Trace number 2081653

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sugar v1.14.6+minisat? (TO) 1800.12 1802.96

General information on the benchmark

Namecsp/super-js/super-js-taillard-20-15/
normalized-super-js-taillard-20-15-10.xml
MD5SUM40fc85c6af74c3b8c42d405c9548d811
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables600
Number of constraints9690
Maximum constraint arity2
Maximum domain size1383
Number of constraints which are defined in extension0
Number of constraints which are defined in intension9690
Global constraints used (with number of constraints)

Solver Data

0.00/0.07	c 0	Sugar v1-14-6 + HOME/minisat
0.00/0.08	c 0	BEGIN Sun Jul 12 06:38:09 2009
0.00/0.08	c 0	PID 28911
0.00/0.08	c 0	HOST node5.alineos.net
0.00/0.08	c 0	CONVERTING HOME/instance-2081653-1247373488.xml TO HOME/temp.csp
0.00/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2081653-1247373488.xml' 'HOME/temp.csp'
0.06/0.89	c 0	94 domains, 600 variables, 4 predicates, 0 relations, 9690 constraints
0.06/0.94	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.94	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.94/1.03	c 1	Parsing HOME/temp.csp
1.04/1.18	c 1	parsed 10000 expressions
1.04/1.19	c 1	parsed 10388 expressions
1.13/1.20	c 1	Heap : 3 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.13/1.20	c 1	Converting to clausal form CSP
1.24/1.34	c 1	converted 1039 (10%) expressions
1.33/1.48	c 1	converted 2078 (20%) expressions
1.43/1.56	c 1	converted 3117 (30%) expressions
1.43/1.59	c 1	converted 4156 (40%) expressions
1.53/1.63	c 1	converted 5194 (50%) expressions
1.53/1.67	c 1	converted 6233 (60%) expressions
1.63/1.75	c 1	converted 7272 (70%) expressions
1.63/1.79	c 1	converted 8311 (80%) expressions
1.73/1.82	c 1	converted 9350 (90%) expressions
1.73/1.86	c 1	converted 10388 (100%) expressions
1.73/1.86	c 1	CSP : 600 integers, 0 booleans, 9690 clauses, largest domain size 1356
1.73/1.86	c 1	Heap : 9 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.73/1.86	c 1	Propagation in CSP
2.12/2.26	c 2	181980 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.12/2.26	c 2	CSP : 600 integers, 0 booleans, 9690 clauses, largest domain size 780
2.12/2.26	c 2	Heap : 10 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.12/2.27	c 2	Simplifing CSP by introducing new Boolean variables
2.32/2.43	c 2	CSP : 600 integers, 17700 booleans, 27390 clauses, largest domain size 780
2.32/2.43	c 2	Heap : 15 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.42/2.52	c 2	Encoding CSP to SAT : HOME/temp.cnf
2.42/2.59	c 2	60 (10%) CSP integer variables are encoded (37110 clauses, 534546 bytes)
2.52/2.64	c 2	120 (20%) CSP integer variables are encoded (74790 clauses, 1099746 bytes)
2.52/2.69	c 2	180 (30%) CSP integer variables are encoded (112020 clauses, 1682545 bytes)
2.62/2.75	c 2	240 (40%) CSP integer variables are encoded (153060 clauses, 2380225 bytes)
2.62/2.79	c 2	300 (50%) CSP integer variables are encoded (189090 clauses, 2992735 bytes)
2.71/2.85	c 2	360 (60%) CSP integer variables are encoded (226800 clauses, 3633805 bytes)
2.71/2.89	c 2	420 (70%) CSP integer variables are encoded (259830 clauses, 4195315 bytes)
2.82/2.95	c 2	480 (80%) CSP integer variables are encoded (301860 clauses, 4909825 bytes)
2.91/3.01	c 3	540 (90%) CSP integer variables are encoded (342690 clauses, 5603935 bytes)
2.91/3.06	c 3	600 (100%) CSP integer variables are encoded (375210 clauses, 6156775 bytes)
4.19/4.37	c 4	2739 (10%) CSP clauses are encoded (973287 clauses, 19687893 bytes)
5.77/5.94	c 5	5478 (20%) CSP clauses are encoded (1727988 clauses, 37340680 bytes)
7.06/7.28	c 7	8217 (30%) CSP clauses are encoded (2371660 clauses, 52408097 bytes)
9.04/9.24	c 9	10956 (40%) CSP clauses are encoded (3182059 clauses, 71409211 bytes)
10.50/10.77	c 10	13695 (50%) CSP clauses are encoded (3830659 clauses, 86998460 bytes)
11.98/12.21	c 12	16434 (60%) CSP clauses are encoded (4532776 clauses, 104192564 bytes)
13.48/13.70	c 13	19173 (70%) CSP clauses are encoded (5264691 clauses, 122097154 bytes)
14.84/15.14	c 15	21912 (80%) CSP clauses are encoded (5958040 clauses, 138981125 bytes)
16.25/16.75	c 16	24651 (90%) CSP clauses are encoded (6653362 clauses, 155833111 bytes)
18.03/18.53	c 18	27390 (100%) CSP clauses are encoded (7502526 clauses, 175723428 bytes)
18.03/18.53	c 18	27390 CSP clauses encoded
18.03/18.53	c 18	Writing map file : HOME/temp.map
18.03/18.55	c 18	Heap : 9 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
18.03/18.55	c 18	SAT : 393510 SAT variables, 7502526 SAT clauses, 175723428 bytes
18.03/18.55	c 18	Heap : 9 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
18.03/18.57	c 18	SOLVING HOME/temp.cnf
18.03/18.57	c 18	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
18.03/18.57	c 18	This is MiniSat 2.0 beta
18.03/18.57	c 18	WARNING: for repeatability, setting FPU to use double precision
18.03/18.57	c 18	============================[ Problem Statistics ]=============================
18.03/18.57	c 18	|                                                                             |
18.03/18.58	c 18	|  Number of variables:  393510                                               |
18.03/18.58	c 18	|  Number of clauses:    7502526                                              |
22.35/22.95	c 22	|  Parsing time:         3.79         s                                       |
22.55/23.17	c 23	============================[ Search Statistics ]==============================
22.55/23.17	c 23	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
22.55/23.17	c 23	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
22.55/23.17	c 23	===============================================================================
22.55/23.17	c 23	|         0 |  392064  7501080 21574914 |  2500360        0    nan |  0.000 % |
27.70/28.34	c 28	|       102 |  392062  7501080 21574914 |  2750396      100     16 |  0.375 % |
31.66/32.34	c 32	|       252 |  392062  7501080 21574914 |  3025435      250     17 |  0.375 % |
36.51/37.24	c 37	|       477 |  392062  7501080 21574914 |  3327979      475     14 |  0.375 % |
45.33/46.17	c 46	|       814 |  392061  7501080 21574914 |  3660777      810     15 |  0.386 % |
58.60/59.58	c 59	|      1321 |  392061  7501080 21574914 |  4026854     1317     14 |  0.386 % |
81.78/82.98	c 82	|      2080 |  391992  7499615 21570773 |  4429540     2076     17 |  0.386 % |
104.56/105.92	c 105	|      3219 |  391980  7499327 21569948 |  4872494     3211     15 |  0.401 % |
140.42/142.11	c 142	|      4927 |  391905  7497768 21565539 |  5359743     4918     21 |  0.408 % |
215.38/217.48	c 217	|      7490 |  391885  7497415 21564543 |  5895718     7479     22 |  0.413 % |
343.62/345.79	c 345	|     11334 |  391837  7496525 21562022 |  6485289    11321     25 |  0.425 % |
529.34/531.58	c 531	|     17100 |  391723  7494339 21555869 |  7133818    17079     27 |  0.454 % |
796.02/798.32	c 798	|     25749 |  391645  7492706 21551213 |  7847200    25719     28 |  0.476 % |
1171.94/1174.43	c 1174	|     38725 |  391548  7490951 21546270 |  8631920    38690     30 |  0.499 % |
1781.47/1784.23	c 1784	|     58186 |  391333  7486977 21535024 |  9495112    58130     29 |  0.554 % |
1800.06/1802.82	c ERROR INTERRUPTED
1800.06/1802.87	s UNKNOWN
1800.06/1802.87	c 1802	CPU 18.11 (0.05 0.02 16.63 1.41)
1800.06/1802.87	c 1802	END Sun Jul 12 07:08:11 2009

