Trace number 1066780

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sugar v1.13+minisat? (TO) 1800.04 1800.67

General information on the benchmark

Namecsp/wordsVg/
normalized-crossword-m1c-words-vg8-9_ext.xml
MD5SUM560094240c3c84be2d23874ade24f17a
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 benchmark157.179
Satisfiable
(Un)Satisfiability was proved
Number of variables72
Number of constraints17
Maximum constraint arity9
Maximum domain size26
Number of constraints which are defined in extension17
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/minisat
0.00/0.04	c 0	BEGIN Fri Jul  4 07:22:31 2008
0.00/0.04	c 0	PID 9460
0.00/0.04	c 0	HOST node12.alineos.net
0.00/0.04	c 0	CONVERTING HOME/instance-1066780-1215148951.xml TO HOME/temp.csp
0.00/0.04	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1066780-1215148951.xml' 'HOME/temp.csp'
0.03/0.33	c 1	1 domains, 72 variables, 0 predicates, 2 relations, 17 constraints
0.03/0.36	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.36	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.34/0.43	c 1	Parsing HOME/temp.csp
0.34/0.61	c 1	parsed 92 expressions
0.34/0.61	c 1	Heap : 3 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.34/0.61	c 1	Converting to clausal form CSP
0.34/0.63	c 1	converted 10 (10%) expressions
0.34/0.63	c 1	converted 19 (20%) expressions
0.34/0.63	c 1	converted 28 (30%) expressions
0.34/0.63	c 1	converted 37 (40%) expressions
0.34/0.63	c 1	converted 46 (50%) expressions
0.34/0.63	c 1	converted 56 (60%) expressions
0.34/0.63	c 1	converted 65 (70%) expressions
0.34/0.64	c 1	converted 74 (80%) expressions
1.42/1.46	c 2	converted 83 (90%) expressions
2.22/2.28	c 2	converted 92 (100%) expressions
2.22/2.28	c 2	CSP : 72 integers, 0 booleans, 17 clauses, largest domain size 26
2.22/2.28	c 2	Heap : 54 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.22/2.28	c 2	Propagation in CSP
2.22/2.28	c 2	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.22/2.28	c 2	CSP : 72 integers, 0 booleans, 17 clauses, largest domain size 26
2.22/2.28	c 2	Heap : 54 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.22/2.28	c 2	Simplifing CSP by introducing new Boolean variables
2.22/2.28	c 2	CSP : 72 integers, 0 booleans, 17 clauses, largest domain size 26
2.22/2.28	c 2	Heap : 54 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.52/2.57	c 3	Encoding CSP to SAT : HOME/temp.cnf
2.52/2.58	c 3	8 (10%) CSP integer variables are encoded (192 clauses, 1968 bytes)
2.52/2.59	c 3	15 (20%) CSP integer variables are encoded (360 clauses, 3816 bytes)
2.52/2.59	c 3	22 (30%) CSP integer variables are encoded (528 clauses, 5664 bytes)
2.52/2.60	c 3	29 (40%) CSP integer variables are encoded (696 clauses, 7512 bytes)
2.61/2.60	c 3	36 (50%) CSP integer variables are encoded (864 clauses, 9360 bytes)
2.61/2.60	c 3	44 (60%) CSP integer variables are encoded (1056 clauses, 11665 bytes)
2.61/2.60	c 3	51 (70%) CSP integer variables are encoded (1224 clauses, 13849 bytes)
2.61/2.60	c 3	58 (80%) CSP integer variables are encoded (1392 clauses, 16033 bytes)
2.61/2.61	c 3	65 (90%) CSP integer variables are encoded (1560 clauses, 18217 bytes)
2.61/2.61	c 3	72 (100%) CSP integer variables are encoded (1728 clauses, 20401 bytes)
31.70/31.76	c 32	2 (10%) CSP clauses are encoded (128422 clauses, 6640589 bytes)
60.59/60.64	c 61	4 (20%) CSP clauses are encoded (255116 clauses, 13319709 bytes)
89.78/89.89	c 90	6 (30%) CSP clauses are encoded (381810 clauses, 20441745 bytes)
104.77/104.88	c 105	7 (40%) CSP clauses are encoded (445157 clauses, 24002763 bytes)
133.96/134.05	c 134	9 (50%) CSP clauses are encoded (571851 clauses, 31124799 bytes)
166.84/166.95	c 167	11 (60%) CSP clauses are encoded (705789 clauses, 38250982 bytes)
183.34/183.43	c 184	12 (70%) CSP clauses are encoded (772758 clauses, 42097616 bytes)
217.31/217.40	c 218	14 (80%) CSP clauses are encoded (906696 clauses, 50107040 bytes)
250.40/250.55	c 251	16 (90%) CSP clauses are encoded (1040634 clauses, 59441248 bytes)
266.67/266.86	c 267	17 (100%) CSP clauses are encoded (1107603 clauses, 64108352 bytes)
266.67/266.86	c 267	17 CSP clauses encoded
266.67/266.86	c 267	Writing map file : HOME/temp.map
266.67/266.87	c 267	Heap : 101 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
266.67/266.87	c 267	SAT : 1800 SAT variables, 1107603 SAT clauses, 64108352 bytes
266.67/266.87	c 267	Heap : 101 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
266.75/266.92	c 267	SOLVING HOME/temp.cnf
266.75/266.92	c 267	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
266.75/266.92	c 267	This is MiniSat 2.0 beta
266.75/266.92	c 267	WARNING: for repeatability, setting FPU to use double precision
266.75/266.92	c 267	============================[ Problem Statistics ]=============================
266.75/266.92	c 267	|                                                                             |
266.75/266.93	c 267	|  Number of variables:  1800                                                 |
266.75/266.93	c 267	|  Number of clauses:    1107603                                              |
268.17/268.37	c 269	|  Parsing time:         1.30         s                                       |
268.27/268.46	c 269	============================[ Search Statistics ]==============================
268.27/268.46	c 269	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
268.27/268.46	c 269	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
268.27/268.46	c 269	===============================================================================
268.27/268.46	c 269	|         0 |    1800  1107603 12935085 |   369201        0    nan |  0.000 % |
268.36/268.55	c 269	|       100 |    1796  1107603 12935085 |   406121       96      8 |  0.224 % |
268.46/268.63	c 269	|       250 |    1796  1107603 12935085 |   446733      246      8 |  0.223 % |
268.46/268.68	c 269	|       476 |    1796  1107603 12935085 |   491406      472      8 |  0.223 % |
268.56/268.78	c 269	|       813 |    1796  1107603 12935085 |   540547      809      8 |  0.223 % |
268.66/268.89	c 269	|      1319 |    1796  1107603 12935085 |   594601     1315      8 |  0.223 % |
268.76/268.97	c 269	|      2079 |    1796  1107603 12935085 |   654062     2075      9 |  0.223 % |
269.37/269.57	c 270	|      3218 |    1796  1107603 12935085 |   719468     3214      9 |  0.223 % |
270.16/270.35	c 271	|      4927 |    1796  1107603 12935085 |   791415     4923     10 |  0.223 % |
276.46/276.60	c 277	|      7489 |    1796  1107603 12935085 |   870556     7485     11 |  0.223 % |
285.96/286.11	c 286	|     11334 |    1796  1107603 12935085 |   957612    11330     12 |  0.223 % |
299.65/299.87	c 300	|     17100 |    1796  1107603 12935085 |  1053373    17096     14 |  0.223 % |
323.45/323.66	c 324	|     25749 |    1796  1107603 12935085 |  1158710    25745     15 |  0.222 % |
362.93/363.19	c 363	|     38724 |    1796  1107603 12935085 |  1274581    38720     15 |  0.223 % |
412.23/412.49	c 413	|     58185 |    1796  1107603 12935085 |  1402040    58181     15 |  0.223 % |
500.79/501.08	c 501	|     87377 |    1796  1107603 12935085 |  1542244    87373     17 |  0.222 % |
650.86/651.16	c 651	|    131167 |    1796  1107603 12935085 |  1696468   131163     17 |  0.222 % |
926.57/926.98	c 927	|    196852 |    1796  1107603 12935085 |  1866115   196848     18 |  0.223 % |
1381.94/1382.45	c 1383	|    295378 |    1796  1106811 12925043 |  2052727   295374     18 |  0.223 % |
1800.04/1800.62	c ERROR INTERRUPTED
1800.04/1800.64	s UNKNOWN
1800.04/1800.64	c 1801	CPU 266.03 (0.03 0.01 266 0.76)
1800.04/1800.64	c 1801	END Fri Jul  4 07:52:32 2008

