Trace number 2066352

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.07 1803.83

General information on the benchmark

Namecsp/pseudo/chnl/
normalized-chnl-50-60.xml
MD5SUMcabdf9a782c3979d3dd3fb1fe0f10ac8
Bench CategoryN-ARY-INT (n-ary 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 variables6000
Number of constraints220
Maximum constraint arity60
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension220
Global constraints used (with number of constraints)

Solver Data

0.00/0.08	c 0	Sugar v1-14-6 + HOME/minisat
0.00/0.08	c 0	BEGIN Sat Jul 11 22:04:36 2009
0.00/0.08	c 0	PID 17529
0.07/0.08	c 0	HOST node67.alineos.net
0.07/0.08	c 0	CONVERTING HOME/instance-2066352-1247342676.xml TO HOME/temp.csp
0.07/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-2066352-1247342676.xml' 'HOME/temp.csp'
0.07/0.76	c 1	1 domains, 6000 variables, 2 predicates, 0 relations, 220 constraints
0.07/0.77	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.07/0.77	c 1	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.74/0.85	c 1	Parsing HOME/temp.csp
0.74/0.99	c 1	parsed 6223 expressions
0.96/1.00	c 1	Heap : 2 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.96/1.00	c 1	Converting to clausal form CSP
0.96/1.03	c 1	converted 623 (10%) expressions
0.96/1.04	c 1	converted 1245 (20%) expressions
0.96/1.05	c 1	converted 1867 (30%) expressions
0.96/1.06	c 1	converted 2490 (40%) expressions
0.96/1.06	c 1	converted 3112 (50%) expressions
0.96/1.06	c 1	converted 3734 (60%) expressions
0.96/1.06	c 1	converted 4357 (70%) expressions
0.96/1.06	c 1	converted 4979 (80%) expressions
0.96/1.06	c 1	converted 5601 (90%) expressions
1.64/1.77	c 2	converted 6223 (100%) expressions
1.64/1.77	c 2	CSP : 7980 integers, 0 booleans, 4180 clauses, largest domain size 18
1.64/1.77	c 2	Heap : 6 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.64/1.77	c 2	Propagation in CSP
1.84/1.95	c 2	5400 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.84/1.96	c 2	CSP : 7980 integers, 0 booleans, 4180 clauses, largest domain size 18
1.84/1.96	c 2	Heap : 6 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.84/1.96	c 2	Simplifing CSP by introducing new Boolean variables
1.84/1.97	c 2	CSP : 7980 integers, 0 booleans, 4180 clauses, largest domain size 18
1.84/1.97	c 2	Heap : 7 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.94/2.02	c 2	Encoding CSP to SAT : HOME/temp.cnf
1.94/2.04	c 2	798 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.94/2.05	c 2	1596 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.94/2.05	c 2	2394 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.94/2.05	c 2	3192 (40%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.94/2.05	c 2	3990 (50%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.94/2.05	c 2	4788 (60%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.94/2.06	c 2	5586 (70%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.94/2.08	c 2	6384 (80%) CSP integer variables are encoded (3884 clauses, 51045 bytes)
1.94/2.09	c 2	7182 (90%) CSP integer variables are encoded (10920 clauses, 156585 bytes)
1.94/2.09	c 2	7980 (100%) CSP integer variables are encoded (10920 clauses, 156585 bytes)
3.32/3.45	c 3	418 (10%) CSP clauses are encoded (112142 clauses, 2749819 bytes)
4.71/4.84	c 5	836 (20%) CSP clauses are encoded (213364 clauses, 5750477 bytes)
6.09/6.22	c 6	1254 (30%) CSP clauses are encoded (314586 clauses, 8850761 bytes)
7.37/7.59	c 8	1672 (40%) CSP clauses are encoded (415808 clauses, 11951045 bytes)
8.75/8.97	c 9	2090 (50%) CSP clauses are encoded (517030 clauses, 15051329 bytes)
11.13/11.31	c 11	2508 (60%) CSP clauses are encoded (567252 clauses, 16514282 bytes)
14.20/14.48	c 15	2926 (70%) CSP clauses are encoded (574974 clauses, 16612974 bytes)
17.46/17.70	c 18	3344 (80%) CSP clauses are encoded (582696 clauses, 16713140 bytes)
20.73/21.01	c 21	3762 (90%) CSP clauses are encoded (590418 clauses, 16817156 bytes)
24.00/24.31	c 24	4180 (100%) CSP clauses are encoded (598140 clauses, 16921172 bytes)
24.00/24.31	c 24	4180 CSP clauses encoded
24.00/24.32	c 24	Writing map file : HOME/temp.map
24.00/24.34	c 24	Heap : 4 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
24.00/24.34	c 24	SAT : 18900 SAT variables, 598140 SAT clauses, 16921172 bytes
24.00/24.34	c 24	Heap : 4 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
24.00/24.37	c 24	SOLVING HOME/temp.cnf
24.00/24.37	c 24	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
24.00/24.38	c 24	This is MiniSat 2.0 beta
24.00/24.38	c 24	WARNING: for repeatability, setting FPU to use double precision
24.00/24.38	c 24	============================[ Problem Statistics ]=============================
24.00/24.38	c 24	|                                                                             |
24.00/24.38	c 24	|  Number of variables:  18900                                                |
24.00/24.38	c 24	|  Number of clauses:    598140                                               |
24.07/24.77	c 25	|  Parsing time:         0.34         s                                       |
24.07/24.80	c 25	============================[ Search Statistics ]==============================
24.07/24.80	c 25	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
24.07/24.80	c 25	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
24.07/24.80	c 25	===============================================================================
24.07/24.80	c 25	|         0 |   18900   598140  2850900 |   199380        0    nan |  0.000 % |
24.07/24.88	c 25	|       100 |   18900   598140  2850900 |   219318      100    154 |  0.000 % |
24.07/24.92	c 25	|       250 |   18900   598140  2850900 |   241249      250     82 |  0.000 % |
24.07/25.12	c 25	|       475 |   18900   598140  2850900 |   265374      475    190 |  0.000 % |
24.88/25.28	c 25	|       812 |   18900   598140  2850900 |   291912      812    149 |  0.000 % |
25.36/25.75	c 26	|      1318 |   18900   598140  2850900 |   321103     1318    286 |  0.000 % |
25.77/26.10	c 26	|      2078 |   18900   598140  2850900 |   353213     2078    223 |  0.000 % |
26.16/26.57	c 27	|      3220 |   18900   598140  2850900 |   388535     3220    227 |  0.000 % |
26.45/26.85	c 27	|      4928 |   18900   598140  2850900 |   427388     4928    165 |  0.000 % |
27.15/27.55	c 28	|      7491 |   18900   598140  2850900 |   470127     7491    143 |  0.000 % |
27.75/28.11	c 28	|     11336 |   18900   598140  2850900 |   517140    11336    105 |  0.000 % |
28.93/29.37	c 29	|     17102 |   18900   598140  2850900 |   568854    17102     81 |  0.000 % |
31.61/32.03	c 32	|     25752 |   18900   598140  2850900 |   625739    25752     76 |  0.000 % |
36.86/37.40	c 37	|     38726 |   18900   598140  2850900 |   688313    38726     79 |  0.000 % |
45.67/46.25	c 46	|     58188 |   18900   598140  2850900 |   757145    58188     94 |  0.000 % |
60.13/60.80	c 61	|     87380 |   18900   598140  2850900 |   832859    87380     80 |  0.000 % |
93.91/94.93	c 95	|    131170 |   18900   598140  2850900 |   916145   131170     98 |  0.000 % |
187.23/189.18	c 189	|    196854 |   18900   598140  2850900 |  1007760   196854    143 |  0.000 % |
356.04/358.68	c 359	|    295380 |   18900   598140  2850900 |  1108536   295380    162 |  0.000 % |
1083.81/1087.27	c 1087	|    443171 |   18900   598140  2850900 |  1219389   443171    296 |  0.000 % |
1800.03/1803.72	c ERROR INTERRUPTED
24.07/1803.82	s UNKNOWN
24.07/1803.82	c 1804	CPU 24.07 (0.07 0.01 23.68 0.31)
24.07/1803.82	c 1804	END Sat Jul 11 22:34:40 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-2066352-1247342676/watcher-2066352-1247342676 -o /tmp/evaluation-result-2066352-1247342676/solver-2066352-1247342676 -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-2066352-1247342676.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: 1.91 1.95 1.96 4/74 17529
/proc/meminfo: memFree=1119488/2055920 swapFree=4192956/4192956
[pid=17529] ppid=17527 vsize=12268 CPUtime=0
/proc/17529/stat : 17529 (sugar) R 17527 17529 16388 0 -1 4194304 343 0 0 0 0 0 0 0 20 0 1 0 21330335 12562432 311 996147200 4194304 4206940 548682068608 18446744073709551615 271652087600 0 0 4224 0 0 0 0 17 1 0 0
/proc/17529/statm: 3067 311 236 3 0 167 0

[startup+0.0840001 s]
/proc/loadavg: 1.91 1.95 1.96 4/74 17529
/proc/meminfo: memFree=1119488/2055920 swapFree=4192956/4192956
[pid=17529] ppid=17527 vsize=16740 CPUtime=0.07
/proc/17529/stat : 17529 (sugar) S 17527 17529 16388 0 -1 4194304 1152 0 0 0 6 1 0 0 18 0 1 0 21330335 17141760 1107 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17529/statm: 4185 1107 406 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+0.102048 s]
/proc/loadavg: 1.91 1.95 1.96 4/74 17529
/proc/meminfo: memFree=1119488/2055920 swapFree=4192956/4192956
[pid=17529] ppid=17527 vsize=16868 CPUtime=0.07
/proc/17529/stat : 17529 (sugar) S 17527 17529 16388 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 21330335 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17529/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.30106 s]
/proc/loadavg: 1.91 1.95 1.96 4/74 17529
/proc/meminfo: memFree=1119488/2055920 swapFree=4192956/4192956
[pid=17529] ppid=17527 vsize=16868 CPUtime=0.07
/proc/17529/stat : 17529 (sugar) S 17527 17529 16388 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 21330335 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17529/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.701106 s]
/proc/loadavg: 1.91 1.95 1.96 4/74 17529
/proc/meminfo: memFree=1119488/2055920 swapFree=4192956/4192956
[pid=17529] ppid=17527 vsize=16868 CPUtime=0.07
/proc/17529/stat : 17529 (sugar) S 17527 17529 16388 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 21330335 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17529/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+1.50219 s]
/proc/loadavg: 1.91 1.95 1.96 3/85 17551
/proc/meminfo: memFree=1108264/2055920 swapFree=4192956/4192956
[pid=17529] ppid=17527 vsize=16868 CPUtime=0.74
/proc/17529/stat : 17529 (sugar) S 17527 17529 16388 0 -1 4194304 1309 5493 0 1 6 1 63 4 15 0 1 0 21330335 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17529/statm: 4217 1111 409 3 0 796 0
[pid=17542] ppid=17529 vsize=5356 CPUtime=0
/proc/17542/stat : 17542 (sh) S 17529 17529 16388 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21330412 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17542/statm: 1339 233 193 169 0 50 0
[pid=17543] ppid=17542 vsize=868584 CPUtime=0.71
/proc/17543/stat : 17543 (java) S 17542 17529 16388 0 -1 0 7239 0 1 0 66 5 0 0 19 0 9 0 21330412 889430016 6466 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17543/statm: 217146 6466 2566 9 0 211651 0
[pid=17543/tid=17544] ppid=17542 vsize=868584 CPUtime=0.41
/proc/17543/task/17544/stat : 17544 (java) R 17542 17529 16388 0 -1 64 2677 0 1 0 39 2 0 0 22 0 9 0 21330413 889430016 6466 996147200 134512640 134550932 4294955936 18446744073709551615 4126408686 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17543/tid=17545] ppid=17542 vsize=868584 CPUtime=0.08
/proc/17543/task/17545/stat : 17545 (java) S 17542 17529 16388 0 -1 64 2359 0 0 0 8 0 0 0 16 0 9 0 21330414 889430016 6466 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17543/tid=17546] ppid=17542 vsize=868584 CPUtime=0
/proc/17543/task/17546/stat : 17546 (java) S 17542 17529 16388 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21330414 889430016 6466 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17543/tid=17547] ppid=17542 vsize=868584 CPUtime=0
/proc/17543/task/17547/stat : 17547 (java) S 17542 17529 16388 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 21330414 889430016 6466 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17543/tid=17548] ppid=17542 vsize=868584 CPUtime=0
/proc/17543/task/17548/stat : 17548 (java) S 17542 17529 16388 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 21330417 889430016 6466 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17543/tid=17549] ppid=17542 vsize=868584 CPUtime=0.19
/proc/17543/task/17549/stat : 17549 (java) S 17542 17529 16388 0 -1 64 1505 0 0 0 18 1 0 0 16 0 9 0 21330417 889430016 6466 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17543/tid=17550] ppid=17542 vsize=868584 CPUtime=0
/proc/17543/task/17550/stat : 17550 (java) S 17542 17529 16388 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 21330417 889430016 6466 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17543/tid=17551] ppid=17542 vsize=868584 CPUtime=0
/proc/17543/task/17551/stat : 17551 (java) S 17542 17529 16388 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 21330417 889430016 6466 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 890808

