Trace number 1066826

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 1177.75 1183.26

General information on the benchmark

Namecsp/wordsVg/
normalized-crossword-m1c-words-vg10-12_ext.xml
MD5SUM19fed936c193b710d2133588a1e50e14
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 benchmark1.27381
Satisfiable
(Un)Satisfiability was proved
Number of variables120
Number of constraints22
Maximum constraint arity12
Maximum domain size26
Number of constraints which are defined in extension22
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.05	c 0	Sugar v1-13 + HOME/minisat
0.00/0.05	c 0	BEGIN Fri Jul  4 07:25:19 2008
0.00/0.05	c 0	PID 20833
0.04/0.05	c 0	HOST node70.alineos.net
0.04/0.05	c 0	CONVERTING HOME/instance-1066826-1215149119.xml TO HOME/temp.csp
0.04/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1066826-1215149119.xml' 'HOME/temp.csp'
0.04/0.50	c 1	1 domains, 120 variables, 0 predicates, 2 relations, 22 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.49/0.61	c 1	Parsing HOME/temp.csp
0.49/0.78	c 1	parsed 145 expressions
0.49/0.78	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.49/0.79	c 1	Converting to clausal form CSP
0.49/0.81	c 1	converted 15 (10%) expressions
0.49/0.81	c 1	converted 29 (20%) expressions
0.49/0.81	c 1	converted 44 (30%) expressions
0.49/0.81	c 1	converted 58 (40%) expressions
0.49/0.81	c 1	converted 73 (50%) expressions
0.49/0.81	c 1	converted 87 (60%) expressions
0.49/0.81	c 1	converted 102 (70%) expressions
0.49/0.81	c 1	converted 116 (80%) expressions
1.53/1.68	c 2	converted 131 (90%) expressions
2.42/2.52	c 3	converted 145 (100%) expressions
2.42/2.52	c 3	CSP : 120 integers, 0 booleans, 22 clauses, largest domain size 26
2.42/2.52	c 3	Heap : 51 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.42/2.52	c 3	Propagation in CSP
2.42/2.52	c 3	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.42/2.52	c 3	CSP : 120 integers, 0 booleans, 22 clauses, largest domain size 26
2.42/2.52	c 3	Heap : 51 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.42/2.52	c 3	Simplifing CSP by introducing new Boolean variables
2.42/2.52	c 3	CSP : 120 integers, 0 booleans, 22 clauses, largest domain size 26
2.42/2.52	c 3	Heap : 51 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.63/2.77	c 3	Encoding CSP to SAT : HOME/temp.cnf
2.63/2.79	c 3	12 (10%) CSP integer variables are encoded (288 clauses, 3024 bytes)
2.72/2.80	c 3	24 (20%) CSP integer variables are encoded (576 clauses, 6192 bytes)
2.72/2.81	c 3	36 (30%) CSP integer variables are encoded (864 clauses, 9360 bytes)
2.72/2.81	c 3	48 (40%) CSP integer variables are encoded (1152 clauses, 12913 bytes)
2.72/2.81	c 3	60 (50%) CSP integer variables are encoded (1440 clauses, 16657 bytes)
2.72/2.81	c 3	72 (60%) CSP integer variables are encoded (1728 clauses, 20401 bytes)
2.72/2.81	c 3	84 (70%) CSP integer variables are encoded (2016 clauses, 24145 bytes)
2.72/2.81	c 3	96 (80%) CSP integer variables are encoded (2304 clauses, 27889 bytes)
2.72/2.81	c 3	108 (90%) CSP integer variables are encoded (2592 clauses, 31633 bytes)
2.72/2.81	c 3	120 (100%) CSP integer variables are encoded (2880 clauses, 35377 bytes)
45.79/46.33	c 47	3 (10%) CSP clauses are encoded (182037 clauses, 11787298 bytes)
75.49/76.33	c 77	5 (20%) CSP clauses are encoded (301475 clauses, 19885159 bytes)
104.20/105.35	c 106	7 (30%) CSP clauses are encoded (420913 clauses, 28207445 bytes)
134.01/135.45	c 136	9 (40%) CSP clauses are encoded (540351 clauses, 36529731 bytes)
163.02/164.77	c 165	11 (50%) CSP clauses are encoded (659789 clauses, 44852017 bytes)
188.46/190.40	c 191	14 (60%) CSP clauses are encoded (787766 clauses, 53506498 bytes)
199.15/201.24	c 202	16 (70%) CSP clauses are encoded (856024 clauses, 58546405 bytes)
209.74/211.96	c 212	18 (80%) CSP clauses are encoded (924282 clauses, 64357971 bytes)
220.43/222.78	c 223	20 (90%) CSP clauses are encoded (992540 clauses, 70169537 bytes)
231.42/233.86	c 234	22 (100%) CSP clauses are encoded (1060798 clauses, 75981103 bytes)
231.42/233.86	c 234	22 CSP clauses encoded
231.42/233.86	c 234	Writing map file : HOME/temp.map
231.42/233.87	c 234	Heap : 65 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
231.42/233.87	c 234	SAT : 3000 SAT variables, 1060798 SAT clauses, 75981103 bytes
231.42/233.87	c 234	Heap : 65 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
231.49/233.91	c 234	SOLVING HOME/temp.cnf
231.49/233.91	c 234	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
231.49/233.92	c 234	This is MiniSat 2.0 beta
231.49/233.92	c 234	WARNING: for repeatability, setting FPU to use double precision
231.49/233.92	c 234	============================[ Problem Statistics ]=============================
231.49/233.92	c 234	|                                                                             |
231.49/233.92	c 234	|  Number of variables:  3000                                                 |
231.49/233.92	c 234	|  Number of clauses:    1060798                                              |
233.17/235.69	c 236	|  Parsing time:         1.53         s                                       |
233.27/235.78	c 236	============================[ Search Statistics ]==============================
233.27/235.79	c 236	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
233.27/235.79	c 236	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
233.27/235.79	c 236	===============================================================================
233.27/235.79	c 236	|         0 |    3000  1060798 14662178 |   353599        0    nan |  0.000 % |
233.36/235.82	c 236	|       100 |    3000  1060798 14662178 |   388959      100      5 |  0.000 % |
233.36/235.89	c 236	|       250 |    3000  1060798 14662178 |   427855      250      5 |  0.000 % |
233.56/236.05	c 236	|       475 |    3000  1060798 14662178 |   470640      475      6 |  0.000 % |
233.66/236.16	c 237	|       812 |    3000  1060798 14662178 |   517704      812      7 |  0.000 % |
233.76/236.29	c 237	|      1319 |    3000  1060798 14662178 |   569475     1319      8 |  0.000 % |
233.96/236.43	c 237	|      2078 |    3000  1060798 14662178 |   626422     2078      8 |  0.000 % |
234.16/236.65	c 237	|      3220 |    3000  1060798 14662178 |   689065     3220      9 |  0.000 % |
234.45/236.98	c 237	|      4928 |    3000  1060798 14662178 |   757971     4928      9 |  0.000 % |
234.95/237.48	c 238	|      7490 |    3000  1060798 14662178 |   833768     7490     10 |  0.000 % |
235.73/238.28	c 239	|     11334 |    3000  1060798 14662178 |   917145    11334     10 |  0.000 % |
237.33/239.81	c 240	|     17100 |    3000  1060798 14662178 |  1008860    17100     10 |  0.000 % |
239.70/242.26	c 243	|     25750 |    3000  1060798 14662178 |  1109746    25750     11 |  0.000 % |
243.66/246.24	c 247	|     38726 |    3000  1060798 14662178 |  1220720    38726     11 |  0.000 % |
248.32/250.91	c 251	|     58187 |    3000  1060798 14662178 |  1342792    58187     11 |  0.000 % |
263.96/266.77	c 267	|     87379 |    3000  1060798 14662178 |  1477072    87379     12 |  0.000 % |
363.67/367.47	c 368	|    131168 |    2996  1060798 14662178 |  1624779   131167     13 |  0.167 % |
583.36/588.33	c 589	|    196852 |    2996  1060798 14662178 |  1787257   196851     14 |  0.167 % |
916.16/921.43	c 922	|    295380 |    2996  1060798 14662178 |  1965983   295379     15 |  0.167 % |
1177.52/1183.02	c 1183	===============================================================================
1177.52/1183.02	c 1183	restarts              : 19
1177.52/1183.02	c 1183	conflicts             : 360529         (381 /sec)
1177.52/1183.02	c 1183	decisions             : 466041         (1.77 % random) (493 /sec)
1177.52/1183.02	c 1183	propagations          : 31282776       (33081 /sec)
1177.52/1183.02	c 1183	conflict literals     : 5537167        (26.68 % deleted)
1177.52/1183.02	c 1183	Memory used           : 140.20 MB
1177.52/1183.02	c 1183	CPU time              : 945.642 s
1177.52/1183.02	c 1183	
1177.52/1183.02	c 1183	UNSATISFIABLE
1177.52/1183.05	c 1183	DECODING HOME/temp.out WITH HOME/temp.map
1177.52/1183.05	c 1183	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
1177.57/1183.13	c 1184	Decoding HOME/temp.out
1177.57/1183.17	s UNSATISFIABLE
1177.57/1183.18	c 1184	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1177.57/1183.22	c 1184	CPU 1176.25 (0.03 0.01 1176.22 1.43)
1177.57/1183.22	c 1184	END Fri Jul  4 07:45:03 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-1066826-1215149119/watcher-1066826-1215149119 -o /tmp/evaluation-result-1066826-1215149119/solver-1066826-1215149119 -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-1066826-1215149119.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2200 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.99 1.97 1.97 4/81 20833
/proc/meminfo: memFree=1757608/2055920 swapFree=4110824/4192956
[pid=20833] ppid=20831 vsize=12268 CPUtime=0
/proc/20833/stat : 20833 (sugar) R 20831 20833 17349 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 1993880797 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 233402235493 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/20833/statm: 3067 316 241 3 0 167 0

