Trace number 2067957

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) 580.199 603.956

General information on the benchmark

Namecsp/pseudo/mpsReduced/
normalized-mps-red-air03.xml
MD5SUM97db8ddfa1e7c994eddc87d16cd8b4a9
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark96.7823
Satisfiable
(Un)Satisfiability was proved
Number of variables10757
Number of constraints248
Maximum constraint arity3861
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension248
Global constraints used (with number of constraints)

Solver Data

0.00/0.07	c 0	Sugar v1-14-6 + HOME/picosat
0.00/0.08	c 0	BEGIN Sat Jul 11 22:51:10 2009
0.00/0.08	c 0	PID 19933
0.00/0.08	c 0	HOST node44.alineos.net
0.00/0.08	c 0	CONVERTING HOME/instance-2067957-1247345469.xml TO HOME/temp.csp
0.00/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2067957-1247345469.xml' 'HOME/temp.csp'
2.53/2.60	c 2	1 domains, 10757 variables, 212 predicates, 0 relations, 248 constraints
2.53/2.66	c 2	ENCODING HOME/temp.csp TO HOME/temp.cnf
2.53/2.66	c 2	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.55/2.73	c 2	Parsing HOME/temp.csp
2.55/2.88	c 2	parsed 10000 expressions
20.95/21.39	c 21	parsed 11218 expressions
20.95/21.40	c 21	Heap : 58 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
20.95/21.40	c 21	Converting to clausal form CSP
21.06/21.43	c 21	converted 1122 (10%) expressions
21.06/21.44	c 21	converted 2244 (20%) expressions
21.06/21.45	c 21	converted 3366 (30%) expressions
21.06/21.45	c 21	converted 4488 (40%) expressions
21.06/21.45	c 21	converted 5609 (50%) expressions
21.06/21.45	c 21	converted 6731 (60%) expressions
21.06/21.45	c 21	converted 7853 (70%) expressions
21.06/21.45	c 21	converted 8975 (80%) expressions
21.06/21.45	c 21	converted 10097 (90%) expressions
30.94/31.40	c 31	converted 11218 (100%) expressions
30.94/31.41	c 31	CSP : 58275 integers, 0 booleans, 95284 clauses, largest domain size 1288
30.94/31.41	c 31	Heap : 139 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
30.94/31.41	c 31	Propagation in CSP
33.62/34.16	c 34	498916 values, 0 unsatisfiable literals, and 0 valid clauses are removed
33.62/34.17	c 34	CSP : 58275 integers, 0 booleans, 95284 clauses, largest domain size 1288
33.62/34.17	c 34	Heap : 135 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
33.73/34.20	c 34	Simplifing CSP by introducing new Boolean variables
33.73/34.24	c 34	CSP : 58275 integers, 0 booleans, 95284 clauses, largest domain size 1288
33.73/34.24	c 34	Heap : 141 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
34.13/34.68	c 34	Encoding CSP to SAT : HOME/temp.cnf
34.22/34.73	c 34	5828 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
34.22/34.75	c 34	11655 (20%) CSP integer variables are encoded (5340 clauses, 80164 bytes)
34.32/34.83	c 34	17483 (30%) CSP integer variables are encoded (55494 clauses, 832474 bytes)
34.41/34.93	c 34	23310 (40%) CSP integer variables are encoded (122916 clauses, 1929331 bytes)
34.52/35.03	c 35	29138 (50%) CSP integer variables are encoded (195681 clauses, 3166336 bytes)
34.61/35.13	c 35	34965 (60%) CSP integer variables are encoded (258754 clauses, 4238577 bytes)
34.71/35.24	c 35	40793 (70%) CSP integer variables are encoded (338471 clauses, 5593766 bytes)
34.81/35.37	c 35	46620 (80%) CSP integer variables are encoded (426405 clauses, 7088644 bytes)
34.91/35.47	c 35	52448 (90%) CSP integer variables are encoded (494796 clauses, 8251291 bytes)
35.01/35.60	c 35	58275 (100%) CSP integer variables are encoded (589555 clauses, 9862194 bytes)
58.64/59.44	c 59	9529 (10%) CSP clauses are encoded (2307818 clauses, 54254493 bytes)
64.60/65.48	c 65	19057 (20%) CSP clauses are encoded (4309678 clauses, 98568605 bytes)
105.81/107.06	c 107	28586 (30%) CSP clauses are encoded (8735920 clauses, 219094494 bytes)
144.31/147.54	c 147	38114 (40%) CSP clauses are encoded (12988099 clauses, 333646595 bytes)
152.14/155.41	c 155	47642 (50%) CSP clauses are encoded (16193339 clauses, 411750974 bytes)
175.78/179.50	c 179	57171 (60%) CSP clauses are encoded (21678668 clauses, 550995778 bytes)
246.23/252.59	c 252	66699 (70%) CSP clauses are encoded (30519200 clauses, 787645826 bytes)
277.88/284.60	c 284	76228 (80%) CSP clauses are encoded (36834977 clauses, 948619532 bytes)
292.77/299.94	c 299	85756 (90%) CSP clauses are encoded (43366303 clauses, 1108628710 bytes)
367.49/375.99	c 375	95284 (100%) CSP clauses are encoded (57679045 clauses, 1476930397 bytes)
367.58/376.00	c 375	95284 CSP clauses encoded
367.58/376.01	c 376	Writing map file : HOME/temp.map
367.60/376.13	c 376	Heap : 70 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
367.60/376.13	c 376	SAT : 647830 SAT variables, 57679045 SAT clauses, 1476930397 bytes
367.60/376.13	c 376	Heap : 70 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
367.65/376.21	c 376	SOLVING HOME/temp.cnf
367.65/376.21	c 376	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
579.87/601.82	c ERROR INTERRUPTED
579.99/601.95	s UNKNOWN
579.99/601.95	c 601	CPU 367.68 (0.07 0.01 356.5 11.1)
579.99/601.95	c 601	END Sat Jul 11 23:01:11 2009

