Trace number 1064379

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.13+minisat? 184.402 193.118

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 (download as text)

0.00/0.05	c 0	Sugar v1-13 + HOME/minisat
0.00/0.05	c 0	BEGIN Fri Jul  4 05:08:22 2008
0.00/0.05	c 0	PID 23328
0.00/0.05	c 0	HOST node32.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1064379-1215140901.xml TO HOME/temp.csp
0.00/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1064379-1215140901.xml' 'HOME/temp.csp'
1.65/1.71	c 1	5 domains, 590 variables, 2 predicates, 0 relations, 19502 constraints
1.65/1.73	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.65/1.73	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
1.67/1.82	c 1	Parsing HOME/temp.csp
2.41/2.53	c 2	parsed 10000 expressions
2.81/2.96	c 3	parsed 20000 expressions
2.91/3.04	c 3	parsed 20099 expressions
2.91/3.05	c 3	Heap : 12 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.91/3.05	c 3	Converting to clausal form CSP
3.30/3.41	c 3	converted 2010 (10%) expressions
3.40/3.56	c 3	converted 4020 (20%) expressions
3.60/3.72	c 3	converted 6030 (30%) expressions
3.90/4.04	c 4	converted 8040 (40%) expressions
4.10/4.21	c 4	converted 10050 (50%) expressions
4.19/4.37	c 4	converted 12060 (60%) expressions
4.39/4.53	c 4	converted 14070 (70%) expressions
4.49/4.69	c 4	converted 16080 (80%) expressions
4.68/4.84	c 5	converted 18090 (90%) expressions
4.98/5.17	c 5	converted 20099 (100%) expressions
4.98/5.17	c 5	CSP : 971 integers, 0 booleans, 20242 clauses, largest domain size 241
4.98/5.17	c 5	Heap : 35 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
4.98/5.17	c 5	Propagation in CSP
5.19/5.38	c 5	3374 values, 0 unsatisfiable literals, and 0 valid clauses are removed
5.19/5.39	c 5	CSP : 971 integers, 0 booleans, 20242 clauses, largest domain size 239
5.19/5.39	c 5	Heap : 39 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
5.28/5.40	c 5	Simplifing CSP by introducing new Boolean variables
5.87/6.09	c 6	CSP : 971 integers, 76440 booleans, 96682 clauses, largest domain size 239
5.87/6.09	c 6	Heap : 59 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
6.37/6.55	c 6	Encoding CSP to SAT : HOME/temp.cnf
6.46/6.61	c 6	98 (10%) CSP integer variables are encoded (12092 clauses, 159406 bytes)
6.46/6.62	c 6	195 (20%) CSP integer variables are encoded (24417 clauses, 344281 bytes)
6.46/6.64	c 6	292 (30%) CSP integer variables are encoded (36832 clauses, 530506 bytes)
6.46/6.65	c 6	389 (40%) CSP integer variables are encoded (49004 clauses, 713086 bytes)
6.46/6.67	c 6	486 (50%) CSP integer variables are encoded (61411 clauses, 899191 bytes)
6.46/6.68	c 6	583 (60%) CSP integer variables are encoded (73846 clauses, 1085716 bytes)
6.46/6.69	c 6	680 (70%) CSP integer variables are encoded (75698 clauses, 1113496 bytes)
6.46/6.69	c 6	777 (80%) CSP integer variables are encoded (76519 clauses, 1125811 bytes)
6.46/6.69	c 6	874 (90%) CSP integer variables are encoded (77679 clauses, 1143211 bytes)
6.46/6.69	c 6	971 (100%) CSP integer variables are encoded (78492 clauses, 1155406 bytes)
34.20/35.26	c 35	9669 (10%) CSP clauses are encoded (12693603 clauses, 327510121 bytes)
76.12/77.98	c 78	19337 (20%) CSP clauses are encoded (33137017 clauses, 867951232 bytes)
114.89/118.83	c 119	29005 (30%) CSP clauses are encoded (50319562 clauses, 1330988024 bytes)
153.85/159.63	c 159	38673 (40%) CSP clauses are encoded (66620798 clauses, 1793867063 bytes)
183.60/190.89	c 191	ERROR Exception Too large HOME/temp.cnf
183.60/190.89	c 191	jp.ac.kobe_u.cs.sugar.encoder.Encoder.encode(Encoder.java:219)
183.60/190.89	c 191	jp.ac.kobe_u.cs.sugar.SugarMain.encode(SugarMain.java:130)
183.60/190.89	c 191	jp.ac.kobe_u.cs.sugar.SugarMain.main(SugarMain.java:258)
183.60/190.89	s UNKNOWN
183.70/190.97	c 191	CPU 169.09 (0.04 0 169.05 14.64)
183.70/190.97	c 191	END Fri Jul  4 05:11:33 2008

