Trace number 1087682

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 135.899 138.126

General information on the benchmark

Namecsp/fapp/fapp03/
normalized-fapp03-0300-0.xml
MD5SUM794a2318e84f02e396222d8183c60eb7
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 benchmark1.19682
Satisfiable
(Un)Satisfiability was proved
Number of variables300
Number of constraints4377
Maximum constraint arity2
Maximum domain size250
Number of constraints which are defined in extension0
Number of constraints which are defined in intension4377
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 10:08:52 2008
0.00/0.16	c 0	PID 28126
0.00/0.16	c 0	HOST node56.alineos.net
0.00/0.16	c 0	CONVERTING HOME/instance-1087682-1215245332.xml TO HOME/temp.csp
0.00/0.16	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1087682-1215245332.xml' 'HOME/temp.csp'
0.03/0.77	c 1	13 domains, 300 variables, 7 predicates, 0 relations, 4377 constraints
0.03/0.79	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.79	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/0.88	c 1	Parsing HOME/temp.csp
0.93/1.15	c 1	parsed 4697 expressions
0.93/1.16	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.93/1.16	c 1	Converting to clausal form CSP
1.32/1.54	c 2	converted 470 (10%) expressions
1.81/2.04	c 2	converted 940 (20%) expressions
2.20/2.49	c 2	converted 1410 (30%) expressions
2.60/2.81	c 3	converted 1879 (40%) expressions
2.90/3.19	c 3	converted 2349 (50%) expressions
3.20/3.49	c 3	converted 2819 (60%) expressions
3.50/3.78	c 4	converted 3288 (70%) expressions
4.00/4.25	c 4	converted 3758 (80%) expressions
4.29/4.57	c 5	converted 4228 (90%) expressions
4.59/4.89	c 5	converted 4697 (100%) expressions
4.59/4.89	c 5	CSP : 600 integers, 12749 booleans, 26711 clauses, largest domain size 2657
4.59/4.89	c 5	Heap : 28 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
4.59/4.89	c 5	Propagation in CSP
4.89/5.11	c 5	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
4.89/5.11	c 5	CSP : 600 integers, 12749 booleans, 26711 clauses, largest domain size 2657
4.89/5.12	c 5	Heap : 28 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
4.89/5.13	c 5	Simplifing CSP by introducing new Boolean variables
4.89/5.19	c 5	CSP : 600 integers, 21163 booleans, 35125 clauses, largest domain size 2657
4.89/5.19	c 5	Heap : 31 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
5.28/5.52	c 6	Encoding CSP to SAT : HOME/temp.cnf
5.57/5.80	c 6	60 (10%) CSP integer variables are encoded (10848 clauses, 140692 bytes)
5.77/6.00	c 6	120 (20%) CSP integer variables are encoded (21172 clauses, 295552 bytes)
5.97/6.21	c 6	180 (30%) CSP integer variables are encoded (31652 clauses, 452752 bytes)
6.07/6.39	c 6	240 (40%) CSP integer variables are encoded (40776 clauses, 589612 bytes)
6.37/6.63	c 7	300 (50%) CSP integer variables are encoded (52936 clauses, 772012 bytes)
6.46/6.77	c 7	360 (60%) CSP integer variables are encoded (167096 clauses, 2619267 bytes)
6.66/6.94	c 7	420 (70%) CSP integer variables are encoded (289226 clauses, 4695477 bytes)
6.76/7.08	c 7	480 (80%) CSP integer variables are encoded (390282 clauses, 6413429 bytes)
6.95/7.22	c 7	540 (90%) CSP integer variables are encoded (504074 clauses, 8347893 bytes)
7.06/7.36	c 7	600 (100%) CSP integer variables are encoded (609728 clauses, 10144011 bytes)
18.12/18.52	c 19	3513 (10%) CSP clauses are encoded (2542955 clauses, 51370608 bytes)
24.25/24.73	c 25	7025 (20%) CSP clauses are encoded (3846882 clauses, 79874705 bytes)
27.60/28.15	c 28	10538 (30%) CSP clauses are encoded (4795683 clauses, 101782619 bytes)
30.27/30.86	c 31	14050 (40%) CSP clauses are encoded (5655237 clauses, 121924586 bytes)
32.83/33.44	c 33	17563 (50%) CSP clauses are encoded (6523245 clauses, 142548327 bytes)
35.02/36.29	c 36	21075 (60%) CSP clauses are encoded (7310808 clauses, 161523444 bytes)
37.58/38.88	c 39	24588 (70%) CSP clauses are encoded (8279442 clauses, 184927856 bytes)
39.48/40.75	c 41	28100 (80%) CSP clauses are encoded (9013933 clauses, 202607920 bytes)
41.27/42.53	c 43	31613 (90%) CSP clauses are encoded (9722918 clauses, 219702458 bytes)
43.34/44.68	c 45	35125 (100%) CSP clauses are encoded (10543661 clauses, 239462310 bytes)
43.34/44.68	c 45	35125 CSP clauses encoded
43.34/44.68	c 45	Writing map file : HOME/temp.map
43.43/44.71	c 45	Heap : 30 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
43.43/44.71	c 45	SAT : 631491 SAT variables, 10543661 SAT clauses, 239462310 bytes
43.43/44.71	c 45	Heap : 30 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
43.43/44.77	c 45	SOLVING HOME/temp.cnf
43.43/44.77	c 45	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
135.40/137.66	c 138	DECODING HOME/temp.out WITH HOME/temp.map
135.40/137.66	c 138	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
135.48/137.76	c 138	Decoding HOME/temp.out
135.48/137.94	s UNSATISFIABLE
135.48/137.94	c 138	Heap : 3 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
135.48/138.00	c 138	CPU 84.69 (0.03 0.02 84.66 51.04)
135.48/138.00	c 138	END Sat Jul  5 10:11:10 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-1087682-1215245332/watcher-1087682-1215245332 -o /tmp/evaluation-result-1087682-1215245332/solver-1087682-1215245332 -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-1087682-1215245332.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: 2.04 2.09 2.16 4/82 28126
/proc/meminfo: memFree=1608288/2055920 swapFree=4179784/4192956
[pid=28126] ppid=28124 vsize=18572 CPUtime=0
/proc/28126/stat : 28126 (runsolver) R 28124 28126 27474 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 2003504778 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 250968861991 0 0 4096 24578 0 0 0 17 1 0 0
/proc/28126/statm: 4643 292 257 25 0 2626 0

