Trace number 2086790

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.08 1811.07

General information on the benchmark

Namecsp/js-taillard-20/
normalized-js-taillard-20-100-0.xml
MD5SUM694094fc9258bd0927570f73a0c21c65
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 variables400
Number of constraints4180
Maximum constraint arity2
Maximum domain size1663
Number of constraints which are defined in extension0
Number of constraints which are defined in intension4180
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 Sun Jul 12 09:40:19 2009
0.00/0.08	c 0	PID 25068
0.06/0.08	c 0	HOST node23.alineos.net
0.06/0.08	c 0	CONVERTING HOME/instance-2086790-1247384419.xml TO HOME/temp.csp
0.06/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-2086790-1247384419.xml' 'HOME/temp.csp'
0.06/0.95	c 1	400 domains, 400 variables, 2 predicates, 0 relations, 4180 constraints
0.06/0.97	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.97	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.92/1.05	c 1	Parsing HOME/temp.csp
1.02/1.18	c 1	parsed 4982 expressions
1.02/1.19	c 1	Heap : 2 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.02/1.19	c 1	Converting to clausal form CSP
1.12/1.22	c 1	converted 499 (10%) expressions
1.22/1.30	c 1	converted 997 (20%) expressions
1.31/1.43	c 1	converted 1495 (30%) expressions
1.31/1.47	c 1	converted 1993 (40%) expressions
1.31/1.49	c 1	converted 2491 (50%) expressions
1.41/1.51	c 1	converted 2990 (60%) expressions
1.41/1.53	c 1	converted 3488 (70%) expressions
1.41/1.58	c 2	converted 3986 (80%) expressions
1.51/1.60	c 2	converted 4484 (90%) expressions
1.51/1.62	c 2	converted 4982 (100%) expressions
1.51/1.62	c 2	CSP : 400 integers, 0 booleans, 4180 clauses, largest domain size 1591
1.51/1.62	c 2	Heap : 5 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.51/1.62	c 2	Propagation in CSP
1.71/1.85	c 2	168358 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.71/1.85	c 2	CSP : 400 integers, 0 booleans, 4180 clauses, largest domain size 901
1.71/1.85	c 2	Heap : 5 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.71/1.85	c 2	Simplifing CSP by introducing new Boolean variables
1.82/1.95	c 2	CSP : 400 integers, 7600 booleans, 11780 clauses, largest domain size 901
1.82/1.95	c 2	Heap : 7 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.91/2.00	c 2	Encoding CSP to SAT : HOME/temp.cnf
1.91/2.04	c 2	40 (10%) CSP integer variables are encoded (20820 clauses, 290192 bytes)
1.91/2.07	c 2	80 (20%) CSP integer variables are encoded (41440 clauses, 599492 bytes)
2.01/2.11	c 2	120 (30%) CSP integer variables are encoded (66000 clauses, 967892 bytes)
2.01/2.14	c 2	160 (40%) CSP integer variables are encoded (90840 clauses, 1340492 bytes)
2.01/2.17	c 2	200 (50%) CSP integer variables are encoded (114740 clauses, 1728827 bytes)
2.11/2.21	c 2	240 (60%) CSP integer variables are encoded (139240 clauses, 2145327 bytes)
2.11/2.25	c 2	280 (70%) CSP integer variables are encoded (169500 clauses, 2659747 bytes)
2.11/2.29	c 2	320 (80%) CSP integer variables are encoded (203120 clauses, 3231287 bytes)
2.21/2.34	c 2	360 (90%) CSP integer variables are encoded (234920 clauses, 3771887 bytes)
2.21/2.37	c 2	400 (100%) CSP integer variables are encoded (261420 clauses, 4222387 bytes)
2.71/2.87	c 3	1178 (10%) CSP clauses are encoded (481437 clauses, 9097237 bytes)
3.11/3.29	c 3	2356 (20%) CSP clauses are encoded (677144 clauses, 13632594 bytes)
3.60/3.78	c 4	3534 (30%) CSP clauses are encoded (920345 clauses, 19283573 bytes)
4.09/4.25	c 4	4712 (40%) CSP clauses are encoded (1153087 clauses, 24681574 bytes)
4.67/4.83	c 5	5890 (50%) CSP clauses are encoded (1422132 clauses, 30948237 bytes)
5.17/5.33	c 5	7068 (60%) CSP clauses are encoded (1669392 clauses, 36708465 bytes)
5.75/5.93	c 6	8246 (70%) CSP clauses are encoded (1955885 clauses, 43410810 bytes)
6.34/6.55	c 6	9424 (80%) CSP clauses are encoded (2260596 clauses, 50821264 bytes)
7.04/7.20	c 7	10602 (90%) CSP clauses are encoded (2589303 clauses, 58754974 bytes)
7.83/8.03	c 8	11780 (100%) CSP clauses are encoded (3019882 clauses, 68766875 bytes)
7.83/8.03	c 8	11780 CSP clauses encoded
7.83/8.03	c 8	Writing map file : HOME/temp.map
7.83/8.04	c 8	Heap : 4 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
7.83/8.04	c 8	SAT : 269420 SAT variables, 3019882 SAT clauses, 68766875 bytes
7.83/8.04	c 8	Heap : 4 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
7.83/8.07	c 8	SOLVING HOME/temp.cnf
7.83/8.07	c 8	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
7.83/8.07	c 8	This is MiniSat 2.0 beta
7.83/8.07	c 8	WARNING: for repeatability, setting FPU to use double precision
7.83/8.07	c 8	============================[ Problem Statistics ]=============================
7.83/8.07	c 8	|                                                                             |
7.83/8.08	c 8	|  Number of variables:  269420                                               |
7.83/8.08	c 8	|  Number of clauses:    3019882                                              |
9.58/9.86	c 10	|  Parsing time:         1.52         s                                       |
9.68/9.95	c 10	============================[ Search Statistics ]==============================
9.68/9.95	c 10	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
9.68/9.95	c 10	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
9.68/9.95	c 10	===============================================================================
9.68/9.95	c 10	|         0 |  268108  3018570  8535388 |  1006190        0    nan |  0.000 % |
11.55/11.88	c 12	|       100 |  268108  3018570  8535388 |  1106809      100     26 |  0.487 % |
13.64/13.90	c 14	|       250 |  268108  3018570  8535388 |  1217489      250     18 |  0.487 % |
17.20/17.58	c 18	|       476 |  268108  3018570  8535388 |  1339238      476     18 |  0.487 % |
22.15/22.51	c 22	|       814 |  268108  3018570  8535388 |  1473162      814     20 |  0.487 % |
28.20/28.60	c 29	|      1323 |  268108  3018570  8535388 |  1620479     1323     23 |  0.487 % |
39.68/40.27	c 40	|      2083 |  268108  3018570  8535388 |  1782526     2083     23 |  0.487 % |
57.41/58.17	c 58	|      3223 |  268108  3018570  8535388 |  1960779     3223     25 |  0.487 % |
85.54/86.52	c 86	|      4932 |  268108  3018570  8535388 |  2156857     4932     23 |  0.487 % |
120.01/121.35	c 121	|      7494 |  268108  3018570  8535388 |  2372543     7494     25 |  0.487 % |
176.33/178.30	c 178	|     11338 |  268108  3018570  8535388 |  2609797    11338     25 |  0.487 % |
261.33/264.03	c 264	|     17106 |  268108  3018570  8535388 |  2870777    17106     26 |  0.487 % |
383.46/387.40	c 387	|     25755 |  268108  3018570  8535388 |  3157855    25755     28 |  0.487 % |
584.24/590.03	c 590	|     38729 |  268108  3018570  8535388 |  3473640    38729     29 |  0.487 % |
896.57/905.33	c 905	|     58190 |  268108  3018570  8535388 |  3821004    58190     30 |  0.487 % |
1320.02/1330.72	c 1331	|     87382 |  268108  3018570  8535388 |  4203105    87382     36 |  0.487 % |
1800.08/1811.02	c ERROR INTERRUPTED
1800.08/1811.04	s UNKNOWN
1800.08/1811.04	c 1811	CPU 7.9 (0.06 0.02 7.19 0.63)
1800.08/1811.04	c 1811	END Sun Jul 12 10:10:30 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-2086790-1247384419/watcher-2086790-1247384419 -o /tmp/evaluation-result-2086790-1247384419/solver-2086790-1247384419 -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-2086790-1247384419.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/73 25068
/proc/meminfo: memFree=1902432/2055920 swapFree=4192812/4192956
[pid=25068] ppid=25066 vsize=12000 CPUtime=0
/proc/25068/stat : 25068 (sugar) R 25066 25068 24324 0 -1 4194304 206 0 0 0 0 0 0 0 20 0 1 0 25508283 12288000 174 996147200 4194304 4206940 548682068608 18446744073709551615 238506012806 0 0 4224 0 0 0 0 17 1 0 0
/proc/25068/statm: 3000 174 135 3 0 100 0

