Trace number 1041850

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.07 1811.34

General information on the benchmark

Namecsp/cjss/
normalized-la03x3-590.xml
MD5SUM4a57b1e7f8dbec9499f874ec5413a1d3
Bench CategoryGLOBAL (global constraints)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables151
Number of constraints155
Maximum constraint arity30
Maximum domain size591
Number of constraints which are defined in extension0
Number of constraints which are defined in intension150
Global constraints used (with number of constraints)cumulative(5)

Solver Data (download as text)

0.00/0.05	c 0	Sugar v1-13 + HOME/minisat
0.00/0.05	c 0	BEGIN Wed Jul  2 14:16:19 2008
0.00/0.05	c 0	PID 30397
0.04/0.05	c 0	HOST node12.alineos.net
0.04/0.05	c 0	CONVERTING HOME/instance-1041850-1215000979.xml TO HOME/temp.csp
0.04/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1041850-1215000979.xml' 'HOME/temp.csp'
0.04/0.41	c 1	2 domains, 151 variables, 1 predicates, 0 relations, 155 constraints
0.04/0.42	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.04/0.42	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.38/0.51	c 1	Parsing HOME/temp.csp
0.38/0.62	c 1	parsed 309 expressions
0.38/0.67	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.38/0.67	c 1	Converting to clausal form CSP
0.38/0.69	c 1	converted 31 (10%) expressions
0.38/0.69	c 1	converted 62 (20%) expressions
0.38/0.69	c 1	converted 93 (30%) expressions
0.38/0.69	c 1	converted 124 (40%) expressions
0.38/0.70	c 1	converted 155 (50%) expressions
0.38/0.71	c 1	converted 186 (60%) expressions
0.38/0.71	c 1	converted 217 (70%) expressions
0.38/0.72	c 1	converted 248 (80%) expressions
0.38/0.72	c 1	converted 279 (90%) expressions
22.60/22.90	c 23	converted 309 (100%) expressions
22.60/22.93	c 23	CSP : 195669 integers, 81351 booleans, 551778 clauses, largest domain size 591
22.60/22.93	c 23	Heap : 309 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
22.60/22.93	c 23	Propagation in CSP
26.76/27.12	c 28	213034 values, 0 unsatisfiable literals, and 74 valid clauses are removed
26.76/27.15	c 28	CSP : 195669 integers, 81351 booleans, 551704 clauses, largest domain size 434
26.76/27.15	c 28	Heap : 337 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
26.96/27.30	c 28	Simplifing CSP by introducing new Boolean variables
27.16/27.56	c 28	CSP : 195669 integers, 81351 booleans, 551704 clauses, largest domain size 434
27.16/27.56	c 28	Heap : 344 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
29.14/29.52	c 30	Encoding CSP to SAT : HOME/temp.cnf
29.24/29.70	c 30	19567 (10%) CSP integer variables are encoded (66654 clauses, 977732 bytes)
29.33/29.74	c 30	39134 (20%) CSP integer variables are encoded (79842 clauses, 1190362 bytes)
29.33/29.79	c 30	58701 (30%) CSP integer variables are encoded (93737 clauses, 1426577 bytes)
29.44/29.83	c 30	78268 (40%) CSP integer variables are encoded (106435 clauses, 1642443 bytes)
29.44/29.88	c 30	97835 (50%) CSP integer variables are encoded (120163 clauses, 1875819 bytes)
29.53/29.92	c 30	117402 (60%) CSP integer variables are encoded (133290 clauses, 2098978 bytes)
29.53/29.97	c 30	136969 (70%) CSP integer variables are encoded (146887 clauses, 2330127 bytes)
29.63/30.01	c 30	156536 (80%) CSP integer variables are encoded (159994 clauses, 2552946 bytes)
29.63/30.06	c 30	176103 (90%) CSP integer variables are encoded (173538 clauses, 2783194 bytes)
29.73/30.10	c 31	195669 (100%) CSP integer variables are encoded (186445 clauses, 3002613 bytes)
30.32/30.71	c 31	55171 (10%) CSP clauses are encoded (356987 clauses, 5851997 bytes)
30.82/31.21	c 32	110341 (20%) CSP clauses are encoded (479072 clauses, 8097612 bytes)
31.31/31.72	c 32	165512 (30%) CSP clauses are encoded (606772 clauses, 10575049 bytes)
31.80/32.22	c 33	220682 (40%) CSP clauses are encoded (724373 clauses, 12848455 bytes)
32.30/32.74	c 33	275852 (50%) CSP clauses are encoded (854873 clauses, 15381683 bytes)
32.79/33.24	c 34	331023 (60%) CSP clauses are encoded (973128 clauses, 17661745 bytes)
33.29/33.77	c 34	386193 (70%) CSP clauses are encoded (1103517 clauses, 20197436 bytes)
33.79/34.27	c 35	441364 (80%) CSP clauses are encoded (1219904 clauses, 22437609 bytes)
34.28/34.79	c 35	496534 (90%) CSP clauses are encoded (1343742 clauses, 24826921 bytes)
34.87/35.30	c 36	551704 (100%) CSP clauses are encoded (1466868 clauses, 27210553 bytes)
34.87/35.30	c 36	551704 CSP clauses encoded
34.87/35.30	c 36	Writing map file : HOME/temp.map
34.87/35.34	c 36	Heap : 345 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
34.87/35.34	c 36	SAT : 455725 SAT variables, 1466868 SAT clauses, 27210553 bytes
34.87/35.34	c 36	Heap : 345 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
34.96/35.42	c 36	SOLVING HOME/temp.cnf
34.96/35.42	c 36	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
34.96/35.43	c 36	This is MiniSat 2.0 beta
34.96/35.43	c 36	WARNING: for repeatability, setting FPU to use double precision
34.96/35.43	c 36	============================[ Problem Statistics ]=============================
34.96/35.43	c 36	|                                                                             |
34.96/35.43	c 36	|  Number of variables:  455725                                               |
34.96/35.43	c 36	|  Number of clauses:    1466868                                              |
35.75/36.26	c 37	|  Parsing time:         0.69         s                                       |
35.86/36.32	c 37	============================[ Search Statistics ]==============================
35.86/36.32	c 37	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
35.86/36.32	c 37	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
35.86/36.32	c 37	===============================================================================
35.86/36.32	c 37	|         0 |  326732  1023633  2343032 |   341211        0    nan |  0.000 % |
37.03/37.52	c 38	|       100 |  326732  1023633  2343032 |   375332      100     40 | 28.305 % |
38.32/38.87	c 39	|       250 |  326732  1023633  2343032 |   412865      250     27 | 28.305 % |
40.79/41.30	c 42	|       476 |  326732  1023633  2343032 |   454151      476     34 | 28.305 % |
43.48/44.09	c 45	|       813 |  326732  1023633  2343032 |   499567      813     35 | 28.305 % |
48.33/48.91	c 49	|      1321 |  326732  1023633  2343032 |   549523     1321     40 | 28.305 % |
55.76/56.47	c 57	|      2080 |  326732  1023633  2343032 |   604476     2080     66 | 28.305 % |
67.35/68.15	c 69	|      3219 |  326732  1023633  2343032 |   664923     3219     56 | 28.305 % |
85.07/86.06	c 86	|      4927 |  326732  1023633  2343032 |   731416     4927     52 | 28.305 % |
106.98/108.19	c 109	|      7490 |  326732  1023633  2343032 |   804557     7490     53 | 28.305 % |
147.77/149.34	c 150	|     11334 |  326732  1023633  2343032 |   885013    11334     68 | 28.305 % |
201.18/203.25	c 204	|     17101 |  326732  1023633  2343032 |   973514    17101     58 | 28.305 % |
301.93/304.94	c 305	|     25750 |  326732  1023633  2343032 |  1070866    25750     79 | 28.305 % |
436.86/441.19	c 442	|     38724 |  326732  1023633  2343032 |  1177952    38724     70 | 28.305 % |
643.70/649.93	c 650	|     58185 |  326732  1023633  2343032 |  1295748    58185     83 | 28.305 % |
919.79/928.69	c 929	|     87377 |  326732  1023633  2343032 |  1425323    87377     88 | 28.305 % |
1283.80/1294.69	c 1295	|    131169 |  326732  1023633  2343032 |  1567855   131169     84 | 28.305 % |
1800.07/1811.31	c ERROR INTERRUPTED
1800.07/1811.33	s UNKNOWN
1800.07/1811.33	c 1812	CPU 33.99 (0.04 0.01 33.95 1.01)
1800.07/1811.33	c 1812	END Wed Jul  2 14:46:31 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-1041850-1215000979/watcher-1041850-1215000979 -o /tmp/evaluation-result-1041850-1215000979/solver-1041850-1215000979 -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-1041850-1215000979.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.00 2.01 1.94 4/74 30397
/proc/meminfo: memFree=1492704/2055920 swapFree=4122540/4192956
[pid=30397] ppid=30395 vsize=18572 CPUtime=0
/proc/30397/stat : 30397 (runsolver) R 30395 30397 30034 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 1529772984 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 252429528359 0 0 4096 24578 0 0 0 17 1 0 0
/proc/30397/statm: 4643 292 257 25 0 2626 0

