Trace number 2077605

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+minisatSAT 1451.84 1499.07

General information on the benchmark

Namecsp/wordsHerald/
normalized-crossword-m1-words-19-04.xml
MD5SUM8223b3be8400c707a14e61e5793f2bd8
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark12.0622
Satisfiable
(Un)Satisfiability was proved
Number of variables296
Number of constraints2314
Maximum constraint arity26
Maximum domain size26
Number of constraints which are defined in extension132
Number of constraints which are defined in intension2182
Global constraints used (with number of constraints)

Solver Data

0.00/0.08	c 0	Sugar v1-14-6 + HOME/minisat
0.00/0.08	c 0	BEGIN Sun Jul 12 04:21:45 2009
0.00/0.08	c 0	PID 22647
0.00/0.08	c 0	HOST node37.alineos.net
0.00/0.08	c 0	CONVERTING HOME/instance-2077605-1247365305.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-2077605-1247365305.xml' 'HOME/temp.csp'
0.06/1.02	c 1	1 domains, 296 variables, 8 predicates, 6 relations, 2314 constraints
0.06/1.03	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/1.03	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'
1.04/1.12	c 1	Parsing HOME/temp.csp
1.33/1.45	c 2	parsed 2625 expressions
1.33/1.45	c 2	Heap : 5 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.33/1.45	c 2	Converting to clausal form CSP
1.33/1.48	c 2	converted 263 (10%) expressions
2.91/3.00	c 3	converted 525 (20%) expressions
3.01/3.11	c 3	converted 788 (30%) expressions
3.01/3.13	c 3	converted 1050 (40%) expressions
3.40/3.54	c 4	converted 1313 (50%) expressions
3.40/3.56	c 4	converted 1575 (60%) expressions
4.89/5.00	c 5	converted 1838 (70%) expressions
4.89/5.08	c 5	converted 2100 (80%) expressions
5.00/5.10	c 5	converted 2363 (90%) expressions
5.09/5.25	c 5	converted 2625 (100%) expressions
5.09/5.25	c 5	CSP : 296 integers, 0 booleans, 2314 clauses, largest domain size 26
5.09/5.25	c 5	Heap : 83 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
5.09/5.25	c 5	Propagation in CSP
5.09/5.26	c 5	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
5.09/5.26	c 5	CSP : 296 integers, 0 booleans, 2314 clauses, largest domain size 26
5.09/5.26	c 5	Heap : 84 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
5.09/5.27	c 5	Simplifing CSP by introducing new Boolean variables
5.20/5.38	c 6	CSP : 296 integers, 16064 booleans, 18378 clauses, largest domain size 26
5.20/5.38	c 6	Heap : 86 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
6.08/6.23	c 6	Encoding CSP to SAT : HOME/temp.cnf
6.08/6.26	c 6	30 (10%) CSP integer variables are encoded (720 clauses, 7776 bytes)
6.08/6.27	c 6	60 (20%) CSP integer variables are encoded (1440 clauses, 16657 bytes)
6.08/6.27	c 6	89 (30%) CSP integer variables are encoded (2136 clauses, 25705 bytes)
6.08/6.27	c 6	119 (40%) CSP integer variables are encoded (2856 clauses, 35065 bytes)
6.08/6.27	c 6	148 (50%) CSP integer variables are encoded (3552 clauses, 44113 bytes)
6.08/6.27	c 6	178 (60%) CSP integer variables are encoded (4272 clauses, 53473 bytes)
6.08/6.27	c 6	208 (70%) CSP integer variables are encoded (4992 clauses, 62833 bytes)
6.08/6.27	c 6	237 (80%) CSP integer variables are encoded (5688 clauses, 71881 bytes)
6.08/6.27	c 6	267 (90%) CSP integer variables are encoded (6408 clauses, 81241 bytes)
6.08/6.28	c 6	296 (100%) CSP integer variables are encoded (7104 clauses, 90289 bytes)
39.95/45.70	c 46	1838 (10%) CSP clauses are encoded (644854 clauses, 24786527 bytes)
40.04/45.80	c 46	3676 (20%) CSP clauses are encoded (686092 clauses, 25568398 bytes)
47.55/54.88	c 55	5514 (30%) CSP clauses are encoded (789197 clauses, 29535769 bytes)
47.64/54.97	c 55	7352 (40%) CSP clauses are encoded (830435 clauses, 30347909 bytes)
63.18/73.88	c 74	9189 (50%) CSP clauses are encoded (995431 clauses, 37470944 bytes)
184.46/223.31	c 224	11027 (60%) CSP clauses are encoded (1644977 clauses, 72047071 bytes)
184.53/223.44	c 224	12865 (70%) CSP clauses are encoded (1687665 clauses, 72888977 bytes)
184.62/223.55	c 224	14703 (80%) CSP clauses are encoded (1731153 clauses, 73707245 bytes)
184.70/223.65	c 224	16541 (90%) CSP clauses are encoded (1774766 clauses, 74550988 bytes)
197.41/239.09	c 239	18378 (100%) CSP clauses are encoded (1915642 clauses, 84103711 bytes)
197.41/239.09	c 239	18378 CSP clauses encoded
197.41/239.09	c 239	Writing map file : HOME/temp.map
197.51/239.10	c 239	Heap : 93 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
197.51/239.10	c 239	SAT : 23464 SAT variables, 1915642 SAT clauses, 84103711 bytes
197.51/239.10	c 239	Heap : 93 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
197.51/239.18	c 239	SOLVING HOME/temp.cnf
197.51/239.18	c 239	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
197.51/239.19	c 239	This is MiniSat 2.0 beta
197.51/239.19	c 239	WARNING: for repeatability, setting FPU to use double precision
197.51/239.19	c 239	============================[ Problem Statistics ]=============================
197.51/239.19	c 239	|                                                                             |
197.51/239.19	c 239	|  Number of variables:  23464                                                |
197.51/239.19	c 239	|  Number of clauses:    1915642                                              |
199.25/241.07	c 241	|  Parsing time:         1.52         s                                       |
199.34/241.19	c 241	============================[ Search Statistics ]==============================
199.34/241.19	c 241	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
199.34/241.19	c 241	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
199.34/241.19	c 241	===============================================================================
199.34/241.19	c 241	|         0 |   23460  1915406 14924112 |   638468        0    nan |  0.000 % |
199.53/241.33	c 242	|       100 |   23460  1915406 14924112 |   702315      100     12 |  0.017 % |
199.62/241.42	c 242	|       251 |   23460  1915406 14924112 |   772547      251      9 |  0.017 % |
199.73/241.51	c 242	|       477 |   23460  1915406 14924112 |   849801      477     10 |  0.017 % |
199.82/241.60	c 242	|       814 |   23460  1915406 14924112 |   934781      814     12 |  0.017 % |
199.90/241.73	c 242	|      1321 |   23460  1915406 14924112 |  1028260     1321     12 |  0.017 % |
200.00/241.84	c 242	|      2080 |   23460  1915406 14924112 |  1131086     2080     11 |  0.017 % |
200.30/242.19	c 242	|      3221 |   23460  1915406 14924112 |  1244194     3221     10 |  0.017 % |
200.70/242.54	c 243	|      4929 |   23460  1915406 14924112 |  1368614     4929     11 |  0.017 % |
201.60/243.49	c 244	|      7491 |   23460  1915406 14924112 |  1505475     7491     12 |  0.017 % |
202.29/244.14	c 244	|     11335 |   23460  1915406 14924112 |  1656023    11335     12 |  0.017 % |
204.00/245.83	c 246	|     17103 |   23460  1915406 14924112 |  1821625    17103     12 |  0.017 % |
207.49/249.36	c 250	|     25754 |   23460  1915406 14924112 |  2003788    25754     13 |  0.017 % |
210.77/252.66	c 253	|     38730 |   23460  1915406 14924112 |  2204166    38730     13 |  0.017 % |
218.12/260.30	c 260	|     58191 |   23460  1915406 14924112 |  2424583    58191     13 |  0.017 % |
227.75/270.06	c 270	|     87383 |   23460  1915406 14924112 |  2667042    87383     13 |  0.017 % |
242.90/285.84	c 286	|    131174 |   23460  1915406 14924112 |  2933746   131174     14 |  0.017 % |
267.59/311.02	c 311	|    196858 |   23460  1915406 14924112 |  3227120   196858     14 |  0.017 % |
310.29/355.46	c 356	|    295385 |   23460  1915406 14924112 |  3549832   295385     14 |  0.017 % |
497.31/544.15	c 544	|    443174 |   23460  1915406 14924112 |  3904816   443174     16 |  0.017 % |
714.81/761.76	c 762	|    664857 |   23460  1915406 14924112 |  4295297   664857     17 |  0.017 % |
1152.10/1199.25	c 1199	|    997383 |   23460  1915406 14924112 |  4724827   997383     20 |  0.017 % |
1451.47/1498.70	c 1499	===============================================================================
1451.47/1498.71	c 1499	restarts              : 22
1451.47/1498.71	c 1499	conflicts             : 1252670        (1000 /sec)
1451.47/1498.71	c 1499	decisions             : 1759415        (1.80 % random) (1404 /sec)
1451.47/1498.71	c 1499	propagations          : 111678713      (89127 /sec)
1451.47/1498.71	c 1499	conflict literals     : 24485585       (22.91 % deleted)
1451.47/1498.71	c 1499	Memory used           : 274.80 MB
1451.47/1498.71	c 1499	CPU time              : 1253.03 s
1451.47/1498.71	c 1499	
1451.47/1498.71	c 1499	SATISFIABLE
1451.47/1498.76	c 1499	DECODING HOME/temp.out WITH HOME/temp.map
1451.47/1498.76	c 1499	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -decode 'HOME/temp.out' 'HOME/temp.map'
1451.55/1498.84	c 1499	Decoding HOME/temp.out
1451.55/1498.97	s SATISFIABLE
1451.55/1498.99	v 1 17 20 19 4 19 17 8 6 17 0 12 18 20 3 0 13 17 14 15 4 17 17 8 21 8 4 17 0 0 18 8 3 4 14 20 19 3 14 4 12 0 13 20 4 11 21 4 23 4 18 0 6 14 18 0 12 13 0 1 0 6 4 14 15 19 3 4 13 18 15 14 3 0 22 11 0 13 19 18 17 4 15 17 14 3 20 2 19 8 14 13 18 1 20 17 8 0 11 4 0 6 11 4 17 14 15 4 17 18 8 19 14 19 8 19 17 7 14 18 8 17 18 4 19 25 14 14 18 2 24 18 19 3 4 0 5 0 2 19 0 0 15 18 4 0 11 8 4 11 8 5 14 17 12 17 8 19 4 1 4 19 18 1 11 14 2 19 17 4 4 17 0 4 0 8 17 0 15 4 13 0 19 19 0 13 4 13 17 14 11 11 8 13 4 17 19 19 14 0 18 19 18 17 4 8 13 2 0 17 13 0 19 8 14 13 11 8 0 17 19 8 4 15 17 14 24 20 17 8 20 17 13 1 24 4 0 18 18 0 13 19 18 14 13 18 22 8 15 4 2 0 13 14 13 8 2 20 18 20 0 11 19 8 19 20 18 4 13 18 13 0 17 4 1 20 17 18 0 18 13 0 15 18 18 13 8 6 6 4 17 4 12 15 19 24
1451.55/1499.00	c 1499	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1451.55/1499.04	c 1499	CPU 1451.77 (0.06 0.02 1449.46 2.23)
1451.55/1499.04	c 1499	END Sun Jul 12 04:46:44 2009

