Trace number 2077352

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.03 1858.67

General information on the benchmark

Namecsp/ogdVg/
normalized-crossword-m1c-ogd-vg5-8_ext.xml
MD5SUMd448df7b768e7be8842dd4094eb7aad9
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1.2968
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints13
Maximum constraint arity8
Maximum domain size26
Number of constraints which are defined in extension13
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data

0.00/0.07	c 0	Sugar v1-14-6 + HOME/minisat
0.00/0.07	c 0	BEGIN Sun Jul 12 04:05:56 2009
0.00/0.07	c 0	PID 25516
0.00/0.07	c 0	HOST node43.alineos.net
0.00/0.07	c 0	CONVERTING HOME/instance-2077352-1247364356.xml TO HOME/temp.csp
0.00/0.07	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2077352-1247364356.xml' 'HOME/temp.csp'
0.06/0.67	c 1	1 domains, 40 variables, 0 predicates, 2 relations, 13 constraints
0.06/0.72	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.72	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.06/0.79	c 1	Parsing HOME/temp.csp
1.21/1.38	c 2	parsed 56 expressions
1.21/1.39	c 2	Heap : 11 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.21/1.39	c 2	Converting to clausal form CSP
1.31/1.41	c 2	converted 6 (10%) expressions
1.31/1.41	c 2	converted 12 (20%) expressions
1.31/1.41	c 2	converted 17 (30%) expressions
1.31/1.41	c 2	converted 23 (40%) expressions
1.31/1.41	c 2	converted 28 (50%) expressions
1.31/1.41	c 2	converted 34 (60%) expressions
1.31/1.41	c 2	converted 40 (70%) expressions
1.51/1.61	c 2	converted 45 (80%) expressions
1.80/1.93	c 2	converted 51 (90%) expressions
4.39/4.53	c 5	converted 56 (100%) expressions
4.39/4.53	c 5	CSP : 40 integers, 0 booleans, 13 clauses, largest domain size 26
4.39/4.53	c 5	Heap : 92 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
4.39/4.53	c 5	Propagation in CSP
4.39/4.53	c 5	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
4.39/4.53	c 5	CSP : 40 integers, 0 booleans, 13 clauses, largest domain size 26
4.39/4.53	c 5	Heap : 92 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
4.39/4.53	c 5	Simplifing CSP by introducing new Boolean variables
4.39/4.53	c 5	CSP : 40 integers, 0 booleans, 13 clauses, largest domain size 26
4.39/4.53	c 5	Heap : 92 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
4.98/5.18	c 5	Encoding CSP to SAT : HOME/temp.cnf
4.98/5.18	c 5	4 (10%) CSP integer variables are encoded (96 clauses, 912 bytes)
4.98/5.19	c 5	8 (20%) CSP integer variables are encoded (192 clauses, 1968 bytes)
4.98/5.19	c 5	12 (30%) CSP integer variables are encoded (288 clauses, 3024 bytes)
4.98/5.19	c 5	16 (40%) CSP integer variables are encoded (384 clauses, 4080 bytes)
4.98/5.19	c 5	20 (50%) CSP integer variables are encoded (480 clauses, 5136 bytes)
5.08/5.20	c 5	24 (60%) CSP integer variables are encoded (576 clauses, 6192 bytes)
5.08/5.20	c 5	28 (70%) CSP integer variables are encoded (672 clauses, 7248 bytes)
5.08/5.20	c 5	32 (80%) CSP integer variables are encoded (768 clauses, 8304 bytes)
5.08/5.20	c 5	36 (90%) CSP integer variables are encoded (864 clauses, 9360 bytes)
5.08/5.20	c 5	40 (100%) CSP integer variables are encoded (960 clauses, 10417 bytes)
7.67/7.88	c 8	2 (10%) CSP clauses are encoded (38290 clauses, 1309687 bytes)
8.95/9.15	c 9	3 (20%) CSP clauses are encoded (56955 clauses, 1967788 bytes)
10.25/10.42	c 11	4 (30%) CSP clauses are encoded (75620 clauses, 2626159 bytes)
12.74/12.94	c 13	6 (40%) CSP clauses are encoded (112950 clauses, 4013015 bytes)
13.93/14.19	c 14	7 (50%) CSP clauses are encoded (131615 clauses, 4706443 bytes)
15.22/15.45	c 16	8 (60%) CSP clauses are encoded (150280 clauses, 5400175 bytes)
556.91/561.46	c 562	10 (70%) CSP clauses are encoded (657548 clauses, 31582002 bytes)
825.97/831.88	c 832	11 (80%) CSP clauses are encoded (911182 clauses, 45747848 bytes)
1088.81/1106.15	c 1106	12 (90%) CSP clauses are encoded (1164816 clauses, 59913694 bytes)
1372.55/1429.07	c 1429	13 (100%) CSP clauses are encoded (1418450 clauses, 74083187 bytes)
1372.55/1429.07	c 1429	13 CSP clauses encoded
1372.55/1429.07	c 1429	Writing map file : HOME/temp.map
1372.55/1429.07	c 1429	Heap : 117 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1372.55/1429.07	c 1429	SAT : 1000 SAT variables, 1418450 SAT clauses, 74083187 bytes
1372.55/1429.07	c 1429	Heap : 117 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1372.62/1429.15	c 1429	SOLVING HOME/temp.cnf
1372.62/1429.15	c 1429	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1372.62/1429.16	c 1429	This is MiniSat 2.0 beta
1372.62/1429.16	c 1429	WARNING: for repeatability, setting FPU to use double precision
1372.62/1429.16	c 1429	============================[ Problem Statistics ]=============================
1372.62/1429.16	c 1429	|                                                                             |
1372.62/1429.16	c 1429	|  Number of variables:  1000                                                 |
1372.62/1429.16	c 1429	|  Number of clauses:    1418450                                              |
1374.39/1430.99	c 1431	|  Parsing time:         1.62         s                                       |
1374.49/1431.10	c 1431	============================[ Search Statistics ]==============================
1374.49/1431.10	c 1431	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1374.49/1431.10	c 1431	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1374.49/1431.10	c 1431	===============================================================================
1374.49/1431.10	c 1431	|         0 |    1000  1418450 16241585 |   472816        0    nan |  0.000 % |
1374.79/1431.30	c 1432	|       100 |    1000  1418450 16241585 |   520098      100      6 |  0.000 % |
1374.89/1431.47	c 1432	|       250 |    1000  1418450 16241585 |   572108      250      7 |  0.002 % |
1375.38/1432.00	c 1432	|       476 |    1000  1418450 16241585 |   629318      476      7 |  0.000 % |
1375.49/1432.05	c 1432	|       814 |    1000  1418450 16241585 |   692250      814      8 |  0.003 % |
1376.58/1433.15	c 1433	|      1320 |    1000  1418450 16241585 |   761475     1320      9 |  0.002 % |
1377.17/1433.77	c 1434	|      2080 |    1000  1418450 16241585 |   837623     2080     11 |  0.001 % |
1379.76/1436.39	c 1437	|      3219 |    1000  1418450 16241585 |   921385     3219     13 |  0.002 % |
1384.64/1441.22	c 1441	|      4927 |    1000  1418450 16241585 |  1013524     4927     15 |  0.002 % |
1392.61/1449.24	c 1449	|      7490 |    1000  1418450 16241585 |  1114876     7490     16 |  0.002 % |
1410.61/1467.33	c 1468	|     11334 |    1000  1418450 16241585 |  1226364    11334     17 |  0.001 % |
1430.32/1487.17	c 1487	|     17100 |    1000  1418450 16241585 |  1349001    17100     18 |  0.000 % |
1455.19/1512.19	c 1512	|     25751 |    1000  1418450 16241585 |  1483901    25751     20 |  0.001 % |
1492.31/1549.43	c 1550	|     38725 |    1000  1418450 16241585 |  1632291    38725     20 |  0.002 % |
1582.98/1640.56	c 1641	|     58186 |    1000  1418450 16241585 |  1795520    58186     21 |  0.000 % |
1695.53/1753.64	c 1754	|     87379 |    1000  1418450 16241585 |  1975072    87379     22 |  0.000 % |
1800.03/1858.61	c ERROR INTERRUPTED
1800.03/1858.63	s UNKNOWN
1800.03/1858.63	c 1859	CPU 1372.67 (0.05 0.02 1371.3 1.3)
1800.03/1858.63	c 1859	END Sun Jul 12 04:36:55 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-2077352-1247364356/watcher-2077352-1247364356 -o /tmp/evaluation-result-2077352-1247364356/solver-2077352-1247364356 -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-2077352-1247364356.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 3.20 2.72 2.46 5/88 25516
/proc/meminfo: memFree=1105208/2055920 swapFree=4192812/4192956
[pid=25516] ppid=25513 vsize=12268 CPUtime=0
/proc/25516/stat : 25516 (sugar) R 25513 25516 22177 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 23499502 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 221954931301 0 2147483391 4224 0 0 0 0 17 0 0 0
/proc/25516/statm: 3067 316 241 3 0 167 0