Verifier Data

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: UNKNOWN

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2081653-1247373488/watcher-2081653-1247373488 -o /tmp/evaluation-result-2081653-1247373488/solver-2081653-1247373488 -C 1800 -W 2000 -M 900 HOME/sugar -c -vv -memlimit=900 -jar=HOME/sugar-v1-14-6.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-2081653-1247373488.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 4/74 28911
/proc/meminfo: memFree=1866608/2055920 swapFree=4192812/4192956
[pid=28911] ppid=28909 vsize=12268 CPUtime=0
/proc/28911/stat : 28911 (sugar) R 28909 28911 23574 0 -1 4194304 348 0 0 0 0 0 0 0 22 0 1 0 24416315 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 226913647205 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/28911/statm: 3067 316 241 3 0 167 0

[startup+0.099968 s]
/proc/loadavg: 2.00 2.00 2.00 4/74 28911
/proc/meminfo: memFree=1866608/2055920 swapFree=4192812/4192956
[pid=28911] ppid=28909 vsize=16868 CPUtime=0.06
/proc/28911/stat : 28911 (sugar) S 28909 28911 23574 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 24416315 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28911/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.102963 s]
/proc/loadavg: 2.00 2.00 2.00 4/74 28911
/proc/meminfo: memFree=1866608/2055920 swapFree=4192812/4192956
[pid=28911] ppid=28909 vsize=16868 CPUtime=0.06
/proc/28911/stat : 28911 (sugar) S 28909 28911 23574 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 24416315 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28911/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.303009 s]
/proc/loadavg: 2.00 2.00 2.00 4/74 28911
/proc/meminfo: memFree=1866608/2055920 swapFree=4192812/4192956
[pid=28911] ppid=28909 vsize=16868 CPUtime=0.06
/proc/28911/stat : 28911 (sugar) S 28909 28911 23574 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 24416315 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28911/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.702088 s]
/proc/loadavg: 2.00 2.00 2.00 4/74 28911
/proc/meminfo: memFree=1866608/2055920 swapFree=4192812/4192956
[pid=28911] ppid=28909 vsize=16868 CPUtime=0.06
/proc/28911/stat : 28911 (sugar) S 28909 28911 23574 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 24416315 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28911/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50124 s]
/proc/loadavg: 2.08 2.02 2.01 4/85 28933
/proc/meminfo: memFree=1859800/2055920 swapFree=4192812/4192956
[pid=28911] ppid=28909 vsize=16868 CPUtime=0.9
/proc/28911/stat : 28911 (sugar) S 28909 28911 23574 0 -1 4194304 1309 9113 0 1 5 1 79 5 15 0 1 0 24416315 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28911/statm: 4217 1111 409 3 0 796 0
[pid=28924] ppid=28911 vsize=5356 CPUtime=0
/proc/28924/stat : 28924 (sh) S 28911 28911 23574 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24416410 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28924/statm: 1339 233 193 169 0 50 0
[pid=28925] ppid=28924 vsize=868624 CPUtime=0.53
/proc/28925/stat : 28925 (java) S 28924 28911 23574 0 -1 0 6132 0 1 0 50 3 0 0 18 0 9 0 24416410 889470976 5526 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28925/statm: 217156 5526 1853 9 0 211661 0
[pid=28925/tid=28926] ppid=28924 vsize=868624 CPUtime=0.3
/proc/28925/task/28926/stat : 28926 (java) R 28924 28911 23574 0 -1 64 2662 0 1 0 29 1 0 0 18 0 9 0 24416411 889470976 5526 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28925/tid=28927] ppid=28924 vsize=868624 CPUtime=0.04
/proc/28925/task/28927/stat : 28927 (java) R 28924 28911 23574 0 -1 64 1312 0 0 0 4 0 0 0 16 0 9 0 24416412 889470976 5526 996147200 134512640 134550932 4294955936 18446744073709551615 103732260 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28925/tid=28928] ppid=28924 vsize=868624 CPUtime=0
/proc/28925/task/28928/stat : 28928 (java) S 28924 28911 23574 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 24416412 889470976 5526 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28925/tid=28929] ppid=28924 vsize=868624 CPUtime=0
/proc/28925/task/28929/stat : 28929 (java) S 28924 28911 23574 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 24416412 889470976 5526 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28925/tid=28930] ppid=28924 vsize=868624 CPUtime=0
/proc/28925/task/28930/stat : 28930 (java) S 28924 28911 23574 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24416415 889470976 5526 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28925/tid=28931] ppid=28924 vsize=868624 CPUtime=0.16
/proc/28925/task/28931/stat : 28931 (java) S 28924 28911 23574 0 -1 64 1464 0 0 0 16 0 0 0 16 0 9 0 24416415 889470976 5526 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28925/tid=28932] ppid=28924 vsize=868624 CPUtime=0
/proc/28925/task/28932/stat : 28932 (java) S 28924 28911 23574 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24416415 889470976 5526 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28925/tid=28933] ppid=28924 vsize=868624 CPUtime=0
/proc/28925/task/28933/stat : 28933 (java) S 28924 28911 23574 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24416415 889470976 5526 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.43
Current children cumulated vsize (KiB) 890848

