Trace number 1066550

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+minisatUNSAT 191.747 193.788

General information on the benchmark

Namecsp/wordsVg/
normalized-crossword-m1c-words-vg12-13_ext.xml
MD5SUMb2a514f597be5c58b1ba68e3430970ce
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.129979
Satisfiable
(Un)Satisfiability was proved
Number of variables156
Number of constraints25
Maximum constraint arity13
Maximum domain size26
Number of constraints which are defined in extension25
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/minisat
0.00/0.04	c 0	BEGIN Fri Jul  4 07:14:52 2008
0.00/0.04	c 0	PID 8912
0.00/0.05	c 0	HOST node35.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1066550-1215148492.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-1066550-1215148492.xml' 'HOME/temp.csp'
0.04/0.47	c 1	1 domains, 156 variables, 0 predicates, 2 relations, 25 constraints
0.04/0.52	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.04/0.52	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.45/0.60	c 1	Parsing HOME/temp.csp
0.45/0.75	c 1	parsed 184 expressions
0.45/0.76	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.45/0.76	c 1	Converting to clausal form CSP
0.45/0.78	c 1	converted 19 (10%) expressions
0.45/0.78	c 1	converted 37 (20%) expressions
0.45/0.78	c 1	converted 56 (30%) expressions
0.45/0.78	c 1	converted 74 (40%) expressions
0.45/0.78	c 1	converted 92 (50%) expressions
0.45/0.78	c 1	converted 111 (60%) expressions
0.45/0.78	c 1	converted 129 (70%) expressions
0.45/0.78	c 1	converted 148 (80%) expressions
1.00/1.12	c 1	converted 166 (90%) expressions
1.60/1.70	c 2	converted 184 (100%) expressions
1.60/1.70	c 2	CSP : 156 integers, 0 booleans, 25 clauses, largest domain size 26
1.60/1.70	c 2	Heap : 35 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.60/1.70	c 2	Propagation in CSP
1.60/1.70	c 2	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.60/1.70	c 2	CSP : 156 integers, 0 booleans, 25 clauses, largest domain size 26
1.60/1.70	c 2	Heap : 35 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.60/1.70	c 2	Simplifing CSP by introducing new Boolean variables
1.60/1.70	c 2	CSP : 156 integers, 0 booleans, 25 clauses, largest domain size 26
1.60/1.70	c 2	Heap : 35 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.70/1.85	c 2	Encoding CSP to SAT : HOME/temp.cnf
1.70/1.87	c 2	16 (10%) CSP integer variables are encoded (384 clauses, 4080 bytes)
1.70/1.87	c 2	32 (20%) CSP integer variables are encoded (768 clauses, 8304 bytes)
1.70/1.87	c 2	47 (30%) CSP integer variables are encoded (1128 clauses, 12601 bytes)
1.70/1.88	c 2	63 (40%) CSP integer variables are encoded (1512 clauses, 17593 bytes)
1.70/1.88	c 2	78 (50%) CSP integer variables are encoded (1872 clauses, 22273 bytes)
1.70/1.88	c 2	94 (60%) CSP integer variables are encoded (2256 clauses, 27265 bytes)
1.70/1.88	c 2	110 (70%) CSP integer variables are encoded (2640 clauses, 32257 bytes)
1.70/1.88	c 2	125 (80%) CSP integer variables are encoded (3000 clauses, 36937 bytes)
1.70/1.88	c 2	141 (90%) CSP integer variables are encoded (3384 clauses, 41929 bytes)
1.70/1.88	c 2	156 (100%) CSP integer variables are encoded (3744 clauses, 46609 bytes)
16.54/16.87	c 17	3 (10%) CSP clauses are encoded (106131 clauses, 7887127 bytes)
26.61/27.09	c 27	5 (20%) CSP clauses are encoded (174389 clauses, 13243089 bytes)
41.46/42.02	c 42	8 (30%) CSP clauses are encoded (276776 clauses, 21374601 bytes)
51.46/52.15	c 52	10 (40%) CSP clauses are encoded (345034 clauses, 26795609 bytes)
66.50/67.39	c 68	13 (50%) CSP clauses are encoded (447421 clauses, 34927121 bytes)
71.95/72.88	c 73	15 (60%) CSP clauses are encoded (495655 clauses, 38295761 bytes)
80.27/81.23	c 82	18 (70%) CSP clauses are encoded (568006 clauses, 44379436 bytes)
86.01/87.03	c 87	20 (80%) CSP clauses are encoded (616240 clauses, 48722112 bytes)
94.23/95.33	c 96	23 (90%) CSP clauses are encoded (688591 clauses, 55236126 bytes)
99.68/100.88	c 101	25 (100%) CSP clauses are encoded (736825 clauses, 59578802 bytes)
99.68/100.88	c 101	25 CSP clauses encoded
99.68/100.88	c 101	Writing map file : HOME/temp.map
99.68/100.89	c 101	Heap : 62 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
99.68/100.89	c 101	SAT : 3900 SAT variables, 736825 SAT clauses, 59578802 bytes
99.68/100.89	c 101	Heap : 62 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
99.77/100.91	c 101	SOLVING HOME/temp.cnf
99.77/100.91	c 101	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
99.77/100.92	c 101	This is MiniSat 2.0 beta
99.77/100.92	c 101	WARNING: for repeatability, setting FPU to use double precision
99.77/100.92	c 101	============================[ Problem Statistics ]=============================
99.77/100.92	c 101	|                                                                             |
99.77/100.92	c 101	|  Number of variables:  3900                                                 |
99.77/100.92	c 101	|  Number of clauses:    736825                                               |
100.93/102.18	c 102	|  Parsing time:         1.12         s                                       |
101.03/102.26	c 103	============================[ Search Statistics ]==============================
101.03/102.26	c 103	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
101.03/102.26	c 103	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
101.03/102.26	c 103	===============================================================================
101.03/102.26	c 103	|         0 |    3888   735538 11275284 |   245179        0    nan |  0.000 % |
101.03/102.29	c 103	|       100 |    3887   735538 11275284 |   269697       99      4 |  0.333 % |
101.14/102.33	c 103	|       250 |    3886   735538 11275284 |   296666      248      6 |  0.359 % |
101.14/102.37	c 103	|       476 |    3885   735538 11275284 |   326333      473      6 |  0.385 % |
101.24/102.43	c 103	|       813 |    3885   735538 11275284 |   358967      810      7 |  0.385 % |
101.24/102.49	c 103	|      1319 |    3885   735538 11275284 |   394863     1316      8 |  0.385 % |
101.34/102.59	c 103	|      2079 |    3885   735538 11275284 |   434350     2076      8 |  0.385 % |
101.54/102.71	c 103	|      3219 |    3885   735538 11275284 |   477785     3216      9 |  0.385 % |
101.74/102.90	c 103	|      4928 |    3885   735538 11275284 |   525563     4925      9 |  0.385 % |
102.04/103.21	c 104	|      7490 |    3885   735538 11275284 |   578120     7487      9 |  0.385 % |
102.62/103.88	c 104	|     11335 |    3885   735538 11275284 |   635932    11332      9 |  0.385 % |
111.84/113.16	c 113	|     17102 |    3885   735538 11275284 |   699525    17099     10 |  0.385 % |
126.39/127.87	c 128	|     25753 |    3885   735538 11275284 |   769477    25750     11 |  0.385 % |
146.71/148.31	c 149	|     38727 |    3885   735538 11275284 |   846425    38724     12 |  0.385 % |
180.87/182.87	c 183	|     58188 |    3882   735538 11275284 |   931068    58184     13 |  0.539 % |
191.47/193.56	c 194	===============================================================================
191.47/193.56	c 194	restarts              : 15
191.47/193.56	c 194	conflicts             : 63619          (694 /sec)
191.47/193.56	c 194	decisions             : 81990          (1.86 % random) (895 /sec)
191.47/193.56	c 194	propagations          : 6054202        (66085 /sec)
191.47/193.56	c 194	conflict literals     : 793478         (27.12 % deleted)
191.47/193.56	c 194	Memory used           : 82.38 MB
191.47/193.56	c 194	CPU time              : 91.6121 s
191.47/193.56	c 194	
191.47/193.56	c 194	UNSATISFIABLE
191.47/193.58	c 194	DECODING HOME/temp.out WITH HOME/temp.map
191.47/193.58	c 194	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
191.58/193.67	c 194	Decoding HOME/temp.out
191.58/193.70	s UNSATISFIABLE
191.67/193.72	c 194	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
191.67/193.76	c 194	CPU 190.81 (0.04 0.01 190.77 0.88)
191.67/193.76	c 194	END Fri Jul  4 07:18:06 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-1066550-1215148492/watcher-1066550-1215148492 -o /tmp/evaluation-result-1066550-1215148492/solver-1066550-1215148492 -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/minisat -tmp=HOME/temp HOME/instance-1066550-1215148492.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/80 8912
/proc/meminfo: memFree=1810920/2055920 swapFree=4174728/4192956
[pid=8912] ppid=8910 vsize=18572 CPUtime=0
/proc/8912/stat : 8912 (runsolver) R 8910 8912 4876 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 999251759 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 266134416679 0 0 4096 24578 0 0 0 17 1 0 0
/proc/8912/statm: 4643 292 257 25 0 2626 0