[startup+0.108811 s]
/proc/loadavg: 3.20 2.72 2.46 5/88 25516
/proc/meminfo: memFree=1105208/2055920 swapFree=4192812/4192956
[pid=25516] ppid=25513 vsize=16868 CPUtime=0.06
/proc/25516/stat : 25516 (sugar) S 25513 25516 22177 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 23499502 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25516/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.201821 s]
/proc/loadavg: 3.20 2.72 2.46 5/88 25516
/proc/meminfo: memFree=1105208/2055920 swapFree=4192812/4192956
[pid=25516] ppid=25513 vsize=16868 CPUtime=0.06
/proc/25516/stat : 25516 (sugar) S 25513 25516 22177 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 23499502 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25516/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301834 s]
/proc/loadavg: 3.20 2.72 2.46 5/88 25516
/proc/meminfo: memFree=1105208/2055920 swapFree=4192812/4192956
[pid=25516] ppid=25513 vsize=16868 CPUtime=0.06
/proc/25516/stat : 25516 (sugar) S 25513 25516 22177 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 23499502 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25516/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701861 s]
/proc/loadavg: 3.20 2.72 2.46 5/88 25516
/proc/meminfo: memFree=1105208/2055920 swapFree=4192812/4192956
[pid=25516] ppid=25513 vsize=16868 CPUtime=0.06
/proc/25516/stat : 25516 (sugar) S 25513 25516 22177 0 -1 4194304 1245 128 0 0 5 1 0 0 15 0 1 0 23499502 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25516/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50294 s]
/proc/loadavg: 3.20 2.72 2.46 4/98 25548
/proc/meminfo: memFree=1089192/2055920 swapFree=4192812/4192956
[pid=25516] ppid=25513 vsize=16868 CPUtime=0.65
/proc/25516/stat : 25516 (sugar) S 25513 25516 22177 0 -1 4194304 1310 11481 0 1 5 1 53 6 15 0 1 0 23499502 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25516/statm: 4217 1111 409 3 0 796 0
[pid=25536] ppid=25516 vsize=5356 CPUtime=0
/proc/25536/stat : 25536 (sh) S 25516 25516 22177 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23499574 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25536/statm: 1339 233 193 169 0 50 0
[pid=25538] ppid=25536 vsize=864920 CPUtime=0.75
/proc/25538/stat : 25538 (java) S 25536 25516 22177 0 -1 0 8848 0 1 0 71 4 0 0 18 0 9 0 23499574 885678080 7757 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25538/statm: 216230 7757 2567 9 0 210735 0
[pid=25538/tid=25540] ppid=25536 vsize=864920 CPUtime=0.44
/proc/25538/task/25540/stat : 25540 (java) S 25536 25516 22177 0 -1 64 2571 0 1 0 43 1 0 0 25 0 9 0 23499575 885678080 7757 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25538/tid=25541] ppid=25536 vsize=864920 CPUtime=0.26
/proc/25538/task/25541/stat : 25541 (java) R 25536 25516 22177 0 -1 64 5264 0 0 0 24 2 0 0 16 0 9 0 23499576 885678080 7757 996147200 134512640 134550932 4294955936 18446744073709551615 102768143 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25538/tid=25542] ppid=25536 vsize=864920 CPUtime=0
/proc/25538/task/25542/stat : 25542 (java) S 25536 25516 22177 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23499576 885678080 7757 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25538/tid=25543] ppid=25536 vsize=864920 CPUtime=0
/proc/25538/task/25543/stat : 25543 (java) S 25536 25516 22177 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 23499576 885678080 7757 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25538/tid=25545] ppid=25536 vsize=864920 CPUtime=0
/proc/25538/task/25545/stat : 25545 (java) S 25536 25516 22177 0 -1 64 0 0 0 0 0 0 0 0 21 0 9 0 23499578 885678080 7757 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25538/tid=25546] ppid=25536 vsize=864920 CPUtime=0.03
/proc/25538/task/25546/stat : 25546 (java) S 25536 25516 22177 0 -1 64 310 0 0 0 3 0 0 0 16 0 9 0 23499578 885678080 7757 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25538/tid=25547] ppid=25536 vsize=864920 CPUtime=0
/proc/25538/task/25547/stat : 25547 (java) S 25536 25516 22177 0 -1 64 1 0 0 0 0 0 0 0 22 0 9 0 23499578 885678080 7757 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25538/tid=25548] ppid=25536 vsize=864920 CPUtime=0
/proc/25538/task/25548/stat : 25548 (java) R 25536 25516 22177 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23499579 885678080 7757 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.4
Current children cumulated vsize (KiB) 887144

