Trace number 2077649

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 376.525 436.036

General information on the benchmark

Namecsp/wordsHerald/
normalized-crossword-m1-words-15-05.xml
MD5SUM4360b7515e3cf9892bebc930385bd72b
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 benchmark0.340947
Satisfiable
(Un)Satisfiability was proved
Number of variables181
Number of constraints1044
Maximum constraint arity20
Maximum domain size26
Number of constraints which are defined in extension78
Number of constraints which are defined in intension966
Global constraints used (with number of constraints)

Solver Data

0.04/0.08	c 0	Sugar v1-14-6 + HOME/minisat
0.04/0.08	c 0	BEGIN Sun Jul 12 04:23:25 2009
0.04/0.08	c 0	PID 26519
0.04/0.08	c 0	HOST node28.alineos.net
0.04/0.08	c 0	CONVERTING HOME/instance-2077649-1247365404.xml TO HOME/temp.csp
0.04/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-2077649-1247365404.xml' 'HOME/temp.csp'
0.06/0.66	c 0	1 domains, 181 variables, 6 predicates, 7 relations, 1044 constraints
0.06/0.68	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.68	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.61/0.75	c 0	Parsing HOME/temp.csp
0.92/1.09	c 1	parsed 1239 expressions
0.92/1.10	c 1	Heap : 5 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.92/1.10	c 1	Converting to clausal form CSP
1.00/1.12	c 1	converted 124 (10%) expressions
1.59/1.79	c 1	converted 248 (20%) expressions
2.59/2.75	c 2	converted 372 (30%) expressions
2.59/2.79	c 2	converted 496 (40%) expressions
2.69/2.82	c 2	converted 620 (50%) expressions
2.69/2.83	c 2	converted 744 (60%) expressions
2.69/2.84	c 2	converted 868 (70%) expressions
2.69/2.86	c 2	converted 992 (80%) expressions
2.69/2.87	c 2	converted 1116 (90%) expressions
2.89/3.00	c 3	converted 1239 (100%) expressions
2.89/3.00	c 3	CSP : 181 integers, 0 booleans, 1044 clauses, largest domain size 26
2.89/3.00	c 3	Heap : 52 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.89/3.00	c 3	Propagation in CSP
2.89/3.01	c 3	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.89/3.01	c 3	CSP : 181 integers, 0 booleans, 1044 clauses, largest domain size 26
2.89/3.01	c 3	Heap : 52 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.89/3.02	c 3	Simplifing CSP by introducing new Boolean variables
2.89/3.07	c 3	CSP : 181 integers, 8046 booleans, 9090 clauses, largest domain size 26
2.89/3.07	c 3	Heap : 54 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
3.21/3.36	c 3	Encoding CSP to SAT : HOME/temp.cnf
3.21/3.38	c 3	19 (10%) CSP integer variables are encoded (456 clauses, 4872 bytes)
3.21/3.38	c 3	37 (20%) CSP integer variables are encoded (888 clauses, 9624 bytes)
3.21/3.38	c 3	55 (30%) CSP integer variables are encoded (1320 clauses, 15097 bytes)
3.21/3.38	c 3	73 (40%) CSP integer variables are encoded (1752 clauses, 20713 bytes)
3.21/3.39	c 3	91 (50%) CSP integer variables are encoded (2184 clauses, 26329 bytes)
3.21/3.39	c 3	109 (60%) CSP integer variables are encoded (2616 clauses, 31945 bytes)
3.21/3.39	c 3	127 (70%) CSP integer variables are encoded (3048 clauses, 37561 bytes)
3.21/3.39	c 3	145 (80%) CSP integer variables are encoded (3480 clauses, 43177 bytes)
3.21/3.39	c 3	163 (90%) CSP integer variables are encoded (3912 clauses, 48793 bytes)
3.21/3.39	c 3	181 (100%) CSP integer variables are encoded (4344 clauses, 54409 bytes)
67.49/82.36	c 82	909 (10%) CSP clauses are encoded (742167 clauses, 32965385 bytes)
67.58/82.41	c 82	1818 (20%) CSP clauses are encoded (763276 clauses, 33334917 bytes)
67.58/82.47	c 82	2727 (30%) CSP clauses are encoded (784385 clauses, 33710629 bytes)
67.66/82.51	c 82	3636 (40%) CSP clauses are encoded (805494 clauses, 34084543 bytes)
67.66/82.55	c 82	4545 (50%) CSP clauses are encoded (826603 clauses, 34472226 bytes)
67.74/82.63	c 82	5454 (60%) CSP clauses are encoded (847712 clauses, 34866732 bytes)
67.74/82.68	c 82	6363 (70%) CSP clauses are encoded (868821 clauses, 35263964 bytes)
67.83/82.74	c 82	7272 (80%) CSP clauses are encoded (890205 clauses, 35670111 bytes)
81.59/100.24	c 100	8181 (90%) CSP clauses are encoded (971457 clauses, 39790918 bytes)
96.64/118.94	c 118	9090 (100%) CSP clauses are encoded (1060863 clauses, 45507146 bytes)
96.64/118.94	c 118	9090 CSP clauses encoded
96.64/118.94	c 118	Writing map file : HOME/temp.map
96.64/118.95	c 118	Heap : 58 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
96.64/118.95	c 118	SAT : 12571 SAT variables, 1060863 SAT clauses, 45507146 bytes
96.64/118.95	c 118	Heap : 58 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
96.70/119.02	c 119	SOLVING HOME/temp.cnf
96.70/119.02	c 119	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
96.70/119.03	c 119	This is MiniSat 2.0 beta
96.70/119.03	c 119	WARNING: for repeatability, setting FPU to use double precision
96.70/119.03	c 119	============================[ Problem Statistics ]=============================
96.70/119.03	c 119	|                                                                             |
96.70/119.03	c 119	|  Number of variables:  12571                                                |
96.70/119.03	c 119	|  Number of clauses:    1060863                                              |
97.66/120.75	c 120	|  Parsing time:         0.84         s                                       |
97.87/121.16	c 120	============================[ Search Statistics ]==============================
97.87/121.16	c 120	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
97.87/121.16	c 120	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
97.87/121.16	c 120	===============================================================================
97.87/121.16	c 120	|         0 |   12567  1060772  8178374 |   353590        0    nan |  0.000 % |
97.87/121.16	c 121	|       101 |   12567  1060772  8178374 |   388949      101     10 |  0.032 % |
97.87/121.19	c 121	|       252 |   12567  1060772  8178374 |   427844      252      9 |  0.032 % |
97.87/121.20	c 121	|       477 |   12567  1060772  8178374 |   470629      477      8 |  0.032 % |
97.94/121.27	c 121	|       815 |   12567  1060772  8178374 |   517692      815      8 |  0.032 % |
98.13/121.43	c 121	|      1321 |   12567  1060772  8178374 |   569461     1321      9 |  0.032 % |
98.33/121.63	c 121	|      2080 |   12567  1060772  8178374 |   626407     2080     11 |  0.032 % |
98.72/122.06	c 122	|      3220 |   12567  1060772  8178374 |   689048     3220     11 |  0.032 % |
99.02/122.37	c 122	|      4928 |   12567  1060772  8178374 |   757952     4928     12 |  0.032 % |
99.71/123.02	c 123	|      7490 |   12567  1060772  8178374 |   833748     7490     12 |  0.032 % |
100.50/123.85	c 123	|     11335 |   12567  1060772  8178374 |   917123    11335     12 |  0.032 % |
102.09/125.46	c 125	|     17101 |   12567  1060772  8178374 |  1008835    17101     12 |  0.032 % |
104.44/127.94	c 127	|     25750 |   12567  1060772  8178374 |  1109718    25750     12 |  0.032 % |
106.90/130.68	c 130	|     38725 |   12567  1060772  8178374 |  1220690    38725     13 |  0.032 % |
113.59/137.73	c 137	|     58187 |   12567  1060772  8178374 |  1342759    58187     13 |  0.032 % |
122.50/146.85	c 146	|     87379 |   12567  1060772  8178374 |  1477035    87379     13 |  0.032 % |
149.40/175.13	c 175	|    131169 |   12567  1060772  8178374 |  1624739   131169     14 |  0.032 % |
193.62/226.49	c 226	|    196856 |   12567  1060772  8178374 |  1787213   196856     14 |  0.032 % |
268.97/311.63	c 311	|    295382 |   12567  1060772  8178374 |  1965934   295382     15 |  0.032 % |
376.22/435.77	c 435	===============================================================================
376.22/435.77	c 435	restarts              : 19
376.22/435.77	c 435	conflicts             : 433501         (1559 /sec)
376.22/435.77	c 435	decisions             : 600478         (1.78 % random) (2160 /sec)
376.22/435.77	c 435	propagations          : 29838492       (107334 /sec)
376.22/435.77	c 435	conflict literals     : 7085098        (26.02 % deleted)
376.22/435.77	c 435	Memory used           : 120.29 MB
376.22/435.77	c 435	CPU time              : 277.997 s
376.22/435.77	c 435	
376.22/435.77	c 435	SATISFIABLE
376.22/435.79	c 435	DECODING HOME/temp.out WITH HOME/temp.map
376.22/435.79	c 435	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'
376.33/435.88	c 435	Decoding HOME/temp.out
376.33/435.95	s SATISFIABLE
376.33/435.95	v 0 1 0 1 0 22 17 0 15 2 25 0 17 11 14 13 4 17 17 8 6 0 7 4 17 4 12 24 18 19 4 17 8 14 20 18 20 17 6 4 0 18 8 0 4 18 19 4 18 19 14 14 11 17 0 19 15 4 18 19 18 0 1 0 18 4 3 0 8 3 0 18 0 11 4 18 18 19 4 17 8 11 4 15 17 14 15 14 17 19 8 14 13 0 19 4 11 24 17 4 19 17 8 4 3 15 4 0 18 4 19 14 13 4 19 4 11 13 4 19 18 7 14 22 18 9 20 19 24 0 11 4 0 17 18 14 13 19 24 15 4 17 20 3 4 2 0 19 7 4 17 22 14 14 3 20 18 4 3 4 21 4 13 0 8 10 4 13 15 0 17 18 18 4 22 18 4 13 4 12 0
376.33/435.96	c 436	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
376.33/436.02	c 436	CPU 376.49 (0.06 0.02 373.49 2.92)
376.33/436.02	c 436	END Sun Jul 12 04:30:41 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-2077649-1247365404/watcher-2077649-1247365404 -o /tmp/evaluation-result-2077649-1247365404/solver-2077649-1247365404 -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-2077649-1247365404.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: 3.25 2.43 2.20 5/88 26519
/proc/meminfo: memFree=1780048/2055920 swapFree=4192812/4192956
[pid=26519] ppid=26517 vsize=12132 CPUtime=0
/proc/26519/stat : 26519 (sugar) R 26517 26519 20173 0 -1 4194304 215 0 0 0 0 0 0 0 21 0 1 0 23607074 12423168 183 996147200 4194304 4206940 548682068608 18446744073709551615 217889436470 0 0 4224 0 0 0 0 17 1 0 0
/proc/26519/statm: 3033 183 142 3 0 133 0

