Trace number 1087346

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+picosatUNSAT 283.226 287.273

General information on the benchmark

Namecsp/fapp/fapp07/
normalized-fapp07-0600-7.xml
MD5SUMc3977aded3fc1b33631985df26116e6e
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark15.7206
Satisfiable
(Un)Satisfiability was proved
Number of variables600
Number of constraints8996
Maximum constraint arity2
Maximum domain size302
Number of constraints which are defined in extension0
Number of constraints which are defined in intension8996
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.16	c 0	Sugar v1-13 + HOME/picosat
0.00/0.16	c 0	BEGIN Sat Jul  5 09:39:50 2008
0.00/0.16	c 0	PID 21297
0.00/0.17	c 0	HOST node54.alineos.net
0.00/0.17	c 0	CONVERTING HOME/instance-1087346-1215243589.xml TO HOME/temp.csp
0.00/0.17	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1087346-1215243589.xml' 'HOME/temp.csp'
0.94/1.12	c 1	28 domains, 600 variables, 8 predicates, 0 relations, 8996 constraints
0.94/1.18	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.94/1.18	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.96/1.26	c 1	Parsing HOME/temp.csp
0.96/1.81	c 1	parsed 9632 expressions
0.96/1.81	c 1	Heap : 4 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.96/1.81	c 1	Converting to clausal form CSP
2.55/2.87	c 2	converted 964 (10%) expressions
4.23/4.50	c 4	converted 1927 (20%) expressions
5.41/5.76	c 5	converted 2890 (30%) expressions
6.40/6.75	c 6	converted 3853 (40%) expressions
7.68/8.05	c 8	converted 4816 (50%) expressions
8.58/8.99	c 9	converted 5780 (60%) expressions
9.36/9.76	c 9	converted 6743 (70%) expressions
10.85/11.21	c 11	converted 7706 (80%) expressions
11.64/12.05	c 12	converted 8669 (90%) expressions
12.52/12.93	c 12	converted 9632 (100%) expressions
12.52/12.93	c 12	CSP : 1198 integers, 26212 booleans, 54058 clauses, largest domain size 2721
12.52/12.93	c 12	Heap : 74 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
12.52/12.93	c 12	Propagation in CSP
13.12/13.55	c 13	4760 values, 0 unsatisfiable literals, and 0 valid clauses are removed
13.12/13.55	c 13	CSP : 1198 integers, 26212 booleans, 54058 clauses, largest domain size 2721
13.12/13.55	c 13	Heap : 78 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
13.12/13.58	c 13	Simplifing CSP by introducing new Boolean variables
13.32/13.71	c 13	CSP : 1198 integers, 43964 booleans, 71810 clauses, largest domain size 2721
13.32/13.71	c 13	Heap : 82 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
13.92/14.36	c 14	Encoding CSP to SAT : HOME/temp.cnf
14.40/14.85	c 14	120 (10%) CSP integer variables are encoded (20624 clauses, 287348 bytes)
14.91/15.31	c 15	240 (20%) CSP integer variables are encoded (41412 clauses, 599168 bytes)
15.30/15.78	c 15	360 (30%) CSP integer variables are encoded (63061 clauses, 923903 bytes)
15.79/16.26	c 16	480 (40%) CSP integer variables are encoded (84950 clauses, 1252238 bytes)
16.28/16.77	c 16	599 (50%) CSP integer variables are encoded (107958 clauses, 1614385 bytes)
16.58/17.05	c 17	719 (60%) CSP integer variables are encoded (318867 clauses, 5199838 bytes)
16.88/17.32	c 17	839 (70%) CSP integer variables are encoded (511653 clauses, 8477200 bytes)
17.08/17.58	c 17	959 (80%) CSP integer variables are encoded (711473 clauses, 11874140 bytes)
17.37/17.89	c 17	1079 (90%) CSP integer variables are encoded (956529 clauses, 16040092 bytes)
17.67/18.17	c 18	1198 (100%) CSP integer variables are encoded (1165716 clauses, 19929912 bytes)
36.92/37.64	c 37	7181 (10%) CSP clauses are encoded (4293338 clauses, 88958485 bytes)
49.90/50.95	c 51	14362 (20%) CSP clauses are encoded (6856191 clauses, 147503743 bytes)
58.38/59.58	c 59	21543 (30%) CSP clauses are encoded (8847067 clauses, 195322285 bytes)
64.40/65.60	c 65	28724 (40%) CSP clauses are encoded (10480695 clauses, 236162038 bytes)
68.89/70.28	c 70	35905 (50%) CSP clauses are encoded (11918333 clauses, 273000709 bytes)
73.88/75.33	c 75	43086 (60%) CSP clauses are encoded (13637909 clauses, 316884944 bytes)
78.97/80.58	c 80	50267 (70%) CSP clauses are encoded (15354762 clauses, 360473024 bytes)
84.06/85.71	c 85	57448 (80%) CSP clauses are encoded (17024470 clauses, 403073094 bytes)
89.55/91.31	c 91	64629 (90%) CSP clauses are encoded (18869597 clauses, 450107830 bytes)
94.71/96.67	c 96	71810 (100%) CSP clauses are encoded (20651987 clauses, 495602688 bytes)
94.71/96.67	c 96	71810 CSP clauses encoded
94.71/96.67	c 96	Writing map file : HOME/temp.map
94.80/96.73	c 96	Heap : 83 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
94.80/96.73	c 96	SAT : 1210878 SAT variables, 20651987 SAT clauses, 495602688 bytes
94.80/96.73	c 96	Heap : 83 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
94.80/96.78	c 96	SOLVING HOME/temp.cnf
94.80/96.78	c 96	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
282.29/286.31	c 286	DECODING HOME/temp.out WITH HOME/temp.map
282.29/286.31	c 286	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
282.30/286.40	c 286	Decoding HOME/temp.out
282.30/286.96	s UNSATISFIABLE
282.30/286.97	c 287	Heap : 7 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
282.93/287.02	c 287	CPU 181.76 (0.04 0.01 181.72 101.18)
282.93/287.02	c 287	END Sat Jul  5 09:44:37 2008

