Trace number 2070290

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.09 1808.67

General information on the benchmark

Namecsp/wordsVg/
normalized-crossword-m1c-words-vg9-9_ext.xml
MD5SUM1ce123ef19353a10ec273ec3013d38f9
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark68.2426
Satisfiable
(Un)Satisfiability was proved
Number of variables81
Number of constraints18
Maximum constraint arity9
Maximum domain size26
Number of constraints which are defined in extension18
Number of constraints which are defined in intension0
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 00:28:43 2009
0.00/0.08	c 0	PID 14826
0.00/0.08	c 0	HOST node71.alineos.net
0.00/0.08	c 0	CONVERTING HOME/instance-2070290-1247351323.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-2070290-1247351323.xml' 'HOME/temp.csp'
0.07/0.32	c 1	1 domains, 81 variables, 0 predicates, 1 relations, 18 constraints
0.07/0.35	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.07/0.35	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.30/0.42	c 1	Parsing HOME/temp.csp
0.30/0.54	c 1	parsed 101 expressions
0.30/0.55	c 1	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.30/0.55	c 1	Converting to clausal form CSP
0.30/0.57	c 1	converted 11 (10%) expressions
0.30/0.57	c 1	converted 21 (20%) expressions
0.30/0.57	c 1	converted 31 (30%) expressions
0.30/0.57	c 1	converted 41 (40%) expressions
0.30/0.57	c 1	converted 51 (50%) expressions
0.30/0.57	c 1	converted 61 (60%) expressions
0.30/0.57	c 1	converted 71 (70%) expressions
0.30/0.57	c 1	converted 81 (80%) expressions
1.22/1.39	c 2	converted 91 (90%) expressions
2.13/2.24	c 3	converted 101 (100%) expressions
2.13/2.24	c 3	CSP : 81 integers, 0 booleans, 18 clauses, largest domain size 26
2.13/2.24	c 3	Heap : 53 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.13/2.24	c 3	Propagation in CSP
2.13/2.24	c 3	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.13/2.24	c 3	CSP : 81 integers, 0 booleans, 18 clauses, largest domain size 26
2.13/2.24	c 3	Heap : 53 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.13/2.27	c 3	Simplifing CSP by introducing new Boolean variables
2.13/2.27	c 3	CSP : 81 integers, 0 booleans, 18 clauses, largest domain size 26
2.13/2.27	c 3	Heap : 51 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.42/2.52	c 3	Encoding CSP to SAT : HOME/temp.cnf
2.42/2.53	c 3	9 (10%) CSP integer variables are encoded (216 clauses, 2232 bytes)
2.42/2.54	c 3	17 (20%) CSP integer variables are encoded (408 clauses, 4344 bytes)
2.42/2.54	c 3	25 (30%) CSP integer variables are encoded (600 clauses, 6456 bytes)
2.42/2.54	c 3	33 (40%) CSP integer variables are encoded (792 clauses, 8568 bytes)
2.42/2.54	c 3	41 (50%) CSP integer variables are encoded (984 clauses, 10729 bytes)
2.42/2.54	c 3	49 (60%) CSP integer variables are encoded (1176 clauses, 13225 bytes)
2.42/2.54	c 3	57 (70%) CSP integer variables are encoded (1368 clauses, 15721 bytes)
2.42/2.55	c 3	65 (80%) CSP integer variables are encoded (1560 clauses, 18217 bytes)
2.42/2.55	c 3	73 (90%) CSP integer variables are encoded (1752 clauses, 20713 bytes)
2.42/2.55	c 3	81 (100%) CSP integer variables are encoded (1944 clauses, 23209 bytes)
35.76/36.02	c 36	2 (10%) CSP clauses are encoded (135882 clauses, 7164245 bytes)
67.28/67.69	c 68	4 (20%) CSP clauses are encoded (269820 clauses, 15012761 bytes)
98.47/98.84	c 99	6 (30%) CSP clauses are encoded (403758 clauses, 23100172 bytes)
128.85/129.29	c 130	8 (40%) CSP clauses are encoded (537696 clauses, 31424894 bytes)
144.35/144.74	c 145	9 (50%) CSP clauses are encoded (604665 clauses, 35587255 bytes)
174.83/175.25	c 176	11 (60%) CSP clauses are encoded (738603 clauses, 43596250 bytes)
206.32/206.79	c 207	13 (70%) CSP clauses are encoded (872541 clauses, 51289518 bytes)
238.55/239.06	c 239	15 (80%) CSP clauses are encoded (1006479 clauses, 60119412 bytes)
271.89/273.30	c 274	17 (90%) CSP clauses are encoded (1140417 clauses, 69453620 bytes)
288.93/290.51	c 291	18 (100%) CSP clauses are encoded (1207386 clauses, 74120724 bytes)
288.93/290.51	c 291	18 CSP clauses encoded
288.93/290.51	c 291	Writing map file : HOME/temp.map
288.93/290.51	c 291	Heap : 99 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
288.93/290.51	c 291	SAT : 2025 SAT variables, 1207386 SAT clauses, 74120724 bytes
288.93/290.51	c 291	Heap : 99 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
288.93/290.55	c 291	SOLVING HOME/temp.cnf
288.93/290.55	c 291	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
288.93/290.55	c 291	This is MiniSat 2.0 beta
288.93/290.55	c 291	WARNING: for repeatability, setting FPU to use double precision
288.93/290.55	c 291	============================[ Problem Statistics ]=============================
288.93/290.55	c 291	|                                                                             |
288.93/290.55	c 291	|  Number of variables:  2025                                                 |
288.93/290.55	c 291	|  Number of clauses:    1207386                                              |
290.61/292.28	c 293	|  Parsing time:         1.54         s                                       |
290.71/292.38	c 293	============================[ Search Statistics ]==============================
290.71/292.38	c 293	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
290.71/292.38	c 293	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
290.71/292.38	c 293	===============================================================================
290.71/292.38	c 293	|         0 |    2025  1207386 14772348 |   402462        0    nan |  0.000 % |
290.91/292.55	c 293	|       101 |    2020  1207386 14772348 |   442708       95      7 |  0.298 % |
290.91/292.58	c 293	|       252 |    2020  1207386 14772348 |   486979      246      8 |  0.297 % |
291.01/292.65	c 293	|       477 |    2020  1207386 14772348 |   535676      471      8 |  0.297 % |
291.20/292.81	c 293	|       814 |    2020  1207386 14772348 |   589244      808      9 |  0.297 % |
291.30/292.95	c 293	|      1320 |    2019  1207386 14772348 |   648169     1314      9 |  0.297 % |
291.49/293.18	c 294	|      2079 |    2019  1207386 14772348 |   712985     2073      9 |  0.297 % |
291.79/293.40	c 294	|      3218 |    2019  1207386 14772348 |   784284     3212      9 |  0.297 % |
292.10/293.72	c 294	|      4927 |    2019  1207386 14772348 |   862713     4921      9 |  0.297 % |
292.79/294.44	c 295	|      7491 |    2019  1207386 14772348 |   948984     7485      9 |  0.297 % |
293.67/295.34	c 296	|     11335 |    2019  1207386 14772348 |  1043882    11329     10 |  0.297 % |
295.06/296.76	c 297	|     17101 |    2018  1207386 14772348 |  1148271    17094     10 |  0.346 % |
314.86/316.79	c 317	|     25751 |    2017  1207386 14772348 |  1263098    25743     11 |  0.396 % |
349.62/351.85	c 352	|     38726 |    2017  1207386 14772348 |  1389407    38718     12 |  0.396 % |
423.51/426.41	c 427	|     58187 |    2017  1207386 14772348 |  1528348    58179     13 |  0.395 % |
530.28/534.29	c 535	|     87380 |    2017  1207386 14772348 |  1681183    87371     15 |  0.445 % |
704.36/710.05	c 710	|    131169 |    2017  1207386 14772348 |  1849302   131159     16 |  0.494 % |
1010.66/1018.83	c 1019	|    196855 |    2017  1207386 14772348 |  2034232   196845     16 |  0.494 % |
1469.07/1477.49	c 1478	|    295382 |    2015  1205354 14743555 |  2237655   295369     18 |  0.494 % |
1800.09/1808.62	c ERROR INTERRUPTED
1800.09/1808.64	s UNKNOWN
1800.09/1808.64	c 1809	CPU 288.99 (0.06 0.01 288.08 0.84)
1800.09/1808.64	c 1809	END Sun Jul 12 00:58:52 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-2070290-1247351323/watcher-2070290-1247351323 -o /tmp/evaluation-result-2070290-1247351323/solver-2070290-1247351323 -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-2070290-1247351323.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: 2.21 2.30 2.26 4/76 14826
/proc/meminfo: memFree=1088904/2055920 swapFree=4192952/4192956
[pid=14826] ppid=14824 vsize=12000 CPUtime=0
/proc/14826/stat : 14826 (sugar) R 14824 14826 14321 0 -1 4194304 210 0 0 0 0 0 0 0 20 0 1 0 22194912 12288000 178 996147200 4194304 4206940 548682068608 18446744073709551615 231980222098 0 0 4224 0 0 0 0 17 1 0 0
/proc/14826/statm: 3000 178 139 3 0 100 0

