Trace number 1057076

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+minisat? (TO) 1800.09 1803.33

General information on the benchmark

Namecsp/rand-3-24-24/
normalized-rand-3-24-24-76-632-22_ext.xml
MD5SUMb0d0910a54361eb4b635b0f40380a40c
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 benchmark187.488
Satisfiable
(Un)Satisfiability was proved
Number of variables24
Number of constraints76
Maximum constraint arity3
Maximum domain size24
Number of constraints which are defined in extension76
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 Thu Jul  3 20:18:51 2008
0.00/0.05	c 0	PID 23912
0.00/0.05	c 0	HOST node19.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1057076-1215109131.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-1057076-1215109131.xml' 'HOME/temp.csp'
1.25/1.37	c 1	1 domains, 24 variables, 0 predicates, 76 relations, 76 constraints
1.33/1.43	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.33/1.43	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'
1.34/1.51	c 1	Parsing HOME/temp.csp
4.06/4.26	c 4	parsed 177 expressions
4.06/4.26	c 4	Heap : 46 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
4.06/4.26	c 4	Converting to clausal form CSP
4.06/4.29	c 4	converted 18 (10%) expressions
4.17/4.31	c 4	converted 36 (20%) expressions
4.17/4.34	c 4	converted 54 (30%) expressions
4.17/4.35	c 4	converted 71 (40%) expressions
4.17/4.39	c 4	converted 89 (50%) expressions
4.35/4.52	c 4	converted 107 (60%) expressions
4.95/5.14	c 5	converted 124 (70%) expressions
5.15/5.37	c 5	converted 142 (80%) expressions
5.44/5.65	c 6	converted 160 (90%) expressions
5.65/5.88	c 6	converted 177 (100%) expressions
5.65/5.88	c 6	CSP : 24 integers, 0 booleans, 76 clauses, largest domain size 24
5.65/5.88	c 6	Heap : 88 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
5.65/5.88	c 6	Propagation in CSP
5.65/5.88	c 6	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
5.65/5.88	c 6	CSP : 24 integers, 0 booleans, 76 clauses, largest domain size 24
5.65/5.88	c 6	Heap : 88 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
5.65/5.88	c 6	Simplifing CSP by introducing new Boolean variables
5.65/5.88	c 6	CSP : 24 integers, 0 booleans, 76 clauses, largest domain size 24
5.65/5.88	c 6	Heap : 88 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
5.94/6.19	c 6	Encoding CSP to SAT : HOME/temp.cnf
6.03/6.21	c 6	3 (10%) CSP integer variables are encoded (66 clauses, 641 bytes)
6.03/6.21	c 6	5 (20%) CSP integer variables are encoded (110 clauses, 1068 bytes)
6.03/6.21	c 6	8 (30%) CSP integer variables are encoded (176 clauses, 1794 bytes)
6.03/6.21	c 6	10 (40%) CSP integer variables are encoded (220 clauses, 2278 bytes)
6.03/6.21	c 6	12 (50%) CSP integer variables are encoded (264 clauses, 2762 bytes)
6.03/6.22	c 6	15 (60%) CSP integer variables are encoded (330 clauses, 3488 bytes)
6.03/6.22	c 6	17 (70%) CSP integer variables are encoded (374 clauses, 3972 bytes)
6.03/6.22	c 6	20 (80%) CSP integer variables are encoded (440 clauses, 4698 bytes)
6.03/6.22	c 6	22 (90%) CSP integer variables are encoded (484 clauses, 5182 bytes)
6.03/6.22	c 6	24 (100%) CSP integer variables are encoded (528 clauses, 5666 bytes)
6.44/6.65	c 7	8 (10%) CSP clauses are encoded (25283 clauses, 602739 bytes)
6.83/7.01	c 7	16 (20%) CSP clauses are encoded (49932 clauses, 1223083 bytes)
7.13/7.34	c 7	23 (30%) CSP clauses are encoded (71516 clauses, 1765671 bytes)
7.52/7.71	c 8	31 (40%) CSP clauses are encoded (96183 clauses, 2408841 bytes)
7.82/8.02	c 8	38 (50%) CSP clauses are encoded (117792 clauses, 2992981 bytes)
8.11/8.39	c 8	46 (60%) CSP clauses are encoded (142483 clauses, 3662640 bytes)
8.51/8.76	c 9	54 (70%) CSP clauses are encoded (167247 clauses, 4334514 bytes)
8.80/9.08	c 9	61 (80%) CSP clauses are encoded (188904 clauses, 4922307 bytes)
9.20/9.45	c 9	69 (90%) CSP clauses are encoded (213702 clauses, 5594789 bytes)
9.50/9.78	c 10	76 (100%) CSP clauses are encoded (235285 clauses, 6180070 bytes)
9.50/9.78	c 10	76 CSP clauses encoded
9.50/9.78	c 10	Writing map file : HOME/temp.map
9.50/9.78	c 10	Heap : 31 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
9.50/9.78	c 10	SAT : 552 SAT variables, 235285 SAT clauses, 6180070 bytes
9.50/9.78	c 10	Heap : 31 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
9.58/9.82	c 10	SOLVING HOME/temp.cnf
9.58/9.82	c 10	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
9.58/9.82	c 10	This is MiniSat 2.0 beta
9.58/9.82	c 10	WARNING: for repeatability, setting FPU to use double precision
9.58/9.82	c 10	============================[ Problem Statistics ]=============================
9.58/9.82	c 10	|                                                                             |
9.58/9.83	c 10	|  Number of variables:  552                                                  |
9.58/9.83	c 10	|  Number of clauses:    235285                                               |
9.61/9.98	c 10	|  Parsing time:         0.12         s                                       |
9.61/9.98	c 10	============================[ Search Statistics ]==============================
9.61/9.99	c 10	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
9.61/9.99	c 10	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
9.61/9.99	c 10	===============================================================================
9.61/9.99	c 10	|         0 |     552   235285  1311889 |    78428        0    nan |  0.000 % |
9.61/10.12	c 10	|       100 |     552   235285  1311889 |    86271      100     11 |  0.000 % |
9.61/10.32	c 10	|       251 |     552   235285  1311889 |    94898      251     10 |  0.008 % |
9.61/10.54	c 10	|       477 |     552   235285  1311889 |   104388      477      9 |  0.008 % |
10.67/10.93	c 11	|       814 |     552   235285  1311889 |   114826      814     11 |  0.008 % |
10.96/11.24	c 11	|      1320 |     552   235285  1311889 |   126309     1320     11 |  0.008 % |
11.65/11.94	c 12	|      2081 |     552   235285  1311889 |   138940     2081     12 |  0.008 % |
12.64/12.97	c 13	|      3220 |     552   235285  1311889 |   152834     3220     12 |  0.008 % |
14.22/14.57	c 15	|      4930 |     552   235285  1311889 |   168118     4930     13 |  0.008 % |
16.70/17.03	c 17	|      7494 |     552   235285  1311889 |   184929     7494     13 |  0.007 % |
20.57/20.96	c 21	|     11338 |     552   235285  1311889 |   203422    11338     14 |  0.007 % |
26.60/27.02	c 27	|     17105 |     552   235285  1311889 |   223765    17105     13 |  0.008 % |
36.40/36.96	c 37	|     25754 |     552   235285  1311889 |   246141    25754     13 |  0.008 % |
50.27/50.98	c 51	|     38728 |     552   235285  1311889 |   270755    38728     14 |  0.009 % |
72.06/72.93	c 73	|     58190 |     552   235285  1311889 |   297831    58190     15 |  0.001 % |
111.00/112.20	c 112	|     87383 |     552   235285  1311889 |   327614    87383     15 |  0.009 % |
175.48/177.36	c 177	|    131174 |     552   235285  1311889 |   360376   131174     16 |  0.009 % |
292.71/295.26	c 295	|    196858 |     552   235285  1311889 |   396413   196858     16 |  0.001 % |
450.33/452.98	c 453	|    295384 |     551   233954  1305615 |   436055   186322     17 |  0.181 % |
812.85/815.60	c 816	|    443173 |     551   233954  1305615 |   479660   334111     18 |  0.187 % |
1319.61/1322.63	c 1323	|    664858 |     551   233954  1305615 |   527626    99456     18 |  0.188 % |
1800.09/1803.31	c 1803	DECODING HOME/temp.out WITH HOME/temp.map
1800.09/1803.31	c 1803	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
1800.09/1803.31	c ERROR INTERRUPTED
1800.09/1803.31	s UNKNOWN
1800.09/1803.32	c 1803	CPU 9.31 (0.04 0.01 9.27 0.31)
1800.09/1803.32	c 1803	END Thu Jul  3 20:48:54 2008