[startup+3.10208 s]
/proc/loadavg: 3.20 2.72 2.46 4/98 25549
/proc/meminfo: memFree=1058792/2055920 swapFree=4192812/4192956
[pid=25516] ppid=25513 vsize=16868 CPUtime=0.65
/proc/25516/stat : 25516 (sugar) S 25513 25516 22177 0 -1 4194304 1310 11481 0 1 5 1 53 6 16 0 1 0 23499502 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25516/statm: 4217 1111 409 3 0 796 0
[pid=25536] ppid=25516 vsize=5356 CPUtime=0
/proc/25536/stat : 25536 (sh) S 25516 25516 22177 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23499574 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25536/statm: 1339 233 193 169 0 50 0
[pid=25538] ppid=25536 vsize=864416 CPUtime=2.34
/proc/25538/stat : 25538 (java) S 25536 25516 22177 0 -1 0 21167 0 1 0 225 9 0 0 18 0 9 0 23499574 885161984 19279 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25538/statm: 216104 19279 2566 9 0 210609 0
[pid=25538/tid=25540] ppid=25536 vsize=864416 CPUtime=1.11
/proc/25538/task/25540/stat : 25540 (java) R 25536 25516 22177 0 -1 64 3181 0 1 0 110 1 0 0 16 0 9 0 23499575 885161984 19279 996147200 134512640 134550932 4294955936 18446744073709551615 103211122 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25538/tid=25541] ppid=25536 vsize=864416 CPUtime=1.17
/proc/25538/task/25541/stat : 25541 (java) S 25536 25516 22177 0 -1 64 16965 0 0 0 110 7 0 0 16 0 9 0 23499576 885161984 19279 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25538/tid=25542] ppid=25536 vsize=864416 CPUtime=0
/proc/25538/task/25542/stat : 25542 (java) S 25536 25516 22177 0 -1 64 15 0 0 0 0 0 0 0 15 0 9 0 23499576 885161984 19279 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25538/tid=25543] ppid=25536 vsize=864416 CPUtime=0
/proc/25538/task/25543/stat : 25543 (java) S 25536 25516 22177 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 23499576 885161984 19279 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25538/tid=25545] ppid=25536 vsize=864416 CPUtime=0
/proc/25538/task/25545/stat : 25545 (java) S 25536 25516 22177 0 -1 64 0 0 0 0 0 0 0 0 21 0 9 0 23499578 885161984 19279 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25538/tid=25546] ppid=25536 vsize=864416 CPUtime=0.04
/proc/25538/task/25546/stat : 25546 (java) S 25536 25516 22177 0 -1 64 318 0 0 0 4 0 0 0 16 0 9 0 23499578 885161984 19279 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25538/tid=25547] ppid=25536 vsize=864416 CPUtime=0
/proc/25538/task/25547/stat : 25547 (java) S 25536 25516 22177 0 -1 64 1 0 0 0 0 0 0 0 22 0 9 0 23499578 885161984 19279 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25538/tid=25548] ppid=25536 vsize=864416 CPUtime=0
/proc/25538/task/25548/stat : 25548 (java) S 25536 25516 22177 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23499579 885161984 19279 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.99
Current children cumulated vsize (KiB) 886640

