Trace number 2063997

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.14.6+picosatSAT 104.91 106.082

General information on the benchmark

Namecsp/compet02/
normalized-patat-02-comp-14.xml
MD5SUM11f6902a1becd1ad9a2f18db7aea4eb7
Bench CategoryAlldiff (alldiff)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark104.91
Satisfiable
(Un)Satisfiability was proved
Number of variables700
Number of constraints33340
Maximum constraint arity20
Maximum domain size45
Number of constraints which are defined in extension0
Number of constraints which are defined in intension32990
Global constraints used (with number of constraints)alldifferent(350)

Solver Data

0.00/0.08	c 0	Sugar v1-14-6 + HOME/picosat
0.00/0.08	c 0	BEGIN Sat Jul 11 19:32:58 2009
0.00/0.08	c 0	PID 14751
0.00/0.08	c 0	HOST node16.alineos.net
0.00/0.08	c 0	CONVERTING HOME/instance-2063997-1247333577.xml TO HOME/temp.csp
0.00/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2063997-1247333577.xml' 'HOME/temp.csp'
2.06/2.14	c 2	25 domains, 700 variables, 1 predicates, 0 relations, 33340 constraints
2.06/2.18	c 2	ENCODING HOME/temp.csp TO HOME/temp.cnf
2.06/2.18	c 2	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
2.12/2.26	c 2	Parsing HOME/temp.csp
2.40/2.56	c 2	parsed 10000 expressions
2.61/2.70	c 3	parsed 20000 expressions
2.71/2.87	c 3	parsed 30000 expressions
2.81/2.91	c 3	parsed 34066 expressions
2.81/2.92	c 3	Heap : 13 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.81/2.92	c 3	Converting to clausal form CSP
3.31/3.45	c 3	converted 3407 (10%) expressions
3.59/3.71	c 4	converted 6814 (20%) expressions
3.99/4.12	c 4	converted 10220 (30%) expressions
4.19/4.39	c 4	converted 13627 (40%) expressions
4.48/4.66	c 4	converted 17033 (50%) expressions
4.98/5.18	c 5	converted 20440 (60%) expressions
5.28/5.44	c 5	converted 23847 (70%) expressions
5.57/5.71	c 6	converted 27253 (80%) expressions
5.78/5.98	c 6	converted 30660 (90%) expressions
7.95/8.17	c 8	converted 34066 (100%) expressions
7.95/8.17	c 8	CSP : 700 integers, 0 booleans, 83951 clauses, largest domain size 45
7.95/8.17	c 8	Heap : 96 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
7.95/8.17	c 8	Propagation in CSP
8.25/8.46	c 8	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
8.25/8.46	c 8	CSP : 700 integers, 0 booleans, 83951 clauses, largest domain size 45
8.25/8.46	c 8	Heap : 97 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
8.25/8.49	c 8	Simplifing CSP by introducing new Boolean variables
10.23/10.49	c 10	CSP : 700 integers, 225397 booleans, 309348 clauses, largest domain size 45
10.23/10.50	c 10	Heap : 164 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
11.32/11.51	c 11	Encoding CSP to SAT : HOME/temp.cnf
11.32/11.56	c 11	70 (10%) CSP integer variables are encoded (3010 clauses, 37031 bytes)
11.32/11.56	c 11	140 (20%) CSP integer variables are encoded (6020 clauses, 76161 bytes)
11.32/11.56	c 11	210 (30%) CSP integer variables are encoded (9030 clauses, 115291 bytes)
11.32/11.57	c 11	280 (40%) CSP integer variables are encoded (12040 clauses, 158958 bytes)
11.32/11.57	c 11	350 (50%) CSP integer variables are encoded (15050 clauses, 204108 bytes)
11.32/11.58	c 11	420 (60%) CSP integer variables are encoded (15167 clauses, 205863 bytes)
11.32/11.58	c 11	490 (70%) CSP integer variables are encoded (15273 clauses, 207453 bytes)
11.32/11.59	c 11	560 (80%) CSP integer variables are encoded (15377 clauses, 209013 bytes)
11.32/11.59	c 11	630 (90%) CSP integer variables are encoded (15451 clauses, 210123 bytes)
11.32/11.59	c 11	700 (100%) CSP integer variables are encoded (15531 clauses, 211323 bytes)
12.71/12.98	c 13	30935 (10%) CSP clauses are encoded (640466 clauses, 12336241 bytes)
13.99/14.27	c 14	61870 (20%) CSP clauses are encoded (1255420 clauses, 24715998 bytes)
15.27/15.56	c 15	92805 (30%) CSP clauses are encoded (1869217 clauses, 37115668 bytes)
16.64/16.90	c 17	123740 (40%) CSP clauses are encoded (2482262 clauses, 49938778 bytes)
17.93/18.27	c 18	154674 (50%) CSP clauses are encoded (3095087 clauses, 63485357 bytes)
19.71/20.05	c 20	185609 (60%) CSP clauses are encoded (3995526 clauses, 82680505 bytes)
21.47/21.87	c 22	216544 (70%) CSP clauses are encoded (4929517 clauses, 102531314 bytes)
23.26/23.67	c 23	247479 (80%) CSP clauses are encoded (5863860 clauses, 122378324 bytes)
25.03/25.48	c 25	278414 (90%) CSP clauses are encoded (6798247 clauses, 142224148 bytes)
26.87/27.31	c 27	309348 (100%) CSP clauses are encoded (7732985 clauses, 162042384 bytes)
26.87/27.31	c 27	309348 CSP clauses encoded
26.87/27.31	c 27	Writing map file : HOME/temp.map
26.87/27.34	c 27	Heap : 128 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
26.87/27.34	c 27	SAT : 241524 SAT variables, 7732985 SAT clauses, 162042384 bytes
26.87/27.34	c 27	Heap : 128 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
26.87/27.38	c 27	SOLVING HOME/temp.cnf
26.87/27.38	c 27	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
104.24/105.46	c 105	DECODING HOME/temp.out WITH HOME/temp.map
104.24/105.46	c 105	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -decode 'HOME/temp.out' 'HOME/temp.map'
104.31/105.54	c 105	Decoding HOME/temp.out
104.73/105.93	s SATISFIABLE
104.73/105.96	v 15 29 27 36 26 34 33 13 29 3 1 21 1 2 32 8 17 5 6 0 2 15 9 23 19 3 4 42 12 40 18 30 32 8 44 3 37 3 14 28 20 7 4 33 38 4 20 1 1 5 10 1 4 6 36 7 4 44 14 33 31 22 43 1 0 44 7 2 29 5 7 10 22 13 15 11 6 23 5 43 8 8 31 8 35 36 6 8 40 20 38 30 26 37 13 0 28 15 11 26 3 9 12 28 3 2 37 12 7 6 43 12 44 42 6 27 1 9 3 40 21 24 10 23 30 10 9 24 14 15 4 22 2 39 21 12 44 25 20 36 7 16 19 19 31 19 20 30 44 18 22 38 13 23 37 41 28 21 8 2 23 1 1 2 17 6 23 41 4 24 38 26 16 22 17 32 34 6 4 0 0 26 24 34 42 18 41 5 5 5 0 21 26 27 8 17 19 29 3 13 2 33 11 13 42 25 18 25 9 6 26 15 7 1 22 22 43 11 22 30 20 4 10 20 32 0 18 7 24 14 12 25 5 29 24 39 0 31 14 26 27 10 25 21 31 34 22 27 11 16 35 14 35 28 9 28 15 32 35 9 30 39 15 36 36 7 3 3 2 19 18 23 33 12 21 5 20 12 20 5 8 29 12 37 11 13 24 38 10 14 29 31 11 22 36 6 33 9 44 31 13 27 37 38 18 39 15 39 43 7 0 9 37 39 41 39 2 16 32 4 33 35 42 17 19 44 38 32 17 30 34 25 43 43 21 28 25 43 27 19 11 10 41 44 40 29 17 16 42 33 3 3 0 4 1 2 1 0 6 6 7 0 1 4 1 2 6 7 7 7 7 1 6 1 8 1 5 0 4 0 0 0 8 0 9 4 1 2 7 6 1 0 4 2 9 7 3 2 5 4 7 8 8 8 1 7 1 4 4 9 2 1 0 0 4 3 4 8 7 0 8 9 3 7 6 6 1 8 2 3 8 4 6 7 0 2 2 6 6 0 0 9 5 0 1 2 1 9 0 7 3 1 5 9 0 5 7 7 5 6 4 0 7 7 9 9 6 7 5 4 6 8 6 7 3 0 5 1 0 7 6 9 9 4 3 6 6 9 8 8 6 6 6 5 0 9 6 2 1 9 5 7 9 6 4 7 3 1 9 2 2 9 4 6 5 5 0 4 2 7 6 4 8 7 7 7 0 4 9 6 8 6 0 1 6 8 6 1 5 8 0 5 0 4 3 4 2 0 7 8 3 7 8 5 4 0 5 3 4 3 8 5 9 3 4 8 7 5 0 6 5 3 5 7 0 1 7 2 5 8 8 5 9 9 2 0 5 7 5 2 1 2 6 9 8 7 2 7 3 5 2 6 1 7 0 0 4 6 7 2 7 6 0 0 6 1 9 8 1 0 6 5 6 9 2 6 2 1 9 3 1 1 2 6 7 6 6 3 1 1 8 3 4 6 7 0 8 8 0 1 4 6 2 2 1 8 8 1 8 3 9 9 8 7 0 2 0 0 3 0 0 6 2 1 7 8 1 2 2 8 6 4 9 6 7 2 7 1 8 1 2 8 2 2 7 2 0 7 8 3
104.73/105.96	c 106	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
104.73/106.00	c 106	CPU 104.8 (0.06 0.01 65.62 39.11)
104.73/106.00	c 106	END Sat Jul 11 19:34:44 2009