[startup+0.051256 s]
/proc/loadavg: 1.99 1.97 1.97 4/81 20833
/proc/meminfo: memFree=1757608/2055920 swapFree=4110824/4192956
[pid=20833] ppid=20831 vsize=13600 CPUtime=0.04
/proc/20833/stat : 20833 (sugar) S 20831 20833 17349 0 -1 4194304 837 0 0 0 3 1 0 0 18 0 1 0 1993880797 13926400 792 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20833/statm: 3400 792 367 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.101655 s]
/proc/loadavg: 1.99 1.97 1.97 4/81 20833
/proc/meminfo: memFree=1757608/2055920 swapFree=4110824/4192956
[pid=20833] ppid=20831 vsize=13600 CPUtime=0.04
/proc/20833/stat : 20833 (sugar) S 20831 20833 17349 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1993880797 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20833/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.301693 s]
/proc/loadavg: 1.99 1.97 1.97 4/81 20833
/proc/meminfo: memFree=1757608/2055920 swapFree=4110824/4192956
[pid=20833] ppid=20831 vsize=13600 CPUtime=0.04
/proc/20833/stat : 20833 (sugar) S 20831 20833 17349 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1993880797 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20833/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.701765 s]
/proc/loadavg: 1.99 1.97 1.97 4/81 20833
/proc/meminfo: memFree=1757608/2055920 swapFree=4110824/4192956
[pid=20833] ppid=20831 vsize=13600 CPUtime=0.49
/proc/20833/stat : 20833 (sugar) S 20831 20833 17349 0 -1 4194304 973 5148 0 1 3 1 40 5 16 0 1 0 1993880797 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20833/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 13600