[startup+0.082064 s]
/proc/loadavg: 2.00 2.00 2.00 4/73 25068
/proc/meminfo: memFree=1902432/2055920 swapFree=4192812/4192956
[pid=25068] ppid=25066 vsize=16740 CPUtime=0.06
/proc/25068/stat : 25068 (sugar) S 25066 25068 24324 0 -1 4194304 1152 0 0 0 5 1 0 0 18 0 1 0 25508283 17141760 1107 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25068/statm: 4185 1107 406 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.101027 s]
/proc/loadavg: 2.00 2.00 2.00 4/73 25068
/proc/meminfo: memFree=1902432/2055920 swapFree=4192812/4192956
[pid=25068] ppid=25066 vsize=16868 CPUtime=0.06
/proc/25068/stat : 25068 (sugar) S 25066 25068 24324 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 25508283 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25068/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.30106 s]
/proc/loadavg: 2.00 2.00 2.00 4/73 25068
/proc/meminfo: memFree=1902432/2055920 swapFree=4192812/4192956
[pid=25068] ppid=25066 vsize=16868 CPUtime=0.06
/proc/25068/stat : 25068 (sugar) S 25066 25068 24324 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 25508283 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25068/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701146 s]
/proc/loadavg: 2.00 2.00 2.00 4/73 25068
/proc/meminfo: memFree=1902432/2055920 swapFree=4192812/4192956
[pid=25068] ppid=25066 vsize=16868 CPUtime=0.06
/proc/25068/stat : 25068 (sugar) S 25066 25068 24324 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 25508283 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25068/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.5023 s]
/proc/loadavg: 2.00 2.00 2.00 4/80 25086
/proc/meminfo: memFree=1896872/2055920 swapFree=4192812/4192956
[pid=25068] ppid=25066 vsize=16868 CPUtime=0.91
/proc/25068/stat : 25068 (sugar) S 25066 25068 24324 0 -1 4194304 1309 7273 0 1 5 1 81 4 15 0 1 0 25508283 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25068/statm: 4217 1111 409 3 0 796 0
[pid=25081] ppid=25068 vsize=5356 CPUtime=0
/proc/25081/stat : 25081 (sh) S 25068 25068 24324 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 25508380 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25081/statm: 1339 233 193 169 0 50 0
[pid=25082] ppid=25081 vsize=868496 CPUtime=0.5
/proc/25082/stat : 25082 (java) S 25081 25068 24324 0 -1 0 5702 0 1 0 46 4 0 0 18 0 9 0 25508381 889339904 5120 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25082/statm: 217124 5120 1743 9 0 211629 0
[pid=25082/tid=25083] ppid=25081 vsize=868496 CPUtime=0.29
/proc/25082/task/25083/stat : 25083 (java) R 25081 25068 24324 0 -1 64 2660 0 1 0 27 2 0 0 18 0 9 0 25508382 889339904 5120 996147200 134512640 134550932 4294955936 18446744073709551615 4126451267 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25082/tid=25084] ppid=25081 vsize=868496 CPUtime=0.03
/proc/25082/task/25084/stat : 25084 (java) S 25081 25068 24324 0 -1 64 863 0 0 0 3 0 0 0 16 0 9 0 25508383 889339904 5120 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25082/tid=25085] ppid=25081 vsize=868496 CPUtime=0
/proc/25082/task/25085/stat : 25085 (java) S 25081 25068 24324 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 25508383 889339904 5120 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25082/tid=25086] ppid=25081 vsize=868496 CPUtime=0
/proc/25082/task/25086/stat : 25086 (java) S 25081 25068 24324 0 -1 64 3 0 0 0 0 0 0 0 20 0 9 0 25508383 889339904 5120 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.41
Current children cumulated vsize (KiB) 890720