[startup+0.0912349 s]
/proc/loadavg: 2.21 2.30 2.26 4/76 14826
/proc/meminfo: memFree=1088904/2055920 swapFree=4192952/4192956
[pid=14826] ppid=14824 vsize=16868 CPUtime=0.07
/proc/14826/stat : 14826 (sugar) S 14824 14826 14321 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 22194912 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14826/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.101278 s]
/proc/loadavg: 2.21 2.30 2.26 4/76 14826
/proc/meminfo: memFree=1088904/2055920 swapFree=4192952/4192956
[pid=14826] ppid=14824 vsize=16868 CPUtime=0.07
/proc/14826/stat : 14826 (sugar) S 14824 14826 14321 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 22194912 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14826/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.301303 s]
/proc/loadavg: 2.21 2.30 2.26 4/76 14826
/proc/meminfo: memFree=1088904/2055920 swapFree=4192952/4192956
[pid=14826] ppid=14824 vsize=16868 CPUtime=0.07
/proc/14826/stat : 14826 (sugar) S 14824 14826 14321 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 22194912 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14826/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.701359 s]
/proc/loadavg: 2.21 2.30 2.26 4/76 14826
/proc/meminfo: memFree=1088904/2055920 swapFree=4192952/4192956
[pid=14826] ppid=14824 vsize=16868 CPUtime=0.3
/proc/14826/stat : 14826 (sugar) S 14824 14826 14321 0 -1 4194304 1309 5280 0 1 6 1 20 3 15 0 1 0 22194912 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14826/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 16868

