Trace number 1066504

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.08 1816.06

General information on the benchmark

Namecsp/wordsVg/
normalized-crossword-m1c-words-vg8-8_ext.xml
MD5SUMa8551468042d10e236fa44d6ce944fc0
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 benchmark256.285
Satisfiable
(Un)Satisfiability was proved
Number of variables64
Number of constraints16
Maximum constraint arity8
Maximum domain size26
Number of constraints which are defined in extension16
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/minisat
0.00/0.05	c 0	BEGIN Fri Jul  4 07:10:22 2008
0.00/0.05	c 0	PID 12244
0.00/0.05	c 0	HOST node38.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1066504-1215148222.xml TO HOME/temp.csp
0.00/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1066504-1215148222.xml' 'HOME/temp.csp'
0.03/0.51	c 0	1 domains, 64 variables, 0 predicates, 1 relations, 16 constraints
0.03/0.53	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.53	c 0	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.48/0.61	c 0	Parsing HOME/temp.csp
0.48/0.75	c 1	parsed 82 expressions
0.48/0.75	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.48/0.75	c 1	Converting to clausal form CSP
0.48/0.77	c 1	converted 9 (10%) expressions
0.48/0.77	c 1	converted 17 (20%) expressions
0.48/0.77	c 1	converted 25 (30%) expressions
0.48/0.78	c 1	converted 33 (40%) expressions
0.48/0.78	c 1	converted 41 (50%) expressions
0.48/0.78	c 1	converted 50 (60%) expressions
0.48/0.78	c 1	converted 58 (70%) expressions
0.48/0.79	c 1	converted 66 (80%) expressions
1.53/1.69	c 2	converted 74 (90%) expressions
2.41/2.51	c 2	converted 82 (100%) expressions
2.41/2.51	c 2	CSP : 64 integers, 0 booleans, 16 clauses, largest domain size 26
2.41/2.51	c 2	Heap : 50 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.41/2.51	c 2	Propagation in CSP
2.41/2.51	c 2	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.41/2.51	c 2	CSP : 64 integers, 0 booleans, 16 clauses, largest domain size 26
2.41/2.51	c 2	Heap : 50 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.41/2.52	c 2	Simplifing CSP by introducing new Boolean variables
2.41/2.52	c 2	CSP : 64 integers, 0 booleans, 16 clauses, largest domain size 26
2.41/2.52	c 2	Heap : 50 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.61/2.77	c 3	Encoding CSP to SAT : HOME/temp.cnf
2.61/2.78	c 3	7 (10%) CSP integer variables are encoded (168 clauses, 1704 bytes)
2.61/2.79	c 3	13 (20%) CSP integer variables are encoded (312 clauses, 3288 bytes)
2.61/2.79	c 3	20 (30%) CSP integer variables are encoded (480 clauses, 5136 bytes)
2.61/2.79	c 3	26 (40%) CSP integer variables are encoded (624 clauses, 6720 bytes)
2.61/2.80	c 3	32 (50%) CSP integer variables are encoded (768 clauses, 8304 bytes)
2.61/2.80	c 3	39 (60%) CSP integer variables are encoded (936 clauses, 10152 bytes)
2.61/2.80	c 3	45 (70%) CSP integer variables are encoded (1080 clauses, 11977 bytes)
2.61/2.80	c 3	52 (80%) CSP integer variables are encoded (1248 clauses, 14161 bytes)
2.61/2.80	c 3	58 (90%) CSP integer variables are encoded (1392 clauses, 16033 bytes)
2.71/2.80	c 3	64 (100%) CSP integer variables are encoded (1536 clauses, 17905 bytes)
32.42/32.87	c 33	2 (10%) CSP clauses are encoded (128230 clauses, 6094887 bytes)
62.51/63.22	c 63	4 (20%) CSP clauses are encoded (254924 clauses, 12773107 bytes)
77.37/78.25	c 78	5 (30%) CSP clauses are encoded (318271 clauses, 16112445 bytes)
107.17/108.33	c 108	7 (40%) CSP clauses are encoded (444965 clauses, 23033733 bytes)
122.52/123.84	c 124	8 (50%) CSP clauses are encoded (508312 clauses, 26494377 bytes)
152.52/154.19	c 154	10 (60%) CSP clauses are encoded (635006 clauses, 33284551 bytes)
182.14/184.01	c 184	12 (70%) CSP clauses are encoded (761700 clauses, 39942267 bytes)
197.28/199.33	c 199	13 (80%) CSP clauses are encoded (825047 clauses, 43271628 bytes)
227.38/229.77	c 230	15 (90%) CSP clauses are encoded (951741 clauses, 51344426 bytes)
242.03/244.51	c 244	16 (100%) CSP clauses are encoded (1015088 clauses, 55380825 bytes)
242.03/244.51	c 244	16 CSP clauses encoded
242.03/244.51	c 244	Writing map file : HOME/temp.map
242.03/244.52	c 244	Heap : 83 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
242.03/244.52	c 244	SAT : 1600 SAT variables, 1015088 SAT clauses, 55380825 bytes
242.03/244.52	c 244	Heap : 83 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
242.03/244.54	c 244	SOLVING HOME/temp.cnf
242.03/244.54	c 244	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
242.03/244.54	c 244	This is MiniSat 2.0 beta
242.03/244.54	c 244	WARNING: for repeatability, setting FPU to use double precision
242.03/244.54	c 244	============================[ Problem Statistics ]=============================
242.03/244.54	c 244	|                                                                             |
242.03/244.55	c 244	|  Number of variables:  1600                                                 |
242.03/244.55	c 244	|  Number of clauses:    1015088                                              |
243.32/245.86	c 246	|  Parsing time:         1.15         s                                       |
243.43/245.94	c 246	============================[ Search Statistics ]==============================
243.43/245.94	c 246	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
243.43/245.94	c 246	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
243.43/245.94	c 246	===============================================================================
243.43/245.94	c 246	|         0 |    1600  1015088 11323728 |   338362        0    nan |  0.000 % |
243.43/245.98	c 246	|       100 |    1600  1015088 11323728 |   372198      100      5 |  0.000 % |
243.52/246.05	c 246	|       250 |    1600  1015088 11323728 |   409418      250      6 |  0.001 % |
243.62/246.14	c 246	|       475 |    1600  1015088 11323728 |   450360      475      7 |  0.001 % |
243.72/246.24	c 246	|       814 |    1600  1015088 11323728 |   495396      814      7 |  0.001 % |
243.82/246.36	c 246	|      1321 |    1600  1015088 11323728 |   544936     1321      8 |  0.001 % |
244.32/246.88	c 247	|      2081 |    1600  1015088 11323728 |   599430     2081      8 |  0.001 % |
246.19/248.73	c 249	|      3220 |    1600  1015088 11323728 |   659373     3220     11 |  0.001 % |
249.96/252.59	c 252	|      4928 |    1600  1015088 11323728 |   725310     4928     12 |  0.000 % |
256.99/259.64	c 260	|      7490 |    1600  1015088 11323728 |   797841     7490     13 |  0.001 % |
267.00/269.72	c 270	|     11335 |    1600  1015088 11323728 |   877625    11335     14 |  0.001 % |
282.84/285.73	c 286	|     17103 |    1600  1015088 11323728 |   965388    17103     14 |  0.001 % |
301.67/304.74	c 305	|     25753 |    1600  1015088 11323728 |  1061926    25753     15 |  0.001 % |
330.38/333.76	c 334	|     38727 |    1600  1015088 11323728 |  1168119    38727     16 |  0.001 % |
400.72/404.80	c 405	|     58188 |    1600  1015088 11323728 |  1284931    58188     17 |  0.001 % |
498.20/503.12	c 503	|     87380 |    1600  1015088 11323728 |  1413424    87380     17 |  0.001 % |
645.10/651.42	c 651	|    131171 |    1600  1015088 11323728 |  1554767   131171     18 |  0.000 % |
914.45/923.32	c 923	|    196855 |    1600  1015088 11323728 |  1710244   196855     18 |  0.000 % |
1364.40/1377.56	c 1377	|    295381 |    1600  1015088 11323728 |  1881268   295381     19 |  0.000 % |
1800.08/1816.02	c ERROR INTERRUPTED
1800.08/1816.03	s UNKNOWN
1800.08/1816.03	c 1816	CPU 241.38 (0.04 0.01 241.34 0.71)
1800.08/1816.03	c 1816	END Fri Jul  4 07:40:38 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-1066504-1215148222/watcher-1066504-1215148222 -o /tmp/evaluation-result-1066504-1215148222/solver-1066504-1215148222 -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-1066504-1215148222.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: 1.91 1.98 1.99 4/74 12244
/proc/meminfo: memFree=1655048/2055920 swapFree=4112284/4192956
[pid=12244] ppid=12242 vsize=12268 CPUtime=0
/proc/12244/stat : 12244 (sugar) R 12242 12244 11604 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 1544492591 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 266890607205 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/12244/statm: 3067 316 241 3 0 167 0