Verifier Data (download as text)

No possible verification on an UNSAT instance

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-1087346-1215243589/watcher-1087346-1215243589 -o /tmp/evaluation-result-1087346-1215243589/solver-1087346-1215243589 -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-1087346-1215243589.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.96 1.99 2.04 4/73 21297
/proc/meminfo: memFree=1877664/2055920 swapFree=4179680/4192956
[pid=21297] ppid=21295 vsize=18572 CPUtime=0
/proc/21297/stat : 21297 (runsolver) D 21295 21297 19954 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 2003331600 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 234211568935 0 0 4096 24578 18446744071563608240 0 0 17 1 0 0
/proc/21297/statm: 4643 292 257 25 0 2626 0

[startup+0.0703699 s]
/proc/loadavg: 1.96 1.99 2.04 4/73 21297
/proc/meminfo: memFree=1877664/2055920 swapFree=4179680/4192956
[pid=21297] ppid=21295 vsize=12268 CPUtime=0
/proc/21297/stat : 21297 (sugar) D 21295 21297 19954 0 -1 4194304 352 0 0 0 0 0 0 0 18 0 1 0 2003331600 12562432 320 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 0 18446744071563608240 0 0 17 1 0 0
/proc/21297/statm: 3067 320 242 3 0 167 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12268

[startup+0.101375 s]
/proc/loadavg: 1.96 1.99 2.04 4/73 21297
/proc/meminfo: memFree=1877664/2055920 swapFree=4179680/4192956
[pid=21297] ppid=21295 vsize=12272 CPUtime=0
/proc/21297/stat : 21297 (sugar) D 21295 21297 19954 0 -1 4194304 396 0 0 0 0 0 0 0 18 0 1 0 2003331600 12566528 364 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 0 18446744071563479169 0 0 17 1 0 0
/proc/21297/statm: 3068 364 274 3 0 168 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12272