[startup+6.30138 s]
/proc/loadavg: 3.19 2.73 2.46 4/98 25551
/proc/meminfo: memFree=994152/2055920 swapFree=4192812/4192956
[pid=25516] ppid=25513 vsize=16868 CPUtime=0.65
/proc/25516/stat : 25516 (sugar) S 25513 25516 22177 0 -1 4194304 1311 11481 0 1 5 1 53 6 15 0 1 0 23499502 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25516/statm: 4217 1112 409 3 0 796 0
[pid=25536] ppid=25516 vsize=5356 CPUtime=0
/proc/25536/stat : 25536 (sh) S 25516 25516 22177 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23499574 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25536/statm: 1339 233 193 169 0 50 0
[pid=25538] ppid=25536 vsize=864528 CPUtime=5.53
/proc/25538/stat : 25538 (java) S 25536 25516 22177 0 -1 0 31840 0 1 0 538 15 0 0 18 0 9 0 23499574 885276672 29036 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25538/statm: 216132 29036 2590 9 0 210609 0
[pid=25538/tid=25540] ppid=25536 vsize=864528 CPUtime=2.72
/proc/25538/task/25540/stat : 25540 (java) R 25536 25516 22177 0 -1 64 3726 0 1 0 271 1 0 0 25 0 9 0 23499575 885276672 29036 996147200 134512640 134550932 4294955936 18446744073709551615 4126585464 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25538/tid=25541] ppid=25536 vsize=864528 CPUtime=2.7
/proc/25538/task/25541/stat : 25541 (java) S 25536 25516 22177 0 -1 64 27070 0 0 0 258 12 0 0 16 0 9 0 23499576 885276672 29036 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25538/tid=25542] ppid=25536 vsize=864528 CPUtime=0
/proc/25538/task/25542/stat : 25542 (java) S 25536 25516 22177 0 -1 64 15 0 0 0 0 0 0 0 15 0 9 0 23499576 885276672 29036 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25538/tid=25543] ppid=25536 vsize=864528 CPUtime=0
/proc/25538/task/25543/stat : 25543 (java) S 25536 25516 22177 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 23499576 885276672 29036 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25538/tid=25545] ppid=25536 vsize=864528 CPUtime=0
/proc/25538/task/25545/stat : 25545 (java) S 25536 25516 22177 0 -1 64 0 0 0 0 0 0 0 0 21 0 9 0 23499578 885276672 29036 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25538/tid=25546] ppid=25536 vsize=864528 CPUtime=0.07
/proc/25538/task/25546/stat : 25546 (java) S 25536 25516 22177 0 -1 64 341 0 0 0 7 0 0 0 16 0 9 0 23499578 885276672 29036 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25538/tid=25547] ppid=25536 vsize=864528 CPUtime=0
/proc/25538/task/25547/stat : 25547 (java) S 25536 25516 22177 0 -1 64 1 0 0 0 0 0 0 0 22 0 9 0 23499578 885276672 29036 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25538/tid=25548] ppid=25536 vsize=864528 CPUtime=0
/proc/25538/task/25548/stat : 25548 (java) S 25536 25516 22177 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23499579 885276672 29036 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 886752