Verifier Data

OK

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2077605-1247365305/watcher-2077605-1247365305 -o /tmp/evaluation-result-2077605-1247365305/solver-2077605-1247365305 -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-2077605-1247365305.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: 2.04 2.02 2.00 4/82 22647
/proc/meminfo: memFree=1335016/2055920 swapFree=4192812/4192956
[pid=22647] ppid=22645 vsize=18576 CPUtime=0
/proc/22647/stat : 22647 (runsolver) R 22645 22647 22571 0 -1 4194368 15 0 0 0 0 0 0 0 21 0 1 0 23594692 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 213116316967 0 0 4096 24578 0 0 0 17 1 0 0
/proc/22647/statm: 4644 284 249 26 0 2626 0

[startup+0.107027 s]
/proc/loadavg: 2.04 2.02 2.00 4/82 22647
/proc/meminfo: memFree=1335016/2055920 swapFree=4192812/4192956
[pid=22647] ppid=22645 vsize=16868 CPUtime=0.06
/proc/22647/stat : 22647 (sugar) S 22645 22647 22571 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 23594692 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22647/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.201047 s]
/proc/loadavg: 2.04 2.02 2.00 4/82 22647
/proc/meminfo: memFree=1335016/2055920 swapFree=4192812/4192956
[pid=22647] ppid=22645 vsize=16868 CPUtime=0.06
/proc/22647/stat : 22647 (sugar) S 22645 22647 22571 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 23594692 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22647/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301057 s]
/proc/loadavg: 2.04 2.02 2.00 4/82 22647
/proc/meminfo: memFree=1335016/2055920 swapFree=4192812/4192956
[pid=22647] ppid=22645 vsize=16868 CPUtime=0.06
/proc/22647/stat : 22647 (sugar) S 22645 22647 22571 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 23594692 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22647/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701137 s]
/proc/loadavg: 2.04 2.02 2.00 4/82 22647
/proc/meminfo: memFree=1335016/2055920 swapFree=4192812/4192956
[pid=22647] ppid=22645 vsize=16868 CPUtime=0.06
/proc/22647/stat : 22647 (sugar) S 22645 22647 22571 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 23594692 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22647/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50229 s]
/proc/loadavg: 2.12 2.04 2.01 3/93 22669
/proc/meminfo: memFree=1327632/2055920 swapFree=4192812/4192956
[pid=22647] ppid=22645 vsize=16868 CPUtime=0.99
/proc/22647/stat : 22647 (sugar) S 22645 22647 22571 0 -1 4194304 1309 7879 0 1 5 2 86 6 16 0 1 0 23594692 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22647/statm: 4217 1111 409 3 0 796 0
[pid=22660] ppid=22647 vsize=5356 CPUtime=0
/proc/22660/stat : 22660 (sh) S 22647 22647 22571 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23594796 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22660/statm: 1339 233 193 169 0 50 0
[pid=22661] ppid=22660 vsize=864252 CPUtime=0.44
/proc/22661/stat : 22661 (java) S 22660 22647 22571 0 -1 0 6198 0 1 0 40 4 0 0 18 0 9 0 23594796 884994048 5489 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22661/statm: 216063 5489 2568 9 0 210568 0
[pid=22661/tid=22662] ppid=22660 vsize=864252 CPUtime=0.27
/proc/22661/task/22662/stat : 22662 (java) R 22660 22647 22571 0 -1 64 2554 0 1 0 26 1 0 0 21 0 9 0 23594797 884994048 5489 996147200 134512640 134550932 4294955936 18446744073709551615 4125965784 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22661/tid=22663] ppid=22660 vsize=864252 CPUtime=0.09
/proc/22661/task/22663/stat : 22663 (java) S 22660 22647 22571 0 -1 64 2631 0 0 0 8 1 0 0 16 0 9 0 23594798 884994048 5489 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22661/tid=22664] ppid=22660 vsize=864252 CPUtime=0
/proc/22661/task/22664/stat : 22664 (java) S 22660 22647 22571 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23594798 884994048 5489 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22661/tid=22665] ppid=22660 vsize=864252 CPUtime=0
/proc/22661/task/22665/stat : 22665 (java) S 22660 22647 22571 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 23594799 884994048 5489 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22661/tid=22666] ppid=22660 vsize=864252 CPUtime=0
/proc/22661/task/22666/stat : 22666 (java) S 22660 22647 22571 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23594801 884994048 5489 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22661/tid=22667] ppid=22660 vsize=864252 CPUtime=0.04
/proc/22661/task/22667/stat : 22667 (java) S 22660 22647 22571 0 -1 64 310 0 0 0 4 0 0 0 16 0 9 0 23594801 884994048 5489 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22661/tid=22668] ppid=22660 vsize=864252 CPUtime=0
/proc/22661/task/22668/stat : 22668 (java) S 22660 22647 22571 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 23594801 884994048 5489 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22661/tid=22669] ppid=22660 vsize=864252 CPUtime=0
/proc/22661/task/22669/stat : 22669 (java) S 22660 22647 22571 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23594801 884994048 5489 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.43
Current children cumulated vsize (KiB) 886476