[startup+0.101825 s]
/proc/loadavg: 2.00 2.00 2.00 4/80 8912
/proc/meminfo: memFree=1810920/2055920 swapFree=4174728/4192956
[pid=8912] ppid=8910 vsize=13600 CPUtime=0.04
/proc/8912/stat : 8912 (sugar) S 8910 8912 4876 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 999251759 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8912/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.202847 s]
/proc/loadavg: 2.00 2.00 2.00 4/80 8912
/proc/meminfo: memFree=1810920/2055920 swapFree=4174728/4192956
[pid=8912] ppid=8910 vsize=13600 CPUtime=0.04
/proc/8912/stat : 8912 (sugar) S 8910 8912 4876 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 999251759 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8912/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.302864 s]
/proc/loadavg: 2.00 2.00 2.00 4/80 8912
/proc/meminfo: memFree=1810920/2055920 swapFree=4174728/4192956
[pid=8912] ppid=8910 vsize=13600 CPUtime=0.04
/proc/8912/stat : 8912 (sugar) S 8910 8912 4876 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 999251759 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8912/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.702942 s]
/proc/loadavg: 2.00 2.00 2.00 4/80 8912
/proc/meminfo: memFree=1810920/2055920 swapFree=4174728/4192956
[pid=8912] ppid=8910 vsize=13600 CPUtime=0.45
/proc/8912/stat : 8912 (sugar) S 8910 8912 4876 0 -1 4194304 973 4579 0 1 3 1 37 4 16 0 1 0 999251759 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8912/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 13600

