Trace number 2077693

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.14.6+minisat? (TO) 1800.04 1835.21

General information on the benchmark

Namecsp/wordsHerald/
normalized-crossword-m1-words-19-08.xml
MD5SUMd20c7bd53f46e51d24a0574180a1c33a
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 benchmark0.609906
Satisfiable
(Un)Satisfiability was proved
Number of variables295
Number of constraints3243
Maximum constraint arity24
Maximum domain size26
Number of constraints which are defined in extension130
Number of constraints which are defined in intension3113
Global constraints used (with number of constraints)

Solver Data

0.00/0.08	c 0	Sugar v1-14-6 + HOME/minisat
0.00/0.08	c 0	BEGIN Sun Jul 12 04:25:22 2009
0.00/0.08	c 0	PID 791
0.00/0.09	c 0	HOST node56.alineos.net
0.00/0.09	c 0	CONVERTING HOME/instance-2077693-1247365522.xml TO HOME/temp.csp
0.00/0.09	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2077693-1247365522.xml' 'HOME/temp.csp'
0.07/0.90	c 1	1 domains, 295 variables, 9 predicates, 8 relations, 3243 constraints
0.07/0.95	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.07/0.95	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.85/1.07	c 1	Parsing HOME/temp.csp
1.39/1.60	c 1	parsed 3556 expressions
1.39/1.62	c 2	Heap : 8 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.39/1.62	c 2	Converting to clausal form CSP
1.74/2.14	c 2	converted 356 (10%) expressions
3.39/3.90	c 4	converted 712 (20%) expressions
3.49/4.02	c 4	converted 1067 (30%) expressions
3.59/4.14	c 4	converted 1423 (40%) expressions
3.59/4.18	c 4	converted 1778 (50%) expressions
4.26/4.80	c 5	converted 2134 (60%) expressions
4.26/4.86	c 5	converted 2490 (70%) expressions
4.26/4.89	c 5	converted 2845 (80%) expressions
4.63/5.23	c 5	converted 3201 (90%) expressions
4.83/5.46	c 5	converted 3556 (100%) expressions
4.83/5.46	c 5	CSP : 295 integers, 0 booleans, 3243 clauses, largest domain size 26
4.83/5.46	c 5	Heap : 92 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
4.83/5.46	c 5	Propagation in CSP
4.92/5.51	c 5	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
4.92/5.51	c 5	CSP : 295 integers, 0 booleans, 3243 clauses, largest domain size 26
4.92/5.51	c 5	Heap : 89 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
4.92/5.51	c 5	Simplifing CSP by introducing new Boolean variables
5.00/5.67	c 6	CSP : 295 integers, 24948 booleans, 28191 clauses, largest domain size 26
5.00/5.67	c 6	Heap : 97 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
5.82/6.55	c 6	Encoding CSP to SAT : HOME/temp.cnf
5.82/6.57	c 6	30 (10%) CSP integer variables are encoded (720 clauses, 7776 bytes)
5.82/6.58	c 6	59 (20%) CSP integer variables are encoded (1416 clauses, 16345 bytes)
5.82/6.58	c 6	89 (30%) CSP integer variables are encoded (2136 clauses, 25705 bytes)
5.82/6.58	c 6	118 (40%) CSP integer variables are encoded (2832 clauses, 34753 bytes)
5.82/6.58	c 6	148 (50%) CSP integer variables are encoded (3552 clauses, 44113 bytes)
5.82/6.58	c 6	177 (60%) CSP integer variables are encoded (4248 clauses, 53161 bytes)
5.82/6.58	c 6	207 (70%) CSP integer variables are encoded (4968 clauses, 62521 bytes)
5.82/6.59	c 6	236 (80%) CSP integer variables are encoded (5664 clauses, 71569 bytes)
5.82/6.59	c 6	266 (90%) CSP integer variables are encoded (6384 clauses, 80929 bytes)
5.82/6.59	c 6	295 (100%) CSP integer variables are encoded (7080 clauses, 89977 bytes)
51.28/53.14	c 53	2820 (10%) CSP clauses are encoded (829322 clauses, 33315131 bytes)
67.06/69.22	c 69	5639 (20%) CSP clauses are encoded (958112 clauses, 38206522 bytes)
81.15/83.90	c 84	8458 (30%) CSP clauses are encoded (1086902 clauses, 43239627 bytes)
81.33/84.04	c 84	11277 (40%) CSP clauses are encoded (1152346 clauses, 44475359 bytes)
81.43/84.18	c 84	14096 (50%) CSP clauses are encoded (1217815 clauses, 45735100 bytes)
116.87/127.31	c 127	16915 (60%) CSP clauses are encoded (1409926 clauses, 55098084 bytes)
116.95/127.46	c 127	19734 (70%) CSP clauses are encoded (1475395 clauses, 56389288 bytes)
117.13/127.62	c 128	22553 (80%) CSP clauses are encoded (1540864 clauses, 57680492 bytes)
184.16/210.12	c 210	25372 (90%) CSP clauses are encoded (1859617 clauses, 75115256 bytes)
223.32/255.99	c 256	28191 (100%) CSP clauses are encoded (2114303 clauses, 91115601 bytes)
223.32/255.99	c 256	28191 CSP clauses encoded
223.32/256.00	c 256	Writing map file : HOME/temp.map
223.43/256.01	c 256	Heap : 96 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
223.43/256.01	c 256	SAT : 32323 SAT variables, 2114303 SAT clauses, 91115601 bytes
223.43/256.01	c 256	Heap : 96 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
223.43/256.09	c 256	SOLVING HOME/temp.cnf
223.43/256.09	c 256	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
223.43/256.10	c 256	This is MiniSat 2.0 beta
223.43/256.10	c 256	WARNING: for repeatability, setting FPU to use double precision
223.43/256.10	c 256	============================[ Problem Statistics ]=============================
223.43/256.10	c 256	|                                                                             |
223.47/256.10	c 256	|  Number of variables:  32323                                                |
223.47/256.10	c 256	|  Number of clauses:    2114303                                              |
225.33/258.02	c 258	|  Parsing time:         1.65         s                                       |
225.43/258.14	c 258	============================[ Search Statistics ]==============================
225.43/258.14	c 258	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
225.43/258.14	c 258	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
225.43/258.14	c 258	===============================================================================
225.43/258.14	c 258	|         0 |   32323  2114303 15907110 |   704767        0    nan |  0.000 % |
225.63/258.30	c 258	|       100 |   32323  2114303 15907110 |   775244      100     15 |  0.000 % |
225.74/258.42	c 258	|       250 |   32323  2114303 15907110 |   852768      250     11 |  0.000 % |
225.84/258.53	c 258	|       475 |   32322  2114303 15907110 |   938045      474     10 |  0.003 % |
225.84/258.59	c 258	|       812 |   32322  2114303 15907110 |  1031850      811      9 |  0.003 % |
225.93/258.66	c 259	|      1318 |   32322  2114303 15907110 |  1135035     1317      9 |  0.003 % |
226.13/258.89	c 259	|      2078 |   32322  2114303 15907110 |  1248538     2077      9 |  0.003 % |
226.23/258.98	c 259	|      3217 |   32322  2114303 15907110 |  1373392     3216      9 |  0.003 % |
226.53/259.24	c 259	|      4925 |   32322  2114303 15907110 |  1510732     4924      9 |  0.003 % |
227.63/260.32	c 260	|      7490 |   32322  2114303 15907110 |  1661805     7489     11 |  0.003 % |
228.43/261.11	c 261	|     11335 |   32322  2114303 15907110 |  1827985    11334     11 |  0.003 % |
229.92/262.60	c 262	|     17101 |   32322  2114303 15907110 |  2010784    17100     11 |  0.003 % |
231.43/264.14	c 264	|     25751 |   32322  2114303 15907110 |  2211862    25750     11 |  0.003 % |
235.63/268.32	c 268	|     38725 |   32322  2114303 15907110 |  2433049    38724     11 |  0.003 % |
243.33/276.10	c 276	|     58187 |   32322  2114303 15907110 |  2676354    58186     12 |  0.003 % |
251.32/284.02	c 284	|     87379 |   32321  2114303 15907110 |  2943989    87377     12 |  0.006 % |
270.40/303.13	c 303	|    131169 |   32321  2114303 15907110 |  3238388   131167     12 |  0.006 % |
297.40/330.13	c 330	|    196855 |   32321  2114303 15907110 |  3562227   196853     13 |  0.006 % |
341.38/374.19	c 374	|    295381 |   32321  2114303 15907110 |  3918449   295379     13 |  0.006 % |
418.15/450.98	c 451	|    443172 |   32321  2114217 15906926 |  4310294   443168     14 |  0.006 % |
558.10/590.96	c 591	|    664855 |   32321  2114217 15906926 |  4741324   664851     14 |  0.006 % |
838.70/871.64	c 872	|    997380 |   32320  2114174 15906834 |  5215456   997374     15 |  0.009 % |
1390.77/1424.27	c 1424	|   1496169 |   32319  2114174 15906834 |  5737002  1496162     16 |  0.012 % |
1800.04/1835.12	c ERROR INTERRUPTED
1800.04/1835.16	s UNKNOWN
1800.04/1835.16	c 1835	CPU 223.48 (0.06 0.01 222.22 1.19)
1800.04/1835.16	c 1835	END Sun Jul 12 04:55:57 2009

