Trace number 2068849

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sugar v1.14.6+minisat? 299.3 310.209

General information on the benchmark

Namecsp/tdsp/
normalized-C7-1-240.xml
MD5SUMd28497c4d2e2b68c6bf6783191da2ccc
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 variables590
Number of constraints19502
Maximum constraint arity6
Maximum domain size241
Number of constraints which are defined in extension0
Number of constraints which are defined in intension19502
Global constraints used (with number of constraints)

Solver Data

0.00/0.08	c 0	Sugar v1-14-6 + HOME/minisat
0.00/0.08	c 0	BEGIN Sat Jul 11 23:42:37 2009
0.00/0.08	c 0	PID 18371
0.07/0.08	c 0	HOST node35.alineos.net
0.07/0.08	c 0	CONVERTING HOME/instance-2068849-1247348557.xml TO HOME/temp.csp
0.07/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2068849-1247348557.xml' 'HOME/temp.csp'
1.36/1.45	c 2	5 domains, 590 variables, 2 predicates, 0 relations, 19502 constraints
1.41/1.51	c 2	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.41/1.51	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'
1.41/1.59	c 2	Parsing HOME/temp.csp
1.42/1.98	c 2	parsed 10000 expressions
2.09/2.20	c 3	parsed 20000 expressions
2.09/2.21	c 3	parsed 20099 expressions
2.09/2.21	c 3	Heap : 11 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.09/2.21	c 3	Converting to clausal form CSP
2.48/2.66	c 3	converted 2010 (10%) expressions
2.68/2.82	c 3	converted 4020 (20%) expressions
2.78/2.99	c 3	converted 6030 (30%) expressions
2.98/3.14	c 3	converted 8040 (40%) expressions
3.27/3.45	c 4	converted 10050 (50%) expressions
3.47/3.62	c 4	converted 12060 (60%) expressions
3.57/3.78	c 4	converted 14070 (70%) expressions
3.77/3.93	c 4	converted 16080 (80%) expressions
3.87/4.09	c 4	converted 18090 (90%) expressions
4.07/4.24	c 5	converted 20099 (100%) expressions
4.07/4.24	c 5	CSP : 971 integers, 0 booleans, 20242 clauses, largest domain size 239
4.07/4.25	c 5	Heap : 34 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
4.07/4.25	c 5	Propagation in CSP
4.07/4.30	c 5	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
4.07/4.30	c 5	CSP : 971 integers, 0 booleans, 20242 clauses, largest domain size 239
4.07/4.30	c 5	Heap : 34 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
4.16/4.32	c 5	Simplifing CSP by introducing new Boolean variables
4.76/4.94	c 5	CSP : 971 integers, 76440 booleans, 96682 clauses, largest domain size 239
4.76/4.94	c 5	Heap : 56 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
5.06/5.23	c 6	Encoding CSP to SAT : HOME/temp.cnf
5.06/5.28	c 6	98 (10%) CSP integer variables are encoded (12092 clauses, 159406 bytes)
5.15/5.30	c 6	195 (20%) CSP integer variables are encoded (24417 clauses, 344281 bytes)
5.15/5.32	c 6	292 (30%) CSP integer variables are encoded (36832 clauses, 530506 bytes)
5.15/5.34	c 6	389 (40%) CSP integer variables are encoded (49004 clauses, 713086 bytes)
5.15/5.37	c 6	486 (50%) CSP integer variables are encoded (61411 clauses, 899191 bytes)
5.15/5.38	c 6	583 (60%) CSP integer variables are encoded (73846 clauses, 1085716 bytes)
5.15/5.39	c 6	680 (70%) CSP integer variables are encoded (75698 clauses, 1113496 bytes)
5.15/5.39	c 6	777 (80%) CSP integer variables are encoded (76519 clauses, 1125811 bytes)
5.15/5.39	c 6	874 (90%) CSP integer variables are encoded (77679 clauses, 1143211 bytes)
5.15/5.39	c 6	971 (100%) CSP integer variables are encoded (78492 clauses, 1155406 bytes)
35.52/36.24	c 37	9669 (10%) CSP clauses are encoded (12693603 clauses, 327510121 bytes)
85.24/87.41	c 88	19337 (20%) CSP clauses are encoded (33137017 clauses, 867951232 bytes)
127.67/131.11	c 131	29005 (30%) CSP clauses are encoded (50319562 clauses, 1330988024 bytes)
169.27/173.71	c 174	38673 (40%) CSP clauses are encoded (66620798 clauses, 1793867063 bytes)
211.53/217.62	c 218	48341 (50%) CSP clauses are encoded (83139105 clauses, 2263139672 bytes)
247.15/254.50	c 255	58010 (60%) CSP clauses are encoded (97073084 clauses, 2657616633 bytes)
294.25/303.02	c 303	67678 (70%) CSP clauses are encoded (115372636 clauses, 3178324975 bytes)
298.14/307.03	c 307	ERROR Exception Too large HOME/temp.cnf
298.14/307.03	c 307	jp.ac.kobe_u.cs.sugar.encoder.Encoder.encode(Encoder.java:231)
298.14/307.03	c 307	jp.ac.kobe_u.cs.sugar.SugarMain.encode(SugarMain.java:144)
298.14/307.03	c 307	jp.ac.kobe_u.cs.sugar.SugarMain.main(SugarMain.java:314)
298.14/307.03	s UNKNOWN
298.18/307.47	c 308	CPU 298.19 (0.06 0.01 277.27 20.85)
298.18/307.47	c 308	END Sat Jul 11 23:47:45 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-2068849-1247348557/watcher-2068849-1247348557 -o /tmp/evaluation-result-2068849-1247348557/solver-2068849-1247348557 -C 1800 -W 2000 -M 900 HOME/sugar -c -vv -memlimit=900 -jar=HOME/sugar-v1-14-6.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-2068849-1247348557.xml 

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

