Trace number 2077561

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

General information on the benchmark

Namecsp/wordsHerald/
normalized-crossword-m1-words-19-02.xml
MD5SUM4a2819ff550e7cc1f6156e6c5b327d2b
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 benchmark3.83542
Satisfiable
(Un)Satisfiability was proved
Number of variables296
Number of constraints1757
Maximum constraint arity28
Maximum domain size26
Number of constraints which are defined in extension118
Number of constraints which are defined in intension1639
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:20:30 2009
0.00/0.08	c 0	PID 17383
0.00/0.08	c 0	HOST node20.alineos.net
0.00/0.08	c 0	CONVERTING HOME/instance-2077561-1247365230.xml TO HOME/temp.csp
0.00/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2077561-1247365230.xml' 'HOME/temp.csp'
0.06/0.97	c 1	1 domains, 296 variables, 8 predicates, 8 relations, 1757 constraints
0.06/1.03	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/1.03	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'
1.00/1.11	c 1	Parsing HOME/temp.csp
1.29/1.47	c 1	parsed 2070 expressions
1.29/1.48	c 1	Heap : 6 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.29/1.48	c 1	Converting to clausal form CSP
1.39/1.50	c 1	converted 207 (10%) expressions
2.88/3.09	c 3	converted 414 (20%) expressions
4.65/4.88	c 5	converted 621 (30%) expressions
4.76/4.96	c 5	converted 828 (40%) expressions
4.76/4.98	c 5	converted 1035 (50%) expressions
4.85/5.06	c 5	converted 1242 (60%) expressions
4.95/5.16	c 5	converted 1449 (70%) expressions
5.05/5.22	c 5	converted 1656 (80%) expressions
5.05/5.24	c 5	converted 1863 (90%) expressions
5.15/5.32	c 5	converted 2070 (100%) expressions
5.15/5.32	c 5	CSP : 296 integers, 0 booleans, 1757 clauses, largest domain size 26
5.15/5.32	c 5	Heap : 101 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
5.15/5.32	c 5	Propagation in CSP
5.15/5.33	c 5	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
5.15/5.33	c 5	CSP : 296 integers, 0 booleans, 1757 clauses, largest domain size 26
5.15/5.33	c 5	Heap : 101 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
5.15/5.34	c 5	Simplifing CSP by introducing new Boolean variables
5.24/5.41	c 5	CSP : 296 integers, 14484 booleans, 16241 clauses, largest domain size 26
5.24/5.41	c 5	Heap : 103 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
6.04/6.25	c 6	Encoding CSP to SAT : HOME/temp.cnf
6.04/6.28	c 6	30 (10%) CSP integer variables are encoded (720 clauses, 7776 bytes)
6.04/6.29	c 6	60 (20%) CSP integer variables are encoded (1440 clauses, 16657 bytes)
6.04/6.29	c 6	89 (30%) CSP integer variables are encoded (2136 clauses, 25705 bytes)
6.04/6.29	c 6	119 (40%) CSP integer variables are encoded (2856 clauses, 35065 bytes)
6.04/6.29	c 6	148 (50%) CSP integer variables are encoded (3552 clauses, 44113 bytes)
6.04/6.29	c 6	178 (60%) CSP integer variables are encoded (4272 clauses, 53473 bytes)
6.04/6.29	c 6	208 (70%) CSP integer variables are encoded (4992 clauses, 62833 bytes)
6.04/6.29	c 6	237 (80%) CSP integer variables are encoded (5688 clauses, 71881 bytes)
6.04/6.30	c 6	267 (90%) CSP integer variables are encoded (6408 clauses, 81241 bytes)
6.04/6.30	c 6	296 (100%) CSP integer variables are encoded (7104 clauses, 90289 bytes)
219.31/248.55	c 248	1625 (10%) CSP clauses are encoded (1644436 clauses, 79892416 bytes)
219.41/248.64	c 249	3249 (20%) CSP clauses are encoded (1682160 clauses, 80576170 bytes)
219.50/248.73	c 249	4873 (30%) CSP clauses are encoded (1719859 clauses, 81317357 bytes)
219.57/248.87	c 249	6497 (40%) CSP clauses are encoded (1757583 clauses, 82061353 bytes)
237.55/270.71	c 271	8121 (50%) CSP clauses are encoded (1858603 clauses, 86840780 bytes)
255.09/292.13	c 292	9745 (60%) CSP clauses are encoded (1959723 clauses, 91613785 bytes)
255.18/292.20	c 292	11369 (70%) CSP clauses are encoded (1998272 clauses, 92340195 bytes)
255.25/292.31	c 292	12993 (80%) CSP clauses are encoded (2036796 clauses, 93089980 bytes)
261.28/299.40	c 299	14617 (90%) CSP clauses are encoded (2123702 clauses, 97871868 bytes)
263.60/302.06	c 302	16241 (100%) CSP clauses are encoded (2191329 clauses, 101213273 bytes)
263.60/302.06	c 302	16241 CSP clauses encoded
263.60/302.06	c 302	Writing map file : HOME/temp.map
263.60/302.08	c 302	Heap : 120 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
263.60/302.08	c 302	SAT : 21884 SAT variables, 2191329 SAT clauses, 101213273 bytes
263.60/302.08	c 302	Heap : 120 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
263.69/302.16	c 302	SOLVING HOME/temp.cnf
263.69/302.16	c 302	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
263.69/302.17	c 302	This is MiniSat 2.0 beta
263.69/302.17	c 302	WARNING: for repeatability, setting FPU to use double precision
263.69/302.17	c 302	============================[ Problem Statistics ]=============================
263.69/302.17	c 302	|                                                                             |
263.69/302.17	c 302	|  Number of variables:  21884                                                |
263.69/302.17	c 302	|  Number of clauses:    2191329                                              |
265.84/304.80	c 305	|  Parsing time:         1.92         s                                       |
266.04/305.05	c 305	============================[ Search Statistics ]==============================
266.04/305.05	c 305	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
266.04/305.05	c 305	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
266.04/305.05	c 305	===============================================================================
266.04/305.05	c 305	|         0 |   21876  2189363 17896906 |   729787        0    nan |  0.000 % |
266.27/305.36	c 305	|       100 |   21876  2189363 17896906 |   802766      100      8 |  0.037 % |
266.42/305.53	c 305	|       250 |   21876  2189363 17896906 |   883043      250      9 |  0.037 % |
266.42/305.57	c 305	|       475 |   21876  2189363 17896906 |   971347      475      9 |  0.037 % |
266.61/305.71	c 306	|       813 |   21876  2189363 17896906 |  1068482      813      9 |  0.037 % |
266.75/305.97	c 306	|      1320 |   21876  2189363 17896906 |  1175330     1320      9 |  0.037 % |
266.92/306.12	c 306	|      2080 |   21876  2189363 17896906 |  1292863     2080      9 |  0.037 % |
267.26/306.68	c 307	|      3219 |   21876  2189363 17896906 |  1422149     3219     11 |  0.037 % |
267.85/307.39	c 307	|      4928 |   21876  2189363 17896906 |  1564364     4928     11 |  0.037 % |
268.45/308.18	c 308	|      7490 |   21876  2189363 17896906 |  1720801     7490     11 |  0.037 % |
269.16/309.07	c 309	|     11335 |   21876  2189363 17896906 |  1892881    11335     11 |  0.037 % |
272.04/312.83	c 313	|     17101 |   21876  2189363 17896906 |  2082169    17101     11 |  0.037 % |
273.83/315.03	c 315	|     25751 |   21876  2189363 17896906 |  2290386    25751     11 |  0.037 % |
276.44/318.09	c 318	|     38725 |   21876  2189363 17896906 |  2519424    38725     11 |  0.037 % |
282.79/325.53	c 325	|     58186 |   21876  2189363 17896906 |  2771367    58186     12 |  0.037 % |
294.95/340.56	c 340	|     87378 |   21876  2189363 17896906 |  3048504    87378     12 |  0.037 % |
309.98/359.15	c 359	|    131167 |   21876  2189363 17896906 |  3353354   131167     13 |  0.037 % |
352.31/409.77	c 410	|    196851 |   21876  2189363 17896906 |  3688690   196851     15 |  0.037 % |
397.61/456.14	c 456	|    295377 |   21876  2189363 17896906 |  4057559   295377     15 |  0.037 % |
495.47/554.95	c 555	|    443168 |   21876  2189363 17896906 |  4463314   443168     16 |  0.037 % |
688.35/747.96	c 748	|    664851 |   21876  2189363 17896906 |  4909646   664851     16 |  0.037 % |
1046.29/1108.27	c 1108	|    997376 |   21876  2189363 17896906 |  5400611   997376     17 |  0.037 % |
1800.10/1865.02	c ERROR INTERRUPTED
1800.10/1865.06	s UNKNOWN
1800.10/1865.06	c 1865	CPU 263.73 (0.06 0.02 262.39 1.26)
1800.10/1865.06	c 1865	END Sun Jul 12 04:51:35 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-2077561-1247365230/watcher-2077561-1247365230 -o /tmp/evaluation-result-2077561-1247365230/solver-2077561-1247365230 -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-2077561-1247365230.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: 1.94 1.96 1.99 4/80 17383
/proc/meminfo: memFree=1755456/2055920 swapFree=4192812/4192956
[pid=17383] ppid=17381 vsize=12132 CPUtime=0
/proc/17383/stat : 17383 (sugar) R 17381 17383 14412 0 -1 4194304 214 0 0 0 0 0 0 0 20 0 1 0 23589570 12423168 182 996147200 4194304 4206940 548682068608 18446744073709551615 273952445885 0 0 4224 0 0 0 0 17 1 0 0
/proc/17383/statm: 3033 182 142 3 0 133 0