Verifier Data

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

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2077693-1247365522/watcher-2077693-1247365522 -o /tmp/evaluation-result-2077693-1247365522/solver-2077693-1247365522 -C 1800 -W 2000 -M 900 HOME/sugar -c -vv -memlimit=900 -jar=HOME/sugar-v1-14-6.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-2077693-1247365522.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): 2000 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
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 3.69 2.81 2.55 4/88 791
/proc/meminfo: memFree=1443288/2055920 swapFree=4192952/4192956
[pid=791] ppid=789 vsize=12000 CPUtime=0
/proc/791/stat : 791 (sugar) R 789 791 19406 0 -1 4194304 200 0 0 0 0 0 0 0 20 0 1 0 23615500 12288000 168 996147200 4194304 4206940 548682068608 18446744073709551615 250989310658 0 0 4224 0 0 0 0 17 1 0 0
/proc/791/statm: 3000 168 129 3 0 100 0

[startup+0.092948 s]
/proc/loadavg: 3.69 2.81 2.55 4/88 791
/proc/meminfo: memFree=1443288/2055920 swapFree=4192952/4192956
[pid=791] ppid=789 vsize=16868 CPUtime=0.06
/proc/791/stat : 791 (sugar) S 789 791 19406 0 -1 4194304 1209 128 0 0 5 1 0 0 18 0 1 0 23615500 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/791/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.103013 s]
/proc/loadavg: 3.69 2.81 2.55 4/88 791
/proc/meminfo: memFree=1443288/2055920 swapFree=4192952/4192956
[pid=791] ppid=789 vsize=16868 CPUtime=0.07
/proc/791/stat : 791 (sugar) S 789 791 19406 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 23615500 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/791/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.302987 s]
/proc/loadavg: 3.69 2.81 2.55 4/88 791
/proc/meminfo: memFree=1443288/2055920 swapFree=4192952/4192956
[pid=791] ppid=789 vsize=16868 CPUtime=0.07
/proc/791/stat : 791 (sugar) S 789 791 19406 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 23615500 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/791/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.702006 s]
/proc/loadavg: 3.69 2.81 2.55 4/88 791
/proc/meminfo: memFree=1443288/2055920 swapFree=4192952/4192956
[pid=791] ppid=789 vsize=16868 CPUtime=0.07
/proc/791/stat : 791 (sugar) S 789 791 19406 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 23615500 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/791/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+1.50109 s]
/proc/loadavg: 3.71 2.83 2.55 4/95 927
/proc/meminfo: memFree=1436320/2055920 swapFree=4192952/4192956
[pid=791] ppid=789 vsize=16868 CPUtime=0.83
/proc/791/stat : 791 (sugar) S 789 791 19406 0 -1 4194304 1309 8899 0 1 6 1 69 7 15 0 1 0 23615500 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/791/statm: 4217 1111 409 3 0 796 0
[pid=916] ppid=791 vsize=5356 CPUtime=0
/proc/916/stat : 916 (sh) S 791 791 19406 0 -1 4194304 278 0 0 0 0 0 0 0 19 0 1 0 23615595 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/916/statm: 1339 233 193 169 0 50 0
[pid=918] ppid=916 vsize=862284 CPUtime=0.46
/proc/918/stat : 918 (java) S 916 791 19406 0 -1 0 6264 0 1 0 43 3 0 0 18 0 9 0 23615596 882978816 5553 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/918/statm: 215571 5553 2158 9 0 210484 0
[pid=918/tid=923] ppid=916 vsize=862284 CPUtime=0.31
/proc/918/task/923/stat : 923 (java) R 916 791 19406 0 -1 64 2017 0 1 0 30 1 0 0 21 0 9 0 23615598 882978816 5553 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=918/tid=925] ppid=916 vsize=862284 CPUtime=0.1
/proc/918/task/925/stat : 925 (java) R 916 791 19406 0 -1 64 3238 0 0 0 9 1 0 0 16 0 9 0 23615599 882978816 5553 996147200 134512640 134550932 4294955936 18446744073709551615 102709351 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=918/tid=926] ppid=916 vsize=862284 CPUtime=0
/proc/918/task/926/stat : 926 (java) S 916 791 19406 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23615599 882978816 5553 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=918/tid=927] ppid=916 vsize=862284 CPUtime=0
/proc/918/task/927/stat : 927 (java) S 916 791 19406 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 23615599 882978816 5553 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.29
Current children cumulated vsize (KiB) 884508