[startup+1.50243 s]
/proc/loadavg: 2.21 2.30 2.26 4/87 14848
/proc/meminfo: memFree=1065648/2055920 swapFree=4192952/4192956
[pid=14826] ppid=14824 vsize=16868 CPUtime=0.3
/proc/14826/stat : 14826 (sugar) S 14824 14826 14321 0 -1 4194304 1309 5280 0 1 6 1 20 3 16 0 1 0 22194912 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14826/statm: 4217 1111 409 3 0 796 0
[pid=14839] ppid=14826 vsize=5356 CPUtime=0
/proc/14839/stat : 14839 (sh) S 14826 14826 14321 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22194947 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14839/statm: 1339 233 193 169 0 50 0
[pid=14840] ppid=14839 vsize=864200 CPUtime=1.13
/proc/14840/stat : 14840 (java) S 14839 14826 14321 0 -1 0 12751 0 1 0 108 5 0 0 18 0 9 0 22194947 884940800 11889 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14840/statm: 216050 11889 2566 9 0 210555 0
[pid=14840/tid=14841] ppid=14839 vsize=864200 CPUtime=0.46
/proc/14840/task/14841/stat : 14841 (java) R 14839 14826 14321 0 -1 64 2946 0 1 0 45 1 0 0 20 0 9 0 22194948 884940800 11889 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14840/tid=14842] ppid=14839 vsize=864200 CPUtime=0.59
/proc/14840/task/14842/stat : 14842 (java) R 14839 14826 14321 0 -1 64 8794 0 0 0 56 3 0 0 16 0 9 0 22194949 884940800 11889 996147200 134512640 134550932 4294955936 18446744073709551615 102549400 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14840/tid=14843] ppid=14839 vsize=864200 CPUtime=0
/proc/14840/task/14843/stat : 14843 (java) S 14839 14826 14321 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22194949 884940800 11889 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14840/tid=14844] ppid=14839 vsize=864200 CPUtime=0
/proc/14840/task/14844/stat : 14844 (java) S 14839 14826 14321 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 22194949 884940800 11889 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14840/tid=14845] ppid=14839 vsize=864200 CPUtime=0
/proc/14840/task/14845/stat : 14845 (java) S 14839 14826 14321 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22194951 884940800 11889 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14840/tid=14846] ppid=14839 vsize=864200 CPUtime=0.04
/proc/14840/task/14846/stat : 14846 (java) S 14839 14826 14321 0 -1 64 311 0 0 0 4 0 0 0 16 0 9 0 22194951 884940800 11889 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14840/tid=14847] ppid=14839 vsize=864200 CPUtime=0
/proc/14840/task/14847/stat : 14847 (java) S 14839 14826 14321 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 22194951 884940800 11889 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14840/tid=14848] ppid=14839 vsize=864200 CPUtime=0
/proc/14840/task/14848/stat : 14848 (java) S 14839 14826 14321 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22194951 884940800 11889 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.43
Current children cumulated vsize (KiB) 886424