[startup+0 s]
/proc/loadavg: 1.85 2.01 2.00 3/74 18371
/proc/meminfo: memFree=1857024/2055920 swapFree=4192812/4192956
[pid=18371] ppid=18369 vsize=18576 CPUtime=0
/proc/18371/stat : 18371 (runsolver) R 18369 18334 18334 0 -1 4194368 12 0 0 0 0 0 0 0 21 0 1 0 21922126 19021824 282 996147200 4194304 4302564 548682068304 18446744073709551615 266134289360 0 0 4096 24578 0 0 0 17 1 0 0
/proc/18371/statm: 4644 282 247 26 0 2626 0
Current StackSize limit: 10240 KiB


[startup+0.0836629 s]
/proc/loadavg: 1.85 2.01 2.00 3/74 18371
/proc/meminfo: memFree=1857024/2055920 swapFree=4192812/4192956
[pid=18371] ppid=18369 vsize=16740 CPUtime=0.07
/proc/18371/stat : 18371 (sugar) S 18369 18371 18334 0 -1 4194304 1152 0 0 0 6 1 0 0 18 0 1 0 21922126 17141760 1107 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18371/statm: 4185 1107 406 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+0.101349 s]
/proc/loadavg: 1.85 2.01 2.00 3/74 18371
/proc/meminfo: memFree=1857024/2055920 swapFree=4192812/4192956
[pid=18371] ppid=18369 vsize=16868 CPUtime=0.07
/proc/18371/stat : 18371 (sugar) S 18369 18371 18334 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 21922126 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18371/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.301372 s]
/proc/loadavg: 1.85 2.01 2.00 3/74 18371
/proc/meminfo: memFree=1857024/2055920 swapFree=4192812/4192956
[pid=18371] ppid=18369 vsize=16868 CPUtime=0.07
/proc/18371/stat : 18371 (sugar) S 18369 18371 18334 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 21922126 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18371/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.701418 s]
/proc/loadavg: 1.85 2.01 2.00 3/74 18371
/proc/meminfo: memFree=1857024/2055920 swapFree=4192812/4192956
[pid=18371] ppid=18369 vsize=16868 CPUtime=0.07
/proc/18371/stat : 18371 (sugar) S 18369 18371 18334 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 21922126 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18371/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+1.5015 s]
/proc/loadavg: 1.85 2.01 2.00 4/85 18383
/proc/meminfo: memFree=1821096/2055920 swapFree=4192812/4192956
[pid=18371] ppid=18369 vsize=16868 CPUtime=0.07
/proc/18371/stat : 18371 (sugar) S 18369 18371 18334 0 -1 4194304 1245 128 0 0 6 1 0 0 16 0 1 0 21922126 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18371/statm: 4217 1111 409 3 0 796 0
[pid=18374] ppid=18371 vsize=5356 CPUtime=0
/proc/18374/stat : 18374 (sh) S 18371 18371 18334 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21922135 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18374/statm: 1339 233 193 169 0 50 0
[pid=18375] ppid=18374 vsize=864772 CPUtime=1.34
/proc/18375/stat : 18375 (java) S 18374 18371 18334 0 -1 0 13234 0 1 0 127 7 0 0 18 0 9 0 21922135 885526528 11256 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18375/statm: 216193 11256 2558 9 0 210705 0
[pid=18375/tid=18376] ppid=18374 vsize=864772 CPUtime=0.74
/proc/18375/task/18376/stat : 18376 (java) S 18374 18371 18334 0 -1 64 3076 0 1 0 72 2 0 0 25 0 9 0 21922136 885526528 11256 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18375/tid=18377] ppid=18374 vsize=864772 CPUtime=0.42
/proc/18375/task/18377/stat : 18377 (java) S 18374 18371 18334 0 -1 64 8923 0 0 0 39 3 0 0 16 0 9 0 21922137 885526528 11256 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18375/tid=18378] ppid=18374 vsize=864772 CPUtime=0
/proc/18375/task/18378/stat : 18378 (java) S 18374 18371 18334 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 21922138 885526528 11256 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18375/tid=18379] ppid=18374 vsize=864772 CPUtime=0
/proc/18375/task/18379/stat : 18379 (java) S 18374 18371 18334 0 -1 64 11 0 0 0 0 0 0 0 15 0 9 0 21922138 885526528 11256 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18375/tid=18380] ppid=18374 vsize=864772 CPUtime=0
/proc/18375/task/18380/stat : 18380 (java) S 18374 18371 18334 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 21922140 885526528 11256 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18375/tid=18381] ppid=18374 vsize=864772 CPUtime=0.14
/proc/18375/task/18381/stat : 18381 (java) S 18374 18371 18334 0 -1 64 530 0 0 0 14 0 0 0 16 0 9 0 21922140 885526528 11256 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18375/tid=18382] ppid=18374 vsize=864772 CPUtime=0
/proc/18375/task/18382/stat : 18382 (java) S 18374 18371 18334 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 21922140 885526528 11256 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18375/tid=18383] ppid=18374 vsize=864772 CPUtime=0
/proc/18375/task/18383/stat : 18383 (java) R 18374 18371 18334 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 21922140 885526528 11256 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.41
Current children cumulated vsize (KiB) 886996