Verifier Data

OK

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2063997-1247333577/watcher-2063997-1247333577 -o /tmp/evaluation-result-2063997-1247333577/solver-2063997-1247333577 -C 1800 -W 2000 -M 900 HOME/sugar -c -vv -memlimit=900 -jar=HOME/sugar-v1-14-6.jar -solver=HOME/picosat -tmp=HOME/temp HOME/instance-2063997-1247333577.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): 2000 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
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.34 2.11 1.96 4/82 14751
/proc/meminfo: memFree=1505112/2055920 swapFree=4192812/4192956
[pid=14751] ppid=14749 vsize=18576 CPUtime=0
/proc/14751/stat : 14751 (runsolver) R 14749 14751 14554 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 20424635 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 231962373415 0 0 4096 24578 0 0 0 17 1 0 0
/proc/14751/statm: 4644 284 249 26 0 2626 0

[startup+0.101456 s]
/proc/loadavg: 2.34 2.11 1.96 4/82 14751
/proc/meminfo: memFree=1505112/2055920 swapFree=4192812/4192956
[pid=14751] ppid=14749 vsize=16868 CPUtime=0.07
/proc/14751/stat : 14751 (sugar) S 14749 14751 14554 0 -1 4194304 1227 128 0 0 6 1 0 0 21 0 1 0 20424635 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14751/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.202427 s]
/proc/loadavg: 2.34 2.11 1.96 4/82 14751
/proc/meminfo: memFree=1505112/2055920 swapFree=4192812/4192956
[pid=14751] ppid=14749 vsize=16868 CPUtime=0.07
/proc/14751/stat : 14751 (sugar) S 14749 14751 14554 0 -1 4194304 1227 128 0 0 6 1 0 0 21 0 1 0 20424635 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14751/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.302396 s]
/proc/loadavg: 2.34 2.11 1.96 4/82 14751
/proc/meminfo: memFree=1505112/2055920 swapFree=4192812/4192956
[pid=14751] ppid=14749 vsize=16868 CPUtime=0.07
/proc/14751/stat : 14751 (sugar) S 14749 14751 14554 0 -1 4194304 1227 128 0 0 6 1 0 0 21 0 1 0 20424635 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14751/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.701289 s]
/proc/loadavg: 2.34 2.11 1.96 4/82 14751
/proc/meminfo: memFree=1505112/2055920 swapFree=4192812/4192956
[pid=14751] ppid=14749 vsize=16868 CPUtime=0.07
/proc/14751/stat : 14751 (sugar) S 14749 14751 14554 0 -1 4194304 1227 128 0 0 6 1 0 0 21 0 1 0 20424635 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14751/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+1.50206 s]
/proc/loadavg: 2.34 2.11 1.96 4/93 14763
/proc/meminfo: memFree=1468608/2055920 swapFree=4192812/4192956
[pid=14751] ppid=14749 vsize=16868 CPUtime=0.07
/proc/14751/stat : 14751 (sugar) S 14749 14751 14554 0 -1 4194304 1227 128 0 0 6 1 0 0 21 0 1 0 20424635 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14751/statm: 4217 1111 409 3 0 796 0
[pid=14754] ppid=14751 vsize=5356 CPUtime=0
/proc/14754/stat : 14754 (sh) S 14751 14751 14554 0 -1 4194304 277 0 0 0 0 0 0 0 23 0 1 0 20424643 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14754/statm: 1339 233 193 169 0 50 0
[pid=14755] ppid=14754 vsize=866780 CPUtime=1.39
/proc/14755/stat : 14755 (java) S 14754 14751 14554 0 -1 0 17492 0 1 0 131 8 0 0 18 0 9 0 20424644 887582720 15060 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14755/statm: 216695 15060 2556 9 0 211207 0
[pid=14755/tid=14756] ppid=14754 vsize=866780 CPUtime=0.63
/proc/14755/task/14756/stat : 14756 (java) R 14754 14751 14554 0 -1 64 3072 0 1 0 61 2 0 0 25 0 9 0 20424644 887582720 15060 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14755/tid=14757] ppid=14754 vsize=866780 CPUtime=0.62
/proc/14755/task/14757/stat : 14757 (java) R 14754 14751 14554 0 -1 64 13204 0 0 0 57 5 0 0 17 0 9 0 20424646 887582720 15060 996147200 134512640 134550932 4294955984 18446744073709551615 102768162 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14755/tid=14758] ppid=14754 vsize=866780 CPUtime=0
/proc/14755/task/14758/stat : 14758 (java) S 14754 14751 14554 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 20424646 887582720 15060 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14755/tid=14759] ppid=14754 vsize=866780 CPUtime=0
/proc/14755/task/14759/stat : 14759 (java) S 14754 14751 14554 0 -1 64 11 0 0 0 0 0 0 0 15 0 9 0 20424646 887582720 15060 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14755/tid=14760] ppid=14754 vsize=866780 CPUtime=0
/proc/14755/task/14760/stat : 14760 (java) S 14754 14751 14554 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 20424648 887582720 15060 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14755/tid=14761] ppid=14754 vsize=866780 CPUtime=0.12
/proc/14755/task/14761/stat : 14761 (java) S 14754 14751 14554 0 -1 64 510 0 0 0 12 0 0 0 16 0 9 0 20424648 887582720 15060 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14755/tid=14762] ppid=14754 vsize=866780 CPUtime=0
/proc/14755/task/14762/stat : 14762 (java) S 14754 14751 14554 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 20424648 887582720 15060 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14755/tid=14763] ppid=14754 vsize=866780 CPUtime=0
/proc/14755/task/14763/stat : 14763 (java) S 14754 14751 14554 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 20424648 887582720 15060 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 889004