Verifier Data

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

Watcher Data

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

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

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


[startup+0 s]
/proc/loadavg: 1.74 2.03 2.06 4/83 19933
/proc/meminfo: memFree=1747272/2055920 swapFree=4192812/4192956
[pid=19933] ppid=19931 vsize=12268 CPUtime=0
/proc/19933/stat : 19933 (sugar) R 19931 19933 18055 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 21610821 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 264849374206 0 0 4224 0 0 0 0 17 1 0 0
/proc/19933/statm: 3067 316 241 3 0 167 0

[startup+0.171595 s]
/proc/loadavg: 1.74 2.03 2.06 4/83 19933
/proc/meminfo: memFree=1747272/2055920 swapFree=4192812/4192956
[pid=19933] ppid=19931 vsize=16868 CPUtime=0.06
/proc/19933/stat : 19933 (sugar) S 19931 19933 18055 0 -1 4194304 1227 128 0 0 5 1 0 0 21 0 1 0 21610821 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19933/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.202598 s]
/proc/loadavg: 1.74 2.03 2.06 4/83 19933
/proc/meminfo: memFree=1747272/2055920 swapFree=4192812/4192956
[pid=19933] ppid=19931 vsize=16868 CPUtime=0.06
/proc/19933/stat : 19933 (sugar) S 19931 19933 18055 0 -1 4194304 1227 128 0 0 5 1 0 0 21 0 1 0 21610821 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19933/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.302609 s]
/proc/loadavg: 1.74 2.03 2.06 4/83 19933
/proc/meminfo: memFree=1747272/2055920 swapFree=4192812/4192956
[pid=19933] ppid=19931 vsize=16868 CPUtime=0.06
/proc/19933/stat : 19933 (sugar) S 19931 19933 18055 0 -1 4194304 1227 128 0 0 5 1 0 0 21 0 1 0 21610821 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19933/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.70265 s]
/proc/loadavg: 1.74 2.03 2.06 4/83 19933
/proc/meminfo: memFree=1747272/2055920 swapFree=4192812/4192956
[pid=19933] ppid=19931 vsize=16868 CPUtime=0.06
/proc/19933/stat : 19933 (sugar) S 19931 19933 18055 0 -1 4194304 1227 128 0 0 5 1 0 0 21 0 1 0 21610821 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19933/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50273 s]
/proc/loadavg: 1.74 2.03 2.06 3/94 19945
/proc/meminfo: memFree=1713200/2055920 swapFree=4192812/4192956
[pid=19933] ppid=19931 vsize=16868 CPUtime=0.06
/proc/19933/stat : 19933 (sugar) S 19931 19933 18055 0 -1 4194304 1227 128 0 0 5 1 0 0 21 0 1 0 21610821 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19933/statm: 4217 1111 409 3 0 796 0
[pid=19936] ppid=19933 vsize=5356 CPUtime=0
/proc/19936/stat : 19936 (sh) S 19933 19933 18055 0 -1 4194304 277 0 0 0 0 0 0 0 23 0 1 0 21610829 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19936/statm: 1339 233 193 169 0 50 0
[pid=19937] ppid=19936 vsize=864804 CPUtime=1.4
/proc/19937/stat : 19937 (java) S 19936 19933 18055 0 -1 0 11419 0 1 0 131 9 0 0 18 0 9 0 21610829 885559296 10369 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19937/statm: 216201 10369 2556 9 0 210713 0
[pid=19937/tid=19938] ppid=19936 vsize=864804 CPUtime=0.96
/proc/19937/task/19938/stat : 19938 (java) R 19936 19933 18055 0 -1 64 2948 0 1 0 93 3 0 0 25 0 9 0 21610830 885559296 10369 996147200 134512640 134550932 4294955984 18446744073709551615 4126780181 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19937/tid=19939] ppid=19936 vsize=864804 CPUtime=0.25
/proc/19937/task/19939/stat : 19939 (java) S 19936 19933 18055 0 -1 64 7230 0 0 0 21 4 0 0 16 0 9 0 21610831 885559296 10369 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19937/tid=19940] ppid=19936 vsize=864804 CPUtime=0
/proc/19937/task/19940/stat : 19940 (java) S 19936 19933 18055 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21610832 885559296 10369 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19937/tid=19941] ppid=19936 vsize=864804 CPUtime=0
/proc/19937/task/19941/stat : 19941 (java) S 19936 19933 18055 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 21610832 885559296 10369 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19937/tid=19942] ppid=19936 vsize=864804 CPUtime=0
/proc/19937/task/19942/stat : 19942 (java) S 19936 19933 18055 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 21610834 885559296 10369 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19937/tid=19943] ppid=19936 vsize=864804 CPUtime=0.16
/proc/19937/task/19943/stat : 19943 (java) S 19936 19933 18055 0 -1 64 536 0 0 0 16 0 0 0 16 0 9 0 21610834 885559296 10369 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19937/tid=19944] ppid=19936 vsize=864804 CPUtime=0
/proc/19937/task/19944/stat : 19944 (java) S 19936 19933 18055 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 21610834 885559296 10369 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19937/tid=19945] ppid=19936 vsize=864804 CPUtime=0
/proc/19937/task/19945/stat : 19945 (java) S 19936 19933 18055 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21610834 885559296 10369 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) 887028