[startup+3.10265 s]
/proc/loadavg: 2.21 2.30 2.26 3/87 14848
/proc/meminfo: memFree=1028912/2055920 swapFree=4192952/4192956
[pid=14826] ppid=14824 vsize=16868 CPUtime=0.3
/proc/14826/stat : 14826 (sugar) S 14824 14826 14321 0 -1 4194304 1310 5280 0 1 6 1 20 3 15 0 1 0 22194912 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14826/statm: 4217 1111 409 3 0 796 0
[pid=14839] ppid=14826 vsize=5356 CPUtime=0
/proc/14839/stat : 14839 (sh) S 14826 14826 14321 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22194947 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14839/statm: 1339 233 193 169 0 50 0
[pid=14840] ppid=14839 vsize=864356 CPUtime=2.72
/proc/14840/stat : 14840 (java) S 14839 14826 14321 0 -1 0 20328 0 1 0 264 8 0 0 18 0 9 0 22194947 885100544 19373 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14840/statm: 216089 19373 2590 9 0 210566 0
[pid=14840/tid=14841] ppid=14839 vsize=864356 CPUtime=1.27
/proc/14840/task/14841/stat : 14841 (java) R 14839 14826 14321 0 -1 64 3574 0 1 0 125 2 0 0 22 0 9 0 22194948 885100544 19373 996147200 134512640 134550932 4294955936 18446744073709551615 4126592961 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14840/tid=14842] ppid=14839 vsize=864356 CPUtime=1.36
/proc/14840/task/14842/stat : 14842 (java) S 14839 14826 14321 0 -1 64 15721 0 0 0 131 5 0 0 16 0 9 0 22194949 885100544 19373 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14840/tid=14843] ppid=14839 vsize=864356 CPUtime=0
/proc/14840/task/14843/stat : 14843 (java) S 14839 14826 14321 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22194949 885100544 19373 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14840/tid=14844] ppid=14839 vsize=864356 CPUtime=0
/proc/14840/task/14844/stat : 14844 (java) S 14839 14826 14321 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 22194949 885100544 19373 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14840/tid=14845] ppid=14839 vsize=864356 CPUtime=0
/proc/14840/task/14845/stat : 14845 (java) S 14839 14826 14321 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22194951 885100544 19373 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14840/tid=14846] ppid=14839 vsize=864356 CPUtime=0.07
/proc/14840/task/14846/stat : 14846 (java) S 14839 14826 14321 0 -1 64 333 0 0 0 7 0 0 0 16 0 9 0 22194951 885100544 19373 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14840/tid=14847] ppid=14839 vsize=864356 CPUtime=0
/proc/14840/task/14847/stat : 14847 (java) S 14839 14826 14321 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 22194951 885100544 19373 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14840/tid=14848] ppid=14839 vsize=864356 CPUtime=0
/proc/14840/task/14848/stat : 14848 (java) S 14839 14826 14321 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22194951 885100544 19373 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.02
Current children cumulated vsize (KiB) 886580

[startup+6.30107 s]
/proc/loadavg: 2.19 2.29 2.26 3/87 14848
/proc/meminfo: memFree=1017136/2055920 swapFree=4192952/4192956
[pid=14826] ppid=14824 vsize=16868 CPUtime=0.3
/proc/14826/stat : 14826 (sugar) S 14824 14826 14321 0 -1 4194304 1310 5280 0 1 6 1 20 3 15 0 1 0 22194912 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14826/statm: 4217 1111 409 3 0 796 0
[pid=14839] ppid=14826 vsize=5356 CPUtime=0
/proc/14839/stat : 14839 (sh) S 14826 14826 14321 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22194947 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14839/statm: 1339 233 193 169 0 50 0
[pid=14840] ppid=14839 vsize=864356 CPUtime=5.9
/proc/14840/stat : 14840 (java) S 14839 14826 14321 0 -1 0 20445 0 1 0 582 8 0 0 18 0 9 0 22194947 885100544 19487 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14840/statm: 216089 19487 2590 9 0 210566 0
[pid=14840/tid=14841] ppid=14839 vsize=864356 CPUtime=4.44
/proc/14840/task/14841/stat : 14841 (java) R 14839 14826 14321 0 -1 64 3577 0 1 0 442 2 0 0 25 0 9 0 22194948 885100544 19487 996147200 134512640 134550932 4294955936 18446744073709551615 4126562557 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14840/tid=14842] ppid=14839 vsize=864356 CPUtime=1.36
/proc/14840/task/14842/stat : 14842 (java) S 14839 14826 14321 0 -1 64 15835 0 0 0 131 5 0 0 16 0 9 0 22194949 885100544 19487 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14840/tid=14843] ppid=14839 vsize=864356 CPUtime=0
/proc/14840/task/14843/stat : 14843 (java) S 14839 14826 14321 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22194949 885100544 19487 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14840/tid=14844] ppid=14839 vsize=864356 CPUtime=0
/proc/14840/task/14844/stat : 14844 (java) S 14839 14826 14321 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 22194949 885100544 19487 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14840/tid=14845] ppid=14839 vsize=864356 CPUtime=0
/proc/14840/task/14845/stat : 14845 (java) S 14839 14826 14321 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22194951 885100544 19487 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14840/tid=14846] ppid=14839 vsize=864356 CPUtime=0.07
/proc/14840/task/14846/stat : 14846 (java) S 14839 14826 14321 0 -1 64 333 0 0 0 7 0 0 0 16 0 9 0 22194951 885100544 19487 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14840/tid=14847] ppid=14839 vsize=864356 CPUtime=0
/proc/14840/task/14847/stat : 14847 (java) S 14839 14826 14321 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 22194951 885100544 19487 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14840/tid=14848] ppid=14839 vsize=864356 CPUtime=0
/proc/14840/task/14848/stat : 14848 (java) S 14839 14826 14321 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22194951 885100544 19487 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 886580