[startup+3.10161 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 25090
/proc/meminfo: memFree=1879432/2055920 swapFree=4192812/4192956
[pid=25068] ppid=25066 vsize=16868 CPUtime=0.92
/proc/25068/stat : 25068 (sugar) S 25066 25068 24324 0 -1 4194304 1310 7273 0 1 6 1 81 4 15 0 1 0 25508283 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25068/statm: 4217 1111 409 3 0 796 0
[pid=25081] ppid=25068 vsize=5356 CPUtime=0
/proc/25081/stat : 25081 (sh) S 25068 25068 24324 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 25508380 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25081/statm: 1339 233 193 169 0 50 0
[pid=25082] ppid=25081 vsize=868696 CPUtime=2.08
/proc/25082/stat : 25082 (java) S 25081 25068 24324 0 -1 0 8287 0 1 0 195 13 0 0 18 0 9 0 25508381 889544704 7156 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25082/statm: 217174 7156 2590 9 0 211651 0
[pid=25082/tid=25083] ppid=25081 vsize=868696 CPUtime=1.56
/proc/25082/task/25083/stat : 25083 (java) R 25081 25068 24324 0 -1 64 3080 0 1 0 148 8 0 0 25 0 9 0 25508382 889544704 7156 996147200 134512640 134550932 4294955936 18446744073709551615 4126453955 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25082/tid=25084] ppid=25081 vsize=868696 CPUtime=0.28
/proc/25082/task/25084/stat : 25084 (java) S 25081 25068 24324 0 -1 64 2995 0 0 0 26 2 0 0 16 0 9 0 25508383 889544704 7156 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25082/tid=25085] ppid=25081 vsize=868696 CPUtime=0
/proc/25082/task/25085/stat : 25085 (java) S 25081 25068 24324 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 25508383 889544704 7156 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25082/tid=25086] ppid=25081 vsize=868696 CPUtime=0
/proc/25082/task/25086/stat : 25086 (java) S 25081 25068 24324 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 25508383 889544704 7156 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25082/tid=25087] ppid=25081 vsize=868696 CPUtime=0
/proc/25082/task/25087/stat : 25087 (java) S 25081 25068 24324 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 25508385 889544704 7156 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25082/tid=25088] ppid=25081 vsize=868696 CPUtime=0.2
/proc/25082/task/25088/stat : 25088 (java) S 25081 25068 24324 0 -1 64 1513 0 0 0 20 0 0 0 16 0 9 0 25508386 889544704 7156 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25082/tid=25089] ppid=25081 vsize=868696 CPUtime=0
/proc/25082/task/25089/stat : 25089 (java) S 25081 25068 24324 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 25508386 889544704 7156 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25082/tid=25090] ppid=25081 vsize=868696 CPUtime=0
/proc/25082/task/25090/stat : 25090 (java) S 25081 25068 24324 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 25508386 889544704 7156 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3
Current children cumulated vsize (KiB) 890920

