Trace number 1110870

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 NameAnswerNumber of falsified constraintsCPU timeWall clock time
Sugar v1.13+minisat? 194.012 203.53

General information on the benchmark

Namecsp/pseudoGLB/
normalized-ooo-rf8-ucl.xml
MD5SUM41b74cc5aa456e6c13c9dfd902110310
Bench CategoryGLOBAL (global constraints)
Best result obtained on this benchmark
Best Number of falsified constraints
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables6832
Number of constraints19477
Maximum constraint arity11
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)weightedsum(19477)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/minisat
0.00/0.04	c 0	BEGIN Sat Jul 12 06:55:20 2008
0.00/0.04	c 0	PID 18385
0.00/0.05	c 0	HOST node25.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1110870-1215838519.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-1110870-1215838519.xml' 'HOME/temp.csp'
2.25/2.33	c 2	1 domains, 6832 variables, 0 predicates, 0 relations, 19477 constraints
2.25/2.35	c 2	ENCODING HOME/temp.csp TO HOME/temp.cnf
2.25/2.35	c 2	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -max -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
2.30/2.43	c 2	Parsing HOME/temp.csp
2.30/2.82	c 2	parsed 10000 expressions
2.30/3.27	c 3	parsed 20000 expressions
3.62/3.70	c 3	parsed 26310 expressions
3.62/3.71	c 3	Heap : 15 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
3.81/3.97	c 4	MAX CSP: 19477 constraints
3.81/3.97	c 4	Converting to clausal form CSP
3.91/4.02	c 4	converted 4579 (10%) expressions
4.11/4.25	c 4	converted 9158 (20%) expressions
4.21/4.36	c 4	converted 13737 (30%) expressions
4.31/4.47	c 4	converted 18316 (40%) expressions
4.41/4.57	c 4	converted 22895 (50%) expressions
4.50/4.67	c 4	converted 27474 (60%) expressions
4.61/4.78	c 4	converted 32053 (70%) expressions
4.80/4.90	c 5	converted 36632 (80%) expressions
5.10/5.24	c 5	converted 41211 (90%) expressions
7.48/7.66	c 7	converted 45790 (100%) expressions
7.48/7.67	c 7	CSP : 49386 integers, 0 booleans, 65630 clauses, largest domain size 29216
7.48/7.67	c 7	Heap : 68 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
7.48/7.67	c 7	Propagation in CSP
8.37/8.55	c 8	19471 values, 0 unsatisfiable literals, and 0 valid clauses are removed
8.37/8.56	c 8	CSP : 49386 integers, 0 booleans, 65630 clauses, largest domain size 19478
8.37/8.56	c 8	Heap : 68 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
8.37/8.58	c 8	Simplifing CSP by introducing new Boolean variables
8.46/8.61	c 8	CSP : 49386 integers, 0 booleans, 65630 clauses, largest domain size 19478
8.46/8.61	c 8	Heap : 72 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
8.76/8.98	c 9	Encoding CSP to SAT : HOME/temp.cnf
8.86/9.02	c 9	4939 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
8.86/9.03	c 9	9878 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
8.86/9.03	c 9	14816 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
8.86/9.04	c 9	19755 (40%) CSP integer variables are encoded (0 clauses, 64 bytes)
8.86/9.05	c 9	24693 (50%) CSP integer variables are encoded (0 clauses, 64 bytes)
8.95/9.14	c 9	29632 (60%) CSP integer variables are encoded (70834 clauses, 1063461 bytes)
9.05/9.23	c 9	34571 (70%) CSP integer variables are encoded (140300 clauses, 2244383 bytes)
9.15/9.31	c 9	39509 (80%) CSP integer variables are encoded (195953 clauses, 3190484 bytes)
9.45/9.67	c 9	44448 (90%) CSP integer variables are encoded (472984 clauses, 7900011 bytes)
9.65/9.82	c 9	49386 (100%) CSP integer variables are encoded (589171 clauses, 9875190 bytes)
9.74/9.93	c 10	6563 (10%) CSP clauses are encoded (595734 clauses, 9999084 bytes)
9.74/10.00	c 10	13126 (20%) CSP clauses are encoded (602297 clauses, 10131115 bytes)
10.04/10.26	c 10	19689 (30%) CSP clauses are encoded (660437 clauses, 11353621 bytes)
11.03/11.29	c 11	26252 (40%) CSP clauses are encoded (1208588 clauses, 22530442 bytes)
23.18/23.81	c 23	32815 (50%) CSP clauses are encoded (7608409 clauses, 178757261 bytes)
58.91/61.40	c 61	39378 (60%) CSP clauses are encoded (26617654 clauses, 643851946 bytes)
71.30/74.15	c 74	45941 (70%) CSP clauses are encoded (33069117 clauses, 801366537 bytes)
192.91/200.00	c 200	ERROR Exception Too large HOME/temp.cnf
193.02/200.28	c 200	jp.ac.kobe_u.cs.sugar.encoder.Encoder.encode(Encoder.java:219)
193.02/200.28	c 200	jp.ac.kobe_u.cs.sugar.SugarMain.encode(SugarMain.java:130)
193.02/200.28	c 200	jp.ac.kobe_u.cs.sugar.SugarMain.main(SugarMain.java:258)
193.02/200.28	s UNKNOWN
193.03/200.48	c 200	CPU 178.48 (0.04 0.01 178.44 14.55)
193.03/200.48	c 200	END Sat Jul 12 06:58:40 2008