[startup+3.1016 s]
/proc/loadavg: 2.12 2.04 2.01 6/93 22669
/proc/meminfo: memFree=1300176/2055920 swapFree=4192812/4192956
[pid=22647] ppid=22645 vsize=16868 CPUtime=0.99
/proc/22647/stat : 22647 (sugar) S 22645 22647 22571 0 -1 4194304 1309 7879 0 1 5 2 86 6 16 0 1 0 23594692 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22647/statm: 4217 1111 409 3 0 796 0
[pid=22660] ppid=22647 vsize=5356 CPUtime=0
/proc/22660/stat : 22660 (sh) S 22647 22647 22571 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23594796 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22660/statm: 1339 233 193 169 0 50 0
[pid=22661] ppid=22660 vsize=868540 CPUtime=2.02
/proc/22661/stat : 22661 (java) S 22660 22647 22571 0 -1 0 16805 0 1 0 192 10 0 0 18 0 9 0 23594796 889384960 16021 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22661/statm: 217135 16021 2567 9 0 211640 0
[pid=22661/tid=22662] ppid=22660 vsize=868540 CPUtime=0.93
/proc/22661/task/22662/stat : 22662 (java) R 22660 22647 22571 0 -1 64 2935 0 1 0 91 2 0 0 25 0 9 0 23594797 889384960 16021 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22661/tid=22663] ppid=22660 vsize=868540 CPUtime=0.9
/proc/22661/task/22663/stat : 22663 (java) R 22660 22647 22571 0 -1 64 11704 0 0 0 84 6 0 0 16 0 9 0 23594798 889384960 16021 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22661/tid=22664] ppid=22660 vsize=868540 CPUtime=0
/proc/22661/task/22664/stat : 22664 (java) S 22660 22647 22571 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23594798 889384960 16021 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22661/tid=22665] ppid=22660 vsize=868540 CPUtime=0
/proc/22661/task/22665/stat : 22665 (java) S 22660 22647 22571 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 23594799 889384960 16021 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22661/tid=22666] ppid=22660 vsize=868540 CPUtime=0
/proc/22661/task/22666/stat : 22666 (java) S 22660 22647 22571 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23594801 889384960 16021 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22661/tid=22667] ppid=22660 vsize=868540 CPUtime=0.16
/proc/22661/task/22667/stat : 22667 (java) S 22660 22647 22571 0 -1 64 1463 0 0 0 15 1 0 0 16 0 9 0 23594801 889384960 16021 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22661/tid=22668] ppid=22660 vsize=868540 CPUtime=0
/proc/22661/task/22668/stat : 22668 (java) S 22660 22647 22571 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 23594801 889384960 16021 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22661/tid=22669] ppid=22660 vsize=868540 CPUtime=0
/proc/22661/task/22669/stat : 22669 (java) S 22660 22647 22571 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23594801 889384960 16021 996147200 134512640 134550932 4294955936 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) 890764

