Trace number 2068034

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? 214.807 255.893

General information on the benchmark

Namecsp/pseudo/mpsReduced/
normalized-mps-red-timtab2.xml
MD5SUMa40124768f94863fa1f05d28f139d6b7
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables6363
Number of constraints1079
Maximum constraint arity141
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension1079
Global constraints used (with number of constraints)

Solver Data

0.02/0.07	c 0	Sugar v1-14-6 + HOME/picosat
0.02/0.07	c 0	BEGIN Sat Jul 11 22:56:03 2009
0.02/0.07	c 0	PID 15310
0.02/0.08	c 0	HOST node25.alineos.net
0.02/0.08	c 0	CONVERTING HOME/instance-2068034-1247345763.xml TO HOME/temp.csp
0.02/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-2068034-1247345763.xml' 'HOME/temp.csp'
0.97/1.08	c 1	1 domains, 6363 variables, 163 predicates, 0 relations, 1079 constraints
1.05/1.12	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.05/1.12	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.20	c 1	Parsing HOME/temp.csp
1.06/1.73	c 2	parsed 7606 expressions
1.06/1.74	c 2	Heap : 10 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.06/1.74	c 2	Converting to clausal form CSP
1.06/1.77	c 2	converted 761 (10%) expressions
1.06/1.79	c 2	converted 1522 (20%) expressions
1.06/1.79	c 2	converted 2282 (30%) expressions
1.06/1.79	c 2	converted 3043 (40%) expressions
1.06/1.79	c 2	converted 3803 (50%) expressions
1.06/1.80	c 2	converted 4564 (60%) expressions
1.06/1.80	c 2	converted 5325 (70%) expressions
1.06/1.80	c 2	converted 6085 (80%) expressions
2.11/2.23	c 2	converted 6846 (90%) expressions
3.89/4.05	c 4	converted 7606 (100%) expressions
3.89/4.06	c 4	CSP : 16098 integers, 0 booleans, 20549 clauses, largest domain size 247688
3.89/4.06	c 4	Heap : 27 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
3.89/4.06	c 4	Propagation in CSP
4.28/4.44	c 5	329664 values, 0 unsatisfiable literals, and 0 valid clauses are removed
4.28/4.45	c 5	CSP : 16098 integers, 0 booleans, 20549 clauses, largest domain size 247688
4.28/4.45	c 5	Heap : 27 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
4.28/4.46	c 5	Simplifing CSP by introducing new Boolean variables
4.28/4.48	c 5	CSP : 16098 integers, 0 booleans, 20549 clauses, largest domain size 247688
4.28/4.48	c 5	Heap : 28 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
4.47/4.60	c 5	Encoding CSP to SAT : HOME/temp.cnf
4.47/4.64	c 5	1610 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
4.47/4.64	c 5	3220 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
4.47/4.64	c 5	4830 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
4.67/4.82	c 5	6440 (40%) CSP integer variables are encoded (138594 clauses, 2161722 bytes)
47.08/48.49	c 49	8049 (50%) CSP integer variables are encoded (31208211 clauses, 633205661 bytes)
145.45/151.86	c 152	9659 (60%) CSP integer variables are encoded (101862046 clauses, 2120679535 bytes)
213.85/224.98	c 225	ERROR Exception Too large HOME/temp.cnf
213.95/225.32	c 225	jp.ac.kobe_u.cs.sugar.encoder.Encoder.encode(Encoder.java:208)
213.95/225.32	c 225	jp.ac.kobe_u.cs.sugar.SugarMain.encode(SugarMain.java:144)
213.95/225.32	c 225	jp.ac.kobe_u.cs.sugar.SugarMain.main(SugarMain.java:314)
213.95/225.32	s UNKNOWN
213.95/225.32	c 225	CPU 213.95 (0.05 0.02 192.48 21.4)
213.95/225.32	c 225	END Sat Jul 11 22:59:48 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-2068034-1247345763/watcher-2068034-1247345763 -o /tmp/evaluation-result-2068034-1247345763/solver-2068034-1247345763 -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-2068034-1247345763.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.10 2.03 4/81 15310
/proc/meminfo: memFree=1251552/2055920 swapFree=4192952/4192956
[pid=15310] ppid=15308 vsize=18576 CPUtime=0
/proc/15310/stat : 15310 (runsolver) R 15308 15310 14375 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 21642688 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 253307186471 0 0 4096 24578 0 0 0 17 1 0 0
/proc/15310/statm: 4644 284 249 26 0 2626 0