Verifier Data (download as text)

ERROR: no interpretation found !

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-1110870-1215838519/watcher-1110870-1215838519 -o /tmp/evaluation-result-1110870-1215838519/solver-1110870-1215838519 -C 3600 -W 4000 -M 900 --output-limit 1,15 HOME/sugar -max -c -vv -java=java -Xmx700M -jar=HOME/sugar-v1-13.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-1110870-1215838519.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 4000 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: 2.00 2.04 2.00 4/73 18385
/proc/meminfo: memFree=1861856/2055920 swapFree=4180932/4192956
[pid=18385] ppid=18383 vsize=18572 CPUtime=0
/proc/18385/stat : 18385 (runsolver) R 18383 18385 17400 0 -1 4194368 15 0 0 0 0 0 0 0 19 0 1 0 40553867 19017728 292 996147200 4194304 4296836 548682068256 18446744073709551615 253304569330 0 0 4096 24578 0 0 0 17 1 0 0
/proc/18385/statm: 4643 292 257 25 0 2626 0

[startup+0.10538 s]
/proc/loadavg: 2.00 2.04 2.00 4/73 18385
/proc/meminfo: memFree=1861856/2055920 swapFree=4180932/4192956
[pid=18385] ppid=18383 vsize=13600 CPUtime=0.03
/proc/18385/stat : 18385 (sugar) S 18383 18385 17400 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 40553867 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18385/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.202399 s]
/proc/loadavg: 2.00 2.04 2.00 4/73 18385
/proc/meminfo: memFree=1861856/2055920 swapFree=4180932/4192956
[pid=18385] ppid=18383 vsize=13600 CPUtime=0.03
/proc/18385/stat : 18385 (sugar) S 18383 18385 17400 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 40553867 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18385/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.30241 s]
/proc/loadavg: 2.00 2.04 2.00 4/73 18385
/proc/meminfo: memFree=1861856/2055920 swapFree=4180932/4192956
[pid=18385] ppid=18383 vsize=13600 CPUtime=0.03
/proc/18385/stat : 18385 (sugar) S 18383 18385 17400 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 40553867 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18385/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701488 s]
/proc/loadavg: 2.00 2.04 2.00 4/73 18385
/proc/meminfo: memFree=1861856/2055920 swapFree=4180932/4192956
[pid=18385] ppid=18383 vsize=13600 CPUtime=0.03
/proc/18385/stat : 18385 (sugar) S 18383 18385 17400 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 40553867 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18385/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50162 s]
/proc/loadavg: 2.08 2.06 2.01 3/84 18397
/proc/meminfo: memFree=1829896/2055920 swapFree=4180932/4192956
[pid=18385] ppid=18383 vsize=13600 CPUtime=0.03
/proc/18385/stat : 18385 (sugar) S 18383 18385 17400 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 40553867 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18385/statm: 3400 796 370 3 0 500 0
[pid=18388] ppid=18385 vsize=5356 CPUtime=0
/proc/18388/stat : 18388 (sh) S 18385 18385 17400 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 40553873 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18388/statm: 1339 233 193 169 0 50 0
[pid=18389] ppid=18388 vsize=864680 CPUtime=1.42
/proc/18389/stat : 18389 (java) S 18388 18385 17400 0 -1 0 15087 0 1 0 136 6 0 0 18 0 9 0 40553873 885432320 13129 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18389/statm: 216170 13129 2529 9 0 210752 0
[pid=18389/tid=18390] ppid=18388 vsize=864680 CPUtime=0.8
/proc/18389/task/18390/stat : 18390 (java) R 18388 18385 17400 0 -1 64 3035 0 1 0 78 2 0 0 24 0 9 0 40553874 885432320 13129 996147200 134512640 134550740 4294956000 18446744073709551615 4126660535 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18389/tid=18391] ppid=18388 vsize=864680 CPUtime=0.46
/proc/18389/task/18391/stat : 18391 (java) S 18388 18385 17400 0 -1 64 10839 0 0 0 43 3 0 0 16 0 9 0 40553875 885432320 13129 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18389/tid=18392] ppid=18388 vsize=864680 CPUtime=0
/proc/18389/task/18392/stat : 18392 (java) S 18388 18385 17400 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 40553875 885432320 13129 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18389/tid=18393] ppid=18388 vsize=864680 CPUtime=0
/proc/18389/task/18393/stat : 18393 (java) S 18388 18385 17400 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 40553875 885432320 13129 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18389/tid=18394] ppid=18388 vsize=864680 CPUtime=0
/proc/18389/task/18394/stat : 18394 (java) S 18388 18385 17400 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 40553877 885432320 13129 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18389/tid=18395] ppid=18388 vsize=864680 CPUtime=0.14
/proc/18389/task/18395/stat : 18395 (java) S 18388 18385 17400 0 -1 64 513 0 0 0 14 0 0 0 16 0 9 0 40553877 885432320 13129 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18389/tid=18396] ppid=18388 vsize=864680 CPUtime=0
/proc/18389/task/18396/stat : 18396 (java) S 18388 18385 17400 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 40553878 885432320 13129 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18389/tid=18397] ppid=18388 vsize=864680 CPUtime=0
/proc/18389/task/18397/stat : 18397 (java) S 18388 18385 17400 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 40553878 885432320 13129 996147200 134512640 134550740 4294956000 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) 883636

