Trace number 1058439

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sugar v1.13+picosatSAT 115.765 127.742

General information on the benchmark

Namecsp/compet02/
normalized-patat-02-comp-20.xml
MD5SUMbe35789960256c589543366605c747b5
Bench CategoryGLOBAL (global constraints)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark115.765
Satisfiable
(Un)Satisfiability was proved
Number of variables700
Number of constraints46582
Maximum constraint arity20
Maximum domain size45
Number of constraints which are defined in extension0
Number of constraints which are defined in intension46282
Global constraints used (with number of constraints)alldifferent(300)

Solver Data (download as text)

0.00/0.05	c 0	Sugar v1-13 + HOME/picosat
0.00/0.05	c 0	BEGIN Thu Jul  3 21:57:09 2008
0.00/0.05	c 0	PID 732
0.00/0.05	c 0	HOST node28.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1058439-1215115029.xml TO HOME/temp.csp
0.00/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1058439-1215115029.xml' 'HOME/temp.csp'
2.95/4.78	c 5	25 domains, 700 variables, 1 predicates, 0 relations, 46582 constraints
3.03/4.83	c 5	ENCODING HOME/temp.csp TO HOME/temp.cnf
3.03/4.83	c 5	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'
3.05/4.92	c 5	Parsing HOME/temp.csp
3.05/5.28	c 5	parsed 10000 expressions
3.05/5.59	c 6	parsed 20000 expressions
3.99/5.82	c 6	parsed 30000 expressions
4.29/6.12	c 6	parsed 40000 expressions
4.49/6.30	c 6	parsed 47308 expressions
4.49/6.31	c 6	Heap : 19 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
4.49/6.31	c 6	Converting to clausal form CSP
5.10/7.47	c 8	converted 4731 (10%) expressions
5.49/7.84	c 8	converted 9462 (20%) expressions
6.09/8.44	c 8	converted 14193 (30%) expressions
6.49/8.81	c 9	converted 18924 (40%) expressions
6.80/9.18	c 9	converted 23654 (50%) expressions
7.77/10.13	c 10	converted 28385 (60%) expressions
8.07/10.48	c 11	converted 33116 (70%) expressions
8.47/10.84	c 11	converted 37847 (80%) expressions
8.87/11.22	c 11	converted 42578 (90%) expressions
11.06/13.49	c 14	converted 47308 (100%) expressions
11.06/13.49	c 14	CSP : 700 integers, 0 booleans, 90293 clauses, largest domain size 45
11.06/13.49	c 14	Heap : 117 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
11.06/13.49	c 14	Propagation in CSP
11.66/14.10	c 14	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
11.77/14.10	c 14	CSP : 700 integers, 0 booleans, 90293 clauses, largest domain size 45
11.77/14.10	c 14	Heap : 124 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
11.77/14.13	c 14	Simplifing CSP by introducing new Boolean variables
14.37/16.71	c 17	CSP : 700 integers, 266441 booleans, 356734 clauses, largest domain size 45
14.37/16.71	c 17	Heap : 204 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
15.46/17.90	c 18	Encoding CSP to SAT : HOME/temp.cnf
15.57/17.95	c 18	70 (10%) CSP integer variables are encoded (3010 clauses, 37031 bytes)
15.57/17.96	c 18	140 (20%) CSP integer variables are encoded (6020 clauses, 76161 bytes)
15.57/17.96	c 18	210 (30%) CSP integer variables are encoded (9030 clauses, 115291 bytes)
15.57/17.96	c 18	280 (40%) CSP integer variables are encoded (12040 clauses, 158958 bytes)
15.57/17.97	c 18	350 (50%) CSP integer variables are encoded (15050 clauses, 204108 bytes)
15.57/17.97	c 18	420 (60%) CSP integer variables are encoded (15152 clauses, 205638 bytes)
15.57/17.98	c 18	490 (70%) CSP integer variables are encoded (15270 clauses, 207408 bytes)
15.57/17.98	c 18	560 (80%) CSP integer variables are encoded (15352 clauses, 208638 bytes)
15.57/17.99	c 18	630 (90%) CSP integer variables are encoded (15474 clauses, 210468 bytes)
15.57/17.99	c 18	700 (100%) CSP integer variables are encoded (15579 clauses, 212043 bytes)
17.06/19.48	c 20	35674 (10%) CSP clauses are encoded (723080 clauses, 13853564 bytes)
18.56/20.90	c 21	71347 (20%) CSP clauses are encoded (1424955 clauses, 27987268 bytes)
19.96/22.36	c 22	107021 (30%) CSP clauses are encoded (2130599 clauses, 42264159 bytes)
23.46/31.96	c 32	142694 (40%) CSP clauses are encoded (2837780 clauses, 57318619 bytes)
25.31/33.96	c 34	178367 (50%) CSP clauses are encoded (3539955 clauses, 72344880 bytes)
25.71/35.57	c 36	214041 (60%) CSP clauses are encoded (4250270 clauses, 88017288 bytes)
25.71/37.49	c 38	249714 (70%) CSP clauses are encoded (5201343 clauses, 108487417 bytes)
30.92/40.22	c 40	285388 (80%) CSP clauses are encoded (6278365 clauses, 131307972 bytes)
32.90/42.22	c 42	321061 (90%) CSP clauses are encoded (7355870 clauses, 154172456 bytes)
35.02/45.60	c 46	356734 (100%) CSP clauses are encoded (8433771 clauses, 177179468 bytes)
35.02/45.60	c 46	356734 CSP clauses encoded
35.02/45.60	c 46	Writing map file : HOME/temp.map
35.29/46.27	c 46	Heap : 158 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
35.29/46.27	c 46	SAT : 282692 SAT variables, 8433771 SAT clauses, 177179468 bytes
35.29/46.27	c 46	Heap : 158 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
35.35/46.32	c 46	SOLVING HOME/temp.cnf
35.35/46.32	c 46	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
115.14/127.12	c 127	DECODING HOME/temp.out WITH HOME/temp.map
115.14/127.12	c 127	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
115.16/127.20	c 127	Decoding HOME/temp.out
115.16/127.58	s SATISFIABLE
115.16/127.60	v 16 21 0 0 37 19 18 39 22 18 20 11 8 11 31 22 5 37 9 20 1 3 6 42 30 8 5 0 26 11 0 6 7 1 5 35 15 5 2 2 7 23 8 37 10 1 35 36 7 5 8 7 10 3 8 34 9 11 15 4 13 12 5 2 0 5 3 29 30 29 4 4 25 6 8 12 19 42 4 13 28 22 2 24 32 7 1 38 4 10 28 14 13 11 12 3 9 6 14 13 25 16 1 17 8 14 1 15 14 34 15 16 29 41 33 27 0 10 17 20 36 5 6 3 0 18 24 24 9 43 14 7 1 18 7 13 35 33 10 4 20 13 17 2 21 3 18 1 19 10 30 44 12 38 22 16 17 19 29 24 23 20 4 4 6 16 24 9 21 23 29 14 18 16 11 23 20 11 44 12 43 21 11 20 22 24 17 30 19 21 27 23 20 25 31 23 25 24 25 23 10 3 26 3 27 12 19 28 25 19 13 23 28 21 29 29 44 31 26 2 32 25 26 30 25 22 28 30 31 32 31 15 31 36 33 26 42 9 29 34 26 30 16 2 33 8 32 8 16 34 28 32 12 9 31 33 34 5 35 34 22 37 36 34 35 15 36 38 32 39 40 31 25 13 27 14 22 33 37 38 26 37 36 43 33 39 15 35 35 34 24 9 14 38 36 2 6 44 40 33 38 37 38 37 39 40 31 38 16 39 37 18 40 41 3 41 10 44 40 41 40 41 43 40 21 1 42 27 42 41 42 4 39 43 32 43 43 42 21 43 44 44 43 44 42 26 30 18 35 27 4 8 2 4 8 2 6 2 6 7 8 8 5 3 5 8 2 4 8 9 3 8 6 7 3 2 1 5 5 4 3 8 9 5 6 5 5 4 6 8 4 1 4 7 6 8 6 4 0 3 1 2 8 1 8 3 3 0 4 0 5 5 8 2 9 5 9 8 1 4 7 9 9 0 9 4 3 8 6 0 4 9 7 4 2 6 9 2 3 9 2 8 6 2 9 7 7 9 4 4 0 9 7 9 0 5 4 3 9 9 1 8 0 2 8 8 8 7 5 7 9 7 5 5 6 2 3 5 0 8 2 5 0 3 3 7 4 4 0 8 2 2 4 5 3 4 9 6 5 4 7 6 2 4 3 3 2 0 5 6 0 5 5 4 2 5 7 9 1 3 3 6 5 2 5 6 1 6 4 6 6 2 9 6 4 2 3 0 9 9 2 4 4 4 6 8 3 8 5 5 3 0 2 6 9 1 8 5 1 4 3 2 8 7 2 1 7 0 8 4 3 8 1 8 7 1 9 5 9 5 1 2 8 8 2 7 2 2 9 2 4 2 7 3 7 7 4 3 6 4 3 7 3 6 2 5 6 9 2 7 5 2 5 5 3 7 0 7 8 4 9 4 2 8 4 7 2 0 6 3 3 5 3 4 9 7 9 8 0 8 0 4 3 1 2 9 3 2 5 3 9 3 8 1 3 8 3 5 0 8 9 8 2 5 2 9 2 8 7 8 4 3 1 0 4 2 6 5 9 4 4 2 9 2 9 5 3 3 0 0 1 9 9 5 5 9 9 4 9 1
115.16/127.61	c 128	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
115.16/127.65	c 128	CPU 73.77 (0.03 0.01 73.74 41.86)
115.16/127.65	c 128	END Thu Jul  3 21:59:17 2008

