Trace number 2082060

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? (MO) 102.077 107.533

General information on the benchmark

Namecsp/super-queens/
normalized-super-queens-7.xml
MD5SUMfc9f58475a614e928f4d65ba1e610c18
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark2.52361
Satisfiable
(Un)Satisfiability was proved
Number of variables360
Number of constraints48510
Maximum constraint arity2
Maximum domain size180
Number of constraints which are defined in extension0
Number of constraints which are defined in intension48510
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 06:55:59 2009
0.00/0.08	c 0	PID 26464
0.07/0.08	c 0	HOST node74.alineos.net
0.07/0.08	c 0	CONVERTING HOME/instance-2082060-1247374559.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-2082060-1247374559.xml' 'HOME/temp.csp'
2.66/2.74	c 3	1 domains, 360 variables, 2 predicates, 0 relations, 48510 constraints
2.71/2.80	c 3	ENCODING HOME/temp.csp TO HOME/temp.cnf
2.71/2.81	c 3	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'
2.71/2.88	c 3	Parsing HOME/temp.csp
2.72/3.17	c 3	parsed 10000 expressions
3.09/3.30	c 4	parsed 20000 expressions
3.29/3.43	c 4	parsed 30000 expressions
3.39/3.52	c 4	parsed 40000 expressions
3.49/3.67	c 4	parsed 48873 expressions
3.49/3.67	c 4	Heap : 13 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
3.49/3.67	c 4	Converting to clausal form CSP
4.48/4.61	c 5	converted 4888 (10%) expressions
4.98/5.16	c 5	converted 9775 (20%) expressions
5.77/5.97	c 6	converted 14662 (30%) expressions
6.36/6.51	c 7	converted 19550 (40%) expressions
7.27/7.43	c 8	converted 24437 (50%) expressions
7.76/7.99	c 8	converted 29324 (60%) expressions
8.36/8.53	c 9	converted 34212 (70%) expressions
8.85/9.08	c 9	converted 39099 (80%) expressions
10.25/10.47	c 11	converted 43986 (90%) expressions
10.84/11.03	c 11	converted 48873 (100%) expressions
10.84/11.03	c 11	CSP : 360 integers, 48330 booleans, 193500 clauses, largest domain size 180
10.84/11.03	c 11	Heap : 122 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
10.84/11.03	c 11	Propagation in CSP
11.24/11.41	c 12	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
11.24/11.41	c 12	CSP : 360 integers, 48330 booleans, 193500 clauses, largest domain size 180
11.24/11.41	c 12	Heap : 123 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
11.24/11.46	c 12	Simplifing CSP by introducing new Boolean variables
13.52/13.74	c 14	CSP : 360 integers, 242004 booleans, 387174 clauses, largest domain size 180
13.52/13.74	c 14	Heap : 177 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
14.71/14.99	c 15	Encoding CSP to SAT : HOME/temp.cnf
14.82/15.05	c 15	36 (10%) CSP integer variables are encoded (6408 clauses, 81167 bytes)
14.82/15.06	c 15	72 (20%) CSP integer variables are encoded (12816 clauses, 170216 bytes)
14.82/15.07	c 15	108 (30%) CSP integer variables are encoded (19224 clauses, 266336 bytes)
14.82/15.08	c 15	144 (40%) CSP integer variables are encoded (25632 clauses, 362456 bytes)
14.82/15.09	c 15	180 (50%) CSP integer variables are encoded (32040 clauses, 458576 bytes)
14.82/15.10	c 15	216 (60%) CSP integer variables are encoded (38448 clauses, 554696 bytes)
14.91/15.10	c 15	252 (70%) CSP integer variables are encoded (44856 clauses, 650816 bytes)
14.91/15.11	c 15	288 (80%) CSP integer variables are encoded (51264 clauses, 746936 bytes)
14.91/15.12	c 15	324 (90%) CSP integer variables are encoded (57672 clauses, 843056 bytes)
14.91/15.13	c 15	360 (100%) CSP integer variables are encoded (64080 clauses, 939176 bytes)
21.54/21.86	c 22	38718 (10%) CSP clauses are encoded (3624742 clauses, 76169014 bytes)
28.26/28.62	c 29	77435 (20%) CSP clauses are encoded (7230123 clauses, 153911839 bytes)
35.14/35.69	c 36	116153 (30%) CSP clauses are encoded (10971371 clauses, 235355528 bytes)
42.40/43.07	c 43	154870 (40%) CSP clauses are encoded (14791319 clauses, 321890989 bytes)
49.88/50.91	c 51	193587 (50%) CSP clauses are encoded (18720897 clauses, 410893376 bytes)
56.96/58.18	c 59	232305 (60%) CSP clauses are encoded (22780213 clauses, 502815108 bytes)
64.29/65.65	c 66	271022 (70%) CSP clauses are encoded (26988500 clauses, 598088660 bytes)
72.00/73.74	c 74	309740 (80%) CSP clauses are encoded (31346624 clauses, 697587204 bytes)
80.45/82.62	c 83	348457 (90%) CSP clauses are encoded (35899887 clauses, 802026465 bytes)
89.47/91.71	c 92	387174 (100%) CSP clauses are encoded (40758474 clauses, 913487823 bytes)
89.47/91.71	c 92	387174 CSP clauses encoded
89.47/91.71	c 92	Writing map file : HOME/temp.map
89.47/91.75	c 92	Heap : 151 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
89.47/91.75	c 92	SAT : 306444 SAT variables, 40758474 SAT clauses, 913487823 bytes
89.47/91.75	c 92	Heap : 151 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
89.54/91.82	c 92	SOLVING HOME/temp.cnf
89.54/91.82	c 92	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
89.54/91.82	c 92	This is MiniSat 2.0 beta
89.54/91.82	c 92	WARNING: for repeatability, setting FPU to use double precision
89.54/91.82	c 92	============================[ Problem Statistics ]=============================
89.54/91.82	c 92	|                                                                             |
89.54/91.83	c 92	|  Number of variables:  306444                                               |
89.54/91.83	c 92	|  Number of clauses:    40758474                                             |
102.07/105.52	c ERROR INTERRUPTED