[startup+12.703 s]
/proc/loadavg: 3.17 2.73 2.46 4/98 25578
/proc/meminfo: memFree=987216/2055920 swapFree=4192812/4192956
[pid=25516] ppid=25513 vsize=16868 CPUtime=0.65
/proc/25516/stat : 25516 (sugar) S 25513 25516 22177 0 -1 4194304 1311 11481 0 1 5 1 53 6 16 0 1 0 23499502 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25516/statm: 4217 1112 409 3 0 796 0
[pid=25536] ppid=25516 vsize=5356 CPUtime=0
/proc/25536/stat : 25536 (sh) S 25516 25516 22177 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23499574 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25536/statm: 1339 233 193 169 0 50 0
[pid=25538] ppid=25536 vsize=864528 CPUtime=11.89
/proc/25538/stat : 25538 (java) S 25536 25516 22177 0 -1 0 32083 0 1 0 1171 18 0 0 18 0 9 0 23499574 885276672 29244 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25538/statm: 216132 29244 2590 9 0 210609 0
[pid=25538/tid=25540] ppid=25536 vsize=864528 CPUtime=8.9
/proc/25538/task/25540/stat : 25540 (java) R 25536 25516 22177 0 -1 64 3761 0 1 0 887 3 0 0 25 0 9 0 23499575 885276672 29244 996147200 134512640 134550932 4294955936 18446744073709551615 4126605140 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25538/tid=25541] ppid=25536 vsize=864528 CPUtime=2.86
/proc/25538/task/25541/stat : 25541 (java) S 25536 25516 22177 0 -1 64 27273 0 0 0 274 12 0 0 16 0 9 0 23499576 885276672 29244 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25538/tid=25542] ppid=25536 vsize=864528 CPUtime=0
/proc/25538/task/25542/stat : 25542 (java) S 25536 25516 22177 0 -1 64 15 0 0 0 0 0 0 0 15 0 9 0 23499576 885276672 29244 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25538/tid=25543] ppid=25536 vsize=864528 CPUtime=0
/proc/25538/task/25543/stat : 25543 (java) S 25536 25516 22177 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 23499576 885276672 29244 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25538/tid=25545] ppid=25536 vsize=864528 CPUtime=0
/proc/25538/task/25545/stat : 25545 (java) S 25536 25516 22177 0 -1 64 0 0 0 0 0 0 0 0 21 0 9 0 23499578 885276672 29244 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25538/tid=25546] ppid=25536 vsize=864528 CPUtime=0.08
/proc/25538/task/25546/stat : 25546 (java) S 25536 25516 22177 0 -1 64 346 0 0 0 8 0 0 0 17 0 9 0 23499578 885276672 29244 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25538/tid=25547] ppid=25536 vsize=864528 CPUtime=0
/proc/25538/task/25547/stat : 25547 (java) S 25536 25516 22177 0 -1 64 1 0 0 0 0 0 0 0 22 0 9 0 23499578 885276672 29244 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25538/tid=25548] ppid=25536 vsize=864528 CPUtime=0
/proc/25538/task/25548/stat : 25548 (java) S 25536 25516 22177 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23499579 885276672 29244 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.54
Current children cumulated vsize (KiB) 886752

[startup+25.5021 s]
/proc/loadavg: 3.13 2.75 2.47 4/99 25632
/proc/meminfo: memFree=965416/2055920 swapFree=4192812/4192956
[pid=25516] ppid=25513 vsize=16868 CPUtime=0.65
/proc/25516/stat : 25516 (sugar) S 25513 25516 22177 0 -1 4194304 1311 11481 0 1 5 1 53 6 16 0 1 0 23499502 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25516/statm: 4217 1112 409 3 0 796 0
[pid=25536] ppid=25516 vsize=5356 CPUtime=0
/proc/25536/stat : 25536 (sh) S 25516 25516 22177 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23499574 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25536/statm: 1339 233 193 169 0 50 0
[pid=25538] ppid=25536 vsize=864528 CPUtime=24.61
/proc/25538/stat : 25538 (java) S 25536 25516 22177 0 -1 0 36116 0 1 0 2438 23 0 0 18 0 9 0 23499574 885276672 33231 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25538/statm: 216132 33231 2590 9 0 210609 0
[pid=25538/tid=25540] ppid=25536 vsize=864528 CPUtime=21.4
/proc/25538/task/25540/stat : 25540 (java) R 25536 25516 22177 0 -1 64 3807 0 1 0 2134 6 0 0 25 0 9 0 23499575 885276672 33231 996147200 134512640 134550932 4294955936 18446744073709551615 4126585487 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25538/tid=25541] ppid=25536 vsize=864528 CPUtime=3.09
/proc/25538/task/25541/stat : 25541 (java) S 25536 25516 22177 0 -1 64 31260 0 0 0 294 15 0 0 16 0 9 0 23499576 885276672 33231 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25538/tid=25542] ppid=25536 vsize=864528 CPUtime=0
/proc/25538/task/25542/stat : 25542 (java) S 25536 25516 22177 0 -1 64 15 0 0 0 0 0 0 0 15 0 9 0 23499576 885276672 33231 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25538/tid=25543] ppid=25536 vsize=864528 CPUtime=0
/proc/25538/task/25543/stat : 25543 (java) S 25536 25516 22177 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 23499576 885276672 33231 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25538/tid=25545] ppid=25536 vsize=864528 CPUtime=0

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

