Trace number 1107546

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.1 1808.95

General information on the benchmark

Namecsp/wordsVg/
normalized-crossword-m1c-words-vg7-8_ext.xml
MD5SUM3a9e9d3ebe1dfad3d0836badbf30412b
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 benchmark482.525
Satisfiable
(Un)Satisfiability was proved
Number of variables56
Number of constraints15
Maximum constraint arity8
Maximum domain size26
Number of constraints which are defined in extension15
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/minisat
0.00/0.04	c 0	BEGIN Tue Jul  8 02:33:01 2008
0.00/0.04	c 0	PID 2857
0.00/0.05	c 0	HOST node35.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1107546-1215477180.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-1107546-1215477180.xml' 'HOME/temp.csp'
0.03/0.58	c 0	1 domains, 56 variables, 0 predicates, 2 relations, 15 constraints
0.03/0.63	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.63	c 0	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.54/0.72	c 0	Parsing HOME/temp.csp
0.54/0.92	c 0	parsed 74 expressions
0.54/0.92	c 0	Heap : 3 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.54/0.92	c 0	Converting to clausal form CSP
0.54/0.95	c 0	converted 8 (10%) expressions
0.54/0.95	c 0	converted 15 (20%) expressions
0.54/0.95	c 0	converted 23 (30%) expressions
0.54/0.95	c 0	converted 30 (40%) expressions
0.54/0.95	c 0	converted 37 (50%) expressions
0.54/0.95	c 0	converted 45 (60%) expressions
0.54/0.95	c 0	converted 52 (70%) expressions
0.54/1.08	c 1	converted 60 (80%) expressions
1.68/1.85	c 1	converted 67 (90%) expressions
2.47/2.64	c 2	converted 74 (100%) expressions
2.47/2.64	c 2	CSP : 56 integers, 0 booleans, 15 clauses, largest domain size 26
2.47/2.64	c 2	Heap : 43 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.47/2.64	c 2	Propagation in CSP
2.47/2.64	c 2	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.47/2.64	c 2	CSP : 56 integers, 0 booleans, 15 clauses, largest domain size 26
2.47/2.64	c 2	Heap : 43 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.47/2.64	c 2	Simplifing CSP by introducing new Boolean variables
2.47/2.64	c 2	CSP : 56 integers, 0 booleans, 15 clauses, largest domain size 26
2.47/2.64	c 2	Heap : 43 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.77/2.94	c 2	Encoding CSP to SAT : HOME/temp.cnf
2.77/2.96	c 2	6 (10%) CSP integer variables are encoded (144 clauses, 1440 bytes)
2.77/2.96	c 2	12 (20%) CSP integer variables are encoded (288 clauses, 3024 bytes)
2.77/2.97	c 2	17 (30%) CSP integer variables are encoded (408 clauses, 4344 bytes)
2.77/2.97	c 2	23 (40%) CSP integer variables are encoded (552 clauses, 5928 bytes)
2.77/2.97	c 2	28 (50%) CSP integer variables are encoded (672 clauses, 7248 bytes)
2.77/2.97	c 2	34 (60%) CSP integer variables are encoded (816 clauses, 8832 bytes)
2.77/2.97	c 2	40 (70%) CSP integer variables are encoded (960 clauses, 10417 bytes)
2.77/2.97	c 2	45 (80%) CSP integer variables are encoded (1080 clauses, 11977 bytes)
2.77/2.97	c 2	51 (90%) CSP integer variables are encoded (1224 clauses, 13849 bytes)
2.77/2.97	c 2	56 (100%) CSP integer variables are encoded (1344 clauses, 15409 bytes)
21.78/22.03	c 21	2 (10%) CSP clauses are encoded (102564 clauses, 4687419 bytes)
31.82/32.11	c 32	3 (20%) CSP clauses are encoded (153174 clauses, 7046295 bytes)
51.71/52.16	c 52	5 (30%) CSP clauses are encoded (254394 clauses, 11861598 bytes)
61.67/62.17	c 62	6 (40%) CSP clauses are encoded (305004 clauses, 14317782 bytes)
80.78/81.31	c 81	8 (50%) CSP clauses are encoded (406224 clauses, 19230408 bytes)
97.00/97.63	c 97	9 (60%) CSP clauses are encoded (469571 clauses, 22026312 bytes)
127.65/128.48	c 128	11 (70%) CSP clauses are encoded (596265 clauses, 28684028 bytes)
143.46/144.37	c 144	12 (80%) CSP clauses are encoded (659612 clauses, 32012886 bytes)
173.92/174.94	c 174	14 (90%) CSP clauses are encoded (786306 clauses, 39378646 bytes)
190.03/191.12	c 191	15 (100%) CSP clauses are encoded (849653 clauses, 43415045 bytes)
190.03/191.12	c 191	15 CSP clauses encoded
190.03/191.12	c 191	Writing map file : HOME/temp.map
190.03/191.12	c 191	Heap : 51 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
190.03/191.12	c 191	SAT : 1400 SAT variables, 849653 SAT clauses, 43415045 bytes
190.03/191.12	c 191	Heap : 51 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
190.03/191.15	c 191	SOLVING HOME/temp.cnf
190.03/191.15	c 191	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
190.03/191.16	c 191	This is MiniSat 2.0 beta
190.03/191.16	c 191	WARNING: for repeatability, setting FPU to use double precision
190.03/191.16	c 191	============================[ Problem Statistics ]=============================
190.03/191.16	c 191	|                                                                             |
190.03/191.16	c 191	|  Number of variables:  1400                                                 |
190.03/191.16	c 191	|  Number of clauses:    849653                                               |
191.10/192.23	c 192	|  Parsing time:         0.94         s                                       |
191.10/192.30	c 192	============================[ Search Statistics ]==============================
191.10/192.30	c 192	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
191.10/192.30	c 192	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
191.10/192.30	c 192	===============================================================================
191.20/192.30	c 192	|         0 |    1400   849653  9016427 |   283217        0    nan |  0.000 % |
191.20/192.35	c 192	|       100 |    1400   849653  9016427 |   311539      100      5 |  0.000 % |
191.30/192.47	c 192	|       251 |    1400   849653  9016427 |   342693      251      7 |  0.000 % |
191.41/192.53	c 192	|       476 |    1400   849653  9016427 |   376962      476      8 |  0.001 % |
191.50/192.62	c 192	|       815 |    1400   849653  9016427 |   414658      815      8 |  0.001 % |
191.70/192.80	c 192	|      1322 |    1400   849653  9016427 |   456124     1322      8 |  0.001 % |
191.80/192.97	c 192	|      2082 |    1400   849653  9016427 |   501737     2082      8 |  0.001 % |
192.09/193.24	c 193	|      3225 |    1400   849653  9016427 |   551911     3225      9 |  0.000 % |
192.50/193.61	c 193	|      4935 |    1400   849653  9016427 |   607102     4935      9 |  0.001 % |
193.09/194.22	c 194	|      7498 |    1400   849653  9016427 |   667812     7498     10 |  0.000 % |
193.99/195.11	c 195	|     11342 |    1400   849653  9016427 |   734593    11342     10 |  0.000 % |
196.37/197.52	c 197	|     17109 |    1400   849653  9016427 |   808053    17109     10 |  0.000 % |
215.88/217.12	c 217	|     25759 |    1400   849653  9016427 |   888858    25759     11 |  0.001 % |
248.42/249.89	c 249	|     38733 |    1400   849653  9016427 |   977744    38733     13 |  0.001 % |
309.92/311.63	c 311	|     58194 |    1400   849653  9016427 |  1075518    58194     15 |  0.000 % |
422.88/425.16	c 425	|     87388 |    1400   849653  9016427 |  1183070    87388     16 |  0.001 % |
582.31/585.35	c 585	|    131177 |    1400   849653  9016427 |  1301377   131177     18 |  0.001 % |
864.14/868.51	c 868	|    196862 |    1400   849653  9016427 |  1431515   196862     18 |  0.001 % |
1348.21/1354.98	c 1354	|    295390 |    1400   849653  9016427 |  1574666   295390     19 |  0.001 % |
1800.10/1808.91	c ERROR INTERRUPTED
1800.10/1808.92	s UNKNOWN
1800.10/1808.92	c 1808	CPU 189.4 (0.04 0 189.36 0.69)
1800.10/1808.92	c 1808	END Tue Jul  8 03:03:09 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-1107546-1215477180/watcher-1107546-1215477180 -o /tmp/evaluation-result-1107546-1215477180/solver-1107546-1215477180 -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-1107546-1215477180.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.71 1.18 1.06 4/72 2857
/proc/meminfo: memFree=1510368/2055920 swapFree=4192956/4192956
[pid=2857] ppid=2855 vsize=12000 CPUtime=0
/proc/2857/stat : 2857 (sugar) R 2855 2857 2749 0 -1 4194304 211 0 0 0 0 0 0 0 20 0 1 0 4419279 12288000 179 996147200 4194304 4206940 548682068608 18446744073709551615 266151861072 0 0 4224 0 0 0 0 17 1 0 0
/proc/2857/statm: 3000 179 140 3 0 100 0