Verifier Data

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: <no 's ' line found>

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2082060-1247374559/watcher-2082060-1247374559 -o /tmp/evaluation-result-2082060-1247374559/solver-2082060-1247374559 -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-2082060-1247374559.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

[startup+0 s]
/proc/loadavg: 2.37 2.26 2.10 4/82 26464
/proc/meminfo: memFree=1416720/2055920 swapFree=4192812/4192956
[pid=26464] ppid=26462 vsize=18576 CPUtime=0
/proc/26464/stat : 26464 (runsolver) R 26462 19670 19670 0 -1 4194368 11 0 0 0 0 0 0 0 19 0 1 0 24521722 19021824 282 996147200 4194304 4302564 548682068304 18446744073709551615 228772051658 0 0 4096 24578 0 0 0 17 1 0 0
/proc/26464/statm: 4644 282 247 26 0 2626 0
Current StackSize limit: 10240 KiB


[startup+0.082219 s]
/proc/loadavg: 2.37 2.26 2.10 4/82 26464
/proc/meminfo: memFree=1416720/2055920 swapFree=4192812/4192956
[pid=26464] ppid=26462 vsize=16740 CPUtime=0.07
/proc/26464/stat : 26464 (sugar) S 26462 26464 19670 0 -1 4194304 1152 0 0 0 5 2 0 0 19 0 1 0 24521722 17141760 1107 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26464/statm: 4185 1107 406 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+0.101312 s]
/proc/loadavg: 2.37 2.26 2.10 4/82 26464
/proc/meminfo: memFree=1416720/2055920 swapFree=4192812/4192956
[pid=26464] ppid=26462 vsize=16868 CPUtime=0.07
/proc/26464/stat : 26464 (sugar) S 26462 26464 19670 0 -1 4194304 1227 128 0 0 5 2 0 0 21 0 1 0 24521722 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26464/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.301325 s]
/proc/loadavg: 2.37 2.26 2.10 4/82 26464
/proc/meminfo: memFree=1416720/2055920 swapFree=4192812/4192956
[pid=26464] ppid=26462 vsize=16868 CPUtime=0.07
/proc/26464/stat : 26464 (sugar) S 26462 26464 19670 0 -1 4194304 1227 128 0 0 5 2 0 0 21 0 1 0 24521722 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26464/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.701373 s]
/proc/loadavg: 2.37 2.26 2.10 4/82 26464
/proc/meminfo: memFree=1416720/2055920 swapFree=4192812/4192956
[pid=26464] ppid=26462 vsize=16868 CPUtime=0.07
/proc/26464/stat : 26464 (sugar) S 26462 26464 19670 0 -1 4194304 1227 128 0 0 5 2 0 0 21 0 1 0 24521722 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26464/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+1.50247 s]
/proc/loadavg: 2.37 2.26 2.10 3/93 26476
/proc/meminfo: memFree=1388336/2055920 swapFree=4192812/4192956
[pid=26464] ppid=26462 vsize=16868 CPUtime=0.07
/proc/26464/stat : 26464 (sugar) S 26462 26464 19670 0 -1 4194304 1227 128 0 0 5 2 0 0 21 0 1 0 24521722 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26464/statm: 4217 1111 409 3 0 796 0
[pid=26467] ppid=26464 vsize=5356 CPUtime=0
/proc/26467/stat : 26467 (sh) S 26464 26464 19670 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24521731 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26467/statm: 1339 233 193 169 0 50 0
[pid=26468] ppid=26467 vsize=864768 CPUtime=1.39
/proc/26468/stat : 26468 (java) S 26467 26464 19670 0 -1 0 15794 0 1 0 130 9 0 0 18 0 9 0 24521731 885522432 13326 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26468/statm: 216192 13326 2556 9 0 210704 0
[pid=26468/tid=26469] ppid=26467 vsize=864768 CPUtime=0.8
/proc/26468/task/26469/stat : 26469 (java) R 26467 26464 19670 0 -1 64 3051 0 1 0 78 2 0 0 24 0 9 0 24521732 885522432 13326 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26468/tid=26470] ppid=26467 vsize=864768 CPUtime=0.46
/proc/26468/task/26470/stat : 26470 (java) R 26467 26464 19670 0 -1 64 11533 0 0 0 41 5 0 0 16 0 9 0 24521734 885522432 13326 996147200 134512640 134550932 4294955984 18446744073709551615 102547073 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26468/tid=26471] ppid=26467 vsize=864768 CPUtime=0
/proc/26468/task/26471/stat : 26471 (java) S 26467 26464 19670 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 24521734 885522432 13326 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26468/tid=26472] ppid=26467 vsize=864768 CPUtime=0
/proc/26468/task/26472/stat : 26472 (java) S 26467 26464 19670 0 -1 64 11 0 0 0 0 0 0 0 15 0 9 0 24521734 885522432 13326 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26468/tid=26473] ppid=26467 vsize=864768 CPUtime=0
/proc/26468/task/26473/stat : 26473 (java) S 26467 26464 19670 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24521736 885522432 13326 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26468/tid=26474] ppid=26467 vsize=864768 CPUtime=0.1
/proc/26468/task/26474/stat : 26474 (java) S 26467 26464 19670 0 -1 64 505 0 0 0 10 0 0 0 16 0 9 0 24521736 885522432 13326 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26468/tid=26475] ppid=26467 vsize=864768 CPUtime=0
/proc/26468/task/26475/stat : 26475 (java) S 26467 26464 19670 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24521736 885522432 13326 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26468/tid=26476] ppid=26467 vsize=864768 CPUtime=0
/proc/26468/task/26476/stat : 26476 (java) S 26467 26464 19670 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24521736 885522432 13326 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 886992

