Trace number 2083973

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+picosat? (MO) 199.44 214.357

General information on the benchmark

Namecsp/fapp/fapp27/
normalized-fapp27-2550-6.xml
MD5SUMef7d7c637f2d266a95f48fc11eb03b09
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark31.9491
Satisfiable
(Un)Satisfiability was proved
Number of variables2550
Number of constraints10886
Maximum constraint arity2
Maximum domain size242
Number of constraints which are defined in extension0
Number of constraints which are defined in intension10886
Global constraints used (with number of constraints)

Solver Data

0.04/0.26	c 0	Sugar v1-14-6 + HOME/picosat
0.04/0.27	c 0	BEGIN Sun Jul 12 08:02:42 2009
0.04/0.27	c 0	PID 23181
0.04/0.28	c 0	HOST node62.alineos.net
0.04/0.28	c 0	CONVERTING HOME/instance-2083973-1247378561.xml TO HOME/temp.csp
0.04/0.28	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2083973-1247378561.xml' 'HOME/temp.csp'
1.00/1.35	c 1	8 domains, 2550 variables, 8 predicates, 0 relations, 10886 constraints
1.06/1.40	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.06/1.40	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'
1.06/1.47	c 1	Parsing HOME/temp.csp
1.07/1.68	c 1	parsed 10000 expressions
1.07/1.76	c 1	parsed 13452 expressions
1.07/1.77	c 1	Heap : 5 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.07/1.77	c 1	Converting to clausal form CSP
1.07/1.81	c 1	converted 1346 (10%) expressions
1.75/2.14	c 2	converted 2691 (20%) expressions
3.34/3.76	c 3	converted 4036 (30%) expressions
4.82/5.22	c 5	converted 5381 (40%) expressions
6.13/6.55	c 6	converted 6726 (50%) expressions
7.71/8.10	c 8	converted 8072 (60%) expressions
9.10/9.55	c 9	converted 9417 (70%) expressions
10.70/11.15	c 11	converted 10762 (80%) expressions
11.98/12.41	c 12	converted 12107 (90%) expressions
13.09/13.51	c 13	converted 13452 (100%) expressions
13.09/13.51	c 13	CSP : 7024 integers, 27901 booleans, 73365 clauses, largest domain size 2721
13.09/13.51	c 13	Heap : 49 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
13.09/13.52	c 13	Propagation in CSP
14.67/15.19	c 15	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
14.67/15.20	c 15	CSP : 7024 integers, 27901 booleans, 73365 clauses, largest domain size 2721
14.67/15.20	c 15	Heap : 47 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
14.77/15.22	c 15	Simplifing CSP by introducing new Boolean variables
14.88/15.39	c 15	CSP : 7024 integers, 58219 booleans, 103683 clauses, largest domain size 2721
14.88/15.39	c 15	Heap : 57 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
15.26/15.77	c 15	Encoding CSP to SAT : HOME/temp.cnf
18.23/18.73	c 18	703 (10%) CSP integer variables are encoded (161665 clauses, 2527116 bytes)
21.02/21.56	c 21	1405 (20%) CSP integer variables are encoded (321009 clauses, 5235964 bytes)
23.90/25.41	c 25	2108 (30%) CSP integer variables are encoded (481711 clauses, 7967898 bytes)
26.47/28.00	c 28	2810 (40%) CSP integer variables are encoded (1251166 clauses, 21556384 bytes)
28.56/30.36	c 30	3512 (50%) CSP integer variables are encoded (3078694 clauses, 56279416 bytes)
30.71/32.53	c 32	4215 (60%) CSP integer variables are encoded (4887593 clauses, 90648497 bytes)
32.83/34.71	c 34	4917 (70%) CSP integer variables are encoded (6668853 clauses, 124492437 bytes)
34.97/36.94	c 37	5620 (80%) CSP integer variables are encoded (8460536 clauses, 158534414 bytes)
37.18/39.20	c 39	6322 (90%) CSP integer variables are encoded (10235166 clauses, 192735175 bytes)
39.43/41.58	c 41	7024 (100%) CSP integer variables are encoded (12049132 clauses, 230828461 bytes)
49.72/52.18	c 52	10369 (10%) CSP clauses are encoded (15629862 clauses, 324794242 bytes)
59.79/62.47	c 62	20737 (20%) CSP clauses are encoded (19340855 clauses, 424179729 bytes)
69.95/72.81	c 72	31105 (30%) CSP clauses are encoded (23165832 clauses, 527335278 bytes)
79.99/83.19	c 83	41474 (40%) CSP clauses are encoded (26791905 clauses, 624530887 bytes)
89.65/92.99	c 93	51842 (50%) CSP clauses are encoded (30360256 clauses, 720838994 bytes)
100.28/103.83	c 104	62210 (60%) CSP clauses are encoded (33964772 clauses, 817445376 bytes)
110.74/114.66	c 114	72579 (70%) CSP clauses are encoded (37501523 clauses, 912630838 bytes)
121.10/125.26	c 125	82947 (80%) CSP clauses are encoded (41081097 clauses, 1009630710 bytes)
131.40/135.78	c 135	93315 (90%) CSP clauses are encoded (44808210 clauses, 1114640166 bytes)
142.42/147.13	c 147	103683 (100%) CSP clauses are encoded (48759582 clauses, 1227334826 bytes)
142.42/147.13	c 147	103683 CSP clauses encoded
142.42/147.15	c 147	Writing map file : HOME/temp.map
142.56/147.36	c 147	Heap : 49 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
142.56/147.36	c 147	SAT : 12114375 SAT variables, 48759582 SAT clauses, 1227334826 bytes
142.56/147.36	c 147	Heap : 49 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
142.61/147.44	c 147	SOLVING HOME/temp.cnf
142.61/147.44	c 147	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
198.71/212.29	c 212	*** picosat: out of memory in 'realloc'
198.80/212.34	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-2083973-1247378561/watcher-2083973-1247378561 -o /tmp/evaluation-result-2083973-1247378561/solver-2083973-1247378561 -C 1800 -W 2000 -M 900 HOME/sugar -c -vv -memlimit=900 -jar=HOME/sugar-v1-14-6.jar -solver=HOME/picosat -tmp=HOME/temp HOME/instance-2083973-1247378561.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.20 2.28 2.17 2/82 23181
/proc/meminfo: memFree=206104/2055920 swapFree=4192812/4192956
[pid=23181] ppid=23179 vsize=18576 CPUtime=0
/proc/23181/stat : 23181 (runsolver) D 23179 23181 18254 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 24920078 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 236437695783 0 0 4096 24578 18446744071563608240 0 0 17 1 0 0
/proc/23181/statm: 4644 284 249 26 0 2626 0