[startup+3.10159 s]
/proc/loadavg: 2.31 2.11 1.96 3/86 14766
/proc/meminfo: memFree=1498872/2055920 swapFree=4192812/4192956
[pid=14751] ppid=14749 vsize=16868 CPUtime=2.11
/proc/14751/stat : 14751 (sugar) S 14749 14751 14554 0 -1 4194304 1309 19365 0 1 6 1 193 11 15 0 1 0 20424635 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14751/statm: 4217 1111 409 3 0 796 0
[pid=14764] ppid=14751 vsize=5356 CPUtime=0
/proc/14764/stat : 14764 (sh) S 14751 14751 14554 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20424853 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14764/statm: 1339 233 193 169 0 50 0
[pid=14765] ppid=14764 vsize=864264 CPUtime=0.9
/proc/14765/stat : 14765 (java) S 14764 14751 14554 0 -1 0 8685 0 1 0 85 5 0 0 18 0 9 0 20424854 885006336 7623 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14765/statm: 216066 7623 2568 9 0 210571 0
[pid=14765/tid=14766] ppid=14764 vsize=864264 CPUtime=0.54
/proc/14765/task/14766/stat : 14766 (java) R 14764 14751 14554 0 -1 64 2567 0 1 0 53 1 0 0 22 0 9 0 20424854 885006336 7623 996147200 134512640 134550932 4294955936 18446744073709551615 4126431276 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.01
Current children cumulated vsize (KiB) 886488