[startup+0.105496 s]
/proc/loadavg: 1.71 1.18 1.06 4/72 2857
/proc/meminfo: memFree=1510368/2055920 swapFree=4192956/4192956
[pid=2857] ppid=2855 vsize=13600 CPUtime=0.03
/proc/2857/stat : 2857 (sugar) S 2855 2857 2749 0 -1 4194304 900 127 0 0 3 0 0 0 21 0 1 0 4419279 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2857/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.202509 s]
/proc/loadavg: 1.71 1.18 1.06 4/72 2857
/proc/meminfo: memFree=1510368/2055920 swapFree=4192956/4192956
[pid=2857] ppid=2855 vsize=13600 CPUtime=0.03
/proc/2857/stat : 2857 (sugar) S 2855 2857 2749 0 -1 4194304 900 127 0 0 3 0 0 0 21 0 1 0 4419279 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2857/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.302512 s]
/proc/loadavg: 1.71 1.18 1.06 4/72 2857
/proc/meminfo: memFree=1510368/2055920 swapFree=4192956/4192956
[pid=2857] ppid=2855 vsize=13600 CPUtime=0.03
/proc/2857/stat : 2857 (sugar) S 2855 2857 2749 0 -1 4194304 900 127 0 0 3 0 0 0 21 0 1 0 4419279 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2857/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.702563 s]
/proc/loadavg: 1.71 1.18 1.06 4/72 2857
/proc/meminfo: memFree=1510368/2055920 swapFree=4192956/4192956
[pid=2857] ppid=2855 vsize=13600 CPUtime=0.54
/proc/2857/stat : 2857 (sugar) S 2855 2857 2749 0 -1 4194304 956 6632 0 1 3 0 47 4 16 0 1 0 4419279 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2857/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.54
Current children cumulated vsize (KiB) 13600

