Trace number 1058055

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+picosatSAT 44.6272 47.0477

General information on the benchmark

Namecsp/compet08/
normalized-patat-08-comp-15.xml
MD5SUMe388ff74a36a9bb17963ab4d6d8a2381
Bench CategoryGLOBAL (global constraints)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.981849
Satisfiable
(Un)Satisfiability was proved
Number of variables400
Number of constraints2042
Maximum constraint arity15
Maximum domain size26
Number of constraints which are defined in extension0
Number of constraints which are defined in intension1556
Global constraints used (with number of constraints)alldifferent(486)

Solver Data (download as text)

0.00/0.35	c 0	Sugar v1-13 + HOME/picosat
0.00/0.35	c 0	BEGIN Thu Jul  3 21:19:35 2008
0.00/0.35	c 0	PID 8113
0.00/0.35	c 0	HOST node85.alineos.net
0.00/0.35	c 0	CONVERTING HOME/instance-1058055-1215112775.xml TO HOME/temp.csp
0.00/0.35	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1058055-1215112775.xml' 'HOME/temp.csp'
0.04/0.92	c 1	252 domains, 400 variables, 1 predicates, 0 relations, 2042 constraints
0.04/0.93	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.04/0.93	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'
0.63/1.01	c 1	Parsing HOME/temp.csp
0.82/1.23	c 1	parsed 2695 expressions
0.82/1.24	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.82/1.24	c 1	Converting to clausal form CSP
0.82/1.28	c 1	converted 270 (10%) expressions
0.82/1.29	c 1	converted 539 (20%) expressions
1.03/1.46	c 2	converted 809 (30%) expressions
1.22/1.61	c 2	converted 1078 (40%) expressions
1.32/1.70	c 2	converted 1348 (50%) expressions
1.42/1.84	c 2	converted 1617 (60%) expressions
1.52/1.92	c 2	converted 1887 (70%) expressions
1.62/2.01	c 2	converted 2156 (80%) expressions
7.79/8.25	c 8	converted 2426 (90%) expressions
16.24/16.75	c 17	converted 2695 (100%) expressions
16.24/16.76	c 17	CSP : 400 integers, 0 booleans, 45840 clauses, largest domain size 26
16.24/16.76	c 17	Heap : 268 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
16.24/16.76	c 17	Propagation in CSP
19.23/19.73	c 20	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
19.23/19.73	c 20	CSP : 400 integers, 0 booleans, 45840 clauses, largest domain size 26
19.23/19.73	c 20	Heap : 272 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
19.23/19.78	c 20	Simplifing CSP by introducing new Boolean variables
19.72/20.22	c 20	CSP : 400 integers, 91941 booleans, 137781 clauses, largest domain size 26
19.72/20.22	c 20	Heap : 300 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
21.41/21.90	c 22	Encoding CSP to SAT : HOME/temp.cnf
21.41/21.96	c 22	40 (10%) CSP integer variables are encoded (622 clauses, 6702 bytes)
21.41/21.97	c 22	80 (20%) CSP integer variables are encoded (1228 clauses, 13947 bytes)
21.41/21.98	c 22	120 (30%) CSP integer variables are encoded (1834 clauses, 21825 bytes)
21.41/21.98	c 22	160 (40%) CSP integer variables are encoded (2434 clauses, 29625 bytes)
21.41/21.98	c 22	200 (50%) CSP integer variables are encoded (3034 clauses, 37425 bytes)
21.41/21.98	c 22	240 (60%) CSP integer variables are encoded (3047 clauses, 37594 bytes)
21.41/21.98	c 22	280 (70%) CSP integer variables are encoded (3067 clauses, 37854 bytes)
21.41/21.98	c 22	320 (80%) CSP integer variables are encoded (3083 clauses, 38062 bytes)
21.41/21.98	c 22	360 (90%) CSP integer variables are encoded (3094 clauses, 38205 bytes)
21.41/21.98	c 22	400 (100%) CSP integer variables are encoded (3155 clauses, 38998 bytes)
22.50/23.00	c 23	13779 (10%) CSP clauses are encoded (140801 clauses, 2534493 bytes)
23.09/23.62	c 24	27557 (20%) CSP clauses are encoded (297422 clauses, 5463905 bytes)
23.69/24.23	c 24	41335 (30%) CSP clauses are encoded (451813 clauses, 8350252 bytes)
24.29/24.83	c 25	55113 (40%) CSP clauses are encoded (606570 clauses, 11234327 bytes)
24.88/25.45	c 26	68891 (50%) CSP clauses are encoded (766808 clauses, 14249069 bytes)
25.48/26.04	c 26	82669 (60%) CSP clauses are encoded (919509 clauses, 17099607 bytes)
26.08/26.63	c 27	96447 (70%) CSP clauses are encoded (1072506 clauses, 19962370 bytes)
26.67/27.26	c 27	110225 (80%) CSP clauses are encoded (1229957 clauses, 22910842 bytes)
27.26/27.86	c 28	124003 (90%) CSP clauses are encoded (1384605 clauses, 25821142 bytes)
27.86/28.46	c 29	137781 (100%) CSP clauses are encoded (1540690 clauses, 28750243 bytes)
27.86/28.46	c 29	137781 CSP clauses encoded
27.86/28.46	c 29	Writing map file : HOME/temp.map
27.86/28.49	c 29	Heap : 300 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
27.86/28.49	c 29	SAT : 95358 SAT variables, 1540690 SAT clauses, 28750243 bytes
27.86/28.49	c 29	Heap : 300 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
27.95/28.57	c 29	SOLVING HOME/temp.cnf
27.95/28.57	c 29	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
44.27/46.71	c 47	DECODING HOME/temp.out WITH HOME/temp.map
44.27/46.71	c 47	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
44.27/46.80	c 47	Decoding HOME/temp.out
44.29/47.00	s SATISFIABLE
44.29/47.01	v 34 16 32 32 9 6 30 40 39 22 44 8 26 41 30 2 33 14 38 6 22 7 12 41 4 13 15 19 8 35 6 43 24 23 1 17 32 0 19 16 14 22 31 25 18 37 23 37 15 22 33 21 43 28 14 36 16 43 31 10 12 26 42 37 20 3 1 19 26 16 29 27 31 25 0 20 37 4 2 35 39 21 7 3 28 9 5 36 0 12 24 21 27 17 18 12 19 20 18 2 40 7 9 22 4 10 11 31 5 2 23 13 0 36 27 29 17 32 40 21 8 18 35 11 1 25 14 7 23 25 41 6 15 11 43 23 28 10 12 38 44 24 18 8 24 15 36 42 41 39 40 9 17 34 26 22 30 27 44 5 29 43 3 32 0 30 10 4 17 0 11 31 40 35 10 34 28 2 13 33 29 33 1 35 6 38 7 18 42 32 24 8 28 38 20 44 35 38 1 13 1 14 13 15 18 1 8 4 5 15 9 6 12 10 13 8 13 3 12 19 4 0 13 11 5 17 17 19 11 3 17 15 19 13 9 17 14 13 18 8 2 13 0 17 17 14 1 6 15 12 12 12 16 4 19 9 10 1 14 15 18 14 3 7 8 11 14 0 13 19 8 18 12 11 1 2 19 12 11 0 14 8 16 18 13 17 8 6 10 19 9 19 19 14 15 11 6 1 11 9 15 13 13 0 19 16 12 9 10 14 5 18 5 8 12 10 16 19 16 13 12 13 9 5 5 5 5 11 12 18 14 5 11 9 2 8 7 14 8 18 6 14 6 8 4 9 10 5 12 6 1 7 0 10 9 9 5 9 12 6 18 5 8 16 11 6 10 4 7 19 10 19 12 17 17 6 16 2 0 5 4 11 19 12 16 14 10 8 4 1 3 4 17 19 6 1 6 4 2 15
44.29/47.02	c 47	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
44.29/47.04	c 47	CPU 36.83 (0.04 0.01 36.79 7.75)
44.29/47.04	c 47	END Thu Jul  3 21:20:22 2008