[startup+0.083429 s]
/proc/loadavg: 2.20 2.28 2.17 2/82 23181
/proc/meminfo: memFree=206104/2055920 swapFree=4192812/4192956
[pid=23181] ppid=23179 vsize=12272 CPUtime=0
/proc/23181/stat : 23181 (sugar) R 23179 23181 18254 0 -1 4194304 410 0 0 0 0 0 0 0 18 0 1 0 24920078 12566528 378 996147200 4194304 4206940 548682068608 18446744073709551615 236446596094 0 0 4224 0 0 0 0 17 1 0 0
/proc/23181/statm: 3068 378 275 3 0 168 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12272

[startup+0.101429 s]
/proc/loadavg: 2.20 2.28 2.17 2/82 23181
/proc/meminfo: memFree=206104/2055920 swapFree=4192812/4192956
[pid=23181] ppid=23179 vsize=12544 CPUtime=0
/proc/23181/stat : 23181 (sugar) R 23179 23181 18254 0 -1 4194304 486 0 0 0 0 0 0 0 18 0 1 0 24920078 12845056 454 996147200 4194304 4206940 548682068608 18446744073709551615 236437575008 0 0 4224 0 0 0 0 17 1 0 0
/proc/23181/statm: 3136 454 291 3 0 236 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12544

[startup+0.301462 s]
/proc/loadavg: 2.20 2.28 2.17 2/82 23181
/proc/meminfo: memFree=206104/2055920 swapFree=4192812/4192956
[pid=23181] ppid=23179 vsize=16868 CPUtime=0.08
/proc/23181/stat : 23181 (sugar) S 23179 23181 18254 0 -1 4194304 1227 128 0 0 6 2 0 0 18 0 1 0 24920078 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23181/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 16868

[startup+0.701505 s]
/proc/loadavg: 2.20 2.28 2.17 2/82 23181
/proc/meminfo: memFree=206104/2055920 swapFree=4192812/4192956
[pid=23181] ppid=23179 vsize=16868 CPUtime=0.08
/proc/23181/stat : 23181 (sugar) S 23179 23181 18254 0 -1 4194304 1227 128 0 0 6 2 0 0 18 0 1 0 24920078 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23181/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 16868