[startup+3.10268 s]
/proc/loadavg: 1.85 2.01 2.00 3/85 18393
/proc/meminfo: memFree=1838504/2055920 swapFree=4192812/4192956
[pid=18371] ppid=18369 vsize=16868 CPUtime=1.42
/proc/18371/stat : 18371 (sugar) S 18369 18371 18334 0 -1 4194304 1309 13651 0 1 6 1 127 8 15 0 1 0 21922126 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18371/statm: 4217 1111 409 3 0 796 0
[pid=18384] ppid=18371 vsize=5356 CPUtime=0
/proc/18384/stat : 18384 (sh) S 18371 18371 18334 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21922277 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18384/statm: 1339 233 193 169 0 50 0
[pid=18385] ppid=18384 vsize=868644 CPUtime=1.56
/proc/18385/stat : 18385 (java) S 18384 18371 18334 0 -1 0 11467 0 1 0 151 5 0 0 18 0 9 0 21922278 889491456 10590 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18385/statm: 217161 10590 2566 9 0 211666 0
[pid=18385/tid=18386] ppid=18384 vsize=868644 CPUtime=1
/proc/18385/task/18386/stat : 18386 (java) R 18384 18371 18334 0 -1 64 2722 0 1 0 99 1 0 0 22 0 9 0 21922279 889491456 10590 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18385/tid=18387] ppid=18384 vsize=868644 CPUtime=0.38
/proc/18385/task/18387/stat : 18387 (java) R 18384 18371 18334 0 -1 64 6578 0 0 0 35 3 0 0 16 0 9 0 21922280 889491456 10590 996147200 134512640 134550932 4294955936 18446744073709551615 102547105 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18385/tid=18388] ppid=18384 vsize=868644 CPUtime=0
/proc/18385/task/18388/stat : 18388 (java) S 18384 18371 18334 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 21922280 889491456 10590 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18385/tid=18389] ppid=18384 vsize=868644 CPUtime=0
/proc/18385/task/18389/stat : 18389 (java) S 18384 18371 18334 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 21922280 889491456 10590 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18385/tid=18390] ppid=18384 vsize=868644 CPUtime=0
/proc/18385/task/18390/stat : 18390 (java) S 18384 18371 18334 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 21922282 889491456 10590 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18385/tid=18391] ppid=18384 vsize=868644 CPUtime=0.15
/proc/18385/task/18391/stat : 18391 (java) S 18384 18371 18334 0 -1 64 1464 0 0 0 15 0 0 0 16 0 9 0 21922282 889491456 10590 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18385/tid=18392] ppid=18384 vsize=868644 CPUtime=0
/proc/18385/task/18392/stat : 18392 (java) S 18384 18371 18334 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 21922282 889491456 10590 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18385/tid=18393] ppid=18384 vsize=868644 CPUtime=0
/proc/18385/task/18393/stat : 18393 (java) S 18384 18371 18334 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21922282 889491456 10590 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.98
Current children cumulated vsize (KiB) 890868