[startup+12.7019 s]
/proc/loadavg: 2.18 2.29 2.26 3/87 14848
/proc/meminfo: memFree=1013680/2055920 swapFree=4192952/4192956
[pid=14826] ppid=14824 vsize=16868 CPUtime=0.3
/proc/14826/stat : 14826 (sugar) S 14824 14826 14321 0 -1 4194304 1310 5280 0 1 6 1 20 3 15 0 1 0 22194912 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14826/statm: 4217 1111 409 3 0 796 0
[pid=14839] ppid=14826 vsize=5356 CPUtime=0
/proc/14839/stat : 14839 (sh) S 14826 14826 14321 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22194947 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14839/statm: 1339 233 193 169 0 50 0
[pid=14840] ppid=14839 vsize=864356 CPUtime=12.27
/proc/14840/stat : 14840 (java) S 14839 14826 14321 0 -1 0 21554 0 1 0 1218 9 0 0 18 0 9 0 22194947 885100544 20578 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14840/statm: 216089 20578 2590 9 0 210566 0
[pid=14840/tid=14841] ppid=14839 vsize=864356 CPUtime=10.75
/proc/14840/task/14841/stat : 14841 (java) R 14839 14826 14321 0 -1 64 3595 0 1 0 1073 2 0 0 25 0 9 0 22194948 885100544 20578 996147200 134512640 134550932 4294955936 18446744073709551615 4126562570 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14840/tid=14842] ppid=14839 vsize=864356 CPUtime=1.43
/proc/14840/task/14842/stat : 14842 (java) S 14839 14826 14321 0 -1 64 16926 0 0 0 137 6 0 0 16 0 9 0 22194949 885100544 20578 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14840/tid=14843] ppid=14839 vsize=864356 CPUtime=0
/proc/14840/task/14843/stat : 14843 (java) S 14839 14826 14321 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22194949 885100544 20578 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14840/tid=14844] ppid=14839 vsize=864356 CPUtime=0
/proc/14840/task/14844/stat : 14844 (java) S 14839 14826 14321 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 22194949 885100544 20578 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14840/tid=14845] ppid=14839 vsize=864356 CPUtime=0
/proc/14840/task/14845/stat : 14845 (java) S 14839 14826 14321 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22194951 885100544 20578 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14840/tid=14846] ppid=14839 vsize=864356 CPUtime=0.07
/proc/14840/task/14846/stat : 14846 (java) S 14839 14826 14321 0 -1 64 333 0 0 0 7 0 0 0 16 0 9 0 22194951 885100544 20578 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14840/tid=14847] ppid=14839 vsize=864356 CPUtime=0
/proc/14840/task/14847/stat : 14847 (java) S 14839 14826 14321 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 22194951 885100544 20578 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14840/tid=14848] ppid=14839 vsize=864356 CPUtime=0
/proc/14840/task/14848/stat : 14848 (java) S 14839 14826 14321 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22194951 885100544 20578 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.57
Current children cumulated vsize (KiB) 886580

[startup+25.5027 s]
/proc/loadavg: 2.14 2.27 2.25 3/87 14848
/proc/meminfo: memFree=1002800/2055920 swapFree=4192952/4192956
[pid=14826] ppid=14824 vsize=16868 CPUtime=0.3
/proc/14826/stat : 14826 (sugar) S 14824 14826 14321 0 -1 4194304 1310 5280 0 1 6 1 20 3 15 0 1 0 22194912 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14826/statm: 4217 1111 409 3 0 796 0
[pid=14839] ppid=14826 vsize=5356 CPUtime=0
/proc/14839/stat : 14839 (sh) S 14826 14826 14321 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22194947 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14839/statm: 1339 233 193 169 0 50 0
[pid=14840] ppid=14839 vsize=864356 CPUtime=25.01
/proc/14840/stat : 14840 (java) S 14839 14826 14321 0 -1 0 23193 0 1 0 2489 12 0 0 18 0 9 0 22194947 885100544 22167 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14840/statm: 216089 22167 2590 9 0 210566 0
[pid=14840/tid=14841] ppid=14839 vsize=864356 CPUtime=23.37
/proc/14840/task/14841/stat : 14841 (java) R 14839 14826 14321 0 -1 64 3646 0 1 0 2333 4 0 0 25 0 9 0 22194948 885100544 22167 996147200 134512640 134550932 4294955936 18446744073709551615 4126095872 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14840/tid=14842] ppid=14839 vsize=864356 CPUtime=1.54
/proc/14840/task/14842/stat : 14842 (java) S 14839 14826 14321 0 -1 64 18511 0 0 0 147 7 0 0 16 0 9 0 22194949 885100544 22167 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14840/tid=14843] ppid=14839 vsize=864356 CPUtime=0
/proc/14840/task/14843/stat : 14843 (java) S 14839 14826 14321 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22194949 885100544 22167 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14840/tid=14844] ppid=14839 vsize=864356 CPUtime=0
/proc/14840/task/14844/stat : 14844 (java) S 14839 14826 14321 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 22194949 885100544 22167 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14840/tid=14845] ppid=14839 vsize=864356 CPUtime=0

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