[startup+3.10189 s]
/proc/loadavg: 1.74 2.03 2.06 3/94 19945
/proc/meminfo: memFree=1704752/2055920 swapFree=4192812/4192956
[pid=19933] ppid=19931 vsize=16868 CPUtime=2.55
/proc/19933/stat : 19933 (sugar) S 19931 19933 18055 0 -1 4194304 1309 14126 0 1 5 1 234 15 15 0 1 0 21610821 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19933/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 2.55
Current children cumulated vsize (KiB) 16868

[startup+6.30223 s]
/proc/loadavg: 1.76 2.03 2.06 3/94 19955
/proc/meminfo: memFree=1703408/2055920 swapFree=4192812/4192956
[pid=19933] ppid=19931 vsize=16868 CPUtime=2.55
/proc/19933/stat : 19933 (sugar) S 19931 19933 18055 0 -1 4194304 1309 14126 0 1 5 1 234 15 15 0 1 0 21610821 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19933/statm: 4217 1111 409 3 0 796 0
[pid=19946] ppid=19933 vsize=5356 CPUtime=0
/proc/19946/stat : 19946 (sh) S 19933 19933 18055 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21611087 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19946/statm: 1339 233 193 169 0 50 0
[pid=19947] ppid=19946 vsize=862520 CPUtime=3.58
/proc/19947/stat : 19947 (java) S 19946 19933 18055 0 -1 0 13813 0 1 0 348 10 0 0 18 0 9 0 21611087 883220480 12495 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19947/statm: 215630 12495 2158 9 0 210543 0
[pid=19947/tid=19948] ppid=19946 vsize=862520 CPUtime=2.01
/proc/19947/task/19948/stat : 19948 (java) R 19946 19933 18055 0 -1 64 2327 0 1 0 199 2 0 0 25 0 9 0 21611088 883220480 12495 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19947/tid=19949] ppid=19946 vsize=862520 CPUtime=1.51
/proc/19947/task/19949/stat : 19949 (java) R 19946 19933 18055 0 -1 64 10476 0 0 0 145 6 0 0 16 0 9 0 21611089 883220480 12495 996147200 134512640 134550932 4294955936 18446744073709551615 102768157 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19947/tid=19950] ppid=19946 vsize=862520 CPUtime=0
/proc/19947/task/19950/stat : 19950 (java) S 19946 19933 18055 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21611089 883220480 12495 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19947/tid=19951] ppid=19946 vsize=862520 CPUtime=0
/proc/19947/task/19951/stat : 19951 (java) S 19946 19933 18055 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 21611089 883220480 12495 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19947/tid=19952] ppid=19946 vsize=862520 CPUtime=0
/proc/19947/task/19952/stat : 19952 (java) S 19946 19933 18055 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 21611091 883220480 12495 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19947/tid=19953] ppid=19946 vsize=862520 CPUtime=0.04
/proc/19947/task/19953/stat : 19953 (java) S 19946 19933 18055 0 -1 64 307 0 0 0 4 0 0 0 16 0 9 0 21611091 883220480 12495 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19947/tid=19954] ppid=19946 vsize=862520 CPUtime=0
/proc/19947/task/19954/stat : 19954 (java) S 19946 19933 18055 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 21611092 883220480 12495 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19947/tid=19955] ppid=19946 vsize=862520 CPUtime=0
/proc/19947/task/19955/stat : 19955 (java) S 19946 19933 18055 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21611092 883220480 12495 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.13
Current children cumulated vsize (KiB) 884744

