Trace number 1067905

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.02 1804.7

General information on the benchmark

Namecsp/lexHerald/
normalized-crossword-m1-lex-21-02.xml
MD5SUMb2bbf73ac520f3b4184964509f220a16
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark2.45863
Satisfiable
(Un)Satisfiability was proved
Number of variables369
Number of constraints3033
Maximum constraint arity24
Maximum domain size26
Number of constraints which are defined in extension150
Number of constraints which are defined in intension2883
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.15	c 0	Sugar v1-13 + HOME/minisat
0.00/0.15	c 0	BEGIN Fri Jul  4 08:09:53 2008
0.00/0.15	c 0	PID 28059
0.00/0.15	c 0	HOST node91.alineos.net
0.00/0.15	c 0	CONVERTING HOME/instance-1067905-1215151793.xml TO HOME/temp.csp
0.00/0.15	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1067905-1215151793.xml' 'HOME/temp.csp'
0.02/0.98	c 1	1 domains, 369 variables, 8 predicates, 8 relations, 3033 constraints
0.02/1.00	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.02/1.00	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.82/1.08	c 1	Parsing HOME/temp.csp
1.31/1.53	c 1	parsed 3419 expressions
1.31/1.53	c 1	Heap : 7 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.31/1.53	c 1	Converting to clausal form CSP
1.31/1.56	c 1	converted 342 (10%) expressions
3.90/4.16	c 4	converted 684 (20%) expressions
4.20/4.49	c 4	converted 1026 (30%) expressions
4.30/4.56	c 4	converted 1368 (40%) expressions
4.40/4.63	c 5	converted 1710 (50%) expressions
4.60/4.87	c 5	converted 2052 (60%) expressions
4.60/4.90	c 5	converted 2394 (70%) expressions
4.70/4.95	c 5	converted 2736 (80%) expressions
4.70/4.99	c 5	converted 3078 (90%) expressions
4.80/5.05	c 5	converted 3419 (100%) expressions
4.80/5.05	c 5	CSP : 369 integers, 0 booleans, 3033 clauses, largest domain size 26
4.80/5.05	c 5	Heap : 102 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
4.80/5.05	c 5	Propagation in CSP
4.89/5.10	c 5	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
4.89/5.10	c 5	CSP : 369 integers, 0 booleans, 3033 clauses, largest domain size 26
4.89/5.10	c 5	Heap : 100 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
4.89/5.10	c 5	Simplifing CSP by introducing new Boolean variables
5.00/5.21	c 5	CSP : 369 integers, 26052 booleans, 29085 clauses, largest domain size 26
5.00/5.21	c 5	Heap : 108 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
5.69/5.97	c 6	Encoding CSP to SAT : HOME/temp.cnf
5.79/6.00	c 6	37 (10%) CSP integer variables are encoded (888 clauses, 9624 bytes)
5.79/6.00	c 6	74 (20%) CSP integer variables are encoded (1776 clauses, 21025 bytes)
5.79/6.00	c 6	111 (30%) CSP integer variables are encoded (2664 clauses, 32569 bytes)
5.79/6.01	c 6	148 (40%) CSP integer variables are encoded (3552 clauses, 44113 bytes)
5.79/6.01	c 6	185 (50%) CSP integer variables are encoded (4440 clauses, 55657 bytes)
5.79/6.01	c 6	222 (60%) CSP integer variables are encoded (5328 clauses, 67201 bytes)
5.79/6.01	c 6	259 (70%) CSP integer variables are encoded (6216 clauses, 78745 bytes)
5.79/6.01	c 6	296 (80%) CSP integer variables are encoded (7104 clauses, 90289 bytes)
5.79/6.01	c 6	333 (90%) CSP integer variables are encoded (7992 clauses, 101833 bytes)
5.79/6.01	c 6	369 (100%) CSP integer variables are encoded (8856 clauses, 113065 bytes)
93.70/94.42	c 94	2909 (10%) CSP clauses are encoded (1457847 clauses, 63902898 bytes)
98.77/99.55	c 99	5817 (20%) CSP clauses are encoded (1562729 clauses, 67347928 bytes)
104.14/104.91	c 105	8726 (30%) CSP clauses are encoded (1667637 clauses, 70972507 bytes)
114.68/115.55	c 115	11634 (40%) CSP clauses are encoded (1809868 clauses, 76908984 bytes)
137.47/138.43	c 138	14543 (50%) CSP clauses are encoded (2035065 clauses, 88462646 bytes)
137.57/138.56	c 138	17451 (60%) CSP clauses are encoded (2104048 clauses, 89796063 bytes)
137.67/138.69	c 139	20360 (70%) CSP clauses are encoded (2173082 clauses, 91158736 bytes)
137.86/138.81	c 139	23268 (80%) CSP clauses are encoded (2242065 clauses, 92520453 bytes)
137.97/138.94	c 139	26177 (90%) CSP clauses are encoded (2311099 clauses, 93883126 bytes)
139.86/140.88	c 141	29085 (100%) CSP clauses are encoded (2405813 clauses, 97299110 bytes)
139.86/140.88	c 141	29085 CSP clauses encoded
139.86/140.88	c 141	Writing map file : HOME/temp.map
139.86/140.89	c 141	Heap : 151 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
139.86/140.89	c 141	SAT : 35277 SAT variables, 2405813 SAT clauses, 97299110 bytes
139.86/140.89	c 141	Heap : 151 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
139.95/140.94	c 141	SOLVING HOME/temp.cnf
139.95/140.94	c 141	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
139.95/140.95	c 141	This is MiniSat 2.0 beta
139.95/140.95	c 141	WARNING: for repeatability, setting FPU to use double precision
139.95/140.95	c 141	============================[ Problem Statistics ]=============================
139.95/140.95	c 141	|                                                                             |
139.95/140.95	c 141	|  Number of variables:  35277                                                |
139.95/140.95	c 141	|  Number of clauses:    2405813                                              |
141.82/142.88	c 143	|  Parsing time:         1.71         s                                       |
142.03/143.01	c 143	============================[ Search Statistics ]==============================
142.03/143.01	c 143	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
142.03/143.01	c 143	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
142.03/143.01	c 143	===============================================================================
142.03/143.01	c 143	|         0 |   35271  2405245 16878647 |   801748        0    nan |  0.000 % |
142.13/143.16	c 143	|       100 |   35270  2405245 16878647 |   881923       99      7 |  0.020 % |
142.13/143.19	c 143	|       253 |   35270  2405245 16878647 |   970115      252      7 |  0.020 % |
142.22/143.25	c 143	|       479 |   35270  2405245 16878647 |  1067127      478      6 |  0.020 % |
142.32/143.37	c 143	|       817 |   35270  2405245 16878647 |  1173839      816      7 |  0.020 % |
142.42/143.43	c 143	|      1323 |   35270  2405245 16878647 |  1291223     1322      8 |  0.020 % |
142.53/143.50	c 143	|      2082 |   35270  2405245 16878647 |  1420346     2081      9 |  0.020 % |
142.63/143.66	c 144	|      3221 |   35270  2405245 16878647 |  1562380     3220      9 |  0.020 % |
142.92/143.92	c 144	|      4930 |   35270  2405245 16878647 |  1718618     4929     10 |  0.020 % |
143.42/144.48	c 144	|      7492 |   35270  2405245 16878647 |  1890480     7491     10 |  0.020 % |
143.91/144.90	c 145	|     11337 |   35270  2405245 16878647 |  2079528    11336     10 |  0.020 % |
144.81/145.90	c 146	|     17103 |   35270  2405245 16878647 |  2287481    17102     11 |  0.020 % |
146.30/147.34	c 147	|     25753 |   35270  2405245 16878647 |  2516229    25752     11 |  0.020 % |
149.49/150.57	c 150	|     38728 |   35270  2405245 16878647 |  2767852    38727     12 |  0.020 % |
154.26/155.37	c 155	|     58189 |   35270  2405245 16878647 |  3044637    58188     13 |  0.020 % |
160.53/161.66	c 162	|     87381 |   35270  2405245 16878647 |  3349101    87380     13 |  0.020 % |
174.27/175.48	c 175	|    131170 |   35269  2405245 16878647 |  3684011   131168     13 |  0.023 % |
200.24/201.56	c 201	|    196856 |   35268  2405245 16878647 |  4052413   196853     14 |  0.026 % |
247.90/249.40	c 249	|    295385 |   35267  2405245 16878647 |  4457654   295381     14 |  0.028 % |
339.94/341.99	c 342	|    443174 |   35266  2404341 16873464 |  4903419   443159     16 |  0.031 % |
539.85/542.84	c 543	|    664857 |   35263  2404341 16873464 |  5393761   664839     16 |  0.040 % |
884.69/889.08	c 889	|    997382 |   35258  2403979 16872189 |  5933138   997354     17 |  0.054 % |
1680.26/1684.83	c 1685	|   1496170 |   35256  2402774 16864002 |  6526451  1496127     18 |  0.060 % |
1800.02/1804.62	c ERROR INTERRUPTED
1800.02/1804.65	s UNKNOWN
1800.02/1804.65	c 1805	CPU 138.98 (0.03 0 138.95 1.02)
1800.02/1804.65	c 1805	END Fri Jul  4 08:39:58 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-1067905-1215151793/watcher-1067905-1215151793 -o /tmp/evaluation-result-1067905-1215151793/solver-1067905-1215151793 -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-1067905-1215151793.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.85 1.99 2.25 4/81 28059
/proc/meminfo: memFree=1918736/2055920 swapFree=4176356/4192956
[pid=28059] ppid=28057 vsize=2504 CPUtime=0
/proc/28059/stat : 28059 (sugar) R 28057 28059 26074 0 -1 4194304 41 0 0 0 0 0 0 0 20 0 1 0 1994146375 2564096 26 996147200 4194304 4206940 548682068608 18446744073709551615 251598533909 0 0 4096 0 0 0 0 17 1 0 0
/proc/28059/statm: 626 26 19 3 0 5 0