[startup+0.103763 s]
/proc/loadavg: 1.94 1.96 1.99 4/80 17383
/proc/meminfo: memFree=1755456/2055920 swapFree=4192812/4192956
[pid=17383] ppid=17381 vsize=16868 CPUtime=0.06
/proc/17383/stat : 17383 (sugar) S 17381 17383 14412 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 23589570 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17383/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.201773 s]
/proc/loadavg: 1.94 1.96 1.99 4/80 17383
/proc/meminfo: memFree=1755456/2055920 swapFree=4192812/4192956
[pid=17383] ppid=17381 vsize=16868 CPUtime=0.06
/proc/17383/stat : 17383 (sugar) S 17381 17383 14412 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 23589570 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17383/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301784 s]
/proc/loadavg: 1.94 1.96 1.99 4/80 17383
/proc/meminfo: memFree=1755456/2055920 swapFree=4192812/4192956
[pid=17383] ppid=17381 vsize=16868 CPUtime=0.06
/proc/17383/stat : 17383 (sugar) S 17381 17383 14412 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 23589570 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17383/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701835 s]
/proc/loadavg: 1.94 1.96 1.99 4/80 17383
/proc/meminfo: memFree=1755456/2055920 swapFree=4192812/4192956
[pid=17383] ppid=17381 vsize=16868 CPUtime=0.06
/proc/17383/stat : 17383 (sugar) S 17381 17383 14412 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 23589570 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17383/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50293 s]
/proc/loadavg: 1.94 1.96 1.99 3/91 17405
/proc/meminfo: memFree=1747688/2055920 swapFree=4192812/4192956
[pid=17383] ppid=17381 vsize=16868 CPUtime=0.94
/proc/17383/stat : 17383 (sugar) S 17381 17383 14412 0 -1 4194304 1309 8184 0 1 5 1 82 6 15 0 1 0 23589570 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17383/statm: 4217 1111 409 3 0 796 0
[pid=17396] ppid=17383 vsize=5356 CPUtime=0
/proc/17396/stat : 17396 (sh) S 17383 17383 14412 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23589674 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17396/statm: 1339 233 193 169 0 50 0
[pid=17397] ppid=17396 vsize=864252 CPUtime=0.45
/proc/17397/stat : 17397 (java) S 17396 17383 14412 0 -1 0 6493 0 1 0 42 3 0 0 19 0 9 0 23589674 884994048 5782 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17397/statm: 216063 5782 2567 9 0 210568 0
[pid=17397/tid=17398] ppid=17396 vsize=864252 CPUtime=0.29
/proc/17397/task/17398/stat : 17398 (java) R 17396 17383 14412 0 -1 64 2553 0 1 0 28 1 0 0 22 0 9 0 23589675 884994048 5782 996147200 134512640 134550932 4294955936 18446744073709551615 4159723536 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17397/tid=17399] ppid=17396 vsize=864252 CPUtime=0.09
/proc/17397/task/17399/stat : 17399 (java) S 17396 17383 14412 0 -1 64 2930 0 0 0 9 0 0 0 16 0 9 0 23589676 884994048 5782 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17397/tid=17400] ppid=17396 vsize=864252 CPUtime=0
/proc/17397/task/17400/stat : 17400 (java) S 17396 17383 14412 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23589676 884994048 5782 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17397/tid=17401] ppid=17396 vsize=864252 CPUtime=0
/proc/17397/task/17401/stat : 17401 (java) S 17396 17383 14412 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 23589676 884994048 5782 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17397/tid=17402] ppid=17396 vsize=864252 CPUtime=0
/proc/17397/task/17402/stat : 17402 (java) S 17396 17383 14412 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23589678 884994048 5782 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17397/tid=17403] ppid=17396 vsize=864252 CPUtime=0.03
/proc/17397/task/17403/stat : 17403 (java) S 17396 17383 14412 0 -1 64 307 0 0 0 3 0 0 0 16 0 9 0 23589678 884994048 5782 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17397/tid=17404] ppid=17396 vsize=864252 CPUtime=0
/proc/17397/task/17404/stat : 17404 (java) S 17396 17383 14412 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 23589678 884994048 5782 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17397/tid=17405] ppid=17396 vsize=864252 CPUtime=0
/proc/17397/task/17405/stat : 17405 (java) S 17396 17383 14412 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23589678 884994048 5782 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.39
Current children cumulated vsize (KiB) 886476