Verifier Data (download as text)

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: UNKNOWN

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-1057076-1215109131/watcher-1057076-1215109131 -o /tmp/evaluation-result-1057076-1215109131/solver-1057076-1215109131 -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-1057076-1215109131.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.96 2.12 1.99 4/72 23912
/proc/meminfo: memFree=1684856/2055920 swapFree=4180456/4192956
[pid=23912] ppid=23910 vsize=4708 CPUtime=0
/proc/23912/stat : 23912 (sugar) R 23910 23912 23730 0 -1 4194304 58 0 0 0 0 0 0 0 20 0 1 0 1989887462 4820992 43 996147200 4194304 4206940 548682068608 18446744073709551615 255233947017 0 0 4096 0 0 0 0 17 1 0 0
/proc/23912/statm: 1177 43 33 3 0 8 0

[startup+0.0645579 s]
/proc/loadavg: 1.96 2.12 1.99 4/72 23912
/proc/meminfo: memFree=1684856/2055920 swapFree=4180456/4192956
[pid=23912] ppid=23910 vsize=13600 CPUtime=0.04
/proc/23912/stat : 23912 (sugar) S 23910 23912 23730 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1989887462 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23912/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.102003 s]
/proc/loadavg: 1.96 2.12 1.99 4/72 23912
/proc/meminfo: memFree=1684856/2055920 swapFree=4180456/4192956
[pid=23912] ppid=23910 vsize=13600 CPUtime=0.04
/proc/23912/stat : 23912 (sugar) S 23910 23912 23730 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1989887462 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23912/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.301596 s]
/proc/loadavg: 1.96 2.12 1.99 4/72 23912
/proc/meminfo: memFree=1684856/2055920 swapFree=4180456/4192956
[pid=23912] ppid=23910 vsize=13600 CPUtime=0.04
/proc/23912/stat : 23912 (sugar) S 23910 23912 23730 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1989887462 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23912/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.70167 s]
/proc/loadavg: 1.96 2.12 1.99 4/72 23912
/proc/meminfo: memFree=1684856/2055920 swapFree=4180456/4192956
[pid=23912] ppid=23910 vsize=13600 CPUtime=0.04
/proc/23912/stat : 23912 (sugar) S 23910 23912 23730 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1989887462 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23912/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+1.50282 s]
/proc/loadavg: 1.96 2.12 1.99 3/83 23924
/proc/meminfo: memFree=1658656/2055920 swapFree=4180456/4192956
[pid=23912] ppid=23910 vsize=13600 CPUtime=1.34
/proc/23912/stat : 23912 (sugar) S 23910 23912 23730 0 -1 4194304 956 9585 0 1 3 1 122 8 16 0 1 0 1989887462 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23912/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 1.34
Current children cumulated vsize (KiB) 13600