[startup+0.079098 s]
/proc/loadavg: 1.91 1.98 1.99 4/74 12244
/proc/meminfo: memFree=1655048/2055920 swapFree=4112284/4192956
[pid=12244] ppid=12242 vsize=13600 CPUtime=0.03
/proc/12244/stat : 12244 (sugar) S 12242 12244 11604 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1544492591 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12244/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.101415 s]
/proc/loadavg: 1.91 1.98 1.99 4/74 12244
/proc/meminfo: memFree=1655048/2055920 swapFree=4112284/4192956
[pid=12244] ppid=12242 vsize=13600 CPUtime=0.03
/proc/12244/stat : 12244 (sugar) S 12242 12244 11604 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1544492591 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12244/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301438 s]
/proc/loadavg: 1.91 1.98 1.99 4/74 12244
/proc/meminfo: memFree=1655048/2055920 swapFree=4112284/4192956
[pid=12244] ppid=12242 vsize=13600 CPUtime=0.03
/proc/12244/stat : 12244 (sugar) S 12242 12244 11604 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1544492591 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12244/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701481 s]
/proc/loadavg: 1.91 1.98 1.99 4/74 12244
/proc/meminfo: memFree=1655048/2055920 swapFree=4112284/4192956
[pid=12244] ppid=12242 vsize=13600 CPUtime=0.48
/proc/12244/stat : 12244 (sugar) S 12242 12244 11604 0 -1 4194304 973 6477 0 1 3 0 41 4 16 0 1 0 1544492591 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12244/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 13600