[startup+0.0512469 s]
/proc/loadavg: 2.00 2.01 1.94 4/74 30397
/proc/meminfo: memFree=1492704/2055920 swapFree=4122540/4192956
[pid=30397] ppid=30395 vsize=13600 CPUtime=0.04
/proc/30397/stat : 30397 (sugar) S 30395 30397 30034 0 -1 4194304 837 0 0 0 3 1 0 0 18 0 1 0 1529772984 13926400 792 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30397/statm: 3400 792 367 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.103874 s]
/proc/loadavg: 2.00 2.01 1.94 4/74 30397
/proc/meminfo: memFree=1492704/2055920 swapFree=4122540/4192956
[pid=30397] ppid=30395 vsize=13600 CPUtime=0.04
/proc/30397/stat : 30397 (sugar) S 30395 30397 30034 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1529772984 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30397/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.301881 s]
/proc/loadavg: 2.00 2.01 1.94 4/74 30397
/proc/meminfo: memFree=1492704/2055920 swapFree=4122540/4192956
[pid=30397] ppid=30395 vsize=13600 CPUtime=0.04
/proc/30397/stat : 30397 (sugar) S 30395 30397 30034 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1529772984 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30397/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.701922 s]
/proc/loadavg: 2.00 2.01 1.94 4/74 30397
/proc/meminfo: memFree=1492704/2055920 swapFree=4122540/4192956
[pid=30397] ppid=30395 vsize=13600 CPUtime=0.38
/proc/30397/stat : 30397 (sugar) S 30395 30397 30034 0 -1 4194304 973 4495 0 1 3 1 32 2 15 0 1 0 1529772984 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30397/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.38
Current children cumulated vsize (KiB) 13600