[startup+1.50266 s]
/proc/loadavg: 1.71 1.18 1.06 3/83 2879
/proc/meminfo: memFree=1494976/2055920 swapFree=4192956/4192956
[pid=2857] ppid=2855 vsize=13600 CPUtime=0.54
/proc/2857/stat : 2857 (sugar) S 2855 2857 2749 0 -1 4194304 973 6632 0 1 3 0 47 4 15 0 1 0 4419279 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2857/statm: 3400 797 370 3 0 500 0
[pid=2870] ppid=2857 vsize=5356 CPUtime=0
/proc/2870/stat : 2870 (sh) S 2857 2857 2749 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 4419343 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2870/statm: 1339 233 193 169 0 50 0
[pid=2871] ppid=2870 vsize=865144 CPUtime=0.84
/proc/2871/stat : 2871 (java) S 2870 2857 2749 0 -1 0 8957 0 1 0 79 5 0 0 18 0 9 0 4419343 885907456 8161 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2871/statm: 216286 8161 2540 9 0 210861 0
[pid=2871/tid=2872] ppid=2870 vsize=865144 CPUtime=0.4
/proc/2871/task/2872/stat : 2872 (java) R 2870 2857 2749 0 -1 64 2725 0 1 0 39 1 0 0 19 0 9 0 4419344 885907456 8161 996147200 134512640 134550740 4294955952 18446744073709551615 103215099 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2871/tid=2873] ppid=2870 vsize=865144 CPUtime=0.37
/proc/2871/task/2873/stat : 2873 (java) S 2870 2857 2749 0 -1 64 5217 0 0 0 35 2 0 0 17 0 9 0 4419345 885907456 8161 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2871/tid=2874] ppid=2870 vsize=865144 CPUtime=0
/proc/2871/task/2874/stat : 2874 (java) S 2870 2857 2749 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 4419346 885907456 8161 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2871/tid=2875] ppid=2870 vsize=865144 CPUtime=0
/proc/2871/task/2875/stat : 2875 (java) S 2870 2857 2749 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 4419346 885907456 8161 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2871/tid=2876] ppid=2870 vsize=865144 CPUtime=0
/proc/2871/task/2876/stat : 2876 (java) S 2870 2857 2749 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 4419348 885907456 8161 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2871/tid=2877] ppid=2870 vsize=865144 CPUtime=0.05
/proc/2871/task/2877/stat : 2877 (java) S 2870 2857 2749 0 -1 64 322 0 0 0 5 0 0 0 16 0 9 0 4419348 885907456 8161 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2871/tid=2878] ppid=2870 vsize=865144 CPUtime=0
/proc/2871/task/2878/stat : 2878 (java) S 2870 2857 2749 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 4419348 885907456 8161 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2871/tid=2879] ppid=2870 vsize=865144 CPUtime=0
/proc/2871/task/2879/stat : 2879 (java) S 2870 2857 2749 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 4419348 885907456 8161 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.38
Current children cumulated vsize (KiB) 884100