[startup+3.10224 s]
/proc/loadavg: 3.71 2.83 2.55 3/99 1038
/proc/meminfo: memFree=1414272/2055920 swapFree=4192952/4192956
[pid=791] ppid=789 vsize=16868 CPUtime=0.83
/proc/791/stat : 791 (sugar) S 789 791 19406 0 -1 4194304 1309 8899 0 1 6 1 69 7 16 0 1 0 23615500 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/791/statm: 4217 1111 409 3 0 796 0
[pid=916] ppid=791 vsize=5356 CPUtime=0
/proc/916/stat : 916 (sh) S 791 791 19406 0 -1 4194304 278 0 0 0 0 0 0 0 19 0 1 0 23615595 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/916/statm: 1339 233 193 169 0 50 0
[pid=918] ppid=916 vsize=864376 CPUtime=1.86
/proc/918/stat : 918 (java) S 916 791 19406 0 -1 0 15073 0 1 0 178 8 0 0 18 0 9 0 23615596 885121024 14318 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/918/statm: 216094 14318 2566 9 0 210599 0
[pid=918/tid=923] ppid=916 vsize=864376 CPUtime=0.85
/proc/918/task/923/stat : 923 (java) R 916 791 19406 0 -1 64 2910 0 1 0 84 1 0 0 25 0 9 0 23615598 885121024 14318 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=918/tid=925] ppid=916 vsize=864376 CPUtime=0.92
/proc/918/task/925/stat : 925 (java) R 916 791 19406 0 -1 64 11147 0 0 0 87 5 0 0 17 0 9 0 23615599 885121024 14318 996147200 134512640 134550932 4294955936 18446744073709551615 102768123 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=918/tid=926] ppid=916 vsize=864376 CPUtime=0
/proc/918/task/926/stat : 926 (java) S 916 791 19406 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23615599 885121024 14318 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=918/tid=927] ppid=916 vsize=864376 CPUtime=0
/proc/918/task/927/stat : 927 (java) S 916 791 19406 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 23615599 885121024 14318 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=918/tid=928] ppid=916 vsize=864376 CPUtime=0
/proc/918/task/928/stat : 928 (java) S 916 791 19406 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23615602 885121024 14318 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=918/tid=929] ppid=916 vsize=864376 CPUtime=0.05
/proc/918/task/929/stat : 929 (java) S 916 791 19406 0 -1 64 314 0 0 0 5 0 0 0 16 0 9 0 23615602 885121024 14318 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=918/tid=932] ppid=916 vsize=864376 CPUtime=0
/proc/918/task/932/stat : 932 (java) S 916 791 19406 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 23615603 885121024 14318 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=918/tid=933] ppid=916 vsize=864376 CPUtime=0
/proc/918/task/933/stat : 933 (java) S 916 791 19406 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 23615603 885121024 14318 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.69
Current children cumulated vsize (KiB) 886600