Verifier Data (download as text)

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

Watcher Data (download as text)

runsolver version 3.2.5 (c) roussel@cril.univ-artois.fr

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1066780-1215148951/watcher-1066780-1215148951 -o /tmp/evaluation-result-1066780-1215148951/solver-1066780-1215148951 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/sugar -c -vv -java=java -Xmx700M -jar=HOME/sugar-v1-13.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-1066780-1215148951.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2200 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.20 2.07 2.02 3/70 9460
/proc/meminfo: memFree=1758216/2055920 swapFree=4122684/4192956
[pid=9460] ppid=9458 vsize=12268 CPUtime=0
/proc/9460/stat : 9460 (sugar) R 9458 9460 6380 0 -1 4194304 348 0 0 0 0 0 0 0 18 0 1 0 1544570160 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 252438428670 0 0 4224 0 0 0 0 17 1 0 0
/proc/9460/statm: 3067 316 241 3 0 167 0

[startup+0.09352 s]
/proc/loadavg: 2.20 2.07 2.02 3/70 9460
/proc/meminfo: memFree=1758216/2055920 swapFree=4122684/4192956
[pid=9460] ppid=9458 vsize=13600 CPUtime=0.03
/proc/9460/stat : 9460 (sugar) S 9458 9460 6380 0 -1 4194304 900 127 0 0 3 0 0 0 16 0 1 0 1544570160 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9460/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.101517 s]
/proc/loadavg: 2.20 2.07 2.02 3/70 9460
/proc/meminfo: memFree=1758216/2055920 swapFree=4122684/4192956
[pid=9460] ppid=9458 vsize=13600 CPUtime=0.03
/proc/9460/stat : 9460 (sugar) S 9458 9460 6380 0 -1 4194304 900 127 0 0 3 0 0 0 16 0 1 0 1544570160 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9460/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301539 s]
/proc/loadavg: 2.20 2.07 2.02 3/70 9460
/proc/meminfo: memFree=1758216/2055920 swapFree=4122684/4192956
[pid=9460] ppid=9458 vsize=13600 CPUtime=0.03
/proc/9460/stat : 9460 (sugar) S 9458 9460 6380 0 -1 4194304 900 127 0 0 3 0 0 0 16 0 1 0 1544570160 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9460/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.70158 s]
/proc/loadavg: 2.20 2.07 2.02 3/70 9460
/proc/meminfo: memFree=1758216/2055920 swapFree=4122684/4192956
[pid=9460] ppid=9458 vsize=13600 CPUtime=0.34
/proc/9460/stat : 9460 (sugar) S 9458 9460 6380 0 -1 4194304 973 6600 0 1 3 0 27 4 16 0 1 0 1544570160 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9460/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.34
Current children cumulated vsize (KiB) 13600