[startup+3.10183 s]
/proc/loadavg: 1.81 1.21 1.07 4/83 2879
/proc/meminfo: memFree=1465024/2055920 swapFree=4192956/4192956
[pid=2857] ppid=2855 vsize=13600 CPUtime=0.54
/proc/2857/stat : 2857 (sugar) S 2855 2857 2749 0 -1 4194304 974 6632 0 1 3 0 47 4 15 0 1 0 4419279 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2857/statm: 3400 797 370 3 0 500 0
[pid=2870] ppid=2857 vsize=5356 CPUtime=0
/proc/2870/stat : 2870 (sh) S 2857 2857 2749 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 4419343 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2870/statm: 1339 233 193 169 0 50 0
[pid=2871] ppid=2870 vsize=865388 CPUtime=2.42
/proc/2871/stat : 2871 (java) S 2870 2857 2749 0 -1 0 16239 0 1 0 232 10 0 0 18 0 9 0 4419343 886157312 15317 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2871/statm: 216347 15317 2564 9 0 210894 0
[pid=2871/tid=2872] ppid=2870 vsize=865388 CPUtime=0.87
/proc/2871/task/2872/stat : 2872 (java) R 2870 2857 2749 0 -1 64 3235 0 1 0 85 2 0 0 22 0 9 0 4419344 886157312 15317 996147200 134512640 134550740 4294955952 18446744073709551615 4126562701 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2871/tid=2873] ppid=2870 vsize=865388 CPUtime=1.45
/proc/2871/task/2873/stat : 2873 (java) S 2870 2857 2749 0 -1 64 11969 0 0 0 138 7 0 0 16 0 9 0 4419345 886157312 15317 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2871/tid=2874] ppid=2870 vsize=865388 CPUtime=0
/proc/2871/task/2874/stat : 2874 (java) S 2870 2857 2749 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 4419346 886157312 15317 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2871/tid=2875] ppid=2870 vsize=865388 CPUtime=0
/proc/2871/task/2875/stat : 2875 (java) S 2870 2857 2749 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 4419346 886157312 15317 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2871/tid=2876] ppid=2870 vsize=865388 CPUtime=0
/proc/2871/task/2876/stat : 2876 (java) S 2870 2857 2749 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 4419348 886157312 15317 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2871/tid=2877] ppid=2870 vsize=865388 CPUtime=0.08
/proc/2871/task/2877/stat : 2877 (java) S 2870 2857 2749 0 -1 64 342 0 0 0 8 0 0 0 16 0 9 0 4419348 886157312 15317 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2871/tid=2878] ppid=2870 vsize=865388 CPUtime=0
/proc/2871/task/2878/stat : 2878 (java) S 2870 2857 2749 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 4419348 886157312 15317 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2871/tid=2879] ppid=2870 vsize=865388 CPUtime=0
/proc/2871/task/2879/stat : 2879 (java) S 2870 2857 2749 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 4419348 886157312 15317 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 884344

[startup+6.30217 s]
/proc/loadavg: 1.81 1.21 1.07 3/83 2879
/proc/meminfo: memFree=1455872/2055920 swapFree=4192956/4192956
[pid=2857] ppid=2855 vsize=13600 CPUtime=0.54
/proc/2857/stat : 2857 (sugar) S 2855 2857 2749 0 -1 4194304 974 6632 0 1 3 0 47 4 15 0 1 0 4419279 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2857/statm: 3400 797 370 3 0 500 0
[pid=2870] ppid=2857 vsize=5356 CPUtime=0
/proc/2870/stat : 2870 (sh) S 2857 2857 2749 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 4419343 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2870/statm: 1339 233 193 169 0 50 0
[pid=2871] ppid=2870 vsize=865388 CPUtime=5.6
/proc/2871/stat : 2871 (java) S 2870 2857 2749 0 -1 0 16280 0 1 0 550 10 0 0 18 0 9 0 4419343 886157312 15346 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2871/statm: 216347 15346 2564 9 0 210894 0
[pid=2871/tid=2872] ppid=2870 vsize=865388 CPUtime=4.01
/proc/2871/task/2872/stat : 2872 (java) R 2870 2857 2749 0 -1 64 3247 0 1 0 399 2 0 0 25 0 9 0 4419344 886157312 15346 996147200 134512640 134550740 4294955952 18446744073709551615 4126561580 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2871/tid=2873] ppid=2870 vsize=865388 CPUtime=1.49
/proc/2871/task/2873/stat : 2873 (java) S 2870 2857 2749 0 -1 64 11997 0 0 0 142 7 0 0 16 0 9 0 4419345 886157312 15346 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2871/tid=2874] ppid=2870 vsize=865388 CPUtime=0
/proc/2871/task/2874/stat : 2874 (java) S 2870 2857 2749 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 4419346 886157312 15346 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2871/tid=2875] ppid=2870 vsize=865388 CPUtime=0
/proc/2871/task/2875/stat : 2875 (java) S 2870 2857 2749 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 4419346 886157312 15346 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2871/tid=2876] ppid=2870 vsize=865388 CPUtime=0
/proc/2871/task/2876/stat : 2876 (java) S 2870 2857 2749 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 4419348 886157312 15346 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2871/tid=2877] ppid=2870 vsize=865388 CPUtime=0.08
/proc/2871/task/2877/stat : 2877 (java) S 2870 2857 2749 0 -1 64 343 0 0 0 8 0 0 0 16 0 9 0 4419348 886157312 15346 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2871/tid=2878] ppid=2870 vsize=865388 CPUtime=0
/proc/2871/task/2878/stat : 2878 (java) S 2870 2857 2749 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 4419348 886157312 15346 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2871/tid=2879] ppid=2870 vsize=865388 CPUtime=0
/proc/2871/task/2879/stat : 2879 (java) S 2870 2857 2749 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 4419348 886157312 15346 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.14
Current children cumulated vsize (KiB) 884344