[pid=25538/tid=25543] ppid=25536 vsize=864528 CPUtime=0
/proc/25538/task/25543/stat : 25543 (java) S 25536 25516 22177 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 23499576 885276672 50499 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25538/tid=25545] ppid=25536 vsize=864528 CPUtime=0
/proc/25538/task/25545/stat : 25545 (java) S 25536 25516 22177 0 -1 64 0 0 0 0 0 0 0 0 21 0 9 0 23499578 885276672 50499 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25538/tid=25546] ppid=25536 vsize=864528 CPUtime=0.09
/proc/25538/task/25546/stat : 25546 (java) S 25536 25516 22177 0 -1 64 350 0 0 0 9 0 0 0 16 0 9 0 23499578 885276672 50499 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25538/tid=25547] ppid=25536 vsize=864528 CPUtime=0
/proc/25538/task/25547/stat : 25547 (java) S 25536 25516 22177 0 -1 64 1 0 0 0 0 0 0 0 22 0 9 0 23499578 885276672 50499 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25538/tid=25548] ppid=25536 vsize=864528 CPUtime=0
/proc/25538/task/25548/stat : 25548 (java) S 25536 25516 22177 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23499579 885276672 50499 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1365.88
Current children cumulated vsize (KiB) 886752

[startup+1482.3 s]
/proc/loadavg: 2.20 2.72 2.59 3/77 28484
/proc/meminfo: memFree=1279088/2055920 swapFree=4192812/4192956
[pid=25516] ppid=25513 vsize=16868 CPUtime=1372.67
/proc/25516/stat : 25516 (sugar) S 25513 25516 22177 0 -1 4194304 1378 98292 0 2 5 2 137130 130 16 0 1 0 23499502 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25516/statm: 4217 1113 409 3 0 796 0
[pid=28483] ppid=25516 vsize=5356 CPUtime=0
/proc/28483/stat : 28483 (sh) S 25516 25516 22177 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23642417 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28483/statm: 1339 232 193 169 0 50 0
[pid=28484] ppid=28483 vsize=126740 CPUtime=52.88
/proc/28484/stat : 28484 (minisat) R 28483 25516 22177 0 -1 4194304 30645 0 0 0 5264 24 0 0 25 0 1 0 23642418 129781760 30631 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/28484/statm: 31685 30631 75 150 0 31532 0
Current children cumulated CPU time (s) 1425.55
Current children cumulated vsize (KiB) 148964

[startup+1542.31 s]
/proc/loadavg: 2.07 2.59 2.55 3/77 28484
/proc/meminfo: memFree=1271216/2055920 swapFree=4192812/4192956
[pid=25516] ppid=25513 vsize=16868 CPUtime=1372.67
/proc/25516/stat : 25516 (sugar) S 25513 25516 22177 0 -1 4194304 1378 98292 0 2 5 2 137130 130 16 0 1 0 23499502 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25516/statm: 4217 1113 409 3 0 796 0
[pid=28483] ppid=25516 vsize=5356 CPUtime=0
/proc/28483/stat : 28483 (sh) S 25516 25516 22177 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23642417 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28483/statm: 1339 232 193 169 0 50 0
[pid=28484] ppid=28483 vsize=129460 CPUtime=112.58
/proc/28484/stat : 28484 (minisat) R 28483 25516 22177 0 -1 4194304 31300 0 0 0 11234 24 0 0 25 0 1 0 23642418 132567040 31286 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/28484/statm: 32365 31286 75 150 0 32212 0
Current children cumulated CPU time (s) 1485.25
Current children cumulated vsize (KiB) 151684