[startup+0.0425379 s]
/proc/loadavg: 2.20 2.10 2.03 4/81 15310
/proc/meminfo: memFree=1251552/2055920 swapFree=4192952/4192956
[pid=15310] ppid=15308 vsize=13336 CPUtime=0.02
/proc/15310/stat : 15310 (sugar) R 15308 15310 14375 0 -1 4194304 736 0 0 0 2 0 0 0 20 0 1 0 21642688 13656064 704 996147200 4194304 4206940 548682068608 18446744073709551615 253307353701 0 0 4224 0 0 0 0 17 1 0 0
/proc/15310/statm: 3334 704 338 3 0 434 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 13336

[startup+0.103536 s]
/proc/loadavg: 2.20 2.10 2.03 4/81 15310
/proc/meminfo: memFree=1251552/2055920 swapFree=4192952/4192956
[pid=15310] ppid=15308 vsize=16868 CPUtime=0.07
/proc/15310/stat : 15310 (sugar) S 15308 15310 14375 0 -1 4194304 1227 128 0 0 5 2 0 0 21 0 1 0 21642688 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15310/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.301547 s]
/proc/loadavg: 2.20 2.10 2.03 4/81 15310
/proc/meminfo: memFree=1251552/2055920 swapFree=4192952/4192956
[pid=15310] ppid=15308 vsize=16868 CPUtime=0.07
/proc/15310/stat : 15310 (sugar) S 15308 15310 14375 0 -1 4194304 1227 128 0 0 5 2 0 0 21 0 1 0 21642688 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15310/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.701587 s]
/proc/loadavg: 2.20 2.10 2.03 4/81 15310
/proc/meminfo: memFree=1251552/2055920 swapFree=4192952/4192956
[pid=15310] ppid=15308 vsize=16868 CPUtime=0.07
/proc/15310/stat : 15310 (sugar) S 15308 15310 14375 0 -1 4194304 1227 128 0 0 5 2 0 0 21 0 1 0 21642688 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15310/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+1.50166 s]
/proc/loadavg: 2.20 2.10 2.03 4/92 15322
/proc/meminfo: memFree=1232520/2055920 swapFree=4192952/4192956
[pid=15310] ppid=15308 vsize=16868 CPUtime=1.06
/proc/15310/stat : 15310 (sugar) S 15308 15310 14375 0 -1 4194304 1309 7609 0 1 5 2 94 5 16 0 1 0 21642688 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15310/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 1.06
Current children cumulated vsize (KiB) 16868

[startup+3.1028 s]
/proc/loadavg: 2.20 2.10 2.03 4/92 15332
/proc/meminfo: memFree=1224136/2055920 swapFree=4192952/4192956
[pid=15310] ppid=15308 vsize=16868 CPUtime=1.06
/proc/15310/stat : 15310 (sugar) S 15308 15310 14375 0 -1 4194304 1309 7609 0 1 5 2 94 5 16 0 1 0 21642688 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15310/statm: 4217 1111 409 3 0 796 0
[pid=15323] ppid=15310 vsize=5356 CPUtime=0
/proc/15323/stat : 15323 (sh) S 15310 15310 14375 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21642801 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15323/statm: 1339 233 193 169 0 50 0
[pid=15324] ppid=15323 vsize=868552 CPUtime=1.94
/proc/15324/stat : 15324 (java) S 15323 15310 14375 0 -1 0 11543 0 1 0 189 5 0 0 18 0 9 0 21642801 889397248 10703 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15324/statm: 217138 10703 2567 9 0 211643 0
[pid=15324/tid=15325] ppid=15323 vsize=868552 CPUtime=1.32
/proc/15324/task/15325/stat : 15325 (java) R 15323 15310 14375 0 -1 64 2808 0 1 0 131 1 0 0 25 0 9 0 21642802 889397248 10703 996147200 134512640 134550932 4294955936 18446744073709551615 4126095885 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15324/tid=15326] ppid=15323 vsize=868552 CPUtime=0.39
/proc/15324/task/15326/stat : 15326 (java) S 15323 15310 14375 0 -1 64 6540 0 0 0 37 2 0 0 16 0 9 0 21642803 889397248 10703 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15324/tid=15327] ppid=15323 vsize=868552 CPUtime=0
/proc/15324/task/15327/stat : 15327 (java) S 15323 15310 14375 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21642803 889397248 10703 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15324/tid=15328] ppid=15323 vsize=868552 CPUtime=0
/proc/15324/task/15328/stat : 15328 (java) S 15323 15310 14375 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 21642803 889397248 10703 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15324/tid=15329] ppid=15323 vsize=868552 CPUtime=0
/proc/15324/task/15329/stat : 15329 (java) S 15323 15310 14375 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 21642805 889397248 10703 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15324/tid=15330] ppid=15323 vsize=868552 CPUtime=0.19
/proc/15324/task/15330/stat : 15330 (java) S 15323 15310 14375 0 -1 64 1493 0 0 0 19 0 0 0 16 0 9 0 21642805 889397248 10703 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15324/tid=15331] ppid=15323 vsize=868552 CPUtime=0
/proc/15324/task/15331/stat : 15331 (java) S 15323 15310 14375 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 21642806 889397248 10703 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15324/tid=15332] ppid=15323 vsize=868552 CPUtime=0
/proc/15324/task/15332/stat : 15332 (java) S 15323 15310 14375 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 21642806 889397248 10703 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3
Current children cumulated vsize (KiB) 890776