[startup+1.50211 s]
/proc/loadavg: 2.08 2.02 2.01 3/91 8934
/proc/meminfo: memFree=1789968/2055920 swapFree=4174728/4192956
[pid=8912] ppid=8910 vsize=13600 CPUtime=0.45
/proc/8912/stat : 8912 (sugar) S 8910 8912 4876 0 -1 4194304 973 4579 0 1 3 1 37 4 15 0 1 0 999251759 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8912/statm: 3400 797 370 3 0 500 0
[pid=8925] ppid=8912 vsize=5356 CPUtime=0
/proc/8925/stat : 8925 (sh) S 8912 8912 4876 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 999251812 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8925/statm: 1339 233 193 169 0 50 0
[pid=8926] ppid=8925 vsize=864180 CPUtime=0.95
/proc/8926/stat : 8926 (java) S 8925 8912 4876 0 -1 0 10866 0 1 0 89 6 0 0 18 0 9 0 999251812 884920320 10132 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8926/statm: 216045 10132 2540 9 0 210620 0
[pid=8926/tid=8927] ppid=8925 vsize=864180 CPUtime=0.37
/proc/8926/task/8927/stat : 8927 (java) R 8925 8912 4876 0 -1 64 2735 0 1 0 35 2 0 0 19 0 9 0 999251813 884920320 10132 996147200 134512640 134550740 4294955952 18446744073709551615 103215017 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8926/tid=8928] ppid=8925 vsize=864180 CPUtime=0.49
/proc/8926/task/8928/stat : 8928 (java) S 8925 8912 4876 0 -1 64 7110 0 0 0 46 3 0 0 18 0 9 0 999251814 884920320 10132 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=8926/tid=8929] ppid=8925 vsize=864180 CPUtime=0
/proc/8926/task/8929/stat : 8929 (java) S 8925 8912 4876 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 999251814 884920320 10132 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8926/tid=8930] ppid=8925 vsize=864180 CPUtime=0
/proc/8926/task/8930/stat : 8930 (java) S 8925 8912 4876 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 999251814 884920320 10132 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8926/tid=8931] ppid=8925 vsize=864180 CPUtime=0
/proc/8926/task/8931/stat : 8931 (java) S 8925 8912 4876 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 999251816 884920320 10132 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8926/tid=8932] ppid=8925 vsize=864180 CPUtime=0.07
/proc/8926/task/8932/stat : 8932 (java) S 8925 8912 4876 0 -1 64 329 0 0 0 7 0 0 0 16 0 9 0 999251816 884920320 10132 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8926/tid=8933] ppid=8925 vsize=864180 CPUtime=0
/proc/8926/task/8933/stat : 8933 (java) S 8925 8912 4876 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 999251817 884920320 10132 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8926/tid=8934] ppid=8925 vsize=864180 CPUtime=0
/proc/8926/task/8934/stat : 8934 (java) S 8925 8912 4876 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 999251817 884920320 10132 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.4
Current children cumulated vsize (KiB) 883136