[startup+3.10165 s]
/proc/loadavg: 2.37 2.26 2.10 3/93 26476
/proc/meminfo: memFree=1346800/2055920 swapFree=4192812/4192956
[pid=26464] ppid=26462 vsize=16868 CPUtime=2.72
/proc/26464/stat : 26464 (sugar) S 26462 26464 19670 0 -1 4194304 1309 24332 0 1 5 2 248 17 16 0 1 0 24521722 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26464/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 2.72
Current children cumulated vsize (KiB) 16868

[startup+6.30503 s]
/proc/loadavg: 2.34 2.26 2.10 4/93 26486
/proc/meminfo: memFree=1361648/2055920 swapFree=4192812/4192956
[pid=26464] ppid=26462 vsize=16868 CPUtime=2.72
/proc/26464/stat : 26464 (sugar) S 26462 26464 19670 0 -1 4194304 1309 24332 0 1 5 2 248 17 15 0 1 0 24521722 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26464/statm: 4217 1111 409 3 0 796 0
[pid=26477] ppid=26464 vsize=5356 CPUtime=0
/proc/26477/stat : 26477 (sh) S 26464 26464 19670 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24522003 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26477/statm: 1339 233 193 169 0 50 0
[pid=26478] ppid=26477 vsize=868628 CPUtime=3.45
/proc/26478/stat : 26478 (java) S 26477 26464 19670 0 -1 0 20513 0 1 0 334 11 0 0 18 0 9 0 24522004 889475072 18956 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26478/statm: 217157 18956 2566 9 0 211662 0
[pid=26478/tid=26479] ppid=26477 vsize=868628 CPUtime=2.1
/proc/26478/task/26479/stat : 26479 (java) R 26477 26464 19670 0 -1 64 3227 0 1 0 208 2 0 0 25 0 9 0 24522005 889475072 18956 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26478/tid=26480] ppid=26477 vsize=868628 CPUtime=1.14
/proc/26478/task/26480/stat : 26480 (java) R 26477 26464 19670 0 -1 64 15106 0 0 0 108 6 0 0 15 0 9 0 24522006 889475072 18956 996147200 134512640 134550932 4294955936 18446744073709551615 102709360 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26478/tid=26481] ppid=26477 vsize=868628 CPUtime=0
/proc/26478/task/26481/stat : 26481 (java) S 26477 26464 19670 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24522006 889475072 18956 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26478/tid=26482] ppid=26477 vsize=868628 CPUtime=0
/proc/26478/task/26482/stat : 26482 (java) S 26477 26464 19670 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24522006 889475072 18956 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26478/tid=26483] ppid=26477 vsize=868628 CPUtime=0
/proc/26478/task/26483/stat : 26483 (java) S 26477 26464 19670 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24522008 889475072 18956 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26478/tid=26484] ppid=26477 vsize=868628 CPUtime=0.18
/proc/26478/task/26484/stat : 26484 (java) S 26477 26464 19670 0 -1 64 1478 0 0 0 17 1 0 0 16 0 9 0 24522008 889475072 18956 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26478/tid=26485] ppid=26477 vsize=868628 CPUtime=0
/proc/26478/task/26485/stat : 26485 (java) S 26477 26464 19670 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24522008 889475072 18956 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26478/tid=26486] ppid=26477 vsize=868628 CPUtime=0
/proc/26478/task/26486/stat : 26486 (java) S 26477 26464 19670 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24522008 889475072 18956 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) 890852