[startup+1.50266 s]
/proc/loadavg: 2.20 2.07 2.02 2/78 9499
/proc/meminfo: memFree=1738376/2055920 swapFree=4122684/4192956
[pid=9460] ppid=9458 vsize=13600 CPUtime=0.34
/proc/9460/stat : 9460 (sugar) S 9458 9460 6380 0 -1 4194304 973 6600 0 1 3 0 27 4 16 0 1 0 1544570160 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9460/statm: 3400 797 370 3 0 500 0
[pid=9473] ppid=9460 vsize=5356 CPUtime=0
/proc/9473/stat : 9473 (sh) S 9460 9460 6380 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1544570196 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9473/statm: 1339 233 193 169 0 50 0
[pid=9474] ppid=9473 vsize=865032 CPUtime=1.18
/proc/9474/stat : 9474 (java) S 9473 9460 6380 0 -1 0 12210 0 1 0 112 6 0 0 18 0 9 0 1544570197 885792768 11386 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/9474/statm: 216258 11387 2540 9 0 210833 0
[pid=9474/tid=9475] ppid=9473 vsize=865032 CPUtime=0.5
/proc/9474/task/9475/stat : 9475 (java) S 9473 9460 6380 0 -1 64 2887 0 1 0 49 1 0 0 16 0 9 0 1544570198 885792768 11387 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9474/tid=9476] ppid=9473 vsize=865032 CPUtime=0.6
/proc/9474/task/9476/stat : 9476 (java) R 9473 9460 6380 0 -1 64 8295 0 0 0 56 4 0 0 16 0 9 0 1544570199 885792768 11388 996147200 134512640 134550740 4294955952 18446744073709551615 102674864 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9474/tid=9477] ppid=9473 vsize=865032 CPUtime=0
/proc/9474/task/9477/stat : 9477 (java) S 9473 9460 6380 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1544570199 885792768 11389 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9474/tid=9478] ppid=9473 vsize=865032 CPUtime=0
/proc/9474/task/9478/stat : 9478 (java) S 9473 9460 6380 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1544570199 885792768 11389 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9474/tid=9479] ppid=9473 vsize=865032 CPUtime=0
/proc/9474/task/9479/stat : 9479 (java) S 9473 9460 6380 0 -1 64 0 0 0 0 0 0 0 0 24 0 9 0 1544570201 885792768 11390 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9474/tid=9480] ppid=9473 vsize=865032 CPUtime=0.05
/proc/9474/task/9480/stat : 9480 (java) S 9473 9460 6380 0 -1 64 337 0 0 0 5 0 0 0 16 0 9 0 1544570201 885792768 11391 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9474/tid=9481] ppid=9473 vsize=865032 CPUtime=0
/proc/9474/task/9481/stat : 9481 (java) S 9473 9460 6380 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 1544570201 885792768 11392 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9474/tid=9482] ppid=9473 vsize=865032 CPUtime=0
/proc/9474/task/9482/stat : 9482 (java) S 9473 9460 6380 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1544570201 885792768 11392 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.52
Current children cumulated vsize (KiB) 883988