Verifier Data (download as text)

OK

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-1058055-1215112775/watcher-1058055-1215112775 -o /tmp/evaluation-result-1058055-1215112775/solver-1058055-1215112775 -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/picosat -tmp=HOME/temp HOME/instance-1058055-1215112775.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.91 1.95 1.97 4/73 8113
/proc/meminfo: memFree=1485856/2055920 swapFree=4180772/4192956
[pid=8113] ppid=8111 vsize=18572 CPUtime=0
/proc/8113/stat : 8113 (runsolver) D 8111 8113 7718 0 -1 4194368 15 0 0 0 0 0 0 0 19 0 1 0 252220234 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 214945033511 0 0 4096 24578 18446744071563479169 0 0 17 0 0 0
/proc/8113/statm: 4643 292 257 25 0 2626 0

[startup+0.093431 s]
/proc/loadavg: 1.91 1.95 1.97 4/73 8113
/proc/meminfo: memFree=1485856/2055920 swapFree=4180772/4192956
[pid=8113] ppid=8111 vsize=2504 CPUtime=0
/proc/8113/stat : 8113 (sugar) D 8111 8113 7718 0 -1 4194304 38 0 0 0 0 0 0 0 18 0 1 0 252220234 2564096 23 996147200 4194304 4206940 548682068608 18446744073709551615 214942417616 0 0 4096 0 18446744071563479169 0 0 17 0 0 0
/proc/8113/statm: 626 23 17 3 0 3 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 2504