[startup+1.50301 s]
/proc/loadavg: 2.00 2.01 1.94 4/85 30419
/proc/meminfo: memFree=1474760/2055920 swapFree=4122540/4192956
[pid=30397] ppid=30395 vsize=13600 CPUtime=0.38
/proc/30397/stat : 30397 (sugar) S 30395 30397 30034 0 -1 4194304 973 4495 0 1 3 1 32 2 15 0 1 0 1529772984 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30397/statm: 3400 797 370 3 0 500 0
[pid=30410] ppid=30397 vsize=5356 CPUtime=0
/proc/30410/stat : 30410 (sh) S 30397 30397 30034 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1529773026 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30410/statm: 1339 233 193 169 0 50 0
[pid=30411] ppid=30410 vsize=868360 CPUtime=1.04
/proc/30411/stat : 30411 (java) S 30410 30397 30034 0 -1 0 8930 0 1 0 99 5 0 0 18 0 9 0 1529773027 889200640 8142 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30411/statm: 217090 8142 2539 9 0 211665 0
[pid=30411/tid=30412] ppid=30410 vsize=868360 CPUtime=0.57
/proc/30411/task/30412/stat : 30412 (java) R 30410 30397 30034 0 -1 64 2679 0 1 0 56 1 0 0 22 0 9 0 1529773028 889200640 8142 996147200 134512640 134550740 4294955952 18446744073709551615 4126574983 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30411/tid=30413] ppid=30410 vsize=868360 CPUtime=0.23
/proc/30411/task/30413/stat : 30413 (java) S 30410 30397 30034 0 -1 64 4090 0 0 0 22 1 0 0 16 0 9 0 1529773029 889200640 8142 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30411/tid=30414] ppid=30410 vsize=868360 CPUtime=0
/proc/30411/task/30414/stat : 30414 (java) S 30410 30397 30034 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1529773029 889200640 8142 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30411/tid=30415] ppid=30410 vsize=868360 CPUtime=0
/proc/30411/task/30415/stat : 30415 (java) S 30410 30397 30034 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1529773029 889200640 8142 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30411/tid=30416] ppid=30410 vsize=868360 CPUtime=0
/proc/30411/task/30416/stat : 30416 (java) S 30410 30397 30034 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1529773031 889200640 8142 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30411/tid=30417] ppid=30410 vsize=868360 CPUtime=0.21
/proc/30411/task/30417/stat : 30417 (java) S 30410 30397 30034 0 -1 64 1468 0 0 0 20 1 0 0 16 0 9 0 1529773031 889200640 8142 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30411/tid=30418] ppid=30410 vsize=868360 CPUtime=0
/proc/30411/task/30418/stat : 30418 (java) S 30410 30397 30034 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1529773031 889200640 8142 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30411/tid=30419] ppid=30410 vsize=868360 CPUtime=0
/proc/30411/task/30419/stat : 30419 (java) S 30410 30397 30034 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1529773031 889200640 8142 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.42
Current children cumulated vsize (KiB) 887316