[startup+3.1024 s]
/proc/loadavg: 2.08 2.02 2.01 3/91 8934
/proc/meminfo: memFree=1762896/2055920 swapFree=4174728/4192956
[pid=8912] ppid=8910 vsize=13600 CPUtime=0.45
/proc/8912/stat : 8912 (sugar) S 8910 8912 4876 0 -1 4194304 974 4579 0 1 3 1 37 4 15 0 1 0 999251759 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8912/statm: 3400 797 370 3 0 500 0
[pid=8925] ppid=8912 vsize=5356 CPUtime=0
/proc/8925/stat : 8925 (sh) S 8912 8912 4876 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 999251812 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8925/statm: 1339 233 193 169 0 50 0
[pid=8926] ppid=8925 vsize=864292 CPUtime=2.54
/proc/8926/stat : 8926 (java) S 8925 8912 4876 0 -1 0 14889 0 1 0 245 9 0 0 18 0 9 0 999251812 885035008 14113 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8926/statm: 216073 14113 2564 9 0 210620 0
[pid=8926/tid=8927] ppid=8925 vsize=864292 CPUtime=1.64
/proc/8926/task/8927/stat : 8927 (java) R 8925 8912 4876 0 -1 64 3194 0 1 0 162 2 0 0 25 0 9 0 999251813 885035008 14113 996147200 134512640 134550740 4294955952 18446744073709551615 4126600549 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8926/tid=8928] ppid=8925 vsize=864292 CPUtime=0.76
/proc/8926/task/8928/stat : 8928 (java) S 8925 8912 4876 0 -1 64 10653 0 0 0 71 5 0 0 16 0 9 0 999251814 885035008 14113 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=8926/tid=8929] ppid=8925 vsize=864292 CPUtime=0
/proc/8926/task/8929/stat : 8929 (java) S 8925 8912 4876 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 999251814 885035008 14113 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8926/tid=8930] ppid=8925 vsize=864292 CPUtime=0
/proc/8926/task/8930/stat : 8930 (java) S 8925 8912 4876 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 999251814 885035008 14113 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8926/tid=8931] ppid=8925 vsize=864292 CPUtime=0
/proc/8926/task/8931/stat : 8931 (java) S 8925 8912 4876 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 999251816 885035008 14113 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8926/tid=8932] ppid=8925 vsize=864292 CPUtime=0.1
/proc/8926/task/8932/stat : 8932 (java) S 8925 8912 4876 0 -1 64 350 0 0 0 10 0 0 0 16 0 9 0 999251816 885035008 14113 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8926/tid=8933] ppid=8925 vsize=864292 CPUtime=0
/proc/8926/task/8933/stat : 8933 (java) S 8925 8912 4876 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 999251817 885035008 14113 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8926/tid=8934] ppid=8925 vsize=864292 CPUtime=0
/proc/8926/task/8934/stat : 8934 (java) S 8925 8912 4876 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 999251817 885035008 14113 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.99
Current children cumulated vsize (KiB) 883248

[startup+6.30301 s]
/proc/loadavg: 2.08 2.02 2.01 3/91 8934
/proc/meminfo: memFree=1758864/2055920 swapFree=4174728/4192956
[pid=8912] ppid=8910 vsize=13600 CPUtime=0.45
/proc/8912/stat : 8912 (sugar) S 8910 8912 4876 0 -1 4194304 974 4579 0 1 3 1 37 4 15 0 1 0 999251759 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8912/statm: 3400 797 370 3 0 500 0
[pid=8925] ppid=8912 vsize=5356 CPUtime=0
/proc/8925/stat : 8925 (sh) S 8912 8912 4876 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 999251812 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8925/statm: 1339 233 193 169 0 50 0
[pid=8926] ppid=8925 vsize=864292 CPUtime=5.7
/proc/8926/stat : 8926 (java) S 8925 8912 4876 0 -1 0 15789 0 1 0 561 9 0 0 18 0 9 0 999251812 885035008 14989 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8926/statm: 216073 14989 2564 9 0 210620 0
[pid=8926/tid=8927] ppid=8925 vsize=864292 CPUtime=4.76
/proc/8926/task/8927/stat : 8927 (java) R 8925 8912 4876 0 -1 64 3218 0 1 0 474 2 0 0 25 0 9 0 999251813 885035008 14989 996147200 134512640 134550740 4294955952 18446744073709551615 102064907 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8926/tid=8928] ppid=8925 vsize=864292 CPUtime=0.81
/proc/8926/task/8928/stat : 8928 (java) S 8925 8912 4876 0 -1 64 11529 0 0 0 76 5 0 0 16 0 9 0 999251814 885035008 14989 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=8926/tid=8929] ppid=8925 vsize=864292 CPUtime=0
/proc/8926/task/8929/stat : 8929 (java) S 8925 8912 4876 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 999251814 885035008 14989 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8926/tid=8930] ppid=8925 vsize=864292 CPUtime=0
/proc/8926/task/8930/stat : 8930 (java) S 8925 8912 4876 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 999251814 885035008 14989 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8926/tid=8931] ppid=8925 vsize=864292 CPUtime=0
/proc/8926/task/8931/stat : 8931 (java) S 8925 8912 4876 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 999251816 885035008 14989 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8926/tid=8932] ppid=8925 vsize=864292 CPUtime=0.1
/proc/8926/task/8932/stat : 8932 (java) S 8925 8912 4876 0 -1 64 350 0 0 0 10 0 0 0 16 0 9 0 999251816 885035008 14989 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8926/tid=8933] ppid=8925 vsize=864292 CPUtime=0
/proc/8926/task/8933/stat : 8933 (java) S 8925 8912 4876 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 999251817 885035008 14989 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8926/tid=8934] ppid=8925 vsize=864292 CPUtime=0
/proc/8926/task/8934/stat : 8934 (java) S 8925 8912 4876 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 999251817 885035008 14989 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.15
Current children cumulated vsize (KiB) 883248