[startup+3.10254 s]
/proc/loadavg: 2.08 2.02 2.01 4/85 28933
/proc/meminfo: memFree=1841624/2055920 swapFree=4192812/4192956
[pid=28911] ppid=28909 vsize=16868 CPUtime=0.9
/proc/28911/stat : 28911 (sugar) S 28909 28911 23574 0 -1 4194304 1310 9113 0 1 5 1 79 5 15 0 1 0 24416315 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28911/statm: 4217 1111 409 3 0 796 0
[pid=28924] ppid=28911 vsize=5356 CPUtime=0
/proc/28924/stat : 28924 (sh) S 28911 28911 23574 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24416410 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28924/statm: 1339 233 193 169 0 50 0
[pid=28925] ppid=28924 vsize=868672 CPUtime=2.12
/proc/28925/stat : 28925 (java) S 28924 28911 23574 0 -1 0 10381 0 1 0 201 11 0 0 18 0 9 0 24416410 889520128 9344 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28925/statm: 217168 9344 2590 9 0 211645 0
[pid=28925/tid=28926] ppid=28924 vsize=868672 CPUtime=1.44
/proc/28925/task/28926/stat : 28926 (java) R 28924 28911 23574 0 -1 64 3043 0 1 0 138 6 0 0 25 0 9 0 24416411 889520128 9344 996147200 134512640 134550932 4294955936 18446744073709551615 4125977780 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28925/tid=28927] ppid=28924 vsize=868672 CPUtime=0.43
/proc/28925/task/28927/stat : 28927 (java) S 28924 28911 23574 0 -1 64 5136 0 0 0 41 2 0 0 16 0 9 0 24416412 889520128 9344 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28925/tid=28928] ppid=28924 vsize=868672 CPUtime=0
/proc/28925/task/28928/stat : 28928 (java) S 28924 28911 23574 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24416412 889520128 9344 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28925/tid=28929] ppid=28924 vsize=868672 CPUtime=0
/proc/28925/task/28929/stat : 28929 (java) S 28924 28911 23574 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 24416412 889520128 9344 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28925/tid=28930] ppid=28924 vsize=868672 CPUtime=0
/proc/28925/task/28930/stat : 28930 (java) S 28924 28911 23574 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24416415 889520128 9344 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28925/tid=28931] ppid=28924 vsize=868672 CPUtime=0.21
/proc/28925/task/28931/stat : 28931 (java) S 28924 28911 23574 0 -1 64 1503 0 0 0 21 0 0 0 16 0 9 0 24416415 889520128 9344 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28925/tid=28932] ppid=28924 vsize=868672 CPUtime=0
/proc/28925/task/28932/stat : 28932 (java) S 28924 28911 23574 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24416415 889520128 9344 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28925/tid=28933] ppid=28924 vsize=868672 CPUtime=0
/proc/28925/task/28933/stat : 28933 (java) S 28924 28911 23574 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24416415 889520128 9344 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.02
Current children cumulated vsize (KiB) 890896