[startup+3.10281 s]
/proc/loadavg: 2.20 2.07 2.02 5/83 9509
/proc/meminfo: memFree=1698336/2055920 swapFree=4122684/4192956
[pid=9460] ppid=9458 vsize=13600 CPUtime=0.34
/proc/9460/stat : 9460 (sugar) S 9458 9460 6380 0 -1 4194304 974 6600 0 1 3 0 27 4 15 0 1 0 1544570160 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9460/statm: 3400 797 370 3 0 500 0
[pid=9473] ppid=9460 vsize=5356 CPUtime=0
/proc/9473/stat : 9473 (sh) S 9460 9460 6380 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1544570196 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9473/statm: 1339 233 193 169 0 50 0
[pid=9474] ppid=9473 vsize=865164 CPUtime=2.78
/proc/9474/stat : 9474 (java) S 9473 9460 6380 0 -1 0 19171 0 1 0 268 10 0 0 18 0 9 0 1544570197 885927936 18259 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/9474/statm: 216291 18259 2564 9 0 210838 0
[pid=9474/tid=9475] ppid=9473 vsize=865164 CPUtime=1.25
/proc/9474/task/9475/stat : 9475 (java) R 9473 9460 6380 0 -1 64 3408 0 1 0 123 2 0 0 20 0 9 0 1544570198 885927936 18259 996147200 134512640 134550740 4294955952 18446744073709551615 4126491132 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9474/tid=9476] ppid=9473 vsize=865164 CPUtime=1.41
/proc/9474/task/9476/stat : 9476 (java) S 9473 9460 6380 0 -1 64 14712 0 0 0 135 6 0 0 16 0 9 0 1544570199 885927936 18259 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9474/tid=9477] ppid=9473 vsize=865164 CPUtime=0
/proc/9474/task/9477/stat : 9477 (java) S 9473 9460 6380 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1544570199 885927936 18259 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9474/tid=9478] ppid=9473 vsize=865164 CPUtime=0
/proc/9474/task/9478/stat : 9478 (java) S 9473 9460 6380 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1544570199 885927936 18259 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9474/tid=9479] ppid=9473 vsize=865164 CPUtime=0
/proc/9474/task/9479/stat : 9479 (java) S 9473 9460 6380 0 -1 64 0 0 0 0 0 0 0 0 24 0 9 0 1544570201 885927936 18259 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9474/tid=9480] ppid=9473 vsize=865164 CPUtime=0.08
/proc/9474/task/9480/stat : 9480 (java) S 9473 9460 6380 0 -1 64 358 0 0 0 8 0 0 0 16 0 9 0 1544570201 885927936 18259 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9474/tid=9481] ppid=9473 vsize=865164 CPUtime=0
/proc/9474/task/9481/stat : 9481 (java) S 9473 9460 6380 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 1544570201 885927936 18259 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9474/tid=9482] ppid=9473 vsize=865164 CPUtime=0
/proc/9474/task/9482/stat : 9482 (java) S 9473 9460 6380 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1544570201 885927936 18259 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.12
Current children cumulated vsize (KiB) 884120

[startup+6.30114 s]
/proc/loadavg: 2.19 2.06 2.01 3/83 9509
/proc/meminfo: memFree=1658208/2055920 swapFree=4122684/4192956
[pid=9460] ppid=9458 vsize=13600 CPUtime=0.34
/proc/9460/stat : 9460 (sugar) S 9458 9460 6380 0 -1 4194304 974 6600 0 1 3 0 27 4 15 0 1 0 1544570160 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9460/statm: 3400 797 370 3 0 500 0
[pid=9473] ppid=9460 vsize=5356 CPUtime=0
/proc/9473/stat : 9473 (sh) S 9460 9460 6380 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1544570196 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9473/statm: 1339 233 193 169 0 50 0
[pid=9474] ppid=9473 vsize=865164 CPUtime=5.97
/proc/9474/stat : 9474 (java) S 9473 9460 6380 0 -1 0 19253 0 1 0 587 10 0 0 18 0 9 0 1544570197 885927936 18333 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/9474/statm: 216291 18334 2564 9 0 210838 0
[pid=9474/tid=9475] ppid=9473 vsize=865164 CPUtime=4.43
/proc/9474/task/9475/stat : 9475 (java) R 9473 9460 6380 0 -1 64 3416 0 1 0 441 2 0 0 25 0 9 0 1544570198 885927936 18334 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9474/tid=9476] ppid=9473 vsize=865164 CPUtime=1.44
/proc/9474/task/9476/stat : 9476 (java) R 9473 9460 6380 0 -1 64 14787 0 0 0 137 7 0 0 16 0 9 0 1544570199 885927936 18334 996147200 134512640 134550740 4294955952 18446744073709551615 102674864 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9474/tid=9477] ppid=9473 vsize=865164 CPUtime=0
/proc/9474/task/9477/stat : 9477 (java) S 9473 9460 6380 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1544570199 885927936 18334 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9474/tid=9478] ppid=9473 vsize=865164 CPUtime=0
/proc/9474/task/9478/stat : 9478 (java) S 9473 9460 6380 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1544570199 885927936 18334 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9474/tid=9479] ppid=9473 vsize=865164 CPUtime=0
/proc/9474/task/9479/stat : 9479 (java) S 9473 9460 6380 0 -1 64 0 0 0 0 0 0 0 0 24 0 9 0 1544570201 885927936 18334 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9474/tid=9480] ppid=9473 vsize=865164 CPUtime=0.08
/proc/9474/task/9480/stat : 9480 (java) S 9473 9460 6380 0 -1 64 358 0 0 0 8 0 0 0 16 0 9 0 1544570201 885927936 18334 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9474/tid=9481] ppid=9473 vsize=865164 CPUtime=0
/proc/9474/task/9481/stat : 9481 (java) S 9473 9460 6380 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 1544570201 885927936 18334 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9474/tid=9482] ppid=9473 vsize=865164 CPUtime=0
/proc/9474/task/9482/stat : 9482 (java) S 9473 9460 6380 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1544570201 885927936 18334 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.31
Current children cumulated vsize (KiB) 884120