[startup+3.10212 s]
/proc/loadavg: 1.96 2.12 1.99 3/83 23934
/proc/meminfo: memFree=1666144/2055920 swapFree=4180456/4192956
[pid=23912] ppid=23910 vsize=13600 CPUtime=1.34
/proc/23912/stat : 23912 (sugar) S 23910 23912 23730 0 -1 4194304 973 9585 0 1 3 1 122 8 16 0 1 0 1989887462 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23912/statm: 3400 797 370 3 0 500 0
[pid=23925] ppid=23912 vsize=5356 CPUtime=0
/proc/23925/stat : 23925 (sh) S 23912 23912 23730 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1989887606 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23925/statm: 1339 233 193 169 0 50 0
[pid=23926] ppid=23925 vsize=864072 CPUtime=1.63
/proc/23926/stat : 23926 (java) S 23925 23912 23730 0 -1 0 10789 0 1 0 158 5 0 0 18 0 9 0 1989887606 884809728 10056 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23926/statm: 216018 10056 2532 9 0 210600 0
[pid=23926/tid=23927] ppid=23925 vsize=864072 CPUtime=1.01
/proc/23926/task/23927/stat : 23927 (java) R 23925 23912 23730 0 -1 64 2783 0 1 0 99 2 0 0 25 0 9 0 1989887607 884809728 10056 996147200 134512640 134550740 4294955952 18446744073709551615 4126465138 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23926/tid=23928] ppid=23925 vsize=864072 CPUtime=0.56
/proc/23926/task/23928/stat : 23928 (java) S 23925 23912 23730 0 -1 64 7000 0 0 0 54 2 0 0 16 0 9 0 1989887609 884809728 10056 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23926/tid=23929] ppid=23925 vsize=864072 CPUtime=0
/proc/23926/task/23929/stat : 23929 (java) S 23925 23912 23730 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1989887609 884809728 10056 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23926/tid=23930] ppid=23925 vsize=864072 CPUtime=0
/proc/23926/task/23930/stat : 23930 (java) S 23925 23912 23730 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1989887609 884809728 10056 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23926/tid=23931] ppid=23925 vsize=864072 CPUtime=0
/proc/23926/task/23931/stat : 23931 (java) S 23925 23912 23730 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1989887611 884809728 10056 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23926/tid=23932] ppid=23925 vsize=864072 CPUtime=0.03
/proc/23926/task/23932/stat : 23932 (java) S 23925 23912 23730 0 -1 64 310 0 0 0 3 0 0 0 16 0 9 0 1989887611 884809728 10056 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23926/tid=23933] ppid=23925 vsize=864072 CPUtime=0
/proc/23926/task/23933/stat : 23933 (java) S 23925 23912 23730 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1989887611 884809728 10056 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23926/tid=23934] ppid=23925 vsize=864072 CPUtime=0
/proc/23926/task/23934/stat : 23934 (java) S 23925 23912 23730 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1989887611 884809728 10056 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.97
Current children cumulated vsize (KiB) 883028