[startup+3.10211 s]
/proc/loadavg: 1.94 1.96 1.99 4/91 17405
/proc/meminfo: memFree=1720104/2055920 swapFree=4192812/4192956
[pid=17383] ppid=17381 vsize=16868 CPUtime=0.94
/proc/17383/stat : 17383 (sugar) S 17381 17383 14412 0 -1 4194304 1309 8184 0 1 5 1 82 6 16 0 1 0 23589570 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17383/statm: 4217 1111 409 3 0 796 0
[pid=17396] ppid=17383 vsize=5356 CPUtime=0
/proc/17396/stat : 17396 (sh) S 17383 17383 14412 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23589674 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17396/statm: 1339 233 193 169 0 50 0
[pid=17397] ppid=17396 vsize=864252 CPUtime=2.03
/proc/17397/stat : 17397 (java) S 17396 17383 14412 0 -1 0 16660 0 1 0 195 8 0 0 19 0 9 0 23589674 884994048 15901 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17397/statm: 216063 15901 2566 9 0 210568 0
[pid=17397/tid=17398] ppid=17396 vsize=864252 CPUtime=0.89
/proc/17397/task/17398/stat : 17398 (java) R 17396 17383 14412 0 -1 64 3238 0 1 0 88 1 0 0 25 0 9 0 23589675 884994048 15901 996147200 134512640 134550932 4294955936 18446744073709551615 4126408512 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17397/tid=17399] ppid=17396 vsize=864252 CPUtime=1.06
/proc/17397/task/17399/stat : 17399 (java) S 17396 17383 14412 0 -1 64 12404 0 0 0 101 5 0 0 18 0 9 0 23589676 884994048 15901 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17397/tid=17400] ppid=17396 vsize=864252 CPUtime=0
/proc/17397/task/17400/stat : 17400 (java) S 17396 17383 14412 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23589676 884994048 15901 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17397/tid=17401] ppid=17396 vsize=864252 CPUtime=0
/proc/17397/task/17401/stat : 17401 (java) S 17396 17383 14412 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 23589676 884994048 15901 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17397/tid=17402] ppid=17396 vsize=864252 CPUtime=0
/proc/17397/task/17402/stat : 17402 (java) S 17396 17383 14412 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23589678 884994048 15901 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17397/tid=17403] ppid=17396 vsize=864252 CPUtime=0.05
/proc/17397/task/17403/stat : 17403 (java) S 17396 17383 14412 0 -1 64 315 0 0 0 5 0 0 0 16 0 9 0 23589678 884994048 15901 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17397/tid=17404] ppid=17396 vsize=864252 CPUtime=0
/proc/17397/task/17404/stat : 17404 (java) S 17396 17383 14412 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 23589678 884994048 15901 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17397/tid=17405] ppid=17396 vsize=864252 CPUtime=0
/proc/17397/task/17405/stat : 17405 (java) S 17396 17383 14412 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23589678 884994048 15901 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.97
Current children cumulated vsize (KiB) 886476