[startup+6.30204 s]
/proc/loadavg: 1.94 2.02 2.01 4/85 18393
/proc/meminfo: memFree=1778792/2055920 swapFree=4192812/4192956
[pid=18371] ppid=18369 vsize=16868 CPUtime=1.42
/proc/18371/stat : 18371 (sugar) S 18369 18371 18334 0 -1 4194304 1310 13651 0 1 6 1 127 8 15 0 1 0 21922126 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18371/statm: 4217 1111 409 3 0 796 0
[pid=18384] ppid=18371 vsize=5356 CPUtime=0
/proc/18384/stat : 18384 (sh) S 18371 18371 18334 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21922277 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18384/statm: 1339 233 193 169 0 50 0
[pid=18385] ppid=18384 vsize=868756 CPUtime=4.73
/proc/18385/stat : 18385 (java) S 18384 18371 18334 0 -1 0 22167 0 1 0 455 18 0 0 18 0 9 0 21922278 889606144 20589 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18385/statm: 217189 20589 2590 9 0 211666 0
[pid=18385/tid=18386] ppid=18384 vsize=868756 CPUtime=2.94
/proc/18385/task/18386/stat : 18386 (java) R 18384 18371 18334 0 -1 64 3347 0 1 0 286 8 0 0 25 0 9 0 21922279 889606144 20589 996147200 134512640 134550932 4294955936 18446744073709551615 4126518669 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18385/tid=18387] ppid=18384 vsize=868756 CPUtime=1.53
/proc/18385/task/18387/stat : 18387 (java) S 18384 18371 18334 0 -1 64 16602 0 0 0 145 8 0 0 16 0 9 0 21922280 889606144 20589 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18385/tid=18388] ppid=18384 vsize=868756 CPUtime=0
/proc/18385/task/18388/stat : 18388 (java) S 18384 18371 18334 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 21922280 889606144 20589 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18385/tid=18389] ppid=18384 vsize=868756 CPUtime=0
/proc/18385/task/18389/stat : 18389 (java) S 18384 18371 18334 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 21922280 889606144 20589 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18385/tid=18390] ppid=18384 vsize=868756 CPUtime=0
/proc/18385/task/18390/stat : 18390 (java) S 18384 18371 18334 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 21922282 889606144 20589 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18385/tid=18391] ppid=18384 vsize=868756 CPUtime=0.22
/proc/18385/task/18391/stat : 18391 (java) S 18384 18371 18334 0 -1 64 1515 0 0 0 22 0 0 0 15 0 9 0 21922282 889606144 20589 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18385/tid=18392] ppid=18384 vsize=868756 CPUtime=0
/proc/18385/task/18392/stat : 18392 (java) S 18384 18371 18334 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 21922282 889606144 20589 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18385/tid=18393] ppid=18384 vsize=868756 CPUtime=0
/proc/18385/task/18393/stat : 18393 (java) S 18384 18371 18334 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21922282 889606144 20589 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.15
Current children cumulated vsize (KiB) 890980

[startup+12.7027 s]
/proc/loadavg: 1.94 2.02 2.01 3/85 18393
/proc/meminfo: memFree=1710576/2055920 swapFree=4192812/4192956
[pid=18371] ppid=18369 vsize=16868 CPUtime=1.42
/proc/18371/stat : 18371 (sugar) S 18369 18371 18334 0 -1 4194304 1310 13651 0 1 6 1 127 8 15 0 1 0 21922126 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18371/statm: 4217 1111 409 3 0 796 0
[pid=18384] ppid=18371 vsize=5356 CPUtime=0
/proc/18384/stat : 18384 (sh) S 18371 18371 18334 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21922277 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18384/statm: 1339 233 193 169 0 50 0
[pid=18385] ppid=18384 vsize=868756 CPUtime=11.04
/proc/18385/stat : 18385 (java) S 18384 18371 18334 0 -1 0 22562 0 1 0 1042 62 0 0 18 0 9 0 21922278 889606144 20592 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18385/statm: 217189 20592 2590 9 0 211666 0
[pid=18385/tid=18386] ppid=18384 vsize=868756 CPUtime=9.02
/proc/18385/task/18386/stat : 18386 (java) R 18384 18371 18334 0 -1 64 3739 0 1 0 853 49 0 0 25 0 9 0 21922279 889606144 20592 996147200 134512640 134550932 4294955936 18446744073709551615 102093942 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18385/tid=18387] ppid=18384 vsize=868756 CPUtime=1.75
/proc/18385/task/18387/stat : 18387 (java) S 18384 18371 18334 0 -1 64 16602 0 0 0 165 10 0 0 16 0 9 0 21922280 889606144 20592 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18385/tid=18388] ppid=18384 vsize=868756 CPUtime=0
/proc/18385/task/18388/stat : 18388 (java) S 18384 18371 18334 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 21922280 889606144 20592 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18385/tid=18389] ppid=18384 vsize=868756 CPUtime=0
/proc/18385/task/18389/stat : 18389 (java) S 18384 18371 18334 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 21922280 889606144 20592 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18385/tid=18390] ppid=18384 vsize=868756 CPUtime=0
/proc/18385/task/18390/stat : 18390 (java) S 18384 18371 18334 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 21922282 889606144 20592 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18385/tid=18391] ppid=18384 vsize=868756 CPUtime=0.23
/proc/18385/task/18391/stat : 18391 (java) S 18384 18371 18334 0 -1 64 1518 0 0 0 23 0 0 0 17 0 9 0 21922282 889606144 20592 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18385/tid=18392] ppid=18384 vsize=868756 CPUtime=0
/proc/18385/task/18392/stat : 18392 (java) S 18384 18371 18334 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 21922282 889606144 20592 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18385/tid=18393] ppid=18384 vsize=868756 CPUtime=0
/proc/18385/task/18393/stat : 18393 (java) S 18384 18371 18334 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21922282 889606144 20592 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) 890980