[startup+3.10191 s]
/proc/loadavg: 2.08 2.06 2.01 3/84 18397
/proc/meminfo: memFree=1815304/2055920 swapFree=4180932/4192956
[pid=18385] ppid=18383 vsize=13600 CPUtime=2.3
/proc/18385/stat : 18385 (sugar) S 18383 18385 17400 0 -1 4194304 974 15675 0 1 3 1 218 8 15 0 1 0 40553867 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18385/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 2.3
Current children cumulated vsize (KiB) 13600

[startup+6.30245 s]
/proc/loadavg: 2.07 2.05 2.01 3/84 18407
/proc/meminfo: memFree=1805384/2055920 swapFree=4180932/4192956
[pid=18385] ppid=18383 vsize=13600 CPUtime=2.3
/proc/18385/stat : 18385 (sugar) S 18383 18385 17400 0 -1 4194304 974 15675 0 1 3 1 218 8 15 0 1 0 40553867 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18385/statm: 3400 797 370 3 0 500 0
[pid=18398] ppid=18385 vsize=5356 CPUtime=0
/proc/18398/stat : 18398 (sh) S 18385 18385 17400 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 40554103 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18398/statm: 1339 233 193 169 0 50 0
[pid=18399] ppid=18398 vsize=868432 CPUtime=3.88
/proc/18399/stat : 18399 (java) S 18398 18385 17400 0 -1 0 19772 0 1 0 377 11 0 0 18 0 9 0 40554103 889274368 18274 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18399/statm: 217108 18274 2541 9 0 211683 0
[pid=18399/tid=18400] ppid=18398 vsize=868432 CPUtime=2.48
/proc/18399/task/18400/stat : 18400 (java) R 18398 18385 17400 0 -1 64 3226 0 1 0 247 1 0 0 25 0 9 0 40554104 889274368 18274 996147200 134512640 134550740 4294955936 18446744073709551615 4126648808 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18399/tid=18401] ppid=18398 vsize=868432 CPUtime=1.14
/proc/18399/task/18401/stat : 18401 (java) S 18398 18385 17400 0 -1 64 14372 0 0 0 107 7 0 0 16 0 9 0 40554105 889274368 18274 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18399/tid=18402] ppid=18398 vsize=868432 CPUtime=0
/proc/18399/task/18402/stat : 18402 (java) S 18398 18385 17400 0 -1 64 10 0 0 0 0 0 0 0 17 0 9 0 40554105 889274368 18274 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18399/tid=18403] ppid=18398 vsize=868432 CPUtime=0
/proc/18399/task/18403/stat : 18403 (java) S 18398 18385 17400 0 -1 64 9 0 0 0 0 0 0 0 17 0 9 0 40554105 889274368 18274 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18399/tid=18404] ppid=18398 vsize=868432 CPUtime=0
/proc/18399/task/18404/stat : 18404 (java) S 18398 18385 17400 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 40554107 889274368 18274 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18399/tid=18405] ppid=18398 vsize=868432 CPUtime=0.23
/proc/18399/task/18405/stat : 18405 (java) S 18398 18385 17400 0 -1 64 1478 0 0 0 22 1 0 0 16 0 9 0 40554107 889274368 18274 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18399/tid=18406] ppid=18398 vsize=868432 CPUtime=0
/proc/18399/task/18406/stat : 18406 (java) S 18398 18385 17400 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 40554107 889274368 18274 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18399/tid=18407] ppid=18398 vsize=868432 CPUtime=0
/proc/18399/task/18407/stat : 18407 (java) S 18398 18385 17400 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 40554107 889274368 18274 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 887388