[startup+1.50257 s]
/proc/loadavg: 1.91 1.98 1.99 4/85 12266
/proc/meminfo: memFree=1637808/2055920 swapFree=4112284/4192956
[pid=12244] ppid=12242 vsize=13600 CPUtime=0.48
/proc/12244/stat : 12244 (sugar) S 12242 12244 11604 0 -1 4194304 973 6477 0 1 3 0 41 4 15 0 1 0 1544492591 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12244/statm: 3400 797 370 3 0 500 0
[pid=12257] ppid=12244 vsize=5356 CPUtime=0
/proc/12257/stat : 12257 (sh) S 12244 12244 11604 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1544492644 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12257/statm: 1339 233 193 169 0 50 0
[pid=12258] ppid=12257 vsize=864320 CPUtime=0.94
/proc/12258/stat : 12258 (java) S 12257 12244 11604 0 -1 0 10994 0 1 0 90 4 0 0 18 0 9 0 1544492644 885063680 10265 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12258/statm: 216080 10265 2540 9 0 210655 0
[pid=12258/tid=12259] ppid=12257 vsize=864320 CPUtime=0.45
/proc/12258/task/12259/stat : 12259 (java) R 12257 12244 11604 0 -1 64 2766 0 1 0 44 1 0 0 23 0 9 0 1544492645 885063680 10265 996147200 134512640 134550740 4294955952 18446744073709551615 103215090 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12258/tid=12260] ppid=12257 vsize=864320 CPUtime=0.44
/proc/12258/task/12260/stat : 12260 (java) S 12257 12244 11604 0 -1 64 7216 0 0 0 41 3 0 0 16 0 9 0 1544492646 885063680 10265 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12258/tid=12261] ppid=12257 vsize=864320 CPUtime=0
/proc/12258/task/12261/stat : 12261 (java) S 12257 12244 11604 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1544492646 885063680 10265 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12258/tid=12262] ppid=12257 vsize=864320 CPUtime=0
/proc/12258/task/12262/stat : 12262 (java) S 12257 12244 11604 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1544492646 885063680 10265 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12258/tid=12263] ppid=12257 vsize=864320 CPUtime=0
/proc/12258/task/12263/stat : 12263 (java) S 12257 12244 11604 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1544492648 885063680 10265 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12258/tid=12264] ppid=12257 vsize=864320 CPUtime=0.05
/proc/12258/task/12264/stat : 12264 (java) S 12257 12244 11604 0 -1 64 319 0 0 0 5 0 0 0 16 0 9 0 1544492648 885063680 10265 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12258/tid=12265] ppid=12257 vsize=864320 CPUtime=0
/proc/12258/task/12265/stat : 12265 (java) S 12257 12244 11604 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1544492648 885063680 10265 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12258/tid=12266] ppid=12257 vsize=864320 CPUtime=0
/proc/12258/task/12266/stat : 12266 (java) S 12257 12244 11604 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1544492648 885063680 10265 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) 883276