[startup+12.7012 s]
/proc/loadavg: 2.07 2.02 2.00 3/91 8934
/proc/meminfo: memFree=1746128/2055920 swapFree=4174728/4192956
[pid=8912] ppid=8910 vsize=13600 CPUtime=0.45
/proc/8912/stat : 8912 (sugar) S 8910 8912 4876 0 -1 4194304 974 4579 0 1 3 1 37 4 15 0 1 0 999251759 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8912/statm: 3400 797 370 3 0 500 0
[pid=8925] ppid=8912 vsize=5356 CPUtime=0
/proc/8925/stat : 8925 (sh) S 8912 8912 4876 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 999251812 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8925/statm: 1339 233 193 169 0 50 0
[pid=8926] ppid=8925 vsize=864292 CPUtime=12.03
/proc/8926/stat : 8926 (java) S 8925 8912 4876 0 -1 0 17638 0 1 0 1189 14 0 0 18 0 9 0 999251812 885035008 16747 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8926/statm: 216073 16747 2564 9 0 210620 0
[pid=8926/tid=8927] ppid=8925 vsize=864292 CPUtime=10.95
/proc/8926/task/8927/stat : 8927 (java) R 8925 8912 4876 0 -1 64 3309 0 1 0 1089 6 0 0 25 0 9 0 999251813 885035008 16747 996147200 134512640 134550740 4294955952 18446744073709551615 4126600525 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8926/tid=8928] ppid=8925 vsize=864292 CPUtime=0.96
/proc/8926/task/8928/stat : 8928 (java) S 8925 8912 4876 0 -1 64 13284 0 0 0 89 7 0 0 16 0 9 0 999251814 885035008 16747 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=8926/tid=8929] ppid=8925 vsize=864292 CPUtime=0
/proc/8926/task/8929/stat : 8929 (java) S 8925 8912 4876 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 999251814 885035008 16747 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8926/tid=8930] ppid=8925 vsize=864292 CPUtime=0
/proc/8926/task/8930/stat : 8930 (java) S 8925 8912 4876 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 999251814 885035008 16747 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8926/tid=8931] ppid=8925 vsize=864292 CPUtime=0
/proc/8926/task/8931/stat : 8931 (java) S 8925 8912 4876 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 999251816 885035008 16747 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8926/tid=8932] ppid=8925 vsize=864292 CPUtime=0.1
/proc/8926/task/8932/stat : 8932 (java) S 8925 8912 4876 0 -1 64 353 0 0 0 10 0 0 0 16 0 9 0 999251816 885035008 16747 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8926/tid=8933] ppid=8925 vsize=864292 CPUtime=0
/proc/8926/task/8933/stat : 8933 (java) S 8925 8912 4876 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 999251817 885035008 16747 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8926/tid=8934] ppid=8925 vsize=864292 CPUtime=0
/proc/8926/task/8934/stat : 8934 (java) S 8925 8912 4876 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 999251817 885035008 16747 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.48
Current children cumulated vsize (KiB) 883248

[startup+25.5027 s]
/proc/loadavg: 2.13 2.03 2.01 3/91 8934
/proc/meminfo: memFree=1729552/2055920 swapFree=4174728/4192956
[pid=8912] ppid=8910 vsize=13600 CPUtime=0.45
/proc/8912/stat : 8912 (sugar) S 8910 8912 4876 0 -1 4194304 974 4579 0 1 3 1 37 4 16 0 1 0 999251759 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8912/statm: 3400 797 370 3 0 500 0
[pid=8925] ppid=8912 vsize=5356 CPUtime=0
/proc/8925/stat : 8925 (sh) S 8912 8912 4876 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 999251812 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8925/statm: 1339 233 193 169 0 50 0
[pid=8926] ppid=8925 vsize=864360 CPUtime=24.67
/proc/8926/stat : 8926 (java) S 8925 8912 4876 0 -1 0 23044 0 1 0 2446 21 0 0 18 0 9 0 999251812 885104640 19510 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8926/statm: 216090 19510 2564 9 0 210637 0
[pid=8926/tid=8927] ppid=8925 vsize=864360 CPUtime=23.13
/proc/8926/task/8927/stat : 8927 (java) R 8925 8912 4876 0 -1 64 3452 0 1 0 2304 9 0 0 25 0 9 0 999251813 885104640 19510 996147200 134512640 134550740 4294955952 18446744073709551615 4126619371 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8926/tid=8928] ppid=8925 vsize=864360 CPUtime=1.4
/proc/8926/task/8928/stat : 8928 (java) S 8925 8912 4876 0 -1 64 18542 0 0 0 130 10 0 0 16 0 9 0 999251814 885104640 19510 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=8926/tid=8929] ppid=8925 vsize=864360 CPUtime=0
/proc/8926/task/8929/stat : 8929 (java) S 8925 8912 4876 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 999251814 885104640 19510 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8926/tid=8930] ppid=8925 vsize=864360 CPUtime=0
/proc/8926/task/8930/stat : 8930 (java) S 8925 8912 4876 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 999251814 885104640 19510 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

################
# More data... #
################