[startup+6.30256 s]
/proc/loadavg: 3.90 2.89 2.57 4/99 1117
/proc/meminfo: memFree=1330816/2055920 swapFree=4192952/4192956
[pid=791] ppid=789 vsize=16868 CPUtime=0.83
/proc/791/stat : 791 (sugar) S 789 791 19406 0 -1 4194304 1310 8899 0 1 6 1 69 7 15 0 1 0 23615500 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/791/statm: 4217 1111 409 3 0 796 0
[pid=916] ppid=791 vsize=5356 CPUtime=0
/proc/916/stat : 916 (sh) S 791 791 19406 0 -1 4194304 278 0 0 0 0 0 0 0 19 0 1 0 23615595 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/916/statm: 1339 233 193 169 0 50 0
[pid=918] ppid=916 vsize=889344 CPUtime=4.81
/proc/918/stat : 918 (java) S 916 791 19406 0 -1 0 42497 0 1 0 459 22 0 0 18 0 9 0 23615596 910688256 36616 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/918/statm: 222336 36616 2567 9 0 216841 0
[pid=918/tid=923] ppid=916 vsize=889344 CPUtime=1.86
/proc/918/task/923/stat : 923 (java) S 916 791 19406 0 -1 64 3691 0 1 0 184 2 0 0 16 0 9 0 23615598 910688256 36616 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=918/tid=925] ppid=916 vsize=889344 CPUtime=2.74
/proc/918/task/925/stat : 925 (java) R 916 791 19406 0 -1 64 36633 0 0 0 256 18 0 0 25 0 9 0 23615599 910688256 36616 996147200 134512640 134550932 4294955936 18446744073709551615 102768121 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=918/tid=926] ppid=916 vsize=889344 CPUtime=0
/proc/918/task/926/stat : 926 (java) S 916 791 19406 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23615599 910688256 36616 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=918/tid=927] ppid=916 vsize=889344 CPUtime=0
/proc/918/task/927/stat : 927 (java) S 916 791 19406 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 23615599 910688256 36616 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=918/tid=928] ppid=916 vsize=889344 CPUtime=0
/proc/918/task/928/stat : 928 (java) S 916 791 19406 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23615602 910688256 36616 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=918/tid=929] ppid=916 vsize=889344 CPUtime=0.17
/proc/918/task/929/stat : 929 (java) S 916 791 19406 0 -1 64 1471 0 0 0 17 0 0 0 16 0 9 0 23615602 910688256 36616 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=918/tid=932] ppid=916 vsize=889344 CPUtime=0
/proc/918/task/932/stat : 932 (java) S 916 791 19406 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 23615603 910688256 36616 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=918/tid=933] ppid=916 vsize=889344 CPUtime=0
/proc/918/task/933/stat : 933 (java) S 916 791 19406 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 23615603 910688256 36616 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 5.64
Current children cumulated vsize (KiB) 911568