[startup+12.7029 s]
/proc/loadavg: 1.78 2.03 2.06 3/94 19955
/proc/meminfo: memFree=1675632/2055920 swapFree=4192812/4192956
[pid=19933] ppid=19931 vsize=16868 CPUtime=2.55
/proc/19933/stat : 19933 (sugar) S 19931 19933 18055 0 -1 4194304 1309 14126 0 1 5 1 234 15 15 0 1 0 21610821 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19933/statm: 4217 1111 409 3 0 796 0
[pid=19946] ppid=19933 vsize=5356 CPUtime=0
/proc/19946/stat : 19946 (sh) S 19933 19933 18055 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21611087 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19946/statm: 1339 233 193 169 0 50 0
[pid=19947] ppid=19946 vsize=862284 CPUtime=9.9
/proc/19947/stat : 19947 (java) S 19946 19933 18055 0 -1 0 41420 0 1 0 964 26 0 0 18 0 9 0 21611087 882978816 19538 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19947/statm: 215571 19538 2159 9 0 210484 0
[pid=19947/tid=19948] ppid=19946 vsize=862284 CPUtime=5.34
/proc/19947/task/19948/stat : 19948 (java) R 19946 19933 18055 0 -1 64 2623 0 1 0 530 4 0 0 25 0 9 0 21611088 882978816 19538 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19947/tid=19949] ppid=19946 vsize=862284 CPUtime=4.51
/proc/19947/task/19949/stat : 19949 (java) R 19946 19933 18055 0 -1 64 37787 0 0 0 430 21 0 0 16 0 9 0 21611089 882978816 19538 996147200 134512640 134550932 4294955936 18446744073709551615 103732400 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19947/tid=19950] ppid=19946 vsize=862284 CPUtime=0
/proc/19947/task/19950/stat : 19950 (java) S 19946 19933 18055 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21611089 882978816 19538 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19947/tid=19951] ppid=19946 vsize=862284 CPUtime=0
/proc/19947/task/19951/stat : 19951 (java) S 19946 19933 18055 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 21611089 882978816 19538 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19947/tid=19952] ppid=19946 vsize=862284 CPUtime=0
/proc/19947/task/19952/stat : 19952 (java) S 19946 19933 18055 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 21611091 882978816 19538 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19947/tid=19953] ppid=19946 vsize=862284 CPUtime=0.04
/proc/19947/task/19953/stat : 19953 (java) S 19946 19933 18055 0 -1 64 307 0 0 0 4 0 0 0 16 0 9 0 21611091 882978816 19538 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19947/tid=19954] ppid=19946 vsize=862284 CPUtime=0
/proc/19947/task/19954/stat : 19954 (java) S 19946 19933 18055 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 21611092 882978816 19538 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19947/tid=19955] ppid=19946 vsize=862284 CPUtime=0
/proc/19947/task/19955/stat : 19955 (java) S 19946 19933 18055 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21611092 882978816 19538 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.45
Current children cumulated vsize (KiB) 884508