[startup+12.7029 s]
/proc/loadavg: 1.84 1.24 1.08 3/83 2879
/proc/meminfo: memFree=1452168/2055920 swapFree=4192956/4192956
[pid=2857] ppid=2855 vsize=13600 CPUtime=0.54
/proc/2857/stat : 2857 (sugar) S 2855 2857 2749 0 -1 4194304 974 6632 0 1 3 0 47 4 15 0 1 0 4419279 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2857/statm: 3400 797 370 3 0 500 0
[pid=2870] ppid=2857 vsize=5356 CPUtime=0
/proc/2870/stat : 2870 (sh) S 2857 2857 2749 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 4419343 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2870/statm: 1339 233 193 169 0 50 0
[pid=2871] ppid=2870 vsize=865388 CPUtime=11.98
/proc/2871/stat : 2871 (java) S 2870 2857 2749 0 -1 0 17401 0 1 0 1185 13 0 0 18 0 9 0 4419343 886157312 16424 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2871/statm: 216347 16424 2564 9 0 210894 0
[pid=2871/tid=2872] ppid=2870 vsize=865388 CPUtime=10.29
/proc/2871/task/2872/stat : 2872 (java) R 2870 2857 2749 0 -1 64 3290 0 1 0 1025 4 0 0 25 0 9 0 4419344 886157312 16424 996147200 134512640 134550740 4294955952 18446744073709551615 4126561504 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2871/tid=2873] ppid=2870 vsize=865388 CPUtime=1.58
/proc/2871/task/2873/stat : 2873 (java) S 2870 2857 2749 0 -1 64 13072 0 0 0 150 8 0 0 16 0 9 0 4419345 886157312 16424 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2871/tid=2874] ppid=2870 vsize=865388 CPUtime=0
/proc/2871/task/2874/stat : 2874 (java) S 2870 2857 2749 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 4419346 886157312 16424 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2871/tid=2875] ppid=2870 vsize=865388 CPUtime=0
/proc/2871/task/2875/stat : 2875 (java) S 2870 2857 2749 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 4419346 886157312 16424 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2871/tid=2876] ppid=2870 vsize=865388 CPUtime=0
/proc/2871/task/2876/stat : 2876 (java) S 2870 2857 2749 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 4419348 886157312 16424 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2871/tid=2877] ppid=2870 vsize=865388 CPUtime=0.09
/proc/2871/task/2877/stat : 2877 (java) S 2870 2857 2749 0 -1 64 346 0 0 0 9 0 0 0 16 0 9 0 4419348 886157312 16424 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2871/tid=2878] ppid=2870 vsize=865388 CPUtime=0
/proc/2871/task/2878/stat : 2878 (java) S 2870 2857 2749 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 4419348 886157312 16424 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2871/tid=2879] ppid=2870 vsize=865388 CPUtime=0
/proc/2871/task/2879/stat : 2879 (java) S 2870 2857 2749 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 4419348 886157312 16424 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.52
Current children cumulated vsize (KiB) 884344