[startup+1.5016 s]
/proc/loadavg: 2.20 2.28 2.17 4/93 23193
/proc/meminfo: memFree=173560/2055920 swapFree=4192812/4192956
[pid=23181] ppid=23179 vsize=16868 CPUtime=1.07
/proc/23181/stat : 23181 (sugar) S 23179 23181 18254 0 -1 4194304 1309 10161 0 1 6 2 92 7 16 0 1 0 24920078 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23181/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 1.07
Current children cumulated vsize (KiB) 16868

[startup+3.10279 s]
/proc/loadavg: 2.20 2.28 2.17 3/93 23203
/proc/meminfo: memFree=167992/2055920 swapFree=4192812/4192956
[pid=23181] ppid=23179 vsize=16868 CPUtime=1.07
/proc/23181/stat : 23181 (sugar) S 23179 23181 18254 0 -1 4194304 1309 10161 0 1 6 2 92 7 16 0 1 0 24920078 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23181/statm: 4217 1111 409 3 0 796 0
[pid=23194] ppid=23181 vsize=5356 CPUtime=0
/proc/23194/stat : 23194 (sh) S 23181 23181 18254 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24920219 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23194/statm: 1339 233 193 169 0 50 0
[pid=23195] ppid=23194 vsize=868600 CPUtime=1.67
/proc/23195/stat : 23195 (java) S 23194 23181 18254 0 -1 0 8500 0 1 0 161 6 0 0 20 0 9 0 24920219 889446400 7586 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23195/statm: 217150 7586 2567 9 0 211655 0
[pid=23195/tid=23196] ppid=23194 vsize=868600 CPUtime=1.24
/proc/23195/task/23196/stat : 23196 (java) R 23194 23181 18254 0 -1 64 2698 0 1 0 122 2 0 0 25 0 9 0 24920220 889446400 7586 996147200 134512640 134550932 4294955936 18446744073709551615 4126508948 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23195/tid=23197] ppid=23194 vsize=868600 CPUtime=0.23
/proc/23195/task/23197/stat : 23197 (java) S 23194 23181 18254 0 -1 64 3625 0 0 0 21 2 0 0 16 0 9 0 24920221 889446400 7586 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23195/tid=23198] ppid=23194 vsize=868600 CPUtime=0
/proc/23195/task/23198/stat : 23198 (java) S 23194 23181 18254 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24920221 889446400 7586 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23195/tid=23199] ppid=23194 vsize=868600 CPUtime=0
/proc/23195/task/23199/stat : 23199 (java) S 23194 23181 18254 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 24920221 889446400 7586 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23195/tid=23200] ppid=23194 vsize=868600 CPUtime=0
/proc/23195/task/23200/stat : 23200 (java) S 23194 23181 18254 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 24920223 889446400 7586 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23195/tid=23201] ppid=23194 vsize=868600 CPUtime=0.17
/proc/23195/task/23201/stat : 23201 (java) S 23194 23181 18254 0 -1 64 1474 0 0 0 16 1 0 0 16 0 9 0 24920223 889446400 7586 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23195/tid=23202] ppid=23194 vsize=868600 CPUtime=0
/proc/23195/task/23202/stat : 23202 (java) S 23194 23181 18254 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 24920223 889446400 7586 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23195/tid=23203] ppid=23194 vsize=868600 CPUtime=0
/proc/23195/task/23203/stat : 23203 (java) S 23194 23181 18254 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24920223 889446400 7586 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.74
Current children cumulated vsize (KiB) 890824