[startup+6.30272 s]
/proc/loadavg: 1.96 2.11 1.99 4/83 23934
/proc/meminfo: memFree=1596320/2055920 swapFree=4180456/4192956
[pid=23912] ppid=23910 vsize=13600 CPUtime=1.34
/proc/23912/stat : 23912 (sugar) S 23910 23912 23730 0 -1 4194304 974 9585 0 1 3 1 122 8 15 0 1 0 1989887462 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23912/statm: 3400 797 370 3 0 500 0
[pid=23925] ppid=23912 vsize=5356 CPUtime=0
/proc/23925/stat : 23925 (sh) S 23912 23912 23730 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1989887606 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23925/statm: 1339 233 193 169 0 50 0
[pid=23926] ppid=23925 vsize=864348 CPUtime=4.79
/proc/23926/stat : 23926 (java) S 23925 23912 23730 0 -1 0 29770 0 1 0 464 15 0 0 18 0 9 0 1989887606 885092352 26495 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23926/statm: 216087 26495 2564 9 0 210634 0
[pid=23926/tid=23927] ppid=23925 vsize=864348 CPUtime=2.42
/proc/23926/task/23927/stat : 23927 (java) R 23925 23912 23730 0 -1 64 3670 0 1 0 239 3 0 0 23 0 9 0 1989887607 885092352 26495 996147200 134512640 134550740 4294955952 18446744073709551615 4125962338 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23926/tid=23928] ppid=23925 vsize=864348 CPUtime=2.26
/proc/23926/task/23928/stat : 23928 (java) S 23925 23912 23730 0 -1 64 25059 0 0 0 215 11 0 0 18 0 9 0 1989887609 885092352 26495 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23926/tid=23929] ppid=23925 vsize=864348 CPUtime=0
/proc/23926/task/23929/stat : 23929 (java) S 23925 23912 23730 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1989887609 885092352 26495 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23926/tid=23930] ppid=23925 vsize=864348 CPUtime=0
/proc/23926/task/23930/stat : 23930 (java) S 23925 23912 23730 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1989887609 885092352 26495 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23926/tid=23931] ppid=23925 vsize=864348 CPUtime=0
/proc/23926/task/23931/stat : 23931 (java) S 23925 23912 23730 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1989887611 885092352 26495 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23926/tid=23932] ppid=23925 vsize=864348 CPUtime=0.09
/proc/23926/task/23932/stat : 23932 (java) S 23925 23912 23730 0 -1 64 345 0 0 0 9 0 0 0 16 0 9 0 1989887611 885092352 26495 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23926/tid=23933] ppid=23925 vsize=864348 CPUtime=0
/proc/23926/task/23933/stat : 23933 (java) S 23925 23912 23730 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1989887611 885092352 26495 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23926/tid=23934] ppid=23925 vsize=864348 CPUtime=0
/proc/23926/task/23934/stat : 23934 (java) S 23925 23912 23730 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1989887611 885092352 26495 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.13
Current children cumulated vsize (KiB) 883304