Verifier Data (download as text)

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

Watcher Data (download as text)

runsolver version 3.2.5 (c) roussel@cril.univ-artois.fr

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1064379-1215140901/watcher-1064379-1215140901 -o /tmp/evaluation-result-1064379-1215140901/solver-1064379-1215140901 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/sugar -c -vv -java=java -Xmx700M -jar=HOME/sugar-v1-13.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-1064379-1215140901.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): 2200 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
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.92 1.98 1.99 4/82 23328
/proc/meminfo: memFree=920336/2055920 swapFree=4097880/4192956
[pid=23328] ppid=23326 vsize=12268 CPUtime=0
/proc/23328/stat : 23328 (sugar) R 23326 23328 21615 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 1543762351 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 268213910117 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/23328/statm: 3067 316 241 3 0 167 0

[startup+0.093455 s]
/proc/loadavg: 1.92 1.98 1.99 4/82 23328
/proc/meminfo: memFree=920336/2055920 swapFree=4097880/4192956
[pid=23328] ppid=23326 vsize=13600 CPUtime=0.03
/proc/23328/stat : 23328 (sugar) S 23326 23328 21615 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1543762351 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23328/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.101453 s]
/proc/loadavg: 1.92 1.98 1.99 4/82 23328
/proc/meminfo: memFree=920336/2055920 swapFree=4097880/4192956
[pid=23328] ppid=23326 vsize=13600 CPUtime=0.03
/proc/23328/stat : 23328 (sugar) S 23326 23328 21615 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1543762351 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23328/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301471 s]
/proc/loadavg: 1.92 1.98 1.99 4/82 23328
/proc/meminfo: memFree=920336/2055920 swapFree=4097880/4192956
[pid=23328] ppid=23326 vsize=13600 CPUtime=0.03
/proc/23328/stat : 23328 (sugar) S 23326 23328 21615 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1543762351 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23328/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701526 s]
/proc/loadavg: 1.92 1.98 1.99 4/82 23328
/proc/meminfo: memFree=920336/2055920 swapFree=4097880/4192956
[pid=23328] ppid=23326 vsize=13600 CPUtime=0.03
/proc/23328/stat : 23328 (sugar) S 23326 23328 21615 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1543762351 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23328/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50261 s]
/proc/loadavg: 1.92 1.98 1.99 3/93 23340
/proc/meminfo: memFree=894776/2055920 swapFree=4097880/4192956
[pid=23328] ppid=23326 vsize=13600 CPUtime=0.03
/proc/23328/stat : 23328 (sugar) S 23326 23328 21615 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1543762351 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23328/statm: 3400 796 370 3 0 500 0
[pid=23331] ppid=23328 vsize=5356 CPUtime=0
/proc/23331/stat : 23331 (sh) S 23328 23328 21615 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1543762356 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23331/statm: 1339 233 193 169 0 50 0
[pid=23332] ppid=23331 vsize=864692 CPUtime=1.42
/proc/23332/stat : 23332 (java) S 23331 23328 21615 0 -1 0 12899 0 1 0 134 8 0 0 18 0 9 0 1543762357 885444608 10937 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23332/statm: 216173 10937 2529 9 0 210755 0
[pid=23332/tid=23333] ppid=23331 vsize=864692 CPUtime=0.78
/proc/23332/task/23333/stat : 23333 (java) R 23331 23328 21615 0 -1 64 3016 0 1 0 76 2 0 0 24 0 9 0 1543762358 885444608 10937 996147200 134512640 134550740 4294956016 18446744073709551615 4125975798 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23332/tid=23334] ppid=23331 vsize=864692 CPUtime=0.49
/proc/23332/task/23334/stat : 23334 (java) S 23331 23328 21615 0 -1 64 8673 0 0 0 45 4 0 0 17 0 9 0 1543762359 885444608 10937 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23332/tid=23335] ppid=23331 vsize=864692 CPUtime=0
/proc/23332/task/23335/stat : 23335 (java) S 23331 23328 21615 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1543762359 885444608 10937 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23332/tid=23336] ppid=23331 vsize=864692 CPUtime=0
/proc/23332/task/23336/stat : 23336 (java) S 23331 23328 21615 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 1543762359 885444608 10937 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23332/tid=23337] ppid=23331 vsize=864692 CPUtime=0
/proc/23332/task/23337/stat : 23337 (java) S 23331 23328 21615 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1543762362 885444608 10937 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23332/tid=23338] ppid=23331 vsize=864692 CPUtime=0.13
/proc/23332/task/23338/stat : 23338 (java) S 23331 23328 21615 0 -1 64 511 0 0 0 13 0 0 0 16 0 9 0 1543762362 885444608 10937 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23332/tid=23339] ppid=23331 vsize=864692 CPUtime=0
/proc/23332/task/23339/stat : 23339 (java) S 23331 23328 21615 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1543762362 885444608 10937 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23332/tid=23340] ppid=23331 vsize=864692 CPUtime=0
/proc/23332/task/23340/stat : 23340 (java) S 23331 23328 21615 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1543762362 885444608 10937 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 883648