[startup+6.30268 s]
/proc/loadavg: 2.31 2.11 1.96 3/93 14773
/proc/meminfo: memFree=1436608/2055920 swapFree=4192812/4192956
[pid=14751] ppid=14749 vsize=16868 CPUtime=2.11
/proc/14751/stat : 14751 (sugar) S 14749 14751 14554 0 -1 4194304 1309 19365 0 1 6 1 193 11 16 0 1 0 20424635 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14751/statm: 4217 1111 409 3 0 796 0
[pid=14764] ppid=14751 vsize=5356 CPUtime=0
/proc/14764/stat : 14764 (sh) S 14751 14751 14554 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20424853 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14764/statm: 1339 233 193 169 0 50 0
[pid=14765] ppid=14764 vsize=868880 CPUtime=4.06
/proc/14765/stat : 14765 (java) S 14764 14751 14554 0 -1 0 23990 0 2 0 395 11 0 0 18 0 9 0 20424854 889733120 22386 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14765/statm: 217220 22386 2567 9 0 211725 0
[pid=14765/tid=14766] ppid=14764 vsize=868880 CPUtime=2.55
/proc/14765/task/14766/stat : 14766 (java) R 14764 14751 14554 0 -1 64 3187 0 1 0 253 2 0 0 25 0 9 0 20424854 889733120 22386 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14765/tid=14767] ppid=14764 vsize=868880 CPUtime=1.32
/proc/14765/task/14767/stat : 14767 (java) R 14764 14751 14554 0 -1 64 18623 0 1 0 125 7 0 0 16 0 9 0 20424856 889733120 22386 996147200 134512640 134550932 4294955936 18446744073709551615 103732034 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14765/tid=14768] ppid=14764 vsize=868880 CPUtime=0
/proc/14765/task/14768/stat : 14768 (java) S 14764 14751 14554 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20424856 889733120 22386 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14765/tid=14769] ppid=14764 vsize=868880 CPUtime=0
/proc/14765/task/14769/stat : 14769 (java) S 14764 14751 14554 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 20424856 889733120 22386 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14765/tid=14770] ppid=14764 vsize=868880 CPUtime=0
/proc/14765/task/14770/stat : 14770 (java) S 14764 14751 14554 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 20424858 889733120 22386 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14765/tid=14771] ppid=14764 vsize=868880 CPUtime=0.16
/proc/14765/task/14771/stat : 14771 (java) S 14764 14751 14554 0 -1 64 1477 0 0 0 16 0 0 0 16 0 9 0 20424858 889733120 22386 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14765/tid=14772] ppid=14764 vsize=868880 CPUtime=0
/proc/14765/task/14772/stat : 14772 (java) S 14764 14751 14554 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 20424858 889733120 22386 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14765/tid=14773] ppid=14764 vsize=868880 CPUtime=0
/proc/14765/task/14773/stat : 14773 (java) S 14764 14751 14554 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 20424858 889733120 22386 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 891104