[startup+0.0845819 s]
/proc/loadavg: 2.04 2.09 2.16 4/82 28126
/proc/meminfo: memFree=1608288/2055920 swapFree=4179784/4192956
[pid=28126] ppid=28124 vsize=12268 CPUtime=0
/proc/28126/stat : 28126 (sugar) D 28124 28126 27474 0 -1 4194304 352 0 0 0 0 0 0 0 18 0 1 0 2003504778 12562432 320 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 0 18446744071563608240 0 0 17 1 0 0
/proc/28126/statm: 3067 320 242 3 0 167 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12268

[startup+0.101585 s]
/proc/loadavg: 2.04 2.09 2.16 4/82 28126
/proc/meminfo: memFree=1608288/2055920 swapFree=4179784/4192956
[pid=28126] ppid=28124 vsize=12272 CPUtime=0
/proc/28126/stat : 28126 (sugar) R 28124 28126 27474 0 -1 4194304 378 0 0 0 0 0 0 0 18 0 1 0 2003504778 12566528 346 996147200 4194304 4206940 548682068608 18446744073709551615 250988469552 0 0 4224 0 0 0 0 17 1 0 0
/proc/28126/statm: 3068 346 257 3 0 168 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12272

[startup+0.301625 s]
/proc/loadavg: 2.04 2.09 2.16 4/82 28126
/proc/meminfo: memFree=1608288/2055920 swapFree=4179784/4192956
[pid=28126] ppid=28124 vsize=13600 CPUtime=0.03
/proc/28126/stat : 28126 (sugar) S 28124 28126 27474 0 -1 4194304 900 127 0 0 2 1 0 0 18 0 1 0 2003504778 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28126/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701697 s]
/proc/loadavg: 2.04 2.09 2.16 4/82 28126
/proc/meminfo: memFree=1608288/2055920 swapFree=4179784/4192956
[pid=28126] ppid=28124 vsize=13600 CPUtime=0.03
/proc/28126/stat : 28126 (sugar) S 28124 28126 27474 0 -1 4194304 900 127 0 0 2 1 0 0 18 0 1 0 2003504778 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28126/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50284 s]
/proc/loadavg: 2.04 2.09 2.16 4/93 28148
/proc/meminfo: memFree=1600008/2055920 swapFree=4179784/4192956
[pid=28126] ppid=28124 vsize=13600 CPUtime=0.64
/proc/28126/stat : 28126 (sugar) S 28124 28126 27474 0 -1 4194304 974 7155 0 1 3 1 55 5 15 0 1 0 2003504778 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28126/statm: 3400 797 370 3 0 500 0
[pid=28139] ppid=28126 vsize=5356 CPUtime=0
/proc/28139/stat : 28139 (sh) S 28126 28126 27474 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2003504858 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28139/statm: 1339 233 193 169 0 50 0
[pid=28140] ppid=28139 vsize=868352 CPUtime=0.68
/proc/28140/stat : 28140 (java) S 28139 28126 27474 0 -1 0 5589 0 1 0 65 3 0 0 18 0 9 0 2003504858 889192448 4994 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28140/statm: 217088 4994 1732 9 0 211663 0
[pid=28140/tid=28141] ppid=28139 vsize=868352 CPUtime=0.43
/proc/28140/task/28141/stat : 28141 (java) R 28139 28126 27474 0 -1 64 2669 0 1 0 42 1 0 0 19 0 9 0 2003504859 889192448 4994 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28140/tid=28142] ppid=28139 vsize=868352 CPUtime=0.05
/proc/28140/task/28142/stat : 28142 (java) S 28139 28126 27474 0 -1 64 794 0 0 0 5 0 0 0 16 0 9 0 2003504860 889192448 4994 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28140/tid=28143] ppid=28139 vsize=868352 CPUtime=0
/proc/28140/task/28143/stat : 28143 (java) S 28139 28126 27474 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 2003504860 889192448 4994 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28140/tid=28144] ppid=28139 vsize=868352 CPUtime=0
/proc/28140/task/28144/stat : 28144 (java) S 28139 28126 27474 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 2003504860 889192448 4994 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28140/tid=28145] ppid=28139 vsize=868352 CPUtime=0
/proc/28140/task/28145/stat : 28145 (java) S 28139 28126 27474 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2003504862 889192448 4994 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28140/tid=28146] ppid=28139 vsize=868352 CPUtime=0.17
/proc/28140/task/28146/stat : 28146 (java) R 28139 28126 27474 0 -1 64 1435 0 0 0 17 0 0 0 16 0 9 0 2003504862 889192448 4994 996147200 134512640 134550740 4294955952 18446744073709551615 101638224 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28140/tid=28147] ppid=28139 vsize=868352 CPUtime=0
/proc/28140/task/28147/stat : 28147 (java) S 28139 28126 27474 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2003504862 889192448 4994 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28140/tid=28148] ppid=28139 vsize=868352 CPUtime=0
/proc/28140/task/28148/stat : 28148 (java) S 28139 28126 27474 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2003504862 889192448 4994 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 887308