[startup+3.10279 s]
/proc/loadavg: 2.01 2.00 2.00 4/93 23350
/proc/meminfo: memFree=911224/2055920 swapFree=4097880/4192956
[pid=23328] ppid=23326 vsize=13600 CPUtime=1.67
/proc/23328/stat : 23328 (sugar) S 23326 23328 21615 0 -1 4194304 974 13583 0 1 3 0 155 9 15 0 1 0 1543762351 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23328/statm: 3400 797 370 3 0 500 0
[pid=23341] ppid=23328 vsize=5356 CPUtime=0
/proc/23341/stat : 23341 (sh) S 23328 23328 21615 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1543762524 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23341/statm: 1339 233 193 169 0 50 0
[pid=23342] ppid=23341 vsize=864200 CPUtime=1.33
/proc/23342/stat : 23342 (java) S 23341 23328 21615 0 -1 0 8139 0 1 0 127 6 0 0 18 0 9 0 1543762525 884940800 7137 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23342/statm: 216050 7137 2542 9 0 210625 0
[pid=23342/tid=23343] ppid=23341 vsize=864200 CPUtime=0.88
/proc/23342/task/23343/stat : 23343 (java) R 23341 23328 21615 0 -1 64 2711 0 1 0 86 2 0 0 18 0 9 0 1543762526 884940800 7137 996147200 134512640 134550740 4294955952 18446744073709551615 4125950687 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23342/tid=23344] ppid=23341 vsize=864200 CPUtime=0.36
/proc/23342/task/23344/stat : 23344 (java) S 23341 23328 21615 0 -1 64 4390 0 0 0 33 3 0 0 16 0 9 0 1543762527 884940800 7137 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23342/tid=23345] ppid=23341 vsize=864200 CPUtime=0
/proc/23342/task/23345/stat : 23345 (java) S 23341 23328 21615 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1543762527 884940800 7137 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23342/tid=23346] ppid=23341 vsize=864200 CPUtime=0
/proc/23342/task/23346/stat : 23346 (java) S 23341 23328 21615 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1543762527 884940800 7137 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23342/tid=23347] ppid=23341 vsize=864200 CPUtime=0
/proc/23342/task/23347/stat : 23347 (java) S 23341 23328 21615 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1543762529 884940800 7137 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23342/tid=23348] ppid=23341 vsize=864200 CPUtime=0.07
/proc/23342/task/23348/stat : 23348 (java) S 23341 23328 21615 0 -1 64 342 0 0 0 7 0 0 0 16 0 9 0 1543762529 884940800 7137 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23342/tid=23349] ppid=23341 vsize=864200 CPUtime=0
/proc/23342/task/23349/stat : 23349 (java) S 23341 23328 21615 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1543762529 884940800 7137 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23342/tid=23350] ppid=23341 vsize=864200 CPUtime=0
/proc/23342/task/23350/stat : 23350 (java) S 23341 23328 21615 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1543762529 884940800 7137 996147200 134512640 134550740 4294955952 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) 883156