[startup+6.3022 s]
/proc/loadavg: 2.12 2.04 2.01 4/93 22669
/proc/meminfo: memFree=1216976/2055920 swapFree=4192812/4192956
[pid=22647] ppid=22645 vsize=16868 CPUtime=1
/proc/22647/stat : 22647 (sugar) S 22645 22647 22571 0 -1 4194304 1310 7879 0 1 6 2 86 6 15 0 1 0 23594692 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22647/statm: 4217 1111 409 3 0 796 0
[pid=22660] ppid=22647 vsize=5356 CPUtime=0
/proc/22660/stat : 22660 (sh) S 22647 22647 22571 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23594796 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22660/statm: 1339 233 193 169 0 50 0
[pid=22661] ppid=22660 vsize=868736 CPUtime=5.18
/proc/22661/stat : 22661 (java) S 22660 22647 22571 0 -1 0 40752 0 1 0 492 26 0 0 18 0 9 0 23594796 889585664 29635 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22661/statm: 217184 29635 2592 9 0 211661 0
[pid=22661/tid=22662] ppid=22660 vsize=868736 CPUtime=1.73
/proc/22661/task/22662/stat : 22662 (java) R 22660 22647 22571 0 -1 64 3852 0 1 0 169 4 0 0 23 0 9 0 23594797 889585664 29635 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22661/tid=22663] ppid=22660 vsize=868736 CPUtime=3.19
/proc/22661/task/22663/stat : 22663 (java) S 22660 22647 22571 0 -1 64 34693 0 0 0 299 20 0 0 19 0 9 0 23594798 889585664 29635 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22661/tid=22664] ppid=22660 vsize=868736 CPUtime=0
/proc/22661/task/22664/stat : 22664 (java) S 22660 22647 22571 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23594798 889585664 29635 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22661/tid=22665] ppid=22660 vsize=868736 CPUtime=0
/proc/22661/task/22665/stat : 22665 (java) S 22660 22647 22571 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 23594799 889585664 29635 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22661/tid=22666] ppid=22660 vsize=868736 CPUtime=0
/proc/22661/task/22666/stat : 22666 (java) S 22660 22647 22571 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23594801 889585664 29635 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22661/tid=22667] ppid=22660 vsize=868736 CPUtime=0.22
/proc/22661/task/22667/stat : 22667 (java) R 22660 22647 22571 0 -1 64 1504 0 0 0 21 1 0 0 16 0 9 0 23594801 889585664 29635 996147200 134512640 134550932 4294955936 18446744073709551615 102598446 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22661/tid=22668] ppid=22660 vsize=868736 CPUtime=0
/proc/22661/task/22668/stat : 22668 (java) S 22660 22647 22571 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 23594801 889585664 29635 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22661/tid=22669] ppid=22660 vsize=868736 CPUtime=0
/proc/22661/task/22669/stat : 22669 (java) S 22660 22647 22571 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23594801 889585664 29635 996147200 134512640 134550932 4294955936 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) 890960