[startup+0.055534 s]
/proc/loadavg: 3.25 2.43 2.20 5/88 26519
/proc/meminfo: memFree=1780048/2055920 swapFree=4192812/4192956
[pid=26519] ppid=26517 vsize=14644 CPUtime=0.04
/proc/26519/stat : 26519 (sugar) R 26517 26519 20173 0 -1 4194304 826 0 0 0 3 1 0 0 18 0 1 0 23607074 14995456 795 996147200 4194304 4206940 548682068608 18446744073709551615 217871454945 0 0 4224 0 0 0 0 17 0 0 0
/proc/26519/statm: 3661 796 378 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 14644

[startup+0.101643 s]
/proc/loadavg: 3.25 2.43 2.20 5/88 26519
/proc/meminfo: memFree=1780048/2055920 swapFree=4192812/4192956
[pid=26519] ppid=26517 vsize=16868 CPUtime=0.06
/proc/26519/stat : 26519 (sugar) S 26517 26519 20173 0 -1 4194304 1227 128 0 0 5 1 0 0 18 0 1 0 23607074 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26519/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301429 s]
/proc/loadavg: 3.25 2.43 2.20 5/88 26519
/proc/meminfo: memFree=1780048/2055920 swapFree=4192812/4192956
[pid=26519] ppid=26517 vsize=16868 CPUtime=0.06
/proc/26519/stat : 26519 (sugar) S 26517 26519 20173 0 -1 4194304 1227 128 0 0 5 1 0 0 18 0 1 0 23607074 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26519/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.70161 s]
/proc/loadavg: 3.25 2.43 2.20 5/88 26519
/proc/meminfo: memFree=1780048/2055920 swapFree=4192812/4192956
[pid=26519] ppid=26517 vsize=16868 CPUtime=0.61
/proc/26519/stat : 26519 (sugar) S 26517 26519 20173 0 -1 4194304 1292 7461 0 1 5 1 50 5 16 0 1 0 23607074 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26519/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.61
Current children cumulated vsize (KiB) 16868