[startup+3.10216 s]
/proc/loadavg: 2.00 2.01 1.94 3/85 30419
/proc/meminfo: memFree=1457928/2055920 swapFree=4122540/4192956
[pid=30397] ppid=30395 vsize=13600 CPUtime=0.38
/proc/30397/stat : 30397 (sugar) S 30395 30397 30034 0 -1 4194304 973 4495 0 1 3 1 32 2 15 0 1 0 1529772984 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30397/statm: 3400 797 370 3 0 500 0
[pid=30410] ppid=30397 vsize=5356 CPUtime=0
/proc/30410/stat : 30410 (sh) S 30397 30397 30034 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1529773026 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30410/statm: 1339 233 193 169 0 50 0
[pid=30411] ppid=30410 vsize=868360 CPUtime=2.63
/proc/30411/stat : 30411 (java) S 30410 30397 30034 0 -1 0 15476 0 1 0 253 10 0 0 18 0 9 0 1529773027 889200640 14497 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30411/statm: 217090 14497 2540 9 0 211665 0
[pid=30411/tid=30412] ppid=30410 vsize=868360 CPUtime=1.54
/proc/30411/task/30412/stat : 30412 (java) R 30410 30397 30034 0 -1 64 3025 0 1 0 152 2 0 0 25 0 9 0 1529773028 889200640 14497 996147200 134512640 134550740 4294955952 18446744073709551615 4126502941 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30411/tid=30413] ppid=30410 vsize=868360 CPUtime=0.84
/proc/30411/task/30413/stat : 30413 (java) S 30410 30397 30034 0 -1 64 10287 0 0 0 79 5 0 0 16 0 9 0 1529773029 889200640 14497 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30411/tid=30414] ppid=30410 vsize=868360 CPUtime=0
/proc/30411/task/30414/stat : 30414 (java) S 30410 30397 30034 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1529773029 889200640 14497 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30411/tid=30415] ppid=30410 vsize=868360 CPUtime=0
/proc/30411/task/30415/stat : 30415 (java) S 30410 30397 30034 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1529773029 889200640 14497 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30411/tid=30416] ppid=30410 vsize=868360 CPUtime=0
/proc/30411/task/30416/stat : 30416 (java) S 30410 30397 30034 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1529773031 889200640 14497 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30411/tid=30417] ppid=30410 vsize=868360 CPUtime=0.21
/proc/30411/task/30417/stat : 30417 (java) S 30410 30397 30034 0 -1 64 1471 0 0 0 20 1 0 0 16 0 9 0 1529773031 889200640 14497 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30411/tid=30418] ppid=30410 vsize=868360 CPUtime=0
/proc/30411/task/30418/stat : 30418 (java) S 30410 30397 30034 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1529773031 889200640 14497 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30411/tid=30419] ppid=30410 vsize=868360 CPUtime=0
/proc/30411/task/30419/stat : 30419 (java) S 30410 30397 30034 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1529773031 889200640 14497 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.01
Current children cumulated vsize (KiB) 887316

[startup+6.30249 s]
/proc/loadavg: 2.08 2.03 1.95 4/85 30419
/proc/meminfo: memFree=1389384/2055920 swapFree=4122540/4192956
[pid=30397] ppid=30395 vsize=13600 CPUtime=0.38
/proc/30397/stat : 30397 (sugar) S 30395 30397 30034 0 -1 4194304 973 4495 0 1 3 1 32 2 15 0 1 0 1529772984 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30397/statm: 3400 797 370 3 0 500 0
[pid=30410] ppid=30397 vsize=5356 CPUtime=0
/proc/30410/stat : 30410 (sh) S 30397 30397 30034 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1529773026 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30410/statm: 1339 233 193 169 0 50 0
[pid=30411] ppid=30410 vsize=868360 CPUtime=5.79
/proc/30411/stat : 30411 (java) S 30410 30397 30034 0 -1 0 38952 0 1 0 556 23 0 0 18 0 9 0 1529773027 889200640 27038 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30411/statm: 217090 27038 2540 9 0 211665 0
[pid=30411/tid=30412] ppid=30410 vsize=868360 CPUtime=3.21
/proc/30411/task/30412/stat : 30412 (java) R 30410 30397 30034 0 -1 64 3823 0 1 0 318 3 0 0 25 0 9 0 1529773028 889200640 27038 996147200 134512640 134550740 4294955952 18446744073709551615 4126599680 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30411/tid=30413] ppid=30410 vsize=868360 CPUtime=2.33
/proc/30411/task/30413/stat : 30413 (java) S 30410 30397 30034 0 -1 64 32952 0 0 0 216 17 0 0 16 0 9 0 1529773029 889200640 27038 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30411/tid=30414] ppid=30410 vsize=868360 CPUtime=0
/proc/30411/task/30414/stat : 30414 (java) S 30410 30397 30034 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1529773029 889200640 27038 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30411/tid=30415] ppid=30410 vsize=868360 CPUtime=0
/proc/30411/task/30415/stat : 30415 (java) S 30410 30397 30034 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1529773029 889200640 27038 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30411/tid=30416] ppid=30410 vsize=868360 CPUtime=0
/proc/30411/task/30416/stat : 30416 (java) S 30410 30397 30034 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1529773031 889200640 27038 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30411/tid=30417] ppid=30410 vsize=868360 CPUtime=0.23
/proc/30411/task/30417/stat : 30417 (java) S 30410 30397 30034 0 -1 64 1484 0 0 0 22 1 0 0 16 0 9 0 1529773031 889200640 27038 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30411/tid=30418] ppid=30410 vsize=868360 CPUtime=0
/proc/30411/task/30418/stat : 30418 (java) S 30410 30397 30034 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1529773031 889200640 27038 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30411/tid=30419] ppid=30410 vsize=868360 CPUtime=0
/proc/30411/task/30419/stat : 30419 (java) S 30410 30397 30034 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1529773031 889200640 27038 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 887316