[startup+0.0981309 s]
/proc/loadavg: 1.85 1.99 2.25 4/81 28059
/proc/meminfo: memFree=1918736/2055920 swapFree=4176356/4192956
[pid=28059] ppid=28057 vsize=12412 CPUtime=0
/proc/28059/stat : 28059 (sugar) D 28057 28059 26074 0 -1 4194304 414 0 0 0 0 0 0 0 18 0 1 0 1994146375 12709888 382 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 0 18446744071563479169 0 0 17 0 0 0
/proc/28059/statm: 3103 382 275 3 0 203 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12412

[startup+0.102127 s]
/proc/loadavg: 1.85 1.99 2.25 4/81 28059
/proc/meminfo: memFree=1918736/2055920 swapFree=4176356/4192956
[pid=28059] ppid=28057 vsize=12412 CPUtime=0
/proc/28059/stat : 28059 (sugar) D 28057 28059 26074 0 -1 4194304 414 0 0 0 0 0 0 0 18 0 1 0 1994146375 12709888 382 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 0 18446744071563608240 0 0 17 0 0 0
/proc/28059/statm: 3103 382 275 3 0 203 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12412

[startup+0.301151 s]
/proc/loadavg: 1.85 1.99 2.25 4/81 28059
/proc/meminfo: memFree=1918736/2055920 swapFree=4176356/4192956
[pid=28059] ppid=28057 vsize=13600 CPUtime=0.02
/proc/28059/stat : 28059 (sugar) S 28057 28059 26074 0 -1 4194304 900 127 0 0 2 0 0 0 17 0 1 0 1994146375 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28059/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 13600

