Trace number 2069971

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sugar v1.14.6+minisat? (TO) 1800.08 1803.55

General information on the benchmark

Namecsp/wordsVg/
normalized-crossword-m1c-words-vg7-8_ext.xml
MD5SUM3a9e9d3ebe1dfad3d0836badbf30412b
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 benchmark529.862
Satisfiable
(Un)Satisfiability was proved
Number of variables56
Number of constraints15
Maximum constraint arity8
Maximum domain size26
Number of constraints which are defined in extension15
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data

0.00/0.07	c 0	Sugar v1-14-6 + HOME/minisat
0.00/0.07	c 0	BEGIN Sun Jul 12 00:22:08 2009
0.00/0.07	c 0	PID 16570
0.00/0.08	c 0	HOST node51.alineos.net
0.00/0.08	c 0	CONVERTING HOME/instance-2069971-1247350928.xml TO HOME/temp.csp
0.00/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2069971-1247350928.xml' 'HOME/temp.csp'
0.07/0.41	c 0	1 domains, 56 variables, 0 predicates, 2 relations, 15 constraints
0.07/0.45	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.07/0.45	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.40/0.54	c 1	Parsing HOME/temp.csp
0.40/0.71	c 1	parsed 74 expressions
0.40/0.72	c 1	Heap : 3 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.40/0.72	c 1	Converting to clausal form CSP
0.40/0.74	c 1	converted 8 (10%) expressions
0.40/0.74	c 1	converted 15 (20%) expressions
0.40/0.74	c 1	converted 23 (30%) expressions
0.40/0.74	c 1	converted 30 (40%) expressions
0.40/0.74	c 1	converted 37 (50%) expressions
0.40/0.74	c 1	converted 45 (60%) expressions
0.40/0.74	c 1	converted 52 (70%) expressions
0.40/0.87	c 1	converted 60 (80%) expressions
1.42/1.51	c 2	converted 67 (90%) expressions
2.00/2.17	c 2	converted 74 (100%) expressions
2.00/2.18	c 2	CSP : 56 integers, 0 booleans, 15 clauses, largest domain size 26
2.00/2.18	c 2	Heap : 41 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.00/2.18	c 2	Propagation in CSP
2.00/2.18	c 2	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.00/2.18	c 2	CSP : 56 integers, 0 booleans, 15 clauses, largest domain size 26
2.00/2.18	c 2	Heap : 41 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.00/2.18	c 2	Simplifing CSP by introducing new Boolean variables
2.00/2.18	c 2	CSP : 56 integers, 0 booleans, 15 clauses, largest domain size 26
2.00/2.18	c 2	Heap : 41 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.31/2.43	c 2	Encoding CSP to SAT : HOME/temp.cnf
2.31/2.44	c 3	6 (10%) CSP integer variables are encoded (144 clauses, 1440 bytes)
2.31/2.44	c 3	12 (20%) CSP integer variables are encoded (288 clauses, 3024 bytes)
2.31/2.44	c 3	17 (30%) CSP integer variables are encoded (408 clauses, 4344 bytes)
2.31/2.44	c 3	23 (40%) CSP integer variables are encoded (552 clauses, 5928 bytes)
2.31/2.45	c 3	28 (50%) CSP integer variables are encoded (672 clauses, 7248 bytes)
2.31/2.45	c 3	34 (60%) CSP integer variables are encoded (816 clauses, 8832 bytes)
2.31/2.45	c 3	40 (70%) CSP integer variables are encoded (960 clauses, 10417 bytes)
2.31/2.45	c 3	45 (80%) CSP integer variables are encoded (1080 clauses, 11977 bytes)
2.31/2.45	c 3	51 (90%) CSP integer variables are encoded (1224 clauses, 13849 bytes)
2.31/2.45	c 3	56 (100%) CSP integer variables are encoded (1344 clauses, 15409 bytes)
20.43/20.72	c 21	2 (10%) CSP clauses are encoded (102564 clauses, 4687419 bytes)
29.35/29.80	c 30	3 (20%) CSP clauses are encoded (153174 clauses, 7046295 bytes)
47.87/48.44	c 49	5 (30%) CSP clauses are encoded (254394 clauses, 11861598 bytes)
56.99/57.61	c 58	6 (40%) CSP clauses are encoded (305004 clauses, 14317782 bytes)
75.02/75.88	c 76	8 (50%) CSP clauses are encoded (406224 clauses, 19230408 bytes)
89.87/90.86	c 91	9 (60%) CSP clauses are encoded (469571 clauses, 22026312 bytes)
118.80/120.08	c 120	11 (70%) CSP clauses are encoded (596265 clauses, 28684028 bytes)
133.86/135.23	c 135	12 (80%) CSP clauses are encoded (659612 clauses, 32012886 bytes)
163.47/165.11	c 165	14 (90%) CSP clauses are encoded (786306 clauses, 39378646 bytes)
178.32/180.16	c 180	15 (100%) CSP clauses are encoded (849653 clauses, 43415045 bytes)
178.32/180.16	c 180	15 CSP clauses encoded
178.32/180.16	c 180	Writing map file : HOME/temp.map
178.32/180.16	c 180	Heap : 63 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
178.32/180.16	c 180	SAT : 1400 SAT variables, 849653 SAT clauses, 43415045 bytes
178.32/180.16	c 180	Heap : 63 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
178.39/180.21	c 180	SOLVING HOME/temp.cnf
178.39/180.21	c 180	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
178.39/180.21	c 180	This is MiniSat 2.0 beta
178.39/180.21	c 180	WARNING: for repeatability, setting FPU to use double precision
178.39/180.21	c 180	============================[ Problem Statistics ]=============================
178.39/180.21	c 180	|                                                                             |
178.39/180.21	c 180	|  Number of variables:  1400                                                 |
178.39/180.21	c 180	|  Number of clauses:    849653                                               |
179.37/181.23	c 181	|  Parsing time:         0.90         s                                       |
179.37/181.29	c 181	============================[ Search Statistics ]==============================
179.37/181.29	c 181	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
179.37/181.29	c 181	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
179.37/181.29	c 181	===============================================================================
179.37/181.29	c 181	|         0 |    1400   849653  9016427 |   283217        0    nan |  0.000 % |
179.47/181.33	c 181	|       100 |    1400   849653  9016427 |   311539      100      5 |  0.000 % |
179.58/181.40	c 181	|       251 |    1400   849653  9016427 |   342693      251      7 |  0.000 % |
179.58/181.45	c 182	|       476 |    1400   849653  9016427 |   376962      476      8 |  0.001 % |
179.68/181.51	c 182	|       815 |    1400   849653  9016427 |   414658      815      8 |  0.001 % |
179.78/181.64	c 182	|      1322 |    1400   849653  9016427 |   456124     1322      8 |  0.001 % |
179.87/181.74	c 182	|      2082 |    1400   849653  9016427 |   501737     2082      8 |  0.001 % |
180.07/181.95	c 182	|      3225 |    1400   849653  9016427 |   551911     3225      9 |  0.000 % |
180.26/182.19	c 182	|      4935 |    1400   849653  9016427 |   607102     4935      9 |  0.001 % |
180.66/182.52	c 183	|      7498 |    1400   849653  9016427 |   667812     7498     10 |  0.000 % |
181.25/183.10	c 183	|     11342 |    1400   849653  9016427 |   734593    11342     10 |  0.000 % |
183.04/184.99	c 185	|     17109 |    1400   849653  9016427 |   808053    17109     10 |  0.000 % |
198.79/200.85	c 201	|     25759 |    1400   849653  9016427 |   888858    25759     11 |  0.001 % |
225.92/228.21	c 228	|     38733 |    1400   849653  9016427 |   977744    38733     13 |  0.001 % |
277.10/279.81	c 280	|     58194 |    1400   849653  9016427 |  1075518    58194     15 |  0.000 % |
369.48/372.48	c 373	|     87388 |    1400   849653  9016427 |  1183070    87388     16 |  0.001 % |
503.14/506.12	c 506	|    131177 |    1400   849653  9016427 |  1301377   131177     18 |  0.001 % |
745.64/748.71	c 749	|    196862 |    1400   849653  9016427 |  1431515   196862     18 |  0.001 % |
1164.89/1168.19	c 1168	|    295390 |    1400   849653  9016427 |  1574666   295390     19 |  0.001 % |
1800.08/1803.51	c ERROR INTERRUPTED
1800.08/1803.53	s UNKNOWN
1800.08/1803.53	c 1804	CPU 178.42 (0.06 0.01 177.77 0.58)
1800.08/1803.53	c 1804	END Sun Jul 12 00:52:12 2009