/proc/meminfo: memFree=486256/2055920 swapFree=4192952/4192956
[pid=14826] ppid=14824 vsize=16868 CPUtime=288.99
/proc/14826/stat : 14826 (sugar) S 14824 14826 14321 0 -1 4194304 1376 55083 0 2 6 1 28808 84 16 0 1 0 22194912 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14826/statm: 4217 1113 409 3 0 796 0
[pid=15153] ppid=14826 vsize=5356 CPUtime=0
/proc/15153/stat : 15153 (sh) S 14826 14826 14321 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22223967 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15153/statm: 1339 232 193 169 0 50 0
[pid=15154] ppid=15153 vsize=140572 CPUtime=1005.06
/proc/15154/stat : 15154 (minisat) R 15153 14826 14321 0 -1 4194304 34229 0 0 0 100477 29 0 0 25 0 1 0 22223967 143945728 34215 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/15154/statm: 35143 34215 75 150 0 34990 0
Current children cumulated CPU time (s) 1294.05
Current children cumulated vsize (KiB) 162796

[startup+1362.3 s]
/proc/loadavg: 1.99 2.00 2.03 3/87 15156
/proc/meminfo: memFree=484784/2055920 swapFree=4192952/4192956
[pid=14826] ppid=14824 vsize=16868 CPUtime=288.99
/proc/14826/stat : 14826 (sugar) S 14824 14826 14321 0 -1 4194304 1376 55083 0 2 6 1 28808 84 16 0 1 0 22194912 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14826/statm: 4217 1113 409 3 0 796 0
[pid=15153] ppid=14826 vsize=5356 CPUtime=0
/proc/15153/stat : 15153 (sh) S 14826 14826 14321 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22223967 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15153/statm: 1339 232 193 169 0 50 0
[pid=15154] ppid=15153 vsize=141820 CPUtime=1065.03
/proc/15154/stat : 15154 (minisat) R 15153 14826 14321 0 -1 4194304 34551 0 0 0 106473 30 0 0 25 0 1 0 22223967 145223680 34537 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/15154/statm: 35455 34537 75 150 0 35302 0
Current children cumulated CPU time (s) 1354.02
Current children cumulated vsize (KiB) 164044

[startup+1422.31 s]
/proc/loadavg: 2.11 2.03 2.04 3/87 15156
/proc/meminfo: memFree=483376/2055920 swapFree=4192952/4192956
[pid=14826] ppid=14824 vsize=16868 CPUtime=288.99
/proc/14826/stat : 14826 (sugar) S 14824 14826 14321 0 -1 4194304 1376 55083 0 2 6 1 28808 84 16 0 1 0 22194912 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14826/statm: 4217 1113 409 3 0 796 0
[pid=15153] ppid=14826 vsize=5356 CPUtime=0
/proc/15153/stat : 15153 (sh) S 14826 14826 14321 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22223967 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15153/statm: 1339 232 193 169 0 50 0
[pid=15154] ppid=15153 vsize=143140 CPUtime=1125.01
/proc/15154/stat : 15154 (minisat) R 15153 14826 14321 0 -1 4194304 34899 0 0 0 112470 31 0 0 25 0 1 0 22223967 146575360 34885 996147200 134512640 135127466 4294956256 18446744073709551615 134530772 0 0 4096 3 0 0 0 17 0 0 0
/proc/15154/statm: 35785 34885 75 150 0 35632 0
Current children cumulated CPU time (s) 1414
Current children cumulated vsize (KiB) 165364