[startup+25.5022 s]
/proc/loadavg: 2.04 2.04 2.01 3/85 18393
/proc/meminfo: memFree=1568048/2055920 swapFree=4192812/4192956
[pid=18371] ppid=18369 vsize=16868 CPUtime=1.42
/proc/18371/stat : 18371 (sugar) S 18369 18371 18334 0 -1 4194304 1310 13651 0 1 6 1 127 8 15 0 1 0 21922126 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18371/statm: 4217 1111 409 3 0 796 0
[pid=18384] ppid=18371 vsize=5356 CPUtime=0
/proc/18384/stat : 18384 (sh) S 18371 18371 18334 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21922277 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18384/statm: 1339 233 193 169 0 50 0
[pid=18385] ppid=18384 vsize=868756 CPUtime=23.64
/proc/18385/stat : 18385 (java) S 18384 18371 18334 0 -1 0 23327 0 1 0 2214 150 0 0 18 0 9 0 21922278 889606144 20592 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18385/statm: 217189 20592 2590 9 0 211666 0
[pid=18385/tid=18386] ppid=18384 vsize=868756 CPUtime=21.21
/proc/18385/task/18386/stat : 18386 (java) R 18384 18371 18334 0 -1 64 4504 0 1 0 1990 131 0 0 25 0 9 0 21922279 889606144 20592 996147200 134512640 134550932 4294955936 18446744073709551615 4126961512 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18385/tid=18387] ppid=18384 vsize=868756 CPUtime=2.16
/proc/18385/task/18387/stat : 18387 (java) S 18384 18371 18334 0 -1 64 16602 0 0 0 200 16 0 0 16 0 9 0 21922280 889606144 20592 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18385/tid=18388] ppid=18384 vsize=868756 CPUtime=0
/proc/18385/task/18388/stat : 18388 (java) S 18384 18371 18334 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 21922280 889606144 20592 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18385/tid=18389] ppid=18384 vsize=868756 CPUtime=0
/proc/18385/task/18389/stat : 18389 (java) S 18384 18371 18334 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 21922280 889606144 20592 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18385/tid=18390] ppid=18384 vsize=868756 CPUtime=0

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

[pid=18385/tid=18389] ppid=18384 vsize=868756 CPUtime=0
/proc/18385/task/18389/stat : 18389 (java) S 18384 18371 18334 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 21922280 889606144 20592 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18385/tid=18390] ppid=18384 vsize=868756 CPUtime=0
/proc/18385/task/18390/stat : 18390 (java) S 18384 18371 18334 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 21922282 889606144 20592 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18385/tid=18391] ppid=18384 vsize=868756 CPUtime=0.23
/proc/18385/task/18391/stat : 18391 (java) S 18384 18371 18334 0 -1 64 1518 0 0 0 23 0 0 0 17 0 9 0 21922282 889606144 20592 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18385/tid=18392] ppid=18384 vsize=868756 CPUtime=0
/proc/18385/task/18392/stat : 18392 (java) S 18384 18371 18334 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 21922282 889606144 20592 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18385/tid=18393] ppid=18384 vsize=868756 CPUtime=0
/proc/18385/task/18393/stat : 18393 (java) S 18384 18371 18334 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21922282 889606144 20592 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 274.23
Current children cumulated vsize (KiB) 890980

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