Verifier Data

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

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2069971-1247350928/watcher-2069971-1247350928 -o /tmp/evaluation-result-2069971-1247350928/solver-2069971-1247350928 -C 1800 -W 2000 -M 900 HOME/sugar -c -vv -memlimit=900 -jar=HOME/sugar-v1-14-6.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-2069971-1247350928.xml 

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


[startup+0 s]
/proc/loadavg: 1.25 1.75 1.92 4/72 16570
/proc/meminfo: memFree=1901872/2055920 swapFree=4192812/4192956
[pid=16570] ppid=16568 vsize=18576 CPUtime=0
/proc/16570/stat : 16570 (runsolver) R 16568 16570 15206 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 22156305 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 235371293991 0 0 4096 24578 0 0 0 17 1 0 0
/proc/16570/statm: 4644 284 249 26 0 2626 0

[startup+0.126893 s]
/proc/loadavg: 1.25 1.75 1.92 4/72 16570
/proc/meminfo: memFree=1901872/2055920 swapFree=4192812/4192956
[pid=16570] ppid=16568 vsize=16868 CPUtime=0.07
/proc/16570/stat : 16570 (sugar) S 16568 16570 15206 0 -1 4194304 1227 128 0 0 6 1 0 0 21 0 1 0 22156305 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16570/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.202062 s]
/proc/loadavg: 1.25 1.75 1.92 4/72 16570
/proc/meminfo: memFree=1901872/2055920 swapFree=4192812/4192956
[pid=16570] ppid=16568 vsize=16868 CPUtime=0.07
/proc/16570/stat : 16570 (sugar) S 16568 16570 15206 0 -1 4194304 1227 128 0 0 6 1 0 0 21 0 1 0 22156305 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16570/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.30207 s]
/proc/loadavg: 1.25 1.75 1.92 4/72 16570
/proc/meminfo: memFree=1901872/2055920 swapFree=4192812/4192956
[pid=16570] ppid=16568 vsize=16868 CPUtime=0.07
/proc/16570/stat : 16570 (sugar) S 16568 16570 15206 0 -1 4194304 1227 128 0 0 6 1 0 0 21 0 1 0 22156305 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16570/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.701105 s]
/proc/loadavg: 1.25 1.75 1.92 4/72 16570
/proc/meminfo: memFree=1901872/2055920 swapFree=4192812/4192956
[pid=16570] ppid=16568 vsize=16868 CPUtime=0.4
/proc/16570/stat : 16570 (sugar) S 16568 16570 15206 0 -1 4194304 1309 6697 0 1 6 1 29 4 16 0 1 0 22156305 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16570/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.4
Current children cumulated vsize (KiB) 16868