[startup+0.301427 s]
/proc/loadavg: 1.96 1.99 2.04 4/73 21297
/proc/meminfo: memFree=1877664/2055920 swapFree=4179680/4192956
[pid=21297] ppid=21295 vsize=13600 CPUtime=0.03
/proc/21297/stat : 21297 (sugar) S 21295 21297 19954 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 2003331600 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21297/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701508 s]
/proc/loadavg: 1.96 1.99 2.04 4/73 21297
/proc/meminfo: memFree=1877664/2055920 swapFree=4179680/4192956
[pid=21297] ppid=21295 vsize=13600 CPUtime=0.03
/proc/21297/stat : 21297 (sugar) S 21295 21297 19954 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 2003331600 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21297/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50267 s]
/proc/loadavg: 1.96 1.99 2.04 4/84 21309
/proc/meminfo: memFree=1855552/2055920 swapFree=4179680/4192956
[pid=21297] ppid=21295 vsize=13600 CPUtime=0.96
/proc/21297/stat : 21297 (sugar) S 21295 21297 19954 0 -1 4194304 973 8865 0 1 3 0 87 6 16 0 1 0 2003331600 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21297/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.96
Current children cumulated vsize (KiB) 13600

[startup+3.102 s]
/proc/loadavg: 1.96 1.99 2.04 3/84 21319
/proc/meminfo: memFree=1858624/2055920 swapFree=4179680/4192956
[pid=21297] ppid=21295 vsize=13600 CPUtime=0.96
/proc/21297/stat : 21297 (sugar) S 21295 21297 19954 0 -1 4194304 974 8865 0 1 3 0 87 6 16 0 1 0 2003331600 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21297/statm: 3400 797 370 3 0 500 0
[pid=21310] ppid=21297 vsize=5356 CPUtime=0
/proc/21310/stat : 21310 (sh) S 21297 21297 19954 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2003331718 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21310/statm: 1339 233 193 169 0 50 0
[pid=21311] ppid=21310 vsize=868404 CPUtime=1.88
/proc/21311/stat : 21311 (java) S 21310 21297 19954 0 -1 0 8478 0 1 0 182 6 0 0 18 0 9 0 2003331719 889245696 7584 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21311/statm: 217101 7584 2541 9 0 211676 0
[pid=21311/tid=21312] ppid=21310 vsize=868404 CPUtime=1.4
/proc/21311/task/21312/stat : 21312 (java) R 21310 21297 19954 0 -1 64 2671 0 1 0 138 2 0 0 25 0 9 0 2003331720 889245696 7584 996147200 134512640 134550740 4294955952 18446744073709551615 4126519503 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21311/tid=21313] ppid=21310 vsize=868404 CPUtime=0.25
/proc/21311/task/21313/stat : 21313 (java) S 21310 21297 19954 0 -1 64 3657 0 0 0 23 2 0 0 16 0 9 0 2003331721 889245696 7584 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21311/tid=21314] ppid=21310 vsize=868404 CPUtime=0
/proc/21311/task/21314/stat : 21314 (java) S 21310 21297 19954 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2003331721 889245696 7584 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21311/tid=21315] ppid=21310 vsize=868404 CPUtime=0
/proc/21311/task/21315/stat : 21315 (java) S 21310 21297 19954 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 2003331721 889245696 7584 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21311/tid=21316] ppid=21310 vsize=868404 CPUtime=0
/proc/21311/task/21316/stat : 21316 (java) S 21310 21297 19954 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2003331723 889245696 7584 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21311/tid=21317] ppid=21310 vsize=868404 CPUtime=0.21
/proc/21311/task/21317/stat : 21317 (java) S 21310 21297 19954 0 -1 64 1454 0 0 0 20 1 0 0 16 0 9 0 2003331723 889245696 7584 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21311/tid=21318] ppid=21310 vsize=868404 CPUtime=0
/proc/21311/task/21318/stat : 21318 (java) S 21310 21297 19954 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2003331723 889245696 7584 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21311/tid=21319] ppid=21310 vsize=868404 CPUtime=0
/proc/21311/task/21319/stat : 21319 (java) S 21310 21297 19954 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2003331723 889245696 7584 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.84
Current children cumulated vsize (KiB) 887360