[startup+6.30248 s]
/proc/loadavg: 1.95 1.96 1.99 4/91 17405
/proc/meminfo: memFree=1623272/2055920 swapFree=4192812/4192956
[pid=17383] ppid=17381 vsize=16868 CPUtime=0.95
/proc/17383/stat : 17383 (sugar) S 17381 17383 14412 0 -1 4194304 1310 8184 0 1 5 2 82 6 15 0 1 0 23589570 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17383/statm: 4217 1111 409 3 0 796 0
[pid=17396] ppid=17383 vsize=5356 CPUtime=0
/proc/17396/stat : 17396 (sh) S 17383 17383 14412 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23589674 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17396/statm: 1339 233 193 169 0 50 0
[pid=17397] ppid=17396 vsize=868736 CPUtime=5.2
/proc/17397/stat : 17397 (java) S 17396 17383 14412 0 -1 0 44197 0 1 0 496 24 0 0 19 0 9 0 23589674 889585664 33113 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17397/statm: 217184 33113 2591 9 0 211661 0
[pid=17397/tid=17398] ppid=17396 vsize=868736 CPUtime=1.89
/proc/17397/task/17398/stat : 17398 (java) R 17396 17383 14412 0 -1 64 3815 0 1 0 187 2 0 0 22 0 9 0 23589675 889585664 33113 996147200 134512640 134550932 4294955936 18446744073709551615 4125962340 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17397/tid=17399] ppid=17396 vsize=868736 CPUtime=3.08
/proc/17397/task/17399/stat : 17399 (java) S 17396 17383 14412 0 -1 64 38169 0 0 0 289 19 0 0 23 0 9 0 23589676 889585664 33113 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17397/tid=17400] ppid=17396 vsize=868736 CPUtime=0
/proc/17397/task/17400/stat : 17400 (java) S 17396 17383 14412 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23589676 889585664 33113 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17397/tid=17401] ppid=17396 vsize=868736 CPUtime=0
/proc/17397/task/17401/stat : 17401 (java) S 17396 17383 14412 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 23589676 889585664 33113 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17397/tid=17402] ppid=17396 vsize=868736 CPUtime=0
/proc/17397/task/17402/stat : 17402 (java) S 17396 17383 14412 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23589678 889585664 33113 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17397/tid=17403] ppid=17396 vsize=868736 CPUtime=0.19
/proc/17397/task/17403/stat : 17403 (java) S 17396 17383 14412 0 -1 64 1510 0 0 0 19 0 0 0 16 0 9 0 23589678 889585664 33113 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17397/tid=17404] ppid=17396 vsize=868736 CPUtime=0
/proc/17397/task/17404/stat : 17404 (java) S 17396 17383 14412 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 23589678 889585664 33113 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17397/tid=17405] ppid=17396 vsize=868736 CPUtime=0
/proc/17397/task/17405/stat : 17405 (java) S 17396 17383 14412 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23589678 889585664 33113 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.15
Current children cumulated vsize (KiB) 890960