[startup+12.7025 s]
/proc/loadavg: 2.07 2.05 2.01 3/84 18407
/proc/meminfo: memFree=1741768/2055920 swapFree=4180932/4192956
[pid=18385] ppid=18383 vsize=13600 CPUtime=2.3
/proc/18385/stat : 18385 (sugar) S 18383 18385 17400 0 -1 4194304 974 15675 0 1 3 1 218 8 16 0 1 0 40553867 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18385/statm: 3400 797 370 3 0 500 0
[pid=18398] ppid=18385 vsize=5356 CPUtime=0
/proc/18398/stat : 18398 (sh) S 18385 18385 17400 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 40554103 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18398/statm: 1339 233 193 169 0 50 0
[pid=18399] ppid=18398 vsize=868544 CPUtime=10.21
/proc/18399/stat : 18399 (java) S 18398 18385 17400 0 -1 0 39545 0 1 0 977 44 0 0 18 0 9 0 40554103 889389056 23302 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18399/statm: 217136 23302 2565 9 0 211683 0
[pid=18399/tid=18400] ppid=18398 vsize=868544 CPUtime=7.61
/proc/18399/task/18400/stat : 18400 (java) R 18398 18385 17400 0 -1 64 3863 0 1 0 737 24 0 0 25 0 9 0 40554104 889389056 23302 996147200 134512640 134550740 4294955936 18446744073709551615 102064662 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18399/tid=18401] ppid=18398 vsize=868544 CPUtime=2.27
/proc/18399/task/18401/stat : 18401 (java) S 18398 18385 17400 0 -1 64 33469 0 0 0 210 17 0 0 16 0 9 0 40554105 889389056 23302 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18399/tid=18402] ppid=18398 vsize=868544 CPUtime=0
/proc/18399/task/18402/stat : 18402 (java) S 18398 18385 17400 0 -1 64 10 0 0 0 0 0 0 0 17 0 9 0 40554105 889389056 23302 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18399/tid=18403] ppid=18398 vsize=868544 CPUtime=0
/proc/18399/task/18403/stat : 18403 (java) S 18398 18385 17400 0 -1 64 9 0 0 0 0 0 0 0 17 0 9 0 40554105 889389056 23302 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18399/tid=18404] ppid=18398 vsize=868544 CPUtime=0
/proc/18399/task/18404/stat : 18404 (java) S 18398 18385 17400 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 40554107 889389056 23302 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18399/tid=18405] ppid=18398 vsize=868544 CPUtime=0.3
/proc/18399/task/18405/stat : 18405 (java) S 18398 18385 17400 0 -1 64 1517 0 0 0 29 1 0 0 16 0 9 0 40554107 889389056 23302 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18399/tid=18406] ppid=18398 vsize=868544 CPUtime=0
/proc/18399/task/18406/stat : 18406 (java) S 18398 18385 17400 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 40554107 889389056 23302 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18399/tid=18407] ppid=18398 vsize=868544 CPUtime=0
/proc/18399/task/18407/stat : 18407 (java) S 18398 18385 17400 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 40554107 889389056 23302 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.51
Current children cumulated vsize (KiB) 887500

[startup+25.5027 s]
/proc/loadavg: 2.21 2.08 2.02 3/84 18407
/proc/meminfo: memFree=1575880/2055920 swapFree=4180932/4192956
[pid=18385] ppid=18383 vsize=13600 CPUtime=2.3
/proc/18385/stat : 18385 (sugar) S 18383 18385 17400 0 -1 4194304 974 15675 0 1 3 1 218 8 16 0 1 0 40553867 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18385/statm: 3400 797 370 3 0 500 0
[pid=18398] ppid=18385 vsize=5356 CPUtime=0
/proc/18398/stat : 18398 (sh) S 18385 18385 17400 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 40554103 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18398/statm: 1339 233 193 169 0 50 0
[pid=18399] ppid=18398 vsize=868544 CPUtime=22.57
/proc/18399/stat : 18399 (java) S 18398 18385 17400 0 -1 0 40131 0 1 0 2116 141 0 0 18 0 9 0 40554103 889389056 23302 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18399/statm: 217136 23302 2565 9 0 211683 0
[pid=18399/tid=18400] ppid=18398 vsize=868544 CPUtime=19.67
/proc/18399/task/18400/stat : 18400 (java) R 18398 18385 17400 0 -1 64 4449 0 1 0 1850 117 0 0 25 0 9 0 40554104 889389056 23302 996147200 134512640 134550740 4294955936 18446744073709551615 4127097863 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18399/tid=18401] ppid=18398 vsize=868544 CPUtime=2.57
/proc/18399/task/18401/stat : 18401 (java) S 18398 18385 17400 0 -1 64 33469 0 0 0 236 21 0 0 16 0 9 0 40554105 889389056 23302 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18399/tid=18402] ppid=18398 vsize=868544 CPUtime=0
/proc/18399/task/18402/stat : 18402 (java) S 18398 18385 17400 0 -1 64 10 0 0 0 0 0 0 0 17 0 9 0 40554105 889389056 23302 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18399/tid=18403] ppid=18398 vsize=868544 CPUtime=0
/proc/18399/task/18403/stat : 18403 (java) S 18398 18385 17400 0 -1 64 9 0 0 0 0 0 0 0 17 0 9 0 40554105 889389056 23302 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18399/tid=18404] ppid=18398 vsize=868544 CPUtime=0
/proc/18399/task/18404/stat : 18404 (java) S 18398 18385 17400 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 40554107 889389056 23302 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18399/tid=18405] ppid=18398 vsize=868544 CPUtime=0.3
/proc/18399/task/18405/stat : 18405 (java) S 18398 18385 17400 0 -1 64 1517 0 0 0 29 1 0 0 16 0 9 0 40554107 889389056 23302 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18399/tid=18406] ppid=18398 vsize=868544 CPUtime=0
/proc/18399/task/18406/stat : 18406 (java) S 18398 18385 17400 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 40554107 889389056 23302 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18399/tid=18407] ppid=18398 vsize=868544 CPUtime=0
/proc/18399/task/18407/stat : 18407 (java) S 18398 18385 17400 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 40554107 889389056 23302 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 24.87
Current children cumulated vsize (KiB) 887500