[startup+25.5022 s]
/proc/loadavg: 1.90 2.04 2.06 4/94 19955
/proc/meminfo: memFree=1619440/2055920 swapFree=4192812/4192956
[pid=19933] ppid=19931 vsize=16868 CPUtime=2.55
/proc/19933/stat : 19933 (sugar) S 19931 19933 18055 0 -1 4194304 1309 14126 0 1 5 1 234 15 16 0 1 0 21610821 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19933/statm: 4217 1111 409 3 0 796 0
[pid=19946] ppid=19933 vsize=5356 CPUtime=0
/proc/19946/stat : 19946 (sh) S 19933 19933 18055 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21611087 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19946/statm: 1339 233 193 169 0 50 0
[pid=19947] ppid=19946 vsize=871124 CPUtime=22.56
/proc/19947/stat : 19947 (java) S 19946 19933 18055 0 -1 0 80400 0 1 0 2207 49 0 0 18 0 9 0 21611087 892030976 32724 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19947/statm: 217781 32724 2567 9 0 212286 0
[pid=19947/tid=19948] ppid=19946 vsize=871124 CPUtime=12.88
/proc/19947/task/19948/stat : 19948 (java) R 19946 19933 18055 0 -1 64 3509 0 1 0 1282 6 0 0 25 0 9 0 21611088 892030976 32724 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19947/tid=19949] ppid=19946 vsize=871124 CPUtime=9.46
/proc/19947/task/19949/stat : 19949 (java) R 19946 19933 18055 0 -1 64 74650 0 0 0 906 40 0 0 16 0 9 0 21611089 892030976 32724 996147200 134512640 134550932 4294955936 18446744073709551615 103731823 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19947/tid=19950] ppid=19946 vsize=871124 CPUtime=0
/proc/19947/task/19950/stat : 19950 (java) S 19946 19933 18055 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21611089 892030976 32724 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19947/tid=19951] ppid=19946 vsize=871124 CPUtime=0
/proc/19947/task/19951/stat : 19951 (java) S 19946 19933 18055 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 21611089 892030976 32724 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19947/tid=19952] ppid=19946 vsize=871124 CPUtime=0
/proc/19947/task/19952/stat : 19952 (java) S 19946 19933 18055 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 21611091 892030976 32724 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19947/tid=19953] ppid=19946 vsize=871124 CPUtime=0.19
/proc/19947/task/19953/stat : 19953 (java) S 19946 19933 18055 0 -1 64 1538 0 0 0 18 1 0 0 16 0 9 0 21611091 892030976 32724 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19947/tid=19954] ppid=19946 vsize=871124 CPUtime=0
/proc/19947/task/19954/stat : 19954 (java) S 19946 19933 18055 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 21611092 892030976 32724 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19947/tid=19955] ppid=19946 vsize=871124 CPUtime=0
/proc/19947/task/19955/stat : 19955 (java) S 19946 19933 18055 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21611092 892030976 32724 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.11
Current children cumulated vsize (KiB) 893348

[startup+51.1028 s]
/proc/loadavg: 2.00 2.06 2.07 3/94 19955
/proc/meminfo: memFree=1547376/2055920 swapFree=4192812/4192956
[pid=19933] ppid=19931 vsize=16868 CPUtime=2.56
/proc/19933/stat : 19933 (sugar) S 19931 19933 18055 0 -1 4194304 1310 14126 0 1 6 1 234 15 16 0 1 0 21610821 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19933/statm: 4217 1111 409 3 0 796 0
[pid=19946] ppid=19933 vsize=5356 CPUtime=0
/proc/19946/stat : 19946 (sh) S 19933 19933 18055 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21611087 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19946/statm: 1339 233 193 169 0 50 0
[pid=19947] ppid=19946 vsize=868672 CPUtime=47.89
/proc/19947/stat : 19947 (java) S 19946 19933 18055 0 -1 0 91299 0 1 0 4714 75 0 0 18 0 9 0 21611087 889520128 42772 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19947/statm: 217168 42772 2591 9 0 211645 0

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