[startup+1482.3 s]
/proc/loadavg: 2.18 2.07 2.05 3/87 15156
/proc/meminfo: memFree=481648/2055920 swapFree=4192952/4192956
[pid=14826] ppid=14824 vsize=16868 CPUtime=288.99
/proc/14826/stat : 14826 (sugar) S 14824 14826 14321 0 -1 4194304 1376 55083 0 2 6 1 28808 84 16 0 1 0 22194912 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14826/statm: 4217 1113 409 3 0 796 0
[pid=15153] ppid=14826 vsize=5356 CPUtime=0
/proc/15153/stat : 15153 (sh) S 14826 14826 14321 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22223967 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15153/statm: 1339 232 193 169 0 50 0
[pid=15154] ppid=15153 vsize=144940 CPUtime=1184.98
/proc/15154/stat : 15154 (minisat) R 15153 14826 14321 0 -1 4194304 35350 0 0 0 118467 31 0 0 25 0 1 0 22223967 148418560 35336 996147200 134512640 135127466 4294956256 18446744073709551615 134530775 0 0 4096 3 0 0 0 17 0 0 0
/proc/15154/statm: 36235 35336 75 150 0 36082 0
Current children cumulated CPU time (s) 1473.97
Current children cumulated vsize (KiB) 167164

[startup+1542.3 s]
/proc/loadavg: 2.14 2.08 2.05 4/87 15156
/proc/meminfo: memFree=480240/2055920 swapFree=4192952/4192956
[pid=14826] ppid=14824 vsize=16868 CPUtime=288.99
/proc/14826/stat : 14826 (sugar) S 14824 14826 14321 0 -1 4194304 1376 55083 0 2 6 1 28808 84 16 0 1 0 22194912 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14826/statm: 4217 1113 409 3 0 796 0
[pid=15153] ppid=14826 vsize=5356 CPUtime=0
/proc/15153/stat : 15153 (sh) S 14826 14826 14321 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22223967 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15153/statm: 1339 232 193 169 0 50 0
[pid=15154] ppid=15153 vsize=146176 CPUtime=1244.95
/proc/15154/stat : 15154 (minisat) R 15153 14826 14321 0 -1 4194304 35668 0 0 0 124464 31 0 0 25 0 1 0 22223967 149684224 35654 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/15154/statm: 36544 35654 75 150 0 36391 0
Current children cumulated CPU time (s) 1533.94
Current children cumulated vsize (KiB) 168400

[startup+1602.3 s]
/proc/loadavg: 2.08 2.08 2.05 3/87 15156
/proc/meminfo: memFree=456368/2055920 swapFree=4192952/4192956
[pid=14826] ppid=14824 vsize=16868 CPUtime=288.99
/proc/14826/stat : 14826 (sugar) S 14824 14826 14321 0 -1 4194304 1376 55083 0 2 6 1 28808 84 16 0 1 0 22194912 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14826/statm: 4217 1113 409 3 0 796 0
[pid=15153] ppid=14826 vsize=5356 CPUtime=0
/proc/15153/stat : 15153 (sh) S 14826 14826 14321 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22223967 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15153/statm: 1339 232 193 169 0 50 0
[pid=15154] ppid=15153 vsize=147712 CPUtime=1304.88
/proc/15154/stat : 15154 (minisat) R 15153 14826 14321 0 -1 4194304 35936 0 0 0 130456 32 0 0 25 0 1 0 22223967 151257088 35922 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 0 0 0
/proc/15154/statm: 36928 35922 75 150 0 36775 0
Current children cumulated CPU time (s) 1593.87
Current children cumulated vsize (KiB) 169936

[startup+1662.3 s]
/proc/loadavg: 2.14 2.09 2.06 3/87 15156
/proc/meminfo: memFree=455152/2055920 swapFree=4192952/4192956
[pid=14826] ppid=14824 vsize=16868 CPUtime=288.99
/proc/14826/stat : 14826 (sugar) S 14824 14826 14321 0 -1 4194304 1376 55083 0 2 6 1 28808 84 16 0 1 0 22194912 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14826/statm: 4217 1113 409 3 0 796 0
[pid=15153] ppid=14826 vsize=5356 CPUtime=0
/proc/15153/stat : 15153 (sh) S 14826 14826 14321 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22223967 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15153/statm: 1339 232 193 169 0 50 0
[pid=15154] ppid=15153 vsize=148820 CPUtime=1364.85
/proc/15154/stat : 15154 (minisat) R 15153 14826 14321 0 -1 4194304 36218 0 0 0 136453 32 0 0 25 0 1 0 22223967 152391680 36204 996147200 134512640 135127466 4294956256 18446744073709551615 134530811 0 0 4096 3 0 0 0 17 0 0 0
/proc/15154/statm: 37205 36204 75 150 0 37052 0
Current children cumulated CPU time (s) 1653.84
Current children cumulated vsize (KiB) 171044