[startup+0.10143 s]
/proc/loadavg: 1.91 1.95 1.97 4/73 8113
/proc/meminfo: memFree=1485856/2055920 swapFree=4180772/4192956
[pid=8113] ppid=8111 vsize=11908 CPUtime=0
/proc/8113/stat : 8113 (sugar) D 8111 8113 7718 0 -1 4194304 83 0 2 0 0 0 0 0 18 0 1 0 252220234 12193792 70 996147200 4194304 4206940 548682068608 18446744073709551615 214942400956 0 0 4096 0 18446744071563479169 0 0 17 0 0 0
/proc/8113/statm: 2977 70 52 3 0 65 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 11908

[startup+0.30148 s]
/proc/loadavg: 1.91 1.95 1.97 4/73 8113
/proc/meminfo: memFree=1485856/2055920 swapFree=4180772/4192956
[pid=8113] ppid=8111 vsize=12412 CPUtime=0
/proc/8113/stat : 8113 (sugar) D 8111 8113 7718 0 -1 4194304 397 0 17 0 0 0 0 0 18 0 1 0 252220234 12709888 382 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 0 18446744071563479169 0 0 17 0 0 0
/proc/8113/statm: 3103 382 275 3 0 203 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12412

[startup+0.701561 s]
/proc/loadavg: 1.91 1.95 1.97 4/73 8113
/proc/meminfo: memFree=1485856/2055920 swapFree=4180772/4192956
[pid=8113] ppid=8111 vsize=13600 CPUtime=0.04
/proc/8113/stat : 8113 (sugar) S 8111 8113 7718 0 -1 4194304 881 127 19 0 3 1 0 0 19 0 1 0 252220234 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/8113/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+1.50271 s]
/proc/loadavg: 1.91 1.95 1.97 3/84 8135
/proc/meminfo: memFree=1478024/2055920 swapFree=4180772/4192956
[pid=8113] ppid=8111 vsize=13600 CPUtime=0.58
/proc/8113/stat : 8113 (sugar) S 8111 8113 7718 0 -1 4194304 955 5308 19 1 3 1 50 4 15 0 1 0 252220234 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8113/statm: 3400 797 370 3 0 500 0
[pid=8126] ppid=8113 vsize=5356 CPUtime=0
/proc/8126/stat : 8126 (sh) S 8113 8113 7718 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 252220327 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8126/statm: 1339 233 193 169 0 50 0
[pid=8127] ppid=8126 vsize=868272 CPUtime=0.54
/proc/8127/stat : 8127 (java) S 8126 8113 7718 0 -1 0 5566 0 1 0 52 2 0 0 18 0 9 0 252220327 889110528 4987 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8127/statm: 217068 4987 1732 9 0 211643 0
[pid=8127/tid=8128] ppid=8126 vsize=868272 CPUtime=0.32
/proc/8127/task/8128/stat : 8128 (java) R 8126 8113 7718 0 -1 64 2654 0 1 0 31 1 0 0 21 0 9 0 252220328 889110528 4987 996147200 134512640 134550740 4294955952 18446744073709551615 4126572097 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8127/tid=8129] ppid=8126 vsize=868272 CPUtime=0.03
/proc/8127/task/8129/stat : 8129 (java) S 8126 8113 7718 0 -1 64 776 0 0 0 3 0 0 0 16 0 9 0 252220329 889110528 4987 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=8127/tid=8130] ppid=8126 vsize=868272 CPUtime=0
/proc/8127/task/8130/stat : 8130 (java) S 8126 8113 7718 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 252220329 889110528 4987 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8127/tid=8131] ppid=8126 vsize=868272 CPUtime=0
/proc/8127/task/8131/stat : 8131 (java) S 8126 8113 7718 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 252220329 889110528 4987 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8127/tid=8132] ppid=8126 vsize=868272 CPUtime=0
/proc/8127/task/8132/stat : 8132 (java) S 8126 8113 7718 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 252220331 889110528 4987 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8127/tid=8133] ppid=8126 vsize=868272 CPUtime=0.17
/proc/8127/task/8133/stat : 8133 (java) S 8126 8113 7718 0 -1 64 1445 0 0 0 17 0 0 0 16 0 9 0 252220331 889110528 4987 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8127/tid=8134] ppid=8126 vsize=868272 CPUtime=0
/proc/8127/task/8134/stat : 8134 (java) S 8126 8113 7718 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 252220331 889110528 4987 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8127/tid=8135] ppid=8126 vsize=868272 CPUtime=0
/proc/8127/task/8135/stat : 8135 (java) S 8126 8113 7718 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 252220331 889110528 4987 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.12
Current children cumulated vsize (KiB) 887228