[startup+294.403 s]
/proc/loadavg: 2.89 2.41 2.16 3/86 18394
/proc/meminfo: memFree=14952/2055920 swapFree=4192812/4192956
[pid=18371] ppid=18369 vsize=16868 CPUtime=1.42
/proc/18371/stat : 18371 (sugar) S 18369 18371 18334 0 -1 4194304 1310 13651 0 1 6 1 127 8 16 0 1 0 21922126 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18371/statm: 4217 1111 409 3 0 796 0
[pid=18384] ppid=18371 vsize=5356 CPUtime=0
/proc/18384/stat : 18384 (sh) S 18371 18371 18334 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21922277 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18384/statm: 1339 233 193 169 0 50 0
[pid=18385] ppid=18384 vsize=868756 CPUtime=284.5
/proc/18385/stat : 18385 (java) S 18384 18371 18334 0 -1 0 38864 0 1 0 26462 1988 0 0 18 0 9 0 21922278 889606144 20592 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18385/statm: 217189 20592 2590 9 0 211666 0
[pid=18385/tid=18386] ppid=18384 vsize=868756 CPUtime=273.84
/proc/18385/task/18386/stat : 18386 (java) R 18384 18371 18334 0 -1 64 20041 0 1 0 25526 1858 0 0 25 0 9 0 21922279 889606144 20592 996147200 134512640 134550932 4294955936 18446744073709551615 4126432552 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18385/tid=18387] ppid=18384 vsize=868756 CPUtime=10.4
/proc/18385/task/18387/stat : 18387 (java) S 18384 18371 18334 0 -1 64 16602 0 0 0 912 128 0 0 16 0 9 0 21922280 889606144 20592 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18385/tid=18388] ppid=18384 vsize=868756 CPUtime=0
/proc/18385/task/18388/stat : 18388 (java) S 18384 18371 18334 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 21922280 889606144 20592 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18385/tid=18389] ppid=18384 vsize=868756 CPUtime=0
/proc/18385/task/18389/stat : 18389 (java) S 18384 18371 18334 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 21922280 889606144 20592 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18385/tid=18390] ppid=18384 vsize=868756 CPUtime=0
/proc/18385/task/18390/stat : 18390 (java) S 18384 18371 18334 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 21922282 889606144 20592 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18385/tid=18391] ppid=18384 vsize=868756 CPUtime=0.23
/proc/18385/task/18391/stat : 18391 (java) S 18384 18371 18334 0 -1 64 1518 0 0 0 23 0 0 0 17 0 9 0 21922282 889606144 20592 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18385/tid=18392] ppid=18384 vsize=868756 CPUtime=0
/proc/18385/task/18392/stat : 18392 (java) S 18384 18371 18334 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 21922282 889606144 20592 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18385/tid=18393] ppid=18384 vsize=868756 CPUtime=0
/proc/18385/task/18393/stat : 18393 (java) S 18384 18371 18334 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21922282 889606144 20592 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 285.92
Current children cumulated vsize (KiB) 890980

[startup+300.802 s]
/proc/loadavg: 2.89 2.42 2.16 3/86 18394
/proc/meminfo: memFree=15336/2055920 swapFree=4192812/4192956
[pid=18371] ppid=18369 vsize=16868 CPUtime=1.42
/proc/18371/stat : 18371 (sugar) S 18369 18371 18334 0 -1 4194304 1310 13651 0 1 6 1 127 8 16 0 1 0 21922126 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18371/statm: 4217 1111 409 3 0 796 0
[pid=18384] ppid=18371 vsize=5356 CPUtime=0
/proc/18384/stat : 18384 (sh) S 18371 18371 18334 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21922277 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18384/statm: 1339 233 193 169 0 50 0
[pid=18385] ppid=18384 vsize=868756 CPUtime=290.71
/proc/18385/stat : 18385 (java) S 18384 18371 18334 0 -1 0 39232 0 1 0 27039 2032 0 0 18 0 9 0 21922278 889606144 20592 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18385/statm: 217189 20592 2590 9 0 211666 0
[pid=18385/tid=18386] ppid=18384 vsize=868756 CPUtime=279.86
/proc/18385/task/18386/stat : 18386 (java) R 18384 18371 18334 0 -1 64 20409 0 1 0 26086 1900 0 0 25 0 9 0 21922279 889606144 20592 996147200 134512640 134550932 4294955936 18446744073709551615 4126961456 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18385/tid=18387] ppid=18384 vsize=868756 CPUtime=10.59
/proc/18385/task/18387/stat : 18387 (java) S 18384 18371 18334 0 -1 64 16602 0 0 0 928 131 0 0 16 0 9 0 21922280 889606144 20592 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18385/tid=18388] ppid=18384 vsize=868756 CPUtime=0
/proc/18385/task/18388/stat : 18388 (java) S 18384 18371 18334 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 21922280 889606144 20592 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18385/tid=18389] ppid=18384 vsize=868756 CPUtime=0
/proc/18385/task/18389/stat : 18389 (java) S 18384 18371 18334 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 21922280 889606144 20592 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18385/tid=18390] ppid=18384 vsize=868756 CPUtime=0
/proc/18385/task/18390/stat : 18390 (java) S 18384 18371 18334 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 21922282 889606144 20592 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18385/tid=18391] ppid=18384 vsize=868756 CPUtime=0.23
/proc/18385/task/18391/stat : 18391 (java) S 18384 18371 18334 0 -1 64 1518 0 0 0 23 0 0 0 17 0 9 0 21922282 889606144 20592 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18385/tid=18392] ppid=18384 vsize=868756 CPUtime=0
/proc/18385/task/18392/stat : 18392 (java) S 18384 18371 18334 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 21922282 889606144 20592 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18385/tid=18393] ppid=18384 vsize=868756 CPUtime=0
/proc/18385/task/18393/stat : 18393 (java) S 18384 18371 18334 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21922282 889606144 20592 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 292.13
Current children cumulated vsize (KiB) 890980