[startup+1.5027 s]
/proc/loadavg: 3.25 2.43 2.20 6/98 26615
/proc/meminfo: memFree=1765816/2055920 swapFree=4192812/4192956
[pid=26519] ppid=26517 vsize=16868 CPUtime=0.61
/proc/26519/stat : 26519 (sugar) S 26517 26519 20173 0 -1 4194304 1309 7461 0 1 5 1 50 5 15 0 1 0 23607074 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26519/statm: 4217 1111 409 3 0 796 0
[pid=26584] ppid=26519 vsize=5356 CPUtime=0
/proc/26584/stat : 26584 (sh) S 26519 26519 20173 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23607142 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26584/statm: 1339 233 193 169 0 50 0
[pid=26587] ppid=26584 vsize=864256 CPUtime=0.78
/proc/26587/stat : 26587 (java) S 26584 26519 20173 0 -1 0 8800 0 1 0 74 4 0 0 18 0 9 0 23607142 884998144 8065 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26587/statm: 216064 8065 2566 9 0 210569 0
[pid=26587/tid=26591] ppid=26584 vsize=864256 CPUtime=0.45
/proc/26587/task/26591/stat : 26591 (java) R 26584 26519 20173 0 -1 64 2706 0 1 0 44 1 0 0 25 0 9 0 23607143 884998144 8065 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26587/tid=26592] ppid=26584 vsize=864256 CPUtime=0.27
/proc/26587/task/26592/stat : 26592 (java) R 26584 26519 20173 0 -1 64 5085 0 0 0 25 2 0 0 16 0 9 0 23607144 884998144 8065 996147200 134512640 134550932 4294955936 18446744073709551615 104187643 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=26587/tid=26593] ppid=26584 vsize=864256 CPUtime=0
/proc/26587/task/26593/stat : 26593 (java) S 26584 26519 20173 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23607145 884998144 8065 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26587/tid=26594] ppid=26584 vsize=864256 CPUtime=0
/proc/26587/task/26594/stat : 26594 (java) S 26584 26519 20173 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 23607145 884998144 8065 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26587/tid=26600] ppid=26584 vsize=864256 CPUtime=0
/proc/26587/task/26600/stat : 26600 (java) S 26584 26519 20173 0 -1 64 0 0 0 0 0 0 0 0 22 0 9 0 23607147 884998144 8066 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26587/tid=26601] ppid=26584 vsize=864256 CPUtime=0.04
/proc/26587/task/26601/stat : 26601 (java) S 26584 26519 20173 0 -1 64 306 0 0 0 4 0 0 0 16 0 9 0 23607147 884998144 8067 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26587/tid=26602] ppid=26584 vsize=864256 CPUtime=0
/proc/26587/task/26602/stat : 26602 (java) S 26584 26519 20173 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 23607147 884998144 8069 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26587/tid=26603] ppid=26584 vsize=864256 CPUtime=0
/proc/26587/task/26603/stat : 26603 (java) S 26584 26519 20173 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23607147 884998144 8071 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.39
Current children cumulated vsize (KiB) 886480