Verifier Data (download as text)

OK

Watcher Data (download as text)

runsolver version 3.2.5 (c) roussel@cril.univ-artois.fr

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1058439-1215115029/watcher-1058439-1215115029 -o /tmp/evaluation-result-1058439-1215115029/solver-1058439-1215115029 -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-1058439-1215115029.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.00 2.00 2.00 4/84 732
/proc/meminfo: memFree=1470032/2055920 swapFree=4192812/4192956
[pid=732] ppid=730 vsize=12000 CPUtime=0
/proc/732/stat : 732 (sugar) R 730 732 32589 0 -1 4194304 184 0 0 0 0 0 0 0 22 0 1 0 138888228 12288000 152 996147200 4194304 4206940 548682068608 18446744073709551615 217871454945 0 0 4224 0 0 0 0 17 1 0 0
/proc/732/statm: 3000 152 116 3 0 100 0

[startup+0.06976 s]
/proc/loadavg: 2.00 2.00 2.00 4/84 732
/proc/meminfo: memFree=1470032/2055920 swapFree=4192812/4192956
[pid=732] ppid=730 vsize=13600 CPUtime=0.03
/proc/732/stat : 732 (sugar) S 730 732 32589 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 138888228 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/732/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.102277 s]
/proc/loadavg: 2.00 2.00 2.00 4/84 732
/proc/meminfo: memFree=1470032/2055920 swapFree=4192812/4192956
[pid=732] ppid=730 vsize=13600 CPUtime=0.03
/proc/732/stat : 732 (sugar) S 730 732 32589 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 138888228 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/732/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301275 s]
/proc/loadavg: 2.00 2.00 2.00 4/84 732
/proc/meminfo: memFree=1470032/2055920 swapFree=4192812/4192956
[pid=732] ppid=730 vsize=13600 CPUtime=0.03
/proc/732/stat : 732 (sugar) S 730 732 32589 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 138888228 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/732/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701332 s]
/proc/loadavg: 2.00 2.00 2.00 4/84 732
/proc/meminfo: memFree=1470032/2055920 swapFree=4192812/4192956
[pid=732] ppid=730 vsize=13600 CPUtime=0.03
/proc/732/stat : 732 (sugar) S 730 732 32589 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 138888228 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/732/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+3.86766 s]
/proc/loadavg: 2.00 2.00 2.00 3/95 744
/proc/meminfo: memFree=1446456/2055920 swapFree=4192812/4192956
[pid=732] ppid=730 vsize=13600 CPUtime=0.03
/proc/732/stat : 732 (sugar) S 730 732 32589 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 138888228 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/732/statm: 3400 796 370 3 0 500 0
[pid=735] ppid=732 vsize=5356 CPUtime=0
/proc/735/stat : 735 (sh) S 732 732 32589 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 138888234 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/735/statm: 1339 233 193 169 0 50 0
[pid=736] ppid=735 vsize=864676 CPUtime=2.08
/proc/736/stat : 736 (java) S 735 732 32589 0 -1 0 18158 0 1 0 196 12 0 0 18 0 9 0 138888234 885428224 15228 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/736/statm: 216169 15230 2529 9 0 210751 0
[pid=736/tid=737] ppid=735 vsize=864676 CPUtime=1.26
/proc/736/task/737/stat : 737 (java) R 735 732 32589 0 -1 64 3312 0 1 0 123 3 0 0 25 0 9 0 138888235 885428224 15231 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=736/tid=738] ppid=735 vsize=864676 CPUtime=0.66
/proc/736/task/738/stat : 738 (java) R 735 732 32589 0 -1 64 13645 0 0 0 60 6 0 0 16 0 9 0 138888236 885428224 15232 996147200 134512640 134550740 4294956016 18446744073709551615 102674864 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=736/tid=739] ppid=735 vsize=864676 CPUtime=0
/proc/736/task/739/stat : 739 (java) S 735 732 32589 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 138888237 885428224 15234 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=736/tid=740] ppid=735 vsize=864676 CPUtime=0
/proc/736/task/740/stat : 740 (java) S 735 732 32589 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 138888237 885428224 15235 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=736/tid=741] ppid=735 vsize=864676 CPUtime=0
/proc/736/task/741/stat : 741 (java) S 735 732 32589 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 138888239 885428224 15237 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=736/tid=742] ppid=735 vsize=864676 CPUtime=0.11
/proc/736/task/742/stat : 742 (java) S 735 732 32589 0 -1 64 504 0 0 0 11 0 0 0 16 0 9 0 138888239 885428224 15238 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=736/tid=743] ppid=735 vsize=864676 CPUtime=0
/proc/736/task/743/stat : 743 (java) S 735 732 32589 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 138888239 885428224 15240 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=736/tid=744] ppid=735 vsize=864676 CPUtime=0.01
/proc/736/task/744/stat : 744 (java) S 735 732 32589 0 -1 64 1 0 0 0 0 1 0 0 15 0 9 0 138888239 885428224 15241 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.11
Current children cumulated vsize (KiB) 883632