[startup+3.10275 s]
/proc/loadavg: 1.91 1.98 1.99 4/85 12266
/proc/meminfo: memFree=1603376/2055920 swapFree=4112284/4192956
[pid=12244] ppid=12242 vsize=13600 CPUtime=0.48
/proc/12244/stat : 12244 (sugar) S 12242 12244 11604 0 -1 4194304 974 6477 0 1 3 0 41 4 15 0 1 0 1544492591 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12244/statm: 3400 797 370 3 0 500 0
[pid=12257] ppid=12244 vsize=5356 CPUtime=0
/proc/12257/stat : 12257 (sh) S 12244 12244 11604 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1544492644 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12257/statm: 1339 233 193 169 0 50 0
[pid=12258] ppid=12257 vsize=864432 CPUtime=2.53
/proc/12258/stat : 12258 (java) S 12257 12244 11604 0 -1 0 18342 0 1 0 245 8 0 0 18 0 9 0 1544492644 885178368 17573 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12258/statm: 216108 17573 2564 9 0 210655 0
[pid=12258/tid=12259] ppid=12257 vsize=864432 CPUtime=1.03
/proc/12258/task/12259/stat : 12259 (java) R 12257 12244 11604 0 -1 64 3335 0 1 0 102 1 0 0 20 0 9 0 1544492645 885178368 17573 996147200 134512640 134550740 4294955952 18446744073709551615 103215102 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12258/tid=12260] ppid=12257 vsize=864432 CPUtime=1.4
/proc/12258/task/12260/stat : 12260 (java) S 12257 12244 11604 0 -1 64 13974 0 0 0 134 6 0 0 16 0 9 0 1544492646 885178368 17573 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12258/tid=12261] ppid=12257 vsize=864432 CPUtime=0
/proc/12258/task/12261/stat : 12261 (java) S 12257 12244 11604 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1544492646 885178368 17573 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12258/tid=12262] ppid=12257 vsize=864432 CPUtime=0
/proc/12258/task/12262/stat : 12262 (java) S 12257 12244 11604 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1544492646 885178368 17573 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12258/tid=12263] ppid=12257 vsize=864432 CPUtime=0
/proc/12258/task/12263/stat : 12263 (java) S 12257 12244 11604 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1544492648 885178368 17573 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12258/tid=12264] ppid=12257 vsize=864432 CPUtime=0.07
/proc/12258/task/12264/stat : 12264 (java) S 12257 12244 11604 0 -1 64 340 0 0 0 7 0 0 0 16 0 9 0 1544492648 885178368 17573 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12258/tid=12265] ppid=12257 vsize=864432 CPUtime=0
/proc/12258/task/12265/stat : 12265 (java) S 12257 12244 11604 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1544492648 885178368 17573 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12258/tid=12266] ppid=12257 vsize=864432 CPUtime=0
/proc/12258/task/12266/stat : 12266 (java) S 12257 12244 11604 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1544492648 885178368 17573 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) 883388

[startup+6.3011 s]
/proc/loadavg: 1.92 1.98 1.99 3/85 12266
/proc/meminfo: memFree=1591024/2055920 swapFree=4112284/4192956
[pid=12244] ppid=12242 vsize=13600 CPUtime=0.48
/proc/12244/stat : 12244 (sugar) S 12242 12244 11604 0 -1 4194304 974 6477 0 1 3 0 41 4 15 0 1 0 1544492591 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12244/statm: 3400 797 370 3 0 500 0
[pid=12257] ppid=12244 vsize=5356 CPUtime=0
/proc/12257/stat : 12257 (sh) S 12244 12244 11604 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1544492644 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12257/statm: 1339 233 193 169 0 50 0
[pid=12258] ppid=12257 vsize=864432 CPUtime=5.7
/proc/12258/stat : 12258 (java) S 12257 12244 11604 0 -1 0 18605 0 1 0 561 9 0 0 18 0 9 0 1544492644 885178368 17830 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12258/statm: 216108 17830 2564 9 0 210655 0
[pid=12258/tid=12259] ppid=12257 vsize=864432 CPUtime=4.18
/proc/12258/task/12259/stat : 12259 (java) R 12257 12244 11604 0 -1 64 3341 0 1 0 417 1 0 0 25 0 9 0 1544492645 885178368 17830 996147200 134512640 134550740 4294955952 18446744073709551615 4126095719 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12258/tid=12260] ppid=12257 vsize=864432 CPUtime=1.41
/proc/12258/task/12260/stat : 12260 (java) S 12257 12244 11604 0 -1 64 14231 0 0 0 135 6 0 0 16 0 9 0 1544492646 885178368 17830 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12258/tid=12261] ppid=12257 vsize=864432 CPUtime=0
/proc/12258/task/12261/stat : 12261 (java) S 12257 12244 11604 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1544492646 885178368 17830 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12258/tid=12262] ppid=12257 vsize=864432 CPUtime=0
/proc/12258/task/12262/stat : 12262 (java) S 12257 12244 11604 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1544492646 885178368 17830 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12258/tid=12263] ppid=12257 vsize=864432 CPUtime=0
/proc/12258/task/12263/stat : 12263 (java) S 12257 12244 11604 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1544492648 885178368 17830 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12258/tid=12264] ppid=12257 vsize=864432 CPUtime=0.07
/proc/12258/task/12264/stat : 12264 (java) S 12257 12244 11604 0 -1 64 340 0 0 0 7 0 0 0 16 0 9 0 1544492648 885178368 17830 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12258/tid=12265] ppid=12257 vsize=864432 CPUtime=0
/proc/12258/task/12265/stat : 12265 (java) S 12257 12244 11604 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1544492648 885178368 17830 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12258/tid=12266] ppid=12257 vsize=864432 CPUtime=0
/proc/12258/task/12266/stat : 12266 (java) S 12257 12244 11604 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1544492648 885178368 17830 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 883388