[startup+6.30215 s]
/proc/loadavg: 2.27 2.30 2.18 3/93 23203
/proc/meminfo: memFree=134904/2055920 swapFree=4192812/4192956
[pid=23181] ppid=23179 vsize=16868 CPUtime=1.07
/proc/23181/stat : 23181 (sugar) S 23179 23181 18254 0 -1 4194304 1309 10161 0 1 6 2 92 7 16 0 1 0 24920078 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23181/statm: 4217 1111 409 3 0 796 0
[pid=23194] ppid=23181 vsize=5356 CPUtime=0
/proc/23194/stat : 23194 (sh) S 23181 23181 18254 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24920219 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23194/statm: 1339 233 193 169 0 50 0
[pid=23195] ppid=23194 vsize=868600 CPUtime=4.85
/proc/23195/stat : 23195 (java) S 23194 23181 18254 0 -1 0 11871 0 1 0 476 9 0 0 20 0 9 0 24920219 889446400 10650 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23195/statm: 217150 10650 2567 9 0 211655 0
[pid=23195/tid=23196] ppid=23194 vsize=868600 CPUtime=4.05
/proc/23195/task/23196/stat : 23196 (java) R 23194 23181 18254 0 -1 64 3118 0 1 0 403 2 0 0 25 0 9 0 24920220 889446400 10650 996147200 134512640 134550932 4294955936 18446744073709551615 4126507504 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23195/tid=23197] ppid=23194 vsize=868600 CPUtime=0.58
/proc/23195/task/23197/stat : 23197 (java) S 23194 23181 18254 0 -1 64 6554 0 0 0 54 4 0 0 16 0 9 0 24920221 889446400 10650 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23195/tid=23198] ppid=23194 vsize=868600 CPUtime=0
/proc/23195/task/23198/stat : 23198 (java) S 23194 23181 18254 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24920221 889446400 10650 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23195/tid=23199] ppid=23194 vsize=868600 CPUtime=0
/proc/23195/task/23199/stat : 23199 (java) S 23194 23181 18254 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 24920221 889446400 10650 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23195/tid=23200] ppid=23194 vsize=868600 CPUtime=0
/proc/23195/task/23200/stat : 23200 (java) S 23194 23181 18254 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 24920223 889446400 10650 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23195/tid=23201] ppid=23194 vsize=868600 CPUtime=0.19
/proc/23195/task/23201/stat : 23201 (java) S 23194 23181 18254 0 -1 64 1496 0 0 0 18 1 0 0 15 0 9 0 24920223 889446400 10650 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23195/tid=23202] ppid=23194 vsize=868600 CPUtime=0
/proc/23195/task/23202/stat : 23202 (java) S 23194 23181 18254 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 24920223 889446400 10650 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23195/tid=23203] ppid=23194 vsize=868600 CPUtime=0
/proc/23195/task/23203/stat : 23203 (java) S 23194 23181 18254 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24920223 889446400 10650 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 5.92
Current children cumulated vsize (KiB) 890824

[startup+12.7029 s]
/proc/loadavg: 2.24 2.29 2.18 3/93 23203
/proc/meminfo: memFree=62072/2055920 swapFree=4192812/4192956
[pid=23181] ppid=23179 vsize=16868 CPUtime=1.07
/proc/23181/stat : 23181 (sugar) S 23179 23181 18254 0 -1 4194304 1309 10161 0 1 6 2 92 7 16 0 1 0 24920078 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23181/statm: 4217 1111 409 3 0 796 0
[pid=23194] ppid=23181 vsize=5356 CPUtime=0
/proc/23194/stat : 23194 (sh) S 23181 23181 18254 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24920219 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23194/statm: 1339 233 193 169 0 50 0
[pid=23195] ppid=23194 vsize=868600 CPUtime=11.22
/proc/23195/stat : 23195 (java) S 23194 23181 18254 0 -1 0 22320 0 1 0 1106 16 0 0 20 0 9 0 24920219 889446400 17159 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23195/statm: 217150 17159 2568 9 0 211655 0
[pid=23195/tid=23196] ppid=23194 vsize=868600 CPUtime=9.41
/proc/23195/task/23196/stat : 23196 (java) R 23194 23181 18254 0 -1 64 3784 0 1 0 938 3 0 0 25 0 9 0 24920220 889446400 17159 996147200 134512640 134550932 4294955936 18446744073709551615 4126511536 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23195/tid=23197] ppid=23194 vsize=868600 CPUtime=1.58
/proc/23195/task/23197/stat : 23197 (java) S 23194 23181 18254 0 -1 64 16336 0 0 0 148 10 0 0 16 0 9 0 24920221 889446400 17159 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23195/tid=23198] ppid=23194 vsize=868600 CPUtime=0
/proc/23195/task/23198/stat : 23198 (java) S 23194 23181 18254 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24920221 889446400 17159 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23195/tid=23199] ppid=23194 vsize=868600 CPUtime=0
/proc/23195/task/23199/stat : 23199 (java) S 23194 23181 18254 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 24920221 889446400 17159 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23195/tid=23200] ppid=23194 vsize=868600 CPUtime=0
/proc/23195/task/23200/stat : 23200 (java) S 23194 23181 18254 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 24920223 889446400 17159 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23195/tid=23201] ppid=23194 vsize=868600 CPUtime=0.19
/proc/23195/task/23201/stat : 23201 (java) S 23194 23181 18254 0 -1 64 1497 0 0 0 18 1 0 0 15 0 9 0 24920223 889446400 17159 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23195/tid=23202] ppid=23194 vsize=868600 CPUtime=0
/proc/23195/task/23202/stat : 23202 (java) S 23194 23181 18254 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 24920223 889446400 17159 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23195/tid=23203] ppid=23194 vsize=868600 CPUtime=0
/proc/23195/task/23203/stat : 23203 (java) S 23194 23181 18254 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24920223 889446400 17159 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.29
Current children cumulated vsize (KiB) 890824