/proc/19947/task/19955/stat : 19955 (java) S 19946 19933 18055 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21611092 889520128 42772 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 334.43
Current children cumulated vsize (KiB) 890896

[startup+402.303 s]
/proc/loadavg: 3.09 2.67 2.31 3/85 20044
/proc/meminfo: memFree=16112/2055920 swapFree=4192812/4192956
[pid=19933] ppid=19931 vsize=16868 CPUtime=367.67
/proc/19933/stat : 19933 (sugar) S 19931 19933 18055 0 -1 4194304 1365 109342 0 7 7 1 35650 1109 16 0 1 0 21610821 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19933/statm: 4217 1113 409 3 0 796 0
[pid=20043] ppid=19933 vsize=5356 CPUtime=0
/proc/20043/stat : 20043 (sh) S 19933 19933 18055 0 -1 4194304 271 0 6 0 0 0 0 0 18 0 1 0 21648443 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20043/statm: 1339 232 193 169 0 50 0
[pid=20044] ppid=20043 vsize=151860 CPUtime=24.14
/proc/20044/stat : 20044 (picosat) R 20043 19933 18055 0 -1 4194304 31417 0 4 0 1110 1304 0 0 25 0 1 0 21648456 155504640 31407 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/20044/statm: 37965 31407 40 102 0 37860 0
Current children cumulated CPU time (s) 391.81
Current children cumulated vsize (KiB) 174084

[startup+462.302 s]
/proc/loadavg: 3.16 2.76 2.36 3/85 20044
/proc/meminfo: memFree=15344/2055920 swapFree=4192812/4192956
[pid=19933] ppid=19931 vsize=16868 CPUtime=367.67
/proc/19933/stat : 19933 (sugar) S 19931 19933 18055 0 -1 4194304 1365 109342 0 7 7 1 35650 1109 16 0 1 0 21610821 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19933/statm: 4217 1113 409 3 0 796 0
[pid=20043] ppid=19933 vsize=5356 CPUtime=0
/proc/20043/stat : 20043 (sh) S 19933 19933 18055 0 -1 4194304 271 0 6 0 0 0 0 0 18 0 1 0 21648443 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20043/statm: 1339 232 193 169 0 50 0
[pid=20044] ppid=20043 vsize=357672 CPUtime=79.62
/proc/20044/stat : 20044 (picosat) R 20043 19933 18055 0 -1 4194304 81962 0 4 0 3677 4285 0 0 25 0 1 0 21648456 366256128 81952 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 0 0 0
/proc/20044/statm: 89418 81952 40 102 0 89313 0
Current children cumulated CPU time (s) 447.29
Current children cumulated vsize (KiB) 379896

[startup+522.301 s]
/proc/loadavg: 2.78 2.73 2.38 3/86 20082
/proc/meminfo: memFree=1114344/2055920 swapFree=4192812/4192956
[pid=19933] ppid=19931 vsize=16868 CPUtime=367.67
/proc/19933/stat : 19933 (sugar) S 19931 19933 18055 0 -1 4194304 1365 109342 0 7 7 1 35650 1109 16 0 1 0 21610821 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19933/statm: 4217 1113 409 3 0 796 0
[pid=20043] ppid=19933 vsize=5356 CPUtime=0
/proc/20043/stat : 20043 (sh) S 19933 19933 18055 0 -1 4194304 271 0 6 0 0 0 0 0 18 0 1 0 21648443 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20043/statm: 1339 232 193 169 0 50 0
[pid=20044] ppid=20043 vsize=572468 CPUtime=137.06
/proc/20044/stat : 20044 (picosat) R 20043 19933 18055 0 -1 4194304 132728 0 4 0 6343 7363 0 0 25 0 1 0 21648456 586207232 132718 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/20044/statm: 143117 132718 40 102 0 143012 0
Current children cumulated CPU time (s) 504.73
Current children cumulated vsize (KiB) 594692