[startup+1.50218 s]
/proc/loadavg: 1.31 1.75 1.92 4/83 16592
/proc/meminfo: memFree=1879128/2055920 swapFree=4192812/4192956
[pid=16570] ppid=16568 vsize=16868 CPUtime=0.4
/proc/16570/stat : 16570 (sugar) S 16568 16570 15206 0 -1 4194304 1310 6697 0 1 6 1 29 4 16 0 1 0 22156305 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16570/statm: 4217 1111 409 3 0 796 0
[pid=16583] ppid=16570 vsize=5356 CPUtime=0
/proc/16583/stat : 16583 (sh) S 16570 16570 15206 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22156352 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16583/statm: 1339 233 193 169 0 50 0
[pid=16584] ppid=16583 vsize=864352 CPUtime=1.02
/proc/16584/stat : 16584 (java) S 16583 16570 15206 0 -1 0 10592 0 1 0 97 5 0 0 18 0 9 0 22156352 885096448 9852 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16584/statm: 216088 9852 2566 9 0 210593 0
[pid=16584/tid=16585] ppid=16583 vsize=864352 CPUtime=0.44
/proc/16584/task/16585/stat : 16585 (java) R 16583 16570 15206 0 -1 64 2909 0 1 0 43 1 0 0 23 0 9 0 22156353 885096448 9852 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16584/tid=16586] ppid=16583 vsize=864352 CPUtime=0.5
/proc/16584/task/16586/stat : 16586 (java) R 16583 16570 15206 0 -1 64 6671 0 0 0 48 2 0 0 17 0 9 0 22156354 885096448 9852 996147200 134512640 134550932 4294955936 18446744073709551615 102759188 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16584/tid=16587] ppid=16583 vsize=864352 CPUtime=0
/proc/16584/task/16587/stat : 16587 (java) S 16583 16570 15206 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22156354 885096448 9852 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16584/tid=16588] ppid=16583 vsize=864352 CPUtime=0
/proc/16584/task/16588/stat : 16588 (java) S 16583 16570 15206 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 22156354 885096448 9852 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16584/tid=16589] ppid=16583 vsize=864352 CPUtime=0
/proc/16584/task/16589/stat : 16589 (java) S 16583 16570 15206 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22156357 885096448 9852 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16584/tid=16590] ppid=16583 vsize=864352 CPUtime=0.04
/proc/16584/task/16590/stat : 16590 (java) S 16583 16570 15206 0 -1 64 312 0 0 0 4 0 0 0 16 0 9 0 22156357 885096448 9852 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16584/tid=16591] ppid=16583 vsize=864352 CPUtime=0
/proc/16584/task/16591/stat : 16591 (java) S 16583 16570 15206 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 22156357 885096448 9852 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16584/tid=16592] ppid=16583 vsize=864352 CPUtime=0
/proc/16584/task/16592/stat : 16592 (java) S 16583 16570 15206 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22156357 885096448 9852 996147200 134512640 134550932 4294955936 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) 886576