[startup+3.10244 s]
/proc/loadavg: 1.91 1.95 1.96 3/85 17551
/proc/meminfo: memFree=1097704/2055920 swapFree=4192956/4192956
[pid=17529] ppid=17527 vsize=16868 CPUtime=0.74
/proc/17529/stat : 17529 (sugar) S 17527 17529 16388 0 -1 4194304 1310 5493 0 1 6 1 63 4 15 0 1 0 21330335 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17529/statm: 4217 1111 409 3 0 796 0
[pid=17542] ppid=17529 vsize=5356 CPUtime=0
/proc/17542/stat : 17542 (sh) S 17529 17529 16388 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21330412 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17542/statm: 1339 233 193 169 0 50 0
[pid=17543] ppid=17542 vsize=868696 CPUtime=2.28
/proc/17543/stat : 17543 (java) S 17542 17529 16388 0 -1 0 7973 0 1 0 221 7 0 0 19 0 9 0 21330412 889544704 7021 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17543/statm: 217174 7021 2590 9 0 211651 0
[pid=17543/tid=17544] ppid=17542 vsize=868696 CPUtime=1.81
/proc/17543/task/17544/stat : 17544 (java) R 17542 17529 16388 0 -1 64 2897 0 1 0 178 3 0 0 25 0 9 0 21330413 889544704 7021 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17543/tid=17545] ppid=17542 vsize=868696 CPUtime=0.22
/proc/17543/task/17545/stat : 17545 (java) S 17542 17529 16388 0 -1 64 2841 0 0 0 20 2 0 0 15 0 9 0 21330414 889544704 7021 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17543/tid=17546] ppid=17542 vsize=868696 CPUtime=0
/proc/17543/task/17546/stat : 17546 (java) S 17542 17529 16388 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21330414 889544704 7021 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17543/tid=17547] ppid=17542 vsize=868696 CPUtime=0
/proc/17543/task/17547/stat : 17547 (java) S 17542 17529 16388 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 21330414 889544704 7021 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17543/tid=17548] ppid=17542 vsize=868696 CPUtime=0
/proc/17543/task/17548/stat : 17548 (java) S 17542 17529 16388 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 21330417 889544704 7021 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17543/tid=17549] ppid=17542 vsize=868696 CPUtime=0.23
/proc/17543/task/17549/stat : 17549 (java) S 17542 17529 16388 0 -1 64 1537 0 0 0 22 1 0 0 16 0 9 0 21330417 889544704 7021 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17543/tid=17550] ppid=17542 vsize=868696 CPUtime=0
/proc/17543/task/17550/stat : 17550 (java) S 17542 17529 16388 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 21330417 889544704 7021 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17543/tid=17551] ppid=17542 vsize=868696 CPUtime=0
/proc/17543/task/17551/stat : 17551 (java) S 17542 17529 16388 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 21330417 889544704 7021 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) 890920