[startup+582.301 s]
/proc/loadavg: 2.43 2.64 2.36 3/86 20082
/proc/meminfo: memFree=725800/2055920 swapFree=4192812/4192956
[pid=19933] ppid=19931 vsize=16868 CPUtime=367.67
/proc/19933/stat : 19933 (sugar) S 19931 19933 18055 0 -1 4194304 1365 109342 0 7 7 1 35650 1109 16 0 1 0 21610821 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19933/statm: 4217 1113 409 3 0 796 0
[pid=20043] ppid=19933 vsize=5356 CPUtime=0
/proc/20043/stat : 20043 (sh) S 19933 19933 18055 0 -1 4194304 271 0 6 0 0 0 0 0 18 0 1 0 21648443 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20043/statm: 1339 232 193 169 0 50 0
[pid=20044] ppid=20043 vsize=833100 CPUtime=192.84
/proc/20044/stat : 20044 (picosat) R 20043 19933 18055 0 -1 4194304 187423 0 4 0 8907 10377 0 0 25 0 1 0 21648456 853094400 187413 996147200 134512640 134931368 4294956256 18446744073709551615 134560023 0 0 4096 0 0 0 0 17 0 0 0
/proc/20044/statm: 208275 187413 40 102 0 208170 0
Current children cumulated CPU time (s) 560.51
Current children cumulated vsize (KiB) 855324



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+601.802 s]
/proc/loadavg: 2.37 2.61 2.36 3/86 20088
/proc/meminfo: memFree=595688/2055920 swapFree=4192812/4192956
[pid=19933] ppid=19931 vsize=16868 CPUtime=367.67
/proc/19933/stat : 19933 (sugar) S 19931 19933 18055 0 -1 4194304 1365 109342 0 7 7 1 35650 1109 16 0 1 0 21610821 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19933/statm: 4217 1113 409 3 0 796 0
[pid=20043] ppid=19933 vsize=5356 CPUtime=0
/proc/20043/stat : 20043 (sh) S 19933 19933 18055 0 -1 4194304 271 0 6 0 0 0 0 0 18 0 1 0 21648443 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20043/statm: 1339 232 193 169 0 50 0
[pid=20044] ppid=20043 vsize=899628 CPUtime=212.2
/proc/20044/stat : 20044 (picosat) R 20043 19933 18055 0 -1 4194304 206036 0 4 0 9798 11422 0 0 25 0 1 0 21648456 921219072 206026 996147200 134512640 134931368 4294956256 18446744073709551615 134545636 0 0 4096 0 0 0 0 17 0 0 0
/proc/20044/statm: 224907 206026 40 102 0 224802 0
Current children cumulated CPU time (s) 579.87
Current children cumulated vsize (KiB) 921852

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

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

[startup+601.926 s]
/proc/loadavg: 2.37 2.61 2.36 3/86 20088
/proc/meminfo: memFree=595688/2055920 swapFree=4192812/4192956
[pid=19933] ppid=19931 vsize=16868 CPUtime=367.67
/proc/19933/stat : 19933 (sugar) S 19931 19933 18055 0 -1 4194304 1394 109342 0 7 7 1 35650 1109 16 0 1 0 21610821 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 16384 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/19933/statm: 4217 1113 409 3 0 796 0
[pid=20043] ppid=19933 vsize=0 CPUtime=0
/proc/20043/stat : 20043 (sh) Z 19933 19933 18055 0 -1 4195340 271 0 6 0 0 0 0 0 16 0 1 0 21648443 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 0 0 0
/proc/20043/statm: 0 0 0 0 0 0 0
[pid=20044] ppid=1 vsize=0 CPUtime=212.32
/proc/20044/stat : 20044 (picosat) R 1 19933 18055 0 -1 4195332 206036 0 4 0 9798 11434 0 0 25 0 1 0 21648456 0 0 996147200 0 0 0 0 0 0 0 4096 0 0 0 0 17 0 0 0
/proc/20044/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 579.99
Current children cumulated vsize (KiB) 16868

[startup+602.002 s]
/proc/loadavg: 2.37 2.61 2.36 3/86 20088
/proc/meminfo: memFree=595688/2055920 swapFree=4192812/4192956
[pid=19933] ppid=19931 vsize=16868 CPUtime=367.69
/proc/19933/stat : 19933 (sugar) D 19931 19933 18055 0 -1 4194304 1423 109613 0 13 7 2 35650 1110 16 0 1 0 21610821 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 264840647721 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/19933/statm: 4217 1114 410 3 0 796 0
Current children cumulated CPU time (s) 367.69
Current children cumulated vsize (KiB) 16868
#
############


Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -19933

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