[startup+12.7028 s]
/proc/loadavg: 2.41 2.14 1.97 3/93 14773
/proc/meminfo: memFree=1304384/2055920 swapFree=4192812/4192956
[pid=14751] ppid=14749 vsize=16868 CPUtime=2.11
/proc/14751/stat : 14751 (sugar) S 14749 14751 14554 0 -1 4194304 1310 19365 0 1 6 1 193 11 15 0 1 0 20424635 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14751/statm: 4217 1111 409 3 0 796 0
[pid=14764] ppid=14751 vsize=5356 CPUtime=0
/proc/14764/stat : 14764 (sh) S 14751 14751 14554 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20424853 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14764/statm: 1339 233 193 169 0 50 0
[pid=14765] ppid=14764 vsize=868740 CPUtime=10.4
/proc/14765/stat : 14765 (java) S 14764 14751 14554 0 -1 0 66196 0 2 0 1005 35 0 0 18 0 9 0 20424854 889589760 50393 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14765/statm: 217185 50393 2594 9 0 211662 0
[pid=14765/tid=14766] ppid=14764 vsize=868740 CPUtime=5.26
/proc/14765/task/14766/stat : 14766 (java) R 14764 14751 14554 0 -1 64 4577 0 1 0 517 9 0 0 25 0 9 0 20424854 889589760 50393 996147200 134512640 134550932 4294955936 18446744073709551615 4125952176 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14765/tid=14767] ppid=14764 vsize=868740 CPUtime=4.87
/proc/14765/task/14767/stat : 14767 (java) S 14764 14751 14554 0 -1 64 59389 0 1 0 463 24 0 0 16 0 9 0 20424856 889589760 50393 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14765/tid=14768] ppid=14764 vsize=868740 CPUtime=0
/proc/14765/task/14768/stat : 14768 (java) S 14764 14751 14554 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20424856 889589760 50393 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14765/tid=14769] ppid=14764 vsize=868740 CPUtime=0
/proc/14765/task/14769/stat : 14769 (java) S 14764 14751 14554 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 20424856 889589760 50393 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14765/tid=14770] ppid=14764 vsize=868740 CPUtime=0
/proc/14765/task/14770/stat : 14770 (java) S 14764 14751 14554 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 20424858 889589760 50393 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14765/tid=14771] ppid=14764 vsize=868740 CPUtime=0.25
/proc/14765/task/14771/stat : 14771 (java) S 14764 14751 14554 0 -1 64 1527 0 0 0 24 1 0 0 16 0 9 0 20424858 889589760 50393 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14765/tid=14772] ppid=14764 vsize=868740 CPUtime=0
/proc/14765/task/14772/stat : 14772 (java) S 14764 14751 14554 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 20424858 889589760 50393 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14765/tid=14773] ppid=14764 vsize=868740 CPUtime=0
/proc/14765/task/14773/stat : 14773 (java) S 14764 14751 14554 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 20424858 889589760 50393 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.51
Current children cumulated vsize (KiB) 890964