[startup+3.10289 s]
/proc/loadavg: 3.25 2.43 2.20 5/99 26676
/proc/meminfo: memFree=1732336/2055920 swapFree=4192812/4192956
[pid=26519] ppid=26517 vsize=16868 CPUtime=0.61
/proc/26519/stat : 26519 (sugar) S 26517 26519 20173 0 -1 4194304 1310 7461 0 1 5 1 50 5 16 0 1 0 23607074 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26519/statm: 4217 1111 409 3 0 796 0
[pid=26584] ppid=26519 vsize=5356 CPUtime=0
/proc/26584/stat : 26584 (sh) S 26519 26519 20173 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23607142 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26584/statm: 1339 233 193 169 0 50 0
[pid=26587] ppid=26584 vsize=868852 CPUtime=2.37
/proc/26587/stat : 26587 (java) S 26584 26519 20173 0 -1 0 20762 0 1 0 226 11 0 0 18 0 9 0 23607142 889704448 19953 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26587/statm: 217213 19953 2566 9 0 211718 0
[pid=26587/tid=26591] ppid=26584 vsize=868852 CPUtime=1.1
/proc/26587/task/26591/stat : 26591 (java) R 26584 26519 20173 0 -1 64 3226 0 1 0 109 1 0 0 25 0 9 0 23607143 889704448 19953 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26587/tid=26592] ppid=26584 vsize=868852 CPUtime=1.09
/proc/26587/task/26592/stat : 26592 (java) R 26584 26519 20173 0 -1 64 15391 0 0 0 101 8 0 0 16 0 9 0 23607144 889704448 19953 996147200 134512640 134550932 4294955936 18446744073709551615 103731812 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=26587/tid=26593] ppid=26584 vsize=868852 CPUtime=0
/proc/26587/task/26593/stat : 26593 (java) S 26584 26519 20173 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23607145 889704448 19953 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26587/tid=26594] ppid=26584 vsize=868852 CPUtime=0
/proc/26587/task/26594/stat : 26594 (java) S 26584 26519 20173 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 23607145 889704448 19953 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26587/tid=26600] ppid=26584 vsize=868852 CPUtime=0
/proc/26587/task/26600/stat : 26600 (java) S 26584 26519 20173 0 -1 64 0 0 0 0 0 0 0 0 22 0 9 0 23607147 889704448 19953 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26587/tid=26601] ppid=26584 vsize=868852 CPUtime=0.15
/proc/26587/task/26601/stat : 26601 (java) S 26584 26519 20173 0 -1 64 1442 0 0 0 15 0 0 0 16 0 9 0 23607147 889704448 19953 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26587/tid=26602] ppid=26584 vsize=868852 CPUtime=0
/proc/26587/task/26602/stat : 26602 (java) S 26584 26519 20173 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 23607147 889704448 19953 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26587/tid=26603] ppid=26584 vsize=868852 CPUtime=0
/proc/26587/task/26603/stat : 26603 (java) S 26584 26519 20173 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23607147 889704448 19953 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.98
Current children cumulated vsize (KiB) 891076

[startup+6.30207 s]
/proc/loadavg: 3.23 2.44 2.20 4/99 26816
/proc/meminfo: memFree=1701424/2055920 swapFree=4192812/4192956
[pid=26519] ppid=26517 vsize=16868 CPUtime=0.62
/proc/26519/stat : 26519 (sugar) S 26517 26519 20173 0 -1 4194304 1310 7461 0 1 6 1 50 5 15 0 1 0 23607074 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26519/statm: 4217 1111 409 3 0 796 0
[pid=26584] ppid=26519 vsize=5356 CPUtime=0
/proc/26584/stat : 26584 (sh) S 26519 26519 20173 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23607142 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26584/statm: 1339 233 193 169 0 50 0
[pid=26587] ppid=26584 vsize=868712 CPUtime=4.19
/proc/26587/stat : 26587 (java) S 26584 26519 20173 0 -1 0 21205 0 1 0 404 15 0 0 18 0 9 0 23607142 889561088 20284 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26587/statm: 217178 20284 2591 9 0 211655 0
[pid=26587/tid=26591] ppid=26584 vsize=868712 CPUtime=2.57
/proc/26587/task/26591/stat : 26591 (java) R 26584 26519 20173 0 -1 64 3445 0 1 0 253 4 0 0 25 0 9 0 23607143 889561088 20284 996147200 134512640 134550932 4294955936 18446744073709551615 4125952222 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26587/tid=26592] ppid=26584 vsize=868712 CPUtime=1.41
/proc/26587/task/26592/stat : 26592 (java) S 26584 26519 20173 0 -1 64 15594 0 0 0 133 8 0 0 16 0 9 0 23607144 889561088 20284 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26587/tid=26593] ppid=26584 vsize=868712 CPUtime=0
/proc/26587/task/26593/stat : 26593 (java) S 26584 26519 20173 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23607145 889561088 20284 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26587/tid=26594] ppid=26584 vsize=868712 CPUtime=0
/proc/26587/task/26594/stat : 26594 (java) S 26584 26519 20173 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 23607145 889561088 20284 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26587/tid=26600] ppid=26584 vsize=868712 CPUtime=0
/proc/26587/task/26600/stat : 26600 (java) S 26584 26519 20173 0 -1 64 0 0 0 0 0 0 0 0 22 0 9 0 23607147 889561088 20284 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26587/tid=26601] ppid=26584 vsize=868712 CPUtime=0.18
/proc/26587/task/26601/stat : 26601 (java) S 26584 26519 20173 0 -1 64 1463 0 0 0 17 1 0 0 15 0 9 0 23607147 889561088 20284 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26587/tid=26602] ppid=26584 vsize=868712 CPUtime=0
/proc/26587/task/26602/stat : 26602 (java) S 26584 26519 20173 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 23607147 889561088 20284 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26587/tid=26603] ppid=26584 vsize=868712 CPUtime=0
/proc/26587/task/26603/stat : 26603 (java) S 26584 26519 20173 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23607147 889561088 20284 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 4.81
Current children cumulated vsize (KiB) 890936
heavy processes:

[startup+12.708 s]
/proc/loadavg: 3.29 2.46 2.21 4/98 27265
/proc/meminfo: memFree=1694320/2055920 swapFree=4192812/4192956
[pid=26519] ppid=26517 vsize=16868 CPUtime=0.62
/proc/26519/stat : 26519 (sugar) S 26517 26519 20173 0 -1 4194304 1310 7461 0 1 6 1 50 5 15 0 1 0 23607074 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26519/statm: 4217 1111 409 3 0 796 0
[pid=26584] ppid=26519 vsize=5356 CPUtime=0
/proc/26584/stat : 26584 (sh) S 26519 26519 20173 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23607142 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26584/statm: 1339 233 193 169 0 50 0
[pid=26587] ppid=26584 vsize=868712 CPUtime=8.94
/proc/26587/stat : 26587 (java) S 26584 26519 20173 0 -1 0 21397 0 1 0 872 22 0 0 18 0 9 0 23607142 889561088 20409 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26587/statm: 217178 20409 2591 9 0 211655 0
[pid=26587/tid=26591] ppid=26584 vsize=868712 CPUtime=7.16
/proc/26587/task/26591/stat : 26591 (java) R 26584 26519 20173 0 -1 64 3512 0 1 0 706 10 0 0 25 0 9 0 23607143 889561088 20409 996147200 134512640 134550932 4294955936 18446744073709551615 4126914516 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26587/tid=26592] ppid=26584 vsize=868712 CPUtime=1.56
/proc/26587/task/26592/stat : 26592 (java) S 26584 26519 20173 0 -1 64 15714 0 0 0 147 9 0 0 16 0 9 0 23607144 889561088 20409 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=26587/tid=26593] ppid=26584 vsize=868712 CPUtime=0
/proc/26587/task/26593/stat : 26593 (java) S 26584 26519 20173 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23607145 889561088 20409 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26587/tid=26594] ppid=26584 vsize=868712 CPUtime=0
/proc/26587/task/26594/stat : 26594 (java) S 26584 26519 20173 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 23607145 889561088 20409 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26587/tid=26600] ppid=26584 vsize=868712 CPUtime=0
/proc/26587/task/26600/stat : 26600 (java) S 26584 26519 20173 0 -1 64 0 0 0 0 0 0 0 0 22 0 9 0 23607147 889561088 20409 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26587/tid=26601] ppid=26584 vsize=868712 CPUtime=0.19
/proc/26587/task/26601/stat : 26601 (java) S 26584 26519 20173 0 -1 64 1468 0 0 0 18 1 0 0 16 0 9 0 23607147 889561088 20409 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26587/tid=26602] ppid=26584 vsize=868712 CPUtime=0
/proc/26587/task/26602/stat : 26602 (java) S 26584 26519 20173 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 23607147 889561088 20409 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26587/tid=26603] ppid=26584 vsize=868712 CPUtime=0
/proc/26587/task/26603/stat : 26603 (java) S 26584 26519 20173 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23607147 889561088 20409 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 9.56
Current children cumulated vsize (KiB) 890936
heavy processes:

[startup+25.5013 s]
/proc/loadavg: 3.37 2.52 2.23 4/99 28076
/proc/meminfo: memFree=1672888/2055920 swapFree=4192812/4192956
[pid=26519] ppid=26517 vsize=16868 CPUtime=0.62
/proc/26519/stat : 26519 (sugar) S 26517 26519 20173 0 -1 4194304 1310 7461 0 1 6 1 50 5 15 0 1 0 23607074 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26519/statm: 4217 1111 409 3 0 796 0
[pid=26584] ppid=26519 vsize=5356 CPUtime=0
/proc/26584/stat : 26584 (sh) S 26519 26519 20173 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23607142 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26584/statm: 1339 233 193 169 0 50 0
[pid=26587] ppid=26584 vsize=868712 CPUtime=18.49
/proc/26587/stat : 26587 (java) S 26584 26519 20173 0 -1 0 24787 0 1 0 1817 32 0 0 18 0 9 0 23607142 889561088 23698 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26587/statm: 217178 23698 2591 9 0 211655 0
[pid=26587/tid=26591] ppid=26584 vsize=868712 CPUtime=16.43
/proc/26587/task/26591/stat : 26591 (java) R 26584 26519 20173 0 -1 64 3613 0 1 0 1625 18 0 0 25 0 9 0 23607143 889561088 23698 996147200 134512640 134550932 4294955936 18446744073709551615 103211275 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26587/tid=26592] ppid=26584 vsize=868712 CPUtime=1.84
/proc/26587/task/26592/stat : 26592 (java) S 26584 26519 20173 0 -1 64 19003 0 0 0 173 11 0 0 16 0 9 0 23607144 889561088 23698 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26587/tid=26593] ppid=26584 vsize=868712 CPUtime=0
/proc/26587/task/26593/stat : 26593 (java) S 26584 26519 20173 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23607145 889561088 23698 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26587/tid=26594] ppid=26584 vsize=868712 CPUtime=0

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


[startup+162.306 s]
/proc/loadavg: 3.31 2.84 2.39 5/91 4624
/proc/meminfo: memFree=1634216/2055920 swapFree=4192812/4192956
[pid=26519] ppid=26517 vsize=16868 CPUtime=96.75
/proc/26519/stat : 26519 (sugar) S 26517 26519 20173 0 -1 4194304 1376 47214 0 2 6 2 9536 131 16 0 1 0 23607074 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26519/statm: 4217 1113 409 3 0 796 0
[pid=1622] ppid=26519 vsize=5356 CPUtime=0
/proc/1622/stat : 1622 (sh) S 26519 26519 20173 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23618976 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1622/statm: 1339 232 193 169 0 50 0
[pid=1625] ppid=1622 vsize=86392 CPUtime=40.57
/proc/1625/stat : 1625 (minisat) R 1622 26519 20173 0 -1 4194304 20902 0 0 0 4014 43 0 0 25 0 1 0 23618977 88465408 20888 996147200 134512640 135127466 4294956256 18446744073709551615 134530828 0 0 4096 3 0 0 0 17 0 0 0
/proc/1625/statm: 21598 20888 76 150 0 21445 0
Current children cumulated CPU time (s) 137.32
Current children cumulated vsize (KiB) 108616

[startup+222.301 s]
/proc/loadavg: 3.17 2.88 2.43 4/90 8894
/proc/meminfo: memFree=1621040/2055920 swapFree=4192812/4192956
[pid=26519] ppid=26517 vsize=16868 CPUtime=96.75
/proc/26519/stat : 26519 (sugar) S 26517 26519 20173 0 -1 4194304 1376 47214 0 2 6 2 9536 131 16 0 1 0 23607074 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26519/statm: 4217 1113 409 3 0 796 0
[pid=1622] ppid=26519 vsize=5356 CPUtime=0
/proc/1622/stat : 1622 (sh) S 26519 26519 20173 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23618976 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1622/statm: 1339 232 193 169 0 50 0
[pid=1625] ppid=1622 vsize=94400 CPUtime=93.4
/proc/1625/stat : 1625 (minisat) R 1622 26519 20173 0 -1 4194304 22884 0 0 0 9266 74 0 0 25 0 1 0 23618977 96665600 22870 996147200 134512640 135127466 4294956256 18446744073709551615 134530817 0 0 4096 3 0 0 0 17 1 0 0
/proc/1625/statm: 23600 22870 76 150 0 23447 0
Current children cumulated CPU time (s) 190.15
Current children cumulated vsize (KiB) 116624

[startup+282.301 s]
/proc/loadavg: 3.37 2.98 2.49 4/90 13300
/proc/meminfo: memFree=1608128/2055920 swapFree=4192812/4192956
[pid=26519] ppid=26517 vsize=16868 CPUtime=96.75
/proc/26519/stat : 26519 (sugar) S 26517 26519 20173 0 -1 4194304 1376 47214 0 2 6 2 9536 131 16 0 1 0 23607074 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26519/statm: 4217 1113 409 3 0 796 0
[pid=1622] ppid=26519 vsize=5356 CPUtime=0
/proc/1622/stat : 1622 (sh) S 26519 26519 20173 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23618976 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1622/statm: 1339 232 193 169 0 50 0
[pid=1625] ppid=1622 vsize=103308 CPUtime=145.95
/proc/1625/stat : 1625 (minisat) R 1622 26519 20173 0 -1 4194304 25085 0 0 0 14490 105 0 0 25 0 1 0 23618977 105787392 25071 996147200 134512640 135127466 4294956256 18446744073709551615 134530752 0 0 4096 3 0 0 0 17 0 0 0
/proc/1625/statm: 25827 25071 76 150 0 25674 0
Current children cumulated CPU time (s) 242.7
Current children cumulated vsize (KiB) 125532