[startup+6.30268 s]
/proc/loadavg: 1.92 1.95 1.96 3/85 17551
/proc/meminfo: memFree=1090672/2055920 swapFree=4192956/4192956
[pid=17529] ppid=17527 vsize=16868 CPUtime=0.74
/proc/17529/stat : 17529 (sugar) S 17527 17529 16388 0 -1 4194304 1310 5493 0 1 6 1 63 4 16 0 1 0 21330335 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17529/statm: 4217 1111 409 3 0 796 0
[pid=17542] ppid=17529 vsize=5356 CPUtime=0
/proc/17542/stat : 17542 (sh) S 17529 17529 16388 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21330412 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17542/statm: 1339 233 193 169 0 50 0
[pid=17543] ppid=17542 vsize=868696 CPUtime=5.45
/proc/17543/stat : 17543 (java) S 17542 17529 16388 0 -1 0 8278 0 1 0 531 14 0 0 19 0 9 0 21330412 889544704 7030 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17543/statm: 217174 7030 2590 9 0 211651 0
[pid=17543/tid=17544] ppid=17542 vsize=868696 CPUtime=4.86
/proc/17543/task/17544/stat : 17544 (java) R 17542 17529 16388 0 -1 64 3195 0 1 0 478 8 0 0 25 0 9 0 21330413 889544704 7030 996147200 134512640 134550932 4294955936 18446744073709551615 4125977357 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17543/tid=17545] ppid=17542 vsize=868696 CPUtime=0.32
/proc/17543/task/17545/stat : 17545 (java) S 17542 17529 16388 0 -1 64 2841 0 0 0 28 4 0 0 16 0 9 0 21330414 889544704 7030 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17543/tid=17546] ppid=17542 vsize=868696 CPUtime=0
/proc/17543/task/17546/stat : 17546 (java) S 17542 17529 16388 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21330414 889544704 7030 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17543/tid=17547] ppid=17542 vsize=868696 CPUtime=0
/proc/17543/task/17547/stat : 17547 (java) S 17542 17529 16388 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 21330414 889544704 7030 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17543/tid=17548] ppid=17542 vsize=868696 CPUtime=0
/proc/17543/task/17548/stat : 17548 (java) S 17542 17529 16388 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 21330417 889544704 7030 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17543/tid=17549] ppid=17542 vsize=868696 CPUtime=0.25
/proc/17543/task/17549/stat : 17549 (java) S 17542 17529 16388 0 -1 64 1544 0 0 0 24 1 0 0 16 0 9 0 21330417 889544704 7030 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17543/tid=17550] ppid=17542 vsize=868696 CPUtime=0
/proc/17543/task/17550/stat : 17550 (java) S 17542 17529 16388 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 21330417 889544704 7030 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17543/tid=17551] ppid=17542 vsize=868696 CPUtime=0
/proc/17543/task/17551/stat : 17551 (java) S 17542 17529 16388 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 21330417 889544704 7030 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 890920