[startup+3.10132 s]
/proc/loadavg: 1.31 1.75 1.92 4/83 16592
/proc/meminfo: memFree=1847512/2055920 swapFree=4192812/4192956
[pid=16570] ppid=16568 vsize=16868 CPUtime=0.4
/proc/16570/stat : 16570 (sugar) S 16568 16570 15206 0 -1 4194304 1310 6697 0 1 6 1 29 4 15 0 1 0 22156305 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16570/statm: 4217 1111 409 3 0 796 0
[pid=16583] ppid=16570 vsize=5356 CPUtime=0
/proc/16583/stat : 16583 (sh) S 16570 16570 15206 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22156352 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16583/statm: 1339 233 193 169 0 50 0
[pid=16584] ppid=16583 vsize=864464 CPUtime=2.6
/proc/16584/stat : 16584 (java) S 16583 16570 15206 0 -1 0 16595 0 1 0 253 7 0 0 18 0 9 0 22156352 885211136 15816 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16584/statm: 216116 15816 2590 9 0 210593 0
[pid=16584/tid=16585] ppid=16583 vsize=864464 CPUtime=1.3
/proc/16584/task/16585/stat : 16585 (java) R 16583 16570 15206 0 -1 64 3249 0 1 0 129 1 0 0 25 0 9 0 22156353 885211136 15816 996147200 134512640 134550932 4294955936 18446744073709551615 4126569799 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16584/tid=16586] ppid=16583 vsize=864464 CPUtime=1.19
/proc/16584/task/16586/stat : 16586 (java) S 16583 16570 15206 0 -1 64 12312 0 0 0 115 4 0 0 16 0 9 0 22156354 885211136 15816 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16584/tid=16587] ppid=16583 vsize=864464 CPUtime=0
/proc/16584/task/16587/stat : 16587 (java) S 16583 16570 15206 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22156354 885211136 15816 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16584/tid=16588] ppid=16583 vsize=864464 CPUtime=0
/proc/16584/task/16588/stat : 16588 (java) S 16583 16570 15206 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 22156354 885211136 15816 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16584/tid=16589] ppid=16583 vsize=864464 CPUtime=0
/proc/16584/task/16589/stat : 16589 (java) S 16583 16570 15206 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22156357 885211136 15816 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16584/tid=16590] ppid=16583 vsize=864464 CPUtime=0.07
/proc/16584/task/16590/stat : 16590 (java) S 16583 16570 15206 0 -1 64 334 0 0 0 7 0 0 0 16 0 9 0 22156357 885211136 15816 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16584/tid=16591] ppid=16583 vsize=864464 CPUtime=0
/proc/16584/task/16591/stat : 16591 (java) S 16583 16570 15206 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 22156357 885211136 15816 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16584/tid=16592] ppid=16583 vsize=864464 CPUtime=0
/proc/16584/task/16592/stat : 16592 (java) S 16583 16570 15206 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22156357 885211136 15816 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3
Current children cumulated vsize (KiB) 886688

[startup+6.30261 s]
/proc/loadavg: 1.31 1.75 1.92 3/83 16592
/proc/meminfo: memFree=1843928/2055920 swapFree=4192812/4192956
[pid=16570] ppid=16568 vsize=16868 CPUtime=0.4
/proc/16570/stat : 16570 (sugar) S 16568 16570 15206 0 -1 4194304 1310 6697 0 1 6 1 29 4 15 0 1 0 22156305 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16570/statm: 4217 1111 409 3 0 796 0
[pid=16583] ppid=16570 vsize=5356 CPUtime=0
/proc/16583/stat : 16583 (sh) S 16570 16570 15206 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22156352 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16583/statm: 1339 233 193 169 0 50 0
[pid=16584] ppid=16583 vsize=864464 CPUtime=5.76
/proc/16584/stat : 16584 (java) S 16583 16570 15206 0 -1 0 17010 0 1 0 569 7 0 0 18 0 9 0 22156352 885211136 16222 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16584/statm: 216116 16222 2590 9 0 210593 0
[pid=16584/tid=16585] ppid=16583 vsize=864464 CPUtime=4.44
/proc/16584/task/16585/stat : 16585 (java) R 16583 16570 15206 0 -1 64 3258 0 1 0 443 1 0 0 25 0 9 0 22156353 885211136 16222 996147200 134512640 134550932 4294955936 18446744073709551615 4126569664 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16584/tid=16586] ppid=16583 vsize=864464 CPUtime=1.22
/proc/16584/task/16586/stat : 16586 (java) S 16583 16570 15206 0 -1 64 12718 0 0 0 118 4 0 0 16 0 9 0 22156354 885211136 16222 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16584/tid=16587] ppid=16583 vsize=864464 CPUtime=0
/proc/16584/task/16587/stat : 16587 (java) S 16583 16570 15206 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22156354 885211136 16222 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16584/tid=16588] ppid=16583 vsize=864464 CPUtime=0
/proc/16584/task/16588/stat : 16588 (java) S 16583 16570 15206 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 22156354 885211136 16222 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16584/tid=16589] ppid=16583 vsize=864464 CPUtime=0
/proc/16584/task/16589/stat : 16589 (java) S 16583 16570 15206 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22156357 885211136 16222 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16584/tid=16590] ppid=16583 vsize=864464 CPUtime=0.07
/proc/16584/task/16590/stat : 16590 (java) S 16583 16570 15206 0 -1 64 334 0 0 0 7 0 0 0 16 0 9 0 22156357 885211136 16222 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16584/tid=16591] ppid=16583 vsize=864464 CPUtime=0
/proc/16584/task/16591/stat : 16591 (java) S 16583 16570 15206 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 22156357 885211136 16222 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16584/tid=16592] ppid=16583 vsize=864464 CPUtime=0
/proc/16584/task/16592/stat : 16592 (java) S 16583 16570 15206 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22156357 885211136 16222 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.16
Current children cumulated vsize (KiB) 886688