[startup+3.10202 s]
/proc/loadavg: 1.91 1.95 1.97 4/84 8135
/proc/meminfo: memFree=1457928/2055920 swapFree=4180772/4192956
[pid=8113] ppid=8111 vsize=13600 CPUtime=0.58
/proc/8113/stat : 8113 (sugar) S 8111 8113 7718 0 -1 4194304 955 5308 19 1 3 1 50 4 15 0 1 0 252220234 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8113/statm: 3400 797 370 3 0 500 0
[pid=8126] ppid=8113 vsize=5356 CPUtime=0
/proc/8126/stat : 8126 (sh) S 8113 8113 7718 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 252220327 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8126/statm: 1339 233 193 169 0 50 0
[pid=8127] ppid=8126 vsize=868272 CPUtime=2.14
/proc/8127/stat : 8127 (java) S 8126 8113 7718 0 -1 0 13847 0 1 0 207 7 0 0 18 0 9 0 252220327 889110528 13047 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8127/statm: 217068 13047 2540 9 0 211643 0
[pid=8127/tid=8128] ppid=8126 vsize=868272 CPUtime=1.27
/proc/8127/task/8128/stat : 8128 (java) R 8126 8113 7718 0 -1 64 2993 0 1 0 126 1 0 0 25 0 9 0 252220328 889110528 13047 996147200 134512640 134550740 4294955952 18446744073709551615 4126720636 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8127/tid=8129] ppid=8126 vsize=868272 CPUtime=0.65
/proc/8127/task/8129/stat : 8129 (java) S 8126 8113 7718 0 -1 64 8701 0 0 0 61 4 0 0 16 0 9 0 252220329 889110528 13047 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=8127/tid=8130] ppid=8126 vsize=868272 CPUtime=0
/proc/8127/task/8130/stat : 8130 (java) S 8126 8113 7718 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 252220329 889110528 13047 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8127/tid=8131] ppid=8126 vsize=868272 CPUtime=0
/proc/8127/task/8131/stat : 8131 (java) S 8126 8113 7718 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 252220329 889110528 13047 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8127/tid=8132] ppid=8126 vsize=868272 CPUtime=0
/proc/8127/task/8132/stat : 8132 (java) S 8126 8113 7718 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 252220331 889110528 13047 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8127/tid=8133] ppid=8126 vsize=868272 CPUtime=0.18
/proc/8127/task/8133/stat : 8133 (java) S 8126 8113 7718 0 -1 64 1461 0 0 0 18 0 0 0 16 0 9 0 252220331 889110528 13047 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8127/tid=8134] ppid=8126 vsize=868272 CPUtime=0
/proc/8127/task/8134/stat : 8134 (java) S 8126 8113 7718 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 252220331 889110528 13047 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8127/tid=8135] ppid=8126 vsize=868272 CPUtime=0
/proc/8127/task/8135/stat : 8135 (java) S 8126 8113 7718 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 252220331 889110528 13047 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.72
Current children cumulated vsize (KiB) 887228