[startup+12.7023 s]
/proc/loadavg: 1.93 1.95 1.96 3/85 17551
/proc/meminfo: memFree=1081072/2055920 swapFree=4192956/4192956
[pid=17529] ppid=17527 vsize=16868 CPUtime=0.74
/proc/17529/stat : 17529 (sugar) S 17527 17529 16388 0 -1 4194304 1310 5493 0 1 6 1 63 4 16 0 1 0 21330335 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17529/statm: 4217 1111 409 3 0 796 0
[pid=17542] ppid=17529 vsize=5356 CPUtime=0
/proc/17542/stat : 17542 (sh) S 17529 17529 16388 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21330412 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17542/statm: 1339 233 193 169 0 50 0
[pid=17543] ppid=17542 vsize=868696 CPUtime=11.78
/proc/17543/stat : 17543 (java) S 17542 17529 16388 0 -1 0 8680 0 1 0 1155 23 0 0 19 0 9 0 21330412 889544704 7032 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17543/statm: 217174 7032 2590 9 0 211651 0
[pid=17543/tid=17544] ppid=17542 vsize=868696 CPUtime=11.07
/proc/17543/task/17544/stat : 17544 (java) R 17542 17529 16388 0 -1 64 3595 0 1 0 1093 14 0 0 25 0 9 0 21330413 889544704 7032 996147200 134512640 134550932 4294955936 18446744073709551615 4127035893 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17543/tid=17545] ppid=17542 vsize=868696 CPUtime=0.43
/proc/17543/task/17545/stat : 17545 (java) S 17542 17529 16388 0 -1 64 2841 0 0 0 37 6 0 0 16 0 9 0 21330414 889544704 7032 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17543/tid=17546] ppid=17542 vsize=868696 CPUtime=0
/proc/17543/task/17546/stat : 17546 (java) S 17542 17529 16388 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21330414 889544704 7032 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17543/tid=17547] ppid=17542 vsize=868696 CPUtime=0
/proc/17543/task/17547/stat : 17547 (java) S 17542 17529 16388 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 21330414 889544704 7032 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17543/tid=17548] ppid=17542 vsize=868696 CPUtime=0
/proc/17543/task/17548/stat : 17548 (java) S 17542 17529 16388 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 21330417 889544704 7032 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17543/tid=17549] ppid=17542 vsize=868696 CPUtime=0.25
/proc/17543/task/17549/stat : 17549 (java) S 17542 17529 16388 0 -1 64 1546 0 0 0 24 1 0 0 17 0 9 0 21330417 889544704 7032 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17543/tid=17550] ppid=17542 vsize=868696 CPUtime=0
/proc/17543/task/17550/stat : 17550 (java) S 17542 17529 16388 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 21330417 889544704 7032 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17543/tid=17551] ppid=17542 vsize=868696 CPUtime=0
/proc/17543/task/17551/stat : 17551 (java) S 17542 17529 16388 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 21330417 889544704 7032 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.52
Current children cumulated vsize (KiB) 890920