[startup+12.7012 s]
/proc/loadavg: 1.41 1.76 1.92 3/83 16592
/proc/meminfo: memFree=1836184/2055920 swapFree=4192812/4192956
[pid=16570] ppid=16568 vsize=16868 CPUtime=0.4
/proc/16570/stat : 16570 (sugar) S 16568 16570 15206 0 -1 4194304 1310 6697 0 1 6 1 29 4 15 0 1 0 22156305 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16570/statm: 4217 1111 409 3 0 796 0
[pid=16583] ppid=16570 vsize=5356 CPUtime=0
/proc/16583/stat : 16583 (sh) S 16570 16570 15206 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22156352 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16583/statm: 1339 233 193 169 0 50 0
[pid=16584] ppid=16583 vsize=864464 CPUtime=12.1
/proc/16584/stat : 16584 (java) S 16583 16570 15206 0 -1 0 18221 0 1 0 1201 9 0 0 18 0 9 0 22156352 885211136 17390 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16584/statm: 216116 17390 2590 9 0 210593 0
[pid=16584/tid=16585] ppid=16583 vsize=864464 CPUtime=10.7
/proc/16584/task/16585/stat : 16585 (java) R 16583 16570 15206 0 -1 64 3301 0 1 0 1067 3 0 0 25 0 9 0 22156353 885211136 17390 996147200 134512640 134550932 4294955936 18446744073709551615 4126095863 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16584/tid=16586] ppid=16583 vsize=864464 CPUtime=1.3
/proc/16584/task/16586/stat : 16586 (java) S 16583 16570 15206 0 -1 64 13883 0 0 0 125 5 0 0 16 0 9 0 22156354 885211136 17390 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16584/tid=16587] ppid=16583 vsize=864464 CPUtime=0
/proc/16584/task/16587/stat : 16587 (java) S 16583 16570 15206 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22156354 885211136 17390 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16584/tid=16588] ppid=16583 vsize=864464 CPUtime=0
/proc/16584/task/16588/stat : 16588 (java) S 16583 16570 15206 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 22156354 885211136 17390 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16584/tid=16589] ppid=16583 vsize=864464 CPUtime=0
/proc/16584/task/16589/stat : 16589 (java) S 16583 16570 15206 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22156357 885211136 17390 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16584/tid=16590] ppid=16583 vsize=864464 CPUtime=0.08
/proc/16584/task/16590/stat : 16590 (java) S 16583 16570 15206 0 -1 64 337 0 0 0 8 0 0 0 16 0 9 0 22156357 885211136 17390 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16584/tid=16591] ppid=16583 vsize=864464 CPUtime=0
/proc/16584/task/16591/stat : 16591 (java) S 16583 16570 15206 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 22156357 885211136 17390 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16584/tid=16592] ppid=16583 vsize=864464 CPUtime=0
/proc/16584/task/16592/stat : 16592 (java) S 16583 16570 15206 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22156357 885211136 17390 996147200 134512640 134550932 4294955936 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) 886688