[startup+51.1021 s]
/proc/loadavg: 2.64 2.20 2.06 3/84 18407
/proc/meminfo: memFree=1259656/2055920 swapFree=4180932/4192956
[pid=18385] ppid=18383 vsize=13600 CPUtime=2.3
/proc/18385/stat : 18385 (sugar) S 18383 18385 17400 0 -1 4194304 974 15675 0 1 3 1 218 8 16 0 1 0 40553867 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18385/statm: 3400 797 370 3 0 500 0
[pid=18398] ppid=18385 vsize=5356 CPUtime=0
/proc/18398/stat : 18398 (sh) S 18385 18385 17400 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 40554103 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18398/statm: 1339 233 193 169 0 50 0
[pid=18399] ppid=18398 vsize=868544 CPUtime=46.92
/proc/18399/stat : 18399 (java) S 18398 18385 17400 0 -1 0 41302 0 1 0 4365 327 0 0 18 0 9 0 40554103 889389056 23302 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0

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

[startup+162.302 s]
/proc/loadavg: 3.05 2.49 2.17 3/84 18407
/proc/meminfo: memFree=16008/2055920 swapFree=4180932/4192956
[pid=18385] ppid=18383 vsize=13600 CPUtime=2.3
/proc/18385/stat : 18385 (sugar) S 18383 18385 17400 0 -1 4194304 974 15675 0 1 3 1 218 8 16 0 1 0 40553867 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18385/statm: 3400 797 370 3 0 500 0
[pid=18398] ppid=18385 vsize=5356 CPUtime=0
/proc/18398/stat : 18398 (sh) S 18385 18385 17400 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 40554103 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18398/statm: 1339 233 193 169 0 50 0
[pid=18399] ppid=18398 vsize=868544 CPUtime=154.2
/proc/18399/stat : 18399 (java) S 18398 18385 17400 0 -1 0 46371 0 1 0 14259 1161 0 0 18 0 9 0 40554103 889389056 23302 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18399/statm: 217136 23302 2565 9 0 211683 0
[pid=18399/tid=18400] ppid=18398 vsize=868544 CPUtime=148.25
/proc/18399/task/18400/stat : 18400 (java) R 18398 18385 17400 0 -1 64 10689 0 1 0 13726 1099 0 0 25 0 9 0 40554104 889389056 23302 996147200 134512640 134550740 4294955936 18446744073709551615 4127098124 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18399/tid=18401] ppid=18398 vsize=868544 CPUtime=5.62
/proc/18399/task/18401/stat : 18401 (java) S 18398 18385 17400 0 -1 64 33469 0 0 0 503 59 0 0 16 0 9 0 40554105 889389056 23302 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18399/tid=18402] ppid=18398 vsize=868544 CPUtime=0
/proc/18399/task/18402/stat : 18402 (java) S 18398 18385 17400 0 -1 64 10 0 0 0 0 0 0 0 17 0 9 0 40554105 889389056 23302 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18399/tid=18403] ppid=18398 vsize=868544 CPUtime=0
/proc/18399/task/18403/stat : 18403 (java) S 18398 18385 17400 0 -1 64 9 0 0 0 0 0 0 0 17 0 9 0 40554105 889389056 23302 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18399/tid=18404] ppid=18398 vsize=868544 CPUtime=0
/proc/18399/task/18404/stat : 18404 (java) S 18398 18385 17400 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 40554107 889389056 23302 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18399/tid=18405] ppid=18398 vsize=868544 CPUtime=0.3
/proc/18399/task/18405/stat : 18405 (java) S 18398 18385 17400 0 -1 64 1517 0 0 0 29 1 0 0 16 0 9 0 40554107 889389056 23302 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18399/tid=18406] ppid=18398 vsize=868544 CPUtime=0
/proc/18399/task/18406/stat : 18406 (java) S 18398 18385 17400 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 40554107 889389056 23302 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18399/tid=18407] ppid=18398 vsize=868544 CPUtime=0
/proc/18399/task/18407/stat : 18407 (java) S 18398 18385 17400 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 40554107 889389056 23302 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 156.5
Current children cumulated vsize (KiB) 887500

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