[startup+25.5016 s]
/proc/loadavg: 2.02 1.97 1.96 3/77 17553
/proc/meminfo: memFree=1067312/2055920 swapFree=4192956/4192956
[pid=17529] ppid=17527 vsize=16868 CPUtime=24.07
/proc/17529/stat : 17529 (sugar) S 17527 17529 16388 0 -1 4194304 1376 14820 0 2 7 1 2368 31 15 0 1 0 21330335 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17529/statm: 4217 1113 409 3 0 796 0
[pid=17552] ppid=17529 vsize=5356 CPUtime=0
/proc/17552/stat : 17552 (sh) S 17529 17529 16388 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21332772 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17552/statm: 1339 232 193 169 0 50 0
[pid=17553] ppid=17552 vsize=33408 CPUtime=1.09
/proc/17553/stat : 17553 (minisat) R 17552 17529 16388 0 -1 4194304 8112 0 0 0 104 5 0 0 25 0 1 0 21332773 34209792 8098 996147200 134512640 135127466 4294956256 18446744073709551615 134527986 0 0 4096 3 0 0 0 17 1 0 0
/proc/17553/statm: 8352 8098 76 150 0 8199 0
Current children cumulated CPU time (s) 25.16
Current children cumulated vsize (KiB) 55632

[startup+51.1013 s]
/proc/loadavg: 2.01 1.97 1.96 3/77 17553
/proc/meminfo: memFree=1038960/2055920 swapFree=4192956/4192956
[pid=17529] ppid=17527 vsize=16868 CPUtime=24.07
/proc/17529/stat : 17529 (sugar) S 17527 17529 16388 0 -1 4194304 1376 14820 0 2 7 1 2368 31 16 0 1 0 21330335 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17529/statm: 4217 1113 409 3 0 796 0

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