[startup+25.5023 s]
/proc/loadavg: 1.50 1.77 1.92 3/83 16592
/proc/meminfo: memFree=1825560/2055920 swapFree=4192812/4192956
[pid=16570] ppid=16568 vsize=16868 CPUtime=0.4
/proc/16570/stat : 16570 (sugar) S 16568 16570 15206 0 -1 4194304 1310 6697 0 1 6 1 29 4 16 0 1 0 22156305 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16570/statm: 4217 1111 409 3 0 796 0
[pid=16583] ppid=16570 vsize=5356 CPUtime=0
/proc/16583/stat : 16583 (sh) S 16570 16570 15206 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22156352 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16583/statm: 1339 233 193 169 0 50 0
[pid=16584] ppid=16583 vsize=864464 CPUtime=24.79
/proc/16584/stat : 16584 (java) S 16583 16570 15206 0 -1 0 20367 0 1 0 2467 12 0 0 18 0 9 0 22156352 885211136 19473 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16584/statm: 216116 19473 2590 9 0 210593 0
[pid=16584/tid=16585] ppid=16583 vsize=864464 CPUtime=23.23
/proc/16584/task/16585/stat : 16585 (java) R 16583 16570 15206 0 -1 64 3364 0 1 0 2319 4 0 0 25 0 9 0 22156353 885211136 19473 996147200 134512640 134550932 4294955936 18446744073709551615 102094187 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16584/tid=16586] ppid=16583 vsize=864464 CPUtime=1.45
/proc/16584/task/16586/stat : 16586 (java) S 16583 16570 15206 0 -1 64 15965 0 0 0 139 6 0 0 16 0 9 0 22156354 885211136 19473 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16584/tid=16587] ppid=16583 vsize=864464 CPUtime=0
/proc/16584/task/16587/stat : 16587 (java) S 16583 16570 15206 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22156354 885211136 19473 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16584/tid=16588] ppid=16583 vsize=864464 CPUtime=0
/proc/16584/task/16588/stat : 16588 (java) S 16583 16570 15206 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 22156354 885211136 19473 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16584/tid=16589] ppid=16583 vsize=864464 CPUtime=0

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

/proc/meminfo: memFree=1654216/2055920 swapFree=4192812/4192956
[pid=16570] ppid=16568 vsize=16868 CPUtime=178.41
/proc/16570/stat : 16570 (sugar) S 16568 16570 15206 0 -1 4194304 1376 49122 0 2 6 1 17776 58 16 0 1 0 22156305 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16570/statm: 4217 1113 409 3 0 796 0
[pid=16593] ppid=16570 vsize=5356 CPUtime=0
/proc/16593/stat : 16593 (sh) S 16570 16570 15206 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22174326 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16593/statm: 1339 232 193 169 0 50 0
[pid=16594] ppid=16593 vsize=110340 CPUtime=1120.64
/proc/16594/stat : 16594 (minisat) R 16593 16570 15206 0 -1 4194304 26851 0 0 0 112038 26 0 0 25 0 1 0 22174327 112988160 26837 996147200 134512640 135127466 4294956256 18446744073709551615 134530692 0 0 4096 3 0 0 0 17 0 0 0
/proc/16594/statm: 27585 26837 75 150 0 27432 0
Current children cumulated CPU time (s) 1299.05
Current children cumulated vsize (KiB) 132564

[startup+1362.3 s]
/proc/loadavg: 2.00 2.02 1.98 3/77 16750
/proc/meminfo: memFree=1652808/2055920 swapFree=4192812/4192956
[pid=16570] ppid=16568 vsize=16868 CPUtime=178.41
/proc/16570/stat : 16570 (sugar) S 16568 16570 15206 0 -1 4194304 1376 49122 0 2 6 1 17776 58 16 0 1 0 22156305 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16570/statm: 4217 1113 409 3 0 796 0
[pid=16593] ppid=16570 vsize=5356 CPUtime=0
/proc/16593/stat : 16593 (sh) S 16570 16570 15206 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22174326 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16593/statm: 1339 232 193 169 0 50 0
[pid=16594] ppid=16593 vsize=111688 CPUtime=1180.62
/proc/16594/stat : 16594 (minisat) R 16593 16570 15206 0 -1 4194304 27197 0 0 0 118036 26 0 0 25 0 1 0 22174327 114368512 27183 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/16594/statm: 27922 27183 75 150 0 27769 0
Current children cumulated CPU time (s) 1359.03
Current children cumulated vsize (KiB) 133912

[startup+1422.3 s]
/proc/loadavg: 2.00 2.02 1.98 3/77 16750
/proc/meminfo: memFree=1650120/2055920 swapFree=4192812/4192956
[pid=16570] ppid=16568 vsize=16868 CPUtime=178.41
/proc/16570/stat : 16570 (sugar) S 16568 16570 15206 0 -1 4194304 1376 49122 0 2 6 1 17776 58 16 0 1 0 22156305 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16570/statm: 4217 1113 409 3 0 796 0
[pid=16593] ppid=16570 vsize=5356 CPUtime=0
/proc/16593/stat : 16593 (sh) S 16570 16570 15206 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22174326 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16593/statm: 1339 232 193 169 0 50 0
[pid=16594] ppid=16593 vsize=113024 CPUtime=1240.6
/proc/16594/stat : 16594 (minisat) R 16593 16570 15206 0 -1 4194304 27540 0 0 0 124034 26 0 0 25 0 1 0 22174327 115736576 27526 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/16594/statm: 28256 27526 75 150 0 28103 0
Current children cumulated CPU time (s) 1419.01
Current children cumulated vsize (KiB) 135248