[startup+25.5014 s]
/proc/loadavg: 2.26 2.29 2.18 3/93 23203
/proc/meminfo: memFree=15480/2055920 swapFree=4192812/4192956
[pid=23181] ppid=23179 vsize=16868 CPUtime=1.07
/proc/23181/stat : 23181 (sugar) S 23179 23181 18254 0 -1 4194304 1310 10161 0 1 6 2 92 7 16 0 1 0 24920078 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23181/statm: 4217 1111 409 3 0 796 0
[pid=23194] ppid=23181 vsize=5356 CPUtime=0
/proc/23194/stat : 23194 (sh) S 23181 23181 18254 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24920219 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23194/statm: 1339 233 193 169 0 50 0
[pid=23195] ppid=23194 vsize=868712 CPUtime=22.93
/proc/23195/stat : 23195 (java) S 23194 23181 18254 0 -1 0 26032 0 1 0 2268 25 0 0 20 0 9 0 24920219 889561088 20351 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23195/statm: 217178 20351 2592 9 0 211655 0
[pid=23195/tid=23196] ppid=23194 vsize=868712 CPUtime=20.43
/proc/23195/task/23196/stat : 23196 (java) R 23194 23181 18254 0 -1 64 4140 0 1 0 2032 11 0 0 25 0 9 0 24920220 889561088 20351 996147200 134512640 134550932 4294955936 18446744073709551615 4127041512 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23195/tid=23197] ppid=23194 vsize=868712 CPUtime=2.22
/proc/23195/task/23197/stat : 23197 (java) S 23194 23181 18254 0 -1 64 19659 0 0 0 210 12 0 0 16 0 9 0 24920221 889561088 20351 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23195/tid=23198] ppid=23194 vsize=868712 CPUtime=0
/proc/23195/task/23198/stat : 23198 (java) S 23194 23181 18254 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24920221 889561088 20351 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23195/tid=23199] ppid=23194 vsize=868712 CPUtime=0
/proc/23195/task/23199/stat : 23199 (java) S 23194 23181 18254 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24920221 889561088 20351 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23195/tid=23200] ppid=23194 vsize=868712 CPUtime=0
/proc/23195/task/23200/stat : 23200 (java) S 23194 23181 18254 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 24920223 889561088 20351 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23195/tid=23201] ppid=23194 vsize=868712 CPUtime=0.25
/proc/23195/task/23201/stat : 23201 (java) S 23194 23181 18254 0 -1 64 1530 0 0 0 24 1 0 0 16 0 9 0 24920223 889561088 20351 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23195/tid=23202] ppid=23194 vsize=868712 CPUtime=0
/proc/23195/task/23202/stat : 23202 (java) S 23194 23181 18254 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 24920223 889561088 20351 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23195/tid=23203] ppid=23194 vsize=868712 CPUtime=0
/proc/23195/task/23203/stat : 23203 (java) S 23194 23181 18254 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24920223 889561088 20351 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 24
Current children cumulated vsize (KiB) 890936

[startup+51.1013 s]
/proc/loadavg: 2.24 2.28 2.18 3/93 23203
/proc/meminfo: memFree=15416/2055920 swapFree=4192812/4192956
[pid=23181] ppid=23179 vsize=16868 CPUtime=1.07
/proc/23181/stat : 23181 (sugar) S 23179 23181 18254 0 -1 4194304 1310 10161 0 1 6 2 92 7 16 0 1 0 24920078 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23181/statm: 4217 1111 409 3 0 796 0
[pid=23194] ppid=23181 vsize=5356 CPUtime=0
/proc/23194/stat : 23194 (sh) S 23181 23181 18254 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24920219 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23194/statm: 1339 233 193 169 0 50 0
[pid=23195] ppid=23194 vsize=868712 CPUtime=47.67
/proc/23195/stat : 23195 (java) S 23194 23181 18254 0 -1 0 27220 0 1 0 4541 226 0 0 20 0 9 0 24920219 889561088 20368 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23195/statm: 217178 20368 2593 9 0 211655 0

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