[startup+12.7018 s]
/proc/loadavg: 2.17 2.06 2.01 3/84 9510
/proc/meminfo: memFree=1589720/2055920 swapFree=4122684/4192956
[pid=9460] ppid=9458 vsize=13600 CPUtime=0.34
/proc/9460/stat : 9460 (sugar) S 9458 9460 6380 0 -1 4194304 974 6600 0 1 3 0 27 4 15 0 1 0 1544570160 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9460/statm: 3400 797 370 3 0 500 0
[pid=9473] ppid=9460 vsize=5356 CPUtime=0
/proc/9473/stat : 9473 (sh) S 9460 9460 6380 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1544570196 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9473/statm: 1339 233 193 169 0 50 0
[pid=9474] ppid=9473 vsize=865164 CPUtime=12.37
/proc/9474/stat : 9474 (java) S 9473 9460 6380 0 -1 0 20428 0 1 0 1226 11 0 0 18 0 9 0 1544570197 885927936 19487 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/9474/statm: 216291 19487 2564 9 0 210838 0
[pid=9474/tid=9475] ppid=9473 vsize=865164 CPUtime=10.75
/proc/9474/task/9475/stat : 9475 (java) R 9473 9460 6380 0 -1 64 3437 0 1 0 1073 2 0 0 25 0 9 0 1544570198 885927936 19487 996147200 134512640 134550740 4294955952 18446744073709551615 4126595550 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9474/tid=9476] ppid=9473 vsize=865164 CPUtime=1.51
/proc/9474/task/9476/stat : 9476 (java) S 9473 9460 6380 0 -1 64 15940 0 0 0 144 7 0 0 16 0 9 0 1544570199 885927936 19487 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9474/tid=9477] ppid=9473 vsize=865164 CPUtime=0
/proc/9474/task/9477/stat : 9477 (java) S 9473 9460 6380 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1544570199 885927936 19487 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9474/tid=9478] ppid=9473 vsize=865164 CPUtime=0
/proc/9474/task/9478/stat : 9478 (java) S 9473 9460 6380 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1544570199 885927936 19487 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9474/tid=9479] ppid=9473 vsize=865164 CPUtime=0
/proc/9474/task/9479/stat : 9479 (java) S 9473 9460 6380 0 -1 64 0 0 0 0 0 0 0 0 24 0 9 0 1544570201 885927936 19487 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9474/tid=9480] ppid=9473 vsize=865164 CPUtime=0.08
/proc/9474/task/9480/stat : 9480 (java) S 9473 9460 6380 0 -1 64 358 0 0 0 8 0 0 0 16 0 9 0 1544570201 885927936 19487 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9474/tid=9481] ppid=9473 vsize=865164 CPUtime=0
/proc/9474/task/9481/stat : 9481 (java) S 9473 9460 6380 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 1544570201 885927936 19487 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9474/tid=9482] ppid=9473 vsize=865164 CPUtime=0
/proc/9474/task/9482/stat : 9482 (java) S 9473 9460 6380 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1544570201 885927936 19487 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.71
Current children cumulated vsize (KiB) 884120