[startup+6.30216 s]
/proc/loadavg: 2.01 2.00 2.00 3/93 23350
/proc/meminfo: memFree=866872/2055920 swapFree=4097880/4192956
[pid=23328] ppid=23326 vsize=13600 CPUtime=1.68
/proc/23328/stat : 23328 (sugar) S 23326 23328 21615 0 -1 4194304 974 13583 0 1 4 0 155 9 15 0 1 0 1543762351 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23328/statm: 3400 797 370 3 0 500 0
[pid=23341] ppid=23328 vsize=5356 CPUtime=0
/proc/23341/stat : 23341 (sh) S 23328 23328 21615 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1543762524 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23341/statm: 1339 233 193 169 0 50 0
[pid=23342] ppid=23341 vsize=879660 CPUtime=4.49
/proc/23342/stat : 23342 (java) S 23341 23328 21615 0 -1 0 27621 0 1 0 432 17 0 0 18 0 9 0 1543762525 900771840 23426 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23342/statm: 219915 23426 2540 9 0 214490 0
[pid=23342/tid=23343] ppid=23341 vsize=879660 CPUtime=2.35
/proc/23342/task/23343/stat : 23343 (java) R 23341 23328 21615 0 -1 64 3304 0 1 0 232 3 0 0 25 0 9 0 1543762526 900771840 23426 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23342/tid=23344] ppid=23341 vsize=879660 CPUtime=1.89
/proc/23342/task/23344/stat : 23344 (java) R 23341 23328 21615 0 -1 64 22141 0 0 0 178 11 0 0 16 0 9 0 1543762527 900771840 23426 996147200 134512640 134550740 4294955952 18446744073709551615 104181560 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23342/tid=23345] ppid=23341 vsize=879660 CPUtime=0
/proc/23342/task/23345/stat : 23345 (java) S 23341 23328 21615 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1543762527 900771840 23426 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23342/tid=23346] ppid=23341 vsize=879660 CPUtime=0
/proc/23342/task/23346/stat : 23346 (java) S 23341 23328 21615 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1543762527 900771840 23426 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23342/tid=23347] ppid=23341 vsize=879660 CPUtime=0
/proc/23342/task/23347/stat : 23347 (java) S 23341 23328 21615 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1543762529 900771840 23426 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23342/tid=23348] ppid=23341 vsize=879660 CPUtime=0.22
/proc/23342/task/23348/stat : 23348 (java) S 23341 23328 21615 0 -1 64 1480 0 0 0 21 1 0 0 16 0 9 0 1543762529 900771840 23426 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23342/tid=23349] ppid=23341 vsize=879660 CPUtime=0
/proc/23342/task/23349/stat : 23349 (java) S 23341 23328 21615 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1543762529 900771840 23426 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23342/tid=23350] ppid=23341 vsize=879660 CPUtime=0
/proc/23342/task/23350/stat : 23350 (java) S 23341 23328 21615 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1543762529 900771840 23426 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 898616

[startup+12.7019 s]
/proc/loadavg: 2.01 2.00 2.00 3/93 23350
/proc/meminfo: memFree=782008/2055920 swapFree=4097880/4192956
[pid=23328] ppid=23326 vsize=13600 CPUtime=1.68
/proc/23328/stat : 23328 (sugar) S 23326 23328 21615 0 -1 4194304 974 13583 0 1 4 0 155 9 15 0 1 0 1543762351 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23328/statm: 3400 797 370 3 0 500 0
[pid=23341] ppid=23328 vsize=5356 CPUtime=0
/proc/23341/stat : 23341 (sh) S 23328 23328 21615 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1543762524 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23341/statm: 1339 233 193 169 0 50 0
[pid=23342] ppid=23341 vsize=868520 CPUtime=10.79
/proc/23342/stat : 23342 (java) S 23341 23328 21615 0 -1 0 28397 0 1 0 1017 62 0 0 18 0 9 0 1543762525 889364480 21102 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23342/statm: 217130 21102 2565 9 0 211677 0
[pid=23342/tid=23343] ppid=23341 vsize=868520 CPUtime=8.21
/proc/23342/task/23343/stat : 23343 (java) R 23341 23328 21615 0 -1 64 4048 0 1 0 776 45 0 0 25 0 9 0 1543762526 889364480 21102 996147200 134512640 134550740 4294955952 18446744073709551615 4126990162 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23342/tid=23344] ppid=23341 vsize=868520 CPUtime=2.27
/proc/23342/task/23344/stat : 23344 (java) S 23341 23328 21615 0 -1 64 22142 0 0 0 213 14 0 0 16 0 9 0 1543762527 889364480 21102 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23342/tid=23345] ppid=23341 vsize=868520 CPUtime=0
/proc/23342/task/23345/stat : 23345 (java) S 23341 23328 21615 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1543762527 889364480 21102 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23342/tid=23346] ppid=23341 vsize=868520 CPUtime=0
/proc/23342/task/23346/stat : 23346 (java) S 23341 23328 21615 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1543762527 889364480 21102 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23342/tid=23347] ppid=23341 vsize=868520 CPUtime=0
/proc/23342/task/23347/stat : 23347 (java) S 23341 23328 21615 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1543762529 889364480 21102 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23342/tid=23348] ppid=23341 vsize=868520 CPUtime=0.26
/proc/23342/task/23348/stat : 23348 (java) S 23341 23328 21615 0 -1 64 1511 0 0 0 25 1 0 0 17 0 9 0 1543762529 889364480 21102 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23342/tid=23349] ppid=23341 vsize=868520 CPUtime=0
/proc/23342/task/23349/stat : 23349 (java) S 23341 23328 21615 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1543762529 889364480 21102 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23342/tid=23350] ppid=23341 vsize=868520 CPUtime=0
/proc/23342/task/23350/stat : 23350 (java) S 23341 23328 21615 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1543762529 889364480 21102 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.47
Current children cumulated vsize (KiB) 887476