[startup+12.7022 s]
/proc/loadavg: 3.90 2.90 2.58 4/98 1419
/proc/meminfo: memFree=1310856/2055920 swapFree=4192952/4192956
[pid=791] ppid=789 vsize=16868 CPUtime=0.83
/proc/791/stat : 791 (sugar) S 789 791 19406 0 -1 4194304 1310 8899 0 1 6 1 69 7 16 0 1 0 23615500 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/791/statm: 4217 1111 409 3 0 796 0
[pid=916] ppid=791 vsize=5356 CPUtime=0
/proc/916/stat : 916 (sh) S 791 791 19406 0 -1 4194304 278 0 0 0 0 0 0 0 19 0 1 0 23615595 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/916/statm: 1339 233 193 169 0 50 0
[pid=918] ppid=916 vsize=868716 CPUtime=11.16
/proc/918/stat : 918 (java) S 916 791 19406 0 -1 0 43092 0 1 0 1086 30 0 0 18 0 9 0 23615596 889565184 31935 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/918/statm: 217179 31935 2592 9 0 211656 0
[pid=918/tid=923] ppid=916 vsize=868716 CPUtime=7.82
/proc/918/task/923/stat : 923 (java) R 916 791 19406 0 -1 64 4033 0 1 0 773 9 0 0 25 0 9 0 23615598 889565184 31935 996147200 134512640 134550932 4294955936 18446744073709551615 4126953825 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=918/tid=925] ppid=916 vsize=868716 CPUtime=3.09
/proc/918/task/925/stat : 925 (java) S 916 791 19406 0 -1 64 36850 0 0 0 289 20 0 0 16 0 9 0 23615599 889565184 31935 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=918/tid=926] ppid=916 vsize=868716 CPUtime=0
/proc/918/task/926/stat : 926 (java) S 916 791 19406 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23615599 889565184 31935 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=918/tid=927] ppid=916 vsize=868716 CPUtime=0
/proc/918/task/927/stat : 927 (java) S 916 791 19406 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 23615599 889565184 31935 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=918/tid=928] ppid=916 vsize=868716 CPUtime=0
/proc/918/task/928/stat : 928 (java) S 916 791 19406 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23615602 889565184 31935 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=918/tid=929] ppid=916 vsize=868716 CPUtime=0.22
/proc/918/task/929/stat : 929 (java) S 916 791 19406 0 -1 64 1507 0 0 0 22 0 0 0 16 0 9 0 23615602 889565184 31935 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=918/tid=932] ppid=916 vsize=868716 CPUtime=0
/proc/918/task/932/stat : 932 (java) S 916 791 19406 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 23615603 889565184 31935 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=918/tid=933] ppid=916 vsize=868716 CPUtime=0
/proc/918/task/933/stat : 933 (java) S 916 791 19406 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 23615603 889565184 31935 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 11.99
Current children cumulated vsize (KiB) 890940

[startup+25.5024 s]
/proc/loadavg: 3.92 2.94 2.59 4/99 2531
/proc/meminfo: memFree=1291136/2055920 swapFree=4192952/4192956
[pid=791] ppid=789 vsize=16868 CPUtime=0.83
/proc/791/stat : 791 (sugar) S 789 791 19406 0 -1 4194304 1310 8899 0 1 6 1 69 7 16 0 1 0 23615500 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/791/statm: 4217 1111 409 3 0 796 0
[pid=916] ppid=791 vsize=5356 CPUtime=0
/proc/916/stat : 916 (sh) S 791 791 19406 0 -1 4194304 278 0 0 0 0 0 0 0 19 0 1 0 23615595 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/916/statm: 1339 233 193 169 0 50 0
[pid=918] ppid=916 vsize=868716 CPUtime=23.59
/proc/918/stat : 918 (java) S 916 791 19406 0 -1 0 44772 0 1 0 2320 39 0 0 18 0 9 0 23615596 889565184 33534 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/918/statm: 217179 33534 2592 9 0 211656 0
[pid=918/tid=923] ppid=916 vsize=868716 CPUtime=19.88
/proc/918/task/923/stat : 923 (java) R 916 791 19406 0 -1 64 4114 0 1 0 1972 16 0 0 25 0 9 0 23615598 889565184 33534 996147200 134512640 134550932 4294955936 18446744073709551615 4125952216 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=918/tid=925] ppid=916 vsize=868716 CPUtime=3.45
/proc/918/task/925/stat : 925 (java) S 916 791 19406 0 -1 64 38449 0 0 0 324 21 0 0 16 0 9 0 23615599 889565184 33534 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=918/tid=926] ppid=916 vsize=868716 CPUtime=0
/proc/918/task/926/stat : 926 (java) S 916 791 19406 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23615599 889565184 33534 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=918/tid=927] ppid=916 vsize=868716 CPUtime=0
/proc/918/task/927/stat : 927 (java) S 916 791 19406 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 23615599 889565184 33534 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=918/tid=928] ppid=916 vsize=868716 CPUtime=0
/proc/918/task/928/stat : 928 (java) S 916 791 19406 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23615602 889565184 33534 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=918/tid=929] ppid=916 vsize=868716 CPUtime=0.22
/proc/918/task/929/stat : 929 (java) S 916 791 19406 0 -1 64 1507 0 0 0 22 0 0 0 16 0 9 0 23615602 889565184 33534 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=918/tid=932] ppid=916 vsize=868716 CPUtime=0
/proc/918/task/932/stat : 932 (java) S 916 791 19406 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 23615603 889565184 33534 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=918/tid=933] ppid=916 vsize=868716 CPUtime=0
/proc/918/task/933/stat : 933 (java) S 916 791 19406 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 23615603 889565184 33534 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 24.42

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