[startup+6.3011 s]
/proc/loadavg: 2.19 2.09 2.03 3/92 15332
/proc/meminfo: memFree=1196744/2055920 swapFree=4192952/4192956
[pid=15310] ppid=15308 vsize=16868 CPUtime=1.06
/proc/15310/stat : 15310 (sugar) S 15308 15310 14375 0 -1 4194304 1310 7609 0 1 5 2 94 5 16 0 1 0 21642688 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15310/statm: 4217 1111 409 3 0 796 0
[pid=15323] ppid=15310 vsize=5356 CPUtime=0
/proc/15323/stat : 15323 (sh) S 15310 15310 14375 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21642801 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15323/statm: 1339 233 193 169 0 50 0
[pid=15324] ppid=15323 vsize=868748 CPUtime=5.1
/proc/15324/stat : 15324 (java) S 15323 15310 14375 0 -1 0 13920 0 1 0 488 22 0 0 18 0 9 0 21642801 889597952 12712 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15324/statm: 217187 12712 2590 9 0 211664 0
[pid=15324/tid=15325] ppid=15323 vsize=868748 CPUtime=3.97
/proc/15324/task/15325/stat : 15325 (java) R 15323 15310 14375 0 -1 64 3267 0 1 0 382 15 0 0 25 0 9 0 21642802 889597952 12712 996147200 134512640 134550932 4294955936 18446744073709551615 4127041012 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15324/tid=15326] ppid=15323 vsize=868748 CPUtime=0.85
/proc/15324/task/15326/stat : 15326 (java) S 15323 15310 14375 0 -1 64 8423 0 0 0 80 5 0 0 16 0 9 0 21642803 889597952 12712 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15324/tid=15327] ppid=15323 vsize=868748 CPUtime=0
/proc/15324/task/15327/stat : 15327 (java) S 15323 15310 14375 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21642803 889597952 12712 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15324/tid=15328] ppid=15323 vsize=868748 CPUtime=0
/proc/15324/task/15328/stat : 15328 (java) S 15323 15310 14375 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 21642803 889597952 12712 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15324/tid=15329] ppid=15323 vsize=868748 CPUtime=0
/proc/15324/task/15329/stat : 15329 (java) S 15323 15310 14375 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 21642805 889597952 12712 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15324/tid=15330] ppid=15323 vsize=868748 CPUtime=0.24
/proc/15324/task/15330/stat : 15330 (java) S 15323 15310 14375 0 -1 64 1528 0 0 0 24 0 0 0 16 0 9 0 21642805 889597952 12712 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15324/tid=15331] ppid=15323 vsize=868748 CPUtime=0
/proc/15324/task/15331/stat : 15331 (java) S 15323 15310 14375 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 21642806 889597952 12712 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15324/tid=15332] ppid=15323 vsize=868748 CPUtime=0
/proc/15324/task/15332/stat : 15332 (java) S 15323 15310 14375 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 21642806 889597952 12712 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.16
Current children cumulated vsize (KiB) 890972