[startup+342.301 s]
/proc/loadavg: 3.13 2.98 2.52 4/91 17582
/proc/meminfo: memFree=1591080/2055920 swapFree=4192812/4192956
[pid=26519] ppid=26517 vsize=16868 CPUtime=96.75
/proc/26519/stat : 26519 (sugar) S 26517 26519 20173 0 -1 4194304 1376 47214 0 2 6 2 9536 131 16 0 1 0 23607074 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26519/statm: 4217 1113 409 3 0 796 0
[pid=1622] ppid=26519 vsize=5356 CPUtime=0
/proc/1622/stat : 1622 (sh) S 26519 26519 20173 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23618976 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1622/statm: 1339 232 193 169 0 50 0
[pid=1625] ppid=1622 vsize=112548 CPUtime=198.39
/proc/1625/stat : 1625 (minisat) R 1622 26519 20173 0 -1 4194304 27299 0 0 0 19710 129 0 0 25 0 1 0 23618977 115249152 27285 996147200 134512640 135127466 4294956256 18446744073709551615 134530739 0 0 4096 3 0 0 0 17 1 0 0
/proc/1625/statm: 28137 27285 76 150 0 27984 0
Current children cumulated CPU time (s) 295.14
Current children cumulated vsize (KiB) 134772

[startup+402.301 s]
/proc/loadavg: 3.09 3.00 2.55 4/91 21403
/proc/meminfo: memFree=1578928/2055920 swapFree=4192812/4192956
[pid=26519] ppid=26517 vsize=16868 CPUtime=96.75
/proc/26519/stat : 26519 (sugar) S 26517 26519 20173 0 -1 4194304 1376 47214 0 2 6 2 9536 131 16 0 1 0 23607074 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26519/statm: 4217 1113 409 3 0 796 0
[pid=1622] ppid=26519 vsize=5356 CPUtime=0
/proc/1622/stat : 1622 (sh) S 26519 26519 20173 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23618976 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1622/statm: 1339 232 193 169 0 50 0
[pid=1625] ppid=1622 vsize=120012 CPUtime=249.84
/proc/1625/stat : 1625 (minisat) R 1622 26519 20173 0 -1 4194304 29195 0 0 0 24837 147 0 0 25 0 1 0 23618977 122892288 29181 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/1625/statm: 30003 29181 76 150 0 29850 0
Current children cumulated CPU time (s) 346.59
Current children cumulated vsize (KiB) 142236

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

[startup+411.301 s]
/proc/loadavg: 3.07 3.00 2.56 4/89 21938
/proc/meminfo: memFree=1578432/2055920 swapFree=4192812/4192956
[pid=26519] ppid=26517 vsize=16868 CPUtime=96.75
/proc/26519/stat : 26519 (sugar) S 26517 26519 20173 0 -1 4194304 1376 47214 0 2 6 2 9536 131 16 0 1 0 23607074 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26519/statm: 4217 1113 409 3 0 796 0
[pid=1622] ppid=26519 vsize=5356 CPUtime=0
/proc/1622/stat : 1622 (sh) S 26519 26519 20173 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23618976 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1622/statm: 1339 232 193 169 0 50 0
[pid=1625] ppid=1622 vsize=120692 CPUtime=257.61
/proc/1625/stat : 1625 (minisat) R 1622 26519 20173 0 -1 4194304 29392 0 0 0 25612 149 0 0 25 0 1 0 23618977 123588608 29378 996147200 134512640 135127466 4294956256 18446744073709551615 134530641 0 0 4096 3 0 0 0 17 1 0 0
/proc/1625/statm: 30173 29378 76 150 0 30020 0
Current children cumulated CPU time (s) 354.36
Current children cumulated vsize (KiB) 142916

[startup+424.102 s]
/proc/loadavg: 3.13 3.01 2.57 4/91 22790
/proc/meminfo: memFree=1575792/2055920 swapFree=4192812/4192956
[pid=26519] ppid=26517 vsize=16868 CPUtime=96.75
/proc/26519/stat : 26519 (sugar) S 26517 26519 20173 0 -1 4194304 1376 47214 0 2 6 2 9536 131 16 0 1 0 23607074 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26519/statm: 4217 1113 409 3 0 796 0
[pid=1622] ppid=26519 vsize=5356 CPUtime=0
/proc/1622/stat : 1622 (sh) S 26519 26519 20173 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23618976 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1622/statm: 1339 232 193 169 0 50 0
[pid=1625] ppid=1622 vsize=121908 CPUtime=268.49
/proc/1625/stat : 1625 (minisat) R 1622 26519 20173 0 -1 4194304 29684 0 0 0 26696 153 0 0 25 0 1 0 23618977 124833792 29670 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/1625/statm: 30477 29670 76 150 0 30324 0
Current children cumulated CPU time (s) 365.24
Current children cumulated vsize (KiB) 144132