[startup+12.7019 s]
/proc/loadavg: 1.97 2.11 1.99 3/75 23936
/proc/meminfo: memFree=1657312/2055920 swapFree=4180456/4192956
[pid=23912] ppid=23910 vsize=13600 CPUtime=9.61
/proc/23912/stat : 23912 (sugar) S 23910 23912 23730 0 -1 4194304 1031 39736 0 2 3 1 926 31 15 0 1 0 1989887462 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23912/statm: 3400 798 370 3 0 500 0
[pid=23935] ppid=23912 vsize=5356 CPUtime=0
/proc/23935/stat : 23935 (sh) S 23912 23912 23730 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1989888445 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23935/statm: 1339 232 193 169 0 50 0
[pid=23936] ppid=23935 vsize=16156 CPUtime=2.83
/proc/23936/stat : 23936 (minisat) R 23935 23912 23730 0 -1 4194304 3891 0 0 0 280 3 0 0 25 0 1 0 1989888445 16543744 3877 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/23936/statm: 4039 3877 75 150 0 3886 0
Current children cumulated CPU time (s) 12.44
Current children cumulated vsize (KiB) 35112

[startup+25.5013 s]
/proc/loadavg: 1.97 2.11 1.99 3/75 23936
/proc/meminfo: memFree=1656224/2055920 swapFree=4180456/4192956
[pid=23912] ppid=23910 vsize=13600 CPUtime=9.61
/proc/23912/stat : 23912 (sugar) S 23910 23912 23730 0 -1 4194304 1031 39736 0 2 3 1 926 31 16 0 1 0 1989887462 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23912/statm: 3400 798 370 3 0 500 0
[pid=23935] ppid=23912 vsize=5356 CPUtime=0
/proc/23935/stat : 23935 (sh) S 23912 23912 23730 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1989888445 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23935/statm: 1339 232 193 169 0 50 0
[pid=23936] ppid=23935 vsize=17392 CPUtime=15.51
/proc/23936/stat : 23936 (minisat) R 23935 23912 23730 0 -1 4194304 4183 0 0 0 1548 3 0 0 25 0 1 0 1989888445 17809408 4169 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/23936/statm: 4348 4169 75 150 0 4195 0
Current children cumulated CPU time (s) 25.12
Current children cumulated vsize (KiB) 36348

[startup+51.1011 s]
/proc/loadavg: 1.98 2.10 1.99 3/75 23936
/proc/meminfo: memFree=1654240/2055920 swapFree=4180456/4192956
[pid=23912] ppid=23910 vsize=13600 CPUtime=9.61
/proc/23912/stat : 23912 (sugar) S 23910 23912 23730 0 -1 4194304 1031 39736 0 2 3 1 926 31 16 0 1 0 1989887462 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23912/statm: 3400 798 370 3 0 500 0
[pid=23935] ppid=23912 vsize=5356 CPUtime=0
/proc/23935/stat : 23935 (sh) S 23912 23912 23730 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1989888445 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23935/statm: 1339 232 193 169 0 50 0
[pid=23936] ppid=23935 vsize=19680 CPUtime=40.86
/proc/23936/stat : 23936 (minisat) R 23935 23912 23730 0 -1 4194304 4743 0 0 0 4082 4 0 0 25 0 1 0 1989888445 20152320 4729 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/23936/statm: 4920 4729 75 150 0 4767 0
Current children cumulated CPU time (s) 50.47
Current children cumulated vsize (KiB) 38636

[startup+102.307 s]
/proc/loadavg: 1.99 2.08 1.99 3/75 23936
/proc/meminfo: memFree=1650144/2055920 swapFree=4180456/4192956
[pid=23912] ppid=23910 vsize=13600 CPUtime=9.61
/proc/23912/stat : 23912 (sugar) S 23910 23912 23730 0 -1 4194304 1031 39736 0 2 3 1 926 31 16 0 1 0 1989887462 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23912/statm: 3400 798 370 3 0 500 0
[pid=23935] ppid=23912 vsize=5356 CPUtime=0
/proc/23935/stat : 23935 (sh) S 23912 23912 23730 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1989888445 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23935/statm: 1339 232 193 169 0 50 0
[pid=23936] ppid=23935 vsize=23528 CPUtime=91.58
/proc/23936/stat : 23936 (minisat) R 23935 23912 23730 0 -1 4194304 5718 0 0 0 9154 4 0 0 25 0 1 0 1989888445 24092672 5704 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/23936/statm: 5882 5704 75 150 0 5729 0
Current children cumulated CPU time (s) 101.19
Current children cumulated vsize (KiB) 42484