[startup+1.50291 s]
/proc/loadavg: 1.99 1.97 1.97 3/92 20855
/proc/meminfo: memFree=1741200/2055920 swapFree=4110824/4192956
[pid=20833] ppid=20831 vsize=13600 CPUtime=0.49
/proc/20833/stat : 20833 (sugar) S 20831 20833 17349 0 -1 4194304 973 5148 0 1 3 1 40 5 15 0 1 0 1993880797 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20833/statm: 3400 797 370 3 0 500 0
[pid=20846] ppid=20833 vsize=5356 CPUtime=0
/proc/20846/stat : 20846 (sh) S 20833 20833 17349 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1993880850 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20846/statm: 1339 233 193 169 0 50 0
[pid=20847] ppid=20846 vsize=864328 CPUtime=0.95
/proc/20847/stat : 20847 (java) S 20846 20833 17349 0 -1 0 10785 0 1 0 89 6 0 0 18 0 9 0 1993880850 885071872 10058 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20847/statm: 216082 10058 2540 9 0 210657 0
[pid=20847/tid=20848] ppid=20846 vsize=864328 CPUtime=0.4
/proc/20847/task/20848/stat : 20848 (java) R 20846 20833 17349 0 -1 64 2762 0 1 0 39 1 0 0 19 0 9 0 1993880851 885071872 10058 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20847/tid=20849] ppid=20846 vsize=864328 CPUtime=0.45
/proc/20847/task/20849/stat : 20849 (java) R 20846 20833 17349 0 -1 64 6999 0 0 0 42 3 0 0 17 0 9 0 1993880852 885071872 10058 996147200 134512640 134550740 4294955952 18446744073709551615 103735764 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20847/tid=20850] ppid=20846 vsize=864328 CPUtime=0
/proc/20847/task/20850/stat : 20850 (java) S 20846 20833 17349 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1993880852 885071872 10058 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20847/tid=20851] ppid=20846 vsize=864328 CPUtime=0
/proc/20847/task/20851/stat : 20851 (java) S 20846 20833 17349 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1993880852 885071872 10058 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20847/tid=20852] ppid=20846 vsize=864328 CPUtime=0
/proc/20847/task/20852/stat : 20852 (java) S 20846 20833 17349 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1993880854 885071872 10058 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20847/tid=20853] ppid=20846 vsize=864328 CPUtime=0.06
/proc/20847/task/20853/stat : 20853 (java) S 20846 20833 17349 0 -1 64 332 0 0 0 6 0 0 0 16 0 9 0 1993880854 885071872 10058 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20847/tid=20854] ppid=20846 vsize=864328 CPUtime=0
/proc/20847/task/20854/stat : 20854 (java) S 20846 20833 17349 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1993880854 885071872 10058 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20847/tid=20855] ppid=20846 vsize=864328 CPUtime=0
/proc/20847/task/20855/stat : 20855 (java) S 20846 20833 17349 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1993880855 885071872 10058 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.44
Current children cumulated vsize (KiB) 883284