[pid=8926/tid=8929] ppid=8925 vsize=864360 CPUtime=0
/proc/8926/task/8929/stat : 8929 (java) S 8925 8912 4876 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 999251814 885104640 19879 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8926/tid=8930] ppid=8925 vsize=864360 CPUtime=0
/proc/8926/task/8930/stat : 8930 (java) S 8925 8912 4876 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 999251814 885104640 19879 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8926/tid=8931] ppid=8925 vsize=864360 CPUtime=0
/proc/8926/task/8931/stat : 8931 (java) S 8925 8912 4876 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 999251816 885104640 19879 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8926/tid=8932] ppid=8925 vsize=864360 CPUtime=0.11
/proc/8926/task/8932/stat : 8932 (java) S 8925 8912 4876 0 -1 64 358 0 0 0 11 0 0 0 17 0 9 0 999251816 885104640 19879 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8926/tid=8933] ppid=8925 vsize=864360 CPUtime=0
/proc/8926/task/8933/stat : 8933 (java) S 8925 8912 4876 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 999251817 885104640 19879 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8926/tid=8934] ppid=8925 vsize=864360 CPUtime=0
/proc/8926/task/8934/stat : 8934 (java) S 8925 8912 4876 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 999251817 885104640 19879 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.47
Current children cumulated vsize (KiB) 883316

[startup+102.302 s]
/proc/loadavg: 2.03 2.02 2.00 3/83 8936
/proc/meminfo: memFree=1683280/2055920 swapFree=4174728/4192956
[pid=8912] ppid=8910 vsize=13600 CPUtime=99.79
/proc/8912/stat : 8912 (sugar) S 8910 8912 4876 0 -1 4194304 1031 37649 0 2 4 1 9905 69 15 0 1 0 999251759 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8912/statm: 3400 798 370 3 0 500 0
[pid=8935] ppid=8912 vsize=5356 CPUtime=0
/proc/8935/stat : 8935 (sh) S 8912 8912 4876 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 999261851 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8935/statm: 1339 232 193 169 0 50 0
[pid=8936] ppid=8935 vsize=67908 CPUtime=1.35
/proc/8936/stat : 8936 (minisat) R 8935 8912 4876 0 -1 4194304 16591 0 0 0 124 11 0 0 25 0 1 0 999261852 69537792 16577 996147200 134512640 135127466 4294956272 18446744073709551615 134706298 0 0 4096 3 0 0 0 17 1 0 0
/proc/8936/statm: 16977 16577 74 150 0 16824 0
Current children cumulated CPU time (s) 101.14
Current children cumulated vsize (KiB) 86864

[startup+162.302 s]
/proc/loadavg: 2.01 2.02 2.00 3/83 8936
/proc/meminfo: memFree=1668496/2055920 swapFree=4174728/4192956
[pid=8912] ppid=8910 vsize=13600 CPUtime=99.79
/proc/8912/stat : 8912 (sugar) S 8910 8912 4876 0 -1 4194304 1031 37649 0 2 4 1 9905 69 16 0 1 0 999251759 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8912/statm: 3400 798 370 3 0 500 0
[pid=8935] ppid=8912 vsize=5356 CPUtime=0
/proc/8935/stat : 8935 (sh) S 8912 8912 4876 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 999261851 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8935/statm: 1339 232 193 169 0 50 0
[pid=8936] ppid=8935 vsize=82724 CPUtime=60.78
/proc/8936/stat : 8936 (minisat) R 8935 8912 4876 0 -1 4194304 20225 0 0 0 6064 14 0 0 25 0 1 0 999261852 84709376 20211 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/8936/statm: 20681 20211 75 150 0 20528 0
Current children cumulated CPU time (s) 160.57
Current children cumulated vsize (KiB) 101680

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

[startup+179.203 s]
/proc/loadavg: 2.01 2.01 2.00 3/83 8936
/proc/meminfo: memFree=1667984/2055920 swapFree=4174728/4192956
[pid=8912] ppid=8910 vsize=13600 CPUtime=99.79
/proc/8912/stat : 8912 (sugar) S 8910 8912 4876 0 -1 4194304 1031 37649 0 2 4 1 9905 69 16 0 1 0 999251759 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8912/statm: 3400 798 370 3 0 500 0
[pid=8935] ppid=8912 vsize=5356 CPUtime=0
/proc/8935/stat : 8935 (sh) S 8912 8912 4876 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 999261851 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8935/statm: 1339 232 193 169 0 50 0
[pid=8936] ppid=8935 vsize=83540 CPUtime=77.52
/proc/8936/stat : 8936 (minisat) R 8935 8912 4876 0 -1 4194304 20437 0 0 0 7738 14 0 0 25 0 1 0 999261852 85544960 20423 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/8936/statm: 20885 20423 75 150 0 20732 0
Current children cumulated CPU time (s) 177.31
Current children cumulated vsize (KiB) 102496