[startup+12.7014 s]
/proc/loadavg: 2.40 2.10 2.03 3/93 22669
/proc/meminfo: memFree=1210576/2055920 swapFree=4192812/4192956
[pid=22647] ppid=22645 vsize=16868 CPUtime=1
/proc/22647/stat : 22647 (sugar) S 22645 22647 22571 0 -1 4194304 1310 7879 0 1 6 2 86 6 15 0 1 0 23594692 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22647/statm: 4217 1111 409 3 0 796 0
[pid=22660] ppid=22647 vsize=5356 CPUtime=0
/proc/22660/stat : 22660 (sh) S 22647 22647 22571 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23594796 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22660/statm: 1339 233 193 169 0 50 0
[pid=22661] ppid=22660 vsize=868736 CPUtime=11.49
/proc/22661/stat : 22661 (java) S 22660 22647 22571 0 -1 0 41974 0 1 0 1117 32 0 0 18 0 9 0 23594796 889585664 30806 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22661/statm: 217184 30806 2593 9 0 211661 0
[pid=22661/tid=22662] ppid=22660 vsize=868736 CPUtime=7.82
/proc/22661/task/22662/stat : 22662 (java) R 22660 22647 22571 0 -1 64 3905 0 1 0 773 9 0 0 25 0 9 0 23594797 889585664 30806 996147200 134512640 134550932 4294955936 18446744073709551615 4126095866 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22661/tid=22663] ppid=22660 vsize=868736 CPUtime=3.38
/proc/22661/task/22663/stat : 22663 (java) S 22660 22647 22571 0 -1 64 35841 0 0 0 317 21 0 0 16 0 9 0 23594798 889585664 30806 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22661/tid=22664] ppid=22660 vsize=868736 CPUtime=0
/proc/22661/task/22664/stat : 22664 (java) S 22660 22647 22571 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23594798 889585664 30806 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22661/tid=22665] ppid=22660 vsize=868736 CPUtime=0
/proc/22661/task/22665/stat : 22665 (java) S 22660 22647 22571 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 23594799 889585664 30806 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22661/tid=22666] ppid=22660 vsize=868736 CPUtime=0
/proc/22661/task/22666/stat : 22666 (java) S 22660 22647 22571 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23594801 889585664 30806 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22661/tid=22667] ppid=22660 vsize=868736 CPUtime=0.26
/proc/22661/task/22667/stat : 22667 (java) S 22660 22647 22571 0 -1 64 1525 0 0 0 25 1 0 0 16 0 9 0 23594801 889585664 30806 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22661/tid=22668] ppid=22660 vsize=868736 CPUtime=0
/proc/22661/task/22668/stat : 22668 (java) S 22660 22647 22571 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 23594801 889585664 30806 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22661/tid=22669] ppid=22660 vsize=868736 CPUtime=0
/proc/22661/task/22669/stat : 22669 (java) S 22660 22647 22571 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23594801 889585664 30806 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.49
Current children cumulated vsize (KiB) 890960