[startup+6.30116 s]
/proc/loadavg: 2.08 2.02 2.01 3/85 28933
/proc/meminfo: memFree=1803480/2055920 swapFree=4192812/4192956
[pid=28911] ppid=28909 vsize=16868 CPUtime=0.9
/proc/28911/stat : 28911 (sugar) S 28909 28911 23574 0 -1 4194304 1310 9113 0 1 5 1 79 5 16 0 1 0 24416315 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28911/statm: 4217 1111 409 3 0 796 0
[pid=28924] ppid=28911 vsize=5356 CPUtime=0
/proc/28924/stat : 28924 (sh) S 28911 28911 23574 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24416410 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28924/statm: 1339 233 193 169 0 50 0
[pid=28925] ppid=28924 vsize=868672 CPUtime=5.27
/proc/28925/stat : 28925 (java) S 28924 28911 23574 0 -1 0 10949 0 1 0 491 36 0 0 18 0 9 0 24416410 889520128 9352 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28925/statm: 217168 9352 2590 9 0 211645 0
[pid=28925/tid=28926] ppid=28924 vsize=868672 CPUtime=4.38
/proc/28925/task/28926/stat : 28926 (java) R 28924 28911 23574 0 -1 64 3603 0 1 0 411 27 0 0 25 0 9 0 24416411 889520128 9352 996147200 134512640 134550932 4294955936 18446744073709551615 4126940565 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28925/tid=28927] ppid=28924 vsize=868672 CPUtime=0.62
/proc/28925/task/28927/stat : 28927 (java) S 28924 28911 23574 0 -1 64 5136 0 0 0 56 6 0 0 16 0 9 0 24416412 889520128 9352 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28925/tid=28928] ppid=28924 vsize=868672 CPUtime=0
/proc/28925/task/28928/stat : 28928 (java) S 28924 28911 23574 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24416412 889520128 9352 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28925/tid=28929] ppid=28924 vsize=868672 CPUtime=0
/proc/28925/task/28929/stat : 28929 (java) S 28924 28911 23574 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 24416412 889520128 9352 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28925/tid=28930] ppid=28924 vsize=868672 CPUtime=0
/proc/28925/task/28930/stat : 28930 (java) S 28924 28911 23574 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24416415 889520128 9352 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28925/tid=28931] ppid=28924 vsize=868672 CPUtime=0.23
/proc/28925/task/28931/stat : 28931 (java) S 28924 28911 23574 0 -1 64 1511 0 0 0 23 0 0 0 16 0 9 0 24416415 889520128 9352 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28925/tid=28932] ppid=28924 vsize=868672 CPUtime=0
/proc/28925/task/28932/stat : 28932 (java) S 28924 28911 23574 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24416415 889520128 9352 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28925/tid=28933] ppid=28924 vsize=868672 CPUtime=0
/proc/28925/task/28933/stat : 28933 (java) S 28924 28911 23574 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24416415 889520128 9352 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 890896