[startup+3.1022 s]
/proc/loadavg: 1.99 1.97 1.97 4/92 20855
/proc/meminfo: memFree=1709584/2055920 swapFree=4110824/4192956
[pid=20833] ppid=20831 vsize=13600 CPUtime=0.49
/proc/20833/stat : 20833 (sugar) S 20831 20833 17349 0 -1 4194304 974 5148 0 1 3 1 40 5 15 0 1 0 1993880797 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20833/statm: 3400 797 370 3 0 500 0
[pid=20846] ppid=20833 vsize=5356 CPUtime=0
/proc/20846/stat : 20846 (sh) S 20833 20833 17349 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1993880850 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20846/statm: 1339 233 193 169 0 50 0
[pid=20847] ppid=20846 vsize=864440 CPUtime=2.53
/proc/20847/stat : 20847 (java) S 20846 20833 17349 0 -1 0 19006 0 1 0 242 11 0 0 18 0 9 0 1993880850 885186560 18239 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20847/statm: 216110 18239 2564 9 0 210657 0
[pid=20847/tid=20848] ppid=20846 vsize=864440 CPUtime=0.99
/proc/20847/task/20848/stat : 20848 (java) R 20846 20833 17349 0 -1 64 3426 0 1 0 97 2 0 0 19 0 9 0 1993880851 885186560 18239 996147200 134512640 134550740 4294955952 18446744073709551615 4126588135 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20847/tid=20849] ppid=20846 vsize=864440 CPUtime=1.41
/proc/20847/task/20849/stat : 20849 (java) S 20846 20833 17349 0 -1 64 14535 0 0 0 134 7 0 0 16 0 9 0 1993880852 885186560 18239 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20847/tid=20850] ppid=20846 vsize=864440 CPUtime=0
/proc/20847/task/20850/stat : 20850 (java) S 20846 20833 17349 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1993880852 885186560 18239 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20847/tid=20851] ppid=20846 vsize=864440 CPUtime=0
/proc/20847/task/20851/stat : 20851 (java) S 20846 20833 17349 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1993880852 885186560 18239 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20847/tid=20852] ppid=20846 vsize=864440 CPUtime=0
/proc/20847/task/20852/stat : 20852 (java) S 20846 20833 17349 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1993880854 885186560 18239 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20847/tid=20853] ppid=20846 vsize=864440 CPUtime=0.1
/proc/20847/task/20853/stat : 20853 (java) S 20846 20833 17349 0 -1 64 353 0 0 0 10 0 0 0 16 0 9 0 1993880854 885186560 18239 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20847/tid=20854] ppid=20846 vsize=864440 CPUtime=0
/proc/20847/task/20854/stat : 20854 (java) S 20846 20833 17349 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1993880854 885186560 18239 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20847/tid=20855] ppid=20846 vsize=864440 CPUtime=0
/proc/20847/task/20855/stat : 20855 (java) S 20846 20833 17349 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1993880855 885186560 18239 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.02
Current children cumulated vsize (KiB) 883396

[startup+6.30177 s]
/proc/loadavg: 1.99 1.97 1.97 3/92 20855
/proc/meminfo: memFree=1690256/2055920 swapFree=4110824/4192956
[pid=20833] ppid=20831 vsize=13600 CPUtime=0.49
/proc/20833/stat : 20833 (sugar) S 20831 20833 17349 0 -1 4194304 974 5148 0 1 3 1 40 5 15 0 1 0 1993880797 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20833/statm: 3400 797 370 3 0 500 0
[pid=20846] ppid=20833 vsize=5356 CPUtime=0
/proc/20846/stat : 20846 (sh) S 20833 20833 17349 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1993880850 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20846/statm: 1339 233 193 169 0 50 0
[pid=20847] ppid=20846 vsize=864440 CPUtime=5.7
/proc/20847/stat : 20847 (java) S 20846 20833 17349 0 -1 0 19533 0 1 0 558 12 0 0 18 0 9 0 1993880850 885186560 18756 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20847/statm: 216110 18756 2564 9 0 210657 0
[pid=20847/tid=20848] ppid=20846 vsize=864440 CPUtime=4.12
/proc/20847/task/20848/stat : 20848 (java) R 20846 20833 17349 0 -1 64 3436 0 1 0 410 2 0 0 25 0 9 0 1993880851 885186560 18756 996147200 134512640 134550740 4294955952 18446744073709551615 102492651 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20847/tid=20849] ppid=20846 vsize=864440 CPUtime=1.45
/proc/20847/task/20849/stat : 20849 (java) S 20846 20833 17349 0 -1 64 15052 0 0 0 137 8 0 0 16 0 9 0 1993880852 885186560 18756 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20847/tid=20850] ppid=20846 vsize=864440 CPUtime=0
/proc/20847/task/20850/stat : 20850 (java) S 20846 20833 17349 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1993880852 885186560 18756 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20847/tid=20851] ppid=20846 vsize=864440 CPUtime=0
/proc/20847/task/20851/stat : 20851 (java) S 20846 20833 17349 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1993880852 885186560 18756 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20847/tid=20852] ppid=20846 vsize=864440 CPUtime=0
/proc/20847/task/20852/stat : 20852 (java) S 20846 20833 17349 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1993880854 885186560 18756 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20847/tid=20853] ppid=20846 vsize=864440 CPUtime=0.1
/proc/20847/task/20853/stat : 20853 (java) S 20846 20833 17349 0 -1 64 353 0 0 0 10 0 0 0 16 0 9 0 1993880854 885186560 18756 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20847/tid=20854] ppid=20846 vsize=864440 CPUtime=0
/proc/20847/task/20854/stat : 20854 (java) S 20846 20833 17349 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1993880854 885186560 18756 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20847/tid=20855] ppid=20846 vsize=864440 CPUtime=0
/proc/20847/task/20855/stat : 20855 (java) S 20846 20833 17349 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1993880855 885186560 18756 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 883396