[startup+12.7027 s]
/proc/loadavg: 2.17 2.09 2.03 5/92 15332
/proc/meminfo: memFree=1102920/2055920 swapFree=4192952/4192956
[pid=15310] ppid=15308 vsize=16868 CPUtime=1.06
/proc/15310/stat : 15310 (sugar) S 15308 15310 14375 0 -1 4194304 1310 7609 0 1 5 2 94 5 16 0 1 0 21642688 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15310/statm: 4217 1111 409 3 0 796 0
[pid=15323] ppid=15310 vsize=5356 CPUtime=0
/proc/15323/stat : 15323 (sh) S 15310 15310 14375 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21642801 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15323/statm: 1339 233 193 169 0 50 0
[pid=15324] ppid=15323 vsize=868748 CPUtime=11.4
/proc/15324/stat : 15324 (java) S 15323 15310 14375 0 -1 0 14692 0 1 0 1061 79 0 0 18 0 9 0 21642801 889597952 12712 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15324/statm: 217187 12712 2590 9 0 211664 0
[pid=15324/tid=15325] ppid=15323 vsize=868748 CPUtime=9.97
/proc/15324/task/15325/stat : 15325 (java) R 15323 15310 14375 0 -1 64 4039 0 1 0 930 67 0 0 25 0 9 0 21642802 889597952 12712 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15324/tid=15326] ppid=15323 vsize=868748 CPUtime=1.16
/proc/15324/task/15326/stat : 15326 (java) S 15323 15310 14375 0 -1 64 8423 0 0 0 106 10 0 0 16 0 9 0 21642803 889597952 12712 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15324/tid=15327] ppid=15323 vsize=868748 CPUtime=0
/proc/15324/task/15327/stat : 15327 (java) S 15323 15310 14375 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21642803 889597952 12712 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15324/tid=15328] ppid=15323 vsize=868748 CPUtime=0
/proc/15324/task/15328/stat : 15328 (java) S 15323 15310 14375 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 21642803 889597952 12712 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15324/tid=15329] ppid=15323 vsize=868748 CPUtime=0
/proc/15324/task/15329/stat : 15329 (java) S 15323 15310 14375 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 21642805 889597952 12712 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15324/tid=15330] ppid=15323 vsize=868748 CPUtime=0.24
/proc/15324/task/15330/stat : 15330 (java) S 15323 15310 14375 0 -1 64 1528 0 0 0 24 0 0 0 16 0 9 0 21642805 889597952 12712 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15324/tid=15331] ppid=15323 vsize=868748 CPUtime=0
/proc/15324/task/15331/stat : 15331 (java) S 15323 15310 14375 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 21642806 889597952 12712 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15324/tid=15332] ppid=15323 vsize=868748 CPUtime=0
/proc/15324/task/15332/stat : 15332 (java) S 15323 15310 14375 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 21642806 889597952 12712 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.46
Current children cumulated vsize (KiB) 890972