[startup+102.306 s]
/proc/loadavg: 2.26 2.28 2.18 3/93 23203
/proc/meminfo: memFree=15672/2055920 swapFree=4192812/4192956
[pid=23181] ppid=23179 vsize=16868 CPUtime=1.07
/proc/23181/stat : 23181 (sugar) S 23179 23181 18254 0 -1 4194304 1310 10161 0 1 6 2 92 7 16 0 1 0 24920078 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23181/statm: 4217 1111 409 3 0 796 0
[pid=23194] ppid=23181 vsize=5356 CPUtime=0
/proc/23194/stat : 23194 (sh) S 23181 23181 18254 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24920219 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23194/statm: 1339 233 193 169 0 50 0
[pid=23195] ppid=23194 vsize=868712 CPUtime=97.76
/proc/23195/stat : 23195 (java) S 23194 23181 18254 0 -1 0 29158 0 1 0 9244 532 0 0 20 0 9 0 24920219 889561088 20368 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23195/statm: 217178 20368 2593 9 0 211655 0
[pid=23195/tid=23196] ppid=23194 vsize=868712 CPUtime=93.62
/proc/23195/task/23196/stat : 23196 (java) R 23194 23181 18254 0 -1 64 7253 0 1 0 8868 494 0 0 25 0 9 0 24920220 889561088 20368 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23195/tid=23197] ppid=23194 vsize=868712 CPUtime=3.83
/proc/23195/task/23197/stat : 23197 (java) S 23194 23181 18254 0 -1 64 19659 0 0 0 348 35 0 0 15 0 9 0 24920221 889561088 20368 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23195/tid=23198] ppid=23194 vsize=868712 CPUtime=0
/proc/23195/task/23198/stat : 23198 (java) S 23194 23181 18254 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24920221 889561088 20368 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23195/tid=23199] ppid=23194 vsize=868712 CPUtime=0
/proc/23195/task/23199/stat : 23199 (java) S 23194 23181 18254 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24920221 889561088 20368 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23195/tid=23200] ppid=23194 vsize=868712 CPUtime=0
/proc/23195/task/23200/stat : 23200 (java) S 23194 23181 18254 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 24920223 889561088 20368 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23195/tid=23201] ppid=23194 vsize=868712 CPUtime=0.28
/proc/23195/task/23201/stat : 23201 (java) S 23194 23181 18254 0 -1 64 1543 0 0 0 27 1 0 0 15 0 9 0 24920223 889561088 20368 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23195/tid=23202] ppid=23194 vsize=868712 CPUtime=0
/proc/23195/task/23202/stat : 23202 (java) S 23194 23181 18254 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 24920223 889561088 20368 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23195/tid=23203] ppid=23194 vsize=868712 CPUtime=0
/proc/23195/task/23203/stat : 23203 (java) S 23194 23181 18254 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24920223 889561088 20368 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 98.83
Current children cumulated vsize (KiB) 890936

[startup+162.301 s]
/proc/loadavg: 2.15 2.25 2.18 3/85 23205
/proc/meminfo: memFree=15224/2055920 swapFree=4192812/4192956
[pid=23181] ppid=23179 vsize=16868 CPUtime=142.66
/proc/23181/stat : 23181 (sugar) S 23179 23181 18254 0 -1 4194304 1366 41270 0 4 7 3 13421 835 16 0 1 0 24920078 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23181/statm: 4217 1114 409 3 0 796 0
[pid=23204] ppid=23181 vsize=5356 CPUtime=0
/proc/23204/stat : 23204 (sh) S 23181 23181 18254 0 -1 4194304 275 0 2 0 0 0 0 0 18 0 1 0 24934823 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23204/statm: 1339 232 193 169 0 50 0
[pid=23205] ppid=23204 vsize=187636 CPUtime=12.85
/proc/23205/stat : 23205 (picosat) R 23204 23181 18254 0 -1 4194304 44279 0 4 0 592 693 0 0 25 0 1 0 24934828 192139264 44269 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/23205/statm: 46909 44269 40 102 0 46804 0
Current children cumulated CPU time (s) 155.51
Current children cumulated vsize (KiB) 209860



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+212.308 s]
/proc/loadavg: 2.18 2.24 2.18 3/85 23205
/proc/meminfo: memFree=16312/2055920 swapFree=4192812/4192956
[pid=23181] ppid=23179 vsize=16868 CPUtime=142.66
/proc/23181/stat : 23181 (sugar) S 23179 23181 18254 0 -1 4194304 1377 41270 0 4 7 3 13421 835 16 0 1 0 24920078 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23181/statm: 4217 1114 409 3 0 796 0
[pid=23204] ppid=23181 vsize=5356 CPUtime=0
/proc/23204/stat : 23204 (sh) S 23181 23181 18254 0 -1 4194304 275 0 2 0 0 0 0 0 18 0 1 0 24934823 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23204/statm: 1339 232 193 169 0 50 0
[pid=23205] ppid=23204 vsize=918872 CPUtime=56.14
/proc/23205/stat : 23205 (picosat) R 23204 23181 18254 0 -1 4195840 192533 0 5 0 2568 3046 0 0 24 0 1 0 24934828 940924928 192524 996147200 134512640 134931368 4294956256 18446744073709551615 134664401 0 0 4096 0 0 0 0 17 0 0 0
/proc/23205/statm: 229718 192524 41 102 0 229613 0
Current children cumulated CPU time (s) 198.8
Current children cumulated vsize (KiB) 941096

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

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