[startup+3.90266 s]
/proc/loadavg: 2.00 2.00 2.00 3/95 744
/proc/meminfo: memFree=1446456/2055920 swapFree=4192812/4192956
[pid=732] ppid=730 vsize=13600 CPUtime=0.03
/proc/732/stat : 732 (sugar) S 730 732 32589 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 138888228 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/732/statm: 3400 796 370 3 0 500 0
[pid=735] ppid=732 vsize=5356 CPUtime=0
/proc/735/stat : 735 (sh) S 732 732 32589 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 138888234 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/735/statm: 1339 233 193 169 0 50 0
[pid=736] ppid=735 vsize=864676 CPUtime=2.12
/proc/736/stat : 736 (java) S 735 732 32589 0 -1 0 18820 0 1 0 199 13 0 0 18 0 9 0 138888234 885428224 15890 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/736/statm: 216169 15890 2529 9 0 210751 0
[pid=736/tid=737] ppid=735 vsize=864676 CPUtime=1.27
/proc/736/task/737/stat : 737 (java) R 735 732 32589 0 -1 64 3312 0 1 0 124 3 0 0 25 0 9 0 138888235 885428224 15890 996147200 134512640 134550740 4294956016 18446744073709551615 4126406018 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=736/tid=738] ppid=735 vsize=864676 CPUtime=0.68
/proc/736/task/738/stat : 738 (java) S 735 732 32589 0 -1 64 14303 0 0 0 61 7 0 0 16 0 9 0 138888236 885428224 15890 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=736/tid=739] ppid=735 vsize=864676 CPUtime=0
/proc/736/task/739/stat : 739 (java) S 735 732 32589 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 138888237 885428224 15890 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=736/tid=740] ppid=735 vsize=864676 CPUtime=0
/proc/736/task/740/stat : 740 (java) S 735 732 32589 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 138888237 885428224 15890 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=736/tid=741] ppid=735 vsize=864676 CPUtime=0
/proc/736/task/741/stat : 741 (java) S 735 732 32589 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 138888239 885428224 15890 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=736/tid=742] ppid=735 vsize=864676 CPUtime=0.11
/proc/736/task/742/stat : 742 (java) S 735 732 32589 0 -1 64 504 0 0 0 11 0 0 0 16 0 9 0 138888239 885428224 15890 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=736/tid=743] ppid=735 vsize=864676 CPUtime=0
/proc/736/task/743/stat : 743 (java) S 735 732 32589 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 138888239 885428224 15890 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=736/tid=744] ppid=735 vsize=864676 CPUtime=0.01
/proc/736/task/744/stat : 744 (java) S 735 732 32589 0 -1 64 1 0 0 0 0 1 0 0 15 0 9 0 138888239 885428224 15890 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.15
Current children cumulated vsize (KiB) 883632