[startup+25.5024 s]
/proc/loadavg: 2.23 2.05 2.02 3/93 23350
/proc/meminfo: memFree=636600/2055920 swapFree=4097880/4192956
[pid=23328] ppid=23326 vsize=13600 CPUtime=1.68
/proc/23328/stat : 23328 (sugar) S 23326 23328 21615 0 -1 4194304 974 13583 0 1 4 0 155 9 15 0 1 0 1543762351 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23328/statm: 3400 797 370 3 0 500 0
[pid=23341] ppid=23328 vsize=5356 CPUtime=0
/proc/23341/stat : 23341 (sh) S 23328 23328 21615 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1543762524 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23341/statm: 1339 233 193 169 0 50 0
[pid=23342] ppid=23341 vsize=868520 CPUtime=23.04
/proc/23342/stat : 23342 (java) S 23341 23328 21615 0 -1 0 28972 0 1 0 2142 162 0 0 18 0 9 0 1543762525 889364480 21102 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23342/statm: 217130 21102 2565 9 0 211677 0
[pid=23342/tid=23343] ppid=23341 vsize=868520 CPUtime=20.12
/proc/23342/task/23343/stat : 23343 (java) R 23341 23328 21615 0 -1 64 4623 0 1 0 1872 140 0 0 25 0 9 0 1543762526 889364480 21102 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23342/tid=23344] ppid=23341 vsize=868520 CPUtime=2.63
/proc/23342/task/23344/stat : 23344 (java) S 23341 23328 21615 0 -1 64 22142 0 0 0 244 19 0 0 15 0 9 0 1543762527 889364480 21102 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23342/tid=23345] ppid=23341 vsize=868520 CPUtime=0
/proc/23342/task/23345/stat : 23345 (java) S 23341 23328 21615 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1543762527 889364480 21102 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23342/tid=23346] ppid=23341 vsize=868520 CPUtime=0
/proc/23342/task/23346/stat : 23346 (java) S 23341 23328 21615 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1543762527 889364480 21102 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

/proc/23342/task/23343/stat : 23343 (java) R 23341 23328 21615 0 -1 64 10876 0 1 0 13676 1156 0 0 25 0 9 0 1543762526 889364480 21102 996147200 134512640 134550740 4294955952 18446744073709551615 4126828399 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23342/tid=23344] ppid=23341 vsize=868520 CPUtime=6.15
/proc/23342/task/23344/stat : 23344 (java) S 23341 23328 21615 0 -1 64 22142 0 0 0 548 67 0 0 16 0 9 0 1543762527 889364480 21102 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23342/tid=23345] ppid=23341 vsize=868520 CPUtime=0
/proc/23342/task/23345/stat : 23345 (java) S 23341 23328 21615 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1543762527 889364480 21102 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23342/tid=23346] ppid=23341 vsize=868520 CPUtime=0
/proc/23342/task/23346/stat : 23346 (java) S 23341 23328 21615 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1543762527 889364480 21102 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23342/tid=23347] ppid=23341 vsize=868520 CPUtime=0
/proc/23342/task/23347/stat : 23347 (java) S 23341 23328 21615 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1543762529 889364480 21102 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23342/tid=23348] ppid=23341 vsize=868520 CPUtime=0.26
/proc/23342/task/23348/stat : 23348 (java) S 23341 23328 21615 0 -1 64 1511 0 0 0 25 1 0 0 16 0 9 0 1543762529 889364480 21102 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23342/tid=23349] ppid=23341 vsize=868520 CPUtime=0
/proc/23342/task/23349/stat : 23349 (java) S 23341 23328 21615 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1543762529 889364480 21102 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23342/tid=23350] ppid=23341 vsize=868520 CPUtime=0
/proc/23342/task/23350/stat : 23350 (java) S 23341 23328 21615 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1543762529 889364480 21102 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 156.45
Current children cumulated vsize (KiB) 887476

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