[startup+25.5028 s]
/proc/loadavg: 2.29 2.12 2.04 3/92 15332
/proc/meminfo: memFree=913032/2055920 swapFree=4192952/4192956
[pid=15310] ppid=15308 vsize=16868 CPUtime=1.06
/proc/15310/stat : 15310 (sugar) S 15308 15310 14375 0 -1 4194304 1310 7609 0 1 5 2 94 5 16 0 1 0 21642688 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15310/statm: 4217 1111 409 3 0 796 0
[pid=15323] ppid=15310 vsize=5356 CPUtime=0
/proc/15323/stat : 15323 (sh) S 15310 15310 14375 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21642801 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15323/statm: 1339 233 193 169 0 50 0
[pid=15324] ppid=15323 vsize=868748 CPUtime=23.73
/proc/15324/stat : 15324 (java) S 15323 15310 14375 0 -1 0 16118 0 1 0 2177 196 0 0 18 0 9 0 21642801 889597952 12712 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15324/statm: 217187 12712 2590 9 0 211664 0
[pid=15324/tid=15325] ppid=15323 vsize=868748 CPUtime=21.74
/proc/15324/task/15325/stat : 15325 (java) R 15323 15310 14375 0 -1 64 5465 0 1 0 2000 174 0 0 25 0 9 0 21642802 889597952 12712 996147200 134512640 134550932 4294955936 18446744073709551615 4127039626 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15324/tid=15326] ppid=15323 vsize=868748 CPUtime=1.71
/proc/15324/task/15326/stat : 15326 (java) S 15323 15310 14375 0 -1 64 8423 0 0 0 152 19 0 0 16 0 9 0 21642803 889597952 12712 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15324/tid=15327] ppid=15323 vsize=868748 CPUtime=0
/proc/15324/task/15327/stat : 15327 (java) S 15323 15310 14375 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21642803 889597952 12712 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15324/tid=15328] ppid=15323 vsize=868748 CPUtime=0
/proc/15324/task/15328/stat : 15328 (java) S 15323 15310 14375 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 21642803 889597952 12712 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15324/tid=15329] ppid=15323 vsize=868748 CPUtime=0
/proc/15324/task/15329/stat : 15329 (java) S 15323 15310 14375 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 21642805 889597952 12712 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15324/tid=15330] ppid=15323 vsize=868748 CPUtime=0.24
/proc/15324/task/15330/stat : 15330 (java) S 15323 15310 14375 0 -1 64 1528 0 0 0 24 0 0 0 16 0 9 0 21642805 889597952 12712 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15324/tid=15331] ppid=15323 vsize=868748 CPUtime=0
/proc/15324/task/15331/stat : 15331 (java) S 15323 15310 14375 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 21642806 889597952 12712 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15324/tid=15332] ppid=15323 vsize=868748 CPUtime=0
/proc/15324/task/15332/stat : 15332 (java) S 15323 15310 14375 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 21642806 889597952 12712 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 24.79
Current children cumulated vsize (KiB) 890972

[startup+51.1022 s]
/proc/loadavg: 2.66 2.22 2.07 3/92 15334
/proc/meminfo: memFree=542664/2055920 swapFree=4192952/4192956
[pid=15310] ppid=15308 vsize=16868 CPUtime=1.06
/proc/15310/stat : 15310 (sugar) S 15308 15310 14375 0 -1 4194304 1310 7609 0 1 5 2 94 5 16 0 1 0 21642688 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15310/statm: 4217 1111 409 3 0 796 0
[pid=15323] ppid=15310 vsize=5356 CPUtime=0
/proc/15323/stat : 15323 (sh) S 15310 15310 14375 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21642801 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15323/statm: 1339 233 193 169 0 50 0
[pid=15324] ppid=15323 vsize=868748 CPUtime=48.63
/proc/15324/stat : 15324 (java) S 15323 15310 14375 0 -1 0 18948 0 1 0 4417 446 0 0 18 0 9 0 21642801 889597952 12712 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15324/statm: 217187 12712 2590 9 0 211664 0

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

/proc/15310/statm: 4217 1111 409 3 0 796 0
[pid=15323] ppid=15310 vsize=5356 CPUtime=0
/proc/15323/stat : 15323 (sh) S 15310 15310 14375 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21642801 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15323/statm: 1339 233 193 169 0 50 0
[pid=15324] ppid=15323 vsize=868748 CPUtime=97.09
/proc/15324/stat : 15324 (java) S 15323 15310 14375 0 -1 0 24362 0 1 0 8789 920 0 0 18 0 9 0 21642801 889597952 12712 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15324/statm: 217187 12712 2590 9 0 211664 0
[pid=15324/tid=15325] ppid=15323 vsize=868748 CPUtime=91.57
/proc/15324/task/15325/stat : 15325 (java) R 15323 15310 14375 0 -1 64 13709 0 1 0 8316 841 0 0 23 0 9 0 21642802 889597952 12712 996147200 134512640 134550932 4294955936 18446744073709551615 4127039599 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15324/tid=15326] ppid=15323 vsize=868748 CPUtime=5.24
/proc/15324/task/15326/stat : 15326 (java) S 15323 15310 14375 0 -1 64 8423 0 0 0 448 76 0 0 16 0 9 0 21642803 889597952 12712 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15324/tid=15327] ppid=15323 vsize=868748 CPUtime=0
/proc/15324/task/15327/stat : 15327 (java) S 15323 15310 14375 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21642803 889597952 12712 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15324/tid=15328] ppid=15323 vsize=868748 CPUtime=0
/proc/15324/task/15328/stat : 15328 (java) S 15323 15310 14375 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 21642803 889597952 12712 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15324/tid=15329] ppid=15323 vsize=868748 CPUtime=0
/proc/15324/task/15329/stat : 15329 (java) S 15323 15310 14375 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 21642805 889597952 12712 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15324/tid=15330] ppid=15323 vsize=868748 CPUtime=0.24
/proc/15324/task/15330/stat : 15330 (java) S 15323 15310 14375 0 -1 64 1528 0 0 0 24 0 0 0 16 0 9 0 21642805 889597952 12712 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15324/tid=15331] ppid=15323 vsize=868748 CPUtime=0
/proc/15324/task/15331/stat : 15331 (java) S 15323 15310 14375 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 21642806 889597952 12712 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15324/tid=15332] ppid=15323 vsize=868748 CPUtime=0
/proc/15324/task/15332/stat : 15332 (java) S 15323 15310 14375 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 21642806 889597952 12712 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 98.15
Current children cumulated vsize (KiB) 890972