[startup+6.30194 s]
/proc/loadavg: 2.00 2.00 2.00 3/95 754
/proc/meminfo: memFree=1448376/2055920 swapFree=4192812/4192956
[pid=732] ppid=730 vsize=13600 CPUtime=3.05
/proc/732/stat : 732 (sugar) S 730 732 32589 0 -1 4194304 974 23559 0 1 3 1 284 17 15 0 1 0 138888228 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/732/statm: 3400 797 370 3 0 500 0
[pid=745] ppid=732 vsize=5356 CPUtime=0
/proc/745/stat : 745 (sh) S 732 732 32589 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 138888712 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/745/statm: 1339 233 193 169 0 50 0
[pid=746] ppid=745 vsize=864084 CPUtime=1.44
/proc/746/stat : 746 (java) S 745 732 32589 0 -1 0 10011 0 1 0 137 7 0 0 18 0 9 0 138888713 884822016 8868 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/746/statm: 216021 8868 2532 9 0 210603 0
[pid=746/tid=747] ppid=745 vsize=864084 CPUtime=0.92
/proc/746/task/747/stat : 747 (java) R 745 732 32589 0 -1 64 2782 0 1 0 90 2 0 0 25 0 9 0 138888714 884822016 8868 996147200 134512640 134550740 4294955952 18446744073709551615 4126375104 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=746/tid=748] ppid=745 vsize=864084 CPUtime=0.42
/proc/746/task/748/stat : 748 (java) S 745 732 32589 0 -1 64 6197 0 0 0 39 3 0 0 16 0 9 0 138888715 884822016 8868 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=746/tid=749] ppid=745 vsize=864084 CPUtime=0
/proc/746/task/749/stat : 749 (java) S 745 732 32589 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 138888715 884822016 8868 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=746/tid=750] ppid=745 vsize=864084 CPUtime=0
/proc/746/task/750/stat : 750 (java) S 745 732 32589 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 138888715 884822016 8868 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=746/tid=751] ppid=745 vsize=864084 CPUtime=0
/proc/746/task/751/stat : 751 (java) S 745 732 32589 0 -1 64 0 0 0 0 0 0 0 0 24 0 9 0 138888717 884822016 8868 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=746/tid=752] ppid=745 vsize=864084 CPUtime=0.06
/proc/746/task/752/stat : 752 (java) S 745 732 32589 0 -1 64 335 0 0 0 6 0 0 0 17 0 9 0 138888717 884822016 8868 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=746/tid=753] ppid=745 vsize=864084 CPUtime=0
/proc/746/task/753/stat : 753 (java) S 745 732 32589 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 138888717 884822016 8868 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=746/tid=754] ppid=745 vsize=864084 CPUtime=0
/proc/746/task/754/stat : 754 (java) S 745 732 32589 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 138888717 884822016 8868 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 4.49
Current children cumulated vsize (KiB) 883040