[startup+12.7022 s]
/proc/loadavg: 2.03 1.98 1.99 3/91 17405
/proc/meminfo: memFree=1617704/2055920 swapFree=4192812/4192956
[pid=17383] ppid=17381 vsize=16868 CPUtime=0.95
/proc/17383/stat : 17383 (sugar) S 17381 17383 14412 0 -1 4194304 1310 8184 0 1 5 2 82 6 15 0 1 0 23589570 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17383/statm: 4217 1111 409 3 0 796 0
[pid=17396] ppid=17383 vsize=5356 CPUtime=0
/proc/17396/stat : 17396 (sh) S 17383 17383 14412 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23589674 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17396/statm: 1339 233 193 169 0 50 0
[pid=17397] ppid=17396 vsize=868736 CPUtime=11.54
/proc/17397/stat : 17397 (java) S 17396 17383 14412 0 -1 0 45072 0 1 0 1124 30 0 0 19 0 9 0 23589674 889585664 33933 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17397/statm: 217184 33933 2593 9 0 211661 0
[pid=17397/tid=17398] ppid=17396 vsize=868736 CPUtime=8.03
/proc/17397/task/17398/stat : 17398 (java) R 17396 17383 14412 0 -1 64 4179 0 1 0 796 7 0 0 25 0 9 0 23589675 889585664 33933 996147200 134512640 134550932 4294955936 18446744073709551615 103210868 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17397/tid=17399] ppid=17396 vsize=868736 CPUtime=3.24
/proc/17397/task/17399/stat : 17399 (java) S 17396 17383 14412 0 -1 64 38655 0 0 0 304 20 0 0 16 0 9 0 23589676 889585664 33933 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17397/tid=17400] ppid=17396 vsize=868736 CPUtime=0
/proc/17397/task/17400/stat : 17400 (java) S 17396 17383 14412 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23589676 889585664 33933 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17397/tid=17401] ppid=17396 vsize=868736 CPUtime=0
/proc/17397/task/17401/stat : 17401 (java) S 17396 17383 14412 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 23589676 889585664 33933 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17397/tid=17402] ppid=17396 vsize=868736 CPUtime=0
/proc/17397/task/17402/stat : 17402 (java) S 17396 17383 14412 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23589678 889585664 33933 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17397/tid=17403] ppid=17396 vsize=868736 CPUtime=0.23
/proc/17397/task/17403/stat : 17403 (java) S 17396 17383 14412 0 -1 64 1535 0 0 0 23 0 0 0 16 0 9 0 23589678 889585664 33933 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17397/tid=17404] ppid=17396 vsize=868736 CPUtime=0
/proc/17397/task/17404/stat : 17404 (java) S 17396 17383 14412 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 23589678 889585664 33933 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17397/tid=17405] ppid=17396 vsize=868736 CPUtime=0
/proc/17397/task/17405/stat : 17405 (java) S 17396 17383 14412 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23589678 889585664 33933 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.49
Current children cumulated vsize (KiB) 890960