[startup+179.303 s]
/proc/loadavg: 2.37 2.23 2.09 3/93 23350
/proc/meminfo: memFree=15608/2055920 swapFree=4097880/4192956
[pid=23328] ppid=23326 vsize=13600 CPUtime=1.68
/proc/23328/stat : 23328 (sugar) S 23326 23328 21615 0 -1 4194304 974 13583 0 1 4 0 155 9 16 0 1 0 1543762351 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23328/statm: 3400 797 370 3 0 500 0
[pid=23341] ppid=23328 vsize=5356 CPUtime=0
/proc/23341/stat : 23341 (sh) S 23328 23328 21615 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1543762524 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23341/statm: 1339 233 193 169 0 50 0
[pid=23342] ppid=23341 vsize=868520 CPUtime=171.01
/proc/23342/stat : 23342 (java) S 23341 23328 21615 0 -1 0 35949 0 1 0 15737 1364 0 0 18 0 9 0 1543762525 889364480 21102 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23342/statm: 217130 21102 2565 9 0 211677 0
[pid=23342/tid=23343] ppid=23341 vsize=868520 CPUtime=164.14
/proc/23342/task/23343/stat : 23343 (java) R 23341 23328 21615 0 -1 64 11600 0 1 0 15125 1289 0 0 25 0 9 0 1543762526 889364480 21102 996147200 134512640 134550740 4294955952 18446744073709551615 4126987960 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23342/tid=23344] ppid=23341 vsize=868520 CPUtime=6.57
/proc/23342/task/23344/stat : 23344 (java) S 23341 23328 21615 0 -1 64 22142 0 0 0 585 72 0 0 16 0 9 0 1543762527 889364480 21102 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23342/tid=23345] ppid=23341 vsize=868520 CPUtime=0
/proc/23342/task/23345/stat : 23345 (java) S 23341 23328 21615 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1543762527 889364480 21102 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23342/tid=23346] ppid=23341 vsize=868520 CPUtime=0
/proc/23342/task/23346/stat : 23346 (java) S 23341 23328 21615 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1543762527 889364480 21102 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23342/tid=23347] ppid=23341 vsize=868520 CPUtime=0
/proc/23342/task/23347/stat : 23347 (java) S 23341 23328 21615 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1543762529 889364480 21102 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23342/tid=23348] ppid=23341 vsize=868520 CPUtime=0.26
/proc/23342/task/23348/stat : 23348 (java) S 23341 23328 21615 0 -1 64 1511 0 0 0 25 1 0 0 16 0 9 0 1543762529 889364480 21102 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23342/tid=23349] ppid=23341 vsize=868520 CPUtime=0
/proc/23342/task/23349/stat : 23349 (java) S 23341 23328 21615 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1543762529 889364480 21102 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23342/tid=23350] ppid=23341 vsize=868520 CPUtime=0
/proc/23342/task/23350/stat : 23350 (java) S 23341 23328 21615 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1543762529 889364480 21102 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 172.69
Current children cumulated vsize (KiB) 887476

[startup+185.703 s]
/proc/loadavg: 2.34 2.23 2.09 3/93 23350
/proc/meminfo: memFree=16312/2055920 swapFree=4097880/4192956
[pid=23328] ppid=23326 vsize=13600 CPUtime=1.68
/proc/23328/stat : 23328 (sugar) S 23326 23328 21615 0 -1 4194304 974 13583 0 1 4 0 155 9 16 0 1 0 1543762351 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23328/statm: 3400 797 370 3 0 500 0
[pid=23341] ppid=23328 vsize=5356 CPUtime=0
/proc/23341/stat : 23341 (sh) S 23328 23328 21615 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1543762524 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23341/statm: 1339 233 193 169 0 50 0
[pid=23342] ppid=23341 vsize=868520 CPUtime=177.18
/proc/23342/stat : 23342 (java) S 23341 23328 21615 0 -1 0 36225 0 1 0 16304 1414 0 0 18 0 9 0 1543762525 889364480 21102 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23342/statm: 217130 21102 2565 9 0 211677 0
[pid=23342/tid=23343] ppid=23341 vsize=868520 CPUtime=170.16
/proc/23342/task/23343/stat : 23343 (java) R 23341 23328 21615 0 -1 64 11876 0 1 0 15679 1337 0 0 25 0 9 0 1543762526 889364480 21102 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23342/tid=23344] ppid=23341 vsize=868520 CPUtime=6.72
/proc/23342/task/23344/stat : 23344 (java) S 23341 23328 21615 0 -1 64 22142 0 0 0 598 74 0 0 15 0 9 0 1543762527 889364480 21102 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23342/tid=23345] ppid=23341 vsize=868520 CPUtime=0
/proc/23342/task/23345/stat : 23345 (java) S 23341 23328 21615 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1543762527 889364480 21102 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23342/tid=23346] ppid=23341 vsize=868520 CPUtime=0
/proc/23342/task/23346/stat : 23346 (java) S 23341 23328 21615 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1543762527 889364480 21102 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23342/tid=23347] ppid=23341 vsize=868520 CPUtime=0
/proc/23342/task/23347/stat : 23347 (java) S 23341 23328 21615 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1543762529 889364480 21102 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23342/tid=23348] ppid=23341 vsize=868520 CPUtime=0.26
/proc/23342/task/23348/stat : 23348 (java) S 23341 23328 21615 0 -1 64 1511 0 0 0 25 1 0 0 16 0 9 0 1543762529 889364480 21102 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23342/tid=23349] ppid=23341 vsize=868520 CPUtime=0
/proc/23342/task/23349/stat : 23349 (java) S 23341 23328 21615 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1543762529 889364480 21102 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23342/tid=23350] ppid=23341 vsize=868520 CPUtime=0
/proc/23342/task/23350/stat : 23350 (java) S 23341 23328 21615 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1543762529 889364480 21102 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 178.86
Current children cumulated vsize (KiB) 887476