[startup+12.7027 s]
/proc/loadavg: 2.08 2.02 2.01 4/95 754
/proc/meminfo: memFree=1334072/2055920 swapFree=4192812/4192956
[pid=732] ppid=730 vsize=13600 CPUtime=3.05
/proc/732/stat : 732 (sugar) S 730 732 32589 0 -1 4194304 974 23559 0 1 3 1 284 17 15 0 1 0 138888228 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/732/statm: 3400 797 370 3 0 500 0
[pid=745] ppid=732 vsize=5356 CPUtime=0
/proc/745/stat : 745 (sh) S 732 732 32589 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 138888712 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/745/statm: 1339 233 193 169 0 50 0
[pid=746] ppid=745 vsize=868400 CPUtime=7.32
/proc/746/stat : 746 (java) S 745 732 32589 0 -1 0 52391 0 1 0 703 29 0 0 18 0 9 0 138888713 889241600 31036 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/746/statm: 217100 31036 2540 9 0 211675 0
[pid=746/tid=747] ppid=745 vsize=868400 CPUtime=3.96
/proc/746/task/747/stat : 747 (java) R 745 732 32589 0 -1 64 4445 0 1 0 392 4 0 0 25 0 9 0 138888714 889241600 31036 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=746/tid=748] ppid=745 vsize=868400 CPUtime=3.13
/proc/746/task/748/stat : 748 (java) R 745 732 32589 0 -1 64 45784 0 0 0 290 23 0 0 16 0 9 0 138888715 889241600 31036 996147200 134512640 134550740 4294955952 18446744073709551615 102723285 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=746/tid=749] ppid=745 vsize=868400 CPUtime=0
/proc/746/task/749/stat : 749 (java) S 745 732 32589 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 138888715 889241600 31036 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=746/tid=750] ppid=745 vsize=868400 CPUtime=0
/proc/746/task/750/stat : 750 (java) S 745 732 32589 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 138888715 889241600 31036 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=746/tid=751] ppid=745 vsize=868400 CPUtime=0
/proc/746/task/751/stat : 751 (java) S 745 732 32589 0 -1 64 0 0 0 0 0 0 0 0 24 0 9 0 138888717 889241600 31036 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=746/tid=752] ppid=745 vsize=868400 CPUtime=0.2
/proc/746/task/752/stat : 752 (java) S 745 732 32589 0 -1 64 1465 0 0 0 19 1 0 0 17 0 9 0 138888717 889241600 31036 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=746/tid=753] ppid=745 vsize=868400 CPUtime=0
/proc/746/task/753/stat : 753 (java) S 745 732 32589 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 138888717 889241600 31036 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=746/tid=754] ppid=745 vsize=868400 CPUtime=0
/proc/746/task/754/stat : 754 (java) S 745 732 32589 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 138888717 889241600 31036 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 10.37
Current children cumulated vsize (KiB) 887356