[startup+185.601 s]
/proc/loadavg: 2.01 2.01 2.00 3/83 8936
/proc/meminfo: memFree=1667600/2055920 swapFree=4174728/4192956
[pid=8912] ppid=8910 vsize=13600 CPUtime=99.79
/proc/8912/stat : 8912 (sugar) S 8910 8912 4876 0 -1 4194304 1031 37649 0 2 4 1 9905 69 16 0 1 0 999251759 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8912/statm: 3400 798 370 3 0 500 0
[pid=8935] ppid=8912 vsize=5356 CPUtime=0
/proc/8935/stat : 8935 (sh) S 8912 8912 4876 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 999261851 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8935/statm: 1339 232 193 169 0 50 0
[pid=8936] ppid=8935 vsize=83940 CPUtime=83.86
/proc/8936/stat : 8936 (minisat) R 8935 8912 4876 0 -1 4194304 20535 0 0 0 8372 14 0 0 25 0 1 0 999261852 85954560 20521 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/8936/statm: 20985 20521 75 150 0 20832 0
Current children cumulated CPU time (s) 183.65
Current children cumulated vsize (KiB) 102896

[startup+188.803 s]
/proc/loadavg: 2.01 2.01 2.00 3/83 8936
/proc/meminfo: memFree=1667408/2055920 swapFree=4174728/4192956
[pid=8912] ppid=8910 vsize=13600 CPUtime=99.79
/proc/8912/stat : 8912 (sugar) S 8910 8912 4876 0 -1 4194304 1031 37649 0 2 4 1 9905 69 16 0 1 0 999251759 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8912/statm: 3400 798 370 3 0 500 0
[pid=8935] ppid=8912 vsize=5356 CPUtime=0
/proc/8935/stat : 8935 (sh) S 8912 8912 4876 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 999261851 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8935/statm: 1339 232 193 169 0 50 0
[pid=8936] ppid=8935 vsize=84080 CPUtime=87.03
/proc/8936/stat : 8936 (minisat) R 8935 8912 4876 0 -1 4194304 20581 0 0 0 8689 14 0 0 25 0 1 0 999261852 86097920 20567 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/8936/statm: 21020 20567 75 150 0 20867 0
Current children cumulated CPU time (s) 186.82
Current children cumulated vsize (KiB) 103036

[startup+192.001 s]
/proc/loadavg: 2.00 2.01 2.00 3/83 8936
/proc/meminfo: memFree=1667280/2055920 swapFree=4174728/4192956
[pid=8912] ppid=8910 vsize=13600 CPUtime=99.79
/proc/8912/stat : 8912 (sugar) S 8910 8912 4876 0 -1 4194304 1031 37649 0 2 4 1 9905 69 16 0 1 0 999251759 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8912/statm: 3400 798 370 3 0 500 0
[pid=8935] ppid=8912 vsize=5356 CPUtime=0
/proc/8935/stat : 8935 (sh) S 8912 8912 4876 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 999261851 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8935/statm: 1339 232 193 169 0 50 0
[pid=8936] ppid=8935 vsize=84348 CPUtime=90.2
/proc/8936/stat : 8936 (minisat) R 8935 8912 4876 0 -1 4194304 20603 0 0 0 9006 14 0 0 25 0 1 0 999261852 86372352 20589 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/8936/statm: 21087 20589 75 150 0 20934 0
Current children cumulated CPU time (s) 189.99
Current children cumulated vsize (KiB) 103304

[startup+192.802 s]
/proc/loadavg: 2.00 2.01 2.00 3/83 8936
/proc/meminfo: memFree=1667280/2055920 swapFree=4174728/4192956
[pid=8912] ppid=8910 vsize=13600 CPUtime=99.79
/proc/8912/stat : 8912 (sugar) S 8910 8912 4876 0 -1 4194304 1031 37649 0 2 4 1 9905 69 16 0 1 0 999251759 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8912/statm: 3400 798 370 3 0 500 0
[pid=8935] ppid=8912 vsize=5356 CPUtime=0
/proc/8935/stat : 8935 (sh) S 8912 8912 4876 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 999261851 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8935/statm: 1339 232 193 169 0 50 0
[pid=8936] ppid=8935 vsize=84348 CPUtime=90.99
/proc/8936/stat : 8936 (minisat) R 8935 8912 4876 0 -1 4194304 20607 0 0 0 9085 14 0 0 25 0 1 0 999261852 86372352 20593 996147200 134512640 135127466 4294956272 18446744073709551615 134530644 0 0 4096 3 0 0 0 17 1 0 0
/proc/8936/statm: 21087 20593 75 150 0 20934 0
Current children cumulated CPU time (s) 190.78
Current children cumulated vsize (KiB) 103304

[startup+193.203 s]
/proc/loadavg: 2.00 2.01 2.00 3/83 8936
/proc/meminfo: memFree=1667280/2055920 swapFree=4174728/4192956
[pid=8912] ppid=8910 vsize=13600 CPUtime=99.79
/proc/8912/stat : 8912 (sugar) S 8910 8912 4876 0 -1 4194304 1031 37649 0 2 4 1 9905 69 16 0 1 0 999251759 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8912/statm: 3400 798 370 3 0 500 0
[pid=8935] ppid=8912 vsize=5356 CPUtime=0
/proc/8935/stat : 8935 (sh) S 8912 8912 4876 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 999261851 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8935/statm: 1339 232 193 169 0 50 0
[pid=8936] ppid=8935 vsize=84348 CPUtime=91.39
/proc/8936/stat : 8936 (minisat) R 8935 8912 4876 0 -1 4194304 20610 0 0 0 9125 14 0 0 25 0 1 0 999261852 86372352 20596 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/8936/statm: 21087 20596 75 150 0 20934 0
Current children cumulated CPU time (s) 191.18
Current children cumulated vsize (KiB) 103304