[startup+25.5028 s]
/proc/loadavg: 2.64 2.16 2.05 4/99 23562
/proc/meminfo: memFree=1188640/2055920 swapFree=4192812/4192956
[pid=22647] ppid=22645 vsize=16868 CPUtime=1
/proc/22647/stat : 22647 (sugar) S 22645 22647 22571 0 -1 4194304 1310 7879 0 1 6 2 86 6 15 0 1 0 23594692 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22647/statm: 4217 1111 409 3 0 796 0
[pid=22660] ppid=22647 vsize=5356 CPUtime=0
/proc/22660/stat : 22660 (sh) S 22647 22647 22571 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23594796 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22660/statm: 1339 233 193 169 0 50 0
[pid=22661] ppid=22660 vsize=868736 CPUtime=22.26
/proc/22661/stat : 22661 (java) S 22660 22647 22571 0 -1 0 44923 0 1 0 2186 40 0 0 18 0 9 0 23594796 889585664 33692 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22661/statm: 217184 33692 2593 9 0 211661 0
[pid=22661/tid=22662] ppid=22660 vsize=868736 CPUtime=18.23
/proc/22661/task/22662/stat : 22662 (java) R 22660 22647 22571 0 -1 64 3968 0 1 0 1810 13 0 0 25 0 9 0 23594797 889585664 33692 996147200 134512640 134550932 4294955936 18446744073709551615 4126552053 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22661/tid=22663] ppid=22660 vsize=868736 CPUtime=3.73
/proc/22661/task/22663/stat : 22663 (java) S 22660 22647 22571 0 -1 64 38727 0 0 0 349 24 0 0 16 0 9 0 23594798 889585664 33692 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22661/tid=22664] ppid=22660 vsize=868736 CPUtime=0
/proc/22661/task/22664/stat : 22664 (java) S 22660 22647 22571 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23594798 889585664 33692 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22661/tid=22665] ppid=22660 vsize=868736 CPUtime=0
/proc/22661/task/22665/stat : 22665 (java) S 22660 22647 22571 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 23594799 889585664 33692 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22661/tid=22666] ppid=22660 vsize=868736 CPUtime=0

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


[startup+1242.3 s]
/proc/loadavg: 2.03 2.05 2.15 3/85 25362
/proc/meminfo: memFree=1400952/2055920 swapFree=4192812/4192956
[pid=22647] ppid=22645 vsize=16868 CPUtime=197.55
/proc/22647/stat : 22647 (sugar) S 22645 22647 22571 0 -1 4194304 1376 82745 0 2 6 2 19622 125 16 0 1 0 23594692 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22647/statm: 4217 1113 409 3 0 796 0
[pid=9299] ppid=22647 vsize=5356 CPUtime=0
/proc/9299/stat : 9299 (sh) S 22647 22647 22571 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23618611 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9299/statm: 1339 232 193 169 0 50 0
[pid=9302] ppid=9299 vsize=252696 CPUtime=997.64
/proc/9302/stat : 9302 (minisat) R 9299 22647 22571 0 -1 4194304 62205 0 0 0 99681 83 0 0 25 0 1 0 23618611 258760704 62191 996147200 134512640 135127466 4294956256 18446744073709551615 134530783 0 0 4096 3 0 0 0 17 0 0 0
/proc/9302/statm: 63174 62191 76 150 0 63021 0
Current children cumulated CPU time (s) 1195.19
Current children cumulated vsize (KiB) 274920

[startup+1302.3 s]
/proc/loadavg: 2.01 2.04 2.14 3/85 25362
/proc/meminfo: memFree=1373624/2055920 swapFree=4192812/4192956
[pid=22647] ppid=22645 vsize=16868 CPUtime=197.55
/proc/22647/stat : 22647 (sugar) S 22645 22647 22571 0 -1 4194304 1376 82745 0 2 6 2 19622 125 16 0 1 0 23594692 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22647/statm: 4217 1113 409 3 0 796 0
[pid=9299] ppid=22647 vsize=5356 CPUtime=0
/proc/9299/stat : 9299 (sh) S 22647 22647 22571 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23618611 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9299/statm: 1339 232 193 169 0 50 0
[pid=9302] ppid=9299 vsize=259452 CPUtime=1057.61
/proc/9302/stat : 9302 (minisat) R 9299 22647 22571 0 -1 4194304 63429 0 0 0 105677 84 0 0 25 0 1 0 23618611 265678848 63415 996147200 134512640 135127466 4294956256 18446744073709551615 134530692 0 0 4096 3 0 0 0 17 0 0 0
/proc/9302/statm: 64863 63415 76 150 0 64710 0
Current children cumulated CPU time (s) 1255.16
Current children cumulated vsize (KiB) 281676

[startup+1362.3 s]
/proc/loadavg: 2.00 2.03 2.13 3/85 25362
/proc/meminfo: memFree=1358008/2055920 swapFree=4192812/4192956
[pid=22647] ppid=22645 vsize=16868 CPUtime=197.55
/proc/22647/stat : 22647 (sugar) S 22645 22647 22571 0 -1 4194304 1376 82745 0 2 6 2 19622 125 16 0 1 0 23594692 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22647/statm: 4217 1113 409 3 0 796 0
[pid=9299] ppid=22647 vsize=5356 CPUtime=0
/proc/9299/stat : 9299 (sh) S 22647 22647 22571 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23618611 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9299/statm: 1339 232 193 169 0 50 0
[pid=9302] ppid=9299 vsize=269444 CPUtime=1117.58
/proc/9302/stat : 9302 (minisat) R 9299 22647 22571 0 -1 4194304 65979 0 0 0 111672 86 0 0 25 0 1 0 23618611 275910656 65965 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/9302/statm: 67361 65965 76 150 0 67208 0
Current children cumulated CPU time (s) 1315.13
Current children cumulated vsize (KiB) 291668