[startup+3.10112 s]
/proc/loadavg: 2.04 2.09 2.16 3/93 28148
/proc/meminfo: memFree=1587784/2055920 swapFree=4179784/4192956
[pid=28126] ppid=28124 vsize=13600 CPUtime=0.64
/proc/28126/stat : 28126 (sugar) S 28124 28126 27474 0 -1 4194304 974 7155 0 1 3 1 55 5 15 0 1 0 2003504778 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28126/statm: 3400 797 370 3 0 500 0
[pid=28139] ppid=28126 vsize=5356 CPUtime=0
/proc/28139/stat : 28139 (sh) S 28126 28126 27474 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2003504858 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28139/statm: 1339 233 193 169 0 50 0
[pid=28140] ppid=28139 vsize=868352 CPUtime=2.26
/proc/28140/stat : 28140 (java) S 28139 28126 27474 0 -1 0 9703 0 1 0 220 6 0 0 18 0 9 0 2003504858 889192448 8796 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28140/statm: 217088 8796 2540 9 0 211663 0
[pid=28140/tid=28141] ppid=28139 vsize=868352 CPUtime=1.63
/proc/28140/task/28141/stat : 28141 (java) R 28139 28126 27474 0 -1 64 2907 0 1 0 161 2 0 0 25 0 9 0 2003504859 889192448 8796 996147200 134512640 134550740 4294955952 18446744073709551615 4126477647 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28140/tid=28142] ppid=28139 vsize=868352 CPUtime=0.4
/proc/28140/task/28142/stat : 28142 (java) S 28139 28126 27474 0 -1 64 4652 0 0 0 38 2 0 0 16 0 9 0 2003504860 889192448 8796 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28140/tid=28143] ppid=28139 vsize=868352 CPUtime=0
/proc/28140/task/28143/stat : 28143 (java) S 28139 28126 27474 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2003504860 889192448 8796 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28140/tid=28144] ppid=28139 vsize=868352 CPUtime=0
/proc/28140/task/28144/stat : 28144 (java) S 28139 28126 27474 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2003504860 889192448 8796 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28140/tid=28145] ppid=28139 vsize=868352 CPUtime=0
/proc/28140/task/28145/stat : 28145 (java) S 28139 28126 27474 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2003504862 889192448 8796 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28140/tid=28146] ppid=28139 vsize=868352 CPUtime=0.2
/proc/28140/task/28146/stat : 28146 (java) S 28139 28126 27474 0 -1 64 1452 0 0 0 20 0 0 0 15 0 9 0 2003504862 889192448 8796 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28140/tid=28147] ppid=28139 vsize=868352 CPUtime=0
/proc/28140/task/28147/stat : 28147 (java) S 28139 28126 27474 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2003504862 889192448 8796 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28140/tid=28148] ppid=28139 vsize=868352 CPUtime=0
/proc/28140/task/28148/stat : 28148 (java) S 28139 28126 27474 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2003504862 889192448 8796 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.9
Current children cumulated vsize (KiB) 887308