[startup+12.7018 s]
/proc/loadavg: 1.93 1.98 1.99 3/85 12266
/proc/meminfo: memFree=1586544/2055920 swapFree=4112284/4192956
[pid=12244] ppid=12242 vsize=13600 CPUtime=0.48
/proc/12244/stat : 12244 (sugar) S 12242 12244 11604 0 -1 4194304 974 6477 0 1 3 0 41 4 15 0 1 0 1544492591 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12244/statm: 3400 797 370 3 0 500 0
[pid=12257] ppid=12244 vsize=5356 CPUtime=0
/proc/12257/stat : 12257 (sh) S 12244 12244 11604 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1544492644 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12257/statm: 1339 233 193 169 0 50 0
[pid=12258] ppid=12257 vsize=864432 CPUtime=12.03
/proc/12258/stat : 12258 (java) S 12257 12244 11604 0 -1 0 20057 0 1 0 1193 10 0 0 18 0 9 0 1544492644 885178368 19256 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12258/statm: 216108 19256 2564 9 0 210655 0
[pid=12258/tid=12259] ppid=12257 vsize=864432 CPUtime=10.43
/proc/12258/task/12259/stat : 12259 (java) R 12257 12244 11604 0 -1 64 3367 0 1 0 1041 2 0 0 25 0 9 0 1544492645 885178368 19256 996147200 134512640 134550740 4294955952 18446744073709551615 4126573428 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12258/tid=12260] ppid=12257 vsize=864432 CPUtime=1.51
/proc/12258/task/12260/stat : 12260 (java) S 12257 12244 11604 0 -1 64 15657 0 0 0 144 7 0 0 16 0 9 0 1544492646 885178368 19256 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12258/tid=12261] ppid=12257 vsize=864432 CPUtime=0
/proc/12258/task/12261/stat : 12261 (java) S 12257 12244 11604 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1544492646 885178368 19256 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12258/tid=12262] ppid=12257 vsize=864432 CPUtime=0
/proc/12258/task/12262/stat : 12262 (java) S 12257 12244 11604 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1544492646 885178368 19256 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12258/tid=12263] ppid=12257 vsize=864432 CPUtime=0
/proc/12258/task/12263/stat : 12263 (java) S 12257 12244 11604 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1544492648 885178368 19256 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12258/tid=12264] ppid=12257 vsize=864432 CPUtime=0.07
/proc/12258/task/12264/stat : 12264 (java) S 12257 12244 11604 0 -1 64 340 0 0 0 7 0 0 0 16 0 9 0 1544492648 885178368 19256 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12258/tid=12265] ppid=12257 vsize=864432 CPUtime=0
/proc/12258/task/12265/stat : 12265 (java) S 12257 12244 11604 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1544492648 885178368 19256 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12258/tid=12266] ppid=12257 vsize=864432 CPUtime=0
/proc/12258/task/12266/stat : 12266 (java) S 12257 12244 11604 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1544492648 885178368 19256 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.51
Current children cumulated vsize (KiB) 883388

[startup+25.5023 s]
/proc/loadavg: 1.94 1.98 1.99 3/85 12266
/proc/meminfo: memFree=1575984/2055920 swapFree=4112284/4192956
[pid=12244] ppid=12242 vsize=13600 CPUtime=0.48
/proc/12244/stat : 12244 (sugar) S 12242 12244 11604 0 -1 4194304 974 6477 0 1 3 0 41 4 15 0 1 0 1544492591 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12244/statm: 3400 797 370 3 0 500 0
[pid=12257] ppid=12244 vsize=5356 CPUtime=0
/proc/12257/stat : 12257 (sh) S 12244 12244 11604 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1544492644 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12257/statm: 1339 233 193 169 0 50 0
[pid=12258] ppid=12257 vsize=864432 CPUtime=24.71
/proc/12258/stat : 12258 (java) S 12257 12244 11604 0 -1 0 21698 0 1 0 2458 13 0 0 18 0 9 0 1544492644 885178368 20846 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12258/statm: 216108 20846 2564 9 0 210655 0
[pid=12258/tid=12259] ppid=12257 vsize=864432 CPUtime=22.98
/proc/12258/task/12259/stat : 12259 (java) R 12257 12244 11604 0 -1 64 3418 0 1 0 2294 4 0 0 25 0 9 0 1544492645 885178368 20846 996147200 134512640 134550740 4294955952 18446744073709551615 4126554658 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12258/tid=12260] ppid=12257 vsize=864432 CPUtime=1.62
/proc/12258/task/12260/stat : 12260 (java) S 12257 12244 11604 0 -1 64 17244 0 0 0 154 8 0 0 16 0 9 0 1544492646 885178368 20846 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12258/tid=12261] ppid=12257 vsize=864432 CPUtime=0
/proc/12258/task/12261/stat : 12261 (java) S 12257 12244 11604 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1544492646 885178368 20846 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12258/tid=12262] ppid=12257 vsize=864432 CPUtime=0
/proc/12258/task/12262/stat : 12262 (java) S 12257 12244 11604 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1544492646 885178368 20846 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