[startup+12.7021 s]
/proc/loadavg: 2.07 2.03 1.95 3/85 30419
/proc/meminfo: memFree=1305800/2055920 swapFree=4122540/4192956
[pid=30397] ppid=30395 vsize=13600 CPUtime=0.38
/proc/30397/stat : 30397 (sugar) S 30395 30397 30034 0 -1 4194304 973 4495 0 1 3 1 32 2 15 0 1 0 1529772984 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30397/statm: 3400 797 370 3 0 500 0
[pid=30410] ppid=30397 vsize=5356 CPUtime=0
/proc/30410/stat : 30410 (sh) S 30397 30397 30034 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1529773026 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30410/statm: 1339 233 193 169 0 50 0
[pid=30411] ppid=30410 vsize=880612 CPUtime=12.12
/proc/30411/stat : 30411 (java) S 30410 30397 30034 0 -1 0 75103 0 1 0 1170 42 0 0 18 0 9 0 1529773027 901746688 52233 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30411/statm: 220153 52233 2540 9 0 214728 0
[pid=30411/tid=30412] ppid=30410 vsize=880612 CPUtime=6.72
/proc/30411/task/30412/stat : 30412 (java) R 30410 30397 30034 0 -1 64 4384 0 1 0 669 3 0 0 25 0 9 0 1529773028 901746688 52233 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30411/tid=30413] ppid=30410 vsize=880612 CPUtime=5.14
/proc/30411/task/30413/stat : 30413 (java) R 30410 30397 30034 0 -1 64 68542 0 0 0 478 36 0 0 16 0 9 0 1529773029 901746688 52233 996147200 134512640 134550740 4294955952 18446744073709551615 104181372 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30411/tid=30414] ppid=30410 vsize=880612 CPUtime=0
/proc/30411/task/30414/stat : 30414 (java) S 30410 30397 30034 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1529773029 901746688 52233 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30411/tid=30415] ppid=30410 vsize=880612 CPUtime=0
/proc/30411/task/30415/stat : 30415 (java) S 30410 30397 30034 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1529773029 901746688 52233 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30411/tid=30416] ppid=30410 vsize=880612 CPUtime=0
/proc/30411/task/30416/stat : 30416 (java) S 30410 30397 30034 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1529773031 901746688 52233 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30411/tid=30417] ppid=30410 vsize=880612 CPUtime=0.23
/proc/30411/task/30417/stat : 30417 (java) S 30410 30397 30034 0 -1 64 1484 0 0 0 22 1 0 0 17 0 9 0 1529773031 901746688 52233 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30411/tid=30418] ppid=30410 vsize=880612 CPUtime=0
/proc/30411/task/30418/stat : 30418 (java) S 30410 30397 30034 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1529773031 901746688 52233 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30411/tid=30419] ppid=30410 vsize=880612 CPUtime=0
/proc/30411/task/30419/stat : 30419 (java) S 30410 30397 30034 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1529773031 901746688 52233 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.5
Current children cumulated vsize (KiB) 899568

[startup+25.5024 s]
/proc/loadavg: 2.12 2.04 1.95 3/85 30419
/proc/meminfo: memFree=1115336/2055920 swapFree=4122540/4192956
[pid=30397] ppid=30395 vsize=13600 CPUtime=0.38
/proc/30397/stat : 30397 (sugar) S 30395 30397 30034 0 -1 4194304 974 4495 0 1 3 1 32 2 16 0 1 0 1529772984 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30397/statm: 3400 797 370 3 0 500 0
[pid=30410] ppid=30397 vsize=5356 CPUtime=0
/proc/30410/stat : 30410 (sh) S 30397 30397 30034 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1529773026 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30410/statm: 1339 233 193 169 0 50 0
[pid=30411] ppid=30410 vsize=868360 CPUtime=24.8
/proc/30411/stat : 30411 (java) S 30410 30397 30034 0 -1 0 127613 0 1 0 2411 69 0 0 18 0 9 0 1529773027 889200640 96273 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30411/statm: 217090 96273 2540 9 0 211665 0
[pid=30411/tid=30412] ppid=30410 vsize=868360 CPUtime=14.29
/proc/30411/task/30412/stat : 30412 (java) R 30410 30397 30034 0 -1 64 7116 0 1 0 1424 5 0 0 25 0 9 0 1529773028 889200640 96273 996147200 134512640 134550740 4294955952 18446744073709551615 4126810402 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30411/tid=30413] ppid=30410 vsize=868360 CPUtime=10.24
/proc/30411/task/30413/stat : 30413 (java) S 30410 30397 30034 0 -1 64 118311 0 0 0 962 62 0 0 16 0 9 0 1529773029 889200640 96273 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30411/tid=30414] ppid=30410 vsize=868360 CPUtime=0
/proc/30411/task/30414/stat : 30414 (java) S 30410 30397 30034 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1529773029 889200640 96273 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30411/tid=30415] ppid=30410 vsize=868360 CPUtime=0
/proc/30411/task/30415/stat : 30415 (java) S 30410 30397 30034 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1529773029 889200640 96273 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