[startup+179.203 s]
/proc/loadavg: 3.04 2.51 2.18 3/84 18407
/proc/meminfo: memFree=16200/2055920 swapFree=4180932/4192956
[pid=18385] ppid=18383 vsize=13600 CPUtime=2.3
/proc/18385/stat : 18385 (sugar) S 18383 18385 17400 0 -1 4194304 974 15675 0 1 3 1 218 8 16 0 1 0 40553867 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18385/statm: 3400 797 370 3 0 500 0
[pid=18398] ppid=18385 vsize=5356 CPUtime=0
/proc/18398/stat : 18398 (sh) S 18385 18385 17400 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 40554103 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18398/statm: 1339 233 193 169 0 50 0
[pid=18399] ppid=18398 vsize=868544 CPUtime=170.66
/proc/18399/stat : 18399 (java) S 18398 18385 17400 0 -1 0 47146 0 1 0 15775 1291 0 0 18 0 9 0 40554103 889389056 23302 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18399/statm: 217136 23302 2565 9 0 211683 0
[pid=18399/tid=18400] ppid=18398 vsize=868544 CPUtime=164.33
/proc/18399/task/18400/stat : 18400 (java) R 18398 18385 17400 0 -1 64 11464 0 1 0 15209 1224 0 0 25 0 9 0 40554104 889389056 23302 996147200 134512640 134550740 4294955936 18446744073709551615 4126892121 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18399/tid=18401] ppid=18398 vsize=868544 CPUtime=6
/proc/18399/task/18401/stat : 18401 (java) S 18398 18385 17400 0 -1 64 33469 0 0 0 536 64 0 0 16 0 9 0 40554105 889389056 23302 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18399/tid=18402] ppid=18398 vsize=868544 CPUtime=0
/proc/18399/task/18402/stat : 18402 (java) S 18398 18385 17400 0 -1 64 10 0 0 0 0 0 0 0 17 0 9 0 40554105 889389056 23302 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18399/tid=18403] ppid=18398 vsize=868544 CPUtime=0
/proc/18399/task/18403/stat : 18403 (java) S 18398 18385 17400 0 -1 64 9 0 0 0 0 0 0 0 17 0 9 0 40554105 889389056 23302 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18399/tid=18404] ppid=18398 vsize=868544 CPUtime=0
/proc/18399/task/18404/stat : 18404 (java) S 18398 18385 17400 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 40554107 889389056 23302 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18399/tid=18405] ppid=18398 vsize=868544 CPUtime=0.3
/proc/18399/task/18405/stat : 18405 (java) S 18398 18385 17400 0 -1 64 1517 0 0 0 29 1 0 0 16 0 9 0 40554107 889389056 23302 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18399/tid=18406] ppid=18398 vsize=868544 CPUtime=0
/proc/18399/task/18406/stat : 18406 (java) S 18398 18385 17400 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 40554107 889389056 23302 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18399/tid=18407] ppid=18398 vsize=868544 CPUtime=0
/proc/18399/task/18407/stat : 18407 (java) S 18398 18385 17400 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 40554107 889389056 23302 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 172.96
Current children cumulated vsize (KiB) 887500