/proc/17553/stat : 17553 (minisat) R 17552 17529 16388 0 -1 4194304 161407 0 0 0 139288 183 0 0 25 0 1 0 21332773 665178112 161393 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/17553/statm: 162397 161393 76 150 0 162244 0
Current children cumulated CPU time (s) 1418.78
Current children cumulated vsize (KiB) 671812

[startup+1482.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/84 18254
/proc/meminfo: memFree=404848/2055920 swapFree=4192956/4192956
[pid=17529] ppid=17527 vsize=16868 CPUtime=24.07
/proc/17529/stat : 17529 (sugar) S 17527 17529 16388 0 -1 4194304 1376 14820 0 2 7 1 2368 31 16 0 1 0 21330335 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17529/statm: 4217 1113 409 3 0 796 0
[pid=17552] ppid=17529 vsize=5356 CPUtime=0
/proc/17552/stat : 17552 (sh) S 17529 17529 16388 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21332772 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17552/statm: 1339 232 193 169 0 50 0
[pid=17553] ppid=17552 vsize=660856 CPUtime=1454.67
/proc/17553/stat : 17553 (minisat) R 17552 17529 16388 0 -1 4194304 164215 0 0 0 145281 186 0 0 25 0 1 0 21332773 676716544 164201 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/17553/statm: 165214 164201 76 150 0 165061 0
Current children cumulated CPU time (s) 1478.74
Current children cumulated vsize (KiB) 683080

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 18254
/proc/meminfo: memFree=394096/2055920 swapFree=4192956/4192956
[pid=17529] ppid=17527 vsize=16868 CPUtime=24.07
/proc/17529/stat : 17529 (sugar) S 17527 17529 16388 0 -1 4194304 1376 14820 0 2 7 1 2368 31 16 0 1 0 21330335 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17529/statm: 4217 1113 409 3 0 796 0
[pid=17552] ppid=17529 vsize=5356 CPUtime=0
/proc/17552/stat : 17552 (sh) S 17529 17529 16388 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21332772 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17552/statm: 1339 232 193 169 0 50 0
[pid=17553] ppid=17552 vsize=671332 CPUtime=1514.65
/proc/17553/stat : 17553 (minisat) R 17552 17529 16388 0 -1 4194304 166848 0 0 0 151275 190 0 0 25 0 1 0 21332773 687443968 166834 996147200 134512640 135127466 4294956256 18446744073709551615 134528237 0 0 4096 3 0 0 0 17 0 0 0
/proc/17553/statm: 167833 166834 76 150 0 167680 0
Current children cumulated CPU time (s) 1538.72
Current children cumulated vsize (KiB) 693556

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 18254
/proc/meminfo: memFree=383088/2055920 swapFree=4192956/4192956
[pid=17529] ppid=17527 vsize=16868 CPUtime=24.07
/proc/17529/stat : 17529 (sugar) S 17527 17529 16388 0 -1 4194304 1376 14820 0 2 7 1 2368 31 16 0 1 0 21330335 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17529/statm: 4217 1113 409 3 0 796 0
[pid=17552] ppid=17529 vsize=5356 CPUtime=0
/proc/17552/stat : 17552 (sh) S 17529 17529 16388 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21332772 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17552/statm: 1339 232 193 169 0 50 0
[pid=17553] ppid=17552 vsize=682652 CPUtime=1574.63
/proc/17553/stat : 17553 (minisat) R 17552 17529 16388 0 -1 4194304 169607 0 0 0 157270 193 0 0 25 0 1 0 21332773 699035648 169593 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/17553/statm: 170663 169593 76 150 0 170510 0
Current children cumulated CPU time (s) 1598.7
Current children cumulated vsize (KiB) 704876

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 18254
/proc/meminfo: memFree=371888/2055920 swapFree=4192956/4192956
[pid=17529] ppid=17527 vsize=16868 CPUtime=24.07
/proc/17529/stat : 17529 (sugar) S 17527 17529 16388 0 -1 4194304 1376 14820 0 2 7 1 2368 31 16 0 1 0 21330335 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17529/statm: 4217 1113 409 3 0 796 0
[pid=17552] ppid=17529 vsize=5356 CPUtime=0
/proc/17552/stat : 17552 (sh) S 17529 17529 16388 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21332772 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17552/statm: 1339 232 193 169 0 50 0
[pid=17553] ppid=17552 vsize=691596 CPUtime=1634.6
/proc/17553/stat : 17553 (minisat) R 17552 17529 16388 0 -1 4194304 171846 0 0 0 163265 195 0 0 25 0 1 0 21332773 708194304 171832 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/17553/statm: 172899 171832 76 150 0 172746 0
Current children cumulated CPU time (s) 1658.67
Current children cumulated vsize (KiB) 713820

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 18254
/proc/meminfo: memFree=362608/2055920 swapFree=4192956/4192956
[pid=17529] ppid=17527 vsize=16868 CPUtime=24.07
/proc/17529/stat : 17529 (sugar) S 17527 17529 16388 0 -1 4194304 1376 14820 0 2 7 1 2368 31 16 0 1 0 21330335 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17529/statm: 4217 1113 409 3 0 796 0
[pid=17552] ppid=17529 vsize=5356 CPUtime=0
/proc/17552/stat : 17552 (sh) S 17529 17529 16388 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21332772 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17552/statm: 1339 232 193 169 0 50 0
[pid=17553] ppid=17552 vsize=701136 CPUtime=1694.59
/proc/17553/stat : 17553 (minisat) R 17552 17529 16388 0 -1 4194304 174174 0 0 0 169261 198 0 0 25 0 1 0 21332773 717963264 174160 996147200 134512640 135127466 4294956256 18446744073709551615 134530752 0 0 4096 3 0 0 0 17 0 0 0
/proc/17553/statm: 175284 174160 76 150 0 175131 0
Current children cumulated CPU time (s) 1718.66
Current children cumulated vsize (KiB) 723360

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 18254
/proc/meminfo: memFree=351408/2055920 swapFree=4192956/4192956
[pid=17529] ppid=17527 vsize=16868 CPUtime=24.07
/proc/17529/stat : 17529 (sugar) S 17527 17529 16388 0 -1 4194304 1376 14820 0 2 7 1 2368 31 16 0 1 0 21330335 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17529/statm: 4217 1113 409 3 0 796 0
[pid=17552] ppid=17529 vsize=5356 CPUtime=0
/proc/17552/stat : 17552 (sh) S 17529 17529 16388 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21332772 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17552/statm: 1339 232 193 169 0 50 0
[pid=17553] ppid=17552 vsize=711832 CPUtime=1754.56
/proc/17553/stat : 17553 (minisat) R 17552 17529 16388 0 -1 4194304 176801 0 0 0 175256 200 0 0 25 0 1 0 21332773 728915968 176787 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/17553/statm: 177958 176787 76 150 0 177805 0
Current children cumulated CPU time (s) 1778.63
Current children cumulated vsize (KiB) 734056



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1803.7 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 18254
/proc/meminfo: memFree=348528/2055920 swapFree=4192956/4192956
[pid=17529] ppid=17527 vsize=16868 CPUtime=24.07
/proc/17529/stat : 17529 (sugar) S 17527 17529 16388 0 -1 4194304 1376 14820 0 2 7 1 2368 31 16 0 1 0 21330335 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17529/statm: 4217 1113 409 3 0 796 0
[pid=17552] ppid=17529 vsize=5356 CPUtime=0
/proc/17552/stat : 17552 (sh) S 17529 17529 16388 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21332772 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17552/statm: 1339 232 193 169 0 50 0
[pid=17553] ppid=17552 vsize=714572 CPUtime=1775.96
/proc/17553/stat : 17553 (minisat) R 17552 17529 16388 0 -1 4194304 177493 0 0 0 177395 201 0 0 25 0 1 0 21332773 731721728 177479 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/17553/statm: 178643 177479 76 150 0 178490 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 736796

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

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

[startup+1803.7 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 18254
/proc/meminfo: memFree=348528/2055920 swapFree=4192956/4192956
[pid=17529] ppid=17527 vsize=16868 CPUtime=24.07
/proc/17529/stat : 17529 (sugar) S 17527 17529 16388 0 -1 4194304 1376 14820 0 2 7 1 2368 31 16 0 1 0 21330335 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17529/statm: 4217 1113 409 3 0 796 0
[pid=17552] ppid=17529 vsize=5356 CPUtime=0
/proc/17552/stat : 17552 (sh) S 17529 17529 16388 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21332772 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17552/statm: 1339 232 193 169 0 50 0
[pid=17553] ppid=17552 vsize=714572 CPUtime=1775.96
/proc/17553/stat : 17553 (minisat) R 17552 17529 16388 0 -1 4194304 177493 0 0 0 177395 201 0 0 25 0 1 0 21332773 731721728 177479 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/17553/statm: 178643 177479 76 150 0 178490 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 736796

[startup+1803.82 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 18254
/proc/meminfo: memFree=348528/2055920 swapFree=4192956/4192956
[pid=17529] ppid=17527 vsize=16868 CPUtime=24.07
/proc/17529/stat : 17529 (sugar) R 17527 17529 16388 0 -1 4194304 1423 15097 0 2 7 1 2368 31 16 0 1 0 21330335 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 271638565929 0 0 4224 16386 0 0 0 17 0 0 0
/proc/17529/statm: 4217 1114 410 3 0 796 0
Current children cumulated CPU time (s) 24.07
Current children cumulated vsize (KiB) 16868
#
############


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

[startup+1803.82 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 18254
/proc/meminfo: memFree=348528/2055920 swapFree=4192956/4192956
[pid=17529] ppid=17527 vsize=16868 CPUtime=24.07
/proc/17529/stat : 17529 (sugar) R 17527 17529 16388 0 -1 4194304 1423 15097 0 2 7 1 2368 31 16 0 1 0 21330335 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 271638565929 0 0 4224 16386 0 0 0 17 0 0 0
/proc/17529/statm: 4217 1114 410 3 0 796 0
Current children cumulated CPU time (s) 24.07
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): 1775.96
#  lost CPU user time (s): 1773.95
#  lost CPU system time (s): 2.01

Real time (s): 1803.83
CPU time (s): 1800.07
CPU user time (s): 1797.71
CPU system time (s): 2.35795
CPU usage (%): 99.7916
Max. virtual memory (cumulated for all children) (KiB): 890920

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 23.7624
system time used= 0.347947
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 16579
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= 13016
involuntary context switches= 13378

runsolver used 2.15967 second user time and 6.07408 second system time

The end

Launcher Data

Begin job on node67 at 2009-07-11 22:04:36
IDJOB=2066352
IDBENCH=54510
IDSOLVER=739
FILE ID=node67/2066352-1247342676
PBS_JOBID= 9506712
Free space on /tmp= 66488 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/pseudo/chnl/normalized-chnl-50-60.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-2066352-1247342676/watcher-2066352-1247342676 -o /tmp/evaluation-result-2066352-1247342676/solver-2066352-1247342676 -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-2066352-1247342676.xml

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

MD5SUM BENCH= cabdf9a782c3979d3dd3fb1fe0f10ac8
RANDOM SEED=620624748

node67.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.239
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.239
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:       1119968 kB
Buffers:         52328 kB
Cached:         754968 kB
SwapCached:          0 kB
Active:         118368 kB
Inactive:       752644 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1119968 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            1696 kB
Writeback:           0 kB
Mapped:          74996 kB
Slab:            49964 kB
Committed_AS:   198688 kB
PageTables:       1956 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= 66484 MiB
End job on node67 at 2009-07-11 22:34:42