[startup+213.202 s]
/proc/loadavg: 2.18 2.24 2.18 3/85 23205
/proc/meminfo: memFree=16312/2055920 swapFree=4192812/4192956
[pid=23181] ppid=23179 vsize=16868 CPUtime=142.66
/proc/23181/stat : 23181 (sugar) S 23179 23181 18254 0 -1 4194304 1399 41270 0 4 7 3 13421 835 16 0 1 0 24920078 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 16384 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/23181/statm: 4217 1114 409 3 0 796 0
[pid=23204] ppid=23181 vsize=0 CPUtime=0
/proc/23204/stat : 23204 (sh) Z 23181 23181 18254 0 -1 4195340 275 0 2 0 0 0 0 0 16 0 1 0 24934823 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 1 0 0
/proc/23204/statm: 0 0 0 0 0 0 0
[pid=23205] ppid=1 vsize=918872 CPUtime=56.77
/proc/23205/stat : 23205 (picosat) D 1 23181 18254 0 -1 4195840 192533 0 5 0 2568 3109 0 0 25 0 1 0 24934828 940924928 192524 996147200 134512640 134931368 4294956256 18446744073709551615 134664401 0 0 4096 0 18446744071563608240 0 0 17 0 0 0
/proc/23205/statm: 229718 192524 41 102 0 229613 0
Current children cumulated CPU time (s) 199.43
Current children cumulated vsize (KiB) 935740

[startup+213.303 s]
/proc/loadavg: 2.17 2.23 2.18 2/86 23206
/proc/meminfo: memFree=14832/2055920 swapFree=4192812/4192956
[pid=23181] ppid=23179 vsize=16868 CPUtime=142.66
/proc/23181/stat : 23181 (sugar) S 23179 23181 18254 0 -1 4194304 1399 41270 0 4 7 3 13421 835 16 0 1 0 24920078 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 16384 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/23181/statm: 4217 1114 409 3 0 796 0
[pid=23204] ppid=23181 vsize=0 CPUtime=0
/proc/23204/stat : 23204 (sh) Z 23181 23181 18254 0 -1 4195340 275 0 2 0 0 0 0 0 16 0 1 0 24934823 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 1 0 0
/proc/23204/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 142.66
Current children cumulated vsize (KiB) 16868
#
############


Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -23181

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

[startup+212.602 s]
/proc/loadavg: 2.18 2.24 2.18 3/85 23205
/proc/meminfo: memFree=16312/2055920 swapFree=4192812/4192956
[pid=23181] ppid=23179 vsize=16868 CPUtime=142.66
/proc/23181/stat : 23181 (sugar) S 23179 23181 18254 0 -1 4194304 1399 41270 0 4 7 3 13421 835 16 0 1 0 24920078 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 16384 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/23181/statm: 4217 1114 409 3 0 796 0
[pid=23204] ppid=23181 vsize=0 CPUtime=0
/proc/23204/stat : 23204 (sh) Z 23181 23181 18254 0 -1 4195340 275 0 2 0 0 0 0 0 16 0 1 0 24934823 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 1 0 0
/proc/23204/statm: 0 0 0 0 0 0 0
[pid=23205] ppid=1 vsize=918872 CPUtime=56.34
/proc/23205/stat : 23205 (picosat) R 1 23181 18254 0 -1 4195840 192533 0 5 0 2568 3066 0 0 25 0 1 0 24934828 940924928 192524 996147200 134512640 134931368 4294956256 18446744073709551615 134664401 0 0 4096 0 0 0 0 17 0 0 0
/proc/23205/statm: 229718 192524 41 102 0 229613 0
Current children cumulated CPU time (s) 199
Current children cumulated vsize (KiB) 935740