[startup+162.302 s]
/proc/loadavg: 4.34 2.85 2.31 3/100 15395
/proc/meminfo: memFree=15768/2055920 swapFree=4192812/4192956
[pid=15310] ppid=15308 vsize=16868 CPUtime=1.06
/proc/15310/stat : 15310 (sugar) S 15308 15310 14375 0 -1 4194304 1310 7609 0 1 5 2 94 5 16 0 1 0 21642688 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15310/statm: 4217 1111 409 3 0 796 0
[pid=15323] ppid=15310 vsize=5356 CPUtime=0
/proc/15323/stat : 15323 (sh) S 15310 15310 14375 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21642801 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15323/statm: 1339 233 193 169 0 50 0
[pid=15324] ppid=15323 vsize=868748 CPUtime=154
/proc/15324/stat : 15324 (java) S 15323 15310 14375 0 -1 0 30902 0 1 0 13910 1490 0 0 18 0 9 0 21642801 889597952 12712 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15324/statm: 217187 12712 2590 9 0 211664 0
[pid=15324/tid=15325] ppid=15323 vsize=868748 CPUtime=145.83
/proc/15324/task/15325/stat : 15325 (java) R 15323 15310 14375 0 -1 64 20249 0 1 0 13217 1366 0 0 25 0 9 0 21642802 889597952 12712 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15324/tid=15326] ppid=15323 vsize=868748 CPUtime=7.89
/proc/15324/task/15326/stat : 15326 (java) S 15323 15310 14375 0 -1 64 8423 0 0 0 668 121 0 0 16 0 9 0 21642803 889597952 12712 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15324/tid=15327] ppid=15323 vsize=868748 CPUtime=0
/proc/15324/task/15327/stat : 15327 (java) S 15323 15310 14375 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21642803 889597952 12712 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15324/tid=15328] ppid=15323 vsize=868748 CPUtime=0
/proc/15324/task/15328/stat : 15328 (java) S 15323 15310 14375 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 21642803 889597952 12712 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15324/tid=15329] ppid=15323 vsize=868748 CPUtime=0
/proc/15324/task/15329/stat : 15329 (java) S 15323 15310 14375 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 21642805 889597952 12712 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15324/tid=15330] ppid=15323 vsize=868748 CPUtime=0.24
/proc/15324/task/15330/stat : 15330 (java) S 15323 15310 14375 0 -1 64 1528 0 0 0 24 0 0 0 16 0 9 0 21642805 889597952 12712 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15324/tid=15331] ppid=15323 vsize=868748 CPUtime=0
/proc/15324/task/15331/stat : 15331 (java) S 15323 15310 14375 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 21642806 889597952 12712 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15324/tid=15332] ppid=15323 vsize=868748 CPUtime=0
/proc/15324/task/15332/stat : 15332 (java) S 15323 15310 14375 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 21642806 889597952 12712 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 155.06
Current children cumulated vsize (KiB) 890972