[startup+25.5022 s]
/proc/loadavg: 2.35 2.14 1.97 3/93 14773
/proc/meminfo: memFree=1168768/2055920 swapFree=4192812/4192956
[pid=14751] ppid=14749 vsize=16868 CPUtime=2.11
/proc/14751/stat : 14751 (sugar) S 14749 14751 14554 0 -1 4194304 1310 19365 0 1 6 1 193 11 16 0 1 0 20424635 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14751/statm: 4217 1111 409 3 0 796 0
[pid=14764] ppid=14751 vsize=5356 CPUtime=0
/proc/14764/stat : 14764 (sh) S 14751 14751 14554 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20424853 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14764/statm: 1339 233 193 169 0 50 0
[pid=14765] ppid=14764 vsize=868740 CPUtime=23.02
/proc/14765/stat : 14765 (java) S 14764 14751 14554 0 -1 0 66440 0 2 0 2191 111 0 0 18 0 9 0 20424854 889589760 50394 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14765/statm: 217185 50394 2594 9 0 211662 0
[pid=14765/tid=14766] ppid=14764 vsize=868740 CPUtime=17.67
/proc/14765/task/14766/stat : 14766 (java) R 14764 14751 14554 0 -1 64 4820 0 1 0 1684 83 0 0 25 0 9 0 20424854 889589760 50394 996147200 134512640 134550932 4294955936 18446744073709551615 102094030 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14765/tid=14767] ppid=14764 vsize=868740 CPUtime=5.07
/proc/14765/task/14767/stat : 14767 (java) S 14764 14751 14554 0 -1 64 59389 0 1 0 481 26 0 0 16 0 9 0 20424856 889589760 50394 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14765/tid=14768] ppid=14764 vsize=868740 CPUtime=0
/proc/14765/task/14768/stat : 14768 (java) S 14764 14751 14554 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20424856 889589760 50394 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14765/tid=14769] ppid=14764 vsize=868740 CPUtime=0
/proc/14765/task/14769/stat : 14769 (java) S 14764 14751 14554 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 20424856 889589760 50394 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14765/tid=14770] ppid=14764 vsize=868740 CPUtime=0
/proc/14765/task/14770/stat : 14770 (java) S 14764 14751 14554 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 20424858 889589760 50394 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14765/tid=14771] ppid=14764 vsize=868740 CPUtime=0.25
/proc/14765/task/14771/stat : 14771 (java) S 14764 14751 14554 0 -1 64 1528 0 0 0 24 1 0 0 16 0 9 0 20424858 889589760 50394 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14765/tid=14772] ppid=14764 vsize=868740 CPUtime=0
/proc/14765/task/14772/stat : 14772 (java) S 14764 14751 14554 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 20424858 889589760 50394 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14765/tid=14773] ppid=14764 vsize=868740 CPUtime=0
/proc/14765/task/14773/stat : 14773 (java) S 14764 14751 14554 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 20424858 889589760 50394 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.13
Current children cumulated vsize (KiB) 890964

[startup+51.1018 s]
/proc/loadavg: 2.23 2.12 1.97 3/85 14775
/proc/meminfo: memFree=1245888/2055920 swapFree=4192812/4192956
[pid=14751] ppid=14749 vsize=16868 CPUtime=26.97
/proc/14751/stat : 14751 (sugar) S 14749 14751 14554 0 -1 4194304 1365 86150 0 3 6 1 2552 138 16 0 1 0 20424635 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14751/statm: 4217 1113 409 3 0 796 0
[pid=14774] ppid=14751 vsize=5356 CPUtime=0
/proc/14774/stat : 14774 (sh) S 14751 14751 14554 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20427374 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14774/statm: 1339 232 193 169 0 50 0
[pid=14775] ppid=14774 vsize=103732 CPUtime=23.48
/proc/14775/stat : 14775 (picosat) R 14774 14751 14554 0 -1 4194304 23946 0 0 0 1084 1264 0 0 25 0 1 0 20427374 106221568 23932 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/14775/statm: 25933 23932 40 102 0 25828 0
Current children cumulated CPU time (s) 50.45
Current children cumulated vsize (KiB) 125956

[startup+102.302 s]
/proc/loadavg: 2.09 2.10 1.97 3/85 14775
/proc/meminfo: memFree=1060224/2055920 swapFree=4192812/4192956
[pid=14751] ppid=14749 vsize=16868 CPUtime=26.97
/proc/14751/stat : 14751 (sugar) S 14749 14751 14554 0 -1 4194304 1365 86150 0 3 6 1 2552 138 16 0 1 0 20424635 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14751/statm: 4217 1113 409 3 0 796 0
[pid=14774] ppid=14751 vsize=5356 CPUtime=0
/proc/14774/stat : 14774 (sh) S 14751 14751 14554 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20427374 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14774/statm: 1339 232 193 169 0 50 0
[pid=14775] ppid=14774 vsize=288332 CPUtime=74.2
/proc/14775/stat : 14775 (picosat) R 14774 14751 14554 0 -1 4194304 69867 0 0 0 3656 3764 0 0 25 0 1 0 20427374 295251968 69821 996147200 134512640 134931368 4294956256 18446744073709551615 134525621 0 0 4096 0 0 0 0 17 1 0 0
/proc/14775/statm: 72083 69821 42 102 0 71978 0
Current children cumulated CPU time (s) 101.17
Current children cumulated vsize (KiB) 310556

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