[startup+6.30269 s]
/proc/loadavg: 2.04 2.08 2.16 4/93 28148
/proc/meminfo: memFree=1552136/2055920 swapFree=4179784/4192956
[pid=28126] ppid=28124 vsize=13600 CPUtime=0.65
/proc/28126/stat : 28126 (sugar) S 28124 28126 27474 0 -1 4194304 974 7155 0 1 3 2 55 5 15 0 1 0 2003504778 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28126/statm: 3400 797 370 3 0 500 0
[pid=28139] ppid=28126 vsize=5356 CPUtime=0
/proc/28139/stat : 28139 (sh) S 28126 28126 27474 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2003504858 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28139/statm: 1339 233 193 169 0 50 0
[pid=28140] ppid=28139 vsize=868464 CPUtime=5.42
/proc/28140/stat : 28140 (java) S 28139 28126 27474 0 -1 0 19395 0 1 0 529 13 0 0 18 0 9 0 2003504858 889307136 13216 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28140/statm: 217116 13216 2566 9 0 211663 0
[pid=28140/tid=28141] ppid=28139 vsize=868464 CPUtime=3.98
/proc/28140/task/28141/stat : 28141 (java) R 28139 28126 27474 0 -1 64 3316 0 1 0 395 3 0 0 25 0 9 0 2003504859 889307136 13216 996147200 134512640 134550740 4294955952 18446744073709551615 4126589155 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28140/tid=28142] ppid=28139 vsize=868464 CPUtime=1.16
/proc/28140/task/28142/stat : 28142 (java) S 28139 28126 27474 0 -1 64 13901 0 0 0 108 8 0 0 16 0 9 0 2003504860 889307136 13216 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28140/tid=28143] ppid=28139 vsize=868464 CPUtime=0
/proc/28140/task/28143/stat : 28143 (java) S 28139 28126 27474 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2003504860 889307136 13216 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28140/tid=28144] ppid=28139 vsize=868464 CPUtime=0
/proc/28140/task/28144/stat : 28144 (java) S 28139 28126 27474 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2003504860 889307136 13216 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28140/tid=28145] ppid=28139 vsize=868464 CPUtime=0
/proc/28140/task/28145/stat : 28145 (java) S 28139 28126 27474 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2003504862 889307136 13216 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28140/tid=28146] ppid=28139 vsize=868464 CPUtime=0.25
/proc/28140/task/28146/stat : 28146 (java) S 28139 28126 27474 0 -1 64 1486 0 0 0 25 0 0 0 15 0 9 0 2003504862 889307136 13216 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28140/tid=28147] ppid=28139 vsize=868464 CPUtime=0
/proc/28140/task/28147/stat : 28147 (java) S 28139 28126 27474 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2003504862 889307136 13216 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28140/tid=28148] ppid=28139 vsize=868464 CPUtime=0
/proc/28140/task/28148/stat : 28148 (java) S 28139 28126 27474 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2003504862 889307136 13216 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.07
Current children cumulated vsize (KiB) 887420