[startup+25.5022 s]
/proc/loadavg: 2.14 2.03 2.01 3/95 754
/proc/meminfo: memFree=1187896/2055920 swapFree=4192812/4192956
[pid=732] ppid=730 vsize=13600 CPUtime=3.05
/proc/732/stat : 732 (sugar) S 730 732 32589 0 -1 4194304 974 23559 0 1 3 1 284 17 16 0 1 0 138888228 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/732/statm: 3400 797 370 3 0 500 0
[pid=745] ppid=732 vsize=5356 CPUtime=0
/proc/745/stat : 745 (sh) S 732 732 32589 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 138888712 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/745/statm: 1339 233 193 169 0 50 0
[pid=746] ppid=745 vsize=868512 CPUtime=18.04
/proc/746/stat : 746 (java) S 745 732 32589 0 -1 0 95585 0 1 0 1707 97 0 0 18 0 9 0 138888713 889356288 59681 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/746/statm: 217128 59681 2566 9 0 211675 0
[pid=746/tid=747] ppid=745 vsize=868512 CPUtime=10.45
/proc/746/task/747/stat : 747 (java) R 745 732 32589 0 -1 64 5808 0 1 0 1005 40 0 0 25 0 9 0 138888714 889356288 59681 996147200 134512640 134550740 4294955952 18446744073709551615 4126590250 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=746/tid=748] ppid=745 vsize=868512 CPUtime=7.14
/proc/746/task/748/stat : 748 (java) S 745 732 32589 0 -1 64 87564 0 0 0 669 45 0 0 16 0 9 0 138888715 889356288 59681 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=746/tid=749] ppid=745 vsize=868512 CPUtime=0
/proc/746/task/749/stat : 749 (java) S 745 732 32589 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 138888715 889356288 59681 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=746/tid=750] ppid=745 vsize=868512 CPUtime=0
/proc/746/task/750/stat : 750 (java) S 745 732 32589 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 138888715 889356288 59681 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=746/tid=751] ppid=745 vsize=868512 CPUtime=0
/proc/746/task/751/stat : 751 (java) S 745 732 32589 0 -1 64 0 0 0 0 0 0 0 0 24 0 9 0 138888717 889356288 59681 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=746/tid=752] ppid=745 vsize=868512 CPUtime=0.28
/proc/746/task/752/stat : 752 (java) S 745 732 32589 0 -1 64 1516 0 0 0 27 1 0 0 16 0 9 0 138888717 889356288 59681 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=746/tid=753] ppid=745 vsize=868512 CPUtime=0
/proc/746/task/753/stat : 753 (java) S 745 732 32589 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 138888717 889356288 59681 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=746/tid=754] ppid=745 vsize=868512 CPUtime=0.13
/proc/746/task/754/stat : 754 (java) S 745 732 32589 0 -1 64 1 0 0 0 4 9 0 0 15 0 9 0 138888717 889356288 59681 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 21.09
Current children cumulated vsize (KiB) 887468

[startup+51.1011 s]
/proc/loadavg: 2.95 2.25 2.08 3/70 777
/proc/meminfo: memFree=1405064/2055920 swapFree=4192812/4192956
[pid=732] ppid=730 vsize=13600 CPUtime=35.39
/proc/732/stat : 732 (sugar) S 730 732 32589 0 -1 4194304 1022 119643 0 2 3 1 3260 275 16 0 1 0 138888228 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/732/statm: 3400 799 370 3 0 500 0
[pid=776] ppid=732 vsize=5356 CPUtime=0
/proc/776/stat : 776 (sh) S 732 732 32589 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 138892861 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/776/statm: 1339 232 193 169 0 50 0
[pid=777] ppid=776 vsize=22444 CPUtime=4.55
/proc/777/stat : 777 (picosat) R 776 732 32589 0 -1 4194304 5054 0 0 0 207 248 0 0 25 0 1 0 138892862 22982656 5040 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/777/statm: 5611 5040 40 102 0 5506 0
Current children cumulated CPU time (s) 39.94
Current children cumulated vsize (KiB) 41400

[startup+102.302 s]
/proc/loadavg: 2.86 2.36 2.13 3/75 785
/proc/meminfo: memFree=805664/2055920 swapFree=4192812/4192956
[pid=732] ppid=730 vsize=13600 CPUtime=35.39
/proc/732/stat : 732 (sugar) S 730 732 32589 0 -1 4194304 1022 119643 0 2 3 1 3260 275 16 0 1 0 138888228 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/732/statm: 3400 799 370 3 0 500 0
[pid=776] ppid=732 vsize=5356 CPUtime=0
/proc/776/stat : 776 (sh) S 732 732 32589 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 138892861 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/776/statm: 1339 232 193 169 0 50 0
[pid=777] ppid=776 vsize=242476 CPUtime=55.12
/proc/777/stat : 777 (picosat) R 776 732 32589 0 -1 4194304 57807 0 0 0 2537 2975 0 0 25 0 1 0 138892862 248295424 57793 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 0 0 0
/proc/777/statm: 60619 57793 40 102 0 60514 0
Current children cumulated CPU time (s) 90.51
Current children cumulated vsize (KiB) 261432

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