[startup+102.407 s]
/proc/loadavg: 2.09 2.10 1.97 3/85 14775
/proc/meminfo: memFree=1060224/2055920 swapFree=4192812/4192956
[pid=14751] ppid=14749 vsize=16868 CPUtime=26.97
/proc/14751/stat : 14751 (sugar) S 14749 14751 14554 0 -1 4194304 1365 86150 0 3 6 1 2552 138 16 0 1 0 20424635 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14751/statm: 4217 1113 409 3 0 796 0
[pid=14774] ppid=14751 vsize=5356 CPUtime=0
/proc/14774/stat : 14774 (sh) S 14751 14751 14554 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20427374 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14774/statm: 1339 232 193 169 0 50 0
[pid=14775] ppid=14774 vsize=288332 CPUtime=74.3
/proc/14775/stat : 14775 (picosat) R 14774 14751 14554 0 -1 4194304 69876 0 0 0 3666 3764 0 0 25 0 1 0 20427374 295251968 69830 996147200 134512640 134931368 4294956256 18446744073709551615 134524027 0 0 4096 0 0 0 0 17 1 0 0
/proc/14775/statm: 72083 69830 42 102 0 71978 0
Current children cumulated CPU time (s) 101.27
Current children cumulated vsize (KiB) 310556

[startup+104.003 s]
/proc/loadavg: 2.09 2.10 1.97 3/85 14775
/proc/meminfo: memFree=1060160/2055920 swapFree=4192812/4192956
[pid=14751] ppid=14749 vsize=16868 CPUtime=26.97
/proc/14751/stat : 14751 (sugar) S 14749 14751 14554 0 -1 4194304 1365 86150 0 3 6 1 2552 138 16 0 1 0 20424635 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14751/statm: 4217 1113 409 3 0 796 0
[pid=14774] ppid=14751 vsize=5356 CPUtime=0
/proc/14774/stat : 14774 (sh) S 14751 14751 14554 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20427374 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14774/statm: 1339 232 193 169 0 50 0
[pid=14775] ppid=14774 vsize=288332 CPUtime=75.89
/proc/14775/stat : 14775 (picosat) R 14774 14751 14554 0 -1 4194304 69877 0 0 0 3825 3764 0 0 25 0 1 0 20427374 295251968 69831 996147200 134512640 134931368 4294956256 18446744073709551615 134544809 0 0 4096 0 0 0 0 17 1 0 0
/proc/14775/statm: 72083 69831 42 102 0 71978 0
Current children cumulated CPU time (s) 102.86
Current children cumulated vsize (KiB) 310556

[startup+104.802 s]
/proc/loadavg: 2.09 2.10 1.97 3/85 14775
/proc/meminfo: memFree=1060160/2055920 swapFree=4192812/4192956
[pid=14751] ppid=14749 vsize=16868 CPUtime=26.97
/proc/14751/stat : 14751 (sugar) S 14749 14751 14554 0 -1 4194304 1365 86150 0 3 6 1 2552 138 16 0 1 0 20424635 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14751/statm: 4217 1113 409 3 0 796 0
[pid=14774] ppid=14751 vsize=5356 CPUtime=0
/proc/14774/stat : 14774 (sh) S 14751 14751 14554 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20427374 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14774/statm: 1339 232 193 169 0 50 0
[pid=14775] ppid=14774 vsize=288332 CPUtime=76.68
/proc/14775/stat : 14775 (picosat) R 14774 14751 14554 0 -1 4194304 69878 0 0 0 3904 3764 0 0 25 0 1 0 20427374 295251968 69832 996147200 134512640 134931368 4294956256 18446744073709551615 134544833 0 0 4096 0 0 0 0 17 1 0 0
/proc/14775/statm: 72083 69832 42 102 0 71978 0
Current children cumulated CPU time (s) 103.65
Current children cumulated vsize (KiB) 310556