[startup+213.536 s]
/proc/loadavg: 2.17 2.23 2.18 2/86 23206
/proc/meminfo: memFree=14832/2055920 swapFree=4192812/4192956
[pid=23181] ppid=23179 vsize=16868 CPUtime=142.66
/proc/23181/stat : 23181 (sugar) S 23179 23181 18254 0 -1 4194304 1399 41270 0 4 7 3 13421 835 16 0 1 0 24920078 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 16384 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/23181/statm: 4217 1114 409 3 0 796 0
[pid=23204] ppid=23181 vsize=0 CPUtime=0
/proc/23204/stat : 23204 (sh) Z 23181 23181 18254 0 -1 4195340 275 0 2 0 0 0 0 0 16 0 1 0 24934823 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 1 0 0
/proc/23204/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 142.66
Current children cumulated vsize (KiB) 16868

[startup+213.903 s]
/proc/loadavg: 2.17 2.23 2.18 2/86 23206
/proc/meminfo: memFree=14832/2055920 swapFree=4192812/4192956
[pid=23181] ppid=23179 vsize=16868 CPUtime=142.66
/proc/23181/stat : 23181 (sugar) S 23179 23181 18254 0 -1 4194304 1399 41270 0 4 7 3 13421 835 16 0 1 0 24920078 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 16384 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/23181/statm: 4217 1114 409 3 0 796 0
[pid=23204] ppid=23181 vsize=0 CPUtime=0
/proc/23204/stat : 23204 (sh) Z 23181 23181 18254 0 -1 4195340 275 0 2 0 0 0 0 0 16 0 1 0 24934823 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 1 0 0
/proc/23204/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 142.66
Current children cumulated vsize (KiB) 16868

[startup+214.303 s]
/proc/loadavg: 2.17 2.23 2.18 2/86 23206
/proc/meminfo: memFree=14832/2055920 swapFree=4192812/4192956
[pid=23181] ppid=23179 vsize=16868 CPUtime=142.66
/proc/23181/stat : 23181 (sugar) S 23179 23181 18254 0 -1 4194304 1399 41270 0 4 7 3 13421 835 16 0 1 0 24920078 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 16384 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/23181/statm: 4217 1114 409 3 0 796 0
[pid=23204] ppid=23181 vsize=0 CPUtime=0
/proc/23204/stat : 23204 (sh) Z 23181 23181 18254 0 -1 4195340 275 0 2 0 0 0 0 0 16 0 1 0 24934823 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 1 0 0
/proc/23204/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 142.66
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): 56.77
#  lost CPU user time (s): 25.68
#  lost CPU system time (s): 31.09

Real time (s): 214.357
CPU time (s): 199.44
CPU user time (s): 159.964
CPU system time (s): 39.4767
CPU usage (%): 93.0411
Max. virtual memory (cumulated for all children) (KiB): 941096

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 134.284
system time used= 8.38673
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 42669
page faults= 4
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 55486
involuntary context switches= 57852

runsolver used 0.32595 second user time and 0.747886 second system time

The end

Launcher Data

Begin job on node62 at 2009-07-12 08:02:42
IDJOB=2083973
IDBENCH=57993
IDSOLVER=738
FILE ID=node62/2083973-1247378561
PBS_JOBID= 9507071
Free space on /tmp= 64792 MiB

SOLVER NAME= Sugar v1.14.6+picosat
BENCH NAME= CPAI08/csp/fapp/fapp27/normalized-fapp27-2550-6.xml
COMMAND LINE= DIR/sugar -c -vv -memlimit=MEMLIMIT -jar="DIR/sugar-v1-14-6.jar" -solver="DIR/picosat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2083973-1247378561/watcher-2083973-1247378561 -o /tmp/evaluation-result-2083973-1247378561/solver-2083973-1247378561 -C 1800 -W 2000 -M 900  HOME/sugar -c -vv -memlimit=900 -jar="HOME/sugar-v1-14-6.jar" -solver="HOME/picosat" -tmp="HOME/temp" HOME/instance-2083973-1247378561.xml

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

MD5SUM BENCH= ef7d7c637f2d266a95f48fc11eb03b09
RANDOM SEED=1526611198

node62.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.220
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.220
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:        206584 kB
Buffers:          2052 kB
Cached:        1467496 kB
SwapCached:          0 kB
Active:        1251068 kB
Inactive:       513336 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        206584 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:          209476 kB
Writeback:           0 kB
Mapped:         316128 kB
Slab:            69292 kB
Committed_AS:   599272 kB
PageTables:       2580 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= 61776 MiB
End job on node62 at 2009-07-12 08:06:16