[startup+25.5023 s]
/proc/loadavg: 1.86 1.26 1.09 3/83 2879
/proc/meminfo: memFree=1439176/2055920 swapFree=4192956/4192956
[pid=2857] ppid=2855 vsize=13600 CPUtime=0.54
/proc/2857/stat : 2857 (sugar) S 2855 2857 2749 0 -1 4194304 974 6632 0 1 3 0 47 4 16 0 1 0 4419279 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2857/statm: 3400 797 370 3 0 500 0
[pid=2870] ppid=2857 vsize=5356 CPUtime=0
/proc/2870/stat : 2870 (sh) S 2857 2857 2749 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 4419343 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2870/statm: 1339 233 193 169 0 50 0
[pid=2871] ppid=2870 vsize=865388 CPUtime=24.71
/proc/2871/stat : 2871 (java) S 2870 2857 2749 0 -1 0 19405 0 1 0 2455 16 0 0 18 0 9 0 4419343 886157312 18362 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2871/statm: 216347 18362 2564 9 0 210894 0
[pid=2871/tid=2872] ppid=2870 vsize=865388 CPUtime=22.85
/proc/2871/task/2872/stat : 2872 (java) R 2870 2857 2749 0 -1 64 3356 0 1 0 2280 5 0 0 25 0 9 0 4419344 886157312 18362 996147200 134512640 134550740 4294955952 18446744073709551615 4126095810 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2871/tid=2873] ppid=2870 vsize=865388 CPUtime=1.74
/proc/2871/task/2873/stat : 2873 (java) S 2870 2857 2749 0 -1 64 15009 0 0 0 165 9 0 0 16 0 9 0 4419345 886157312 18362 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2871/tid=2874] ppid=2870 vsize=865388 CPUtime=0
/proc/2871/task/2874/stat : 2874 (java) S 2870 2857 2749 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 4419346 886157312 18362 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2871/tid=2875] ppid=2870 vsize=865388 CPUtime=0
/proc/2871/task/2875/stat : 2875 (java) S 2870 2857 2749 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 4419346 886157312 18362 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

/proc/meminfo: memFree=1361480/2055920 swapFree=4192956/4192956
[pid=2857] ppid=2855 vsize=13600 CPUtime=190.08
/proc/2857/stat : 2857 (sugar) S 2855 2857 2749 0 -1 4194304 1031 52963 0 2 4 0 18936 68 16 0 1 0 4419279 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2857/statm: 3400 798 370 3 0 500 0
[pid=2880] ppid=2857 vsize=5356 CPUtime=0
/proc/2880/stat : 2880 (sh) S 2857 2857 2749 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4438395 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2880/statm: 1339 232 193 169 0 50 0
[pid=2881] ppid=2880 vsize=104768 CPUtime=1105.78
/proc/2881/stat : 2881 (minisat) R 2880 2857 2749 0 -1 4194304 25624 0 0 0 110551 27 0 0 25 0 1 0 4438395 107282432 25610 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/2881/statm: 26192 25610 75 150 0 26039 0
Current children cumulated CPU time (s) 1295.86
Current children cumulated vsize (KiB) 123724

[startup+1362.3 s]
/proc/loadavg: 1.99 1.97 1.75 3/75 2881
/proc/meminfo: memFree=1359816/2055920 swapFree=4192956/4192956
[pid=2857] ppid=2855 vsize=13600 CPUtime=190.08
/proc/2857/stat : 2857 (sugar) S 2855 2857 2749 0 -1 4194304 1031 52963 0 2 4 0 18936 68 16 0 1 0 4419279 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2857/statm: 3400 798 370 3 0 500 0
[pid=2880] ppid=2857 vsize=5356 CPUtime=0
/proc/2880/stat : 2880 (sh) S 2857 2857 2749 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4438395 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2880/statm: 1339 232 193 169 0 50 0
[pid=2881] ppid=2880 vsize=106392 CPUtime=1165.49
/proc/2881/stat : 2881 (minisat) R 2880 2857 2749 0 -1 4194304 26028 0 0 0 116521 28 0 0 25 0 1 0 4438395 108945408 26014 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/2881/statm: 26598 26014 75 150 0 26445 0
Current children cumulated CPU time (s) 1355.57
Current children cumulated vsize (KiB) 125348

[startup+1422.3 s]
/proc/loadavg: 1.99 1.97 1.76 3/75 2881
/proc/meminfo: memFree=1358472/2055920 swapFree=4192956/4192956
[pid=2857] ppid=2855 vsize=13600 CPUtime=190.08
/proc/2857/stat : 2857 (sugar) S 2855 2857 2749 0 -1 4194304 1031 52963 0 2 4 0 18936 68 16 0 1 0 4419279 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2857/statm: 3400 798 370 3 0 500 0
[pid=2880] ppid=2857 vsize=5356 CPUtime=0
/proc/2880/stat : 2880 (sh) S 2857 2857 2749 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4438395 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2880/statm: 1339 232 193 169 0 50 0
[pid=2881] ppid=2880 vsize=107796 CPUtime=1225.2
/proc/2881/stat : 2881 (minisat) R 2880 2857 2749 0 -1 4194304 26365 0 0 0 122491 29 0 0 25 0 1 0 4438395 110383104 26351 996147200 134512640 135127466 4294956256 18446744073709551615 134530641 0 0 4096 3 0 0 0 17 1 0 0
/proc/2881/statm: 26949 26351 75 150 0 26796 0
Current children cumulated CPU time (s) 1415.28
Current children cumulated vsize (KiB) 126752