[startup+162.302 s]
/proc/loadavg: 1.99 2.06 1.99 3/75 23936
/proc/meminfo: memFree=1645664/2055920 swapFree=4180456/4192956
[pid=23912] ppid=23910 vsize=13600 CPUtime=9.61
/proc/23912/stat : 23912 (sugar) S 23910 23912 23730 0 -1 4194304 1031 39736 0 2 3 1 926 31 16 0 1 0 1989887462 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23912/statm: 3400 798 370 3 0 500 0
[pid=23935] ppid=23912 vsize=5356 CPUtime=0
/proc/23935/stat : 23935 (sh) S 23912 23912 23730 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1989888445 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23935/statm: 1339 232 193 169 0 50 0
[pid=23936] ppid=23935 vsize=27992 CPUtime=151.01
/proc/23936/stat : 23936 (minisat) R 23935 23912 23730 0 -1 4194304 6812 0 0 0 15095 6 0 0 25 0 1 0 1989888445 28663808 6798 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/23936/statm: 6998 6798 75 150 0 6845 0
Current children cumulated CPU time (s) 160.62

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

/proc/meminfo: memFree=1539168/2055920 swapFree=4180456/4192956
[pid=23912] ppid=23910 vsize=13600 CPUtime=9.61
/proc/23912/stat : 23912 (sugar) S 23910 23912 23730 0 -1 4194304 1031 39736 0 2 3 1 926 31 16 0 1 0 1989887462 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23912/statm: 3400 798 370 3 0 500 0
[pid=23935] ppid=23912 vsize=5356 CPUtime=0
/proc/23935/stat : 23935 (sh) S 23912 23912 23730 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1989888445 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23935/statm: 1339 232 193 169 0 50 0
[pid=23936] ppid=23935 vsize=68500 CPUtime=1349.68
/proc/23936/stat : 23936 (minisat) R 23935 23912 23730 0 -1 4194304 16517 0 0 0 134950 18 0 0 25 0 1 0 1989888445 70144000 16495 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/23936/statm: 17125 16495 75 150 0 16972 0
Current children cumulated CPU time (s) 1359.29
Current children cumulated vsize (KiB) 87456

[startup+1422.31 s]
/proc/loadavg: 2.00 2.01 2.01 3/83 23978
/proc/meminfo: memFree=1539104/2055920 swapFree=4180456/4192956
[pid=23912] ppid=23910 vsize=13600 CPUtime=9.61
/proc/23912/stat : 23912 (sugar) S 23910 23912 23730 0 -1 4194304 1031 39736 0 2 3 1 926 31 16 0 1 0 1989887462 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23912/statm: 3400 798 370 3 0 500 0
[pid=23935] ppid=23912 vsize=5356 CPUtime=0
/proc/23935/stat : 23935 (sh) S 23912 23912 23730 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1989888445 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23935/statm: 1339 232 193 169 0 50 0
[pid=23936] ppid=23935 vsize=68500 CPUtime=1409.66
/proc/23936/stat : 23936 (minisat) R 23935 23912 23730 0 -1 4194304 16537 0 0 0 140948 18 0 0 25 0 1 0 1989888445 70144000 16515 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/23936/statm: 17125 16515 75 150 0 16972 0
Current children cumulated CPU time (s) 1419.27
Current children cumulated vsize (KiB) 87456