[startup+25.502 s]
/proc/loadavg: 2.13 2.06 2.01 3/84 9510
/proc/meminfo: memFree=1580120/2055920 swapFree=4122684/4192956
[pid=9460] ppid=9458 vsize=13600 CPUtime=0.34
/proc/9460/stat : 9460 (sugar) S 9458 9460 6380 0 -1 4194304 974 6600 0 1 3 0 27 4 15 0 1 0 1544570160 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9460/statm: 3400 797 370 3 0 500 0
[pid=9473] ppid=9460 vsize=5356 CPUtime=0
/proc/9473/stat : 9473 (sh) S 9460 9460 6380 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1544570196 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9473/statm: 1339 233 193 169 0 50 0
[pid=9474] ppid=9473 vsize=865164 CPUtime=25.16
/proc/9474/stat : 9474 (java) S 9473 9460 6380 0 -1 0 22055 0 1 0 2502 14 0 0 18 0 9 0 1544570197 885927936 21064 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/9474/statm: 216291 21064 2564 9 0 210838 0
[pid=9474/tid=9475] ppid=9473 vsize=865164 CPUtime=23.42
/proc/9474/task/9475/stat : 9475 (java) R 9473 9460 6380 0 -1 64 3487 0 1 0 2338 4 0 0 25 0 9 0 1544570198 885927936 21064 996147200 134512640 134550740 4294955952 18446744073709551615 4126576069 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9474/tid=9476] ppid=9473 vsize=865164 CPUtime=1.63
/proc/9474/task/9476/stat : 9476 (java) S 9473 9460 6380 0 -1 64 17513 0 0 0 154 9 0 0 16 0 9 0 1544570199 885927936 21064 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9474/tid=9477] ppid=9473 vsize=865164 CPUtime=0
/proc/9474/task/9477/stat : 9477 (java) S 9473 9460 6380 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1544570199 885927936 21064 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9474/tid=9478] ppid=9473 vsize=865164 CPUtime=0
/proc/9474/task/9478/stat : 9478 (java) S 9473 9460 6380 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1544570199 885927936 21064 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