[startup+192.003 s]
/proc/loadavg: 3.03 2.53 2.20 3/84 18407
/proc/meminfo: memFree=15880/2055920 swapFree=4180932/4192956
[pid=18385] ppid=18383 vsize=13600 CPUtime=2.3
/proc/18385/stat : 18385 (sugar) S 18383 18385 17400 0 -1 4194304 974 15675 0 1 3 1 218 8 16 0 1 0 40553867 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18385/statm: 3400 797 370 3 0 500 0
[pid=18398] ppid=18385 vsize=5356 CPUtime=0
/proc/18398/stat : 18398 (sh) S 18385 18385 17400 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 40554103 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18398/statm: 1339 233 193 169 0 50 0
[pid=18399] ppid=18398 vsize=868544 CPUtime=182.92
/proc/18399/stat : 18399 (java) S 18398 18385 17400 0 -1 0 47734 0 1 0 16907 1385 0 0 18 0 9 0 40554103 889389056 23302 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18399/statm: 217136 23302 2565 9 0 211683 0
[pid=18399/tid=18400] ppid=18398 vsize=868544 CPUtime=176.31
/proc/18399/task/18400/stat : 18400 (java) R 18398 18385 17400 0 -1 64 12052 0 1 0 16316 1315 0 0 25 0 9 0 40554104 889389056 23302 996147200 134512640 134550740 4294955936 18446744073709551615 102064747 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18399/tid=18401] ppid=18398 vsize=868544 CPUtime=6.3
/proc/18399/task/18401/stat : 18401 (java) S 18398 18385 17400 0 -1 64 33469 0 0 0 562 68 0 0 16 0 9 0 40554105 889389056 23302 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18399/tid=18402] ppid=18398 vsize=868544 CPUtime=0
/proc/18399/task/18402/stat : 18402 (java) S 18398 18385 17400 0 -1 64 10 0 0 0 0 0 0 0 17 0 9 0 40554105 889389056 23302 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18399/tid=18403] ppid=18398 vsize=868544 CPUtime=0
/proc/18399/task/18403/stat : 18403 (java) S 18398 18385 17400 0 -1 64 9 0 0 0 0 0 0 0 17 0 9 0 40554105 889389056 23302 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18399/tid=18404] ppid=18398 vsize=868544 CPUtime=0
/proc/18399/task/18404/stat : 18404 (java) S 18398 18385 17400 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 40554107 889389056 23302 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18399/tid=18405] ppid=18398 vsize=868544 CPUtime=0.3
/proc/18399/task/18405/stat : 18405 (java) S 18398 18385 17400 0 -1 64 1517 0 0 0 29 1 0 0 16 0 9 0 40554107 889389056 23302 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18399/tid=18406] ppid=18398 vsize=868544 CPUtime=0
/proc/18399/task/18406/stat : 18406 (java) S 18398 18385 17400 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 40554107 889389056 23302 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18399/tid=18407] ppid=18398 vsize=868544 CPUtime=0
/proc/18399/task/18407/stat : 18407 (java) S 18398 18385 17400 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 40554107 889389056 23302 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 185.22
Current children cumulated vsize (KiB) 887500

[startup+198.402 s]
/proc/loadavg: 3.03 2.54 2.20 3/84 18407
/proc/meminfo: memFree=16072/2055920 swapFree=4180932/4192956
[pid=18385] ppid=18383 vsize=13600 CPUtime=2.3
/proc/18385/stat : 18385 (sugar) S 18383 18385 17400 0 -1 4194304 974 15675 0 1 3 1 218 8 16 0 1 0 40553867 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18385/statm: 3400 797 370 3 0 500 0
[pid=18398] ppid=18385 vsize=5356 CPUtime=0
/proc/18398/stat : 18398 (sh) S 18385 18385 17400 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 40554103 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18398/statm: 1339 233 193 169 0 50 0
[pid=18399] ppid=18398 vsize=868544 CPUtime=189.18
/proc/18399/stat : 18399 (java) S 18398 18385 17400 0 -1 0 48037 0 1 0 17483 1435 0 0 18 0 9 0 40554103 889389056 23302 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18399/statm: 217136 23302 2565 9 0 211683 0
[pid=18399/tid=18400] ppid=18398 vsize=868544 CPUtime=182.4
/proc/18399/task/18400/stat : 18400 (java) R 18398 18385 17400 0 -1 64 12355 0 1 0 16878 1362 0 0 25 0 9 0 40554104 889389056 23302 996147200 134512640 134550740 4294955936 18446744073709551615 4127083175 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18399/tid=18401] ppid=18398 vsize=868544 CPUtime=6.44
/proc/18399/task/18401/stat : 18401 (java) S 18398 18385 17400 0 -1 64 33469 0 0 0 574 70 0 0 16 0 9 0 40554105 889389056 23302 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18399/tid=18402] ppid=18398 vsize=868544 CPUtime=0
/proc/18399/task/18402/stat : 18402 (java) S 18398 18385 17400 0 -1 64 10 0 0 0 0 0 0 0 17 0 9 0 40554105 889389056 23302 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18399/tid=18403] ppid=18398 vsize=868544 CPUtime=0
/proc/18399/task/18403/stat : 18403 (java) S 18398 18385 17400 0 -1 64 9 0 0 0 0 0 0 0 17 0 9 0 40554105 889389056 23302 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18399/tid=18404] ppid=18398 vsize=868544 CPUtime=0
/proc/18399/task/18404/stat : 18404 (java) S 18398 18385 17400 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 40554107 889389056 23302 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18399/tid=18405] ppid=18398 vsize=868544 CPUtime=0.3
/proc/18399/task/18405/stat : 18405 (java) S 18398 18385 17400 0 -1 64 1517 0 0 0 29 1 0 0 16 0 9 0 40554107 889389056 23302 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18399/tid=18406] ppid=18398 vsize=868544 CPUtime=0
/proc/18399/task/18406/stat : 18406 (java) S 18398 18385 17400 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 40554107 889389056 23302 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18399/tid=18407] ppid=18398 vsize=868544 CPUtime=0
/proc/18399/task/18407/stat : 18407 (java) S 18398 18385 17400 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 40554107 889389056 23302 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 191.48
Current children cumulated vsize (KiB) 887500