[startup+6.30267 s]
/proc/loadavg: 1.96 1.99 2.04 4/84 21319
/proc/meminfo: memFree=1839872/2055920 swapFree=4179680/4192956
[pid=21297] ppid=21295 vsize=13600 CPUtime=0.96
/proc/21297/stat : 21297 (sugar) S 21295 21297 19954 0 -1 4194304 974 8865 0 1 3 0 87 6 16 0 1 0 2003331600 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21297/statm: 3400 797 370 3 0 500 0
[pid=21310] ppid=21297 vsize=5356 CPUtime=0
/proc/21310/stat : 21310 (sh) S 21297 21297 19954 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2003331718 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21310/statm: 1339 233 193 169 0 50 0
[pid=21311] ppid=21310 vsize=868404 CPUtime=5.04
/proc/21311/stat : 21311 (java) S 21310 21297 19954 0 -1 0 13901 0 1 0 493 11 0 0 18 0 9 0 2003331719 889245696 12826 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21311/statm: 217101 12826 2540 9 0 211676 0
[pid=21311/tid=21312] ppid=21310 vsize=868404 CPUtime=3.93
/proc/21311/task/21312/stat : 21312 (java) R 21310 21297 19954 0 -1 64 3061 0 1 0 391 2 0 0 25 0 9 0 2003331720 889245696 12826 996147200 134512640 134550740 4294955952 18446744073709551615 4126572086 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21311/tid=21313] ppid=21310 vsize=868404 CPUtime=0.86
/proc/21311/task/21313/stat : 21313 (java) S 21310 21297 19954 0 -1 64 8684 0 0 0 80 6 0 0 16 0 9 0 2003331721 889245696 12826 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21311/tid=21314] ppid=21310 vsize=868404 CPUtime=0
/proc/21311/task/21314/stat : 21314 (java) S 21310 21297 19954 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2003331721 889245696 12826 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21311/tid=21315] ppid=21310 vsize=868404 CPUtime=0
/proc/21311/task/21315/stat : 21315 (java) S 21310 21297 19954 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 2003331721 889245696 12826 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21311/tid=21316] ppid=21310 vsize=868404 CPUtime=0
/proc/21311/task/21316/stat : 21316 (java) S 21310 21297 19954 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2003331723 889245696 12826 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21311/tid=21317] ppid=21310 vsize=868404 CPUtime=0.22
/proc/21311/task/21317/stat : 21317 (java) S 21310 21297 19954 0 -1 64 1460 0 0 0 21 1 0 0 15 0 9 0 2003331723 889245696 12826 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21311/tid=21318] ppid=21310 vsize=868404 CPUtime=0
/proc/21311/task/21318/stat : 21318 (java) S 21310 21297 19954 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2003331723 889245696 12826 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21311/tid=21319] ppid=21310 vsize=868404 CPUtime=0
/proc/21311/task/21319/stat : 21319 (java) S 21310 21297 19954 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2003331723 889245696 12826 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6
Current children cumulated vsize (KiB) 887360

[startup+12.702 s]
/proc/loadavg: 2.05 2.00 2.05 3/84 21319
/proc/meminfo: memFree=1792640/2055920 swapFree=4179680/4192956
[pid=21297] ppid=21295 vsize=13600 CPUtime=0.96
/proc/21297/stat : 21297 (sugar) S 21295 21297 19954 0 -1 4194304 974 8865 0 1 3 0 87 6 15 0 1 0 2003331600 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21297/statm: 3400 797 370 3 0 500 0
[pid=21310] ppid=21297 vsize=5356 CPUtime=0
/proc/21310/stat : 21310 (sh) S 21297 21297 19954 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2003331718 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21310/statm: 1339 233 193 169 0 50 0
[pid=21311] ppid=21310 vsize=868404 CPUtime=11.38
/proc/21311/stat : 21311 (java) S 21310 21297 19954 0 -1 0 32374 0 1 0 1113 25 0 0 18 0 9 0 2003331719 889245696 24132 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21311/statm: 217101 24132 2540 9 0 211676 0
[pid=21311/tid=21312] ppid=21310 vsize=868404 CPUtime=8.69
/proc/21311/task/21312/stat : 21312 (java) R 21310 21297 19954 0 -1 64 3820 0 1 0 865 4 0 0 25 0 9 0 2003331720 889245696 24132 996147200 134512640 134550740 4294955952 18446744073709551615 4126519534 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21311/tid=21313] ppid=21310 vsize=868404 CPUtime=2.43
/proc/21311/task/21313/stat : 21313 (java) S 21310 21297 19954 0 -1 64 26398 0 0 0 225 18 0 0 16 0 9 0 2003331721 889245696 24132 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21311/tid=21314] ppid=21310 vsize=868404 CPUtime=0
/proc/21311/task/21314/stat : 21314 (java) S 21310 21297 19954 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2003331721 889245696 24132 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21311/tid=21315] ppid=21310 vsize=868404 CPUtime=0
/proc/21311/task/21315/stat : 21315 (java) S 21310 21297 19954 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 2003331721 889245696 24132 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21311/tid=21316] ppid=21310 vsize=868404 CPUtime=0
/proc/21311/task/21316/stat : 21316 (java) S 21310 21297 19954 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2003331723 889245696 24132 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21311/tid=21317] ppid=21310 vsize=868404 CPUtime=0.22
/proc/21311/task/21317/stat : 21317 (java) S 21310 21297 19954 0 -1 64 1460 0 0 0 21 1 0 0 15 0 9 0 2003331723 889245696 24132 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21311/tid=21318] ppid=21310 vsize=868404 CPUtime=0
/proc/21311/task/21318/stat : 21318 (java) S 21310 21297 19954 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2003331723 889245696 24132 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21311/tid=21319] ppid=21310 vsize=868404 CPUtime=0
/proc/21311/task/21319/stat : 21319 (java) S 21310 21297 19954 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2003331723 889245696 24132 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.34
Current children cumulated vsize (KiB) 887360