/proc/meminfo: memFree=1468656/2055920 swapFree=4112284/4192956
[pid=12244] ppid=12242 vsize=13600 CPUtime=242.1
/proc/12244/stat : 12244 (sugar) S 12242 12244 11604 0 -1 4194304 1031 52502 0 2 4 1 24134 71 16 0 1 0 1544492591 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12244/statm: 3400 798 370 3 0 500 0
[pid=12267] ppid=12244 vsize=5356 CPUtime=0
/proc/12267/stat : 12267 (sh) S 12244 12244 11604 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1544517045 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12267/statm: 1339 232 193 169 0 50 0
[pid=12268] ppid=12267 vsize=119620 CPUtime=1047.8
/proc/12268/stat : 12268 (minisat) R 12267 12244 11604 0 -1 4194304 29400 0 0 0 104754 26 0 0 25 0 1 0 1544517046 122490880 29386 996147200 134512640 135127466 4294956272 18446744073709551615 134530624 0 0 4096 3 0 0 0 17 1 0 0
/proc/12268/statm: 29905 29386 75 150 0 29752 0
Current children cumulated CPU time (s) 1289.9
Current children cumulated vsize (KiB) 138576

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 12268
/proc/meminfo: memFree=1467120/2055920 swapFree=4112284/4192956
[pid=12244] ppid=12242 vsize=13600 CPUtime=242.1
/proc/12244/stat : 12244 (sugar) S 12242 12244 11604 0 -1 4194304 1031 52502 0 2 4 1 24134 71 16 0 1 0 1544492591 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12244/statm: 3400 798 370 3 0 500 0
[pid=12267] ppid=12244 vsize=5356 CPUtime=0
/proc/12267/stat : 12267 (sh) S 12244 12244 11604 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1544517045 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12267/statm: 1339 232 193 169 0 50 0
[pid=12268] ppid=12267 vsize=120952 CPUtime=1107.23
/proc/12268/stat : 12268 (minisat) R 12267 12244 11604 0 -1 4194304 29770 0 0 0 110696 27 0 0 25 0 1 0 1544517046 123854848 29756 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/12268/statm: 30238 29756 75 150 0 30085 0
Current children cumulated CPU time (s) 1349.33
Current children cumulated vsize (KiB) 139908

[startup+1422.31 s]
/proc/loadavg: 2.27 2.09 2.03 3/86 12307
/proc/meminfo: memFree=919592/2055920 swapFree=4112284/4192956
[pid=12244] ppid=12242 vsize=13600 CPUtime=242.1
/proc/12244/stat : 12244 (sugar) S 12242 12244 11604 0 -1 4194304 1031 52502 0 2 4 1 24134 71 16 0 1 0 1544492591 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12244/statm: 3400 798 370 3 0 500 0
[pid=12267] ppid=12244 vsize=5356 CPUtime=0
/proc/12267/stat : 12267 (sh) S 12244 12244 11604 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1544517045 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12267/statm: 1339 232 193 169 0 50 0
[pid=12268] ppid=12267 vsize=122244 CPUtime=1164.99
/proc/12268/stat : 12268 (minisat) R 12267 12244 11604 0 -1 4194304 30101 0 0 0 116471 28 0 0 25 0 1 0 1544517046 125177856 30087 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/12268/statm: 30561 30087 75 150 0 30408 0
Current children cumulated CPU time (s) 1407.09
Current children cumulated vsize (KiB) 141200