[startup+12.7028 s]
/proc/loadavg: 2.31 2.25 2.09 3/93 26486
/proc/meminfo: memFree=1237744/2055920 swapFree=4192812/4192956
[pid=26464] ppid=26462 vsize=16868 CPUtime=2.72
/proc/26464/stat : 26464 (sugar) S 26462 26464 19670 0 -1 4194304 1310 24332 0 1 5 2 248 17 16 0 1 0 24521722 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26464/statm: 4217 1111 409 3 0 796 0
[pid=26477] ppid=26464 vsize=5356 CPUtime=0
/proc/26477/stat : 26477 (sh) S 26464 26464 19670 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24522003 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26477/statm: 1339 233 193 169 0 50 0
[pid=26478] ppid=26477 vsize=878876 CPUtime=9.81
/proc/26478/stat : 26478 (java) S 26477 26464 19670 0 -1 0 67523 0 1 0 947 34 0 0 18 0 9 0 24522004 899969024 54549 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26478/statm: 219719 54549 2567 9 0 214224 0
[pid=26478/tid=26479] ppid=26477 vsize=878876 CPUtime=5.2
/proc/26478/task/26479/stat : 26479 (java) R 26477 26464 19670 0 -1 64 4448 0 1 0 517 3 0 0 25 0 9 0 24522005 899969024 54549 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26478/tid=26480] ppid=26477 vsize=878876 CPUtime=4.38
/proc/26478/task/26480/stat : 26480 (java) R 26477 26464 19670 0 -1 64 60886 0 0 0 410 28 0 0 16 0 9 0 24522006 899969024 54549 996147200 134512640 134550932 4294955936 18446744073709551615 103825737 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26478/tid=26481] ppid=26477 vsize=878876 CPUtime=0
/proc/26478/task/26481/stat : 26481 (java) S 26477 26464 19670 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24522006 899969024 54549 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26478/tid=26482] ppid=26477 vsize=878876 CPUtime=0
/proc/26478/task/26482/stat : 26482 (java) S 26477 26464 19670 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24522006 899969024 54549 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26478/tid=26483] ppid=26477 vsize=878876 CPUtime=0
/proc/26478/task/26483/stat : 26483 (java) S 26477 26464 19670 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24522008 899969024 54549 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26478/tid=26484] ppid=26477 vsize=878876 CPUtime=0.19
/proc/26478/task/26484/stat : 26484 (java) S 26477 26464 19670 0 -1 64 1487 0 0 0 18 1 0 0 16 0 9 0 24522008 899969024 54549 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26478/tid=26485] ppid=26477 vsize=878876 CPUtime=0
/proc/26478/task/26485/stat : 26485 (java) S 26477 26464 19670 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24522008 899969024 54549 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26478/tid=26486] ppid=26477 vsize=878876 CPUtime=0
/proc/26478/task/26486/stat : 26486 (java) S 26477 26464 19670 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24522008 899969024 54549 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.53
Current children cumulated vsize (KiB) 901100