/proc/meminfo: memFree=933688/2055920 swapFree=4192952/4192956
[pid=791] ppid=789 vsize=16868 CPUtime=223.47
/proc/791/stat : 791 (sugar) S 789 791 19406 0 -1 4194304 1376 83917 0 2 6 1 22222 118 16 0 1 0 23615500 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/791/statm: 4217 1113 409 3 0 796 0
[pid=22288] ppid=791 vsize=5356 CPUtime=0
/proc/22288/stat : 22288 (sh) S 791 791 19406 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23641110 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22288/statm: 1339 232 193 169 0 50 0
[pid=22289] ppid=22288 vsize=292000 CPUtime=1105.68
/proc/22289/stat : 22289 (minisat) R 22288 791 19406 0 -1 4194304 71821 0 0 0 110500 68 0 0 25 0 1 0 23641110 299008000 71807 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/22289/statm: 73000 71807 76 150 0 72847 0
Current children cumulated CPU time (s) 1329.15
Current children cumulated vsize (KiB) 314224

[startup+1422.31 s]
/proc/loadavg: 1.99 2.00 2.19 3/86 22400
/proc/meminfo: memFree=885880/2055920 swapFree=4192952/4192956
[pid=791] ppid=789 vsize=16868 CPUtime=223.47
/proc/791/stat : 791 (sugar) S 789 791 19406 0 -1 4194304 1376 83917 0 2 6 1 22222 118 16 0 1 0 23615500 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/791/statm: 4217 1113 409 3 0 796 0
[pid=22288] ppid=791 vsize=5356 CPUtime=0
/proc/22288/stat : 22288 (sh) S 791 791 19406 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23641110 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22288/statm: 1339 232 193 169 0 50 0
[pid=22289] ppid=22288 vsize=297912 CPUtime=1165.41
/proc/22289/stat : 22289 (minisat) R 22288 791 19406 0 -1 4194304 73365 0 0 0 116471 70 0 0 25 0 1 0 23641110 305061888 73351 996147200 134512640 135127466 4294956256 18446744073709551615 134530828 0 0 4096 3 0 0 0 17 0 0 0
/proc/22289/statm: 74478 73351 76 150 0 74325 0
Current children cumulated CPU time (s) 1388.88
Current children cumulated vsize (KiB) 320136

[startup+1482.3 s]
/proc/loadavg: 1.99 2.00 2.18 3/86 22401
/proc/meminfo: memFree=844272/2055920 swapFree=4192952/4192956
[pid=791] ppid=789 vsize=16868 CPUtime=223.47
/proc/791/stat : 791 (sugar) S 789 791 19406 0 -1 4194304 1376 83917 0 2 6 1 22222 118 16 0 1 0 23615500 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/791/statm: 4217 1113 409 3 0 796 0
[pid=22288] ppid=791 vsize=5356 CPUtime=0
/proc/22288/stat : 22288 (sh) S 791 791 19406 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23641110 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22288/statm: 1339 232 193 169 0 50 0
[pid=22289] ppid=22288 vsize=301384 CPUtime=1225.12
/proc/22289/stat : 22289 (minisat) R 22288 791 19406 0 -1 4194304 74253 0 0 0 122441 71 0 0 25 0 1 0 23641110 308617216 74239 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/22289/statm: 75346 74239 76 150 0 75193 0
Current children cumulated CPU time (s) 1448.59
Current children cumulated vsize (KiB) 323608