[startup+188.903 s]
/proc/loadavg: 2.31 2.22 2.09 3/93 23350
/proc/meminfo: memFree=15288/2055920 swapFree=4097880/4192956
[pid=23328] ppid=23326 vsize=13600 CPUtime=1.68
/proc/23328/stat : 23328 (sugar) S 23326 23328 21615 0 -1 4194304 974 13583 0 1 4 0 155 9 16 0 1 0 1543762351 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23328/statm: 3400 797 370 3 0 500 0
[pid=23341] ppid=23328 vsize=5356 CPUtime=0
/proc/23341/stat : 23341 (sh) S 23328 23328 21615 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1543762524 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23341/statm: 1339 233 193 169 0 50 0
[pid=23342] ppid=23341 vsize=868520 CPUtime=180.07
/proc/23342/stat : 23342 (java) S 23341 23328 21615 0 -1 0 36354 0 1 0 16569 1438 0 0 18 0 9 0 1543762525 889364480 21102 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23342/statm: 217130 21102 2565 9 0 211677 0
[pid=23342/tid=23343] ppid=23341 vsize=868520 CPUtime=172.98
/proc/23342/task/23343/stat : 23343 (java) R 23341 23328 21615 0 -1 64 12005 0 1 0 15937 1361 0 0 25 0 9 0 1543762526 889364480 21102 996147200 134512640 134550740 4294955952 18446744073709551615 4126988005 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23342/tid=23344] ppid=23341 vsize=868520 CPUtime=6.8
/proc/23342/task/23344/stat : 23344 (java) S 23341 23328 21615 0 -1 64 22142 0 0 0 605 75 0 0 16 0 9 0 1543762527 889364480 21102 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23342/tid=23345] ppid=23341 vsize=868520 CPUtime=0
/proc/23342/task/23345/stat : 23345 (java) S 23341 23328 21615 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1543762527 889364480 21102 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23342/tid=23346] ppid=23341 vsize=868520 CPUtime=0
/proc/23342/task/23346/stat : 23346 (java) S 23341 23328 21615 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1543762527 889364480 21102 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23342/tid=23347] ppid=23341 vsize=868520 CPUtime=0
/proc/23342/task/23347/stat : 23347 (java) S 23341 23328 21615 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1543762529 889364480 21102 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23342/tid=23348] ppid=23341 vsize=868520 CPUtime=0.26
/proc/23342/task/23348/stat : 23348 (java) S 23341 23328 21615 0 -1 64 1511 0 0 0 25 1 0 0 16 0 9 0 1543762529 889364480 21102 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23342/tid=23349] ppid=23341 vsize=868520 CPUtime=0
/proc/23342/task/23349/stat : 23349 (java) S 23341 23328 21615 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1543762529 889364480 21102 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23342/tid=23350] ppid=23341 vsize=868520 CPUtime=0
/proc/23342/task/23350/stat : 23350 (java) S 23341 23328 21615 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1543762529 889364480 21102 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 181.75
Current children cumulated vsize (KiB) 887476