[startup+0.701195 s]
/proc/loadavg: 1.85 1.99 2.25 4/81 28059
/proc/meminfo: memFree=1918736/2055920 swapFree=4176356/4192956
[pid=28059] ppid=28057 vsize=13600 CPUtime=0.02
/proc/28059/stat : 28059 (sugar) S 28057 28059 26074 0 -1 4194304 900 127 0 0 2 0 0 0 17 0 1 0 1994146375 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28059/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 13600

[startup+1.50229 s]
/proc/loadavg: 1.85 1.99 2.25 3/85 28071
/proc/meminfo: memFree=1915568/2055920 swapFree=4176356/4192956
[pid=28059] ppid=28057 vsize=13600 CPUtime=0.82
/proc/28059/stat : 28059 (sugar) S 28057 28059 26074 0 -1 4194304 973 7900 0 1 2 0 76 4 15 0 1 0 1994146375 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28059/statm: 3400 797 370 3 0 500 0
[pid=28072] ppid=28059 vsize=5356 CPUtime=0
/proc/28072/stat : 28072 (sh) S 28059 28059 26074 0 -1 4194304 278 0 0 0 0 0 0 0 16 0 1 0 1994146476 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28072/statm: 1339 233 193 169 0 50 0
[pid=28073] ppid=28072 vsize=864104 CPUtime=0.49
/proc/28073/stat : 28073 (java) S 28072 28059 26074 0 -1 0 6231 0 1 0 45 4 0 0 18 0 9 0 1994146476 884842496 5506 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28073/statm: 216026 5506 2532 9 0 210608 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 883060