[startup+25.5026 s]
/proc/loadavg: 2.04 2.00 2.05 3/84 21319
/proc/meminfo: memFree=1733824/2055920 swapFree=4179680/4192956
[pid=21297] ppid=21295 vsize=13600 CPUtime=0.96
/proc/21297/stat : 21297 (sugar) S 21295 21297 19954 0 -1 4194304 974 8865 0 1 3 0 87 6 15 0 1 0 2003331600 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21297/statm: 3400 797 370 3 0 500 0
[pid=21310] ppid=21297 vsize=5356 CPUtime=0
/proc/21310/stat : 21310 (sh) S 21297 21297 19954 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2003331718 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21310/statm: 1339 233 193 169 0 50 0
[pid=21311] ppid=21310 vsize=868516 CPUtime=24.02
/proc/21311/stat : 21311 (java) S 21310 21297 19954 0 -1 0 37284 0 1 0 2351 51 0 0 18 0 9 0 2003331719 889360384 27278 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21311/statm: 217129 27278 2566 9 0 211676 0
[pid=21311/tid=21312] ppid=21310 vsize=868516 CPUtime=20.37
/proc/21311/task/21312/stat : 21312 (java) R 21310 21297 19954 0 -1 64 4302 0 1 0 2012 25 0 0 25 0 9 0 2003331720 889360384 27278 996147200 134512640 134550740 4294955952 18446744073709551615 4126973488 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21311/tid=21313] ppid=21310 vsize=868516 CPUtime=3.31
/proc/21311/task/21313/stat : 21313 (java) S 21310 21297 19954 0 -1 64 30778 0 0 0 308 23 0 0 16 0 9 0 2003331721 889360384 27278 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21311/tid=21314] ppid=21310 vsize=868516 CPUtime=0
/proc/21311/task/21314/stat : 21314 (java) S 21310 21297 19954 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2003331721 889360384 27278 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21311/tid=21315] ppid=21310 vsize=868516 CPUtime=0
/proc/21311/task/21315/stat : 21315 (java) S 21310 21297 19954 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 2003331721 889360384 27278 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21311/tid=21316] ppid=21310 vsize=868516 CPUtime=0
/proc/21311/task/21316/stat : 21316 (java) S 21310 21297 19954 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2003331723 889360384 27278 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21311/tid=21317] ppid=21310 vsize=868516 CPUtime=0.31
/proc/21311/task/21317/stat : 21317 (java) S 21310 21297 19954 0 -1 64 1508 0 0 0 30 1 0 0 16 0 9 0 2003331723 889360384 27278 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21311/tid=21318] ppid=21310 vsize=868516 CPUtime=0
/proc/21311/task/21318/stat : 21318 (java) S 21310 21297 19954 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2003331723 889360384 27278 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21311/tid=21319] ppid=21310 vsize=868516 CPUtime=0
/proc/21311/task/21319/stat : 21319 (java) S 21310 21297 19954 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2003331723 889360384 27278 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 24.98
Current children cumulated vsize (KiB) 887472