/proc/meminfo: memFree=1467600/2055920 swapFree=4122684/4192956
[pid=9460] ppid=9458 vsize=13600 CPUtime=266.8
/proc/9460/stat : 9460 (sugar) S 9458 9460 6380 0 -1 4194304 1031 53878 0 2 3 1 26600 76 16 0 1 0 1544570160 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9460/statm: 3400 798 370 3 0 500 0
[pid=9511] ppid=9460 vsize=5356 CPUtime=0
/proc/9511/stat : 9511 (sh) S 9460 9460 6380 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1544596852 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9511/statm: 1339 232 193 169 0 50 0
[pid=9512] ppid=9511 vsize=130128 CPUtime=1035.08
/proc/9512/stat : 9512 (minisat) R 9511 9460 6380 0 -1 4194304 31601 0 0 0 103483 25 0 0 25 0 1 0 1544596853 133251072 31587 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/9512/statm: 32532 31587 75 150 0 32379 0
Current children cumulated CPU time (s) 1301.88
Current children cumulated vsize (KiB) 149084

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/78 9516
/proc/meminfo: memFree=1466312/2055920 swapFree=4122684/4192956
[pid=9460] ppid=9458 vsize=13600 CPUtime=266.8
/proc/9460/stat : 9460 (sugar) S 9458 9460 6380 0 -1 4194304 1031 53878 0 2 3 1 26600 76 16 0 1 0 1544570160 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9460/statm: 3400 798 370 3 0 500 0
[pid=9511] ppid=9460 vsize=5356 CPUtime=0
/proc/9511/stat : 9511 (sh) S 9460 9460 6380 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1544596852 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9511/statm: 1339 232 193 169 0 50 0
[pid=9512] ppid=9511 vsize=131344 CPUtime=1095.05
/proc/9512/stat : 9512 (minisat) R 9511 9460 6380 0 -1 4194304 31908 0 0 0 109480 25 0 0 25 0 1 0 1544596853 134496256 31894 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/9512/statm: 32836 31894 75 150 0 32683 0
Current children cumulated CPU time (s) 1361.85
Current children cumulated vsize (KiB) 150300

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/78 9516
/proc/meminfo: memFree=1464584/2055920 swapFree=4122684/4192956
[pid=9460] ppid=9458 vsize=13600 CPUtime=266.8
/proc/9460/stat : 9460 (sugar) S 9458 9460 6380 0 -1 4194304 1031 53878 0 2 3 1 26600 76 16 0 1 0 1544570160 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9460/statm: 3400 798 370 3 0 500 0
[pid=9511] ppid=9460 vsize=5356 CPUtime=0
/proc/9511/stat : 9511 (sh) S 9460 9460 6380 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1544596852 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9511/statm: 1339 232 193 169 0 50 0
[pid=9512] ppid=9511 vsize=133244 CPUtime=1155.04
/proc/9512/stat : 9512 (minisat) R 9511 9460 6380 0 -1 4194304 32373 0 0 0 115478 26 0 0 25 0 1 0 1544596853 136441856 32359 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/9512/statm: 33311 32359 75 150 0 33158 0
Current children cumulated CPU time (s) 1421.84
Current children cumulated vsize (KiB) 152200

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/78 9516
/proc/meminfo: memFree=1463048/2055920 swapFree=4122684/4192956
[pid=9460] ppid=9458 vsize=13600 CPUtime=266.8
/proc/9460/stat : 9460 (sugar) S 9458 9460 6380 0 -1 4194304 1031 53878 0 2 3 1 26600 76 16 0 1 0 1544570160 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9460/statm: 3400 798 370 3 0 500 0
[pid=9511] ppid=9460 vsize=5356 CPUtime=0
/proc/9511/stat : 9511 (sh) S 9460 9460 6380 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1544596852 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9511/statm: 1339 232 193 169 0 50 0
[pid=9512] ppid=9511 vsize=135400 CPUtime=1215.02
/proc/9512/stat : 9512 (minisat) R 9511 9460 6380 0 -1 4194304 32747 0 0 0 121476 26 0 0 25 0 1 0 1544596853 138649600 32733 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/9512/statm: 33850 32733 75 150 0 33697 0
Current children cumulated CPU time (s) 1481.82
Current children cumulated vsize (KiB) 154356

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/78 9516
/proc/meminfo: memFree=1461640/2055920 swapFree=4122684/4192956
[pid=9460] ppid=9458 vsize=13600 CPUtime=266.8
/proc/9460/stat : 9460 (sugar) S 9458 9460 6380 0 -1 4194304 1031 53878 0 2 3 1 26600 76 16 0 1 0 1544570160 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9460/statm: 3400 798 370 3 0 500 0
[pid=9511] ppid=9460 vsize=5356 CPUtime=0
/proc/9511/stat : 9511 (sh) S 9460 9460 6380 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1544596852 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9511/statm: 1339 232 193 169 0 50 0
[pid=9512] ppid=9511 vsize=136720 CPUtime=1275
/proc/9512/stat : 9512 (minisat) R 9511 9460 6380 0 -1 4194304 33091 0 0 0 127474 26 0 0 25 0 1 0 1544596853 140001280 33077 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/9512/statm: 34180 33077 75 150 0 34027 0
Current children cumulated CPU time (s) 1541.8
Current children cumulated vsize (KiB) 155676

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/79 9517
/proc/meminfo: memFree=1460224/2055920 swapFree=4122684/4192956
[pid=9460] ppid=9458 vsize=13600 CPUtime=266.8
/proc/9460/stat : 9460 (sugar) S 9458 9460 6380 0 -1 4194304 1031 53878 0 2 3 1 26600 76 16 0 1 0 1544570160 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9460/statm: 3400 798 370 3 0 500 0
[pid=9511] ppid=9460 vsize=5356 CPUtime=0
/proc/9511/stat : 9511 (sh) S 9460 9460 6380 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1544596852 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9511/statm: 1339 232 193 169 0 50 0
[pid=9512] ppid=9511 vsize=137932 CPUtime=1334.98
/proc/9512/stat : 9512 (minisat) R 9511 9460 6380 0 -1 4194304 33421 0 0 0 133471 27 0 0 25 0 1 0 1544596853 141242368 33407 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/9512/statm: 34483 33407 75 150 0 34330 0
Current children cumulated CPU time (s) 1601.78
Current children cumulated vsize (KiB) 156888

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/79 9517
/proc/meminfo: memFree=1458496/2055920 swapFree=4122684/4192956
[pid=9460] ppid=9458 vsize=13600 CPUtime=266.8
/proc/9460/stat : 9460 (sugar) S 9458 9460 6380 0 -1 4194304 1031 53878 0 2 3 1 26600 76 16 0 1 0 1544570160 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9460/statm: 3400 798 370 3 0 500 0
[pid=9511] ppid=9460 vsize=5356 CPUtime=0
/proc/9511/stat : 9511 (sh) S 9460 9460 6380 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1544596852 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9511/statm: 1339 232 193 169 0 50 0
[pid=9512] ppid=9511 vsize=139496 CPUtime=1394.97
/proc/9512/stat : 9512 (minisat) R 9511 9460 6380 0 -1 4194304 33828 0 0 0 139469 28 0 0 25 0 1 0 1544596853 142843904 33814 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/9512/statm: 34874 33814 75 150 0 34721 0
Current children cumulated CPU time (s) 1661.77
Current children cumulated vsize (KiB) 158452

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/79 9517
/proc/meminfo: memFree=1456896/2055920 swapFree=4122684/4192956
[pid=9460] ppid=9458 vsize=13600 CPUtime=266.8
/proc/9460/stat : 9460 (sugar) S 9458 9460 6380 0 -1 4194304 1031 53878 0 2 3 1 26600 76 16 0 1 0 1544570160 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9460/statm: 3400 798 370 3 0 500 0
[pid=9511] ppid=9460 vsize=5356 CPUtime=0
/proc/9511/stat : 9511 (sh) S 9460 9460 6380 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1544596852 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9511/statm: 1339 232 193 169 0 50 0
[pid=9512] ppid=9511 vsize=141096 CPUtime=1454.95
/proc/9512/stat : 9512 (minisat) R 9511 9460 6380 0 -1 4194304 34217 0 0 0 145467 28 0 0 25 0 1 0 1544596853 144482304 34203 996147200 134512640 135127466 4294956272 18446744073709551615 134528655 0 0 4096 3 0 0 0 17 1 0 0
/proc/9512/statm: 35274 34203 75 150 0 35121 0
Current children cumulated CPU time (s) 1721.75
Current children cumulated vsize (KiB) 160052

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/79 9517
/proc/meminfo: memFree=1455360/2055920 swapFree=4122684/4192956
[pid=9460] ppid=9458 vsize=13600 CPUtime=266.8
/proc/9460/stat : 9460 (sugar) S 9458 9460 6380 0 -1 4194304 1031 53878 0 2 3 1 26600 76 16 0 1 0 1544570160 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9460/statm: 3400 798 370 3 0 500 0
[pid=9511] ppid=9460 vsize=5356 CPUtime=0
/proc/9511/stat : 9511 (sh) S 9460 9460 6380 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1544596852 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9511/statm: 1339 232 193 169 0 50 0
[pid=9512] ppid=9511 vsize=142392 CPUtime=1514.93
/proc/9512/stat : 9512 (minisat) R 9511 9460 6380 0 -1 4194304 34546 0 0 0 151465 28 0 0 25 0 1 0 1544596853 145809408 34532 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/9512/statm: 35598 34532 75 150 0 35445 0
Current children cumulated CPU time (s) 1781.73
Current children cumulated vsize (KiB) 161348



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.6 s]
/proc/loadavg: 2.00 2.00 2.00 3/79 9517
/proc/meminfo: memFree=1455104/2055920 swapFree=4122684/4192956
[pid=9460] ppid=9458 vsize=13600 CPUtime=266.8
/proc/9460/stat : 9460 (sugar) S 9458 9460 6380 0 -1 4194304 1031 53878 0 2 3 1 26600 76 16 0 1 0 1544570160 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9460/statm: 3400 798 370 3 0 500 0
[pid=9511] ppid=9460 vsize=5356 CPUtime=0
/proc/9511/stat : 9511 (sh) S 9460 9460 6380 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1544596852 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9511/statm: 1339 232 193 169 0 50 0
[pid=9512] ppid=9511 vsize=142816 CPUtime=1533.24
/proc/9512/stat : 9512 (minisat) R 9511 9460 6380 0 -1 4194304 34638 0 0 0 153296 28 0 0 25 0 1 0 1544596853 146243584 34624 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/9512/statm: 35704 34624 75 150 0 35551 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 161772

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 9460 and gives
#  childrusage.ru_utime.tv_sec=266
#  childrusage.ru_utime.tv_usec=39555
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=809876
# CPU time returned by wait4() is 266.849
# while last known CPU time is 1800.04
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1800.67
CPU time (s): 1800.04
CPU user time (s): 1798.99
CPU system time (s): 1.05
CPU usage (%): 99.965
Max. virtual memory (cumulated for all children) (KiB): 895428

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 266.04
system time used= 0.809876
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 55253
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= 13089
involuntary context switches= 13174