[startup+1602.3 s]
/proc/loadavg: 2.02 2.48 2.51 3/77 28484
/proc/meminfo: memFree=1264624/2055920 swapFree=4192812/4192956
[pid=25516] ppid=25513 vsize=16868 CPUtime=1372.67
/proc/25516/stat : 25516 (sugar) S 25513 25516 22177 0 -1 4194304 1378 98292 0 2 5 2 137130 130 16 0 1 0 23499502 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25516/statm: 4217 1113 409 3 0 796 0
[pid=28483] ppid=25516 vsize=5356 CPUtime=0
/proc/28483/stat : 28483 (sh) S 25516 25516 22177 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23642417 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28483/statm: 1339 232 193 169 0 50 0
[pid=28484] ppid=28483 vsize=131352 CPUtime=172.29
/proc/28484/stat : 28484 (minisat) R 28483 25516 22177 0 -1 4194304 31733 0 0 0 17204 25 0 0 25 0 1 0 23642418 134504448 31719 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/28484/statm: 32838 31719 75 150 0 32685 0
Current children cumulated CPU time (s) 1544.96
Current children cumulated vsize (KiB) 153576

[startup+1662.3 s]
/proc/loadavg: 2.01 2.39 2.48 3/77 28484
/proc/meminfo: memFree=1257264/2055920 swapFree=4192812/4192956
[pid=25516] ppid=25513 vsize=16868 CPUtime=1372.67
/proc/25516/stat : 25516 (sugar) S 25513 25516 22177 0 -1 4194304 1378 98292 0 2 5 2 137130 130 16 0 1 0 23499502 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25516/statm: 4217 1113 409 3 0 796 0
[pid=28483] ppid=25516 vsize=5356 CPUtime=0
/proc/28483/stat : 28483 (sh) S 25516 25516 22177 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23642417 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28483/statm: 1339 232 193 169 0 50 0
[pid=28484] ppid=28483 vsize=134484 CPUtime=232.01
/proc/28484/stat : 28484 (minisat) R 28483 25516 22177 0 -1 4194304 32463 0 0 0 23175 26 0 0 25 0 1 0 23642418 137711616 32449 996147200 134512640 135127466 4294956256 18446744073709551615 134530682 0 0 4096 3 0 0 0 17 1 0 0
/proc/28484/statm: 33621 32449 75 150 0 33468 0
Current children cumulated CPU time (s) 1604.68
Current children cumulated vsize (KiB) 156708

[startup+1722.3 s]
/proc/loadavg: 2.00 2.32 2.44 3/77 28484
/proc/meminfo: memFree=1250224/2055920 swapFree=4192812/4192956
[pid=25516] ppid=25513 vsize=16868 CPUtime=1372.67
/proc/25516/stat : 25516 (sugar) S 25513 25516 22177 0 -1 4194304 1378 98292 0 2 5 2 137130 130 16 0 1 0 23499502 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25516/statm: 4217 1113 409 3 0 796 0
[pid=28483] ppid=25516 vsize=5356 CPUtime=0
/proc/28483/stat : 28483 (sh) S 25516 25516 22177 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23642417 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28483/statm: 1339 232 193 169 0 50 0
[pid=28484] ppid=28483 vsize=136576 CPUtime=291.71
/proc/28484/stat : 28484 (minisat) R 28483 25516 22177 0 -1 4194304 33029 0 0 0 29145 26 0 0 25 0 1 0 23642418 139853824 33015 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/28484/statm: 34144 33015 75 150 0 33991 0
Current children cumulated CPU time (s) 1664.38
Current children cumulated vsize (KiB) 158800

[startup+1782.3 s]
/proc/loadavg: 2.00 2.26 2.41 3/77 28484
/proc/meminfo: memFree=1241520/2055920 swapFree=4192812/4192956
[pid=25516] ppid=25513 vsize=16868 CPUtime=1372.67
/proc/25516/stat : 25516 (sugar) S 25513 25516 22177 0 -1 4194304 1378 98292 0 2 5 2 137130 130 16 0 1 0 23499502 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25516/statm: 4217 1113 409 3 0 796 0
[pid=28483] ppid=25516 vsize=5356 CPUtime=0
/proc/28483/stat : 28483 (sh) S 25516 25516 22177 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23642417 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28483/statm: 1339 232 193 169 0 50 0
[pid=28484] ppid=28483 vsize=139528 CPUtime=351.43
/proc/28484/stat : 28484 (minisat) R 28483 25516 22177 0 -1 4194304 33667 0 0 0 35116 27 0 0 25 0 1 0 23642418 142876672 33653 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/28484/statm: 34882 33653 75 150 0 34729 0
Current children cumulated CPU time (s) 1724.1
Current children cumulated vsize (KiB) 161752