[startup+3.10148 s]
/proc/loadavg: 1.85 1.99 2.25 4/92 28081
/proc/meminfo: memFree=1886200/2055920 swapFree=4176356/4192956
[pid=28059] ppid=28057 vsize=13600 CPUtime=0.82
/proc/28059/stat : 28059 (sugar) S 28057 28059 26074 0 -1 4194304 973 7900 0 1 2 0 76 4 15 0 1 0 1994146375 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28059/statm: 3400 797 370 3 0 500 0
[pid=28072] ppid=28059 vsize=5356 CPUtime=0
/proc/28072/stat : 28072 (sh) S 28059 28059 26074 0 -1 4194304 278 0 0 0 0 0 0 0 16 0 1 0 1994146476 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28072/statm: 1339 233 193 169 0 50 0
[pid=28073] ppid=28072 vsize=864264 CPUtime=2.08
/proc/28073/stat : 28073 (java) S 28072 28059 26074 0 -1 0 17301 0 1 0 199 9 0 0 18 0 9 0 1994146476 885006336 16521 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28073/statm: 216066 16521 2540 9 0 210641 0
[pid=28073/tid=28074] ppid=28072 vsize=864264 CPUtime=0.91
/proc/28073/task/28074/stat : 28074 (java) R 28072 28059 26074 0 -1 64 3196 0 1 0 89 2 0 0 25 0 9 0 1994146477 885006336 16521 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28073/tid=28075] ppid=28072 vsize=864264 CPUtime=1.06
/proc/28073/task/28075/stat : 28075 (java) R 28072 28059 26074 0 -1 64 13064 0 0 0 101 5 0 0 17 0 9 0 1994146478 885006336 16521 996147200 134512640 134550740 4294955952 18446744073709551615 102674864 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28073/tid=28076] ppid=28072 vsize=864264 CPUtime=0
/proc/28073/task/28076/stat : 28076 (java) S 28072 28059 26074 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1994146478 885006336 16521 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28073/tid=28077] ppid=28072 vsize=864264 CPUtime=0
/proc/28073/task/28077/stat : 28077 (java) S 28072 28059 26074 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1994146478 885006336 16521 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28073/tid=28078] ppid=28072 vsize=864264 CPUtime=0
/proc/28073/task/28078/stat : 28078 (java) S 28072 28059 26074 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 1994146480 885006336 16521 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28073/tid=28079] ppid=28072 vsize=864264 CPUtime=0.08
/proc/28073/task/28079/stat : 28079 (java) S 28072 28059 26074 0 -1 64 344 0 0 0 8 0 0 0 16 0 9 0 1994146480 885006336 16521 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28073/tid=28080] ppid=28072 vsize=864264 CPUtime=0
/proc/28073/task/28080/stat : 28080 (java) S 28072 28059 26074 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 1994146480 885006336 16521 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28073/tid=28081] ppid=28072 vsize=864264 CPUtime=0
/proc/28073/task/28081/stat : 28081 (java) S 28072 28059 26074 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1994146480 885006336 16521 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.9
Current children cumulated vsize (KiB) 883220

[startup+6.30283 s]
/proc/loadavg: 1.86 1.99 2.24 4/92 28081
/proc/meminfo: memFree=1772856/2055920 swapFree=4176356/4192956
[pid=28059] ppid=28057 vsize=13600 CPUtime=0.83
/proc/28059/stat : 28059 (sugar) S 28057 28059 26074 0 -1 4194304 974 7900 0 1 3 0 76 4 15 0 1 0 1994146375 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28059/statm: 3400 797 370 3 0 500 0
[pid=28072] ppid=28059 vsize=5356 CPUtime=0
/proc/28072/stat : 28072 (sh) S 28059 28059 26074 0 -1 4194304 278 0 0 0 0 0 0 0 16 0 1 0 1994146476 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28072/statm: 1339 233 193 169 0 50 0
[pid=28073] ppid=28072 vsize=868540 CPUtime=5.26
/proc/28073/stat : 28073 (java) S 28072 28059 26074 0 -1 0 44629 0 2 0 505 21 0 0 18 0 9 0 1994146476 889384960 33534 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28073/statm: 217135 33534 2567 9 0 211682 0
[pid=28073/tid=28074] ppid=28072 vsize=868540 CPUtime=2.07
/proc/28073/task/28074/stat : 28074 (java) R 28072 28059 26074 0 -1 64 4301 0 2 0 204 3 0 0 25 0 9 0 1994146477 889384960 33534 996147200 134512640 134550740 4294955952 18446744073709551615 4126984512 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28073/tid=28075] ppid=28072 vsize=868540 CPUtime=2.93
/proc/28073/task/28075/stat : 28075 (java) S 28072 28059 26074 0 -1 64 38128 0 0 0 277 16 0 0 16 0 9 0 1994146478 889384960 33534 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28073/tid=28076] ppid=28072 vsize=868540 CPUtime=0
/proc/28073/task/28076/stat : 28076 (java) S 28072 28059 26074 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1994146478 889384960 33534 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28073/tid=28077] ppid=28072 vsize=868540 CPUtime=0
/proc/28073/task/28077/stat : 28077 (java) S 28072 28059 26074 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1994146478 889384960 33534 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28073/tid=28078] ppid=28072 vsize=868540 CPUtime=0
/proc/28073/task/28078/stat : 28078 (java) S 28072 28059 26074 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 1994146480 889384960 33534 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28073/tid=28079] ppid=28072 vsize=868540 CPUtime=0.24
/proc/28073/task/28079/stat : 28079 (java) S 28072 28059 26074 0 -1 64 1503 0 0 0 23 1 0 0 16 0 9 0 1994146480 889384960 33534 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28073/tid=28080] ppid=28072 vsize=868540 CPUtime=0
/proc/28073/task/28080/stat : 28080 (java) S 28072 28059 26074 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 1994146480 889384960 33534 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28073/tid=28081] ppid=28072 vsize=868540 CPUtime=0
/proc/28073/task/28081/stat : 28081 (java) S 28072 28059 26074 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1994146480 889384960 33534 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.09
Current children cumulated vsize (KiB) 887496