[startup+25.5022 s]
/proc/loadavg: 2.31 2.25 2.10 3/93 26486
/proc/meminfo: memFree=1085872/2055920 swapFree=4192812/4192956
[pid=26464] ppid=26462 vsize=16868 CPUtime=2.73
/proc/26464/stat : 26464 (sugar) S 26462 26464 19670 0 -1 4194304 1310 24332 0 1 6 2 248 17 16 0 1 0 24521722 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26464/statm: 4217 1111 409 3 0 796 0
[pid=26477] ppid=26464 vsize=5356 CPUtime=0
/proc/26477/stat : 26477 (sh) S 26464 26464 19670 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24522003 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26477/statm: 1339 233 193 169 0 50 0
[pid=26478] ppid=26477 vsize=868740 CPUtime=22.46
/proc/26478/stat : 26478 (java) S 26477 26464 19670 0 -1 0 78966 0 1 0 2134 112 0 0 18 0 9 0 24522004 889589760 53810 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26478/statm: 217185 53810 2591 9 0 211662 0
[pid=26478/tid=26479] ppid=26477 vsize=868740 CPUtime=15.5
/proc/26478/task/26479/stat : 26479 (java) R 26477 26464 19670 0 -1 64 5777 0 1 0 1474 76 0 0 25 0 9 0 24522005 889589760 53810 996147200 134512640 134550932 4294955936 18446744073709551615 102094001 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26478/tid=26480] ppid=26477 vsize=868740 CPUtime=6.68
/proc/26478/task/26480/stat : 26480 (java) S 26477 26464 19670 0 -1 64 70966 0 0 0 635 33 0 0 16 0 9 0 24522006 889589760 53810 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26478/tid=26481] ppid=26477 vsize=868740 CPUtime=0
/proc/26478/task/26481/stat : 26481 (java) S 26477 26464 19670 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24522006 889589760 53810 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26478/tid=26482] ppid=26477 vsize=868740 CPUtime=0
/proc/26478/task/26482/stat : 26482 (java) S 26477 26464 19670 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24522006 889589760 53810 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26478/tid=26483] ppid=26477 vsize=868740 CPUtime=0
/proc/26478/task/26483/stat : 26483 (java) S 26477 26464 19670 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24522008 889589760 53810 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26478/tid=26484] ppid=26477 vsize=868740 CPUtime=0.25
/proc/26478/task/26484/stat : 26484 (java) S 26477 26464 19670 0 -1 64 1521 0 0 0 24 1 0 0 16 0 9 0 24522008 889589760 53810 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26478/tid=26485] ppid=26477 vsize=868740 CPUtime=0
/proc/26478/task/26485/stat : 26485 (java) S 26477 26464 19670 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24522008 889589760 53810 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26478/tid=26486] ppid=26477 vsize=868740 CPUtime=0
/proc/26478/task/26486/stat : 26486 (java) S 26477 26464 19670 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24522008 889589760 53810 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.19
Current children cumulated vsize (KiB) 890964