[startup+110.206 s]
/proc/loadavg: 2.73 2.34 2.12 3/75 785
/proc/meminfo: memFree=768864/2055920 swapFree=4192812/4192956
[pid=732] ppid=730 vsize=13600 CPUtime=35.39
/proc/732/stat : 732 (sugar) S 730 732 32589 0 -1 4194304 1022 119643 0 2 3 1 3260 275 16 0 1 0 138888228 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/732/statm: 3400 799 370 3 0 500 0
[pid=776] ppid=732 vsize=5356 CPUtime=0
/proc/776/stat : 776 (sh) S 732 732 32589 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 138892861 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/776/statm: 1339 232 193 169 0 50 0
[pid=777] ppid=776 vsize=270724 CPUtime=62.95
/proc/777/stat : 777 (picosat) R 776 732 32589 0 -1 4194304 66049 0 0 0 2890 3405 0 0 25 0 1 0 138892862 277221376 66035 996147200 134512640 134931368 4294956256 18446744073709551615 134604413 0 0 4096 0 0 0 0 17 0 0 0
/proc/777/statm: 67681 66035 40 102 0 67576 0
Current children cumulated CPU time (s) 98.34
Current children cumulated vsize (KiB) 289680

[startup+116.601 s]
/proc/loadavg: 2.67 2.34 2.12 3/75 785
/proc/meminfo: memFree=747040/2055920 swapFree=4192812/4192956
[pid=732] ppid=730 vsize=13600 CPUtime=35.39
/proc/732/stat : 732 (sugar) S 730 732 32589 0 -1 4194304 1022 119643 0 2 3 1 3260 275 16 0 1 0 138888228 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/732/statm: 3400 799 370 3 0 500 0
[pid=776] ppid=732 vsize=5356 CPUtime=0
/proc/776/stat : 776 (sh) S 732 732 32589 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 138892861 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/776/statm: 1339 232 193 169 0 50 0
[pid=777] ppid=776 vsize=308640 CPUtime=69.29
/proc/777/stat : 777 (picosat) R 776 732 32589 0 -1 4194304 72442 0 0 0 3205 3724 0 0 25 0 1 0 138892862 316047360 72428 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 0 0 0
/proc/777/statm: 77160 72428 40 102 0 77055 0
Current children cumulated CPU time (s) 104.68
Current children cumulated vsize (KiB) 327596

[startup+123.001 s]
/proc/loadavg: 2.62 2.33 2.12 3/75 785
/proc/meminfo: memFree=675872/2055920 swapFree=4192812/4192956
[pid=732] ppid=730 vsize=13600 CPUtime=35.39
/proc/732/stat : 732 (sugar) S 730 732 32589 0 -1 4194304 1022 119643 0 2 3 1 3260 275 16 0 1 0 138888228 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/732/statm: 3400 799 370 3 0 500 0
[pid=776] ppid=732 vsize=5356 CPUtime=0
/proc/776/stat : 776 (sh) S 732 732 32589 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 138892861 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/776/statm: 1339 232 193 169 0 50 0
[pid=777] ppid=776 vsize=325428 CPUtime=75.67
/proc/777/stat : 777 (picosat) R 776 732 32589 0 -1 4194304 76442 0 0 0 3664 3903 0 0 25 0 1 0 138892862 333238272 76352 996147200 134512640 134931368 4294956256 18446744073709551615 134525802 0 0 4096 0 0 0 0 17 0 0 0
/proc/777/statm: 81357 76352 42 102 0 81252 0
Current children cumulated CPU time (s) 111.06
Current children cumulated vsize (KiB) 344384

[startup+126.203 s]
/proc/loadavg: 2.57 2.33 2.12 3/75 785
/proc/meminfo: memFree=675552/2055920 swapFree=4192812/4192956
[pid=732] ppid=730 vsize=13600 CPUtime=35.39
/proc/732/stat : 732 (sugar) S 730 732 32589 0 -1 4194304 1022 119643 0 2 3 1 3260 275 16 0 1 0 138888228 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/732/statm: 3400 799 370 3 0 500 0
[pid=776] ppid=732 vsize=5356 CPUtime=0
/proc/776/stat : 776 (sh) S 732 732 32589 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 138892861 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/776/statm: 1339 232 193 169 0 50 0
[pid=777] ppid=776 vsize=325428 CPUtime=78.86
/proc/777/stat : 777 (picosat) R 776 732 32589 0 -1 4194304 76510 0 0 0 3983 3903 0 0 25 0 1 0 138892862 333238272 76420 996147200 134512640 134931368 4294956256 18446744073709551615 134525778 0 0 4096 0 0 0 0 17 0 0 0
/proc/777/statm: 81357 76420 42 102 0 81252 0
Current children cumulated CPU time (s) 114.25
Current children cumulated vsize (KiB) 344384