[startup+12.7016 s]
/proc/loadavg: 1.95 2.01 2.25 3/92 28081
/proc/meminfo: memFree=1780096/2055920 swapFree=4176356/4192956
[pid=28059] ppid=28057 vsize=13600 CPUtime=0.83
/proc/28059/stat : 28059 (sugar) S 28057 28059 26074 0 -1 4194304 974 7900 0 1 3 0 76 4 15 0 1 0 1994146375 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28059/statm: 3400 797 370 3 0 500 0
[pid=28072] ppid=28059 vsize=5356 CPUtime=0
/proc/28072/stat : 28072 (sh) S 28059 28059 26074 0 -1 4194304 278 0 0 0 0 0 0 0 16 0 1 0 1994146476 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28072/statm: 1339 233 193 169 0 50 0
[pid=28073] ppid=28072 vsize=868540 CPUtime=11.62
/proc/28073/stat : 28073 (java) S 28072 28059 26074 0 -1 0 45160 0 2 0 1134 28 0 0 18 0 9 0 1994146476 889384960 34005 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28073/statm: 217135 34005 2567 9 0 211682 0
[pid=28073/tid=28074] ppid=28072 vsize=868540 CPUtime=8.26
/proc/28073/task/28074/stat : 28074 (java) R 28072 28059 26074 0 -1 64 4363 0 2 0 817 9 0 0 25 0 9 0 1994146477 889384960 34005 996147200 134512640 134550740 4294955952 18446744073709551615 4125952190 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28073/tid=28075] ppid=28072 vsize=868540 CPUtime=3.08
/proc/28073/task/28075/stat : 28075 (java) S 28072 28059 26074 0 -1 64 38593 0 0 0 292 16 0 0 16 0 9 0 1994146478 889384960 34005 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28073/tid=28076] ppid=28072 vsize=868540 CPUtime=0
/proc/28073/task/28076/stat : 28076 (java) S 28072 28059 26074 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1994146478 889384960 34005 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28073/tid=28077] ppid=28072 vsize=868540 CPUtime=0
/proc/28073/task/28077/stat : 28077 (java) S 28072 28059 26074 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1994146478 889384960 34005 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28073/tid=28078] ppid=28072 vsize=868540 CPUtime=0
/proc/28073/task/28078/stat : 28078 (java) S 28072 28059 26074 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 1994146480 889384960 34005 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28073/tid=28079] ppid=28072 vsize=868540 CPUtime=0.24
/proc/28073/task/28079/stat : 28079 (java) S 28072 28059 26074 0 -1 64 1507 0 0 0 23 1 0 0 16 0 9 0 1994146480 889384960 34005 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28073/tid=28080] ppid=28072 vsize=868540 CPUtime=0
/proc/28073/task/28080/stat : 28080 (java) S 28072 28059 26074 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 1994146480 889384960 34005 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28073/tid=28081] ppid=28072 vsize=868540 CPUtime=0
/proc/28073/task/28081/stat : 28081 (java) S 28072 28059 26074 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1994146480 889384960 34005 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.45
Current children cumulated vsize (KiB) 887496

[startup+25.503 s]
/proc/loadavg: 2.03 2.02 2.25 3/92 28081
/proc/meminfo: memFree=1763648/2055920 swapFree=4176356/4192956
[pid=28059] ppid=28057 vsize=13600 CPUtime=0.83
/proc/28059/stat : 28059 (sugar) S 28057 28059 26074 0 -1 4194304 974 7900 0 1 3 0 76 4 15 0 1 0 1994146375 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28059/statm: 3400 797 370 3 0 500 0
[pid=28072] ppid=28059 vsize=5356 CPUtime=0
/proc/28072/stat : 28072 (sh) S 28059 28059 26074 0 -1 4194304 278 0 0 0 0 0 0 0 16 0 1 0 1994146476 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28072/statm: 1339 233 193 169 0 50 0
[pid=28073] ppid=28072 vsize=868540 CPUtime=24.35
/proc/28073/stat : 28073 (java) S 28072 28059 26074 0 -1 0 46466 0 2 0 2398 37 0 0 18 0 9 0 1994146476 889384960 35228 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28073/statm: 217135 35228 2567 9 0 211682 0
[pid=28073/tid=28074] ppid=28072 vsize=868540 CPUtime=20.63
/proc/28073/task/28074/stat : 28074 (java) R 28072 28059 26074 0 -1 64 4446 0 2 0 2047 16 0 0 25 0 9 0 1994146477 889384960 35228 996147200 134512640 134550740 4294955952 18446744073709551615 4126595621 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28073/tid=28075] ppid=28072 vsize=868540 CPUtime=3.43
/proc/28073/task/28075/stat : 28075 (java) S 28072 28059 26074 0 -1 64 39816 0 0 0 326 17 0 0 16 0 9 0 1994146478 889384960 35228 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28073/tid=28076] ppid=28072 vsize=868540 CPUtime=0
/proc/28073/task/28076/stat : 28076 (java) S 28072 28059 26074 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1994146478 889384960 35228 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28073/tid=28077] ppid=28072 vsize=868540 CPUtime=0
/proc/28073/task/28077/stat : 28077 (java) S 28072 28059 26074 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1994146478 889384960 35228 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28073/tid=28078] ppid=28072 vsize=868540 CPUtime=0
/proc/28073/task/28078/stat : 28078 (java) S 28072 28059 26074 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 1994146480 889384960 35228 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28073/tid=28079] ppid=28072 vsize=868540 CPUtime=0.24
/proc/28073/task/28079/stat : 28079 (java) S 28072 28059 26074 0 -1 64 1507 0 0 0 23 1 0 0 16 0 9 0 1994146480 889384960 35228 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28073/tid=28080] ppid=28072 vsize=868540 CPUtime=0
/proc/28073/task/28080/stat : 28080 (java) S 28072 28059 26074 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 1994146480 889384960 35228 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28073/tid=28081] ppid=28072 vsize=868540 CPUtime=0
/proc/28073/task/28081/stat : 28081 (java) S 28072 28059 26074 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1994146480 889384960 35228 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.18
Current children cumulated vsize (KiB) 887496