[startup+12.7018 s]
/proc/loadavg: 2.11 2.10 2.16 3/93 28148
/proc/meminfo: memFree=1536712/2055920 swapFree=4179784/4192956
[pid=28126] ppid=28124 vsize=13600 CPUtime=0.65
/proc/28126/stat : 28126 (sugar) S 28124 28126 27474 0 -1 4194304 974 7155 0 1 3 2 55 5 15 0 1 0 2003504778 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28126/statm: 3400 797 370 3 0 500 0
[pid=28139] ppid=28126 vsize=5356 CPUtime=0
/proc/28139/stat : 28139 (sh) S 28126 28126 27474 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2003504858 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28139/statm: 1339 233 193 169 0 50 0
[pid=28140] ppid=28139 vsize=868464 CPUtime=11.74
/proc/28140/stat : 28140 (java) S 28139 28126 27474 0 -1 0 19649 0 1 0 1143 31 0 0 18 0 9 0 2003504858 889307136 13233 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28140/statm: 217116 13233 2566 9 0 211663 0
[pid=28140/tid=28141] ppid=28139 vsize=868464 CPUtime=10.16
/proc/28140/task/28141/stat : 28141 (java) R 28139 28126 27474 0 -1 64 3555 0 1 0 997 19 0 0 25 0 9 0 2003504859 889307136 13233 996147200 134512640 134550740 4294955952 18446744073709551615 4126994448 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28140/tid=28142] ppid=28139 vsize=868464 CPUtime=1.26
/proc/28140/task/28142/stat : 28142 (java) S 28139 28126 27474 0 -1 64 13902 0 0 0 117 9 0 0 16 0 9 0 2003504860 889307136 13233 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28140/tid=28143] ppid=28139 vsize=868464 CPUtime=0
/proc/28140/task/28143/stat : 28143 (java) S 28139 28126 27474 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2003504860 889307136 13233 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28140/tid=28144] ppid=28139 vsize=868464 CPUtime=0
/proc/28140/task/28144/stat : 28144 (java) S 28139 28126 27474 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2003504860 889307136 13233 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28140/tid=28145] ppid=28139 vsize=868464 CPUtime=0
/proc/28140/task/28145/stat : 28145 (java) S 28139 28126 27474 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2003504862 889307136 13233 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28140/tid=28146] ppid=28139 vsize=868464 CPUtime=0.27
/proc/28140/task/28146/stat : 28146 (java) S 28139 28126 27474 0 -1 64 1500 0 0 0 27 0 0 0 17 0 9 0 2003504862 889307136 13233 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28140/tid=28147] ppid=28139 vsize=868464 CPUtime=0
/proc/28140/task/28147/stat : 28147 (java) S 28139 28126 27474 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2003504862 889307136 13233 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28140/tid=28148] ppid=28139 vsize=868464 CPUtime=0
/proc/28140/task/28148/stat : 28148 (java) S 28139 28126 27474 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2003504862 889307136 13233 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.39
Current children cumulated vsize (KiB) 887420