[startup+1482.3 s]
/proc/loadavg: 2.10 2.07 2.02 3/75 12371
/proc/meminfo: memFree=1599040/2055920 swapFree=4112284/4192956
[pid=12244] ppid=12242 vsize=13600 CPUtime=242.1
/proc/12244/stat : 12244 (sugar) S 12242 12244 11604 0 -1 4194304 1031 52502 0 2 4 1 24134 71 16 0 1 0 1544492591 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12244/statm: 3400 798 370 3 0 500 0
[pid=12267] ppid=12244 vsize=5356 CPUtime=0
/proc/12267/stat : 12267 (sh) S 12244 12244 11604 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1544517045 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12267/statm: 1339 232 193 169 0 50 0
[pid=12268] ppid=12267 vsize=123984 CPUtime=1224.53
/proc/12268/stat : 12268 (minisat) R 12267 12244 11604 0 -1 4194304 30379 0 0 0 122422 31 0 0 25 0 1 0 1544517046 126959616 30365 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/12268/statm: 30996 30365 75 150 0 30843 0
Current children cumulated CPU time (s) 1466.63
Current children cumulated vsize (KiB) 142940

[startup+1542.3 s]
/proc/loadavg: 2.03 2.05 2.02 3/75 12371
/proc/meminfo: memFree=1597888/2055920 swapFree=4112284/4192956
[pid=12244] ppid=12242 vsize=13600 CPUtime=242.1
/proc/12244/stat : 12244 (sugar) S 12242 12244 11604 0 -1 4194304 1031 52502 0 2 4 1 24134 71 16 0 1 0 1544492591 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12244/statm: 3400 798 370 3 0 500 0
[pid=12267] ppid=12244 vsize=5356 CPUtime=0
/proc/12267/stat : 12267 (sh) S 12244 12244 11604 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1544517045 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12267/statm: 1339 232 193 169 0 50 0
[pid=12268] ppid=12267 vsize=125204 CPUtime=1284.49
/proc/12268/stat : 12268 (minisat) R 12267 12244 11604 0 -1 4194304 30704 0 0 0 128417 32 0 0 25 0 1 0 1544517046 128208896 30690 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/12268/statm: 31301 30690 75 150 0 31148 0
Current children cumulated CPU time (s) 1526.59
Current children cumulated vsize (KiB) 144160

[startup+1602.3 s]
/proc/loadavg: 2.01 2.04 2.01 3/75 12371
/proc/meminfo: memFree=1596032/2055920 swapFree=4112284/4192956
[pid=12244] ppid=12242 vsize=13600 CPUtime=242.1
/proc/12244/stat : 12244 (sugar) S 12242 12244 11604 0 -1 4194304 1031 52502 0 2 4 1 24134 71 16 0 1 0 1544492591 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12244/statm: 3400 798 370 3 0 500 0
[pid=12267] ppid=12244 vsize=5356 CPUtime=0
/proc/12267/stat : 12267 (sh) S 12244 12244 11604 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1544517045 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12267/statm: 1339 232 193 169 0 50 0
[pid=12268] ppid=12267 vsize=126884 CPUtime=1344.44
/proc/12268/stat : 12268 (minisat) R 12267 12244 11604 0 -1 4194304 31112 0 0 0 134412 32 0 0 25 0 1 0 1544517046 129929216 31098 996147200 134512640 135127466 4294956272 18446744073709551615 134530828 0 0 4096 3 0 0 0 17 0 0 0
/proc/12268/statm: 31721 31098 75 150 0 31568 0
Current children cumulated CPU time (s) 1586.54
Current children cumulated vsize (KiB) 145840