[startup+51.103 s]
/proc/loadavg: 2.03 2.00 2.04 3/84 21319
/proc/meminfo: memFree=1630784/2055920 swapFree=4179680/4192956
[pid=21297] ppid=21295 vsize=13600 CPUtime=0.96
/proc/21297/stat : 21297 (sugar) S 21295 21297 19954 0 -1 4194304 974 8865 0 1 3 0 87 6 16 0 1 0 2003331600 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21297/statm: 3400 797 370 3 0 500 0
[pid=21310] ppid=21297 vsize=5356 CPUtime=0
/proc/21310/stat : 21310 (sh) S 21297 21297 19954 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2003331718 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21310/statm: 1339 233 193 169 0 50 0
[pid=21311] ppid=21310 vsize=868516 CPUtime=49.14
/proc/21311/stat : 21311 (java) S 21310 21297 19954 0 -1 0 37601 0 1 0 4797 117 0 0 18 0 9 0 2003331719 889360384 27282 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21311/statm: 217129 27282 2566 9 0 211676 0
[pid=21311/tid=21312] ppid=21310 vsize=868516 CPUtime=45.26
/proc/21311/task/21312/stat : 21312 (java) R 21310 21297 19954 0 -1 64 4615 0 1 0 4436 90 0 0 25 0 9 0 2003331720 889360384 27282 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21311/tid=21313] ppid=21310 vsize=868516 CPUtime=3.52
/proc/21311/task/21313/stat : 21313 (java) S 21310 21297 19954 0 -1 64 30778 0 0 0 328 24 0 0 16 0 9 0 2003331721 889360384 27282 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21311/tid=21314] ppid=21310 vsize=868516 CPUtime=0
/proc/21311/task/21314/stat : 21314 (java) S 21310 21297 19954 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2003331721 889360384 27282 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21311/tid=21315] ppid=21310 vsize=868516 CPUtime=0
/proc/21311/task/21315/stat : 21315 (java) S 21310 21297 19954 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 2003331721 889360384 27282 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21311/tid=21316] ppid=21310 vsize=868516 CPUtime=0
/proc/21311/task/21316/stat : 21316 (java) S 21310 21297 19954 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2003331723 889360384 27282 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21311/tid=21317] ppid=21310 vsize=868516 CPUtime=0.32
/proc/21311/task/21317/stat : 21317 (java) S 21310 21297 19954 0 -1 64 1512 0 0 0 31 1 0 0 15 0 9 0 2003331723 889360384 27282 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21311/tid=21318] ppid=21310 vsize=868516 CPUtime=0
/proc/21311/task/21318/stat : 21318 (java) S 21310 21297 19954 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2003331723 889360384 27282 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21311/tid=21319] ppid=21310 vsize=868516 CPUtime=0
/proc/21311/task/21319/stat : 21319 (java) S 21310 21297 19954 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2003331723 889360384 27282 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.1
Current children cumulated vsize (KiB) 887472

[startup+102.308 s]
/proc/loadavg: 2.01 2.00 2.04 3/76 21321
/proc/meminfo: memFree=1311104/2055920 swapFree=4179680/4192956
[pid=21297] ppid=21295 vsize=13600 CPUtime=94.88
/proc/21297/stat : 21297 (sugar) S 21295 21297 19954 0 -1 4194304 1022 47695 0 2 4 1 9129 354 16 0 1 0 2003331600 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21297/statm: 3400 799 370 3 0 500 0
[pid=21320] ppid=21297 vsize=5356 CPUtime=0
/proc/21320/stat : 21320 (sh) S 21297 21297 19954 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2003341279 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21320/statm: 1339 232 193 169 0 50 0
[pid=21321] ppid=21320 vsize=87320 CPUtime=5.33
/proc/21321/stat : 21321 (picosat) R 21320 21297 19954 0 -1 4194304 17219 0 0 0 240 293 0 0 25 0 1 0 2003341280 89415680 17205 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/21321/statm: 21830 17205 40 102 0 21725 0
Current children cumulated CPU time (s) 100.21
Current children cumulated vsize (KiB) 106276