[startup+1722.3 s]
/proc/loadavg: 2.12 2.09 2.05 3/87 15156
/proc/meminfo: memFree=453616/2055920 swapFree=4192952/4192956
[pid=14826] ppid=14824 vsize=16868 CPUtime=288.99
/proc/14826/stat : 14826 (sugar) S 14824 14826 14321 0 -1 4194304 1376 55083 0 2 6 1 28808 84 16 0 1 0 22194912 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14826/statm: 4217 1113 409 3 0 796 0
[pid=15153] ppid=14826 vsize=5356 CPUtime=0
/proc/15153/stat : 15153 (sh) S 14826 14826 14321 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22223967 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15153/statm: 1339 232 193 169 0 50 0
[pid=15154] ppid=15153 vsize=150392 CPUtime=1424.83
/proc/15154/stat : 15154 (minisat) R 15153 14826 14321 0 -1 4194304 36591 0 0 0 142450 33 0 0 25 0 1 0 22223967 154001408 36577 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/15154/statm: 37598 36577 75 150 0 37445 0
Current children cumulated CPU time (s) 1713.82
Current children cumulated vsize (KiB) 172616

[startup+1782.3 s]
/proc/loadavg: 2.04 2.07 2.05 3/87 15156
/proc/meminfo: memFree=452400/2055920 swapFree=4192952/4192956
[pid=14826] ppid=14824 vsize=16868 CPUtime=288.99
/proc/14826/stat : 14826 (sugar) S 14824 14826 14321 0 -1 4194304 1376 55083 0 2 6 1 28808 84 16 0 1 0 22194912 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14826/statm: 4217 1113 409 3 0 796 0
[pid=15153] ppid=14826 vsize=5356 CPUtime=0
/proc/15153/stat : 15153 (sh) S 14826 14826 14321 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22223967 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15153/statm: 1339 232 193 169 0 50 0
[pid=15154] ppid=15153 vsize=151616 CPUtime=1484.8
/proc/15154/stat : 15154 (minisat) R 15153 14826 14321 0 -1 4194304 36896 0 0 0 148447 33 0 0 25 0 1 0 22223967 155254784 36882 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/15154/statm: 37904 36882 75 150 0 37751 0
Current children cumulated CPU time (s) 1773.79
Current children cumulated vsize (KiB) 173840



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1808.6 s]
/proc/loadavg: 2.03 2.06 2.05 3/87 15156
/proc/meminfo: memFree=451696/2055920 swapFree=4192952/4192956
[pid=14826] ppid=14824 vsize=16868 CPUtime=288.99
/proc/14826/stat : 14826 (sugar) S 14824 14826 14321 0 -1 4194304 1376 55083 0 2 6 1 28808 84 16 0 1 0 22194912 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14826/statm: 4217 1113 409 3 0 796 0
[pid=15153] ppid=14826 vsize=5356 CPUtime=0
/proc/15153/stat : 15153 (sh) S 14826 14826 14321 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22223967 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15153/statm: 1339 232 193 169 0 50 0
[pid=15154] ppid=15153 vsize=152316 CPUtime=1511.1
/proc/15154/stat : 15154 (minisat) R 15153 14826 14321 0 -1 4194304 37076 0 0 0 151076 34 0 0 25 0 1 0 22223967 155971584 37062 996147200 134512640 135127466 4294956256 18446744073709551615 134530739 0 0 4096 3 0 0 0 17 0 0 0
/proc/15154/statm: 38079 37062 75 150 0 37926 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 174540

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

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

Child status: 0

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

Real time (s): 1808.67
CPU time (s): 1800.09
CPU user time (s): 1798.9
CPU system time (s): 1.19
CPU usage (%): 99.5256
Max. virtual memory (cumulated for all children) (KiB): 897332

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 288.147
system time used= 0.901862
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 56842
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= 16267
involuntary context switches= 14871

runsolver used 2.13068 second user time and 6.12907 second system time

The end

Launcher Data

Begin job on node71 at 2009-07-12 00:28:43
IDJOB=2070290
IDBENCH=55164
IDSOLVER=739
FILE ID=node71/2070290-1247351323
PBS_JOBID= 9506820
Free space on /tmp= 66376 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/wordsVg/normalized-crossword-m1c-words-vg9-9_ext.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-2070290-1247351323/watcher-2070290-1247351323 -o /tmp/evaluation-result-2070290-1247351323/solver-2070290-1247351323 -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-2070290-1247351323.xml

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

MD5SUM BENCH= 1ce123ef19353a10ec273ec3013d38f9
RANDOM SEED=1773763143

node71.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.222
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.222
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:       1089384 kB
Buffers:         60172 kB
Cached:         798800 kB
SwapCached:          4 kB
Active:         141228 kB
Inactive:       772424 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1089384 kB
SwapTotal:     4192956 kB
SwapFree:      4192952 kB
Dirty:            1436 kB
Writeback:           0 kB
Mapped:          65352 kB
Slab:            38068 kB
Committed_AS:   300248 kB
PageTables:       1956 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= 66380 MiB
End job on node71 at 2009-07-12 00:58:54