[startup+25.5027 s]
/proc/loadavg: 2.02 1.98 1.99 3/91 17405
/proc/meminfo: memFree=1599592/2055920 swapFree=4192812/4192956
[pid=17383] ppid=17381 vsize=16868 CPUtime=0.95
/proc/17383/stat : 17383 (sugar) S 17381 17383 14412 0 -1 4194304 1310 8184 0 1 5 2 82 6 15 0 1 0 23589570 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17383/statm: 4217 1111 409 3 0 796 0
[pid=17396] ppid=17383 vsize=5356 CPUtime=0
/proc/17396/stat : 17396 (sh) S 17383 17383 14412 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23589674 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17396/statm: 1339 233 193 169 0 50 0
[pid=17397] ppid=17396 vsize=868736 CPUtime=24.2
/proc/17397/stat : 17397 (java) S 17396 17383 14412 0 -1 0 47385 0 1 0 2383 37 0 0 19 0 9 0 23589674 889585664 36177 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17397/statm: 217184 36177 2593 9 0 211661 0
[pid=17397/tid=17398] ppid=17396 vsize=868736 CPUtime=20.35
/proc/17397/task/17398/stat : 17398 (java) R 17396 17383 14412 0 -1 64 4248 0 1 0 2021 14 0 0 25 0 9 0 23589675 889585664 36177 996147200 134512640 134550932 4294955936 18446744073709551615 4126538623 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17397/tid=17399] ppid=17396 vsize=868736 CPUtime=3.59
/proc/17397/task/17399/stat : 17399 (java) S 17396 17383 14412 0 -1 64 40899 0 0 0 338 21 0 0 16 0 9 0 23589676 889585664 36177 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17397/tid=17400] ppid=17396 vsize=868736 CPUtime=0
/proc/17397/task/17400/stat : 17400 (java) S 17396 17383 14412 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23589676 889585664 36177 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17397/tid=17401] ppid=17396 vsize=868736 CPUtime=0
/proc/17397/task/17401/stat : 17401 (java) S 17396 17383 14412 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 23589676 889585664 36177 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17397/tid=17402] ppid=17396 vsize=868736 CPUtime=0

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

/proc/meminfo: memFree=780232/2055920 swapFree=4192812/4192956
[pid=17383] ppid=17381 vsize=16868 CPUtime=263.73
/proc/17383/stat : 17383 (sugar) S 17381 17383 14412 0 -1 4194304 1376 88949 0 2 6 2 26239 126 16 0 1 0 23589570 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17383/statm: 4217 1113 409 3 0 796 0
[pid=2564] ppid=17383 vsize=5356 CPUtime=0
/proc/2564/stat : 2564 (sh) S 17383 17383 14412 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23619787 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2564/statm: 1339 232 193 169 0 50 0
[pid=2566] ppid=2564 vsize=274716 CPUtime=1095.1
/proc/2566/stat : 2566 (minisat) R 2564 17383 14412 0 -1 4194304 67384 0 0 0 109416 94 0 0 25 0 1 0 23619788 281309184 67370 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/2566/statm: 68679 67370 76 150 0 68526 0
Current children cumulated CPU time (s) 1358.83
Current children cumulated vsize (KiB) 296940

[startup+1482.3 s]
/proc/loadavg: 2.00 2.06 2.16 3/86 20348
/proc/meminfo: memFree=776840/2055920 swapFree=4192812/4192956
[pid=17383] ppid=17381 vsize=16868 CPUtime=263.73
/proc/17383/stat : 17383 (sugar) S 17381 17383 14412 0 -1 4194304 1376 88949 0 2 6 2 26239 126 16 0 1 0 23589570 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17383/statm: 4217 1113 409 3 0 796 0
[pid=2564] ppid=17383 vsize=5356 CPUtime=0
/proc/2564/stat : 2564 (sh) S 17383 17383 14412 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23619787 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2564/statm: 1339 232 193 169 0 50 0
[pid=2566] ppid=2564 vsize=278088 CPUtime=1154.8
/proc/2566/stat : 2566 (minisat) R 2564 17383 14412 0 -1 4194304 68227 0 0 0 115385 95 0 0 25 0 1 0 23619788 284762112 68213 996147200 134512640 135127466 4294956256 18446744073709551615 134530780 0 0 4096 3 0 0 0 17 0 0 0
/proc/2566/statm: 69522 68213 76 150 0 69369 0
Current children cumulated CPU time (s) 1418.53
Current children cumulated vsize (KiB) 300312

[startup+1542.31 s]
/proc/loadavg: 2.00 2.04 2.15 3/86 20348
/proc/meminfo: memFree=774664/2055920 swapFree=4192812/4192956
[pid=17383] ppid=17381 vsize=16868 CPUtime=263.73
/proc/17383/stat : 17383 (sugar) S 17381 17383 14412 0 -1 4194304 1376 88949 0 2 6 2 26239 126 16 0 1 0 23589570 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17383/statm: 4217 1113 409 3 0 796 0
[pid=2564] ppid=17383 vsize=5356 CPUtime=0
/proc/2564/stat : 2564 (sh) S 17383 17383 14412 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23619787 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2564/statm: 1339 232 193 169 0 50 0
[pid=2566] ppid=2564 vsize=280036 CPUtime=1214.5
/proc/2566/stat : 2566 (minisat) R 2564 17383 14412 0 -1 4194304 68745 0 0 0 121355 95 0 0 25 0 1 0 23619788 286756864 68731 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/2566/statm: 70009 68731 76 150 0 69856 0
Current children cumulated CPU time (s) 1478.23
Current children cumulated vsize (KiB) 302260