[startup+51.1028 s]
/proc/loadavg: 2.02 2.02 2.24 3/92 28081
/proc/meminfo: memFree=1723584/2055920 swapFree=4176356/4192956
[pid=28059] ppid=28057 vsize=13600 CPUtime=0.83
/proc/28059/stat : 28059 (sugar) S 28057 28059 26074 0 -1 4194304 974 7900 0 1 3 0 76 4 15 0 1 0 1994146375 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0

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

/proc/meminfo: memFree=1446392/2055920 swapFree=4176356/4192956
[pid=28059] ppid=28057 vsize=13600 CPUtime=140
/proc/28059/stat : 28059 (sugar) S 28057 28059 26074 0 -1 4194304 1034 77774 0 3 3 0 13895 102 16 0 1 0 1994146375 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28059/statm: 3400 799 370 3 0 500 0
[pid=28082] ppid=28059 vsize=5356 CPUtime=0
/proc/28082/stat : 28082 (sh) S 28059 28059 26074 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1994160470 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28082/statm: 1339 232 193 169 0 50 0
[pid=28083] ppid=28082 vsize=302232 CPUtime=1157.88
/proc/28083/stat : 28083 (minisat) R 28082 28059 26074 0 -1 4194304 73756 0 0 0 115728 60 0 0 25 0 1 0 1994160471 309485568 73742 996147200 134512640 135127466 4294956272 18446744073709551615 134530936 0 0 4096 3 0 0 0 17 1 0 0
/proc/28083/statm: 75558 73742 76 150 0 75405 0
Current children cumulated CPU time (s) 1297.88
Current children cumulated vsize (KiB) 321188

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.03 3/93 28159
/proc/meminfo: memFree=1442936/2055920 swapFree=4176356/4192956
[pid=28059] ppid=28057 vsize=13600 CPUtime=140
/proc/28059/stat : 28059 (sugar) S 28057 28059 26074 0 -1 4194304 1034 77774 0 3 3 0 13895 102 16 0 1 0 1994146375 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28059/statm: 3400 799 370 3 0 500 0
[pid=28082] ppid=28059 vsize=5356 CPUtime=0
/proc/28082/stat : 28082 (sh) S 28059 28059 26074 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1994160470 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28082/statm: 1339 232 193 169 0 50 0
[pid=28083] ppid=28082 vsize=305628 CPUtime=1217.85
/proc/28083/stat : 28083 (minisat) R 28082 28059 26074 0 -1 4194304 74616 0 0 0 121725 60 0 0 25 0 1 0 1994160471 312963072 74602 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/28083/statm: 76407 74602 76 150 0 76254 0
Current children cumulated CPU time (s) 1357.85
Current children cumulated vsize (KiB) 324584

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.03 3/93 28159
/proc/meminfo: memFree=1439096/2055920 swapFree=4176356/4192956
[pid=28059] ppid=28057 vsize=13600 CPUtime=140
/proc/28059/stat : 28059 (sugar) S 28057 28059 26074 0 -1 4194304 1034 77774 0 3 3 0 13895 102 16 0 1 0 1994146375 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28059/statm: 3400 799 370 3 0 500 0
[pid=28082] ppid=28059 vsize=5356 CPUtime=0
/proc/28082/stat : 28082 (sh) S 28059 28059 26074 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1994160470 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28082/statm: 1339 232 193 169 0 50 0
[pid=28083] ppid=28082 vsize=309428 CPUtime=1277.84
/proc/28083/stat : 28083 (minisat) R 28082 28059 26074 0 -1 4194304 75562 0 0 0 127723 61 0 0 25 0 1 0 1994160471 316854272 75548 996147200 134512640 135127466 4294956272 18446744073709551615 134530641 0 0 4096 3 0 0 0 17 1 0 0
/proc/28083/statm: 77357 75548 76 150 0 77204 0
Current children cumulated CPU time (s) 1417.84
Current children cumulated vsize (KiB) 328384

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.02 3/93 28159
/proc/meminfo: memFree=1436408/2055920 swapFree=4176356/4192956
[pid=28059] ppid=28057 vsize=13600 CPUtime=140
/proc/28059/stat : 28059 (sugar) S 28057 28059 26074 0 -1 4194304 1034 77774 0 3 3 0 13895 102 16 0 1 0 1994146375 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28059/statm: 3400 799 370 3 0 500 0
[pid=28082] ppid=28059 vsize=5356 CPUtime=0
/proc/28082/stat : 28082 (sh) S 28059 28059 26074 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1994160470 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28082/statm: 1339 232 193 169 0 50 0
[pid=28083] ppid=28082 vsize=311944 CPUtime=1337.81
/proc/28083/stat : 28083 (minisat) R 28082 28059 26074 0 -1 4194304 76226 0 0 0 133720 61 0 0 25 0 1 0 1994160471 319430656 76212 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/28083/statm: 77986 76212 76 150 0 77833 0
Current children cumulated CPU time (s) 1477.81
Current children cumulated vsize (KiB) 330900

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.02 3/93 28159
/proc/meminfo: memFree=1432824/2055920 swapFree=4176356/4192956
[pid=28059] ppid=28057 vsize=13600 CPUtime=140
/proc/28059/stat : 28059 (sugar) S 28057 28059 26074 0 -1 4194304 1034 77774 0 3 3 0 13895 102 16 0 1 0 1994146375 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28059/statm: 3400 799 370 3 0 500 0
[pid=28082] ppid=28059 vsize=5356 CPUtime=0
/proc/28082/stat : 28082 (sh) S 28059 28059 26074 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1994160470 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28082/statm: 1339 232 193 169 0 50 0
[pid=28083] ppid=28082 vsize=315272 CPUtime=1397.8
/proc/28083/stat : 28083 (minisat) R 28082 28059 26074 0 -1 4194304 77066 0 0 0 139717 63 0 0 25 0 1 0 1994160471 322838528 77052 996147200 134512640 135127466 4294956272 18446744073709551615 134530938 0 0 4096 3 0 0 0 17 1 0 0
/proc/28083/statm: 78818 77052 76 150 0 78665 0
Current children cumulated CPU time (s) 1537.8
Current children cumulated vsize (KiB) 334228

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.01 3/93 28159
/proc/meminfo: memFree=1430072/2055920 swapFree=4176356/4192956
[pid=28059] ppid=28057 vsize=13600 CPUtime=140
/proc/28059/stat : 28059 (sugar) S 28057 28059 26074 0 -1 4194304 1034 77774 0 3 3 0 13895 102 16 0 1 0 1994146375 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28059/statm: 3400 799 370 3 0 500 0
[pid=28082] ppid=28059 vsize=5356 CPUtime=0
/proc/28082/stat : 28082 (sh) S 28059 28059 26074 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1994160470 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28082/statm: 1339 232 193 169 0 50 0
[pid=28083] ppid=28082 vsize=317932 CPUtime=1457.78
/proc/28083/stat : 28083 (minisat) R 28082 28059 26074 0 -1 4194304 77757 0 0 0 145715 63 0 0 25 0 1 0 1994160471 325562368 77743 996147200 134512640 135127466 4294956272 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/28083/statm: 79483 77743 76 150 0 79330 0
Current children cumulated CPU time (s) 1597.78
Current children cumulated vsize (KiB) 336888

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/93 28159
/proc/meminfo: memFree=1427832/2055920 swapFree=4176356/4192956
[pid=28059] ppid=28057 vsize=13600 CPUtime=140
/proc/28059/stat : 28059 (sugar) S 28057 28059 26074 0 -1 4194304 1034 77774 0 3 3 0 13895 102 16 0 1 0 1994146375 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28059/statm: 3400 799 370 3 0 500 0
[pid=28082] ppid=28059 vsize=5356 CPUtime=0
/proc/28082/stat : 28082 (sh) S 28059 28059 26074 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1994160470 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28082/statm: 1339 232 193 169 0 50 0
[pid=28083] ppid=28082 vsize=320340 CPUtime=1517.77
/proc/28083/stat : 28083 (minisat) R 28082 28059 26074 0 -1 4194304 78337 0 0 0 151713 64 0 0 25 0 1 0 1994160471 328028160 78323 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/28083/statm: 80085 78323 76 150 0 79932 0
Current children cumulated CPU time (s) 1657.77
Current children cumulated vsize (KiB) 339296

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/93 28159
/proc/meminfo: memFree=1423864/2055920 swapFree=4176356/4192956
[pid=28059] ppid=28057 vsize=13600 CPUtime=140
/proc/28059/stat : 28059 (sugar) S 28057 28059 26074 0 -1 4194304 1034 77774 0 3 3 0 13895 102 16 0 1 0 1994146375 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28059/statm: 3400 799 370 3 0 500 0
[pid=28082] ppid=28059 vsize=5356 CPUtime=0
/proc/28082/stat : 28082 (sh) S 28059 28059 26074 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1994160470 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28082/statm: 1339 232 193 169 0 50 0
[pid=28083] ppid=28082 vsize=324044 CPUtime=1577.75
/proc/28083/stat : 28083 (minisat) R 28082 28059 26074 0 -1 4194304 79322 0 0 0 157710 65 0 0 25 0 1 0 1994160471 331821056 79308 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/28083/statm: 81011 79308 76 150 0 80858 0
Current children cumulated CPU time (s) 1717.75
Current children cumulated vsize (KiB) 343000

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/93 28159
/proc/meminfo: memFree=1417784/2055920 swapFree=4176356/4192956
[pid=28059] ppid=28057 vsize=13600 CPUtime=140
/proc/28059/stat : 28059 (sugar) S 28057 28059 26074 0 -1 4194304 1034 77774 0 3 3 0 13895 102 16 0 1 0 1994146375 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28059/statm: 3400 799 370 3 0 500 0
[pid=28082] ppid=28059 vsize=5356 CPUtime=0
/proc/28082/stat : 28082 (sh) S 28059 28059 26074 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1994160470 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28082/statm: 1339 232 193 169 0 50 0
[pid=28083] ppid=28082 vsize=333084 CPUtime=1637.73
/proc/28083/stat : 28083 (minisat) R 28082 28059 26074 0 -1 4194304 80825 0 0 0 163707 66 0 0 25 0 1 0 1994160471 341078016 80811 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/28083/statm: 83271 80811 76 150 0 83118 0
Current children cumulated CPU time (s) 1777.73
Current children cumulated vsize (KiB) 352040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1804.6 s]
/proc/loadavg: 2.00 2.00 2.00 3/93 28159
/proc/meminfo: memFree=1415928/2055920 swapFree=4176356/4192956
[pid=28059] ppid=28057 vsize=13600 CPUtime=140
/proc/28059/stat : 28059 (sugar) S 28057 28059 26074 0 -1 4194304 1034 77774 0 3 3 0 13895 102 16 0 1 0 1994146375 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28059/statm: 3400 799 370 3 0 500 0
[pid=28082] ppid=28059 vsize=5356 CPUtime=0
/proc/28082/stat : 28082 (sh) S 28059 28059 26074 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1994160470 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28082/statm: 1339 232 193 169 0 50 0
[pid=28083] ppid=28082 vsize=334828 CPUtime=1660.02
/proc/28083/stat : 28083 (minisat) R 28082 28059 26074 0 -1 4194304 81283 0 0 0 165936 66 0 0 25 0 1 0 1994160471 342863872 81269 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/28083/statm: 83707 81269 76 150 0 83554 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 353784

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 28059 and gives
#  childrusage.ru_utime.tv_sec=138
#  childrusage.ru_utime.tv_usec=990870
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=83835
# CPU time returned by wait4() is 140.075
# while last known CPU time is 1800.02
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1804.7
CPU time (s): 1800.02
CPU user time (s): 1798.34
CPU system time (s): 1.68
CPU usage (%): 99.7404
Max. virtual memory (cumulated for all children) (KiB): 908128

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 138.991
system time used= 1.08384
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 79151
page faults= 3
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 10000
involuntary context switches= 11585

runsolver used 2.30365 second user time and 5.9321 second system time

The end

Launcher Data (download as text)

Begin job on node91 at 2008-07-04 08:09:53
IDJOB=1067905
IDBENCH=55455
IDSOLVER=346
FILE ID=node91/1067905-1215151793
PBS_JOBID= 7877414
Free space on /tmp= 66556 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/lexHerald/normalized-crossword-m1-lex-21-02.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-1067905-1215151793/watcher-1067905-1215151793 -o /tmp/evaluation-result-1067905-1215151793/solver-1067905-1215151793 -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-1067905-1215151793.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= b2bbf73ac520f3b4184964509f220a16
RANDOM SEED=785065627

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.231
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.231
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1919088 kB
Buffers:          4744 kB
Cached:          72248 kB
SwapCached:       7668 kB
Active:          54912 kB
Inactive:        36784 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1919088 kB
SwapTotal:     4192956 kB
SwapFree:      4176356 kB
Dirty:            2428 kB
Writeback:           0 kB
Mapped:          20540 kB
Slab:            29772 kB
Committed_AS: 12395940 kB
PageTables:       2208 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= 66556 MiB
End job on node91 at 2008-07-04 08:40:00