[startup+25.5021 s]
/proc/loadavg: 2.31 2.14 2.17 3/93 28148
/proc/meminfo: memFree=1479176/2055920 swapFree=4179784/4192956
[pid=28126] ppid=28124 vsize=13600 CPUtime=0.65
/proc/28126/stat : 28126 (sugar) S 28124 28126 27474 0 -1 4194304 974 7155 0 1 3 2 55 5 16 0 1 0 2003504778 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28126/statm: 3400 797 370 3 0 500 0
[pid=28139] ppid=28126 vsize=5356 CPUtime=0
/proc/28139/stat : 28139 (sh) S 28126 28126 27474 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2003504858 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28139/statm: 1339 233 193 169 0 50 0
[pid=28140] ppid=28139 vsize=868464 CPUtime=24.38
/proc/28140/stat : 28140 (java) S 28139 28126 27474 0 -1 0 20138 0 1 0 2368 70 0 0 18 0 9 0 2003504858 889307136 13237 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28140/statm: 217116 13237 2566 9 0 211663 0
[pid=28140/tid=28141] ppid=28139 vsize=868464 CPUtime=22.57
/proc/28140/task/28141/stat : 28141 (java) R 28139 28126 27474 0 -1 64 4041 0 1 0 2202 55 0 0 25 0 9 0 2003504859 889307136 13237 996147200 134512640 134550740 4294955952 18446744073709551615 4126995972 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28140/tid=28142] ppid=28139 vsize=868464 CPUtime=1.5
/proc/28140/task/28142/stat : 28142 (java) S 28139 28126 27474 0 -1 64 13902 0 0 0 137 13 0 0 16 0 9 0 2003504860 889307136 13237 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28140/tid=28143] ppid=28139 vsize=868464 CPUtime=0
/proc/28140/task/28143/stat : 28143 (java) S 28139 28126 27474 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2003504860 889307136 13237 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28140/tid=28144] ppid=28139 vsize=868464 CPUtime=0
/proc/28140/task/28144/stat : 28144 (java) S 28139 28126 27474 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2003504860 889307136 13237 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28140/tid=28145] ppid=28139 vsize=868464 CPUtime=0
/proc/28140/task/28145/stat : 28145 (java) S 28139 28126 27474 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2003504862 889307136 13237 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28140/tid=28146] ppid=28139 vsize=868464 CPUtime=0.28
/proc/28140/task/28146/stat : 28146 (java) S 28139 28126 27474 0 -1 64 1503 0 0 0 28 0 0 0 16 0 9 0 2003504862 889307136 13237 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28140/tid=28147] ppid=28139 vsize=868464 CPUtime=0
/proc/28140/task/28147/stat : 28147 (java) S 28139 28126 27474 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2003504862 889307136 13237 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28140/tid=28148] ppid=28139 vsize=868464 CPUtime=0
/proc/28140/task/28148/stat : 28148 (java) S 28139 28126 27474 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2003504862 889307136 13237 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.03
Current children cumulated vsize (KiB) 887420

[startup+51.1017 s]
/proc/loadavg: 2.54 2.21 2.19 3/85 28150
/proc/meminfo: memFree=1302408/2055920 swapFree=4179784/4192956
[pid=28126] ppid=28124 vsize=13600 CPUtime=43.47
/proc/28126/stat : 28126 (sugar) S 28124 28126 27474 0 -1 4194304 1022 28813 0 2 3 2 4163 179 16 0 1 0 2003504778 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28126/statm: 3400 799 370 3 0 500 0
[pid=28149] ppid=28126 vsize=5356 CPUtime=0
/proc/28149/stat : 28149 (sh) S 28126 28126 27474 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2003509255 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28149/statm: 1339 232 193 169 0 50 0
[pid=28150] ppid=28149 vsize=90596 CPUtime=6.25
/proc/28150/stat : 28150 (picosat) R 28149 28126 27474 0 -1 4194304 16008 0 0 0 286 339 0 0 25 0 1 0 2003509255 92770304 15994 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/28150/statm: 22649 15994 40 102 0 22544 0
Current children cumulated CPU time (s) 49.72
Current children cumulated vsize (KiB) 109552

[startup+102.307 s]
/proc/loadavg: 2.23 2.18 2.18 3/85 28150
/proc/meminfo: memFree=1121288/2055920 swapFree=4179784/4192956
[pid=28126] ppid=28124 vsize=13600 CPUtime=43.47
/proc/28126/stat : 28126 (sugar) S 28124 28126 27474 0 -1 4194304 1022 28813 0 2 3 2 4163 179 16 0 1 0 2003504778 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28126/statm: 3400 799 370 3 0 500 0
[pid=28149] ppid=28126 vsize=5356 CPUtime=0
/proc/28149/stat : 28149 (sh) S 28126 28126 27474 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2003509255 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28149/statm: 1339 232 193 169 0 50 0
[pid=28150] ppid=28149 vsize=286476 CPUtime=56.97
/proc/28150/stat : 28150 (picosat) R 28149 28126 27474 0 -1 4194304 61297 0 0 0 2601 3096 0 0 25 0 1 0 2003509255 293351424 61283 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/28150/statm: 71619 61283 40 102 0 71514 0
Current children cumulated CPU time (s) 100.44
Current children cumulated vsize (KiB) 305432

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