[startup+12.7024 s]
/proc/loadavg: 2.22 2.05 2.02 3/85 28933
/proc/meminfo: memFree=1734360/2055920 swapFree=4192812/4192956
[pid=28911] ppid=28909 vsize=16868 CPUtime=0.9
/proc/28911/stat : 28911 (sugar) S 28909 28911 23574 0 -1 4194304 1310 9113 0 1 5 1 79 5 16 0 1 0 24416315 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28911/statm: 4217 1111 409 3 0 796 0
[pid=28924] ppid=28911 vsize=5356 CPUtime=0
/proc/28924/stat : 28924 (sh) S 28911 28911 23574 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24416410 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28924/statm: 1339 233 193 169 0 50 0
[pid=28925] ppid=28924 vsize=868672 CPUtime=11.59
/proc/28925/stat : 28925 (java) S 28924 28911 23574 0 -1 0 12027 0 1 0 1072 87 0 0 18 0 9 0 24416410 889520128 9352 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28925/statm: 217168 9352 2590 9 0 211645 0
[pid=28925/tid=28926] ppid=28924 vsize=868672 CPUtime=10.38
/proc/28925/task/28926/stat : 28926 (java) R 28924 28911 23574 0 -1 64 4681 0 1 0 966 72 0 0 25 0 9 0 24416411 889520128 9352 996147200 134512640 134550932 4294955936 18446744073709551615 102093965 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28925/tid=28927] ppid=28924 vsize=868672 CPUtime=0.95
/proc/28925/task/28927/stat : 28927 (java) S 28924 28911 23574 0 -1 64 5136 0 0 0 82 13 0 0 16 0 9 0 24416412 889520128 9352 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28925/tid=28928] ppid=28924 vsize=868672 CPUtime=0
/proc/28925/task/28928/stat : 28928 (java) S 28924 28911 23574 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24416412 889520128 9352 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28925/tid=28929] ppid=28924 vsize=868672 CPUtime=0
/proc/28925/task/28929/stat : 28929 (java) S 28924 28911 23574 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 24416412 889520128 9352 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28925/tid=28930] ppid=28924 vsize=868672 CPUtime=0
/proc/28925/task/28930/stat : 28930 (java) S 28924 28911 23574 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24416415 889520128 9352 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28925/tid=28931] ppid=28924 vsize=868672 CPUtime=0.23
/proc/28925/task/28931/stat : 28931 (java) S 28924 28911 23574 0 -1 64 1511 0 0 0 23 0 0 0 16 0 9 0 24416415 889520128 9352 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28925/tid=28932] ppid=28924 vsize=868672 CPUtime=0
/proc/28925/task/28932/stat : 28932 (java) S 28924 28911 23574 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24416415 889520128 9352 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28925/tid=28933] ppid=28924 vsize=868672 CPUtime=0
/proc/28925/task/28933/stat : 28933 (java) S 28924 28911 23574 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24416415 889520128 9352 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.49
Current children cumulated vsize (KiB) 890896

[startup+25.5028 s]
/proc/loadavg: 2.34 2.08 2.02 3/77 28935
/proc/meminfo: memFree=1357400/2055920 swapFree=4192812/4192956
[pid=28911] ppid=28909 vsize=16868 CPUtime=18.1
/proc/28911/stat : 28911 (sugar) S 28909 28911 23574 0 -1 4194304 1376 22463 0 2 5 1 1663 141 15 0 1 0 24416315 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28911/statm: 4217 1113 409 3 0 796 0
[pid=28934] ppid=28911 vsize=5356 CPUtime=0
/proc/28934/stat : 28934 (sh) S 28911 28911 23574 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24418173 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28934/statm: 1339 232 193 169 0 50 0
[pid=28935] ppid=28934 vsize=337924 CPUtime=6.83
/proc/28935/stat : 28935 (minisat) R 28934 28911 23574 0 -1 4194304 82616 0 0 0 628 55 0 0 25 0 1 0 24418173 346034176 82602 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/28935/statm: 84481 82602 72 150 0 84328 0
Current children cumulated CPU time (s) 24.93
Current children cumulated vsize (KiB) 360148