[startup+1482.3 s]
/proc/loadavg: 1.99 1.97 1.77 3/75 2881
/proc/meminfo: memFree=1357128/2055920 swapFree=4192956/4192956
[pid=2857] ppid=2855 vsize=13600 CPUtime=190.08
/proc/2857/stat : 2857 (sugar) S 2855 2857 2749 0 -1 4194304 1031 52963 0 2 4 0 18936 68 16 0 1 0 4419279 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2857/statm: 3400 798 370 3 0 500 0
[pid=2880] ppid=2857 vsize=5356 CPUtime=0
/proc/2880/stat : 2880 (sh) S 2857 2857 2749 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4438395 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2880/statm: 1339 232 193 169 0 50 0
[pid=2881] ppid=2880 vsize=109776 CPUtime=1284.91
/proc/2881/stat : 2881 (minisat) R 2880 2857 2749 0 -1 4194304 26706 0 0 0 128462 29 0 0 25 0 1 0 4438395 112410624 26692 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/2881/statm: 27444 26692 75 150 0 27291 0
Current children cumulated CPU time (s) 1474.99
Current children cumulated vsize (KiB) 128732

[startup+1542.31 s]
/proc/loadavg: 1.99 1.97 1.78 3/75 2881
/proc/meminfo: memFree=1355848/2055920 swapFree=4192956/4192956
[pid=2857] ppid=2855 vsize=13600 CPUtime=190.08
/proc/2857/stat : 2857 (sugar) S 2855 2857 2749 0 -1 4194304 1031 52963 0 2 4 0 18936 68 16 0 1 0 4419279 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2857/statm: 3400 798 370 3 0 500 0
[pid=2880] ppid=2857 vsize=5356 CPUtime=0
/proc/2880/stat : 2880 (sh) S 2857 2857 2749 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4438395 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2880/statm: 1339 232 193 169 0 50 0
[pid=2881] ppid=2880 vsize=111000 CPUtime=1344.62
/proc/2881/stat : 2881 (minisat) R 2880 2857 2749 0 -1 4194304 27013 0 0 0 134432 30 0 0 25 0 1 0 4438395 113664000 26999 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/2881/statm: 27750 26999 75 150 0 27597 0
Current children cumulated CPU time (s) 1534.7
Current children cumulated vsize (KiB) 129956

[startup+1602.3 s]
/proc/loadavg: 1.99 1.97 1.79 3/75 2881
/proc/meminfo: memFree=1354632/2055920 swapFree=4192956/4192956
[pid=2857] ppid=2855 vsize=13600 CPUtime=190.08
/proc/2857/stat : 2857 (sugar) S 2855 2857 2749 0 -1 4194304 1031 52963 0 2 4 0 18936 68 16 0 1 0 4419279 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2857/statm: 3400 798 370 3 0 500 0
[pid=2880] ppid=2857 vsize=5356 CPUtime=0
/proc/2880/stat : 2880 (sh) S 2857 2857 2749 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4438395 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2880/statm: 1339 232 193 169 0 50 0
[pid=2881] ppid=2880 vsize=112100 CPUtime=1404.33
/proc/2881/stat : 2881 (minisat) R 2880 2857 2749 0 -1 4194304 27312 0 0 0 140403 30 0 0 25 0 1 0 4438395 114790400 27298 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/2881/statm: 28025 27298 75 150 0 27872 0
Current children cumulated CPU time (s) 1594.41
Current children cumulated vsize (KiB) 131056

[startup+1662.3 s]
/proc/loadavg: 1.99 1.97 1.81 3/75 2881
/proc/meminfo: memFree=1353480/2055920 swapFree=4192956/4192956
[pid=2857] ppid=2855 vsize=13600 CPUtime=190.08
/proc/2857/stat : 2857 (sugar) S 2855 2857 2749 0 -1 4194304 1031 52963 0 2 4 0 18936 68 16 0 1 0 4419279 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2857/statm: 3400 798 370 3 0 500 0
[pid=2880] ppid=2857 vsize=5356 CPUtime=0
/proc/2880/stat : 2880 (sh) S 2857 2857 2749 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4438395 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2880/statm: 1339 232 193 169 0 50 0
[pid=2881] ppid=2880 vsize=113288 CPUtime=1464.04
/proc/2881/stat : 2881 (minisat) R 2880 2857 2749 0 -1 4194304 27602 0 0 0 146373 31 0 0 25 0 1 0 4438395 116006912 27588 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/2881/statm: 28322 27588 75 150 0 28169 0
Current children cumulated CPU time (s) 1654.12
Current children cumulated vsize (KiB) 132244