[startup+12.7029 s]
/proc/loadavg: 1.99 1.97 1.97 3/92 20855
/proc/meminfo: memFree=1685392/2055920 swapFree=4110824/4192956
[pid=20833] ppid=20831 vsize=13600 CPUtime=0.49
/proc/20833/stat : 20833 (sugar) S 20831 20833 17349 0 -1 4194304 974 5148 0 1 3 1 40 5 15 0 1 0 1993880797 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20833/statm: 3400 797 370 3 0 500 0
[pid=20846] ppid=20833 vsize=5356 CPUtime=0
/proc/20846/stat : 20846 (sh) S 20833 20833 17349 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1993880850 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20846/statm: 1339 233 193 169 0 50 0
[pid=20847] ppid=20846 vsize=864440 CPUtime=12.04
/proc/20847/stat : 20847 (java) S 20846 20833 17349 0 -1 0 20902 0 1 0 1191 13 0 0 18 0 9 0 1993880850 885186560 20101 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20847/statm: 216110 20101 2564 9 0 210657 0
[pid=20847/tid=20848] ppid=20846 vsize=864440 CPUtime=10.37
/proc/20847/task/20848/stat : 20848 (java) R 20846 20833 17349 0 -1 64 3460 0 1 0 1035 2 0 0 25 0 9 0 1993880851 885186560 20101 996147200 134512640 134550740 4294955952 18446744073709551615 4126584279 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20847/tid=20849] ppid=20846 vsize=864440 CPUtime=1.54
/proc/20847/task/20849/stat : 20849 (java) S 20846 20833 17349 0 -1 64 16397 0 0 0 145 9 0 0 16 0 9 0 1993880852 885186560 20101 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20847/tid=20850] ppid=20846 vsize=864440 CPUtime=0
/proc/20847/task/20850/stat : 20850 (java) S 20846 20833 17349 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1993880852 885186560 20101 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20847/tid=20851] ppid=20846 vsize=864440 CPUtime=0
/proc/20847/task/20851/stat : 20851 (java) S 20846 20833 17349 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1993880852 885186560 20101 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20847/tid=20852] ppid=20846 vsize=864440 CPUtime=0
/proc/20847/task/20852/stat : 20852 (java) S 20846 20833 17349 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1993880854 885186560 20101 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20847/tid=20853] ppid=20846 vsize=864440 CPUtime=0.1
/proc/20847/task/20853/stat : 20853 (java) S 20846 20833 17349 0 -1 64 353 0 0 0 10 0 0 0 16 0 9 0 1993880854 885186560 20101 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20847/tid=20854] ppid=20846 vsize=864440 CPUtime=0
/proc/20847/task/20854/stat : 20854 (java) S 20846 20833 17349 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1993880854 885186560 20101 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20847/tid=20855] ppid=20846 vsize=864440 CPUtime=0
/proc/20847/task/20855/stat : 20855 (java) S 20846 20833 17349 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1993880855 885186560 20101 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.53
Current children cumulated vsize (KiB) 883396

[startup+25.5012 s]
/proc/loadavg: 1.99 1.97 1.97 3/92 20855
/proc/meminfo: memFree=1673872/2055920 swapFree=4110824/4192956
[pid=20833] ppid=20831 vsize=13600 CPUtime=0.49
/proc/20833/stat : 20833 (sugar) S 20831 20833 17349 0 -1 4194304 974 5148 0 1 3 1 40 5 15 0 1 0 1993880797 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20833/statm: 3400 797 370 3 0 500 0
[pid=20846] ppid=20833 vsize=5356 CPUtime=0
/proc/20846/stat : 20846 (sh) S 20833 20833 17349 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1993880850 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20846/statm: 1339 233 193 169 0 50 0
[pid=20847] ppid=20846 vsize=864440 CPUtime=24.71
/proc/20847/stat : 20847 (java) S 20846 20833 17349 0 -1 0 22572 0 1 0 2456 15 0 0 18 0 9 0 1993880850 885186560 21719 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20847/statm: 216110 21719 2564 9 0 210657 0
[pid=20847/tid=20848] ppid=20846 vsize=864440 CPUtime=22.92
/proc/20847/task/20848/stat : 20848 (java) R 20846 20833 17349 0 -1 64 3512 0 1 0 2288 4 0 0 25 0 9 0 1993880851 885186560 21719 996147200 134512640 134550740 4294955952 18446744073709551615 4126581796 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20847/tid=20849] ppid=20846 vsize=864440 CPUtime=1.66
/proc/20847/task/20849/stat : 20849 (java) S 20846 20833 17349 0 -1 64 18011 0 0 0 156 10 0 0 16 0 9 0 1993880852 885186560 21719 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20847/tid=20850] ppid=20846 vsize=864440 CPUtime=0
/proc/20847/task/20850/stat : 20850 (java) S 20846 20833 17349 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1993880852 885186560 21719 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20847/tid=20851] ppid=20846 vsize=864440 CPUtime=0
/proc/20847/task/20851/stat : 20851 (java) S 20846 20833 17349 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1993880852 885186560 21719 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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