[startup+51.1028 s]
/proc/loadavg: 2.20 2.07 2.02 3/77 28935
/proc/meminfo: memFree=1347096/2055920 swapFree=4192812/4192956
[pid=28911] ppid=28909 vsize=16868 CPUtime=18.1
/proc/28911/stat : 28911 (sugar) S 28909 28911 23574 0 -1 4194304 1376 22463 0 2 5 1 1663 141 16 0 1 0 24416315 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28911/statm: 4217 1113 409 3 0 796 0

################
# More data... #
################

/proc/28935/stat : 28935 (minisat) R 28934 28911 23574 0 -1 4194304 87385 0 0 0 140099 63 0 0 25 0 1 0 24418173 365912064 87371 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/28935/statm: 89334 87371 75 150 0 89181 0
Current children cumulated CPU time (s) 1419.73
Current children cumulated vsize (KiB) 379560

[startup+1482.3 s]
/proc/loadavg: 2.11 2.08 2.02 3/83 28979
/proc/meminfo: memFree=1112288/2055920 swapFree=4192812/4192956
[pid=28911] ppid=28909 vsize=16868 CPUtime=18.11
/proc/28911/stat : 28911 (sugar) S 28909 28911 23574 0 -1 4194304 1376 22463 0 2 5 2 1663 141 16 0 1 0 24416315 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28911/statm: 4217 1113 409 3 0 796 0
[pid=28934] ppid=28911 vsize=5356 CPUtime=0
/proc/28934/stat : 28934 (sh) S 28911 28911 23574 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24418173 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28934/statm: 1339 232 193 169 0 50 0
[pid=28935] ppid=28934 vsize=357468 CPUtime=1461.59
/proc/28935/stat : 28935 (minisat) R 28934 28911 23574 0 -1 4194304 87442 0 0 0 146096 63 0 0 25 0 1 0 24418173 366047232 87428 996147200 134512640 135127466 4294956256 18446744073709551615 134535144 0 0 4096 3 0 0 0 17 0 0 0
/proc/28935/statm: 89367 87428 75 150 0 89214 0
Current children cumulated CPU time (s) 1479.7
Current children cumulated vsize (KiB) 379692

[startup+1542.3 s]
/proc/loadavg: 2.10 2.07 2.02 3/83 28979
/proc/meminfo: memFree=1112032/2055920 swapFree=4192812/4192956
[pid=28911] ppid=28909 vsize=16868 CPUtime=18.11
/proc/28911/stat : 28911 (sugar) S 28909 28911 23574 0 -1 4194304 1376 22463 0 2 5 2 1663 141 16 0 1 0 24416315 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28911/statm: 4217 1113 409 3 0 796 0
[pid=28934] ppid=28911 vsize=5356 CPUtime=0
/proc/28934/stat : 28934 (sh) S 28911 28911 23574 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24418173 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28934/statm: 1339 232 193 169 0 50 0
[pid=28935] ppid=28934 vsize=357732 CPUtime=1521.57
/proc/28935/stat : 28935 (minisat) R 28934 28911 23574 0 -1 4194304 87506 0 0 0 152093 64 0 0 25 0 1 0 24418173 366317568 87492 996147200 134512640 135127466 4294956256 18446744073709551615 134535144 0 0 4096 3 0 0 0 17 0 0 0
/proc/28935/statm: 89433 87492 75 150 0 89280 0
Current children cumulated CPU time (s) 1539.68
Current children cumulated vsize (KiB) 379956

[startup+1602.3 s]
/proc/loadavg: 2.21 2.10 2.03 3/83 28979
/proc/meminfo: memFree=1111584/2055920 swapFree=4192812/4192956
[pid=28911] ppid=28909 vsize=16868 CPUtime=18.11
/proc/28911/stat : 28911 (sugar) S 28909 28911 23574 0 -1 4194304 1376 22463 0 2 5 2 1663 141 16 0 1 0 24416315 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28911/statm: 4217 1113 409 3 0 796 0
[pid=28934] ppid=28911 vsize=5356 CPUtime=0
/proc/28934/stat : 28934 (sh) S 28911 28911 23574 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24418173 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28934/statm: 1339 232 193 169 0 50 0
[pid=28935] ppid=28934 vsize=358264 CPUtime=1581.53
/proc/28935/stat : 28935 (minisat) R 28934 28911 23574 0 -1 4194304 87616 0 0 0 158089 64 0 0 25 0 1 0 24418173 366862336 87602 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/28935/statm: 89566 87602 75 150 0 89413 0
Current children cumulated CPU time (s) 1599.64
Current children cumulated vsize (KiB) 380488