[startup+127.003 s]
/proc/loadavg: 2.57 2.33 2.12 3/75 785
/proc/meminfo: memFree=673248/2055920 swapFree=4192812/4192956
[pid=732] ppid=730 vsize=13600 CPUtime=35.39
/proc/732/stat : 732 (sugar) S 730 732 32589 0 -1 4194304 1022 119643 0 2 3 1 3260 275 16 0 1 0 138888228 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/732/statm: 3400 799 370 3 0 500 0
[pid=776] ppid=732 vsize=5356 CPUtime=0
/proc/776/stat : 776 (sh) S 732 732 32589 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 138892861 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/776/statm: 1339 232 193 169 0 50 0
[pid=777] ppid=776 vsize=326324 CPUtime=79.65
/proc/777/stat : 777 (picosat) R 776 732 32589 0 -1 4194304 76552 0 0 0 4061 3904 0 0 25 0 1 0 138892862 334155776 68746 996147200 134512640 134931368 4294956256 18446744073709551615 134608241 0 0 4096 0 0 0 0 17 0 0 0
/proc/777/statm: 81581 68746 47 102 0 81476 0
Current children cumulated CPU time (s) 115.04
Current children cumulated vsize (KiB) 345280

[startup+127.402 s]
/proc/loadavg: 2.57 2.33 2.12 3/75 785
/proc/meminfo: memFree=673248/2055920 swapFree=4192812/4192956
[pid=732] ppid=730 vsize=13600 CPUtime=115.16
/proc/732/stat : 732 (sugar) S 730 732 32589 0 -1 4194304 1091 196481 0 2 3 1 7328 4184 16 0 1 0 138888228 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/732/statm: 3400 799 370 3 0 500 0
Current children cumulated CPU time (s) 115.16
Current children cumulated vsize (KiB) 13600

[startup+127.602 s]
/proc/loadavg: 2.57 2.33 2.12 3/75 785
/proc/meminfo: memFree=673248/2055920 swapFree=4192812/4192956
[pid=732] ppid=730 vsize=13600 CPUtime=115.16
/proc/732/stat : 732 (sugar) S 730 732 32589 0 -1 4194304 1091 196481 0 2 3 1 7328 4184 15 0 1 0 138888228 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/732/statm: 3400 799 370 3 0 500 0
Current children cumulated CPU time (s) 115.16
Current children cumulated vsize (KiB) 13600

[startup+127.702 s]
/proc/loadavg: 2.57 2.33 2.12 3/73 795
/proc/meminfo: memFree=1105264/2055920 swapFree=4192812/4192956
[pid=732] ppid=730 vsize=13600 CPUtime=115.7
/proc/732/stat : 732 (sugar) R 730 732 32589 0 -1 4194304 1120 200431 0 3 3 7 7374 4186 16 0 1 0 138888228 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 217871782953 0 0 4224 16386 0 0 0 17 0 0 0
/proc/732/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 115.7
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 127.742
CPU time (s): 115.765
CPU user time (s): 73.7868
CPU system time (s): 41.9786
CPU usage (%): 90.6241
Max. virtual memory (cumulated for all children) (KiB): 912968

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 73.7868
system time used= 41.9786
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 201581
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= 8581
involuntary context switches= 9424

runsolver used 0.409937 second user time and 0.927858 second system time

The end

Launcher Data (download as text)

Begin job on node28 at 2008-07-03 21:57:09
IDJOB=1058439
IDBENCH=54128
IDSOLVER=345
FILE ID=node28/1058439-1215115029
PBS_JOBID= 7877148
Free space on /tmp= 66512 MiB

SOLVER NAME= Sugar v1.13+picosat
BENCH NAME= CPAI08/csp/compet02/normalized-patat-02-comp-20.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-1058439-1215115029/watcher-1058439-1215115029 -o /tmp/evaluation-result-1058439-1215115029/solver-1058439-1215115029 -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-1058439-1215115029.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= be35789960256c589543366605c747b5
RANDOM SEED=1679730670

node28.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:       1470512 kB
Buffers:         52624 kB
Cached:         346060 kB
SwapCached:          0 kB
Active:         303424 kB
Inactive:       217884 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1470512 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            7792 kB
Writeback:           0 kB
Mapped:         141920 kB
Slab:            48804 kB
Committed_AS:   396424 kB
PageTables:       2144 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= 66532 MiB
End job on node28 at 2008-07-03 21:59:17