[startup+105.601 s]
/proc/loadavg: 2.09 2.10 1.97 4/93 14785
/proc/meminfo: memFree=1333312/2055920 swapFree=4192812/4192956
[pid=14751] ppid=14749 vsize=16868 CPUtime=104.31
/proc/14751/stat : 14751 (sugar) S 14749 14751 14554 0 -1 4194304 1446 156326 0 3 6 1 6516 3908 16 0 1 0 20424635 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14751/statm: 4217 1113 409 3 0 796 0
[pid=14776] ppid=14751 vsize=5356 CPUtime=0
/proc/14776/stat : 14776 (sh) S 14751 14751 14554 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20435181 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14776/statm: 1339 233 193 169 0 50 0
[pid=14777] ppid=14776 vsize=862012 CPUtime=0.12
/proc/14777/stat : 14777 (java) S 14776 14751 14554 0 -1 0 2924 0 1 0 10 2 0 0 18 0 9 0 20435182 882700288 2392 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14777/statm: 215503 2392 1245 9 0 210416 0
[pid=14777/tid=14778] ppid=14776 vsize=862012 CPUtime=0.11
/proc/14777/task/14778/stat : 14778 (java) R 14776 14751 14554 0 -1 64 2021 0 1 0 10 1 0 0 19 0 9 0 20435183 882700288 2392 996147200 134512640 134550932 4294955984 18446744073709551615 4125959284 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14777/tid=14779] ppid=14776 vsize=862012 CPUtime=0
/proc/14777/task/14779/stat : 14779 (java) S 14776 14751 14554 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 20435184 882700288 2392 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14777/tid=14780] ppid=14776 vsize=862012 CPUtime=0
/proc/14777/task/14780/stat : 14780 (java) S 14776 14751 14554 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 20435184 882700288 2392 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14777/tid=14781] ppid=14776 vsize=862012 CPUtime=0
/proc/14777/task/14781/stat : 14781 (java) S 14776 14751 14554 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 20435184 882700288 2392 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14777/tid=14782] ppid=14776 vsize=862012 CPUtime=0
/proc/14777/task/14782/stat : 14782 (java) S 14776 14751 14554 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 20435186 882700288 2392 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14777/tid=14783] ppid=14776 vsize=862012 CPUtime=0
/proc/14777/task/14783/stat : 14783 (java) R 14776 14751 14554 0 -1 64 208 0 0 0 0 0 0 0 19 0 9 0 20435186 882700288 2392 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14777/tid=14784] ppid=14776 vsize=862012 CPUtime=0
/proc/14777/task/14784/stat : 14784 (java) S 14776 14751 14554 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 20435187 882700288 2392 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14777/tid=14785] ppid=14776 vsize=862012 CPUtime=0
/proc/14777/task/14785/stat : 14785 (java) S 14776 14751 14554 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 20435187 882700288 2392 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 104.43
Current children cumulated vsize (KiB) 884236

[startup+106.005 s]
/proc/loadavg: 2.09 2.10 1.97 4/93 14785
/proc/meminfo: memFree=1333312/2055920 swapFree=4192812/4192956
[pid=14751] ppid=14749 vsize=16868 CPUtime=104.81
/proc/14751/stat : 14751 (sugar) R 14749 14751 14554 0 -1 4194304 1477 160328 0 4 6 2 6562 3911 16 0 1 0 20424635 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 231962547241 0 0 4224 16386 0 0 0 17 1 0 0
/proc/14751/statm: 4217 1114 410 3 0 796 0
Current children cumulated CPU time (s) 104.81
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 106.082
CPU time (s): 104.91
CPU user time (s): 65.688
CPU system time (s): 39.222
CPU usage (%): 98.8948
Max. virtual memory (cumulated for all children) (KiB): 916464

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 65.688
system time used= 39.222
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 161865
page faults= 4
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 7764
involuntary context switches= 9794

runsolver used 0.13098 second user time and 0.369943 second system time

The end

Launcher Data

Begin job on node16 at 2009-07-11 19:32:58
IDJOB=2063997
IDBENCH=54113
IDSOLVER=738
FILE ID=node16/2063997-1247333577
PBS_JOBID= 9506694
Free space on /tmp= 66444 MiB

SOLVER NAME= Sugar v1.14.6+picosat
BENCH NAME= CPAI08/csp/compet02/normalized-patat-02-comp-14.xml
COMMAND LINE= DIR/sugar -c -vv -memlimit=MEMLIMIT -jar="DIR/sugar-v1-14-6.jar" -solver="DIR/picosat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2063997-1247333577/watcher-2063997-1247333577 -o /tmp/evaluation-result-2063997-1247333577/solver-2063997-1247333577 -C 1800 -W 2000 -M 900  HOME/sugar -c -vv -memlimit=900 -jar="HOME/sugar-v1-14-6.jar" -solver="HOME/picosat" -tmp="HOME/temp" HOME/instance-2063997-1247333577.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB
MAX NB THREAD= 0

MD5SUM BENCH= 11f6902a1becd1ad9a2f18db7aea4eb7
RANDOM SEED=923326678

node16.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.231
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.231
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:       1505592 kB
Buffers:         12616 kB
Cached:          70480 kB
SwapCached:          0 kB
Active:         474376 kB
Inactive:        25688 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1505592 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            5972 kB
Writeback:           0 kB
Mapped:         437368 kB
Slab:            34492 kB
Committed_AS:   550796 kB
PageTables:       2764 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= 66444 MiB
End job on node16 at 2009-07-11 19:34:44