[startup+1482.3 s]
/proc/loadavg: 2.00 2.01 1.98 3/77 16750
/proc/meminfo: memFree=1648776/2055920 swapFree=4192812/4192956
[pid=16570] ppid=16568 vsize=16868 CPUtime=178.41
/proc/16570/stat : 16570 (sugar) S 16568 16570 15206 0 -1 4194304 1376 49122 0 2 6 1 17776 58 16 0 1 0 22156305 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16570/statm: 4217 1113 409 3 0 796 0
[pid=16593] ppid=16570 vsize=5356 CPUtime=0
/proc/16593/stat : 16593 (sh) S 16570 16570 15206 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22174326 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16593/statm: 1339 232 193 169 0 50 0
[pid=16594] ppid=16593 vsize=114344 CPUtime=1300.58
/proc/16594/stat : 16594 (minisat) R 16593 16570 15206 0 -1 4194304 27885 0 0 0 130031 27 0 0 25 0 1 0 22174327 117088256 27871 996147200 134512640 135127466 4294956256 18446744073709551615 134530775 0 0 4096 3 0 0 0 17 0 0 0
/proc/16594/statm: 28586 27871 75 150 0 28433 0
Current children cumulated CPU time (s) 1478.99
Current children cumulated vsize (KiB) 136568

[startup+1542.31 s]
/proc/loadavg: 2.00 2.00 1.98 3/77 16750
/proc/meminfo: memFree=1646856/2055920 swapFree=4192812/4192956
[pid=16570] ppid=16568 vsize=16868 CPUtime=178.41
/proc/16570/stat : 16570 (sugar) S 16568 16570 15206 0 -1 4194304 1376 49122 0 2 6 1 17776 58 16 0 1 0 22156305 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16570/statm: 4217 1113 409 3 0 796 0
[pid=16593] ppid=16570 vsize=5356 CPUtime=0
/proc/16593/stat : 16593 (sh) S 16570 16570 15206 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22174326 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16593/statm: 1339 232 193 169 0 50 0
[pid=16594] ppid=16593 vsize=115668 CPUtime=1360.56
/proc/16594/stat : 16594 (minisat) R 16593 16570 15206 0 -1 4194304 28224 0 0 0 136029 27 0 0 25 0 1 0 22174327 118444032 28210 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/16594/statm: 28917 28210 75 150 0 28764 0
Current children cumulated CPU time (s) 1538.97
Current children cumulated vsize (KiB) 137892

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/77 16750
/proc/meminfo: memFree=1644360/2055920 swapFree=4192812/4192956
[pid=16570] ppid=16568 vsize=16868 CPUtime=178.41
/proc/16570/stat : 16570 (sugar) S 16568 16570 15206 0 -1 4194304 1376 49122 0 2 6 1 17776 58 16 0 1 0 22156305 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16570/statm: 4217 1113 409 3 0 796 0
[pid=16593] ppid=16570 vsize=5356 CPUtime=0
/proc/16593/stat : 16593 (sh) S 16570 16570 15206 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22174326 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16593/statm: 1339 232 193 169 0 50 0
[pid=16594] ppid=16593 vsize=117104 CPUtime=1420.53
/proc/16594/stat : 16594 (minisat) R 16593 16570 15206 0 -1 4194304 28587 0 0 0 142026 27 0 0 25 0 1 0 22174327 119914496 28573 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/16594/statm: 29276 28573 75 150 0 29123 0
Current children cumulated CPU time (s) 1598.94
Current children cumulated vsize (KiB) 139328

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/77 16750
/proc/meminfo: memFree=1643016/2055920 swapFree=4192812/4192956
[pid=16570] ppid=16568 vsize=16868 CPUtime=178.41
/proc/16570/stat : 16570 (sugar) S 16568 16570 15206 0 -1 4194304 1376 49122 0 2 6 1 17776 58 16 0 1 0 22156305 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16570/statm: 4217 1113 409 3 0 796 0
[pid=16593] ppid=16570 vsize=5356 CPUtime=0
/proc/16593/stat : 16593 (sh) S 16570 16570 15206 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22174326 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16593/statm: 1339 232 193 169 0 50 0
[pid=16594] ppid=16593 vsize=118432 CPUtime=1480.52
/proc/16594/stat : 16594 (minisat) R 16593 16570 15206 0 -1 4194304 28909 0 0 0 148024 28 0 0 25 0 1 0 22174327 121274368 28895 996147200 134512640 135127466 4294956256 18446744073709551615 134530654 0 0 4096 3 0 0 0 17 0 0 0
/proc/16594/statm: 29608 28895 75 150 0 29455 0
Current children cumulated CPU time (s) 1658.93
Current children cumulated vsize (KiB) 140656

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/77 16750
/proc/meminfo: memFree=1641352/2055920 swapFree=4192812/4192956
[pid=16570] ppid=16568 vsize=16868 CPUtime=178.41
/proc/16570/stat : 16570 (sugar) S 16568 16570 15206 0 -1 4194304 1376 49122 0 2 6 1 17776 58 16 0 1 0 22156305 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16570/statm: 4217 1113 409 3 0 796 0
[pid=16593] ppid=16570 vsize=5356 CPUtime=0
/proc/16593/stat : 16593 (sh) S 16570 16570 15206 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22174326 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16593/statm: 1339 232 193 169 0 50 0
[pid=16594] ppid=16593 vsize=120156 CPUtime=1540.49
/proc/16594/stat : 16594 (minisat) R 16593 16570 15206 0 -1 4194304 29320 0 0 0 154021 28 0 0 25 0 1 0 22174327 123039744 29306 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/16594/statm: 30039 29306 75 150 0 29886 0
Current children cumulated CPU time (s) 1718.9
Current children cumulated vsize (KiB) 142380

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/77 16752
/proc/meminfo: memFree=1639752/2055920 swapFree=4192812/4192956
[pid=16570] ppid=16568 vsize=16868 CPUtime=178.41
/proc/16570/stat : 16570 (sugar) S 16568 16570 15206 0 -1 4194304 1376 49122 0 2 6 1 17776 58 16 0 1 0 22156305 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16570/statm: 4217 1113 409 3 0 796 0
[pid=16593] ppid=16570 vsize=5356 CPUtime=0
/proc/16593/stat : 16593 (sh) S 16570 16570 15206 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22174326 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16593/statm: 1339 232 193 169 0 50 0
[pid=16594] ppid=16593 vsize=121656 CPUtime=1600.48
/proc/16594/stat : 16594 (minisat) R 16593 16570 15206 0 -1 4194304 29718 0 0 0 160019 29 0 0 25 0 1 0 22174327 124575744 29704 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/16594/statm: 30414 29704 75 150 0 30261 0
Current children cumulated CPU time (s) 1778.89
Current children cumulated vsize (KiB) 143880



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1803.5 s]
/proc/loadavg: 2.00 2.00 1.98 3/77 16752
/proc/meminfo: memFree=1639240/2055920 swapFree=4192812/4192956
[pid=16570] ppid=16568 vsize=16868 CPUtime=178.41
/proc/16570/stat : 16570 (sugar) S 16568 16570 15206 0 -1 4194304 1376 49122 0 2 6 1 17776 58 16 0 1 0 22156305 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16570/statm: 4217 1113 409 3 0 796 0
[pid=16593] ppid=16570 vsize=5356 CPUtime=0
/proc/16593/stat : 16593 (sh) S 16570 16570 15206 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22174326 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16593/statm: 1339 232 193 169 0 50 0
[pid=16594] ppid=16593 vsize=122216 CPUtime=1621.67
/proc/16594/stat : 16594 (minisat) R 16593 16570 15206 0 -1 4194304 29854 0 0 0 162138 29 0 0 25 0 1 0 22174327 125149184 29840 996147200 134512640 135127466 4294956256 18446744073709551615 134530692 0 0 4096 3 0 0 0 17 0 0 0
/proc/16594/statm: 30554 29840 75 150 0 30401 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 144440

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 16570 and gives
#  childrusage.ru_utime.tv_sec=177
#  childrusage.ru_utime.tv_usec=834964
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=618905
# CPU time returned by wait4() is 178.454
# while last known CPU time is 1800.08
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1803.55
CPU time (s): 1800.08
CPU user time (s): 1799.2
CPU system time (s): 0.88
CPU usage (%): 99.8077
Max. virtual memory (cumulated for all children) (KiB): 899500

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 177.835
system time used= 0.618905
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 50881
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= 12726
involuntary context switches= 16453