[startup+1422.3 s]
/proc/loadavg: 2.00 2.02 2.12 3/85 25362
/proc/meminfo: memFree=1351096/2055920 swapFree=4192812/4192956
[pid=22647] ppid=22645 vsize=16868 CPUtime=197.55
/proc/22647/stat : 22647 (sugar) S 22645 22647 22571 0 -1 4194304 1376 82745 0 2 6 2 19622 125 16 0 1 0 23594692 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22647/statm: 4217 1113 409 3 0 796 0
[pid=9299] ppid=22647 vsize=5356 CPUtime=0
/proc/9299/stat : 9299 (sh) S 22647 22647 22571 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23618611 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9299/statm: 1339 232 193 169 0 50 0
[pid=9302] ppid=9299 vsize=273840 CPUtime=1177.56
/proc/9302/stat : 9302 (minisat) R 9299 22647 22571 0 -1 4194304 67085 0 0 0 117669 87 0 0 25 0 1 0 23618611 280412160 67071 996147200 134512640 135127466 4294956256 18446744073709551615 134530752 0 0 4096 3 0 0 0 17 0 0 0
/proc/9302/statm: 68460 67071 76 150 0 68307 0
Current children cumulated CPU time (s) 1375.11
Current children cumulated vsize (KiB) 296064

[startup+1482.3 s]
/proc/loadavg: 2.00 2.02 2.10 3/85 25362
/proc/meminfo: memFree=1324728/2055920 swapFree=4192812/4192956
[pid=22647] ppid=22645 vsize=16868 CPUtime=197.55
/proc/22647/stat : 22647 (sugar) S 22645 22647 22571 0 -1 4194304 1376 82745 0 2 6 2 19622 125 16 0 1 0 23594692 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22647/statm: 4217 1113 409 3 0 796 0
[pid=9299] ppid=22647 vsize=5356 CPUtime=0
/proc/9299/stat : 9299 (sh) S 22647 22647 22571 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23618611 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9299/statm: 1339 232 193 169 0 50 0
[pid=9302] ppid=9299 vsize=279772 CPUtime=1237.54
/proc/9302/stat : 9302 (minisat) R 9299 22647 22571 0 -1 4194304 68601 0 0 0 123664 90 0 0 25 0 1 0 23618611 286486528 68587 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/9302/statm: 69943 68587 76 150 0 69790 0
Current children cumulated CPU time (s) 1435.09
Current children cumulated vsize (KiB) 301996

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

[startup+1484.8 s]
/proc/loadavg: 2.00 2.02 2.10 3/85 25362
/proc/meminfo: memFree=1324536/2055920 swapFree=4192812/4192956
[pid=22647] ppid=22645 vsize=16868 CPUtime=197.55
/proc/22647/stat : 22647 (sugar) S 22645 22647 22571 0 -1 4194304 1376 82745 0 2 6 2 19622 125 16 0 1 0 23594692 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22647/statm: 4217 1113 409 3 0 796 0
[pid=9299] ppid=22647 vsize=5356 CPUtime=0
/proc/9299/stat : 9299 (sh) S 22647 22647 22571 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23618611 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9299/statm: 1339 232 193 169 0 50 0
[pid=9302] ppid=9299 vsize=279904 CPUtime=1240.04
/proc/9302/stat : 9302 (minisat) R 9299 22647 22571 0 -1 4194304 68658 0 0 0 123914 90 0 0 25 0 1 0 23618611 286621696 68644 996147200 134512640 135127466 4294956256 18446744073709551615 134530613 0 0 4096 3 0 0 0 17 0 0 0
/proc/9302/statm: 69976 68644 76 150 0 69823 0
Current children cumulated CPU time (s) 1437.59
Current children cumulated vsize (KiB) 302128

[startup+1491.2 s]
/proc/loadavg: 2.00 2.02 2.10 3/85 25362
/proc/meminfo: memFree=1323896/2055920 swapFree=4192812/4192956
[pid=22647] ppid=22645 vsize=16868 CPUtime=197.55
/proc/22647/stat : 22647 (sugar) S 22645 22647 22571 0 -1 4194304 1376 82745 0 2 6 2 19622 125 16 0 1 0 23594692 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22647/statm: 4217 1113 409 3 0 796 0
[pid=9299] ppid=22647 vsize=5356 CPUtime=0
/proc/9299/stat : 9299 (sh) S 22647 22647 22571 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23618611 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9299/statm: 1339 232 193 169 0 50 0
[pid=9302] ppid=9299 vsize=280460 CPUtime=1246.43
/proc/9302/stat : 9302 (minisat) R 9299 22647 22571 0 -1 4194304 68802 0 0 0 124553 90 0 0 25 0 1 0 23618611 287191040 68788 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/9302/statm: 70115 68788 76 150 0 69962 0
Current children cumulated CPU time (s) 1443.98
Current children cumulated vsize (KiB) 302684

[startup+1494.4 s]
/proc/loadavg: 2.00 2.02 2.10 3/85 25362
/proc/meminfo: memFree=1316472/2055920 swapFree=4192812/4192956
[pid=22647] ppid=22645 vsize=16868 CPUtime=197.55
/proc/22647/stat : 22647 (sugar) S 22645 22647 22571 0 -1 4194304 1376 82745 0 2 6 2 19622 125 16 0 1 0 23594692 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22647/statm: 4217 1113 409 3 0 796 0
[pid=9299] ppid=22647 vsize=5356 CPUtime=0
/proc/9299/stat : 9299 (sh) S 22647 22647 22571 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23618611 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9299/statm: 1339 232 193 169 0 50 0
[pid=9302] ppid=9299 vsize=280724 CPUtime=1249.63
/proc/9302/stat : 9302 (minisat) R 9299 22647 22571 0 -1 4194304 68850 0 0 0 124873 90 0 0 25 0 1 0 23618611 287461376 68836 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/9302/statm: 70181 68836 76 150 0 70028 0
Current children cumulated CPU time (s) 1447.18
Current children cumulated vsize (KiB) 302948