[startup+51.1023 s]
/proc/loadavg: 2.55 2.31 2.12 3/93 26486
/proc/meminfo: memFree=793648/2055920 swapFree=4192812/4192956
[pid=26464] ppid=26462 vsize=16868 CPUtime=2.73
/proc/26464/stat : 26464 (sugar) S 26462 26464 19670 0 -1 4194304 1310 24332 0 1 6 2 248 17 16 0 1 0 24521722 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26464/statm: 4217 1111 409 3 0 796 0
[pid=26477] ppid=26464 vsize=5356 CPUtime=0
/proc/26477/stat : 26477 (sh) S 26464 26464 19670 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24522003 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26477/statm: 1339 233 193 169 0 50 0
[pid=26478] ppid=26477 vsize=868740 CPUtime=47.34
/proc/26478/stat : 26478 (java) S 26477 26464 19670 0 -1 0 79348 0 1 0 4435 299 0 0 18 0 9 0 24522004 889589760 53810 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26478/statm: 217185 53810 2591 9 0 211662 0
[pid=26478/tid=26479] ppid=26477 vsize=868740 CPUtime=40
/proc/26478/task/26479/stat : 26479 (java) R 26477 26464 19670 0 -1 64 6159 0 1 0 3738 262 0 0 25 0 9 0 24522005 889589760 53810 996147200 134512640 134550932 4294955936 18446744073709551615 4126965116 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26478/tid=26480] ppid=26477 vsize=868740 CPUtime=7.08
/proc/26478/task/26480/stat : 26480 (java) S 26477 26464 19670 0 -1 64 70966 0 0 0 673 35 0 0 16 0 9 0 24522006 889589760 53810 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26478/tid=26481] ppid=26477 vsize=868740 CPUtime=0
/proc/26478/task/26481/stat : 26481 (java) S 26477 26464 19670 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24522006 889589760 53810 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26478/tid=26482] ppid=26477 vsize=868740 CPUtime=0
/proc/26478/task/26482/stat : 26482 (java) S 26477 26464 19670 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24522006 889589760 53810 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26478/tid=26483] ppid=26477 vsize=868740 CPUtime=0
/proc/26478/task/26483/stat : 26483 (java) S 26477 26464 19670 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24522008 889589760 53810 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26478/tid=26484] ppid=26477 vsize=868740 CPUtime=0.25
/proc/26478/task/26484/stat : 26484 (java) S 26477 26464 19670 0 -1 64 1521 0 0 0 24 1 0 0 16 0 9 0 24522008 889589760 53810 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26478/tid=26485] ppid=26477 vsize=868740 CPUtime=0
/proc/26478/task/26485/stat : 26485 (java) S 26477 26464 19670 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24522008 889589760 53810 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26478/tid=26486] ppid=26477 vsize=868740 CPUtime=0
/proc/26478/task/26486/stat : 26486 (java) S 26477 26464 19670 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24522008 889589760 53810 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 50.07
Current children cumulated vsize (KiB) 890964

[startup+102.307 s]
/proc/loadavg: 3.11 2.50 2.19 4/86 26543
/proc/meminfo: memFree=16168/2055920 swapFree=4192812/4192956
[pid=26464] ppid=26462 vsize=16868 CPUtime=89.57
/proc/26464/stat : 26464 (sugar) S 26462 26464 19670 0 -1 4194304 1376 104623 0 2 6 2 8311 638 16 0 1 0 24521722 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26464/statm: 4217 1113 409 3 0 796 0
[pid=26540] ppid=26464 vsize=5356 CPUtime=0
/proc/26540/stat : 26540 (sh) S 26464 26464 19670 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24530904 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26540/statm: 1339 232 193 169 0 50 0
[pid=26541] ppid=26540 vsize=724632 CPUtime=9.76
/proc/26541/stat : 26541 (minisat) R 26540 26464 19670 0 -1 4194304 172339 0 0 0 845 131 0 0 25 0 1 0 24530905 742023168 172325 996147200 134512640 135127466 4294956256 18446744073709551615 134514045 0 0 4096 3 0 0 0 17 0 0 0
/proc/26541/statm: 181158 172325 62 150 0 181005 0
Current children cumulated CPU time (s) 99.33
Current children cumulated vsize (KiB) 746856



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+105.501 s]
/proc/loadavg: 3.26 2.54 2.20 2/86 26543
/proc/meminfo: memFree=15272/2055920 swapFree=4192812/4192956
[pid=26464] ppid=26462 vsize=16868 CPUtime=89.57
/proc/26464/stat : 26464 (sugar) S 26462 26464 19670 0 -1 4194304 1376 104623 0 2 6 2 8311 638 16 0 1 0 24521722 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26464/statm: 4217 1113 409 3 0 796 0
[pid=26540] ppid=26464 vsize=5356 CPUtime=0
/proc/26540/stat : 26540 (sh) S 26464 26464 19670 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24530904 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26540/statm: 1339 232 193 169 0 50 0
[pid=26541] ppid=26540 vsize=901188 CPUtime=12.5
/proc/26541/stat : 26541 (minisat) D 26540 26464 19670 0 -1 4194304 221224 0 0 0 1082 168 0 0 25 0 1 0 24530905 922816512 221210 996147200 134512640 135127466 4294956256 18446744073709551615 134722894 0 0 4096 3 18446744071563608240 0 0 17 0 0 0
/proc/26541/statm: 225297 221210 62 150 0 225144 0
Current children cumulated CPU time (s) 102.07
Current children cumulated vsize (KiB) 923412

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

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