[startup+430.602 s]
/proc/loadavg: 3.04 3.00 2.56 3/84 22911
/proc/meminfo: memFree=1577656/2055920 swapFree=4192812/4192956
[pid=26519] ppid=26517 vsize=16868 CPUtime=96.75
/proc/26519/stat : 26519 (sugar) S 26517 26519 20173 0 -1 4194304 1376 47214 0 2 6 2 9536 131 16 0 1 0 23607074 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26519/statm: 4217 1113 409 3 0 796 0
[pid=1622] ppid=26519 vsize=5356 CPUtime=0
/proc/1622/stat : 1622 (sh) S 26519 26519 20173 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23618976 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1622/statm: 1339 232 193 169 0 50 0
[pid=1625] ppid=1622 vsize=122316 CPUtime=274.4
/proc/1625/stat : 1625 (minisat) R 1622 26519 20173 0 -1 4194304 29812 0 0 0 27285 155 0 0 25 0 1 0 23618977 125251584 29798 996147200 134512640 135127466 4294956256 18446744073709551615 134530752 0 0 4096 3 0 0 0 17 1 0 0
/proc/1625/statm: 30579 29798 76 150 0 30426 0
Current children cumulated CPU time (s) 371.15
Current children cumulated vsize (KiB) 144540

[startup+433.803 s]
/proc/loadavg: 3.04 3.00 2.56 3/84 22911
/proc/meminfo: memFree=1576760/2055920 swapFree=4192812/4192956
[pid=26519] ppid=26517 vsize=16868 CPUtime=96.75
/proc/26519/stat : 26519 (sugar) S 26517 26519 20173 0 -1 4194304 1376 47214 0 2 6 2 9536 131 16 0 1 0 23607074 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26519/statm: 4217 1113 409 3 0 796 0
[pid=1622] ppid=26519 vsize=5356 CPUtime=0
/proc/1622/stat : 1622 (sh) S 26519 26519 20173 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23618976 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1622/statm: 1339 232 193 169 0 50 0
[pid=1625] ppid=1622 vsize=122712 CPUtime=277.58
/proc/1625/stat : 1625 (minisat) R 1622 26519 20173 0 -1 4194304 29912 0 0 0 27603 155 0 0 25 0 1 0 23618977 125657088 29898 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/1625/statm: 30678 29898 76 150 0 30525 0
Current children cumulated CPU time (s) 374.33
Current children cumulated vsize (KiB) 144936

[startup+435.402 s]
/proc/loadavg: 2.96 2.98 2.56 3/84 22911
/proc/meminfo: memFree=1577800/2055920 swapFree=4192812/4192956
[pid=26519] ppid=26517 vsize=16868 CPUtime=96.75
/proc/26519/stat : 26519 (sugar) S 26517 26519 20173 0 -1 4194304 1376 47214 0 2 6 2 9536 131 16 0 1 0 23607074 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26519/statm: 4217 1113 409 3 0 796 0
[pid=1622] ppid=26519 vsize=5356 CPUtime=0
/proc/1622/stat : 1622 (sh) S 26519 26519 20173 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23618976 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1622/statm: 1339 232 193 169 0 50 0
[pid=1625] ppid=1622 vsize=122984 CPUtime=279.17
/proc/1625/stat : 1625 (minisat) R 1622 26519 20173 0 -1 4194304 29963 0 0 0 27762 155 0 0 25 0 1 0 23618977 125935616 29949 996147200 134512640 135127466 4294956256 18446744073709551615 134530936 0 0 4096 3 0 0 0 17 0 0 0
/proc/1625/statm: 30746 29949 76 150 0 30593 0
Current children cumulated CPU time (s) 375.92
Current children cumulated vsize (KiB) 145208

[startup+435.801 s]
/proc/loadavg: 2.96 2.98 2.56 3/84 22911
/proc/meminfo: memFree=1577800/2055920 swapFree=4192812/4192956
[pid=26519] ppid=26517 vsize=16868 CPUtime=376.33
/proc/26519/stat : 26519 (sugar) S 26517 26519 20173 0 -1 4194304 1430 77509 0 2 6 2 37336 289 17 0 1 0 23607074 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26519/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 376.33
Current children cumulated vsize (KiB) 16868

[startup+436.001 s]
/proc/loadavg: 2.96 2.98 2.56 3/84 22911
/proc/meminfo: memFree=1577800/2055920 swapFree=4192812/4192956
[pid=26519] ppid=26517 vsize=16868 CPUtime=376.33
/proc/26519/stat : 26519 (sugar) S 26517 26519 20173 0 -1 4194304 1450 77509 0 2 6 2 37336 289 15 0 1 0 23607074 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26519/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 376.33
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 436.036
CPU time (s): 376.525
CPU user time (s): 373.554
CPU system time (s): 2.97055
CPU usage (%): 86.3517
Max. virtual memory (cumulated for all children) (KiB): 903748

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 373.554
system time used= 2.97055
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 82850
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= 10388
involuntary context switches= 20917

runsolver used 1.08983 second user time and 2.12668 second system time

The end

Launcher Data

Begin job on node28 at 2009-07-12 04:23:25
IDJOB=2077649
IDBENCH=56642
IDSOLVER=739
FILE ID=node28/2077649-1247365404
PBS_JOBID= 9507099
Free space on /tmp= 66092 MiB

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

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

MD5SUM BENCH= 4360b7515e3cf9892bebc930385bd72b
RANDOM SEED=941577101

node28.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.230
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.230
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:       1780776 kB
Buffers:         14360 kB
Cached:         151968 kB
SwapCached:          0 kB
Active:         169988 kB
Inactive:        51664 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1780776 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2376 kB
Writeback:           0 kB
Mapped:          68380 kB
Slab:            37996 kB
Committed_AS:   205848 kB
PageTables:       2212 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66092 MiB
End job on node28 at 2009-07-12 04:30:41