[startup+1542.3 s]
/proc/loadavg: 1.99 2.00 2.16 3/86 22403
/proc/meminfo: memFree=839344/2055920 swapFree=4192952/4192956
[pid=791] ppid=789 vsize=16868 CPUtime=223.47
/proc/791/stat : 791 (sugar) S 789 791 19406 0 -1 4194304 1376 83917 0 2 6 1 22222 118 16 0 1 0 23615500 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/791/statm: 4217 1113 409 3 0 796 0
[pid=22288] ppid=791 vsize=5356 CPUtime=0
/proc/22288/stat : 22288 (sh) S 791 791 19406 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23641110 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22288/statm: 1339 232 193 169 0 50 0
[pid=22289] ppid=22288 vsize=309420 CPUtime=1284.82
/proc/22289/stat : 22289 (minisat) R 22288 791 19406 0 -1 4194304 75482 0 0 0 128410 72 0 0 25 0 1 0 23641110 316846080 75468 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/22289/statm: 77355 75468 76 150 0 77202 0
Current children cumulated CPU time (s) 1508.29
Current children cumulated vsize (KiB) 331644

[startup+1602.3 s]
/proc/loadavg: 2.03 2.01 2.16 3/86 22403
/proc/meminfo: memFree=832816/2055920 swapFree=4192952/4192956
[pid=791] ppid=789 vsize=16868 CPUtime=223.47
/proc/791/stat : 791 (sugar) S 789 791 19406 0 -1 4194304 1376 83917 0 2 6 1 22222 118 16 0 1 0 23615500 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/791/statm: 4217 1113 409 3 0 796 0
[pid=22288] ppid=791 vsize=5356 CPUtime=0
/proc/22288/stat : 22288 (sh) S 791 791 19406 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23641110 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22288/statm: 1339 232 193 169 0 50 0
[pid=22289] ppid=22288 vsize=315724 CPUtime=1344.53
/proc/22289/stat : 22289 (minisat) R 22288 791 19406 0 -1 4194304 77110 0 0 0 134379 74 0 0 25 0 1 0 23641110 323301376 77096 996147200 134512640 135127466 4294956256 18446744073709551615 134530654 0 0 4096 3 0 0 0 17 0 0 0
/proc/22289/statm: 78931 77096 76 150 0 78778 0
Current children cumulated CPU time (s) 1568
Current children cumulated vsize (KiB) 337948

[startup+1662.3 s]
/proc/loadavg: 2.01 2.01 2.15 4/86 22403
/proc/meminfo: memFree=825648/2055920 swapFree=4192952/4192956
[pid=791] ppid=789 vsize=16868 CPUtime=223.47
/proc/791/stat : 791 (sugar) S 789 791 19406 0 -1 4194304 1376 83917 0 2 6 1 22222 118 16 0 1 0 23615500 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/791/statm: 4217 1113 409 3 0 796 0
[pid=22288] ppid=791 vsize=5356 CPUtime=0
/proc/22288/stat : 22288 (sh) S 791 791 19406 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23641110 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22288/statm: 1339 232 193 169 0 50 0
[pid=22289] ppid=22288 vsize=322756 CPUtime=1404.23
/proc/22289/stat : 22289 (minisat) R 22288 791 19406 0 -1 4194304 78894 0 0 0 140347 76 0 0 25 0 1 0 23641110 330502144 78880 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/22289/statm: 80689 78880 76 150 0 80536 0
Current children cumulated CPU time (s) 1627.7
Current children cumulated vsize (KiB) 344980

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.13 3/86 22403
/proc/meminfo: memFree=821808/2055920 swapFree=4192952/4192956
[pid=791] ppid=789 vsize=16868 CPUtime=223.47
/proc/791/stat : 791 (sugar) S 789 791 19406 0 -1 4194304 1376 83917 0 2 6 1 22222 118 16 0 1 0 23615500 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/791/statm: 4217 1113 409 3 0 796 0
[pid=22288] ppid=791 vsize=5356 CPUtime=0
/proc/22288/stat : 22288 (sh) S 791 791 19406 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23641110 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22288/statm: 1339 232 193 169 0 50 0
[pid=22289] ppid=22288 vsize=326764 CPUtime=1463.94
/proc/22289/stat : 22289 (minisat) R 22288 791 19406 0 -1 4194304 79896 0 0 0 146317 77 0 0 25 0 1 0 23641110 334606336 79882 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/22289/statm: 81691 79882 76 150 0 81538 0
Current children cumulated CPU time (s) 1687.41
Current children cumulated vsize (KiB) 348988