[startup+603.201 s]
/proc/loadavg: 2.37 2.61 2.36 2/85 20089
/proc/meminfo: memFree=1795568/2055920 swapFree=4192812/4192956
[pid=19933] ppid=19931 vsize=16868 CPUtime=367.82
/proc/19933/stat : 19933 (sugar) D 19931 19933 18055 0 -1 4194304 1423 109613 0 13 7 15 35650 1110 17 0 1 0 21610821 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 264840647721 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/19933/statm: 4217 1114 410 3 0 796 0
Current children cumulated CPU time (s) 367.82
Current children cumulated vsize (KiB) 16868

[startup+603.601 s]
/proc/loadavg: 2.37 2.61 2.36 2/85 20089
/proc/meminfo: memFree=1795568/2055920 swapFree=4192812/4192956
[pid=19933] ppid=19931 vsize=16868 CPUtime=367.84
/proc/19933/stat : 19933 (sugar) D 19931 19933 18055 0 -1 4194304 1423 109613 0 13 7 17 35650 1110 17 0 1 0 21610821 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 264840647721 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/19933/statm: 4217 1114 410 3 0 796 0
Current children cumulated CPU time (s) 367.84
Current children cumulated vsize (KiB) 16868

[startup+603.802 s]
/proc/loadavg: 2.37 2.61 2.36 2/85 20089
/proc/meminfo: memFree=1795568/2055920 swapFree=4192812/4192956
[pid=19933] ppid=19931 vsize=16868 CPUtime=367.85
/proc/19933/stat : 19933 (sugar) D 19931 19933 18055 0 -1 4194304 1423 109613 0 13 7 18 35650 1110 17 0 1 0 21610821 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 264840647721 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/19933/statm: 4217 1114 410 3 0 796 0
Current children cumulated CPU time (s) 367.85
Current children cumulated vsize (KiB) 16868

[startup+603.901 s]
/proc/loadavg: 2.37 2.61 2.36 2/85 20089
/proc/meminfo: memFree=1795568/2055920 swapFree=4192812/4192956
[pid=19933] ppid=19931 vsize=16868 CPUtime=367.85
/proc/19933/stat : 19933 (sugar) D 19931 19933 18055 0 -1 4194304 1423 109613 0 13 7 18 35650 1110 17 0 1 0 21610821 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 264840647721 256 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/19933/statm: 4217 1114 410 3 0 796 0
Current children cumulated CPU time (s) 367.85
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): 212.3
#  lost CPU user time (s): 97.98
#  lost CPU system time (s): 114.32

Real time (s): 603.956
CPU time (s): 580.199
CPU user time (s): 454.557
CPU system time (s): 125.642
CPU usage (%): 96.0665
Max. virtual memory (cumulated for all children) (KiB): 921852

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 356.577
system time used= 11.3223
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 111036
page faults= 13
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 52949
involuntary context switches= 57646

runsolver used 0.731888 second user time and 2.04669 second system time

The end

Launcher Data

Begin job on node44 at 2009-07-11 22:51:09
IDJOB=2067957
IDBENCH=54743
IDSOLVER=738
FILE ID=node44/2067957-1247345469
PBS_JOBID= 9506685
Free space on /tmp= 66372 MiB

SOLVER NAME= Sugar v1.14.6+picosat
BENCH NAME= CPAI08/csp/pseudo/mpsReduced/normalized-mps-red-air03.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-2067957-1247345469/watcher-2067957-1247345469 -o /tmp/evaluation-result-2067957-1247345469/solver-2067957-1247345469 -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-2067957-1247345469.xml

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

MD5SUM BENCH= 97db8ddfa1e7c994eddc87d16cd8b4a9
RANDOM SEED=1128477463

node44.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.219
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.219
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:       1747752 kB
Buffers:         25684 kB
Cached:         101204 kB
SwapCached:          0 kB
Active:         216396 kB
Inactive:        42064 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1747752 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            9500 kB
Writeback:           0 kB
Mapped:         147176 kB
Slab:            34700 kB
Committed_AS:   900636 kB
PageTables:       1992 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= 66372 MiB
End job on node44 at 2009-07-11 23:01:13