[startup+6.30264 s]
/proc/loadavg: 1.92 1.95 1.97 3/84 8135
/proc/meminfo: memFree=1399560/2055920 swapFree=4180772/4192956
[pid=8113] ppid=8111 vsize=13600 CPUtime=0.58
/proc/8113/stat : 8113 (sugar) S 8111 8113 7718 0 -1 4194304 955 5308 19 1 3 1 50 4 15 0 1 0 252220234 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8113/statm: 3400 797 370 3 0 500 0
[pid=8126] ppid=8113 vsize=5356 CPUtime=0
/proc/8126/stat : 8126 (sh) S 8113 8113 7718 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 252220327 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8126/statm: 1339 233 193 169 0 50 0
[pid=8127] ppid=8126 vsize=868384 CPUtime=5.31
/proc/8127/stat : 8127 (java) S 8126 8113 7718 0 -1 0 28840 0 1 0 517 14 0 0 18 0 9 0 252220327 889225216 28009 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8127/statm: 217096 28009 2540 9 0 211671 0
[pid=8127/tid=8128] ppid=8126 vsize=868384 CPUtime=3.14
/proc/8127/task/8128/stat : 8128 (java) R 8126 8113 7718 0 -1 64 3776 0 1 0 312 2 0 0 25 0 9 0 252220328 889225216 28009 996147200 134512640 134550740 4294955952 18446744073709551615 4126568820 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8127/tid=8129] ppid=8126 vsize=868384 CPUtime=1.96
/proc/8127/task/8129/stat : 8129 (java) S 8126 8113 7718 0 -1 64 22911 0 0 0 186 10 0 0 16 0 9 0 252220329 889225216 28009 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=8127/tid=8130] ppid=8126 vsize=868384 CPUtime=0
/proc/8127/task/8130/stat : 8130 (java) S 8126 8113 7718 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 252220329 889225216 28009 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8127/tid=8131] ppid=8126 vsize=868384 CPUtime=0
/proc/8127/task/8131/stat : 8131 (java) S 8126 8113 7718 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 252220329 889225216 28009 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8127/tid=8132] ppid=8126 vsize=868384 CPUtime=0
/proc/8127/task/8132/stat : 8132 (java) S 8126 8113 7718 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 252220331 889225216 28009 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8127/tid=8133] ppid=8126 vsize=868384 CPUtime=0.18
/proc/8127/task/8133/stat : 8133 (java) S 8126 8113 7718 0 -1 64 1461 0 0 0 18 0 0 0 16 0 9 0 252220331 889225216 28009 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8127/tid=8134] ppid=8126 vsize=868384 CPUtime=0
/proc/8127/task/8134/stat : 8134 (java) S 8126 8113 7718 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 252220331 889225216 28009 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8127/tid=8135] ppid=8126 vsize=868384 CPUtime=0
/proc/8127/task/8135/stat : 8135 (java) S 8126 8113 7718 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 252220331 889225216 28009 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 5.89
Current children cumulated vsize (KiB) 887340

[startup+12.7029 s]
/proc/loadavg: 2.01 1.97 1.97 4/84 8135
/proc/meminfo: memFree=1262408/2055920 swapFree=4180772/4192956
[pid=8113] ppid=8111 vsize=13600 CPUtime=0.58
/proc/8113/stat : 8113 (sugar) S 8111 8113 7718 0 -1 4194304 955 5308 19 1 3 1 50 4 16 0 1 0 252220234 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8113/statm: 3400 797 370 3 0 500 0
[pid=8126] ppid=8113 vsize=5356 CPUtime=0
/proc/8126/stat : 8126 (sh) S 8113 8113 7718 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 252220327 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8126/statm: 1339 233 193 169 0 50 0
[pid=8127] ppid=8126 vsize=868384 CPUtime=11.68
/proc/8127/stat : 8127 (java) S 8126 8113 7718 0 -1 0 70773 0 1 0 1135 33 0 0 18 0 9 0 252220327 889225216 51988 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8127/statm: 217096 51988 2540 9 0 211671 0
[pid=8127/tid=8128] ppid=8126 vsize=868384 CPUtime=6.13
/proc/8127/task/8128/stat : 8128 (java) R 8126 8113 7718 0 -1 64 4534 0 1 0 611 2 0 0 25 0 9 0 252220328 889225216 51988 996147200 134512640 134550740 4294955952 18446744073709551615 4126567104 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8127/tid=8129] ppid=8126 vsize=868384 CPUtime=5.34
/proc/8127/task/8129/stat : 8129 (java) S 8126 8113 7718 0 -1 64 64086 0 0 0 505 29 0 0 17 0 9 0 252220329 889225216 51988 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=8127/tid=8130] ppid=8126 vsize=868384 CPUtime=0
/proc/8127/task/8130/stat : 8130 (java) S 8126 8113 7718 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 252220329 889225216 51988 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8127/tid=8131] ppid=8126 vsize=868384 CPUtime=0
/proc/8127/task/8131/stat : 8131 (java) S 8126 8113 7718 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 252220329 889225216 51988 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8127/tid=8132] ppid=8126 vsize=868384 CPUtime=0
/proc/8127/task/8132/stat : 8132 (java) S 8126 8113 7718 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 252220331 889225216 51988 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8127/tid=8133] ppid=8126 vsize=868384 CPUtime=0.18
/proc/8127/task/8133/stat : 8133 (java) S 8126 8113 7718 0 -1 64 1461 0 0 0 18 0 0 0 16 0 9 0 252220331 889225216 51988 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8127/tid=8134] ppid=8126 vsize=868384 CPUtime=0
/proc/8127/task/8134/stat : 8134 (java) S 8126 8113 7718 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 252220331 889225216 51988 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8127/tid=8135] ppid=8126 vsize=868384 CPUtime=0
/proc/8127/task/8135/stat : 8135 (java) S 8126 8113 7718 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 252220331 889225216 51988 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.26
Current children cumulated vsize (KiB) 887340