[startup+201.602 s]
/proc/loadavg: 3.02 2.55 2.20 3/74 18407
/proc/meminfo: memFree=1487896/2055920 swapFree=4180932/4192956
[pid=18385] ppid=18383 vsize=13600 CPUtime=193.82
/proc/18385/stat : 18385 (sugar) D 18383 18385 17400 0 -1 4194304 998 64085 0 2 4 79 17844 1455 16 0 1 0 40553867 13926400 798 996147200 4194304 4206940 548682068592 18446744073709551615 253307360297 0 0 4224 16386 18446744071563608069 0 0 17 0 0 0
/proc/18385/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 193.82
Current children cumulated vsize (KiB) 13600

[startup+202.402 s]
/proc/loadavg: 3.02 2.55 2.20 2/74 18407
/proc/meminfo: memFree=1933976/2055920 swapFree=4180932/4192956
[pid=18385] ppid=18383 vsize=13600 CPUtime=193.84
/proc/18385/stat : 18385 (sugar) D 18383 18385 17400 0 -1 4194304 998 64085 0 2 4 81 17844 1455 15 0 1 0 40553867 13926400 798 996147200 4194304 4206940 548682068592 18446744073709551615 253307360297 0 0 4224 16386 18446744071563608069 0 0 17 0 0 0
/proc/18385/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 193.84
Current children cumulated vsize (KiB) 13600

[startup+203.202 s]
/proc/loadavg: 3.02 2.55 2.20 2/74 18407
/proc/meminfo: memFree=1933976/2055920 swapFree=4180932/4192956
[pid=18385] ppid=18383 vsize=13600 CPUtime=193.97
/proc/18385/stat : 18385 (sugar) D 18383 18385 17400 0 -1 4194304 998 64085 0 2 4 94 17844 1455 15 0 1 0 40553867 13926400 798 996147200 4194304 4206940 548682068592 18446744073709551615 253307360297 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/18385/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 193.97
Current children cumulated vsize (KiB) 13600

[startup+203.402 s]
/proc/loadavg: 3.02 2.55 2.20 2/74 18407
/proc/meminfo: memFree=1933976/2055920 swapFree=4180932/4192956
[pid=18385] ppid=18383 vsize=13600 CPUtime=193.98
/proc/18385/stat : 18385 (sugar) D 18383 18385 17400 0 -1 4194304 998 64085 0 2 4 95 17844 1455 15 0 1 0 40553867 13926400 798 996147200 4194304 4206940 548682068592 18446744073709551615 253307360297 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/18385/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 193.98
Current children cumulated vsize (KiB) 13600

[startup+203.502 s]
/proc/loadavg: 3.02 2.55 2.20 2/74 18407
/proc/meminfo: memFree=1945368/2055920 swapFree=4180932/4192956
[pid=18385] ppid=18383 vsize=13600 CPUtime=193.99
/proc/18385/stat : 18385 (sugar) R 18383 18385 17400 0 -1 4194304 998 64085 0 2 4 96 17844 1455 15 0 1 0 40553867 13926400 798 996147200 4194304 4206940 548682068592 18446744073709551615 253307360297 0 0 4224 16386 0 0 0 17 0 0 0
/proc/18385/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 193.99
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 203.53
CPU time (s): 194.012
CPU user time (s): 178.489
CPU system time (s): 15.5236
CPU usage (%): 95.3239
Max. virtual memory (cumulated for all children) (KiB): 908380

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 178.489
system time used= 15.5236
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 65113
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= 69236
involuntary context switches= 73786

runsolver used 0.264959 second user time and 0.711891 second system time

The end

Launcher Data (download as text)

Begin job on node25 at 2008-07-12 06:55:20
IDJOB=1110870
IDBENCH=61164
IDSOLVER=368
FILE ID=node25/1110870-1215838519
PBS_JOBID= 7903335
Free space on /tmp= 66520 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/pseudoGLB/normalized-ooo-rf8-ucl.xml
COMMAND LINE= DIR/sugar -max -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-1110870-1215838519/watcher-1110870-1215838519 -o /tmp/evaluation-result-1110870-1215838519/solver-1110870-1215838519 -C 3600 -W 4000 -M 900 --output-limit 1,15  HOME/sugar -max -c -vv -java="java -Xmx700M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-1110870-1215838519.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 41b74cc5aa456e6c13c9dfd902110310
RANDOM SEED=1453697657

node25.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.265
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.265
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:       1862336 kB
Buffers:         26012 kB
Cached:          91288 kB
SwapCached:       5848 kB
Active:         100544 kB
Inactive:        51616 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1862336 kB
SwapTotal:     4192956 kB
SwapFree:      4180932 kB
Dirty:            4872 kB
Writeback:           0 kB
Mapped:          41724 kB
Slab:            26736 kB
Committed_AS:   201320 kB
PageTables:       1924 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= 66516 MiB
End job on node25 at 2008-07-12 06:58:43