[startup+115.101 s]
/proc/loadavg: 2.20 2.17 2.18 3/85 28150
/proc/meminfo: memFree=1077320/2055920 swapFree=4179784/4192956
[pid=28126] ppid=28124 vsize=13600 CPUtime=43.47
/proc/28126/stat : 28126 (sugar) S 28124 28126 27474 0 -1 4194304 1022 28813 0 2 3 2 4163 179 16 0 1 0 2003504778 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28126/statm: 3400 799 370 3 0 500 0
[pid=28149] ppid=28126 vsize=5356 CPUtime=0
/proc/28149/stat : 28149 (sh) S 28126 28126 27474 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2003509255 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28149/statm: 1339 232 193 169 0 50 0
[pid=28150] ppid=28149 vsize=327664 CPUtime=69.65
/proc/28150/stat : 28150 (picosat) R 28149 28126 27474 0 -1 4194304 72900 0 0 0 3181 3784 0 0 25 0 1 0 2003509255 335527936 72886 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/28150/statm: 81916 72886 40 102 0 81811 0
Current children cumulated CPU time (s) 113.12
Current children cumulated vsize (KiB) 346620

[startup+127.902 s]
/proc/loadavg: 2.15 2.16 2.17 3/85 28150
/proc/meminfo: memFree=1029256/2055920 swapFree=4179784/4192956
[pid=28126] ppid=28124 vsize=13600 CPUtime=43.47
/proc/28126/stat : 28126 (sugar) S 28124 28126 27474 0 -1 4194304 1022 28813 0 2 3 2 4163 179 16 0 1 0 2003504778 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28126/statm: 3400 799 370 3 0 500 0
[pid=28149] ppid=28126 vsize=5356 CPUtime=0
/proc/28149/stat : 28149 (sh) S 28126 28126 27474 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2003509255 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28149/statm: 1339 232 193 169 0 50 0
[pid=28150] ppid=28149 vsize=368848 CPUtime=82.32
/proc/28150/stat : 28150 (picosat) R 28149 28126 27474 0 -1 4194304 84507 0 0 0 3759 4473 0 0 25 0 1 0 2003509255 377700352 84493 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/28150/statm: 92212 84493 40 102 0 92107 0
Current children cumulated CPU time (s) 125.79
Current children cumulated vsize (KiB) 387804

[startup+134.301 s]
/proc/loadavg: 2.14 2.16 2.17 3/85 28150
/proc/meminfo: memFree=1005384/2055920 swapFree=4179784/4192956
[pid=28126] ppid=28124 vsize=13600 CPUtime=43.47
/proc/28126/stat : 28126 (sugar) S 28124 28126 27474 0 -1 4194304 1022 28813 0 2 3 2 4163 179 16 0 1 0 2003504778 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28126/statm: 3400 799 370 3 0 500 0
[pid=28149] ppid=28126 vsize=5356 CPUtime=0
/proc/28149/stat : 28149 (sh) S 28126 28126 27474 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2003509255 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28149/statm: 1339 232 193 169 0 50 0
[pid=28150] ppid=28149 vsize=389440 CPUtime=88.67
/proc/28150/stat : 28150 (picosat) R 28149 28126 27474 0 -1 4194304 90308 0 0 0 4056 4811 0 0 25 0 1 0 2003509255 398786560 90294 996147200 134512640 134931368 4294956256 18446744073709551615 134520649 0 0 4096 0 0 0 0 17 1 0 0
/proc/28150/statm: 97360 90294 40 102 0 97255 0
Current children cumulated CPU time (s) 132.14
Current children cumulated vsize (KiB) 408396

[startup+135.902 s]
/proc/loadavg: 2.13 2.16 2.17 3/85 28150
/proc/meminfo: memFree=1001608/2055920 swapFree=4179784/4192956
[pid=28126] ppid=28124 vsize=13600 CPUtime=43.47
/proc/28126/stat : 28126 (sugar) S 28124 28126 27474 0 -1 4194304 1022 28813 0 2 3 2 4163 179 16 0 1 0 2003504778 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28126/statm: 3400 799 370 3 0 500 0
[pid=28149] ppid=28126 vsize=5356 CPUtime=0
/proc/28149/stat : 28149 (sh) S 28126 28126 27474 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2003509255 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28149/statm: 1339 232 193 169 0 50 0
[pid=28150] ppid=28149 vsize=394456 CPUtime=90.24
/proc/28150/stat : 28150 (picosat) R 28149 28126 27474 0 -1 4194304 91727 0 0 0 4130 4894 0 0 25 0 1 0 2003509255 403922944 91713 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/28150/statm: 98614 91713 40 102 0 98509 0
Current children cumulated CPU time (s) 133.71
Current children cumulated vsize (KiB) 413412