[startup+304.002 s]
/proc/loadavg: 2.90 2.43 2.17 3/86 18394
/proc/meminfo: memFree=15400/2055920 swapFree=4192812/4192956
[pid=18371] ppid=18369 vsize=16868 CPUtime=1.42
/proc/18371/stat : 18371 (sugar) S 18369 18371 18334 0 -1 4194304 1310 13651 0 1 6 1 127 8 16 0 1 0 21922126 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18371/statm: 4217 1111 409 3 0 796 0
[pid=18384] ppid=18371 vsize=5356 CPUtime=0
/proc/18384/stat : 18384 (sh) S 18371 18371 18334 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21922277 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18384/statm: 1339 233 193 169 0 50 0
[pid=18385] ppid=18384 vsize=868756 CPUtime=293.8
/proc/18385/stat : 18385 (java) S 18384 18371 18334 0 -1 0 39415 0 1 0 27325 2055 0 0 18 0 9 0 21922278 889606144 20592 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18385/statm: 217189 20592 2590 9 0 211666 0
[pid=18385/tid=18386] ppid=18384 vsize=868756 CPUtime=282.87
/proc/18385/task/18386/stat : 18386 (java) R 18384 18371 18334 0 -1 64 20592 0 1 0 26365 1922 0 0 25 0 9 0 21922279 889606144 20592 996147200 134512640 134550932 4294955936 18446744073709551615 102094106 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18385/tid=18387] ppid=18384 vsize=868756 CPUtime=10.67
/proc/18385/task/18387/stat : 18387 (java) S 18384 18371 18334 0 -1 64 16602 0 0 0 936 131 0 0 16 0 9 0 21922280 889606144 20592 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18385/tid=18388] ppid=18384 vsize=868756 CPUtime=0
/proc/18385/task/18388/stat : 18388 (java) S 18384 18371 18334 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 21922280 889606144 20592 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18385/tid=18389] ppid=18384 vsize=868756 CPUtime=0
/proc/18385/task/18389/stat : 18389 (java) S 18384 18371 18334 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 21922280 889606144 20592 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18385/tid=18390] ppid=18384 vsize=868756 CPUtime=0
/proc/18385/task/18390/stat : 18390 (java) S 18384 18371 18334 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 21922282 889606144 20592 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18385/tid=18391] ppid=18384 vsize=868756 CPUtime=0.23
/proc/18385/task/18391/stat : 18391 (java) S 18384 18371 18334 0 -1 64 1518 0 0 0 23 0 0 0 17 0 9 0 21922282 889606144 20592 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18385/tid=18392] ppid=18384 vsize=868756 CPUtime=0
/proc/18385/task/18392/stat : 18392 (java) S 18384 18371 18334 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 21922282 889606144 20592 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18385/tid=18393] ppid=18384 vsize=868756 CPUtime=0
/proc/18385/task/18393/stat : 18393 (java) S 18384 18371 18334 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21922282 889606144 20592 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 295.22
Current children cumulated vsize (KiB) 890980

[startup+307.202 s]
/proc/loadavg: 2.90 2.43 2.17 3/86 18394
/proc/meminfo: memFree=15912/2055920 swapFree=4192812/4192956
[pid=18371] ppid=18369 vsize=16868 CPUtime=1.42
/proc/18371/stat : 18371 (sugar) S 18369 18371 18334 0 -1 4194304 1311 13651 0 1 6 1 127 8 16 0 1 0 21922126 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18371/statm: 4217 1111 409 3 0 796 0
[pid=18384] ppid=18371 vsize=5356 CPUtime=0
/proc/18384/stat : 18384 (sh) S 18371 18371 18334 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21922277 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18384/statm: 1339 233 193 169 0 50 0
[pid=18385] ppid=18384 vsize=868756 CPUtime=296.75
/proc/18385/stat : 18385 (java) S 18384 18371 18334 0 -1 0 39598 0 1 0 27600 2075 0 0 18 0 7 0 21922278 889606144 20599 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18385/statm: 217189 20599 2591 9 0 211666 0
[pid=18385/tid=18386] ppid=18384 vsize=868756 CPUtime=285.72
/proc/18385/task/18386/stat : 18386 (java) S 18384 18371 18334 0 -1 64 20771 0 1 0 26631 1941 0 0 24 0 7 0 21922279 889606144 20599 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18385/tid=18387] ppid=18384 vsize=868756 CPUtime=10.76
/proc/18385/task/18387/stat : 18387 (java) D 18384 18371 18334 0 -1 64 16602 0 0 0 944 132 0 0 15 0 7 0 21922280 889606144 20599 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744071563608240 0 0 -1 1 0 0
[pid=18385/tid=18388] ppid=18384 vsize=868756 CPUtime=0
/proc/18385/task/18388/stat : 18388 (java) S 18384 18371 18334 0 -1 64 14 0 0 0 0 0 0 0 16 0 7 0 21922280 889606144 20599 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18385/tid=18389] ppid=18384 vsize=868756 CPUtime=0
/proc/18385/task/18389/stat : 18389 (java) S 18384 18371 18334 0 -1 64 9 0 0 0 0 0 0 0 16 0 7 0 21922280 889606144 20599 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18385/tid=18391] ppid=18384 vsize=868756 CPUtime=0.23
/proc/18385/task/18391/stat : 18391 (java) S 18384 18371 18334 0 -1 64 1518 0 0 0 23 0 0 0 17 0 7 0 21922282 889606144 20599 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18385/tid=18392] ppid=18384 vsize=868756 CPUtime=0
/proc/18385/task/18392/stat : 18392 (java) S 18384 18371 18334 0 -1 64 1 0 0 0 0 0 0 0 19 0 7 0 21922282 889606144 20599 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 298.17
Current children cumulated vsize (KiB) 890980