[startup+25.5024 s]
/proc/loadavg: 2.07 1.99 1.98 3/84 8135
/proc/meminfo: memFree=1128904/2055920 swapFree=4180772/4192956
[pid=8113] ppid=8111 vsize=13600 CPUtime=0.58
/proc/8113/stat : 8113 (sugar) S 8111 8113 7718 0 -1 4194304 955 5308 19 1 3 1 50 4 15 0 1 0 252220234 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8113/statm: 3400 797 370 3 0 500 0
[pid=8126] ppid=8113 vsize=5356 CPUtime=0
/proc/8126/stat : 8126 (sh) S 8113 8113 7718 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 252220327 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8126/statm: 1339 233 193 169 0 50 0
[pid=8127] ppid=8126 vsize=868496 CPUtime=24.41
/proc/8127/stat : 8127 (java) S 8126 8113 7718 0 -1 0 115596 0 1 0 2377 64 0 0 18 0 9 0 252220327 889339904 87137 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8127/statm: 217124 87137 2566 9 0 211671 0
[pid=8127/tid=8128] ppid=8126 vsize=868496 CPUtime=14.86
/proc/8127/task/8128/stat : 8128 (java) R 8126 8113 7718 0 -1 64 7880 0 1 0 1475 11 0 0 25 0 9 0 252220328 889339904 87137 996147200 134512640 134550740 4294955952 18446744073709551615 4127032636 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8127/tid=8129] ppid=8126 vsize=868496 CPUtime=9.24
/proc/8127/task/8129/stat : 8129 (java) S 8126 8113 7718 0 -1 64 105510 0 0 0 874 50 0 0 16 0 9 0 252220329 889339904 87137 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=8127/tid=8130] ppid=8126 vsize=868496 CPUtime=0
/proc/8127/task/8130/stat : 8130 (java) S 8126 8113 7718 0 -1 64 10 0 0 0 0 0 0 0 17 0 9 0 252220329 889339904 87137 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8127/tid=8131] ppid=8126 vsize=868496 CPUtime=0
/proc/8127/task/8131/stat : 8131 (java) S 8126 8113 7718 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 252220329 889339904 87137 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8127/tid=8132] ppid=8126 vsize=868496 CPUtime=0
/proc/8127/task/8132/stat : 8132 (java) S 8126 8113 7718 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 252220331 889339904 87137 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8127/tid=8133] ppid=8126 vsize=868496 CPUtime=0.26
/proc/8127/task/8133/stat : 8133 (java) S 8126 8113 7718 0 -1 64 1514 0 0 0 26 0 0 0 16 0 9 0 252220331 889339904 87137 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8127/tid=8134] ppid=8126 vsize=868496 CPUtime=0
/proc/8127/task/8134/stat : 8134 (java) S 8126 8113 7718 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 252220331 889339904 87137 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8127/tid=8135] ppid=8126 vsize=868496 CPUtime=0
/proc/8127/task/8135/stat : 8135 (java) S 8126 8113 7718 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 252220331 889339904 87137 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 24.99
Current children cumulated vsize (KiB) 887452

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