[startup+1497.6 s]
/proc/loadavg: 2.00 2.02 2.10 4/85 25362
/proc/meminfo: memFree=1315960/2055920 swapFree=4192812/4192956
[pid=22647] ppid=22645 vsize=16868 CPUtime=197.55
/proc/22647/stat : 22647 (sugar) S 22645 22647 22571 0 -1 4194304 1376 82745 0 2 6 2 19622 125 16 0 1 0 23594692 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22647/statm: 4217 1113 409 3 0 796 0
[pid=9299] ppid=22647 vsize=5356 CPUtime=0
/proc/9299/stat : 9299 (sh) S 22647 22647 22571 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23618611 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9299/statm: 1339 232 193 169 0 50 0
[pid=9302] ppid=9299 vsize=281252 CPUtime=1252.82
/proc/9302/stat : 9302 (minisat) R 9299 22647 22571 0 -1 4194304 68990 0 0 0 125192 90 0 0 25 0 1 0 23618611 288002048 68976 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/9302/statm: 70313 68976 76 150 0 70160 0
Current children cumulated CPU time (s) 1450.37
Current children cumulated vsize (KiB) 303476

[startup+1498.4 s]
/proc/loadavg: 2.00 2.02 2.10 3/85 25362
/proc/meminfo: memFree=1315768/2055920 swapFree=4192812/4192956
[pid=22647] ppid=22645 vsize=16868 CPUtime=197.55
/proc/22647/stat : 22647 (sugar) S 22645 22647 22571 0 -1 4194304 1376 82745 0 2 6 2 19622 125 16 0 1 0 23594692 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22647/statm: 4217 1113 409 3 0 796 0
[pid=9299] ppid=22647 vsize=5356 CPUtime=0
/proc/9299/stat : 9299 (sh) S 22647 22647 22571 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23618611 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9299/statm: 1339 232 193 169 0 50 0
[pid=9302] ppid=9299 vsize=281392 CPUtime=1253.62
/proc/9302/stat : 9302 (minisat) R 9299 22647 22571 0 -1 4194304 69024 0 0 0 125272 90 0 0 25 0 1 0 23618611 288145408 69010 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/9302/statm: 70348 69010 76 150 0 70195 0
Current children cumulated CPU time (s) 1451.17
Current children cumulated vsize (KiB) 303616

[startup+1498.8 s]
/proc/loadavg: 2.00 2.02 2.10 3/85 25362
/proc/meminfo: memFree=1315768/2055920 swapFree=4192812/4192956
[pid=22647] ppid=22645 vsize=16868 CPUtime=1451.55
/proc/22647/stat : 22647 (sugar) S 22645 22647 22571 0 -1 4194304 1430 152088 0 2 6 2 144927 220 17 0 1 0 23594692 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22647/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 1451.55
Current children cumulated vsize (KiB) 16868

[startup+1499 s]
/proc/loadavg: 2.00 2.02 2.10 3/85 25362
/proc/meminfo: memFree=1315768/2055920 swapFree=4192812/4192956
[pid=22647] ppid=22645 vsize=16868 CPUtime=1451.55
/proc/22647/stat : 22647 (sugar) S 22645 22647 22571 0 -1 4194304 1450 152088 0 2 6 2 144927 220 15 0 1 0 23594692 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22647/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 1451.55
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 1499.07
CPU time (s): 1451.84
CPU user time (s): 1449.54
CPU system time (s): 2.30465
CPU usage (%): 96.8494
Max. virtual memory (cumulated for all children) (KiB): 916572

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1449.54
system time used= 2.30465
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 157531
page faults= 3
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 13523
involuntary context switches= 41080

runsolver used 2.05869 second user time and 4.86326 second system time

The end

Launcher Data

Begin job on node37 at 2009-07-12 04:21:45
IDJOB=2077605
IDBENCH=56630
IDSOLVER=739
FILE ID=node37/2077605-1247365305
PBS_JOBID= 9507089
Free space on /tmp= 66396 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/wordsHerald/normalized-crossword-m1-words-19-04.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-2077605-1247365305/watcher-2077605-1247365305 -o /tmp/evaluation-result-2077605-1247365305/solver-2077605-1247365305 -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-2077605-1247365305.xml

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

MD5SUM BENCH= 8223b3be8400c707a14e61e5793f2bd8
RANDOM SEED=374531368

node37.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.260
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.260
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:       1335496 kB
Buffers:         14356 kB
Cached:         153672 kB
SwapCached:          0 kB
Active:         597376 kB
Inactive:        72992 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1335496 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2008 kB
Writeback:           0 kB
Mapped:         523652 kB
Slab:            34276 kB
Committed_AS:   833364 kB
PageTables:       2904 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= 66428 MiB
End job on node37 at 2009-07-12 04:46:44