[startup+1482.3 s]
/proc/loadavg: 2.00 2.01 2.01 3/83 23978
/proc/meminfo: memFree=1538976/2055920 swapFree=4180456/4192956
[pid=23912] ppid=23910 vsize=13600 CPUtime=9.61
/proc/23912/stat : 23912 (sugar) S 23910 23912 23730 0 -1 4194304 1031 39736 0 2 3 1 926 31 16 0 1 0 1989887462 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23912/statm: 3400 798 370 3 0 500 0
[pid=23935] ppid=23912 vsize=5356 CPUtime=0
/proc/23935/stat : 23935 (sh) S 23912 23912 23730 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1989888445 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23935/statm: 1339 232 193 169 0 50 0
[pid=23936] ppid=23935 vsize=68712 CPUtime=1469.63
/proc/23936/stat : 23936 (minisat) R 23935 23912 23730 0 -1 4194304 16571 0 0 0 146945 18 0 0 25 0 1 0 1989888445 70361088 16549 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/23936/statm: 17178 16549 75 150 0 17025 0
Current children cumulated CPU time (s) 1479.24
Current children cumulated vsize (KiB) 87668

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 4/83 23978
/proc/meminfo: memFree=1538848/2055920 swapFree=4180456/4192956
[pid=23912] ppid=23910 vsize=13600 CPUtime=9.61
/proc/23912/stat : 23912 (sugar) S 23910 23912 23730 0 -1 4194304 1031 39736 0 2 3 1 926 31 16 0 1 0 1989887462 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23912/statm: 3400 798 370 3 0 500 0
[pid=23935] ppid=23912 vsize=5356 CPUtime=0
/proc/23935/stat : 23935 (sh) S 23912 23912 23730 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1989888445 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23935/statm: 1339 232 193 169 0 50 0
[pid=23936] ppid=23935 vsize=68712 CPUtime=1529.6
/proc/23936/stat : 23936 (minisat) R 23935 23912 23730 0 -1 4194304 16580 0 0 0 152942 18 0 0 25 0 1 0 1989888445 70361088 16558 996147200 134512640 135127466 4294956272 18446744073709551615 134530938 0 0 4096 3 0 0 0 17 0 0 0
/proc/23936/statm: 17178 16558 75 150 0 17025 0
Current children cumulated CPU time (s) 1539.21
Current children cumulated vsize (KiB) 87668

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 23978
/proc/meminfo: memFree=1538848/2055920 swapFree=4180456/4192956
[pid=23912] ppid=23910 vsize=13600 CPUtime=9.61
/proc/23912/stat : 23912 (sugar) S 23910 23912 23730 0 -1 4194304 1031 39736 0 2 3 1 926 31 16 0 1 0 1989887462 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23912/statm: 3400 798 370 3 0 500 0
[pid=23935] ppid=23912 vsize=5356 CPUtime=0
/proc/23935/stat : 23935 (sh) S 23912 23912 23730 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1989888445 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23935/statm: 1339 232 193 169 0 50 0
[pid=23936] ppid=23935 vsize=68712 CPUtime=1589.57
/proc/23936/stat : 23936 (minisat) R 23935 23912 23730 0 -1 4194304 16580 0 0 0 158939 18 0 0 25 0 1 0 1989888445 70361088 16558 996147200 134512640 135127466 4294956272 18446744073709551615 134530641 0 0 4096 3 0 0 0 17 0 0 0
/proc/23936/statm: 17178 16558 75 150 0 17025 0
Current children cumulated CPU time (s) 1599.18
Current children cumulated vsize (KiB) 87668

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 23978
/proc/meminfo: memFree=1538848/2055920 swapFree=4180456/4192956
[pid=23912] ppid=23910 vsize=13600 CPUtime=9.61
/proc/23912/stat : 23912 (sugar) S 23910 23912 23730 0 -1 4194304 1031 39736 0 2 3 1 926 31 16 0 1 0 1989887462 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23912/statm: 3400 798 370 3 0 500 0
[pid=23935] ppid=23912 vsize=5356 CPUtime=0
/proc/23935/stat : 23935 (sh) S 23912 23912 23730 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1989888445 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23935/statm: 1339 232 193 169 0 50 0
[pid=23936] ppid=23935 vsize=68712 CPUtime=1649.54
/proc/23936/stat : 23936 (minisat) R 23935 23912 23730 0 -1 4194304 16580 0 0 0 164936 18 0 0 25 0 1 0 1989888445 70361088 16558 996147200 134512640 135127466 4294956272 18446744073709551615 134530692 0 0 4096 3 0 0 0 17 0 0 0
/proc/23936/statm: 17178 16558 75 150 0 17025 0
Current children cumulated CPU time (s) 1659.15
Current children cumulated vsize (KiB) 87668

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 23978
/proc/meminfo: memFree=1538720/2055920 swapFree=4180456/4192956
[pid=23912] ppid=23910 vsize=13600 CPUtime=9.61
/proc/23912/stat : 23912 (sugar) S 23910 23912 23730 0 -1 4194304 1031 39736 0 2 3 1 926 31 16 0 1 0 1989887462 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23912/statm: 3400 798 370 3 0 500 0
[pid=23935] ppid=23912 vsize=5356 CPUtime=0
/proc/23935/stat : 23935 (sh) S 23912 23912 23730 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1989888445 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23935/statm: 1339 232 193 169 0 50 0
[pid=23936] ppid=23935 vsize=68856 CPUtime=1709.51
/proc/23936/stat : 23936 (minisat) R 23935 23912 23730 0 -1 4194304 16610 0 0 0 170933 18 0 0 25 0 1 0 1989888445 70508544 16588 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/23936/statm: 17214 16588 75 150 0 17061 0
Current children cumulated CPU time (s) 1719.12
Current children cumulated vsize (KiB) 87812

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 23978
/proc/meminfo: memFree=1538592/2055920 swapFree=4180456/4192956
[pid=23912] ppid=23910 vsize=13600 CPUtime=9.61
/proc/23912/stat : 23912 (sugar) S 23910 23912 23730 0 -1 4194304 1031 39736 0 2 3 1 926 31 16 0 1 0 1989887462 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23912/statm: 3400 798 370 3 0 500 0
[pid=23935] ppid=23912 vsize=5356 CPUtime=0
/proc/23935/stat : 23935 (sh) S 23912 23912 23730 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1989888445 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23935/statm: 1339 232 193 169 0 50 0
[pid=23936] ppid=23935 vsize=69032 CPUtime=1769.49
/proc/23936/stat : 23936 (minisat) R 23935 23912 23730 0 -1 4194304 16655 0 0 0 176930 19 0 0 25 0 1 0 1989888445 70688768 16633 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/23936/statm: 17258 16633 75 150 0 17105 0
Current children cumulated CPU time (s) 1779.1
Current children cumulated vsize (KiB) 87988



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1803.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 23978
/proc/meminfo: memFree=1538528/2055920 swapFree=4180456/4192956
[pid=23912] ppid=23910 vsize=13600 CPUtime=9.61
/proc/23912/stat : 23912 (sugar) S 23910 23912 23730 0 -1 4194304 1031 39736 0 2 3 1 926 31 16 0 1 0 1989887462 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23912/statm: 3400 798 370 3 0 500 0
[pid=23935] ppid=23912 vsize=5356 CPUtime=0
/proc/23935/stat : 23935 (sh) S 23912 23912 23730 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1989888445 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23935/statm: 1339 232 193 169 0 50 0
[pid=23936] ppid=23935 vsize=69176 CPUtime=1790.48
/proc/23936/stat : 23936 (minisat) R 23935 23912 23730 0 -1 4194304 16676 0 0 0 179029 19 0 0 25 0 1 0 1989888445 70836224 16654 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/23936/statm: 17294 16654 75 150 0 17141 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 88132

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