[startup+222.303 s]
/proc/loadavg: 6.60 3.81 2.67 3/98 15395
/proc/meminfo: memFree=15848/2055920 swapFree=4192812/4192956
[pid=15310] ppid=15308 vsize=16868 CPUtime=1.06
/proc/15310/stat : 15310 (sugar) S 15308 15310 14375 0 -1 4194304 1310 7609 0 1 5 2 94 5 16 0 1 0 21642688 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15310/statm: 4217 1111 409 3 0 796 0
[pid=15323] ppid=15310 vsize=5356 CPUtime=0
/proc/15323/stat : 15323 (sh) S 15310 15310 14375 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21642801 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15323/statm: 1339 233 193 169 0 50 0
[pid=15324] ppid=15323 vsize=868748 CPUtime=210.5
/proc/15324/stat : 15324 (java) S 15323 15310 14375 0 -1 0 37337 0 1 0 18943 2107 0 0 18 0 9 0 21642801 889597952 12712 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15324/statm: 217187 12712 2590 9 0 211664 0
[pid=15324/tid=15325] ppid=15323 vsize=868748 CPUtime=199.9
/proc/15324/task/15325/stat : 15325 (java) R 15323 15310 14375 0 -1 64 26684 0 1 0 18051 1939 0 0 25 0 9 0 21642802 889597952 12712 996147200 134512640 134550932 4294955936 18446744073709551615 4127022965 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15324/tid=15326] ppid=15323 vsize=868748 CPUtime=10.32
/proc/15324/task/15326/stat : 15326 (java) S 15323 15310 14375 0 -1 64 8423 0 0 0 867 165 0 0 16 0 9 0 21642803 889597952 12712 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15324/tid=15327] ppid=15323 vsize=868748 CPUtime=0
/proc/15324/task/15327/stat : 15327 (java) S 15323 15310 14375 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21642803 889597952 12712 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15324/tid=15328] ppid=15323 vsize=868748 CPUtime=0
/proc/15324/task/15328/stat : 15328 (java) S 15323 15310 14375 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 21642803 889597952 12712 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15324/tid=15329] ppid=15323 vsize=868748 CPUtime=0
/proc/15324/task/15329/stat : 15329 (java) S 15323 15310 14375 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 21642805 889597952 12712 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15324/tid=15330] ppid=15323 vsize=868748 CPUtime=0.24
/proc/15324/task/15330/stat : 15330 (java) S 15323 15310 14375 0 -1 64 1528 0 0 0 24 0 0 0 16 0 9 0 21642805 889597952 12712 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15324/tid=15331] ppid=15323 vsize=868748 CPUtime=0
/proc/15324/task/15331/stat : 15331 (java) S 15323 15310 14375 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 21642806 889597952 12712 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15324/tid=15332] ppid=15323 vsize=868748 CPUtime=0
/proc/15324/task/15332/stat : 15332 (java) S 15323 15310 14375 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 21642806 889597952 12712 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 211.56
Current children cumulated vsize (KiB) 890972

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

[startup+230.301 s]
/proc/loadavg: 6.80 3.94 2.73 2/86 15395
/proc/meminfo: memFree=986376/2055920 swapFree=4192812/4192956
[pid=15310] ppid=15308 vsize=16868 CPUtime=214.71
/proc/15310/stat : 15310 (sugar) D 15308 15310 14375 0 -1 4194304 1334 45517 0 3 5 78 19248 2140 18 0 1 0 21642688 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 253307360297 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/15310/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 214.71
Current children cumulated vsize (KiB) 16868

[startup+243.108 s]
/proc/loadavg: 6.26 3.96 2.75 2/84 15396
/proc/meminfo: memFree=844120/2055920 swapFree=4192812/4192956
[pid=15310] ppid=15308 vsize=16868 CPUtime=214.75
/proc/15310/stat : 15310 (sugar) D 15308 15310 14375 0 -1 4194304 1334 45517 0 3 5 82 19248 2140 18 0 1 0 21642688 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 253307360297 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/15310/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 214.75
Current children cumulated vsize (KiB) 16868

[startup+249.501 s]
/proc/loadavg: 6.16 3.98 2.76 2/83 15396
/proc/meminfo: memFree=777248/2055920 swapFree=4192812/4192956
[pid=15310] ppid=15308 vsize=16868 CPUtime=214.76
/proc/15310/stat : 15310 (sugar) D 15308 15310 14375 0 -1 4194304 1334 45517 0 3 5 83 19248 2140 18 0 1 0 21642688 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 253307360297 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/15310/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 214.76
Current children cumulated vsize (KiB) 16868