[startup+1662.3 s]
/proc/loadavg: 2.35 2.15 2.04 3/83 28979
/proc/meminfo: memFree=1111200/2055920 swapFree=4192812/4192956
[pid=28911] ppid=28909 vsize=16868 CPUtime=18.11
/proc/28911/stat : 28911 (sugar) S 28909 28911 23574 0 -1 4194304 1376 22463 0 2 5 2 1663 141 16 0 1 0 24416315 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28911/statm: 4217 1113 409 3 0 796 0
[pid=28934] ppid=28911 vsize=5356 CPUtime=0
/proc/28934/stat : 28934 (sh) S 28911 28911 23574 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24418173 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28934/statm: 1339 232 193 169 0 50 0
[pid=28935] ppid=28934 vsize=358528 CPUtime=1641.51
/proc/28935/stat : 28935 (minisat) R 28934 28911 23574 0 -1 4194304 87707 0 0 0 164087 64 0 0 25 0 1 0 24418173 367132672 87693 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/28935/statm: 89632 87693 75 150 0 89479 0
Current children cumulated CPU time (s) 1659.62
Current children cumulated vsize (KiB) 380752

[startup+1722.3 s]
/proc/loadavg: 2.70 2.28 2.09 3/83 28979
/proc/meminfo: memFree=1110888/2055920 swapFree=4192812/4192956
[pid=28911] ppid=28909 vsize=16868 CPUtime=18.11
/proc/28911/stat : 28911 (sugar) S 28909 28911 23574 0 -1 4194304 1376 22463 0 2 5 2 1663 141 16 0 1 0 24416315 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28911/statm: 4217 1113 409 3 0 796 0
[pid=28934] ppid=28911 vsize=5356 CPUtime=0
/proc/28934/stat : 28934 (sh) S 28911 28911 23574 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24418173 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28934/statm: 1339 232 193 169 0 50 0
[pid=28935] ppid=28934 vsize=358792 CPUtime=1701.48
/proc/28935/stat : 28935 (minisat) R 28934 28911 23574 0 -1 4194304 87769 0 0 0 170083 65 0 0 25 0 1 0 24418173 367403008 87755 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/28935/statm: 89698 87755 75 150 0 89545 0
Current children cumulated CPU time (s) 1719.59
Current children cumulated vsize (KiB) 381016

[startup+1782.3 s]
/proc/loadavg: 2.49 2.32 2.12 3/83 28979
/proc/meminfo: memFree=1110568/2055920 swapFree=4192812/4192956
[pid=28911] ppid=28909 vsize=16868 CPUtime=18.11
/proc/28911/stat : 28911 (sugar) S 28909 28911 23574 0 -1 4194304 1376 22463 0 2 5 2 1663 141 16 0 1 0 24416315 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28911/statm: 4217 1113 409 3 0 796 0
[pid=28934] ppid=28911 vsize=5356 CPUtime=0
/proc/28934/stat : 28934 (sh) S 28911 28911 23574 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24418173 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28934/statm: 1339 232 193 169 0 50 0
[pid=28935] ppid=28934 vsize=359056 CPUtime=1761.45
/proc/28935/stat : 28935 (minisat) R 28934 28911 23574 0 -1 4194304 87832 0 0 0 176080 65 0 0 25 0 1 0 24418173 367673344 87818 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/28935/statm: 89764 87818 75 150 0 89611 0
Current children cumulated CPU time (s) 1779.56
Current children cumulated vsize (KiB) 381280



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1802.8 s]
/proc/loadavg: 2.50 2.33 2.12 3/83 28979
/proc/meminfo: memFree=1110440/2055920 swapFree=4192812/4192956
[pid=28911] ppid=28909 vsize=16868 CPUtime=18.11
/proc/28911/stat : 28911 (sugar) S 28909 28911 23574 0 -1 4194304 1376 22463 0 2 5 2 1663 141 16 0 1 0 24416315 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28911/statm: 4217 1113 409 3 0 796 0
[pid=28934] ppid=28911 vsize=5356 CPUtime=0
/proc/28934/stat : 28934 (sh) S 28911 28911 23574 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24418173 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28934/statm: 1339 232 193 169 0 50 0
[pid=28935] ppid=28934 vsize=359188 CPUtime=1781.95
/proc/28935/stat : 28935 (minisat) R 28934 28911 23574 0 -1 4194304 87859 0 0 0 178130 65 0 0 25 0 1 0 24418173 367808512 87845 996147200 134512640 135127466 4294956256 18446744073709551615 134530814 0 0 4096 3 0 0 0 17 0 0 0
/proc/28935/statm: 89797 87845 75 150 0 89644 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 381412

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

############
# WARNING:
# current cumulated CPU time (18.16 s) is less than in the last sample (1800.06 s)
# The time of a child was probably not reported to its father.
# (see the two samples below)
# Adding the difference (1781.9 s) to the 'lost time'.