[startup+1722.3 s]
/proc/loadavg: 1.99 1.97 1.82 3/75 2887
/proc/meminfo: memFree=1352128/2055920 swapFree=4192956/4192956
[pid=2857] ppid=2855 vsize=13600 CPUtime=190.08
/proc/2857/stat : 2857 (sugar) S 2855 2857 2749 0 -1 4194304 1031 52963 0 2 4 0 18936 68 16 0 1 0 4419279 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2857/statm: 3400 798 370 3 0 500 0
[pid=2880] ppid=2857 vsize=5356 CPUtime=0
/proc/2880/stat : 2880 (sh) S 2857 2857 2749 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4438395 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2880/statm: 1339 232 193 169 0 50 0
[pid=2881] ppid=2880 vsize=114476 CPUtime=1523.74
/proc/2881/stat : 2881 (minisat) R 2880 2857 2749 0 -1 4194304 27896 0 0 0 152343 31 0 0 25 0 1 0 4438395 117223424 27882 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/2881/statm: 28619 27882 75 150 0 28466 0
Current children cumulated CPU time (s) 1713.82
Current children cumulated vsize (KiB) 133432

[startup+1782.3 s]
/proc/loadavg: 1.91 1.95 1.82 2/73 2888
/proc/meminfo: memFree=1659728/2055920 swapFree=4192956/4192956
[pid=2857] ppid=2855 vsize=13600 CPUtime=190.08
/proc/2857/stat : 2857 (sugar) S 2855 2857 2749 0 -1 4194304 1031 52963 0 2 4 0 18936 68 16 0 1 0 4419279 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2857/statm: 3400 798 370 3 0 500 0
[pid=2880] ppid=2857 vsize=5356 CPUtime=0
/proc/2880/stat : 2880 (sh) S 2857 2857 2749 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4438395 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2880/statm: 1339 232 193 169 0 50 0
[pid=2881] ppid=2880 vsize=115668 CPUtime=1583.45
/proc/2881/stat : 2881 (minisat) R 2880 2857 2749 0 -1 4194304 28195 0 0 0 158313 32 0 0 25 0 1 0 4438395 118444032 28181 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/2881/statm: 28917 28181 75 150 0 28764 0
Current children cumulated CPU time (s) 1773.53
Current children cumulated vsize (KiB) 134624



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1808.9 s]
/proc/loadavg: 1.94 1.96 1.82 3/84 2973
/proc/meminfo: memFree=1687096/2055920 swapFree=4192956/4192956
[pid=2857] ppid=2855 vsize=13600 CPUtime=190.08
/proc/2857/stat : 2857 (sugar) S 2855 2857 2749 0 -1 4194304 1031 52963 0 2 4 0 18936 68 16 0 1 0 4419279 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2857/statm: 3400 798 370 3 0 500 0
[pid=2880] ppid=2857 vsize=5356 CPUtime=0
/proc/2880/stat : 2880 (sh) S 2857 2857 2749 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4438395 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2880/statm: 1339 232 193 169 0 50 0
[pid=2881] ppid=2880 vsize=116240 CPUtime=1610.02
/proc/2881/stat : 2881 (minisat) R 2880 2857 2749 0 -1 4194304 28355 0 0 0 160964 38 0 0 25 0 1 0 4438395 119029760 28341 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/2881/statm: 29060 28341 75 150 0 28907 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 135196

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

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

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 2857 and gives
#  childrusage.ru_utime.tv_sec=189
#  childrusage.ru_utime.tv_usec=417204
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=722890
# CPU time returned by wait4() is 190.14
# while last known CPU time is 1800.1
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1808.95
CPU time (s): 1800.1
CPU user time (s): 1799.04
CPU system time (s): 1.06
CPU usage (%): 99.511
Max. virtual memory (cumulated for all children) (KiB): 895100

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 189.417
system time used= 0.72289
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 54338
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= 11615
involuntary context switches= 13435

runsolver used 2.23266 second user time and 6.02308 second system time

The end

Launcher Data (download as text)

Begin job on node35 at 2008-07-08 02:33:00
IDJOB=1107546
IDBENCH=55118
IDSOLVER=346
FILE ID=node35/1107546-1215477180
PBS_JOBID= 7888686
Free space on /tmp= 66404 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 3a9e9d3ebe1dfad3d0836badbf30412b
RANDOM SEED=1827887451

node35.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.229
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.229
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:       1510848 kB
Buffers:         25896 kB
Cached:         163552 kB
SwapCached:          0 kB
Active:         448896 kB
Inactive:        63008 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1510848 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:           68244 kB
Writeback:           0 kB
Mapped:         333912 kB
Slab:            17920 kB
Committed_AS:   422596 kB
PageTables:       2444 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= 66464 MiB
End job on node35 at 2008-07-08 03:03:11