[startup+308.901 s]
/proc/loadavg: 2.91 2.44 2.17 3/76 18394
/proc/meminfo: memFree=746104/2055920 swapFree=4192812/4192956
[pid=18371] ppid=18369 vsize=16868 CPUtime=299.19
/proc/18371/stat : 18371 (sugar) D 18369 18371 18334 0 -1 4194304 1335 53535 0 2 6 101 27727 2085 15 0 1 0 21922126 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 266134590505 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/18371/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 299.19
Current children cumulated vsize (KiB) 16868

[startup+309.702 s]
/proc/loadavg: 2.91 2.44 2.17 2/76 18394
/proc/meminfo: memFree=1944376/2055920 swapFree=4192812/4192956
[pid=18371] ppid=18369 vsize=16868 CPUtime=299.24
/proc/18371/stat : 18371 (sugar) D 18369 18371 18334 0 -1 4194304 1335 53535 0 2 6 106 27727 2085 15 0 1 0 21922126 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 266134590505 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/18371/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 299.24
Current children cumulated vsize (KiB) 16868

[startup+310.102 s]
/proc/loadavg: 2.91 2.44 2.17 2/76 18394
/proc/meminfo: memFree=1944376/2055920 swapFree=4192812/4192956
[pid=18371] ppid=18369 vsize=16868 CPUtime=299.27
/proc/18371/stat : 18371 (sugar) D 18369 18371 18334 0 -1 4194304 1335 53535 0 2 6 109 27727 2085 15 0 1 0 21922126 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 266134590505 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/18371/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 299.27
Current children cumulated vsize (KiB) 16868

[startup+310.202 s]
/proc/loadavg: 2.91 2.44 2.17 2/76 18394
/proc/meminfo: memFree=1944376/2055920 swapFree=4192812/4192956
[pid=18371] ppid=18369 vsize=16868 CPUtime=299.28
/proc/18371/stat : 18371 (sugar) D 18369 18371 18334 0 -1 4194304 1335 53535 0 2 6 110 27727 2085 15 0 1 0 21922126 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 266134590505 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/18371/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 299.28
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 310.209
CPU time (s): 299.3
CPU user time (s): 277.341
CPU system time (s): 21.9597
CPU usage (%): 96.4835
Max. virtual memory (cumulated for all children) (KiB): 891872

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 277.341
system time used= 21.9597
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 54931
page faults= 2
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 166251
involuntary context switches= 174012

runsolver used 0.370943 second user time and 1.12683 second system time

The end

Launcher Data

Begin job on node35 at 2009-07-11 23:42:37
IDJOB=2068849
IDBENCH=54942
IDSOLVER=739
FILE ID=node35/2068849-1247348557
PBS_JOBID= 9506860
Free space on /tmp= 66244 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/tdsp/normalized-C7-1-240.xml
COMMAND LINE= DIR/sugar -c -vv -memlimit=MEMLIMIT -jar="DIR/sugar-v1-14-6.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2068849-1247348557/watcher-2068849-1247348557 -o /tmp/evaluation-result-2068849-1247348557/solver-2068849-1247348557 -C 1800 -W 2000 -M 900  HOME/sugar -c -vv -memlimit=900 -jar="HOME/sugar-v1-14-6.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-2068849-1247348557.xml

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

MD5SUM BENCH= d28497c4d2e2b68c6bf6783191da2ccc
RANDOM SEED=1502445849

node35.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.213
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.213
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:       1857504 kB
Buffers:         28672 kB
Cached:          96584 kB
SwapCached:          0 kB
Active:         109068 kB
Inactive:        41544 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1857504 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            4740 kB
Writeback:           0 kB
Mapped:          36036 kB
Slab:            33284 kB
Committed_AS:   271684 kB
PageTables:       1788 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= 66244 MiB
End job on node35 at 2009-07-11 23:47:48