[startup+162.302 s]
/proc/loadavg: 2.00 2.00 2.03 3/76 21321
/proc/meminfo: memFree=1075584/2055920 swapFree=4179680/4192956
[pid=21297] ppid=21295 vsize=13600 CPUtime=94.88
/proc/21297/stat : 21297 (sugar) S 21295 21297 19954 0 -1 4194304 1022 47695 0 2 4 1 9129 354 16 0 1 0 2003331600 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21297/statm: 3400 799 370 3 0 500 0
[pid=21320] ppid=21297 vsize=5356 CPUtime=0
/proc/21320/stat : 21320 (sh) S 21297 21297 19954 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2003341279 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21320/statm: 1339 232 193 169 0 50 0
[pid=21321] ppid=21320 vsize=377160 CPUtime=64.59
/proc/21321/stat : 21321 (picosat) R 21320 21297 19954 0 -1 4194304 76352 0 0 0 2940 3519 0 0 25 0 1 0 2003341280 386211840 76338 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/21321/statm: 94290 76338 40 102 0 94185 0
Current children cumulated CPU time (s) 159.47
Current children cumulated vsize (KiB) 396116

[startup+222.301 s]
/proc/loadavg: 2.00 2.00 2.03 3/76 21321
/proc/meminfo: memFree=861184/2055920 swapFree=4179680/4192956
[pid=21297] ppid=21295 vsize=13600 CPUtime=94.88
/proc/21297/stat : 21297 (sugar) S 21295 21297 19954 0 -1 4194304 1022 47695 0 2 4 1 9129 354 16 0 1 0 2003331600 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21297/statm: 3400 799 370 3 0 500 0
[pid=21320] ppid=21297 vsize=5356 CPUtime=0
/proc/21320/stat : 21320 (sh) S 21297 21297 19954 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2003341279 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21320/statm: 1339 232 193 169 0 50 0
[pid=21321] ppid=21320 vsize=599232 CPUtime=124.02
/proc/21321/stat : 21321 (picosat) R 21320 21297 19954 0 -1 4194304 129413 0 0 0 5689 6713 0 0 25 0 1 0 2003341280 613613568 129399 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/21321/statm: 149808 129399 40 102 0 149703 0
Current children cumulated CPU time (s) 218.9
Current children cumulated vsize (KiB) 618188

[startup+282.302 s]
/proc/loadavg: 2.00 2.00 2.02 3/76 21321
/proc/meminfo: memFree=654464/2055920 swapFree=4179680/4192956
[pid=21297] ppid=21295 vsize=13600 CPUtime=94.88
/proc/21297/stat : 21297 (sugar) S 21295 21297 19954 0 -1 4194304 1022 47695 0 2 4 1 9129 354 16 0 1 0 2003331600 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21297/statm: 3400 799 370 3 0 500 0
[pid=21320] ppid=21297 vsize=5356 CPUtime=0
/proc/21320/stat : 21320 (sh) S 21297 21297 19954 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2003341279 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21320/statm: 1339 232 193 169 0 50 0
[pid=21321] ppid=21320 vsize=788544 CPUtime=183.46
/proc/21321/stat : 21321 (picosat) R 21320 21297 19954 0 -1 4194304 180883 0 0 0 8598 9748 0 0 25 0 1 0 2003341280 807469056 180869 996147200 134512640 134931368 4294956256 18446744073709551615 134544854 0 0 4096 0 0 0 0 17 1 0 0
/proc/21321/statm: 197136 180869 42 102 0 197031 0
Current children cumulated CPU time (s) 278.34
Current children cumulated vsize (KiB) 807500

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

[startup+284.701 s]
/proc/loadavg: 2.00 2.00 2.02 3/76 21321
/proc/meminfo: memFree=653824/2055920 swapFree=4179680/4192956
[pid=21297] ppid=21295 vsize=13600 CPUtime=94.88
/proc/21297/stat : 21297 (sugar) S 21295 21297 19954 0 -1 4194304 1022 47695 0 2 4 1 9129 354 16 0 1 0 2003331600 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21297/statm: 3400 799 370 3 0 500 0
[pid=21320] ppid=21297 vsize=5356 CPUtime=0
/proc/21320/stat : 21320 (sh) S 21297 21297 19954 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2003341279 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21320/statm: 1339 232 193 169 0 50 0
[pid=21321] ppid=21320 vsize=788544 CPUtime=185.84
/proc/21321/stat : 21321 (picosat) R 21320 21297 19954 0 -1 4194304 181000 0 0 0 8836 9748 0 0 25 0 1 0 2003341280 807469056 180986 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/21321/statm: 197136 180986 42 102 0 197031 0
Current children cumulated CPU time (s) 280.72
Current children cumulated vsize (KiB) 807500