[startup+702.302 s]
/proc/loadavg: 2.00 2.06 2.03 3/76 20915
/proc/meminfo: memFree=1532944/2055920 swapFree=4110824/4192956
[pid=20833] ppid=20831 vsize=13600 CPUtime=231.52
/proc/20833/stat : 20833 (sugar) S 20831 20833 17349 0 -1 4194304 1031 57776 0 3 3 1 23049 99 16 0 1 0 1993880797 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/20833/statm: 3400 798 370 3 0 500 0
[pid=20856] ppid=20833 vsize=5356 CPUtime=0
/proc/20856/stat : 20856 (sh) S 20833 20833 17349 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1993904189 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20856/statm: 1339 232 193 169 0 50 0
[pid=20857] ppid=20856 vsize=130912 CPUtime=465.74
/proc/20857/stat : 20857 (minisat) R 20856 20833 17349 0 -1 4194304 31793 0 0 0 46541 33 0 0 25 0 1 0 1993904190 134053888 31779 996147200 134512640 135127466 4294956272 18446744073709551615 134530635 0 0 4096 3 0 0 0 17 0 0 0
/proc/20857/statm: 32728 31779 75 150 0 32575 0
Current children cumulated CPU time (s) 697.26
Current children cumulated vsize (KiB) 149868

[startup+762.307 s]
/proc/loadavg: 2.00 2.05 2.02 3/76 20915
/proc/meminfo: memFree=1530960/2055920 swapFree=4110824/4192956
[pid=20833] ppid=20831 vsize=13600 CPUtime=231.52
/proc/20833/stat : 20833 (sugar) S 20831 20833 17349 0 -1 4194304 1031 57776 0 3 3 1 23049 99 16 0 1 0 1993880797 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/20833/statm: 3400 798 370 3 0 500 0
[pid=20856] ppid=20833 vsize=5356 CPUtime=0
/proc/20856/stat : 20856 (sh) S 20833 20833 17349 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1993904189 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20856/statm: 1339 232 193 169 0 50 0
[pid=20857] ppid=20856 vsize=132840 CPUtime=525.69
/proc/20857/stat : 20857 (minisat) R 20856 20833 17349 0 -1 4194304 32288 0 0 0 52535 34 0 0 25 0 1 0 1993904190 136028160 32274 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/20857/statm: 33210 32274 75 150 0 33057 0
Current children cumulated CPU time (s) 757.21
Current children cumulated vsize (KiB) 151796

[startup+822.301 s]
/proc/loadavg: 2.00 2.04 2.02 3/76 20917
/proc/meminfo: memFree=1529168/2055920 swapFree=4110824/4192956
[pid=20833] ppid=20831 vsize=13600 CPUtime=231.52
/proc/20833/stat : 20833 (sugar) S 20831 20833 17349 0 -1 4194304 1031 57776 0 3 3 1 23049 99 16 0 1 0 1993880797 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/20833/statm: 3400 798 370 3 0 500 0
[pid=20856] ppid=20833 vsize=5356 CPUtime=0
/proc/20856/stat : 20856 (sh) S 20833 20833 17349 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1993904189 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20856/statm: 1339 232 193 169 0 50 0
[pid=20857] ppid=20856 vsize=134552 CPUtime=585.63
/proc/20857/stat : 20857 (minisat) R 20856 20833 17349 0 -1 4194304 32741 0 0 0 58529 34 0 0 25 0 1 0 1993904190 137781248 32727 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/20857/statm: 33638 32727 75 150 0 33485 0
Current children cumulated CPU time (s) 817.15
Current children cumulated vsize (KiB) 153508

[startup+882.302 s]
/proc/loadavg: 2.00 2.03 2.01 3/76 20917
/proc/meminfo: memFree=1527504/2055920 swapFree=4110824/4192956
[pid=20833] ppid=20831 vsize=13600 CPUtime=231.52
/proc/20833/stat : 20833 (sugar) S 20831 20833 17349 0 -1 4194304 1031 57776 0 3 3 1 23049 99 16 0 1 0 1993880797 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/20833/statm: 3400 798 370 3 0 500 0
[pid=20856] ppid=20833 vsize=5356 CPUtime=0
/proc/20856/stat : 20856 (sh) S 20833 20833 17349 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1993904189 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20856/statm: 1339 232 193 169 0 50 0
[pid=20857] ppid=20856 vsize=136076 CPUtime=645.58
/proc/20857/stat : 20857 (minisat) R 20856 20833 17349 0 -1 4194304 33141 0 0 0 64523 35 0 0 25 0 1 0 1993904190 139341824 33127 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/20857/statm: 34019 33127 75 150 0 33866 0
Current children cumulated CPU time (s) 877.1
Current children cumulated vsize (KiB) 155032