[startup+106.501 s]
/proc/loadavg: 3.26 2.54 2.20 2/86 26543
/proc/meminfo: memFree=15272/2055920 swapFree=4192812/4192956
[pid=26464] ppid=26462 vsize=16868 CPUtime=89.57
/proc/26464/stat : 26464 (sugar) S 26462 26464 19670 0 -1 4194304 1398 104623 0 2 6 2 8311 638 16 0 1 0 24521722 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 16384 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/26464/statm: 4217 1113 409 3 0 796 0
[pid=26540] ppid=26464 vsize=0 CPUtime=0
/proc/26540/stat : 26540 (sh) Z 26464 26464 19670 0 -1 4195340 277 0 0 0 0 0 0 0 16 0 1 0 24530904 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 0 0 0
/proc/26540/statm: 0 0 0 0 0 0 0
[pid=26541] ppid=1 vsize=901188 CPUtime=12.5
/proc/26541/stat : 26541 (minisat) D 1 26464 19670 0 -1 4194304 221224 0 0 0 1082 168 0 0 20 0 1 0 24530905 922816512 221210 996147200 134512640 135127466 4294956256 18446744073709551615 134722894 256 0 4096 3 18446744071563478208 0 0 17 0 0 0
/proc/26541/statm: 225297 221210 62 150 0 225144 0
Current children cumulated CPU time (s) 102.07
Current children cumulated vsize (KiB) 918056

[startup+106.601 s]
/proc/loadavg: 3.26 2.54 2.20 2/87 26544
/proc/meminfo: memFree=15272/2055920 swapFree=4192812/4192956
[pid=26464] ppid=26462 vsize=16868 CPUtime=89.57
/proc/26464/stat : 26464 (sugar) S 26462 26464 19670 0 -1 4194304 1398 104623 0 2 6 2 8311 638 16 0 1 0 24521722 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 16384 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/26464/statm: 4217 1113 409 3 0 796 0
[pid=26540] ppid=26464 vsize=0 CPUtime=0
/proc/26540/stat : 26540 (sh) Z 26464 26464 19670 0 -1 4195340 277 0 0 0 0 0 0 0 16 0 1 0 24530904 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 0 0 0
/proc/26540/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 89.57
Current children cumulated vsize (KiB) 16868
#
############


Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -26464

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

[startup+106.201 s]
/proc/loadavg: 3.26 2.54 2.20 2/86 26543
/proc/meminfo: memFree=15272/2055920 swapFree=4192812/4192956
[pid=26464] ppid=26462 vsize=16868 CPUtime=89.57
/proc/26464/stat : 26464 (sugar) S 26462 26464 19670 0 -1 4194304 1398 104623 0 2 6 2 8311 638 16 0 1 0 24521722 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 16384 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/26464/statm: 4217 1113 409 3 0 796 0
[pid=26540] ppid=26464 vsize=0 CPUtime=0
/proc/26540/stat : 26540 (sh) Z 26464 26464 19670 0 -1 4195340 277 0 0 0 0 0 0 0 16 0 1 0 24530904 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 0 0 0
/proc/26540/statm: 0 0 0 0 0 0 0
[pid=26541] ppid=1 vsize=901188 CPUtime=12.5
/proc/26541/stat : 26541 (minisat) D 1 26464 19670 0 -1 4194304 221224 0 0 0 1082 168 0 0 22 0 1 0 24530905 922816512 221210 996147200 134512640 135127466 4294956256 18446744073709551615 134722894 256 0 4096 3 18446744071563478208 0 0 17 1 0 0
/proc/26541/statm: 225297 221210 62 150 0 225144 0
Current children cumulated CPU time (s) 102.07
Current children cumulated vsize (KiB) 918056