runsolver used 1.76173 second user time and 5.06323 second system time

The end

Launcher Data (download as text)

Begin job on node12 at 2008-07-04 07:22:31
IDJOB=1066780
IDBENCH=55142
IDSOLVER=346
FILE ID=node12/1066780-1215148951
PBS_JOBID= 7877292
Free space on /tmp= 66548 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/wordsVg/normalized-crossword-m1c-words-vg8-9_ext.xml
COMMAND LINE= DIR/sugar -c -vv -java="java -Xmx700M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1066780-1215148951/watcher-1066780-1215148951 -o /tmp/evaluation-result-1066780-1215148951/solver-1066780-1215148951 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/sugar -c -vv -java="java -Xmx700M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-1066780-1215148951.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 560094240c3c84be2d23874ade24f17a
RANDOM SEED=78522455

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

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

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1758632 kB
Buffers:         17008 kB
Cached:         126956 kB
SwapCached:      64320 kB
Active:         187308 kB
Inactive:        53604 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1758632 kB
SwapTotal:     4192956 kB
SwapFree:      4122684 kB
Dirty:            1588 kB
Writeback:           0 kB
Mapped:         102860 kB
Slab:            41700 kB
Committed_AS:  2868492 kB
PageTables:       1888 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= 66548 MiB
End job on node12 at 2008-07-04 07:52:34