[startup+6.30223 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 25090
/proc/meminfo: memFree=1842312/2055920 swapFree=4192812/4192956
[pid=25068] ppid=25066 vsize=16868 CPUtime=0.92
/proc/25068/stat : 25068 (sugar) S 25066 25068 24324 0 -1 4194304 1310 7273 0 1 6 1 81 4 15 0 1 0 25508283 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25068/statm: 4217 1111 409 3 0 796 0
[pid=25081] ppid=25068 vsize=5356 CPUtime=0
/proc/25081/stat : 25081 (sh) S 25068 25068 24324 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 25508380 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25081/statm: 1339 233 193 169 0 50 0
[pid=25082] ppid=25081 vsize=868696 CPUtime=5.23
/proc/25082/stat : 25082 (java) S 25081 25068 24324 0 -1 0 9245 0 1 0 482 41 0 0 18 0 9 0 25508381 889544704 7168 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25082/statm: 217174 7168 2590 9 0 211651 0
[pid=25082/tid=25083] ppid=25081 vsize=868696 CPUtime=4.45
/proc/25082/task/25083/stat : 25083 (java) R 25081 25068 24324 0 -1 64 4027 0 1 0 414 31 0 0 25 0 9 0 25508382 889544704 7168 996147200 134512640 134550932 4294955936 18446744073709551615 4126525466 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25082/tid=25084] ppid=25081 vsize=868696 CPUtime=0.53
/proc/25082/task/25084/stat : 25084 (java) S 25081 25068 24324 0 -1 64 2995 0 0 0 46 7 0 0 16 0 9 0 25508383 889544704 7168 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25082/tid=25085] ppid=25081 vsize=868696 CPUtime=0
/proc/25082/task/25085/stat : 25085 (java) S 25081 25068 24324 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 25508383 889544704 7168 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25082/tid=25086] ppid=25081 vsize=868696 CPUtime=0
/proc/25082/task/25086/stat : 25086 (java) S 25081 25068 24324 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 25508383 889544704 7168 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25082/tid=25087] ppid=25081 vsize=868696 CPUtime=0
/proc/25082/task/25087/stat : 25087 (java) S 25081 25068 24324 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 25508385 889544704 7168 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25082/tid=25088] ppid=25081 vsize=868696 CPUtime=0.21
/proc/25082/task/25088/stat : 25088 (java) S 25081 25068 24324 0 -1 64 1524 0 0 0 21 0 0 0 17 0 9 0 25508386 889544704 7168 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25082/tid=25089] ppid=25081 vsize=868696 CPUtime=0
/proc/25082/task/25089/stat : 25089 (java) S 25081 25068 24324 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 25508386 889544704 7168 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25082/tid=25090] ppid=25081 vsize=868696 CPUtime=0
/proc/25082/task/25090/stat : 25090 (java) S 25081 25068 24324 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 25508386 889544704 7168 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.15
Current children cumulated vsize (KiB) 890920