[startup+137.507 s]
/proc/loadavg: 2.13 2.16 2.17 3/85 28150
/proc/meminfo: memFree=996616/2055920 swapFree=4179784/4192956
[pid=28126] ppid=28124 vsize=13600 CPUtime=43.47
/proc/28126/stat : 28126 (sugar) S 28124 28126 27474 0 -1 4194304 1022 28813 0 2 3 2 4163 179 16 0 1 0 2003504778 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28126/statm: 3400 799 370 3 0 500 0
[pid=28149] ppid=28126 vsize=5356 CPUtime=0
/proc/28149/stat : 28149 (sh) S 28126 28126 27474 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2003509255 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28149/statm: 1339 232 193 169 0 50 0
[pid=28150] ppid=28149 vsize=399760 CPUtime=91.83
/proc/28150/stat : 28150 (picosat) R 28149 28126 27474 0 -1 4194304 92300 0 0 0 4269 4914 0 0 25 0 1 0 2003509255 409354240 92286 996147200 134512640 134931368 4294956256 18446744073709551615 134581928 0 0 4096 0 0 0 0 17 1 0 0
/proc/28150/statm: 99940 92286 42 102 0 99835 0
Current children cumulated CPU time (s) 135.3
Current children cumulated vsize (KiB) 418716

[startup+137.901 s]
/proc/loadavg: 2.13 2.16 2.17 3/85 28150
/proc/meminfo: memFree=996616/2055920 swapFree=4179784/4192956
[pid=28126] ppid=28124 vsize=13600 CPUtime=135.48
/proc/28126/stat : 28126 (sugar) S 28124 28126 27474 0 -1 4194304 1091 121400 0 2 3 2 8443 5100 16 0 1 0 2003504778 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28126/statm: 3400 799 370 3 0 500 0
Current children cumulated CPU time (s) 135.48
Current children cumulated vsize (KiB) 13600

[startup+138.102 s]
/proc/loadavg: 2.13 2.16 2.17 3/85 28150
/proc/meminfo: memFree=996616/2055920 swapFree=4179784/4192956
[pid=28126] ppid=28124 vsize=13600 CPUtime=135.86
/proc/28126/stat : 28126 (sugar) R 28124 28126 27474 0 -1 4194304 1118 126188 0 3 3 13 8466 5104 16 0 1 0 2003504778 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 250969035817 0 0 4224 16386 0 0 0 17 1 0 0
/proc/28126/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 135.86
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 138.126
CPU time (s): 135.899
CPU user time (s): 84.7021
CPU system time (s): 51.1972
CPU usage (%): 98.3877
Max. virtual memory (cumulated for all children) (KiB): 897812

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 84.7021
system time used= 51.1972
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 127336
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= 19227
involuntary context switches= 23390

runsolver used 0.172973 second user time and 0.484926 second system time

The end

Launcher Data (download as text)

Begin job on node56 at 2008-07-05 10:08:52
IDJOB=1087682
IDBENCH=58033
IDSOLVER=345
FILE ID=node56/1087682-1215245332
PBS_JOBID= 7881996
Free space on /tmp= 103236 MiB

SOLVER NAME= Sugar v1.13+picosat
BENCH NAME= CPAI08/csp/fapp/fapp03/normalized-fapp03-0300-0.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-1087682-1215245332/watcher-1087682-1215245332 -o /tmp/evaluation-result-1087682-1215245332/solver-1087682-1215245332 -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-1087682-1215245332.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 794a2318e84f02e396222d8183c60eb7
RANDOM SEED=1140930557

node56.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	: 5931.00
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:       1608832 kB
Buffers:          5508 kB
Cached:          68000 kB
SwapCached:       6936 kB
Active:         359196 kB
Inactive:        35560 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1608832 kB
SwapTotal:     4192956 kB
SwapFree:      4179784 kB
Dirty:            2008 kB
Writeback:           0 kB
Mapped:         337684 kB
Slab:            36932 kB
Committed_AS:  4476632 kB
PageTables:       2568 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= 103236 MiB
End job on node56 at 2008-07-05 10:11:10