/proc/meminfo: memFree=1296080/2055920 swapFree=4122540/4192956
[pid=30397] ppid=30395 vsize=13600 CPUtime=35.01
/proc/30397/stat : 30397 (sugar) S 30395 30397 30034 0 -1 4194304 1032 140086 0 2 4 1 3395 101 16 0 1 0 1529772984 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/30397/statm: 3400 798 370 3 0 500 0
[pid=30420] ppid=30397 vsize=5356 CPUtime=0
/proc/30420/stat : 30420 (sh) S 30397 30397 30034 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1529776526 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30420/statm: 1339 232 193 169 0 50 0
[pid=30421] ppid=30420 vsize=128544 CPUtime=1316.43
/proc/30421/stat : 30421 (minisat) R 30420 30397 30034 0 -1 4194304 30995 0 0 0 131611 32 0 0 25 0 1 0 1529776526 131629056 30981 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/30421/statm: 32136 30981 76 150 0 31983 0
Current children cumulated CPU time (s) 1351.44
Current children cumulated vsize (KiB) 147500

[startup+1422.31 s]
/proc/loadavg: 1.99 1.98 1.96 3/83 30460
/proc/meminfo: memFree=1295120/2055920 swapFree=4122540/4192956
[pid=30397] ppid=30395 vsize=13600 CPUtime=35.01
/proc/30397/stat : 30397 (sugar) S 30395 30397 30034 0 -1 4194304 1032 140086 0 2 4 1 3395 101 16 0 1 0 1529772984 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/30397/statm: 3400 798 370 3 0 500 0
[pid=30420] ppid=30397 vsize=5356 CPUtime=0
/proc/30420/stat : 30420 (sh) S 30397 30397 30034 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1529776526 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30420/statm: 1339 232 193 169 0 50 0
[pid=30421] ppid=30420 vsize=129736 CPUtime=1376.38
/proc/30421/stat : 30421 (minisat) R 30420 30397 30034 0 -1 4194304 31241 0 0 0 137606 32 0 0 25 0 1 0 1529776526 132849664 31227 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/30421/statm: 32434 31227 76 150 0 32281 0
Current children cumulated CPU time (s) 1411.39
Current children cumulated vsize (KiB) 148692

[startup+1482.3 s]
/proc/loadavg: 1.99 1.98 1.96 3/83 30460
/proc/meminfo: memFree=1294040/2055920 swapFree=4122540/4192956
[pid=30397] ppid=30395 vsize=13600 CPUtime=35.01
/proc/30397/stat : 30397 (sugar) S 30395 30397 30034 0 -1 4194304 1032 140086 0 2 4 1 3395 101 16 0 1 0 1529772984 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/30397/statm: 3400 798 370 3 0 500 0
[pid=30420] ppid=30397 vsize=5356 CPUtime=0
/proc/30420/stat : 30420 (sh) S 30397 30397 30034 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1529776526 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30420/statm: 1339 232 193 169 0 50 0
[pid=30421] ppid=30420 vsize=130804 CPUtime=1436.33
/proc/30421/stat : 30421 (minisat) R 30420 30397 30034 0 -1 4194304 31498 0 0 0 143600 33 0 0 25 0 1 0 1529776526 133943296 31484 996147200 134512640 135127466 4294956272 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 0 0 0
/proc/30421/statm: 32701 31484 76 150 0 32548 0
Current children cumulated CPU time (s) 1471.34
Current children cumulated vsize (KiB) 149760

[startup+1542.3 s]
/proc/loadavg: 1.99 1.98 1.96 3/83 30460
/proc/meminfo: memFree=1292760/2055920 swapFree=4122540/4192956
[pid=30397] ppid=30395 vsize=13600 CPUtime=35.01
/proc/30397/stat : 30397 (sugar) S 30395 30397 30034 0 -1 4194304 1032 140086 0 2 4 1 3395 101 16 0 1 0 1529772984 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/30397/statm: 3400 798 370 3 0 500 0
[pid=30420] ppid=30397 vsize=5356 CPUtime=0
/proc/30420/stat : 30420 (sh) S 30397 30397 30034 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1529776526 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30420/statm: 1339 232 193 169 0 50 0
[pid=30421] ppid=30420 vsize=132028 CPUtime=1496.28
/proc/30421/stat : 30421 (minisat) R 30420 30397 30034 0 -1 4194304 31830 0 0 0 149595 33 0 0 25 0 1 0 1529776526 135196672 31816 996147200 134512640 135127466 4294956272 18446744073709551615 134530654 0 0 4096 3 0 0 0 17 0 0 0
/proc/30421/statm: 33007 31816 76 150 0 32854 0
Current children cumulated CPU time (s) 1531.29
Current children cumulated vsize (KiB) 150984