[startup+12.7025 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 25092
/proc/meminfo: memFree=1688200/2055920 swapFree=4192812/4192956
[pid=25068] ppid=25066 vsize=16868 CPUtime=7.9
/proc/25068/stat : 25068 (sugar) S 25066 25068 24324 0 -1 4194304 1376 17356 0 2 6 2 719 63 16 0 1 0 25508283 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25068/statm: 4217 1113 409 3 0 796 0
[pid=25091] ppid=25068 vsize=5356 CPUtime=0
/proc/25091/stat : 25091 (sh) S 25068 25068 24324 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25509090 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25091/statm: 1339 232 193 169 0 50 0
[pid=25092] ppid=25091 vsize=149100 CPUtime=4.54
/proc/25092/stat : 25092 (minisat) R 25091 25068 24324 0 -1 4194304 35933 0 0 0 430 24 0 0 25 0 1 0 25509091 152678400 35919 996147200 134512640 135127466 4294956256 18446744073709551615 134530766 0 0 4096 3 0 0 0 17 1 0 0
/proc/25092/statm: 37275 35919 75 150 0 37122 0
Current children cumulated CPU time (s) 12.44
Current children cumulated vsize (KiB) 171324

[startup+25.502 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 25092
/proc/meminfo: memFree=1685576/2055920 swapFree=4192812/4192956
[pid=25068] ppid=25066 vsize=16868 CPUtime=7.9
/proc/25068/stat : 25068 (sugar) S 25066 25068 24324 0 -1 4194304 1376 17356 0 2 6 2 719 63 16 0 1 0 25508283 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25068/statm: 4217 1113 409 3 0 796 0
[pid=25091] ppid=25068 vsize=5356 CPUtime=0
/proc/25091/stat : 25091 (sh) S 25068 25068 24324 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25509090 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25091/statm: 1339 232 193 169 0 50 0
[pid=25092] ppid=25091 vsize=151088 CPUtime=17.22
/proc/25092/stat : 25092 (minisat) R 25091 25068 24324 0 -1 4194304 36336 0 0 0 1697 25 0 0 25 0 1 0 25509091 154714112 36322 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/25092/statm: 37772 36322 75 150 0 37619 0
Current children cumulated CPU time (s) 25.12
Current children cumulated vsize (KiB) 173312

[startup+51.1019 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 25092
/proc/meminfo: memFree=1685384/2055920 swapFree=4192812/4192956
[pid=25068] ppid=25066 vsize=16868 CPUtime=7.9
/proc/25068/stat : 25068 (sugar) S 25066 25068 24324 0 -1 4194304 1376 17356 0 2 6 2 719 63 16 0 1 0 25508283 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25068/statm: 4217 1113 409 3 0 796 0
[pid=25091] ppid=25068 vsize=5356 CPUtime=0
/proc/25091/stat : 25091 (sh) S 25068 25068 24324 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25509090 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25091/statm: 1339 232 193 169 0 50 0
[pid=25092] ppid=25091 vsize=151484 CPUtime=42.57
/proc/25092/stat : 25092 (minisat) R 25091 25068 24324 0 -1 4194304 36428 0 0 0 4232 25 0 0 25 0 1 0 25509091 155119616 36414 996147200 134512640 135127466 4294956256 18446744073709551615 134530766 0 0 4096 3 0 0 0 17 1 0 0
/proc/25092/statm: 37871 36414 75 150 0 37718 0
Current children cumulated CPU time (s) 50.47
Current children cumulated vsize (KiB) 173708

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 25092
/proc/meminfo: memFree=1685000/2055920 swapFree=4192812/4192956
[pid=25068] ppid=25066 vsize=16868 CPUtime=7.9
/proc/25068/stat : 25068 (sugar) S 25066 25068 24324 0 -1 4194304 1376 17356 0 2 6 2 719 63 16 0 1 0 25508283 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25068/statm: 4217 1113 409 3 0 796 0
[pid=25091] ppid=25068 vsize=5356 CPUtime=0
/proc/25091/stat : 25091 (sh) S 25068 25068 24324 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25509090 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25091/statm: 1339 232 193 169 0 50 0
[pid=25092] ppid=25091 vsize=152024 CPUtime=93.29
/proc/25092/stat : 25092 (minisat) R 25091 25068 24324 0 -1 4194304 36547 0 0 0 9304 25 0 0 25 0 1 0 25509091 155672576 36533 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/25092/statm: 38006 36533 75 150 0 37853 0
Current children cumulated CPU time (s) 101.19
Current children cumulated vsize (KiB) 174248


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

/proc/meminfo: memFree=1649792/2055920 swapFree=4192812/4192956
[pid=25068] ppid=25066 vsize=16868 CPUtime=7.9
/proc/25068/stat : 25068 (sugar) S 25066 25068 24324 0 -1 4194304 1376 17356 0 2 6 2 719 63 16 0 1 0 25508283 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25068/statm: 4217 1113 409 3 0 796 0
[pid=25091] ppid=25068 vsize=5356 CPUtime=0
/proc/25091/stat : 25091 (sh) S 25068 25068 24324 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25509090 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25091/statm: 1339 232 193 169 0 50 0
[pid=25092] ppid=25091 vsize=166592 CPUtime=1283.72
/proc/25092/stat : 25092 (minisat) R 25091 25068 24324 0 -1 4194304 40230 0 0 0 128340 32 0 0 25 0 1 0 25509091 170590208 40216 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/25092/statm: 41648 40216 75 150 0 41495 0
Current children cumulated CPU time (s) 1291.62
Current children cumulated vsize (KiB) 188816

[startup+1362.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/76 25130
/proc/meminfo: memFree=1648640/2055920 swapFree=4192812/4192956
[pid=25068] ppid=25066 vsize=16868 CPUtime=7.9
/proc/25068/stat : 25068 (sugar) S 25066 25068 24324 0 -1 4194304 1376 17356 0 2 6 2 719 63 16 0 1 0 25508283 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25068/statm: 4217 1113 409 3 0 796 0
[pid=25091] ppid=25068 vsize=5356 CPUtime=0
/proc/25091/stat : 25091 (sh) S 25068 25068 24324 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25509090 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25091/statm: 1339 232 193 169 0 50 0
[pid=25092] ppid=25091 vsize=167780 CPUtime=1343.7
/proc/25092/stat : 25092 (minisat) R 25091 25068 24324 0 -1 4194304 40520 0 0 0 134337 33 0 0 25 0 1 0 25509091 171806720 40506 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/25092/statm: 41945 40506 75 150 0 41792 0
Current children cumulated CPU time (s) 1351.6
Current children cumulated vsize (KiB) 190004

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 25130
/proc/meminfo: memFree=1647872/2055920 swapFree=4192812/4192956
[pid=25068] ppid=25066 vsize=16868 CPUtime=7.9
/proc/25068/stat : 25068 (sugar) S 25066 25068 24324 0 -1 4194304 1376 17356 0 2 6 2 719 63 16 0 1 0 25508283 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25068/statm: 4217 1113 409 3 0 796 0
[pid=25091] ppid=25068 vsize=5356 CPUtime=0
/proc/25091/stat : 25091 (sh) S 25068 25068 24324 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25509090 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25091/statm: 1339 232 193 169 0 50 0
[pid=25092] ppid=25091 vsize=168752 CPUtime=1403.67
/proc/25092/stat : 25092 (minisat) R 25091 25068 24324 0 -1 4194304 40714 0 0 0 140334 33 0 0 25 0 1 0 25509091 172802048 40700 996147200 134512640 135127466 4294956256 18446744073709551615 134528349 0 0 4096 3 0 0 0 17 0 0 0
/proc/25092/statm: 42188 40700 75 150 0 42035 0
Current children cumulated CPU time (s) 1411.57
Current children cumulated vsize (KiB) 190976

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 25130
/proc/meminfo: memFree=1647104/2055920 swapFree=4192812/4192956
[pid=25068] ppid=25066 vsize=16868 CPUtime=7.9
/proc/25068/stat : 25068 (sugar) S 25066 25068 24324 0 -1 4194304 1376 17356 0 2 6 2 719 63 16 0 1 0 25508283 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25068/statm: 4217 1113 409 3 0 796 0
[pid=25091] ppid=25068 vsize=5356 CPUtime=0
/proc/25091/stat : 25091 (sh) S 25068 25068 24324 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25509090 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25091/statm: 1339 232 193 169 0 50 0
[pid=25092] ppid=25091 vsize=169412 CPUtime=1463.63
/proc/25092/stat : 25092 (minisat) R 25091 25068 24324 0 -1 4194304 40886 0 0 0 146330 33 0 0 25 0 1 0 25509091 173477888 40872 996147200 134512640 135127466 4294956256 18446744073709551615 134530581 0 0 4096 3 0 0 0 17 0 0 0
/proc/25092/statm: 42353 40872 75 150 0 42200 0
Current children cumulated CPU time (s) 1471.53
Current children cumulated vsize (KiB) 191636

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 25130
/proc/meminfo: memFree=1646400/2055920 swapFree=4192812/4192956
[pid=25068] ppid=25066 vsize=16868 CPUtime=7.9
/proc/25068/stat : 25068 (sugar) S 25066 25068 24324 0 -1 4194304 1376 17356 0 2 6 2 719 63 16 0 1 0 25508283 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25068/statm: 4217 1113 409 3 0 796 0
[pid=25091] ppid=25068 vsize=5356 CPUtime=0
/proc/25091/stat : 25091 (sh) S 25068 25068 24324 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25509090 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25091/statm: 1339 232 193 169 0 50 0
[pid=25092] ppid=25091 vsize=170072 CPUtime=1523.61
/proc/25092/stat : 25092 (minisat) R 25091 25068 24324 0 -1 4194304 41064 0 0 0 152327 34 0 0 25 0 1 0 25509091 174153728 41050 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/25092/statm: 42518 41050 75 150 0 42365 0
Current children cumulated CPU time (s) 1531.51
Current children cumulated vsize (KiB) 192296

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 25130
/proc/meminfo: memFree=1645704/2055920 swapFree=4192812/4192956
[pid=25068] ppid=25066 vsize=16868 CPUtime=7.9
/proc/25068/stat : 25068 (sugar) S 25066 25068 24324 0 -1 4194304 1376 17356 0 2 6 2 719 63 16 0 1 0 25508283 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25068/statm: 4217 1113 409 3 0 796 0
[pid=25091] ppid=25068 vsize=5356 CPUtime=0
/proc/25091/stat : 25091 (sh) S 25068 25068 24324 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25509090 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25091/statm: 1339 232 193 169 0 50 0
[pid=25092] ppid=25091 vsize=170864 CPUtime=1583.58
/proc/25092/stat : 25092 (minisat) R 25091 25068 24324 0 -1 4194304 41252 0 0 0 158324 34 0 0 25 0 1 0 25509091 174964736 41238 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/25092/statm: 42716 41238 75 150 0 42563 0
Current children cumulated CPU time (s) 1591.48
Current children cumulated vsize (KiB) 193088

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 25130
/proc/meminfo: memFree=1644936/2055920 swapFree=4192812/4192956
[pid=25068] ppid=25066 vsize=16868 CPUtime=7.9
/proc/25068/stat : 25068 (sugar) S 25066 25068 24324 0 -1 4194304 1376 17356 0 2 6 2 719 63 16 0 1 0 25508283 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25068/statm: 4217 1113 409 3 0 796 0
[pid=25091] ppid=25068 vsize=5356 CPUtime=0
/proc/25091/stat : 25091 (sh) S 25068 25068 24324 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25509090 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25091/statm: 1339 232 193 169 0 50 0
[pid=25092] ppid=25091 vsize=171524 CPUtime=1643.55
/proc/25092/stat : 25092 (minisat) R 25091 25068 24324 0 -1 4194304 41435 0 0 0 164321 34 0 0 25 0 1 0 25509091 175640576 41421 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/25092/statm: 42881 41421 75 150 0 42728 0
Current children cumulated CPU time (s) 1651.45
Current children cumulated vsize (KiB) 193748

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 25130
/proc/meminfo: memFree=1644104/2055920 swapFree=4192812/4192956
[pid=25068] ppid=25066 vsize=16868 CPUtime=7.9
/proc/25068/stat : 25068 (sugar) S 25066 25068 24324 0 -1 4194304 1376 17356 0 2 6 2 719 63 16 0 1 0 25508283 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25068/statm: 4217 1113 409 3 0 796 0
[pid=25091] ppid=25068 vsize=5356 CPUtime=0
/proc/25091/stat : 25091 (sh) S 25068 25068 24324 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25509090 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25091/statm: 1339 232 193 169 0 50 0
[pid=25092] ppid=25091 vsize=172320 CPUtime=1703.52
/proc/25092/stat : 25092 (minisat) R 25091 25068 24324 0 -1 4194304 41638 0 0 0 170318 34 0 0 25 0 1 0 25509091 176455680 41624 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 0 0 0
/proc/25092/statm: 43080 41624 75 150 0 42927 0
Current children cumulated CPU time (s) 1711.42
Current children cumulated vsize (KiB) 194544

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 25130
/proc/meminfo: memFree=1643016/2055920 swapFree=4192812/4192956
[pid=25068] ppid=25066 vsize=16868 CPUtime=7.9
/proc/25068/stat : 25068 (sugar) S 25066 25068 24324 0 -1 4194304 1376 17356 0 2 6 2 719 63 16 0 1 0 25508283 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25068/statm: 4217 1113 409 3 0 796 0
[pid=25091] ppid=25068 vsize=5356 CPUtime=0
/proc/25091/stat : 25091 (sh) S 25068 25068 24324 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25509090 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25091/statm: 1339 232 193 169 0 50 0
[pid=25092] ppid=25091 vsize=173256 CPUtime=1763.49
/proc/25092/stat : 25092 (minisat) R 25091 25068 24324 0 -1 4194304 41860 0 0 0 176314 35 0 0 25 0 1 0 25509091 177414144 41846 996147200 134512640 135127466 4294956256 18446744073709551615 134530613 0 0 4096 3 0 0 0 17 0 0 0
/proc/25092/statm: 43314 41846 75 150 0 43161 0
Current children cumulated CPU time (s) 1771.39
Current children cumulated vsize (KiB) 195480



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1811 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 25130
/proc/meminfo: memFree=1642632/2055920 swapFree=4192812/4192956
[pid=25068] ppid=25066 vsize=16868 CPUtime=7.9
/proc/25068/stat : 25068 (sugar) S 25066 25068 24324 0 -1 4194304 1376 17356 0 2 6 2 719 63 16 0 1 0 25508283 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25068/statm: 4217 1113 409 3 0 796 0
[pid=25091] ppid=25068 vsize=5356 CPUtime=0
/proc/25091/stat : 25091 (sh) S 25068 25068 24324 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25509090 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25091/statm: 1339 232 193 169 0 50 0
[pid=25092] ppid=25091 vsize=173536 CPUtime=1792.18
/proc/25092/stat : 25092 (minisat) R 25091 25068 24324 0 -1 4194304 41953 0 0 0 179183 35 0 0 25 0 1 0 25509091 177700864 41939 996147200 134512640 135127466 4294956256 18446744073709551615 134530654 0 0 4096 3 0 0 0 17 0 0 0
/proc/25092/statm: 43384 41939 75 150 0 43231 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 195760

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

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

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 25068 and gives
#  childrusage.ru_utime.tv_sec=7
#  childrusage.ru_utime.tv_usec=256896
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=691894
# CPU time returned by wait4() is 7.94879
# while last known CPU time is 1800.08
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1811.07
CPU time (s): 1800.08
CPU user time (s): 1799.08
CPU system time (s): 1
CPU usage (%): 99.3932
Max. virtual memory (cumulated for all children) (KiB): 890920

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 7.2569
system time used= 0.691894
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19115
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= 18316
involuntary context switches= 18308

runsolver used 2.34164 second user time and 5.36718 second system time

The end

Launcher Data

Begin job on node23 at 2009-07-12 09:40:19
IDJOB=2086790
IDBENCH=58632
IDSOLVER=739
FILE ID=node23/2086790-1247384419
PBS_JOBID= 9507262
Free space on /tmp= 66360 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/js-taillard-20/normalized-js-taillard-20-100-0.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-2086790-1247384419/watcher-2086790-1247384419 -o /tmp/evaluation-result-2086790-1247384419/solver-2086790-1247384419 -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-2086790-1247384419.xml

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

MD5SUM BENCH= 694094fc9258bd0927570f73a0c21c65
RANDOM SEED=1439607880

node23.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.277
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.277
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:       1902912 kB
Buffers:         11604 kB
Cached:          68500 kB
SwapCached:          0 kB
Active:          73300 kB
Inactive:        28936 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1902912 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1924 kB
Writeback:           0 kB
Mapped:          32820 kB
Slab:            36116 kB
Committed_AS:   248412 kB
PageTables:       1752 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= 66356 MiB
End job on node23 at 2009-07-12 10:10:32