[startup+286.303 s]
/proc/loadavg: 2.00 2.00 2.02 3/76 21321
/proc/meminfo: memFree=653440/2055920 swapFree=4179680/4192956
[pid=21297] ppid=21295 vsize=13600 CPUtime=94.88
/proc/21297/stat : 21297 (sugar) S 21295 21297 19954 0 -1 4194304 1022 47695 0 2 4 1 9129 354 16 0 1 0 2003331600 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21297/statm: 3400 799 370 3 0 500 0
[pid=21320] ppid=21297 vsize=5356 CPUtime=0
/proc/21320/stat : 21320 (sh) S 21297 21297 19954 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2003341279 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21320/statm: 1339 232 193 169 0 50 0
[pid=21321] ppid=21320 vsize=0 CPUtime=187.41
/proc/21321/stat : 21321 (picosat) R 21320 21297 19954 0 -1 4194308 181053 0 0 0 8982 9759 0 0 25 0 1 0 2003341280 0 0 996147200 0 0 0 0 0 0 0 4096 0 0 0 0 17 1 0 0
/proc/21321/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 18956

[startup+286.702 s]
/proc/loadavg: 2.00 2.00 2.02 3/76 21321
/proc/meminfo: memFree=653440/2055920 swapFree=4179680/4192956
[pid=21297] ppid=21295 vsize=13600 CPUtime=282.3
/proc/21297/stat : 21297 (sugar) S 21295 21297 19954 0 -1 4194304 1091 229033 0 2 4 1 18111 10114 16 0 1 0 2003331600 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21297/statm: 3400 799 370 3 0 500 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 13600

[startup+287.108 s]
/proc/loadavg: 2.00 2.00 2.02 2/84 21331
/proc/meminfo: memFree=1365696/2055920 swapFree=4179680/4192956
[pid=21297] ppid=21295 vsize=13600 CPUtime=283.04
/proc/21297/stat : 21297 (sugar) R 21295 21297 19954 0 -1 4194304 1118 235847 0 3 4 10 18172 10118 16 0 1 0 2003331600 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 234211742761 0 0 4224 16386 0 0 0 17 1 0 0
/proc/21297/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 283.04
Current children cumulated vsize (KiB) 13600

[startup+287.202 s]
/proc/loadavg: 2.00 2.00 2.02 2/84 21331
/proc/meminfo: memFree=1365696/2055920 swapFree=4179680/4192956
[pid=21297] ppid=21295 vsize=13600 CPUtime=283.13
/proc/21297/stat : 21297 (sugar) R 21295 21297 19954 0 -1 4194304 1118 235847 0 3 4 19 18172 10118 16 0 1 0 2003331600 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 234211742761 0 0 4224 16386 0 0 0 17 1 0 0
/proc/21297/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 283.13
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 287.273
CPU time (s): 283.226
CPU user time (s): 181.766
CPU system time (s): 101.46
CPU usage (%): 98.5911
Max. virtual memory (cumulated for all children) (KiB): 897608

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 181.766
system time used= 101.46
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 236995
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= 16542
involuntary context switches= 22423

runsolver used 0.373943 second user time and 1.06184 second system time

The end

Launcher Data (download as text)

Begin job on node54 at 2008-07-05 09:39:49
IDJOB=1087346
IDBENCH=57975
IDSOLVER=345
FILE ID=node54/1087346-1215243589
PBS_JOBID= 7881921
Free space on /tmp= 66524 MiB

SOLVER NAME= Sugar v1.13+picosat
BENCH NAME= CPAI08/csp/fapp/fapp07/normalized-fapp07-0600-7.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-1087346-1215243589/watcher-1087346-1215243589 -o /tmp/evaluation-result-1087346-1215243589/solver-1087346-1215243589 -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-1087346-1215243589.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= c3977aded3fc1b33631985df26116e6e
RANDOM SEED=578256427

node54.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.279
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.279
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:       1878144 kB
Buffers:          4016 kB
Cached:          55688 kB
SwapCached:       5440 kB
Active:          98448 kB
Inactive:        27832 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1878144 kB
SwapTotal:     4192956 kB
SwapFree:      4179680 kB
Dirty:            2752 kB
Writeback:           0 kB
Mapped:          75620 kB
Slab:            36784 kB
Committed_AS:  4063752 kB
PageTables:       1812 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= 66524 MiB
End job on node54 at 2008-07-05 09:44:37