[startup+107.001 s]
/proc/loadavg: 3.26 2.54 2.20 2/87 26544
/proc/meminfo: memFree=15272/2055920 swapFree=4192812/4192956
[pid=26464] ppid=26462 vsize=16868 CPUtime=89.57
/proc/26464/stat : 26464 (sugar) S 26462 26464 19670 0 -1 4194304 1398 104623 0 2 6 2 8311 638 16 0 1 0 24521722 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 16384 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/26464/statm: 4217 1113 409 3 0 796 0
[pid=26540] ppid=26464 vsize=0 CPUtime=0
/proc/26540/stat : 26540 (sh) Z 26464 26464 19670 0 -1 4195340 277 0 0 0 0 0 0 0 16 0 1 0 24530904 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 0 0 0
/proc/26540/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 89.57
Current children cumulated vsize (KiB) 16868

[startup+107.401 s]
/proc/loadavg: 3.26 2.54 2.20 2/87 26544
/proc/meminfo: memFree=15272/2055920 swapFree=4192812/4192956
[pid=26464] ppid=26462 vsize=16868 CPUtime=89.57
/proc/26464/stat : 26464 (sugar) S 26462 26464 19670 0 -1 4194304 1398 104623 0 2 6 2 8311 638 16 0 1 0 24521722 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 16384 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/26464/statm: 4217 1113 409 3 0 796 0
[pid=26540] ppid=26464 vsize=0 CPUtime=0
/proc/26540/stat : 26540 (sh) Z 26464 26464 19670 0 -1 4195340 277 0 0 0 0 0 0 0 16 0 1 0 24530904 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 0 0 0
/proc/26540/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 89.57
Current children cumulated vsize (KiB) 16868

[startup+107.501 s]
/proc/loadavg: 3.26 2.54 2.20 2/87 26544
/proc/meminfo: memFree=15272/2055920 swapFree=4192812/4192956
[pid=26464] ppid=26462 vsize=16868 CPUtime=89.57
/proc/26464/stat : 26464 (sugar) S 26462 26464 19670 0 -1 4194304 1398 104623 0 2 6 2 8311 638 16 0 1 0 24521722 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 16384 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/26464/statm: 4217 1113 409 3 0 796 0
[pid=26540] ppid=26464 vsize=0 CPUtime=0
/proc/26540/stat : 26540 (sh) Z 26464 26464 19670 0 -1 4195340 277 0 0 0 0 0 0 0 16 0 1 0 24530904 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 0 0 0
/proc/26540/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 89.57
Current children cumulated vsize (KiB) 16868

Child ended because it received signal 9 (SIGKILL)

# 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): 12.5
#  lost CPU user time (s): 10.82
#  lost CPU system time (s): 1.68

Real time (s): 107.533
CPU time (s): 102.077
CPU user time (s): 93.9934
CPU system time (s): 8.08403
CPU usage (%): 94.9262
Max. virtual memory (cumulated for all children) (KiB): 923412

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 83.1734
system time used= 6.40403
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 106021
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= 15334
involuntary context switches= 16539

runsolver used 0.171973 second user time and 0.422935 second system time

The end

Launcher Data

Begin job on node74 at 2009-07-12 06:55:59
IDJOB=2082060
IDBENCH=57526
IDSOLVER=739
FILE ID=node74/2082060-1247374559
PBS_JOBID= 9507030
Free space on /tmp= 103092 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/super-queens/normalized-super-queens-7.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-2082060-1247374559/watcher-2082060-1247374559 -o /tmp/evaluation-result-2082060-1247374559/solver-2082060-1247374559 -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-2082060-1247374559.xml

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

MD5SUM BENCH= fc9f58475a614e928f4d65ba1e610c18
RANDOM SEED=663710487

node74.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.234
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.234
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:       1417136 kB
Buffers:         49760 kB
Cached:         324104 kB
SwapCached:          0 kB
Active:         380992 kB
Inactive:       180128 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1417136 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            7288 kB
Writeback:           0 kB
Mapped:         207684 kB
Slab:            62312 kB
Committed_AS:   397736 kB
PageTables:       2244 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 101864 MiB
End job on node74 at 2009-07-12 06:57:47