[startup+1602.3 s]
/proc/loadavg: 2.00 2.03 2.14 3/86 20348
/proc/meminfo: memFree=772040/2055920 swapFree=4192812/4192956
[pid=17383] ppid=17381 vsize=16868 CPUtime=263.73
/proc/17383/stat : 17383 (sugar) S 17381 17383 14412 0 -1 4194304 1376 88949 0 2 6 2 26239 126 16 0 1 0 23589570 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17383/statm: 4217 1113 409 3 0 796 0
[pid=2564] ppid=17383 vsize=5356 CPUtime=0
/proc/2564/stat : 2564 (sh) S 17383 17383 14412 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23619787 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2564/statm: 1339 232 193 169 0 50 0
[pid=2566] ppid=2564 vsize=282608 CPUtime=1274.19
/proc/2566/stat : 2566 (minisat) R 2564 17383 14412 0 -1 4194304 69389 0 0 0 127323 96 0 0 25 0 1 0 23619788 289390592 69375 996147200 134512640 135127466 4294956256 18446744073709551615 134528023 0 0 4096 3 0 0 0 17 0 0 0
/proc/2566/statm: 70652 69375 76 150 0 70499 0
Current children cumulated CPU time (s) 1537.92
Current children cumulated vsize (KiB) 304832

[startup+1662.3 s]
/proc/loadavg: 2.00 2.02 2.13 3/86 20348
/proc/meminfo: memFree=769160/2055920 swapFree=4192812/4192956
[pid=17383] ppid=17381 vsize=16868 CPUtime=263.73
/proc/17383/stat : 17383 (sugar) S 17381 17383 14412 0 -1 4194304 1376 88949 0 2 6 2 26239 126 16 0 1 0 23589570 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17383/statm: 4217 1113 409 3 0 796 0
[pid=2564] ppid=17383 vsize=5356 CPUtime=0
/proc/2564/stat : 2564 (sh) S 17383 17383 14412 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23619787 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2564/statm: 1339 232 193 169 0 50 0
[pid=2566] ppid=2564 vsize=285296 CPUtime=1333.9
/proc/2566/stat : 2566 (minisat) R 2564 17383 14412 0 -1 4194304 70086 0 0 0 133292 98 0 0 25 0 1 0 23619788 292143104 70072 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/2566/statm: 71324 70072 76 150 0 71171 0
Current children cumulated CPU time (s) 1597.63
Current children cumulated vsize (KiB) 307520

[startup+1722.3 s]
/proc/loadavg: 2.07 2.03 2.12 3/84 20430
/proc/meminfo: memFree=1428376/2055920 swapFree=4192812/4192956
[pid=17383] ppid=17381 vsize=16868 CPUtime=263.73
/proc/17383/stat : 17383 (sugar) S 17381 17383 14412 0 -1 4194304 1376 88949 0 2 6 2 26239 126 16 0 1 0 23589570 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17383/statm: 4217 1113 409 3 0 796 0
[pid=2564] ppid=17383 vsize=5356 CPUtime=0
/proc/2564/stat : 2564 (sh) S 17383 17383 14412 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23619787 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2564/statm: 1339 232 193 169 0 50 0
[pid=2566] ppid=2564 vsize=288988 CPUtime=1393.72
/proc/2566/stat : 2566 (minisat) R 2564 17383 14412 0 -1 4194304 71026 0 0 0 139271 101 0 0 25 0 1 0 23619788 295923712 71012 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/2566/statm: 72247 71012 76 150 0 72094 0
Current children cumulated CPU time (s) 1657.45
Current children cumulated vsize (KiB) 311212

[startup+1782.3 s]
/proc/loadavg: 2.08 2.04 2.12 3/87 20470
/proc/meminfo: memFree=1361728/2055920 swapFree=4192812/4192956
[pid=17383] ppid=17381 vsize=16868 CPUtime=263.73
/proc/17383/stat : 17383 (sugar) S 17381 17383 14412 0 -1 4194304 1376 88949 0 2 6 2 26239 126 16 0 1 0 23589570 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17383/statm: 4217 1113 409 3 0 796 0
[pid=2564] ppid=17383 vsize=5356 CPUtime=0
/proc/2564/stat : 2564 (sh) S 17383 17383 14412 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23619787 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2564/statm: 1339 232 193 169 0 50 0
[pid=2566] ppid=2564 vsize=292656 CPUtime=1453.69
/proc/2566/stat : 2566 (minisat) R 2564 17383 14412 0 -1 4194304 71964 0 0 0 145266 103 0 0 25 0 1 0 23619788 299679744 71950 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/2566/statm: 73164 71950 76 150 0 73011 0
Current children cumulated CPU time (s) 1717.42
Current children cumulated vsize (KiB) 314880