[startup+1842.3 s]
/proc/loadavg: 2.00 2.21 2.38 3/77 28484
/proc/meminfo: memFree=1237168/2055920 swapFree=4192812/4192956
[pid=25516] ppid=25513 vsize=16868 CPUtime=1372.67
/proc/25516/stat : 25516 (sugar) S 25513 25516 22177 0 -1 4194304 1378 98292 0 2 5 2 137130 130 16 0 1 0 23499502 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25516/statm: 4217 1113 409 3 0 796 0
[pid=28483] ppid=25516 vsize=5356 CPUtime=0
/proc/28483/stat : 28483 (sh) S 25516 25516 22177 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23642417 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28483/statm: 1339 232 193 169 0 50 0
[pid=28484] ppid=28483 vsize=141068 CPUtime=411.13
/proc/28484/stat : 28484 (minisat) R 28483 25516 22177 0 -1 4194304 34079 0 0 0 41086 27 0 0 25 0 1 0 23642418 144453632 34065 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/28484/statm: 35267 34065 75 150 0 35114 0
Current children cumulated CPU time (s) 1783.8
Current children cumulated vsize (KiB) 163292



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1858.6 s]
/proc/loadavg: 2.00 2.19 2.37 3/77 28484
/proc/meminfo: memFree=1236016/2055920 swapFree=4192812/4192956
[pid=25516] ppid=25513 vsize=16868 CPUtime=1372.67
/proc/25516/stat : 25516 (sugar) S 25513 25516 22177 0 -1 4194304 1378 98292 0 2 5 2 137130 130 16 0 1 0 23499502 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25516/statm: 4217 1113 409 3 0 796 0
[pid=28483] ppid=25516 vsize=5356 CPUtime=0
/proc/28483/stat : 28483 (sh) S 25516 25516 22177 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23642417 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28483/statm: 1339 232 193 169 0 50 0
[pid=28484] ppid=28483 vsize=141464 CPUtime=427.36
/proc/28484/stat : 28484 (minisat) R 28483 25516 22177 0 -1 4194304 34185 0 0 0 42709 27 0 0 25 0 1 0 23642418 144859136 34171 996147200 134512640 135127466 4294956256 18446744073709551615 134530679 0 0 4096 3 0 0 0 17 1 0 0
/proc/28484/statm: 35366 34171 75 150 0 35213 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 163688

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

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

[startup+1858.6 s]
/proc/loadavg: 2.00 2.19 2.37 3/77 28484
/proc/meminfo: memFree=1236016/2055920 swapFree=4192812/4192956
[pid=25516] ppid=25513 vsize=16868 CPUtime=1372.67
/proc/25516/stat : 25516 (sugar) S 25513 25516 22177 0 -1 4194304 1378 98292 0 2 5 2 137130 130 16 0 1 0 23499502 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25516/statm: 4217 1113 409 3 0 796 0
[pid=28483] ppid=25516 vsize=5356 CPUtime=0
/proc/28483/stat : 28483 (sh) S 25516 25516 22177 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23642417 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28483/statm: 1339 232 193 169 0 50 0
[pid=28484] ppid=28483 vsize=141464 CPUtime=427.36
/proc/28484/stat : 28484 (minisat) R 28483 25516 22177 0 -1 4194304 34185 0 0 0 42709 27 0 0 25 0 1 0 23642418 144859136 34171 996147200 134512640 135127466 4294956256 18446744073709551615 134530679 0 0 4096 3 0 0 0 17 1 0 0
/proc/28484/statm: 35366 34171 75 150 0 35213 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 163688

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 25516 and gives
#  childrusage.ru_utime.tv_sec=1371
#  childrusage.ru_utime.tv_usec=364520
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=370791
# CPU time returned by wait4() is 1372.74
# while last known CPU time is 1800.03
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1858.67
CPU time (s): 1800.03
CPU user time (s): 1798.44
CPU system time (s): 1.59
CPU usage (%): 96.845
Max. virtual memory (cumulated for all children) (KiB): 913368

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1371.36
system time used= 1.37079
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 100051
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= 35943
involuntary context switches= 66334

runsolver used 2.33864 second user time and 6.44602 second system time

The end

Launcher Data

Begin job on node43 at 2009-07-12 04:05:56
IDJOB=2077352
IDBENCH=56585
IDSOLVER=739
FILE ID=node43/2077352-1247364356
PBS_JOBID= 9506979
Free space on /tmp= 66184 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/ogdVg/normalized-crossword-m1c-ogd-vg5-8_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-2077352-1247364356/watcher-2077352-1247364356 -o /tmp/evaluation-result-2077352-1247364356/solver-2077352-1247364356 -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-2077352-1247364356.xml

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

MD5SUM BENCH= d448df7b768e7be8842dd4094eb7aad9
RANDOM SEED=2145866088

node43.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.213
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	: 5931.00
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.213
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:       1105824 kB
Buffers:         35168 kB
Cached:         193924 kB
SwapCached:          0 kB
Active:         771168 kB
Inactive:       123420 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1105824 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            3004 kB
Writeback:           0 kB
Mapped:         687460 kB
Slab:            38820 kB
Committed_AS:   960952 kB
PageTables:       3504 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= 66204 MiB
End job on node43 at 2009-07-12 04:36:57