[startup+942.303 s]
/proc/loadavg: 2.00 2.02 2.00 3/76 20917
/proc/meminfo: memFree=1526096/2055920 swapFree=4110824/4192956
[pid=20833] ppid=20831 vsize=13600 CPUtime=231.52
/proc/20833/stat : 20833 (sugar) S 20831 20833 17349 0 -1 4194304 1031 57776 0 3 3 1 23049 99 16 0 1 0 1993880797 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/20833/statm: 3400 798 370 3 0 500 0
[pid=20856] ppid=20833 vsize=5356 CPUtime=0
/proc/20856/stat : 20856 (sh) S 20833 20833 17349 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1993904189 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20856/statm: 1339 232 193 169 0 50 0
[pid=20857] ppid=20856 vsize=137564 CPUtime=705.53
/proc/20857/stat : 20857 (minisat) R 20856 20833 17349 0 -1 4194304 33478 0 0 0 70517 36 0 0 25 0 1 0 1993904190 140865536 33464 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/20857/statm: 34391 33464 75 150 0 34238 0
Current children cumulated CPU time (s) 937.05
Current children cumulated vsize (KiB) 156520

[startup+1002.3 s]
/proc/loadavg: 1.88 1.98 1.99 4/75 20980
/proc/meminfo: memFree=1559440/2055920 swapFree=4110824/4192956
[pid=20833] ppid=20831 vsize=13600 CPUtime=231.52
/proc/20833/stat : 20833 (sugar) S 20831 20833 17349 0 -1 4194304 1031 57776 0 3 3 1 23049 99 16 0 1 0 1993880797 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/20833/statm: 3400 798 370 3 0 500 0
[pid=20856] ppid=20833 vsize=5356 CPUtime=0
/proc/20856/stat : 20856 (sh) S 20833 20833 17349 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1993904189 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20856/statm: 1339 232 193 169 0 50 0
[pid=20857] ppid=20856 vsize=139420 CPUtime=765.46
/proc/20857/stat : 20857 (minisat) R 20856 20833 17349 0 -1 4194304 33797 0 0 0 76508 38 0 0 25 0 1 0 1993904190 142766080 33783 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/20857/statm: 34855 33783 75 150 0 34702 0
Current children cumulated CPU time (s) 996.98
Current children cumulated vsize (KiB) 158376

[startup+1062.3 s]
/proc/loadavg: 1.95 1.98 1.99 3/75 20980
/proc/meminfo: memFree=1557648/2055920 swapFree=4110824/4192956
[pid=20833] ppid=20831 vsize=13600 CPUtime=231.52
/proc/20833/stat : 20833 (sugar) S 20831 20833 17349 0 -1 4194304 1031 57776 0 3 3 1 23049 99 16 0 1 0 1993880797 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/20833/statm: 3400 798 370 3 0 500 0
[pid=20856] ppid=20833 vsize=5356 CPUtime=0
/proc/20856/stat : 20856 (sh) S 20833 20833 17349 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1993904189 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20856/statm: 1339 232 193 169 0 50 0
[pid=20857] ppid=20856 vsize=140908 CPUtime=825.41
/proc/20857/stat : 20857 (minisat) R 20856 20833 17349 0 -1 4194304 34189 0 0 0 82503 38 0 0 25 0 1 0 1993904190 144289792 34175 996147200 134512640 135127466 4294956272 18446744073709551615 134530698 0 0 4096 3 0 0 0 17 0 0 0
/proc/20857/statm: 35227 34175 75 150 0 35074 0
Current children cumulated CPU time (s) 1056.93
Current children cumulated vsize (KiB) 159864

[startup+1122.3 s]
/proc/loadavg: 1.98 1.98 1.99 3/75 20980
/proc/meminfo: memFree=1556048/2055920 swapFree=4110824/4192956
[pid=20833] ppid=20831 vsize=13600 CPUtime=231.52
/proc/20833/stat : 20833 (sugar) S 20831 20833 17349 0 -1 4194304 1031 57776 0 3 3 1 23049 99 16 0 1 0 1993880797 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/20833/statm: 3400 798 370 3 0 500 0
[pid=20856] ppid=20833 vsize=5356 CPUtime=0
/proc/20856/stat : 20856 (sh) S 20833 20833 17349 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1993904189 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20856/statm: 1339 232 193 169 0 50 0
[pid=20857] ppid=20856 vsize=142232 CPUtime=885.35
/proc/20857/stat : 20857 (minisat) R 20856 20833 17349 0 -1 4194304 34541 0 0 0 88497 38 0 0 25 0 1 0 1993904190 145645568 34527 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/20857/statm: 35558 34527 75 150 0 35405 0
Current children cumulated CPU time (s) 1116.87
Current children cumulated vsize (KiB) 161188