[startup+1602.3 s]
/proc/loadavg: 1.99 1.98 1.96 3/83 30460
/proc/meminfo: memFree=1291608/2055920 swapFree=4122540/4192956
[pid=30397] ppid=30395 vsize=13600 CPUtime=35.01
/proc/30397/stat : 30397 (sugar) S 30395 30397 30034 0 -1 4194304 1032 140086 0 2 4 1 3395 101 16 0 1 0 1529772984 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/30397/statm: 3400 798 370 3 0 500 0
[pid=30420] ppid=30397 vsize=5356 CPUtime=0
/proc/30420/stat : 30420 (sh) S 30397 30397 30034 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1529776526 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30420/statm: 1339 232 193 169 0 50 0
[pid=30421] ppid=30420 vsize=133216 CPUtime=1556.23
/proc/30421/stat : 30421 (minisat) R 30420 30397 30034 0 -1 4194304 32109 0 0 0 155590 33 0 0 25 0 1 0 1529776526 136413184 32095 996147200 134512640 135127466 4294956272 18446744073709551615 134531095 0 0 4096 3 0 0 0 17 0 0 0
/proc/30421/statm: 33304 32095 76 150 0 33151 0
Current children cumulated CPU time (s) 1591.24
Current children cumulated vsize (KiB) 152172

[startup+1662.3 s]
/proc/loadavg: 1.99 1.98 1.96 3/83 30460
/proc/meminfo: memFree=1290328/2055920 swapFree=4122540/4192956
[pid=30397] ppid=30395 vsize=13600 CPUtime=35.01
/proc/30397/stat : 30397 (sugar) S 30395 30397 30034 0 -1 4194304 1032 140086 0 2 4 1 3395 101 16 0 1 0 1529772984 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/30397/statm: 3400 798 370 3 0 500 0
[pid=30420] ppid=30397 vsize=5356 CPUtime=0
/proc/30420/stat : 30420 (sh) S 30397 30397 30034 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1529776526 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30420/statm: 1339 232 193 169 0 50 0
[pid=30421] ppid=30420 vsize=134448 CPUtime=1616.18
/proc/30421/stat : 30421 (minisat) R 30420 30397 30034 0 -1 4194304 32411 0 0 0 161584 34 0 0 25 0 1 0 1529776526 137674752 32397 996147200 134512640 135127466 4294956272 18446744073709551615 134530775 0 0 4096 3 0 0 0 17 0 0 0
/proc/30421/statm: 33612 32397 76 150 0 33459 0
Current children cumulated CPU time (s) 1651.19
Current children cumulated vsize (KiB) 153404

[startup+1722.3 s]
/proc/loadavg: 1.99 1.98 1.96 3/83 30460
/proc/meminfo: memFree=1289176/2055920 swapFree=4122540/4192956
[pid=30397] ppid=30395 vsize=13600 CPUtime=35.01
/proc/30397/stat : 30397 (sugar) S 30395 30397 30034 0 -1 4194304 1032 140086 0 2 4 1 3395 101 16 0 1 0 1529772984 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/30397/statm: 3400 798 370 3 0 500 0
[pid=30420] ppid=30397 vsize=5356 CPUtime=0
/proc/30420/stat : 30420 (sh) S 30397 30397 30034 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1529776526 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30420/statm: 1339 232 193 169 0 50 0
[pid=30421] ppid=30420 vsize=135504 CPUtime=1676.13
/proc/30421/stat : 30421 (minisat) R 30420 30397 30034 0 -1 4194304 32694 0 0 0 167578 35 0 0 25 0 1 0 1529776526 138756096 32680 996147200 134512640 135127466 4294956272 18446744073709551615 134522617 0 0 4096 3 0 0 0 17 0 0 0
/proc/30421/statm: 33876 32680 76 150 0 33723 0
Current children cumulated CPU time (s) 1711.14
Current children cumulated vsize (KiB) 154460