[startup+190.509 s]
/proc/loadavg: 2.31 2.22 2.09 3/93 23350
/proc/meminfo: memFree=14968/2055920 swapFree=4097880/4192956
[pid=23328] ppid=23326 vsize=13600 CPUtime=1.68
/proc/23328/stat : 23328 (sugar) S 23326 23328 21615 0 -1 4194304 974 13583 0 1 4 0 155 9 16 0 1 0 1543762351 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23328/statm: 3400 797 370 3 0 500 0
[pid=23341] ppid=23328 vsize=5356 CPUtime=0
/proc/23341/stat : 23341 (sh) S 23328 23328 21615 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1543762524 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23341/statm: 1339 233 193 169 0 50 0
[pid=23342] ppid=23341 vsize=868520 CPUtime=181.63
/proc/23342/stat : 23342 (java) S 23341 23328 21615 0 -1 0 36423 0 1 0 16713 1450 0 0 18 0 9 0 1543762525 889364480 21102 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23342/statm: 217130 21102 2565 9 0 211677 0
[pid=23342/tid=23343] ppid=23341 vsize=868520 CPUtime=174.51
/proc/23342/task/23343/stat : 23343 (java) R 23341 23328 21615 0 -1 64 12074 0 1 0 16078 1373 0 0 25 0 9 0 1543762526 889364480 21102 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23342/tid=23344] ppid=23341 vsize=868520 CPUtime=6.84
/proc/23342/task/23344/stat : 23344 (java) S 23341 23328 21615 0 -1 64 22142 0 0 0 609 75 0 0 15 0 9 0 1543762527 889364480 21102 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23342/tid=23345] ppid=23341 vsize=868520 CPUtime=0
/proc/23342/task/23345/stat : 23345 (java) S 23341 23328 21615 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1543762527 889364480 21102 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23342/tid=23346] ppid=23341 vsize=868520 CPUtime=0
/proc/23342/task/23346/stat : 23346 (java) S 23341 23328 21615 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1543762527 889364480 21102 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23342/tid=23347] ppid=23341 vsize=868520 CPUtime=0
/proc/23342/task/23347/stat : 23347 (java) S 23341 23328 21615 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1543762529 889364480 21102 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23342/tid=23348] ppid=23341 vsize=868520 CPUtime=0.26
/proc/23342/task/23348/stat : 23348 (java) S 23341 23328 21615 0 -1 64 1511 0 0 0 25 1 0 0 16 0 9 0 1543762529 889364480 21102 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23342/tid=23349] ppid=23341 vsize=868520 CPUtime=0
/proc/23342/task/23349/stat : 23349 (java) S 23341 23328 21615 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1543762529 889364480 21102 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23342/tid=23350] ppid=23341 vsize=868520 CPUtime=0
/proc/23342/task/23350/stat : 23350 (java) S 23341 23328 21615 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1543762529 889364480 21102 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 183.31
Current children cumulated vsize (KiB) 887476

[startup+192.101 s]
/proc/loadavg: 2.31 2.22 2.09 3/83 23350
/proc/meminfo: memFree=1081992/2055920 swapFree=4097880/4192956
[pid=23328] ppid=23326 vsize=13600 CPUtime=184.32
/proc/23328/stat : 23328 (sugar) D 23326 23328 21615 0 -1 4194304 996 50320 0 3 4 59 16905 1464 15 0 1 0 1543762351 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 268213916713 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/23328/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 184.32
Current children cumulated vsize (KiB) 13600

[startup+192.901 s]
/proc/loadavg: 2.29 2.22 2.09 2/83 23350
/proc/meminfo: memFree=1089736/2055920 swapFree=4097880/4192956
[pid=23328] ppid=23326 vsize=13600 CPUtime=184.37
/proc/23328/stat : 23328 (sugar) D 23326 23328 21615 0 -1 4194304 996 50320 0 3 4 64 16905 1464 15 0 1 0 1543762351 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 268213916713 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/23328/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 184.37
Current children cumulated vsize (KiB) 13600

[startup+193.101 s]
/proc/loadavg: 2.29 2.22 2.09 2/83 23350
/proc/meminfo: memFree=1089736/2055920 swapFree=4097880/4192956
[pid=23328] ppid=23326 vsize=13600 CPUtime=184.38
/proc/23328/stat : 23328 (sugar) D 23326 23328 21615 0 -1 4194304 996 50320 0 3 4 65 16905 1464 15 0 1 0 1543762351 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 268213916713 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/23328/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 184.38
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 193.118
CPU time (s): 184.402
CPU user time (s): 169.099
CPU system time (s): 15.3027
CPU usage (%): 95.4866
Max. virtual memory (cumulated for all children) (KiB): 898620

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 169.099
system time used= 15.3027
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 51346
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= 65543
involuntary context switches= 70452

runsolver used 0.288956 second user time and 0.763883 second system time

The end

Launcher Data (download as text)

Begin job on node32 at 2008-07-04 05:08:22
IDJOB=1064379
IDBENCH=54942
IDSOLVER=346
FILE ID=node32/1064379-1215140901
PBS_JOBID= 7877334
Free space on /tmp= 66544 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/tdsp/normalized-C7-1-240.xml
COMMAND LINE= DIR/sugar -c -vv -java="java -Xmx700M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1064379-1215140901/watcher-1064379-1215140901 -o /tmp/evaluation-result-1064379-1215140901/solver-1064379-1215140901 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/sugar -c -vv -java="java -Xmx700M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-1064379-1215140901.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= d28497c4d2e2b68c6bf6783191da2ccc
RANDOM SEED=1179895478

node32.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.218
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.218
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:        920816 kB
Buffers:         37376 kB
Cached:         149588 kB
SwapCached:      88028 kB
Active:        1001552 kB
Inactive:        72480 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        920816 kB
SwapTotal:     4192956 kB
SwapFree:      4097880 kB
Dirty:            4540 kB
Writeback:           0 kB
Mapped:         903152 kB
Slab:            44256 kB
Committed_AS:  4016972 kB
PageTables:       3672 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66544 MiB
End job on node32 at 2008-07-04 05:11:35