[startup+1182.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/75 20980
/proc/meminfo: memFree=1554704/2055920 swapFree=4110824/4192956
[pid=20833] ppid=20831 vsize=13600 CPUtime=231.52
/proc/20833/stat : 20833 (sugar) S 20831 20833 17349 0 -1 4194304 1031 57776 0 3 3 1 23049 99 16 0 1 0 1993880797 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/20833/statm: 3400 798 370 3 0 500 0
[pid=20856] ppid=20833 vsize=5356 CPUtime=0
/proc/20856/stat : 20856 (sh) S 20833 20833 17349 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1993904189 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20856/statm: 1339 232 193 169 0 50 0
[pid=20857] ppid=20856 vsize=143556 CPUtime=945.3
/proc/20857/stat : 20857 (minisat) R 20856 20833 17349 0 -1 4194304 34856 0 0 0 94491 39 0 0 25 0 1 0 1993904190 147001344 34842 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/20857/statm: 35889 34842 75 150 0 35736 0
Current children cumulated CPU time (s) 1176.82
Current children cumulated vsize (KiB) 162512

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

[startup+1182.7 s]
/proc/loadavg: 1.99 1.98 1.99 3/75 20980
/proc/meminfo: memFree=1554704/2055920 swapFree=4110824/4192956
[pid=20833] ppid=20831 vsize=13600 CPUtime=231.52
/proc/20833/stat : 20833 (sugar) S 20831 20833 17349 0 -1 4194304 1031 57776 0 3 3 1 23049 99 16 0 1 0 1993880797 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/20833/statm: 3400 798 370 3 0 500 0
[pid=20856] ppid=20833 vsize=5356 CPUtime=0
/proc/20856/stat : 20856 (sh) S 20833 20833 17349 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1993904189 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20856/statm: 1339 232 193 169 0 50 0
[pid=20857] ppid=20856 vsize=143556 CPUtime=945.7
/proc/20857/stat : 20857 (minisat) R 20856 20833 17349 0 -1 4194304 34857 0 0 0 94531 39 0 0 25 0 1 0 1993904190 147001344 34843 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/20857/statm: 35889 34843 75 150 0 35736 0
Current children cumulated CPU time (s) 1177.22
Current children cumulated vsize (KiB) 162512

[startup+1183.1 s]
/proc/loadavg: 1.99 1.98 1.99 3/75 20980
/proc/meminfo: memFree=1554704/2055920 swapFree=4110824/4192956
[pid=20833] ppid=20831 vsize=13600 CPUtime=1177.57
/proc/20833/stat : 20833 (sugar) S 20831 20833 17349 0 -1 4194304 1070 92928 0 3 3 1 117613 140 17 0 1 0 1993880797 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/20833/statm: 3400 798 370 3 0 500 0
Current children cumulated CPU time (s) 1177.57
Current children cumulated vsize (KiB) 13600

[startup+1183.2 s]
/proc/loadavg: 1.99 1.98 1.99 3/75 20980
/proc/meminfo: memFree=1554704/2055920 swapFree=4110824/4192956
[pid=20833] ppid=20831 vsize=13600 CPUtime=1177.57
/proc/20833/stat : 20833 (sugar) S 20831 20833 17349 0 -1 4194304 1089 92928 0 3 3 1 117613 140 15 0 1 0 1993880797 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/20833/statm: 3400 798 370 3 0 500 0
Current children cumulated CPU time (s) 1177.57
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 1183.26
CPU time (s): 1177.75
CPU user time (s): 1176.26
CPU system time (s): 1.48877
CPU usage (%): 99.5346
Max. virtual memory (cumulated for all children) (KiB): 894148

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

runsolver used 1.44278 second user time and 3.78542 second system time

The end

Launcher Data (download as text)

Begin job on node70 at 2008-07-04 07:25:19
IDJOB=1066826
IDBENCH=55145
IDSOLVER=346
FILE ID=node70/1066826-1215149119
PBS_JOBID= 7877238
Free space on /tmp= 66452 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/wordsVg/normalized-crossword-m1c-words-vg10-12_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-1066826-1215149119/watcher-1066826-1215149119 -o /tmp/evaluation-result-1066826-1215149119/solver-1066826-1215149119 -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-1066826-1215149119.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 19fed936c193b710d2133588a1e50e14
RANDOM SEED=283820853

node70.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.256
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.256
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:       1758088 kB
Buffers:         17128 kB
Cached:         108204 kB
SwapCached:      76424 kB
Active:         206056 kB
Inactive:        36912 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1758088 kB
SwapTotal:     4192956 kB
SwapFree:      4110824 kB
Dirty:            1444 kB
Writeback:           0 kB
Mapped:         133252 kB
Slab:            39860 kB
Committed_AS:  4164388 kB
PageTables:       2008 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= 66448 MiB
End job on node70 at 2008-07-04 07:45:03