[startup+1782.3 s]
/proc/loadavg: 1.99 1.98 1.96 3/83 30460
/proc/meminfo: memFree=1287832/2055920 swapFree=4122540/4192956
[pid=30397] ppid=30395 vsize=13600 CPUtime=35.01
/proc/30397/stat : 30397 (sugar) S 30395 30397 30034 0 -1 4194304 1032 140086 0 2 4 1 3395 101 16 0 1 0 1529772984 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/30397/statm: 3400 798 370 3 0 500 0
[pid=30420] ppid=30397 vsize=5356 CPUtime=0
/proc/30420/stat : 30420 (sh) S 30397 30397 30034 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1529776526 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30420/statm: 1339 232 193 169 0 50 0
[pid=30421] ppid=30420 vsize=136692 CPUtime=1736.08
/proc/30421/stat : 30421 (minisat) R 30420 30397 30034 0 -1 4194304 33001 0 0 0 173573 35 0 0 25 0 1 0 1529776526 139972608 32987 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/30421/statm: 34173 32987 76 150 0 34020 0
Current children cumulated CPU time (s) 1771.09
Current children cumulated vsize (KiB) 155648



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1811.3 s]
/proc/loadavg: 1.99 1.98 1.96 3/83 30460
/proc/meminfo: memFree=1287128/2055920 swapFree=4122540/4192956
[pid=30397] ppid=30395 vsize=13600 CPUtime=35.01
/proc/30397/stat : 30397 (sugar) S 30395 30397 30034 0 -1 4194304 1032 140086 0 2 4 1 3395 101 16 0 1 0 1529772984 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/30397/statm: 3400 798 370 3 0 500 0
[pid=30420] ppid=30397 vsize=5356 CPUtime=0
/proc/30420/stat : 30420 (sh) S 30397 30397 30034 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1529776526 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30420/statm: 1339 232 193 169 0 50 0
[pid=30421] ppid=30420 vsize=137360 CPUtime=1765.06
/proc/30421/stat : 30421 (minisat) R 30420 30397 30034 0 -1 4194304 33178 0 0 0 176471 35 0 0 25 0 1 0 1529776526 140656640 33164 996147200 134512640 135127466 4294956272 18446744073709551615 134530846 0 0 4096 3 0 0 0 17 0 0 0
/proc/30421/statm: 34340 33164 76 150 0 34187 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 156316

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

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

[startup+1811.3 s]
/proc/loadavg: 1.99 1.98 1.96 3/83 30460
/proc/meminfo: memFree=1287128/2055920 swapFree=4122540/4192956
[pid=30397] ppid=30395 vsize=13600 CPUtime=35.01
/proc/30397/stat : 30397 (sugar) S 30395 30397 30034 0 -1 4194304 1032 140086 0 2 4 1 3395 101 16 0 1 0 1529772984 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/30397/statm: 3400 798 370 3 0 500 0
[pid=30420] ppid=30397 vsize=5356 CPUtime=0
/proc/30420/stat : 30420 (sh) S 30397 30397 30034 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1529776526 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30420/statm: 1339 232 193 169 0 50 0
[pid=30421] ppid=30420 vsize=137360 CPUtime=1765.06
/proc/30421/stat : 30421 (minisat) R 30420 30397 30034 0 -1 4194304 33178 0 0 0 176471 35 0 0 25 0 1 0 1529776526 140656640 33164 996147200 134512640 135127466 4294956272 18446744073709551615 134530846 0 0 4096 3 0 0 0 17 0 0 0
/proc/30421/statm: 34340 33164 76 150 0 34187 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 156316

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 30397 and gives
#  childrusage.ru_utime.tv_sec=33
#  childrusage.ru_utime.tv_usec=996831
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=45841
# CPU time returned by wait4() is 35.0427
# while last known CPU time is 1800.07
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1811.34
CPU time (s): 1800.07
CPU user time (s): 1798.7
CPU system time (s): 1.37
CPU usage (%): 99.3776
Max. virtual memory (cumulated for all children) (KiB): 913932

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 33.9968
system time used= 1.04584
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 141462
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= 4425
involuntary context switches= 4977

runsolver used 2.19567 second user time and 6.07208 second system time

The end

Launcher Data (download as text)

Begin job on node12 at 2008-07-02 14:16:19
IDJOB=1041850
IDBENCH=53847
IDSOLVER=346
FILE ID=node12/1041850-1215000979
PBS_JOBID= 7870925
Free space on /tmp= 66536 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/cjss/normalized-la03x3-590.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-1041850-1215000979/watcher-1041850-1215000979 -o /tmp/evaluation-result-1041850-1215000979/solver-1041850-1215000979 -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-1041850-1215000979.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 4a57b1e7f8dbec9499f874ec5413a1d3
RANDOM SEED=1801144535

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:       1493184 kB
Buffers:         54164 kB
Cached:         288896 kB
SwapCached:      64464 kB
Active:         247616 kB
Inactive:       234216 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1493184 kB
SwapTotal:     4192956 kB
SwapFree:      4122540 kB
Dirty:            1308 kB
Writeback:           0 kB
Mapped:         145980 kB
Slab:            65948 kB
Committed_AS:  2823160 kB
PageTables:       2072 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= 66536 MiB
End job on node12 at 2008-07-02 14:46:33