[startup+1782.3 s]
/proc/loadavg: 1.96 1.98 2.12 3/88 22443
/proc/meminfo: memFree=1012392/2055920 swapFree=4192952/4192956
[pid=791] ppid=789 vsize=16868 CPUtime=223.47
/proc/791/stat : 791 (sugar) S 789 791 19406 0 -1 4194304 1376 83917 0 2 6 1 22222 118 16 0 1 0 23615500 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/791/statm: 4217 1113 409 3 0 796 0
[pid=22288] ppid=791 vsize=5356 CPUtime=0
/proc/22288/stat : 22288 (sh) S 791 791 19406 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23641110 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22288/statm: 1339 232 193 169 0 50 0
[pid=22289] ppid=22288 vsize=329600 CPUtime=1523.87
/proc/22289/stat : 22289 (minisat) R 22288 791 19406 0 -1 4194304 80636 0 0 0 152308 79 0 0 25 0 1 0 23641110 337510400 80622 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/22289/statm: 82400 80622 76 150 0 82247 0
Current children cumulated CPU time (s) 1747.34
Current children cumulated vsize (KiB) 351824



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1835.1 s]
/proc/loadavg: 1.98 1.98 2.11 3/88 22443
/proc/meminfo: memFree=966248/2055920 swapFree=4192952/4192956
[pid=791] ppid=789 vsize=16868 CPUtime=223.47
/proc/791/stat : 791 (sugar) S 789 791 19406 0 -1 4194304 1376 83917 0 2 6 1 22222 118 16 0 1 0 23615500 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/791/statm: 4217 1113 409 3 0 796 0
[pid=22288] ppid=791 vsize=5356 CPUtime=0
/proc/22288/stat : 22288 (sh) S 791 791 19406 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23641110 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22288/statm: 1339 232 193 169 0 50 0
[pid=22289] ppid=22288 vsize=332040 CPUtime=1576.57
/proc/22289/stat : 22289 (minisat) R 22288 791 19406 0 -1 4194304 81253 0 0 0 157577 80 0 0 25 0 1 0 23641110 340008960 81239 996147200 134512640 135127466 4294956256 18446744073709551615 134530772 0 0 4096 3 0 0 0 17 0 0 0
/proc/22289/statm: 83010 81239 76 150 0 82857 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 354264

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

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

[startup+1835.1 s]
/proc/loadavg: 1.98 1.98 2.11 3/88 22443
/proc/meminfo: memFree=966248/2055920 swapFree=4192952/4192956
[pid=791] ppid=789 vsize=16868 CPUtime=223.47
/proc/791/stat : 791 (sugar) S 789 791 19406 0 -1 4194304 1376 83917 0 2 6 1 22222 118 16 0 1 0 23615500 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/791/statm: 4217 1113 409 3 0 796 0
[pid=22288] ppid=791 vsize=5356 CPUtime=0
/proc/22288/stat : 22288 (sh) S 791 791 19406 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23641110 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22288/statm: 1339 232 193 169 0 50 0
[pid=22289] ppid=22288 vsize=332040 CPUtime=1576.57
/proc/22289/stat : 22289 (minisat) R 22288 791 19406 0 -1 4194304 81253 0 0 0 157577 80 0 0 25 0 1 0 23641110 340008960 81239 996147200 134512640 135127466 4294956256 18446744073709551615 134530772 0 0 4096 3 0 0 0 17 0 0 0
/proc/22289/statm: 83010 81239 76 150 0 82857 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 354264

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 791 and gives
#  childrusage.ru_utime.tv_sec=222
#  childrusage.ru_utime.tv_usec=294206
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=257808
# CPU time returned by wait4() is 223.552
# while last known CPU time is 1800.04
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1835.21
CPU time (s): 1800.04
CPU user time (s): 1798.05
CPU system time (s): 1.99
CPU usage (%): 98.0838
Max. virtual memory (cumulated for all children) (KiB): 911568

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 222.294
system time used= 1.25781
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 85676
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= 13723
involuntary context switches= 23100

runsolver used 2.25166 second user time and 6.35503 second system time

The end

Launcher Data

Begin job on node56 at 2009-07-12 04:25:22
IDJOB=2077693
IDBENCH=56650
IDSOLVER=739
FILE ID=node56/2077693-1247365522
PBS_JOBID= 9507086
Free space on /tmp= 103044 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/wordsHerald/normalized-crossword-m1-words-19-08.xml
COMMAND LINE= DIR/sugar -c -vv -memlimit=MEMLIMIT -jar="DIR/sugar-v1-14-6.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2077693-1247365522/watcher-2077693-1247365522 -o /tmp/evaluation-result-2077693-1247365522/solver-2077693-1247365522 -C 1800 -W 2000 -M 900  HOME/sugar -c -vv -memlimit=900 -jar="HOME/sugar-v1-14-6.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-2077693-1247365522.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB
MAX NB THREAD= 0

MD5SUM BENCH= d20c7bd53f46e51d24a0574180a1c33a
RANDOM SEED=1438104506

node56.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.209
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.209
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:       1443704 kB
Buffers:         74384 kB
Cached:         348232 kB
SwapCached:          4 kB
Active:         215188 kB
Inactive:       319704 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1443704 kB
SwapTotal:     4192956 kB
SwapFree:      4192952 kB
Dirty:            3052 kB
Writeback:           0 kB
Mapped:         130500 kB
Slab:            61840 kB
Committed_AS:   922596 kB
PageTables:       2332 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= 103048 MiB
End job on node56 at 2009-07-12 04:55:59