[startup+38.3028 s]
/proc/loadavg: 2.13 2.00 1.98 3/76 8137
/proc/meminfo: memFree=1421320/2055920 swapFree=4180772/4192956
[pid=8113] ppid=8111 vsize=13600 CPUtime=28.03
/proc/8113/stat : 8113 (sugar) S 8111 8113 7718 0 -1 4194304 1003 121231 19 2 4 1 2716 82 16 0 1 0 252220234 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/8113/statm: 3400 799 370 3 0 500 0
[pid=8136] ppid=8113 vsize=5356 CPUtime=0
/proc/8136/stat : 8136 (sh) S 8113 8113 7718 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 252223091 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8136/statm: 1339 232 193 169 0 50 0
[pid=8137] ppid=8136 vsize=37256 CPUtime=7.87
/proc/8137/stat : 8137 (picosat) R 8136 8113 7718 0 -1 4194304 8967 0 0 0 362 425 0 0 25 0 1 0 252223272 38150144 8953 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/8137/statm: 9314 8953 40 102 0 9209 0
Current children cumulated CPU time (s) 35.9
Current children cumulated vsize (KiB) 56212

[startup+41.5014 s]
/proc/loadavg: 2.12 2.00 1.98 3/76 8137
/proc/meminfo: memFree=1406728/2055920 swapFree=4180772/4192956
[pid=8113] ppid=8111 vsize=13600 CPUtime=28.03
/proc/8113/stat : 8113 (sugar) S 8111 8113 7718 0 -1 4194304 1003 121231 19 2 4 1 2716 82 16 0 1 0 252220234 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/8113/statm: 3400 799 370 3 0 500 0
[pid=8136] ppid=8113 vsize=5356 CPUtime=0
/proc/8136/stat : 8136 (sh) S 8113 8113 7718 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 252223091 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8136/statm: 1339 232 193 169 0 50 0
[pid=8137] ppid=8136 vsize=56672 CPUtime=11.05
/proc/8137/stat : 8137 (picosat) R 8136 8113 7718 0 -1 4194304 12491 0 0 0 508 597 0 0 25 0 1 0 252223272 58032128 12477 996147200 134512640 134931368 4294956256 18446744073709551615 134549311 0 0 4096 0 0 0 0 17 1 0 0
/proc/8137/statm: 14168 12477 40 102 0 14063 0
Current children cumulated CPU time (s) 39.08
Current children cumulated vsize (KiB) 75628

[startup+44.7011 s]
/proc/loadavg: 2.11 2.00 1.98 3/76 8137
/proc/meminfo: memFree=1394952/2055920 swapFree=4180772/4192956
[pid=8113] ppid=8111 vsize=13600 CPUtime=28.03
/proc/8113/stat : 8113 (sugar) S 8111 8113 7718 0 -1 4194304 1003 121231 19 2 4 1 2716 82 16 0 1 0 252220234 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/8113/statm: 3400 799 370 3 0 500 0
[pid=8136] ppid=8113 vsize=5356 CPUtime=0
/proc/8136/stat : 8136 (sh) S 8113 8113 7718 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 252223091 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8136/statm: 1339 232 193 169 0 50 0
[pid=8137] ppid=8136 vsize=63552 CPUtime=14.24
/proc/8137/stat : 8137 (picosat) R 8136 8113 7718 0 -1 4194304 14477 0 0 0 737 687 0 0 25 0 1 0 252223272 65077248 14430 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/8137/statm: 15888 14430 42 102 0 15783 0
Current children cumulated CPU time (s) 42.27
Current children cumulated vsize (KiB) 82508

[startup+46.3014 s]
/proc/loadavg: 2.11 2.00 1.98 3/76 8137
/proc/meminfo: memFree=1394824/2055920 swapFree=4180772/4192956
[pid=8113] ppid=8111 vsize=13600 CPUtime=28.03
/proc/8113/stat : 8113 (sugar) S 8111 8113 7718 0 -1 4194304 1003 121231 19 2 4 1 2716 82 16 0 1 0 252220234 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/8113/statm: 3400 799 370 3 0 500 0
[pid=8136] ppid=8113 vsize=5356 CPUtime=0
/proc/8136/stat : 8136 (sh) S 8113 8113 7718 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 252223091 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8136/statm: 1339 232 193 169 0 50 0
[pid=8137] ppid=8136 vsize=63684 CPUtime=15.83
/proc/8137/stat : 8137 (picosat) R 8136 8113 7718 0 -1 4194304 14490 0 0 0 896 687 0 0 25 0 1 0 252223272 65212416 14443 996147200 134512640 134931368 4294956256 18446744073709551615 134525621 0 0 4096 0 0 0 0 17 1 0 0
/proc/8137/statm: 15921 14443 42 102 0 15816 0
Current children cumulated CPU time (s) 43.86
Current children cumulated vsize (KiB) 82640