runsolver used 2.15967 second user time and 6.07008 second system time

The end

Launcher Data

Begin job on node51 at 2009-07-12 00:22:08
IDJOB=2069971
IDBENCH=55118
IDSOLVER=739
FILE ID=node51/2069971-1247350928
PBS_JOBID= 9506817
Free space on /tmp= 66172 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/wordsVg/normalized-crossword-m1c-words-vg7-8_ext.xml
COMMAND LINE= DIR/sugar -c -vv -memlimit=MEMLIMIT -jar="DIR/sugar-v1-14-6.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2069971-1247350928/watcher-2069971-1247350928 -o /tmp/evaluation-result-2069971-1247350928/solver-2069971-1247350928 -C 1800 -W 2000 -M 900  HOME/sugar -c -vv -memlimit=900 -jar="HOME/sugar-v1-14-6.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-2069971-1247350928.xml

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

MD5SUM BENCH= 3a9e9d3ebe1dfad3d0836badbf30412b
RANDOM SEED=1453499305

node51.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.225
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.225
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:       1902352 kB
Buffers:          5044 kB
Cached:          82540 kB
SwapCached:          0 kB
Active:          92700 kB
Inactive:        16172 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1902352 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2180 kB
Writeback:           0 kB
Mapped:          32900 kB
Slab:            30036 kB
Committed_AS:   160816 kB
PageTables:       1740 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= 66140 MiB
End job on node51 at 2009-07-12 00:52:14