[startup+1803.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 23978
/proc/meminfo: memFree=1538528/2055920 swapFree=4180456/4192956
[pid=23912] ppid=23910 vsize=13600 CPUtime=9.61
/proc/23912/stat : 23912 (sugar) S 23910 23912 23730 0 -1 4194304 1031 39736 0 2 3 1 926 31 16 0 1 0 1989887462 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23912/statm: 3400 798 370 3 0 500 0
[pid=23935] ppid=23912 vsize=5356 CPUtime=0
/proc/23935/stat : 23935 (sh) S 23912 23912 23730 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1989888445 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23935/statm: 1339 232 193 169 0 50 0
[pid=23936] ppid=23935 vsize=69176 CPUtime=1790.48
/proc/23936/stat : 23936 (minisat) R 23935 23912 23730 0 -1 4194304 16676 0 0 0 179029 19 0 0 25 0 1 0 1989888445 70836224 16654 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/23936/statm: 17294 16654 75 150 0 17141 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 88132

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 23912 and gives
#  childrusage.ru_utime.tv_sec=9
#  childrusage.ru_utime.tv_usec=311584
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=339948
# CPU time returned by wait4() is 9.65153
# while last known CPU time is 1800.09
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1803.33
CPU time (s): 1800.09
CPU user time (s): 1799.58
CPU system time (s): 0.51
CPU usage (%): 99.8205
Max. virtual memory (cumulated for all children) (KiB): 888320

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 9.31158
system time used= 0.339948
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 41190
page faults= 2
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3348
involuntary context switches= 3338

runsolver used 2.08368 second user time and 6.13007 second system time

The end

Launcher Data (download as text)

Begin job on node19 at 2008-07-03 20:18:51
IDJOB=1057076
IDBENCH=53996
IDSOLVER=346
FILE ID=node19/1057076-1215109131
PBS_JOBID= 7877165
Free space on /tmp= 66544 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/rand-3-24-24/normalized-rand-3-24-24-76-632-22_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-1057076-1215109131/watcher-1057076-1215109131 -o /tmp/evaluation-result-1057076-1215109131/solver-1057076-1215109131 -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-1057076-1215109131.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= b0d0910a54361eb4b635b0f40380a40c
RANDOM SEED=1004098073

node19.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.263
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5931.00
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.263
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:       1685336 kB
Buffers:         50952 kB
Cached:         221920 kB
SwapCached:       6540 kB
Active:         170428 kB
Inactive:       132820 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1685336 kB
SwapTotal:     4192956 kB
SwapFree:      4180456 kB
Dirty:            4228 kB
Writeback:           0 kB
Mapped:          38240 kB
Slab:            52448 kB
Committed_AS:  3442148 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= 66544 MiB
End job on node19 at 2008-07-03 20:48:56