[startup+46.7025 s]
/proc/loadavg: 2.11 2.00 1.98 3/76 8137
/proc/meminfo: memFree=1394824/2055920 swapFree=4180772/4192956
[pid=8113] ppid=8111 vsize=13600 CPUtime=28.03
/proc/8113/stat : 8113 (sugar) S 8111 8113 7718 0 -1 4194304 1003 121231 19 2 4 1 2716 82 16 0 1 0 252220234 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/8113/statm: 3400 799 370 3 0 500 0
[pid=8136] ppid=8113 vsize=5356 CPUtime=0
/proc/8136/stat : 8136 (sh) S 8113 8113 7718 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 252223091 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8136/statm: 1339 232 193 169 0 50 0
[pid=8137] ppid=8136 vsize=56452 CPUtime=16.24
/proc/8137/stat : 8137 (picosat) R 8136 8113 7718 0 -1 4194304 14598 0 0 0 936 688 0 0 25 0 1 0 252223272 57806848 13196 996147200 134512640 134931368 4294956256 18446744073709551615 134581922 0 0 4096 0 0 0 0 17 1 0 0
/proc/8137/statm: 14113 13196 47 102 0 14008 0
Current children cumulated CPU time (s) 44.27
Current children cumulated vsize (KiB) 75408

[startup+46.9015 s]
/proc/loadavg: 2.11 2.00 1.98 3/76 8137
/proc/meminfo: memFree=1394824/2055920 swapFree=4180772/4192956
[pid=8113] ppid=8111 vsize=13600 CPUtime=44.29
/proc/8113/stat : 8113 (sugar) S 8111 8113 7718 0 -1 4194304 1072 136115 19 2 4 1 3653 771 15 0 1 0 252220234 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/8113/statm: 3400 799 370 3 0 500 0
Current children cumulated CPU time (s) 44.29
Current children cumulated vsize (KiB) 13600

[startup+47.0015 s]
/proc/loadavg: 2.11 2.00 1.98 3/76 8137
/proc/meminfo: memFree=1394824/2055920 swapFree=4180772/4192956
[pid=8113] ppid=8111 vsize=13600 CPUtime=44.29
/proc/8113/stat : 8113 (sugar) S 8111 8113 7718 0 -1 4194304 1072 136115 19 2 4 1 3653 771 15 0 1 0 252220234 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/8113/statm: 3400 799 370 3 0 500 0
Current children cumulated CPU time (s) 44.29
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 47.0477
CPU time (s): 44.6272
CPU user time (s): 36.8354
CPU system time (s): 7.79181
CPU usage (%): 94.8552
Max. virtual memory (cumulated for all children) (KiB): 907832

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 36.8354
system time used= 7.79181
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 141172
page faults= 22
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 4944
involuntary context switches= 5153

runsolver used 0.06099 second user time and 0.156976 second system time

The end

Launcher Data (download as text)

Begin job on node85 at 2008-07-03 21:19:35
IDJOB=1058055
IDBENCH=54104
IDSOLVER=345
FILE ID=node85/1058055-1215112775
PBS_JOBID= 7877037
Free space on /tmp= 126848 MiB

SOLVER NAME= Sugar v1.13+picosat
BENCH NAME= CPAI08/csp/compet08/normalized-patat-08-comp-15.xml
COMMAND LINE= DIR/sugar -c -vv -java="java -Xmx700M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/picosat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1058055-1215112775/watcher-1058055-1215112775 -o /tmp/evaluation-result-1058055-1215112775/solver-1058055-1215112775 -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/picosat" -tmp="HOME/temp" HOME/instance-1058055-1215112775.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= e388ff74a36a9bb17963ab4d6d8a2381
RANDOM SEED=991475974

node85.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.272
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.272
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1486400 kB
Buffers:         10680 kB
Cached:         447428 kB
SwapCached:       6808 kB
Active:         137020 kB
Inactive:       396496 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1486400 kB
SwapTotal:     4192956 kB
SwapFree:      4180772 kB
Dirty:            1644 kB
Writeback:           0 kB
Mapped:          82624 kB
Slab:            21648 kB
Committed_AS:   597432 kB
PageTables:       1620 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= 126844 MiB
End job on node85 at 2008-07-03 21:20:22