[startup+1802.8 s]
/proc/loadavg: 2.50 2.33 2.12 3/83 28979
/proc/meminfo: memFree=1110440/2055920 swapFree=4192812/4192956
[pid=28911] ppid=28909 vsize=16868 CPUtime=18.11
/proc/28911/stat : 28911 (sugar) S 28909 28911 23574 0 -1 4194304 1376 22463 0 2 5 2 1663 141 16 0 1 0 24416315 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28911/statm: 4217 1113 409 3 0 796 0
[pid=28934] ppid=28911 vsize=5356 CPUtime=0
/proc/28934/stat : 28934 (sh) S 28911 28911 23574 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24418173 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28934/statm: 1339 232 193 169 0 50 0
[pid=28935] ppid=28934 vsize=359188 CPUtime=1781.95
/proc/28935/stat : 28935 (minisat) R 28934 28911 23574 0 -1 4194304 87859 0 0 0 178130 65 0 0 25 0 1 0 24418173 367808512 87845 996147200 134512640 135127466 4294956256 18446744073709551615 134530814 0 0 4096 3 0 0 0 17 0 0 0
/proc/28935/statm: 89797 87845 75 150 0 89644 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 381412

[startup+1802.93 s]
/proc/loadavg: 2.50 2.33 2.12 3/83 28979
/proc/meminfo: memFree=1110440/2055920 swapFree=4192812/4192956
[pid=28911] ppid=28909 vsize=16868 CPUtime=18.16
/proc/28911/stat : 28911 (sugar) R 28909 28911 23574 0 -1 4194304 1423 22740 0 2 5 7 1663 141 17 0 1 0 24416315 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 226913653801 0 0 4224 16386 0 0 0 17 0 0 0
/proc/28911/statm: 4217 1114 410 3 0 796 0
Current children cumulated CPU time (s) 18.16
Current children cumulated vsize (KiB) 16868
#
############


Solver just ended. Dumping a history of the last processes samples

[startup+1802.93 s]
/proc/loadavg: 2.50 2.33 2.12 3/83 28979
/proc/meminfo: memFree=1110440/2055920 swapFree=4192812/4192956
[pid=28911] ppid=28909 vsize=16868 CPUtime=18.16
/proc/28911/stat : 28911 (sugar) R 28909 28911 23574 0 -1 4194304 1423 22740 0 2 5 7 1663 141 17 0 1 0 24416315 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 226913653801 0 0 4224 16386 0 0 0 17 0 0 0
/proc/28911/statm: 4217 1114 410 3 0 796 0
Current children cumulated CPU time (s) 18.16
Current children cumulated vsize (KiB) 16868

Child status: 0

# WARNING:
# The CPU time of some children was not reported to their father
# (probably because of a missing or aborted wait()).
# This 'lost CPU time' is added to the watched process CPU time.
#  lost CPU time (s): 1781.9
#  lost CPU user time (s): 1781.3
#  lost CPU system time (s): 0.6

Real time (s): 1802.96
CPU time (s): 1800.12
CPU user time (s): 1797.99
CPU system time (s): 2.12277
CPU usage (%): 99.8425
Max. virtual memory (cumulated for all children) (KiB): 890972

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 16.6935
system time used= 1.52277
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 24222
page faults= 2
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 27979
involuntary context switches= 28133

runsolver used 2.04469 second user time and 6.17906 second system time

The end

Launcher Data

Begin job on node5 at 2009-07-12 06:38:08
IDJOB=2081653
IDBENCH=57456
IDSOLVER=739
FILE ID=node5/2081653-1247373488
PBS_JOBID= 9506999
Free space on /tmp= 66436 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/super-js/super-js-taillard-20-15/normalized-super-js-taillard-20-15-10.xml
COMMAND LINE= DIR/sugar -c -vv -memlimit=MEMLIMIT -jar="DIR/sugar-v1-14-6.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2081653-1247373488/watcher-2081653-1247373488 -o /tmp/evaluation-result-2081653-1247373488/solver-2081653-1247373488 -C 1800 -W 2000 -M 900  HOME/sugar -c -vv -memlimit=900 -jar="HOME/sugar-v1-14-6.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-2081653-1247373488.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB
MAX NB THREAD= 0

MD5SUM BENCH= 40fc85c6af74c3b8c42d405c9548d811
RANDOM SEED=1457281285

node5.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.258
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.258
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1867088 kB
Buffers:         15528 kB
Cached:          70696 kB
SwapCached:          0 kB
Active:         110596 kB
Inactive:        27840 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1867088 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2560 kB
Writeback:           0 kB
Mapped:          62992 kB
Slab:            35648 kB
Committed_AS:   304608 kB
PageTables:       1840 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66436 MiB
End job on node5 at 2009-07-12 07:08:13