[startup+1662.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/75 12371
/proc/meminfo: memFree=1594560/2055920 swapFree=4112284/4192956
[pid=12244] ppid=12242 vsize=13600 CPUtime=242.1
/proc/12244/stat : 12244 (sugar) S 12242 12244 11604 0 -1 4194304 1031 52502 0 2 4 1 24134 71 16 0 1 0 1544492591 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12244/statm: 3400 798 370 3 0 500 0
[pid=12267] ppid=12244 vsize=5356 CPUtime=0
/proc/12267/stat : 12267 (sh) S 12244 12244 11604 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1544517045 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12267/statm: 1339 232 193 169 0 50 0
[pid=12268] ppid=12267 vsize=128288 CPUtime=1404.38
/proc/12268/stat : 12268 (minisat) R 12267 12244 11604 0 -1 4194304 31458 0 0 0 140406 32 0 0 25 0 1 0 1544517046 131366912 31444 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/12268/statm: 32072 31444 75 150 0 31919 0
Current children cumulated CPU time (s) 1646.48
Current children cumulated vsize (KiB) 147244

[startup+1722.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/75 12371
/proc/meminfo: memFree=1593152/2055920 swapFree=4112284/4192956
[pid=12244] ppid=12242 vsize=13600 CPUtime=242.1
/proc/12244/stat : 12244 (sugar) S 12242 12244 11604 0 -1 4194304 1031 52502 0 2 4 1 24134 71 16 0 1 0 1544492591 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12244/statm: 3400 798 370 3 0 500 0
[pid=12267] ppid=12244 vsize=5356 CPUtime=0
/proc/12267/stat : 12267 (sh) S 12244 12244 11604 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1544517045 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12267/statm: 1339 232 193 169 0 50 0
[pid=12268] ppid=12267 vsize=129752 CPUtime=1464.35
/proc/12268/stat : 12268 (minisat) R 12267 12244 11604 0 -1 4194304 31818 0 0 0 146402 33 0 0 25 0 1 0 1544517046 132866048 31804 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/12268/statm: 32438 31804 75 150 0 32285 0
Current children cumulated CPU time (s) 1706.45
Current children cumulated vsize (KiB) 148708

[startup+1782.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/75 12371
/proc/meminfo: memFree=1591552/2055920 swapFree=4112284/4192956
[pid=12244] ppid=12242 vsize=13600 CPUtime=242.1
/proc/12244/stat : 12244 (sugar) S 12242 12244 11604 0 -1 4194304 1031 52502 0 2 4 1 24134 71 16 0 1 0 1544492591 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12244/statm: 3400 798 370 3 0 500 0
[pid=12267] ppid=12244 vsize=5356 CPUtime=0
/proc/12267/stat : 12267 (sh) S 12244 12244 11604 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1544517045 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12267/statm: 1339 232 193 169 0 50 0
[pid=12268] ppid=12267 vsize=131204 CPUtime=1524.29
/proc/12268/stat : 12268 (minisat) R 12267 12244 11604 0 -1 4194304 32205 0 0 0 152396 33 0 0 25 0 1 0 1544517046 134352896 32191 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/12268/statm: 32801 32191 75 150 0 32648 0
Current children cumulated CPU time (s) 1766.39
Current children cumulated vsize (KiB) 150160



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1816 s]
/proc/loadavg: 1.94 2.00 1.99 2/70 12454
/proc/meminfo: memFree=1593200/2055920 swapFree=4112284/4192956
[pid=12244] ppid=12242 vsize=13600 CPUtime=242.1
/proc/12244/stat : 12244 (sugar) S 12242 12244 11604 0 -1 4194304 1031 52502 0 2 4 1 24134 71 16 0 1 0 1544492591 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12244/statm: 3400 798 370 3 0 500 0
[pid=12267] ppid=12244 vsize=5356 CPUtime=0
/proc/12267/stat : 12267 (sh) S 12244 12244 11604 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1544517045 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12267/statm: 1339 232 193 169 0 50 0
[pid=12268] ppid=12267 vsize=132044 CPUtime=1557.98
/proc/12268/stat : 12268 (minisat) R 12267 12244 11604 0 -1 4194304 32409 0 0 0 155763 35 0 0 25 0 1 0 1544517046 135213056 32395 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/12268/statm: 33011 32395 75 150 0 32858 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 151000

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 12244 and gives
#  childrusage.ru_utime.tv_sec=241
#  childrusage.ru_utime.tv_usec=391302
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=758884
# CPU time returned by wait4() is 242.15
# 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): 1816.06
CPU time (s): 1800.08
CPU user time (s): 1799.01
CPU system time (s): 1.07
CPU usage (%): 99.1199
Max. virtual memory (cumulated for all children) (KiB): 896200

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 241.391
system time used= 0.758884
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 53877
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= 12511
involuntary context switches= 17358

runsolver used 2.08868 second user time and 5.88711 second system time

The end

Launcher Data (download as text)

Begin job on node38 at 2008-07-04 07:10:22
IDJOB=1066504
IDBENCH=55126
IDSOLVER=346
FILE ID=node38/1066504-1215148222
PBS_JOBID= 7877404
Free space on /tmp= 66492 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/wordsVg/normalized-crossword-m1c-words-vg8-8_ext.xml
COMMAND LINE= DIR/sugar -c -vv -java="java -Xmx700M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1066504-1215148222/watcher-1066504-1215148222 -o /tmp/evaluation-result-1066504-1215148222/solver-1066504-1215148222 -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-1066504-1215148222.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= a8551468042d10e236fa44d6ce944fc0
RANDOM SEED=1969096297

node38.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.223
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.223
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:       1655592 kB
Buffers:         18808 kB
Cached:         148724 kB
SwapCached:      74888 kB
Active:         301828 kB
Inactive:        43736 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1655592 kB
SwapTotal:     4192956 kB
SwapFree:      4112284 kB
Dirty:            1448 kB
Writeback:           0 kB
Mapped:         184804 kB
Slab:            39544 kB
Committed_AS:  2916656 kB
PageTables:       2300 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= 66556 MiB
End job on node38 at 2008-07-04 07:40:40