[startup+252.702 s]
/proc/loadavg: 6.16 3.98 2.76 1/83 15398
/proc/meminfo: memFree=740384/2055920 swapFree=4192812/4192956
[pid=15310] ppid=15308 vsize=16868 CPUtime=214.77
/proc/15310/stat : 15310 (sugar) D 15308 15310 14375 0 -1 4194304 1334 45517 0 3 5 84 19248 2140 18 0 1 0 21642688 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 253307360297 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/15310/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 214.77
Current children cumulated vsize (KiB) 16868

[startup+254.302 s]
/proc/loadavg: 6.07 4.00 2.78 2/83 15398
/proc/meminfo: memFree=713952/2055920 swapFree=4192812/4192956
[pid=15310] ppid=15308 vsize=16868 CPUtime=214.77
/proc/15310/stat : 15310 (sugar) D 15308 15310 14375 0 -1 4194304 1334 45517 0 3 5 84 19248 2140 18 0 1 0 21642688 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 253307360297 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/15310/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 214.77
Current children cumulated vsize (KiB) 16868

[startup+255.102 s]
/proc/loadavg: 6.07 4.00 2.78 2/83 15398
/proc/meminfo: memFree=700640/2055920 swapFree=4192812/4192956
[pid=15310] ppid=15308 vsize=16868 CPUtime=214.77
/proc/15310/stat : 15310 (sugar) D 15308 15310 14375 0 -1 4194304 1334 45517 0 3 5 84 19248 2140 18 0 1 0 21642688 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 253307360297 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/15310/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 214.77
Current children cumulated vsize (KiB) 16868

[startup+255.502 s]
/proc/loadavg: 6.07 4.00 2.78 2/83 15398
/proc/meminfo: memFree=700640/2055920 swapFree=4192812/4192956
[pid=15310] ppid=15308 vsize=16868 CPUtime=214.77
/proc/15310/stat : 15310 (sugar) D 15308 15310 14375 0 -1 4194304 1334 45517 0 3 5 84 19248 2140 18 0 1 0 21642688 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 253307360297 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/15310/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 214.77
Current children cumulated vsize (KiB) 16868

[startup+255.702 s]
/proc/loadavg: 6.07 4.00 2.78 2/83 15398
/proc/meminfo: memFree=700640/2055920 swapFree=4192812/4192956
[pid=15310] ppid=15308 vsize=16868 CPUtime=214.78
/proc/15310/stat : 15310 (sugar) D 15308 15310 14375 0 -1 4194304 1334 45517 0 3 5 85 19248 2140 18 0 1 0 21642688 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 253307360297 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/15310/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 214.78
Current children cumulated vsize (KiB) 16868

[startup+255.802 s]
/proc/loadavg: 6.07 4.00 2.78 2/83 15398
/proc/meminfo: memFree=700640/2055920 swapFree=4192812/4192956
[pid=15310] ppid=15308 vsize=16868 CPUtime=214.78
/proc/15310/stat : 15310 (sugar) D 15308 15310 14375 0 -1 4194304 1334 45517 0 3 5 85 19248 2140 18 0 1 0 21642688 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 253307360297 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/15310/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 214.78
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 255.893
CPU time (s): 214.807
CPU user time (s): 192.541
CPU system time (s): 22.2666
CPU usage (%): 83.9441
Max. virtual memory (cumulated for all children) (KiB): 891112

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 192.541
system time used= 22.2666
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 46912
page faults= 3
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 222141
involuntary context switches= 227671

runsolver used 0.381941 second user time and 0.969852 second system time

The end

Launcher Data

Begin job on node25 at 2009-07-11 22:56:03
IDJOB=2068034
IDBENCH=54786
IDSOLVER=738
FILE ID=node25/2068034-1247345763
PBS_JOBID= 9506790
Free space on /tmp= 66300 MiB

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

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

MD5SUM BENCH= a40124768f94863fa1f05d28f139d6b7
RANDOM SEED=1529672899

node25.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.231
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.231
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:       1252032 kB
Buffers:         40228 kB
Cached:         269576 kB
SwapCached:          4 kB
Active:         457844 kB
Inactive:       272480 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1252032 kB
SwapTotal:     4192956 kB
SwapFree:      4192952 kB
Dirty:            3000 kB
Writeback:           0 kB
Mapped:         441020 kB
Slab:            57760 kB
Committed_AS:   574212 kB
PageTables:       2804 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= 64448 MiB
End job on node25 at 2009-07-11 23:00:19