[startup+1842.3 s]
/proc/loadavg: 2.03 2.03 2.10 3/87 20472
/proc/meminfo: memFree=1322560/2055920 swapFree=4192812/4192956
[pid=17383] ppid=17381 vsize=16868 CPUtime=263.73
/proc/17383/stat : 17383 (sugar) S 17381 17383 14412 0 -1 4194304 1376 88949 0 2 6 2 26239 126 16 0 1 0 23589570 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17383/statm: 4217 1113 409 3 0 796 0
[pid=2564] ppid=17383 vsize=5356 CPUtime=0
/proc/2564/stat : 2564 (sh) S 17383 17383 14412 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23619787 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2564/statm: 1339 232 193 169 0 50 0
[pid=2566] ppid=2564 vsize=295980 CPUtime=1513.68
/proc/2566/stat : 2566 (minisat) R 2564 17383 14412 0 -1 4194304 72817 0 0 0 151263 105 0 0 25 0 1 0 23619788 303083520 72803 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/2566/statm: 73995 72803 76 150 0 73842 0
Current children cumulated CPU time (s) 1777.41
Current children cumulated vsize (KiB) 318204



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1865 s]
/proc/loadavg: 2.02 2.03 2.10 3/87 20472
/proc/meminfo: memFree=1320128/2055920 swapFree=4192812/4192956
[pid=17383] ppid=17381 vsize=16868 CPUtime=263.73
/proc/17383/stat : 17383 (sugar) S 17381 17383 14412 0 -1 4194304 1376 88949 0 2 6 2 26239 126 16 0 1 0 23589570 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17383/statm: 4217 1113 409 3 0 796 0
[pid=2564] ppid=17383 vsize=5356 CPUtime=0
/proc/2564/stat : 2564 (sh) S 17383 17383 14412 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23619787 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2564/statm: 1339 232 193 169 0 50 0
[pid=2566] ppid=2564 vsize=298252 CPUtime=1536.37
/proc/2566/stat : 2566 (minisat) R 2564 17383 14412 0 -1 4194304 73403 0 0 0 153532 105 0 0 25 0 1 0 23619788 305410048 73389 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/2566/statm: 74563 73389 76 150 0 74410 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 320476

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

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

[startup+1865 s]
/proc/loadavg: 2.02 2.03 2.10 3/87 20472
/proc/meminfo: memFree=1320128/2055920 swapFree=4192812/4192956
[pid=17383] ppid=17381 vsize=16868 CPUtime=263.73
/proc/17383/stat : 17383 (sugar) S 17381 17383 14412 0 -1 4194304 1376 88949 0 2 6 2 26239 126 16 0 1 0 23589570 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17383/statm: 4217 1113 409 3 0 796 0
[pid=2564] ppid=17383 vsize=5356 CPUtime=0
/proc/2564/stat : 2564 (sh) S 17383 17383 14412 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23619787 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2564/statm: 1339 232 193 169 0 50 0
[pid=2566] ppid=2564 vsize=298252 CPUtime=1536.37
/proc/2566/stat : 2566 (minisat) R 2564 17383 14412 0 -1 4194304 73403 0 0 0 153532 105 0 0 25 0 1 0 23619788 305410048 73389 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/2566/statm: 74563 73389 76 150 0 74410 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 320476

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 17383 and gives
#  childrusage.ru_utime.tv_sec=262
#  childrusage.ru_utime.tv_usec=462099
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=337796
# CPU time returned by wait4() is 263.8
# while last known CPU time is 1800.1
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1865.1
CPU time (s): 1800.1
CPU user time (s): 1797.77
CPU system time (s): 2.33
CPU usage (%): 96.5147
Max. virtual memory (cumulated for all children) (KiB): 916572

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 262.462
system time used= 1.3378
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 90708
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= 14844
involuntary context switches= 26783

runsolver used 2.26666 second user time and 6.47902 second system time

The end

Launcher Data

Begin job on node20 at 2009-07-12 04:20:30
IDJOB=2077561
IDBENCH=56617
IDSOLVER=739
FILE ID=node20/2077561-1247365230
PBS_JOBID= 9506959
Free space on /tmp= 66300 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/wordsHerald/normalized-crossword-m1-words-19-02.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-2077561-1247365230/watcher-2077561-1247365230 -o /tmp/evaluation-result-2077561-1247365230/solver-2077561-1247365230 -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-2077561-1247365230.xml

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

MD5SUM BENCH= 4a2819ff550e7cc1f6156e6c5b327d2b
RANDOM SEED=231725832

node20.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.236
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.236
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:       1755936 kB
Buffers:         32060 kB
Cached:         123388 kB
SwapCached:          0 kB
Active:         184072 kB
Inactive:        68140 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1755936 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2100 kB
Writeback:           0 kB
Mapped:         114548 kB
Slab:            32892 kB
Committed_AS:   910044 kB
PageTables:       1964 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= 66300 MiB
End job on node20 at 2009-07-12 04:51:37