[startup+193.603 s]
/proc/loadavg: 2.00 2.01 2.00 3/84 8939
/proc/meminfo: memFree=1748232/2055920 swapFree=4174728/4192956
[pid=8912] ppid=8910 vsize=13600 CPUtime=191.58
/proc/8912/stat : 8912 (sugar) S 8910 8912 4876 0 -1 4194304 1070 58563 0 2 4 1 19067 86 17 0 1 0 999251759 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8912/statm: 3400 798 370 3 0 500 0
[pid=8937] ppid=8912 vsize=5356 CPUtime=0
/proc/8937/stat : 8937 (sh) S 8912 8912 4876 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 999271118 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8937/statm: 1339 233 193 169 0 50 0
[pid=8938] ppid=8937 vsize=10912 CPUtime=0
/proc/8938/stat : 8938 (java) S 8937 8912 4876 0 -1 0 775 0 0 0 0 0 0 0 18 0 2 0 999271118 11173888 546 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/8938/statm: 2728 546 263 9 0 1198 0
[pid=8938/tid=8939] ppid=8937 vsize=10912 CPUtime=0
/proc/8938/task/8939/stat : 8939 (java) R 8937 8912 4876 0 -1 64 100 0 0 0 0 0 0 0 18 0 2 0 999271119 11173888 546 996147200 134512640 134550740 4294956000 18446744073709551615 1464973 0 0 0 16784584 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 191.58
Current children cumulated vsize (KiB) 29868

[startup+193.707 s]
/proc/loadavg: 2.00 2.01 2.00 3/84 8939
/proc/meminfo: memFree=1748232/2055920 swapFree=4174728/4192956
[pid=8912] ppid=8910 vsize=13600 CPUtime=191.58
/proc/8912/stat : 8912 (sugar) S 8910 8912 4876 0 -1 4194304 1089 58563 0 2 4 1 19067 86 15 0 1 0 999251759 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8912/statm: 3400 798 370 3 0 500 0
[pid=8937] ppid=8912 vsize=5356 CPUtime=0
/proc/8937/stat : 8937 (sh) S 8912 8912 4876 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 999271118 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8937/statm: 1339 233 193 169 0 50 0
[pid=8938] ppid=8937 vsize=863720 CPUtime=0.09
/proc/8938/stat : 8938 (java) S 8937 8912 4876 0 -1 0 3309 0 1 0 8 1 0 0 18 0 9 0 999271118 884449280 2783 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8938/statm: 215930 2783 1647 9 0 210512 0
[pid=8938/tid=8939] ppid=8937 vsize=863720 CPUtime=0.08
/proc/8938/task/8939/stat : 8939 (java) R 8937 8912 4876 0 -1 64 2403 0 1 0 7 1 0 0 19 0 9 0 999271119 884449280 2783 996147200 134512640 134550740 4294956000 18446744073709551615 103676395 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 191.67
Current children cumulated vsize (KiB) 882676

Child status: 0
Real time (s): 193.788
CPU time (s): 191.747
CPU user time (s): 190.817
CPU system time (s): 0.929858
CPU usage (%): 98.9468
Max. virtual memory (cumulated for all children) (KiB): 888696

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 190.817
system time used= 0.929858
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 63368
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= 12168
involuntary context switches= 19285

runsolver used 0.241963 second user time and 0.672897 second system time

The end

Launcher Data (download as text)

Begin job on node35 at 2008-07-04 07:14:52
IDJOB=1066550
IDBENCH=55128
IDSOLVER=346
FILE ID=node35/1066550-1215148492
PBS_JOBID= 7877310
Free space on /tmp= 66548 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/wordsVg/normalized-crossword-m1c-words-vg12-13_ext.xml
COMMAND LINE= DIR/sugar -c -vv -java="java -Xmx700M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1066550-1215148492/watcher-1066550-1215148492 -o /tmp/evaluation-result-1066550-1215148492/solver-1066550-1215148492 -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/minisat" -tmp="HOME/temp" HOME/instance-1066550-1215148492.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= b2a514f597be5c58b1ba68e3430970ce
RANDOM SEED=1098238862

node35.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.261
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.261
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:       1811400 kB
Buffers:          6696 kB
Cached:          95348 kB
SwapCached:      11992 kB
Active:         131612 kB
Inactive:        48484 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1811400 kB
SwapTotal:     4192956 kB
SwapFree:      4174728 kB
Dirty:            1380 kB
Writeback:           0 kB
Mapped:          91744 kB
Slab:            49520 kB
Committed_AS:  2361584 kB
PageTables:       1932 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= 66544 MiB
End job on node35 at 2008-07-04 07:18:06