Trace number 2077704

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 467.787 478.154

General information on the benchmark

Namecsp/wordsHerald/
normalized-crossword-m1-words-15-09.xml
MD5SUM3ce0c00fe983681572eae2e8faa491a9
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.264958
Satisfiable
(Un)Satisfiability was proved
Number of variables187
Number of constraints907
Maximum constraint arity14
Maximum domain size26
Number of constraints which are defined in extension82
Number of constraints which are defined in intension825
Global constraints used (with number of constraints)

Solver Data

0.03/0.09	c 1	Sugar v1-14-6 + HOME/minisat
0.03/0.09	c 1	BEGIN Sun Jul 12 04:26:02 2009
0.03/0.09	c 1	PID 12560
0.03/0.09	c 1	HOST node50.alineos.net
0.03/0.09	c 1	CONVERTING HOME/instance-2077704-1247365561.xml TO HOME/temp.csp
0.03/0.09	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2077704-1247365561.xml' 'HOME/temp.csp'
0.07/0.63	c 1	1 domains, 187 variables, 6 predicates, 5 relations, 907 constraints
0.07/0.69	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.07/0.69	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.58/0.79	c 1	Parsing HOME/temp.csp
0.86/1.01	c 1	parsed 1106 expressions
0.86/1.02	c 1	Heap : 4 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.86/1.02	c 1	Converting to clausal form CSP
0.86/1.09	c 2	converted 111 (10%) expressions
1.05/1.25	c 2	converted 222 (20%) expressions
1.94/2.17	c 3	converted 332 (30%) expressions
2.93/3.20	c 4	converted 443 (40%) expressions
3.04/3.21	c 4	converted 553 (50%) expressions
3.33/3.55	c 4	converted 664 (60%) expressions
3.33/3.55	c 4	converted 775 (70%) expressions
3.33/3.56	c 4	converted 885 (80%) expressions
3.33/3.57	c 4	converted 996 (90%) expressions
3.41/3.69	c 4	converted 1106 (100%) expressions
3.41/3.69	c 4	CSP : 187 integers, 0 booleans, 907 clauses, largest domain size 26
3.41/3.69	c 4	Heap : 62 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
3.41/3.69	c 4	Propagation in CSP
3.41/3.69	c 4	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
3.41/3.69	c 4	CSP : 187 integers, 0 booleans, 907 clauses, largest domain size 26
3.41/3.69	c 4	Heap : 62 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
3.50/3.70	c 4	Simplifing CSP by introducing new Boolean variables
3.50/3.73	c 4	CSP : 187 integers, 7048 booleans, 7955 clauses, largest domain size 26
3.50/3.73	c 4	Heap : 64 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
3.79/4.05	c 4	Encoding CSP to SAT : HOME/temp.cnf
3.79/4.07	c 4	19 (10%) CSP integer variables are encoded (456 clauses, 4872 bytes)
3.79/4.07	c 4	38 (20%) CSP integer variables are encoded (912 clauses, 9888 bytes)
3.79/4.07	c 4	57 (30%) CSP integer variables are encoded (1368 clauses, 15721 bytes)
3.79/4.07	c 4	75 (40%) CSP integer variables are encoded (1800 clauses, 21337 bytes)
3.79/4.07	c 4	94 (50%) CSP integer variables are encoded (2256 clauses, 27265 bytes)
3.79/4.08	c 4	113 (60%) CSP integer variables are encoded (2712 clauses, 33193 bytes)
3.79/4.08	c 4	131 (70%) CSP integer variables are encoded (3144 clauses, 38809 bytes)
3.79/4.08	c 4	150 (80%) CSP integer variables are encoded (3600 clauses, 44737 bytes)
3.79/4.08	c 4	169 (90%) CSP integer variables are encoded (4056 clauses, 50665 bytes)
3.79/4.08	c 4	187 (100%) CSP integer variables are encoded (4488 clauses, 56281 bytes)
29.82/30.97	c 31	796 (10%) CSP clauses are encoded (540598 clauses, 21691324 bytes)
124.13/129.05	c 129	1591 (20%) CSP clauses are encoded (1126550 clauses, 53460387 bytes)
124.13/129.08	c 129	2387 (30%) CSP clauses are encoded (1145046 clauses, 53784172 bytes)
124.23/129.12	c 130	3182 (40%) CSP clauses are encoded (1163516 clauses, 54111724 bytes)
124.23/129.16	c 130	3978 (50%) CSP clauses are encoded (1181987 clauses, 54449343 bytes)
124.23/129.19	c 130	4773 (60%) CSP clauses are encoded (1200582 clauses, 54790540 bytes)
124.34/129.22	c 130	5569 (70%) CSP clauses are encoded (1219478 clauses, 55129126 bytes)
124.34/129.25	c 130	6364 (80%) CSP clauses are encoded (1238348 clauses, 55488818 bytes)
124.43/129.30	c 130	7160 (90%) CSP clauses are encoded (1257219 clauses, 55861351 bytes)
124.43/129.33	c 130	7955 (100%) CSP clauses are encoded (1276489 clauses, 56238052 bytes)
124.43/129.33	c 130	7955 CSP clauses encoded
124.43/129.34	c 130	Writing map file : HOME/temp.map
124.43/129.34	c 130	Heap : 70 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
124.43/129.34	c 130	SAT : 11723 SAT variables, 1276489 SAT clauses, 56238052 bytes
124.43/129.34	c 130	Heap : 70 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
124.43/129.39	c 130	SOLVING HOME/temp.cnf
124.43/129.39	c 130	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
124.43/129.39	c 130	This is MiniSat 2.0 beta
124.43/129.39	c 130	WARNING: for repeatability, setting FPU to use double precision
124.43/129.40	c 130	============================[ Problem Statistics ]=============================
124.43/129.40	c 130	|                                                                             |
124.52/129.40	c 130	|  Number of variables:  11723                                                |
124.52/129.40	c 130	|  Number of clauses:    1276489                                              |
125.66/130.73	c 131	|  Parsing time:         1.05         s                                       |
125.73/130.84	c 131	============================[ Search Statistics ]==============================
125.73/130.84	c 131	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
125.73/130.84	c 131	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
125.73/130.84	c 131	===============================================================================
125.73/130.84	c 131	|         0 |   11723  1276489 10037218 |   425496        0    nan |  0.000 % |
125.83/130.94	c 131	|       100 |   11723  1276489 10037218 |   468045      100     10 |  0.000 % |
125.92/131.08	c 131	|       251 |   11723  1276489 10037218 |   514850      251     10 |  0.000 % |
126.00/131.13	c 132	|       476 |   11723  1276489 10037218 |   566335      476      9 |  0.000 % |
126.10/131.22	c 132	|       814 |   11723  1276489 10037218 |   622969      814      9 |  0.000 % |
126.10/131.26	c 132	|      1323 |   11723  1276489 10037218 |   685266     1323      9 |  0.000 % |
126.19/131.32	c 132	|      2082 |   11723  1276489 10037218 |   753792     2082      8 |  0.000 % |
126.44/131.64	c 132	|      3221 |   11723  1276489 10037218 |   829171     3221     10 |  0.000 % |
126.61/131.85	c 132	|      4930 |   11723  1276489 10037218 |   912089     4930      9 |  0.000 % |
127.07/132.37	c 133	|      7493 |   11723  1276489 10037218 |  1003298     7493     10 |  0.000 % |
127.96/133.32	c 134	|     11337 |   11723  1276489 10037218 |  1103627    11337     11 |  0.000 % |
128.67/134.12	c 135	|     17105 |   11723  1276489 10037218 |  1213990    17105     11 |  0.000 % |
130.43/136.30	c 137	|     25754 |   11723  1276489 10037218 |  1335389    25754     11 |  0.000 % |
135.40/142.68	c 143	|     38728 |   11723  1276489 10037218 |  1468928    38728     13 |  0.000 % |
140.46/148.80	c 149	|     58191 |   11723  1276489 10037218 |  1615821    58191     12 |  0.000 % |
150.33/160.61	c 161	|     87385 |   11722  1276489 10037218 |  1777403    87384     13 |  0.009 % |
159.71/170.07	c 170	|    131174 |   11721  1276489 10037218 |  1955144   131172     13 |  0.017 % |
178.81/189.14	c 190	|    196858 |   11721  1276489 10037218 |  2150658   196856     13 |  0.017 % |
230.48/240.81	c 241	|    295386 |   11721  1276489 10037218 |  2365724   295384     14 |  0.017 % |
292.17/302.59	c 303	|    443175 |   11720  1276419 10037066 |  2602296   443171     14 |  0.026 % |
416.44/426.81	c 427	|    664859 |   11720  1276419 10037066 |  2862526   664855     15 |  0.026 % |
467.42/477.81	c 478	===============================================================================
467.42/477.81	c 478	restarts              : 21
467.42/477.81	c 478	conflicts             : 748670         (2185 /sec)
467.42/477.81	c 478	decisions             : 1031516        (1.72 % random) (3011 /sec)
467.42/477.81	c 478	propagations          : 34408528       (100438 /sec)
467.42/477.81	c 478	conflict literals     : 11139125       (23.61 % deleted)
467.42/477.81	c 478	Memory used           : 162.70 MB
467.42/477.81	c 478	CPU time              : 342.584 s
467.42/477.81	c 478	
467.42/477.82	c 478	SATISFIABLE
467.42/477.85	c 478	DECODING HOME/temp.out WITH HOME/temp.map
467.42/477.85	c 478	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'
467.49/477.93	c 478	Decoding HOME/temp.out
467.49/478.06	s SATISFIABLE
467.49/478.07	v 4 24 4 18 18 0 21 14 17 1 0 17 19 1 20 17 24 19 22 8 13 4 20 18 4 17 1 17 0 18 0 11 4 17 19 17 8 18 4 18 8 18 19 4 17 18 20 17 8 13 0 19 4 4 17 17 15 18 24 2 7 22 8 11 12 0 1 0 7 14 0 10 4 13 14 3 4 18 18 14 24 8 13 12 0 19 4 17 0 12 20 15 22 0 17 3 18 19 7 4 19 7 14 17 13 24 1 14 0 18 7 4 3 7 14 13 4 3 18 11 24 18 11 24 11 24 5 20 6 20 4 19 4 0 22 7 4 17 4 8 13 1 17 0 21 0 3 14 17 4 13 4 5 11 0 17 4 8 21 0 13 4 17 14 18 19 8 19 0 13 25 14 13 4 13 0 18 7 18 19 4 4 3 4 22 4 18
467.49/478.10	c 479	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
467.49/478.13	c 479	CPU 467.73 (0.05 0.02 466.45 1.21)
467.49/478.13	c 479	END Sun Jul 12 04:34:00 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-2077704-1247365561/watcher-2077704-1247365561 -o /tmp/evaluation-result-2077704-1247365561/solver-2077704-1247365561 -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-2077704-1247365561.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.24 2.76 2.35 5/79 12560
/proc/meminfo: memFree=1785016/2055920 swapFree=4192812/4192956
[pid=12560] ppid=12556 vsize=18576 CPUtime=0
/proc/12560/stat : 12560 (runsolver) R 12556 12560 23333 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 23619747 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 240577473831 0 0 4096 24578 0 0 0 17 1 0 0
/proc/12560/statm: 4644 284 249 26 0 2626 0

[startup+0.0571939 s]
/proc/loadavg: 3.24 2.76 2.35 5/79 12560
/proc/meminfo: memFree=1785016/2055920 swapFree=4192812/4192956
[pid=12560] ppid=12556 vsize=13468 CPUtime=0.03
/proc/12560/stat : 12560 (sugar) R 12556 12560 23333 0 -1 4194304 744 0 0 0 2 1 0 0 18 0 1 0 23619747 13791232 712 996147200 4194304 4206940 548682068608 18446744073709551615 240577319649 0 0 4224 0 0 0 0 17 1 0 0
/proc/12560/statm: 3367 713 338 3 0 467 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13468

[startup+0.102197 s]
/proc/loadavg: 3.24 2.76 2.35 5/79 12560
/proc/meminfo: memFree=1785016/2055920 swapFree=4192812/4192956
[pid=12560] ppid=12556 vsize=16868 CPUtime=0.07
/proc/12560/stat : 12560 (sugar) S 12556 12560 23333 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 23619747 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12560/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.302223 s]
/proc/loadavg: 3.24 2.76 2.35 5/79 12560
/proc/meminfo: memFree=1785016/2055920 swapFree=4192812/4192956
[pid=12560] ppid=12556 vsize=16868 CPUtime=0.07
/proc/12560/stat : 12560 (sugar) S 12556 12560 23333 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 23619747 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12560/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.701248 s]
/proc/loadavg: 3.24 2.76 2.35 5/79 12560
/proc/meminfo: memFree=1785016/2055920 swapFree=4192812/4192956
[pid=12560] ppid=12556 vsize=16868 CPUtime=0.58
/proc/12560/stat : 12560 (sugar) S 12556 12560 23333 0 -1 4194304 1292 7135 0 1 5 2 46 5 16 0 1 0 23619747 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12560/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.58
Current children cumulated vsize (KiB) 16868

[startup+1.50132 s]
/proc/loadavg: 3.30 2.78 2.36 4/91 12653
/proc/meminfo: memFree=1772184/2055920 swapFree=4192812/4192956
[pid=12560] ppid=12556 vsize=16868 CPUtime=0.58
/proc/12560/stat : 12560 (sugar) S 12556 12560 23333 0 -1 4194304 1309 7135 0 1 5 2 46 5 15 0 1 0 23619747 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12560/statm: 4217 1111 409 3 0 796 0
[pid=12626] ppid=12560 vsize=5356 CPUtime=0
/proc/12626/stat : 12626 (sh) S 12560 12560 23333 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23619817 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12626/statm: 1339 233 193 169 0 50 0
[pid=12627] ppid=12626 vsize=864272 CPUtime=0.76
/proc/12627/stat : 12627 (java) S 12626 12560 23333 0 -1 0 8430 0 1 0 71 5 0 0 18 0 9 0 23619817 885014528 7687 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12627/statm: 216068 7687 2566 9 0 210573 0
[pid=12627/tid=12628] ppid=12626 vsize=864272 CPUtime=0.4
/proc/12627/task/12628/stat : 12628 (java) R 12626 12560 23333 0 -1 64 2750 0 1 0 39 1 0 0 18 0 9 0 23619818 885014528 7687 996147200 134512640 134550932 4294955936 18446744073709551615 103210985 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12627/tid=12632] ppid=12626 vsize=864272 CPUtime=0.29
/proc/12627/task/12632/stat : 12632 (java) S 12626 12560 23333 0 -1 64 4668 0 0 0 27 2 0 0 16 0 9 0 23619819 885014528 7687 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12627/tid=12633] ppid=12626 vsize=864272 CPUtime=0
/proc/12627/task/12633/stat : 12633 (java) S 12626 12560 23333 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23619820 885014528 7687 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12627/tid=12634] ppid=12626 vsize=864272 CPUtime=0
/proc/12627/task/12634/stat : 12634 (java) S 12626 12560 23333 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 23619820 885014528 7687 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12627/tid=12635] ppid=12626 vsize=864272 CPUtime=0
/proc/12627/task/12635/stat : 12635 (java) S 12626 12560 23333 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 23619822 885014528 7687 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12627/tid=12636] ppid=12626 vsize=864272 CPUtime=0.04
/proc/12627/task/12636/stat : 12636 (java) S 12626 12560 23333 0 -1 64 313 0 0 0 4 0 0 0 16 0 9 0 23619822 885014528 7687 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12627/tid=12639] ppid=12626 vsize=864272 CPUtime=0
/proc/12627/task/12639/stat : 12639 (java) S 12626 12560 23333 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 23619822 885014528 7687 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12627/tid=12640] ppid=12626 vsize=864272 CPUtime=0
/proc/12627/task/12640/stat : 12640 (java) S 12626 12560 23333 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23619822 885014528 7687 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.34
Current children cumulated vsize (KiB) 886496

[startup+3.10247 s]
/proc/loadavg: 3.30 2.78 2.36 4/91 12658
/proc/meminfo: memFree=1741336/2055920 swapFree=4192812/4192956
[pid=12560] ppid=12556 vsize=16868 CPUtime=0.58
/proc/12560/stat : 12560 (sugar) S 12556 12560 23333 0 -1 4194304 1309 7135 0 1 5 2 46 5 16 0 1 0 23619747 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12560/statm: 4217 1111 409 3 0 796 0
[pid=12626] ppid=12560 vsize=5356 CPUtime=0
/proc/12626/stat : 12626 (sh) S 12560 12560 23333 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23619817 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12626/statm: 1339 233 193 169 0 50 0
[pid=12627] ppid=12626 vsize=868604 CPUtime=2.35
/proc/12627/stat : 12627 (java) S 12626 12560 23333 0 -1 0 20846 0 1 0 224 11 0 0 18 0 9 0 23619817 889450496 20045 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12627/statm: 217151 20045 2566 9 0 211656 0
[pid=12627/tid=12628] ppid=12626 vsize=868604 CPUtime=1.06
/proc/12627/task/12628/stat : 12628 (java) S 12626 12560 23333 0 -1 64 3230 0 1 0 105 1 0 0 16 0 9 0 23619818 889450496 20045 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12627/tid=12632] ppid=12626 vsize=868604 CPUtime=1.13
/proc/12627/task/12632/stat : 12632 (java) R 12626 12560 23333 0 -1 64 15450 0 0 0 106 7 0 0 16 0 9 0 23619819 889450496 20045 996147200 134512640 134550932 4294955936 18446744073709551615 102549400 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12627/tid=12633] ppid=12626 vsize=868604 CPUtime=0
/proc/12627/task/12633/stat : 12633 (java) S 12626 12560 23333 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23619820 889450496 20045 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12627/tid=12634] ppid=12626 vsize=868604 CPUtime=0
/proc/12627/task/12634/stat : 12634 (java) S 12626 12560 23333 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 23619820 889450496 20045 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12627/tid=12635] ppid=12626 vsize=868604 CPUtime=0
/proc/12627/task/12635/stat : 12635 (java) S 12626 12560 23333 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 23619822 889450496 20045 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12627/tid=12636] ppid=12626 vsize=868604 CPUtime=0.12
/proc/12627/task/12636/stat : 12636 (java) S 12626 12560 23333 0 -1 64 1467 0 0 0 12 0 0 0 15 0 9 0 23619822 889450496 20045 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12627/tid=12639] ppid=12626 vsize=868604 CPUtime=0
/proc/12627/task/12639/stat : 12639 (java) S 12626 12560 23333 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 23619822 889450496 20045 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12627/tid=12640] ppid=12626 vsize=868604 CPUtime=0
/proc/12627/task/12640/stat : 12640 (java) S 12626 12560 23333 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23619822 889450496 20045 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.93
Current children cumulated vsize (KiB) 890828

[startup+6.30274 s]
/proc/loadavg: 3.30 2.78 2.36 4/90 12862
/proc/meminfo: memFree=1696088/2055920 swapFree=4192812/4192956
[pid=12560] ppid=12556 vsize=16868 CPUtime=0.58
/proc/12560/stat : 12560 (sugar) S 12556 12560 23333 0 -1 4194304 1310 7135 0 1 5 2 46 5 15 0 1 0 23619747 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12560/statm: 4217 1111 409 3 0 796 0
[pid=12626] ppid=12560 vsize=5356 CPUtime=0
/proc/12626/stat : 12626 (sh) S 12560 12560 23333 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23619817 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12626/statm: 1339 233 193 169 0 50 0
[pid=12627] ppid=12626 vsize=868716 CPUtime=5.41
/proc/12627/stat : 12627 (java) S 12626 12560 23333 0 -1 0 24052 0 1 0 527 14 0 0 18 0 9 0 23619817 889565184 23169 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12627/statm: 217179 23169 2591 9 0 211656 0
[pid=12627/tid=12628] ppid=12626 vsize=868716 CPUtime=3.28
/proc/12627/task/12628/stat : 12628 (java) R 12626 12560 23333 0 -1 64 3893 0 1 0 325 3 0 0 25 0 9 0 23619818 889565184 23169 996147200 134512640 134550932 4294955936 18446744073709551615 4126911010 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12627/tid=12632] ppid=12626 vsize=868716 CPUtime=1.91
/proc/12627/task/12632/stat : 12632 (java) S 12626 12560 23333 0 -1 64 17953 0 0 0 183 8 0 0 16 0 9 0 23619819 889565184 23169 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12627/tid=12633] ppid=12626 vsize=868716 CPUtime=0
/proc/12627/task/12633/stat : 12633 (java) S 12626 12560 23333 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23619820 889565184 23169 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12627/tid=12634] ppid=12626 vsize=868716 CPUtime=0
/proc/12627/task/12634/stat : 12634 (java) S 12626 12560 23333 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 23619820 889565184 23169 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12627/tid=12635] ppid=12626 vsize=868716 CPUtime=0
/proc/12627/task/12635/stat : 12635 (java) S 12626 12560 23333 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 23619822 889565184 23169 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12627/tid=12636] ppid=12626 vsize=868716 CPUtime=0.18
/proc/12627/task/12636/stat : 12636 (java) S 12626 12560 23333 0 -1 64 1507 0 0 0 17 1 0 0 16 0 9 0 23619822 889565184 23169 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12627/tid=12639] ppid=12626 vsize=868716 CPUtime=0
/proc/12627/task/12639/stat : 12639 (java) S 12626 12560 23333 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 23619822 889565184 23169 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12627/tid=12640] ppid=12626 vsize=868716 CPUtime=0
/proc/12627/task/12640/stat : 12640 (java) S 12626 12560 23333 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23619822 889565184 23169 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 5.99
Current children cumulated vsize (KiB) 890940

[startup+12.7023 s]
/proc/loadavg: 3.33 2.80 2.37 5/90 13292
/proc/meminfo: memFree=1681688/2055920 swapFree=4192812/4192956
[pid=12560] ppid=12556 vsize=16868 CPUtime=0.58
/proc/12560/stat : 12560 (sugar) S 12556 12560 23333 0 -1 4194304 1310 7135 0 1 5 2 46 5 15 0 1 0 23619747 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12560/statm: 4217 1111 409 3 0 796 0
[pid=12626] ppid=12560 vsize=5356 CPUtime=0
/proc/12626/stat : 12626 (sh) S 12560 12560 23333 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23619817 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12626/statm: 1339 233 193 169 0 50 0
[pid=12627] ppid=12626 vsize=868716 CPUtime=11.71
/proc/12627/stat : 12627 (java) S 12626 12560 23333 0 -1 0 26330 0 1 0 1152 19 0 0 18 0 9 0 23619817 889565184 25389 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12627/statm: 217179 25389 2591 9 0 211656 0
[pid=12627/tid=12628] ppid=12626 vsize=868716 CPUtime=9.39
/proc/12627/task/12628/stat : 12628 (java) R 12626 12560 23333 0 -1 64 3951 0 1 0 932 7 0 0 25 0 9 0 23619818 889565184 25389 996147200 134512640 134550932 4294955936 18446744073709551615 4126912884 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12627/tid=12632] ppid=12626 vsize=868716 CPUtime=2.1
/proc/12627/task/12632/stat : 12632 (java) S 12626 12560 23333 0 -1 64 20168 0 0 0 201 9 0 0 16 0 9 0 23619819 889565184 25389 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12627/tid=12633] ppid=12626 vsize=868716 CPUtime=0
/proc/12627/task/12633/stat : 12633 (java) S 12626 12560 23333 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23619820 889565184 25389 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12627/tid=12634] ppid=12626 vsize=868716 CPUtime=0
/proc/12627/task/12634/stat : 12634 (java) S 12626 12560 23333 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 23619820 889565184 25389 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12627/tid=12635] ppid=12626 vsize=868716 CPUtime=0
/proc/12627/task/12635/stat : 12635 (java) S 12626 12560 23333 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 23619822 889565184 25389 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12627/tid=12636] ppid=12626 vsize=868716 CPUtime=0.19
/proc/12627/task/12636/stat : 12636 (java) S 12626 12560 23333 0 -1 64 1512 0 0 0 18 1 0 0 16 0 9 0 23619822 889565184 25389 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12627/tid=12639] ppid=12626 vsize=868716 CPUtime=0
/proc/12627/task/12639/stat : 12639 (java) S 12626 12560 23333 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 23619822 889565184 25389 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12627/tid=12640] ppid=12626 vsize=868716 CPUtime=0
/proc/12627/task/12640/stat : 12640 (java) S 12626 12560 23333 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23619822 889565184 25389 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.29
Current children cumulated vsize (KiB) 890940

[startup+25.5024 s]
/proc/loadavg: 3.44 2.84 2.39 4/90 14459
/proc/meminfo: memFree=1651096/2055920 swapFree=4192812/4192956
[pid=12560] ppid=12556 vsize=16868 CPUtime=0.58
/proc/12560/stat : 12560 (sugar) S 12556 12560 23333 0 -1 4194304 1310 7135 0 1 5 2 46 5 15 0 1 0 23619747 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12560/statm: 4217 1111 409 3 0 796 0
[pid=12626] ppid=12560 vsize=5356 CPUtime=0
/proc/12626/stat : 12626 (sh) S 12560 12560 23333 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23619817 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12626/statm: 1339 233 193 169 0 50 0
[pid=12627] ppid=12626 vsize=868716 CPUtime=23.94
/proc/12627/stat : 12627 (java) S 12626 12560 23333 0 -1 0 30814 0 1 0 2366 28 0 0 18 0 9 0 23619817 889565184 29769 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12627/statm: 217179 29769 2591 9 0 211656 0
[pid=12627/tid=12628] ppid=12626 vsize=868716 CPUtime=21.24
/proc/12627/task/12628/stat : 12628 (java) R 12626 12560 23333 0 -1 64 4055 0 1 0 2111 13 0 0 25 0 9 0 23619818 889565184 29769 996147200 134512640 134550932 4294955936 18446744073709551615 4126953568 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12627/tid=12632] ppid=12626 vsize=868716 CPUtime=2.48
/proc/12627/task/12632/stat : 12632 (java) S 12626 12560 23333 0 -1 64 24548 0 0 0 236 12 0 0 16 0 9 0 23619819 889565184 29769 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12627/tid=12633] ppid=12626 vsize=868716 CPUtime=0
/proc/12627/task/12633/stat : 12633 (java) S 12626 12560 23333 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23619820 889565184 29769 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12627/tid=12634] ppid=12626 vsize=868716 CPUtime=0
/proc/12627/task/12634/stat : 12634 (java) S 12626 12560 23333 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 23619820 889565184 29769 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12627/tid=12635] ppid=12626 vsize=868716 CPUtime=0

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


[startup+162.302 s]
/proc/loadavg: 3.18 2.96 2.49 3/76 26261
/proc/meminfo: memFree=1612432/2055920 swapFree=4192812/4192956
[pid=12560] ppid=12556 vsize=16868 CPUtime=124.52
/proc/12560/stat : 12560 (sugar) S 12556 12560 23333 0 -1 4194304 1377 60791 0 2 5 2 12365 80 16 0 1 0 23619747 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12560/statm: 4217 1113 409 3 0 796 0
[pid=23569] ppid=12560 vsize=5356 CPUtime=0
/proc/23569/stat : 23569 (sh) S 12560 12560 23333 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23632687 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23569/statm: 1339 232 193 169 0 50 0
[pid=23571] ppid=23569 vsize=99172 CPUtime=27.49
/proc/23571/stat : 23571 (minisat) R 23569 12560 23333 0 -1 4194304 24272 0 0 0 2731 18 0 0 25 0 1 0 23632687 101552128 24258 996147200 134512640 135127466 4294956256 18446744073709551615 134530941 0 0 4096 3 0 0 0 17 1 0 0
/proc/23571/statm: 24793 24258 76 150 0 24640 0
Current children cumulated CPU time (s) 152.01
Current children cumulated vsize (KiB) 121396

[startup+222.303 s]
/proc/loadavg: 2.43 2.78 2.46 3/76 26261
/proc/meminfo: memFree=1596104/2055920 swapFree=4192812/4192956
[pid=12560] ppid=12556 vsize=16868 CPUtime=124.52
/proc/12560/stat : 12560 (sugar) S 12556 12560 23333 0 -1 4194304 1377 60791 0 2 5 2 12365 80 16 0 1 0 23619747 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12560/statm: 4217 1113 409 3 0 796 0
[pid=23569] ppid=12560 vsize=5356 CPUtime=0
/proc/23569/stat : 23569 (sh) S 12560 12560 23333 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23632687 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23569/statm: 1339 232 193 169 0 50 0
[pid=23571] ppid=23569 vsize=115648 CPUtime=87.46
/proc/23571/stat : 23571 (minisat) R 23569 12560 23333 0 -1 4194304 28392 0 0 0 8724 22 0 0 25 0 1 0 23632687 118423552 28378 996147200 134512640 135127466 4294956256 18446744073709551615 134531051 0 0 4096 3 0 0 0 17 1 0 0
/proc/23571/statm: 28912 28378 76 150 0 28759 0
Current children cumulated CPU time (s) 211.98
Current children cumulated vsize (KiB) 137872

[startup+282.303 s]
/proc/loadavg: 2.16 2.64 2.43 3/76 26261
/proc/meminfo: memFree=1582024/2055920 swapFree=4192812/4192956
[pid=12560] ppid=12556 vsize=16868 CPUtime=124.52
/proc/12560/stat : 12560 (sugar) S 12556 12560 23333 0 -1 4194304 1377 60791 0 2 5 2 12365 80 16 0 1 0 23619747 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12560/statm: 4217 1113 409 3 0 796 0
[pid=23569] ppid=12560 vsize=5356 CPUtime=0
/proc/23569/stat : 23569 (sh) S 12560 12560 23333 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23632687 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23569/statm: 1339 232 193 169 0 50 0
[pid=23571] ppid=23569 vsize=130100 CPUtime=147.45
/proc/23571/stat : 23571 (minisat) R 23569 12560 23333 0 -1 4194304 31939 0 0 0 14720 25 0 0 25 0 1 0 23632687 133222400 31925 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/23571/statm: 32525 31925 76 150 0 32372 0
Current children cumulated CPU time (s) 271.97
Current children cumulated vsize (KiB) 152324

[startup+342.302 s]
/proc/loadavg: 2.06 2.52 2.40 3/76 26261
/proc/meminfo: memFree=1569608/2055920 swapFree=4192812/4192956
[pid=12560] ppid=12556 vsize=16868 CPUtime=124.52
/proc/12560/stat : 12560 (sugar) S 12556 12560 23333 0 -1 4194304 1377 60791 0 2 5 2 12365 80 16 0 1 0 23619747 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12560/statm: 4217 1113 409 3 0 796 0
[pid=23569] ppid=12560 vsize=5356 CPUtime=0
/proc/23569/stat : 23569 (sh) S 12560 12560 23333 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23632687 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23569/statm: 1339 232 193 169 0 50 0
[pid=23571] ppid=23569 vsize=142892 CPUtime=207.43
/proc/23571/stat : 23571 (minisat) R 23569 12560 23333 0 -1 4194304 35014 0 0 0 20715 28 0 0 25 0 1 0 23632687 146321408 35000 996147200 134512640 135127466 4294956256 18446744073709551615 134530799 0 0 4096 3 0 0 0 17 1 0 0
/proc/23571/statm: 35723 35000 76 150 0 35570 0
Current children cumulated CPU time (s) 331.95
Current children cumulated vsize (KiB) 165116

[startup+402.302 s]
/proc/loadavg: 2.02 2.42 2.37 3/76 26261
/proc/meminfo: memFree=1557320/2055920 swapFree=4192812/4192956
[pid=12560] ppid=12556 vsize=16868 CPUtime=124.52
/proc/12560/stat : 12560 (sugar) S 12556 12560 23333 0 -1 4194304 1377 60791 0 2 5 2 12365 80 16 0 1 0 23619747 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12560/statm: 4217 1113 409 3 0 796 0
[pid=23569] ppid=12560 vsize=5356 CPUtime=0
/proc/23569/stat : 23569 (sh) S 12560 12560 23333 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23632687 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23569/statm: 1339 232 193 169 0 50 0
[pid=23571] ppid=23569 vsize=154652 CPUtime=267.42
/proc/23571/stat : 23571 (minisat) R 23569 12560 23333 0 -1 4194304 38043 0 0 0 26711 31 0 0 25 0 1 0 23632687 158363648 38029 996147200 134512640 135127466 4294956256 18446744073709551615 134530936 0 0 4096 3 0 0 0 17 1 0 0
/proc/23571/statm: 38663 38029 76 150 0 38510 0
Current children cumulated CPU time (s) 391.94
Current children cumulated vsize (KiB) 176876

[startup+462.303 s]
/proc/loadavg: 2.00 2.34 2.35 3/76 26261
/proc/meminfo: memFree=1548752/2055920 swapFree=4192812/4192956
[pid=12560] ppid=12556 vsize=16868 CPUtime=124.52
/proc/12560/stat : 12560 (sugar) S 12556 12560 23333 0 -1 4194304 1377 60791 0 2 5 2 12365 80 16 0 1 0 23619747 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12560/statm: 4217 1113 409 3 0 796 0
[pid=23569] ppid=12560 vsize=5356 CPUtime=0
/proc/23569/stat : 23569 (sh) S 12560 12560 23333 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23632687 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23569/statm: 1339 232 193 169 0 50 0
[pid=23571] ppid=23569 vsize=164320 CPUtime=327.41
/proc/23571/stat : 23571 (minisat) R 23569 12560 23333 0 -1 4194304 40167 0 0 0 32708 33 0 0 25 0 1 0 23632687 168263680 40153 996147200 134512640 135127466 4294956256 18446744073709551615 134530936 0 0 4096 3 0 0 0 17 1 0 0
/proc/23571/statm: 41080 40153 76 150 0 40927 0
Current children cumulated CPU time (s) 451.93
Current children cumulated vsize (KiB) 186544

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

[startup+467.101 s]
/proc/loadavg: 2.00 2.34 2.34 3/76 26261
/proc/meminfo: memFree=1548048/2055920 swapFree=4192812/4192956
[pid=12560] ppid=12556 vsize=16868 CPUtime=124.52
/proc/12560/stat : 12560 (sugar) S 12556 12560 23333 0 -1 4194304 1377 60791 0 2 5 2 12365 80 16 0 1 0 23619747 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12560/statm: 4217 1113 409 3 0 796 0
[pid=23569] ppid=12560 vsize=5356 CPUtime=0
/proc/23569/stat : 23569 (sh) S 12560 12560 23333 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23632687 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23569/statm: 1339 232 193 169 0 50 0
[pid=23571] ppid=23569 vsize=164992 CPUtime=332.21
/proc/23571/stat : 23571 (minisat) R 23569 12560 23333 0 -1 4194304 40368 0 0 0 33187 34 0 0 25 0 1 0 23632687 168951808 40354 996147200 134512640 135127466 4294956256 18446744073709551615 134530607 0 0 4096 3 0 0 0 17 1 0 0
/proc/23571/statm: 41248 40354 76 150 0 41095 0
Current children cumulated CPU time (s) 456.73
Current children cumulated vsize (KiB) 187216

[startup+473.502 s]
/proc/loadavg: 2.00 2.33 2.34 3/76 26261
/proc/meminfo: memFree=1547024/2055920 swapFree=4192812/4192956
[pid=12560] ppid=12556 vsize=16868 CPUtime=124.52
/proc/12560/stat : 12560 (sugar) S 12556 12560 23333 0 -1 4194304 1377 60791 0 2 5 2 12365 80 16 0 1 0 23619747 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12560/statm: 4217 1113 409 3 0 796 0
[pid=23569] ppid=12560 vsize=5356 CPUtime=0
/proc/23569/stat : 23569 (sh) S 12560 12560 23333 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23632687 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23569/statm: 1339 232 193 169 0 50 0
[pid=23571] ppid=23569 vsize=165928 CPUtime=338.61
/proc/23571/stat : 23571 (minisat) R 23569 12560 23333 0 -1 4194304 40593 0 0 0 33827 34 0 0 25 0 1 0 23632687 169910272 40579 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/23571/statm: 41482 40579 76 150 0 41329 0
Current children cumulated CPU time (s) 463.13
Current children cumulated vsize (KiB) 188152

[startup+476.701 s]
/proc/loadavg: 2.00 2.32 2.34 3/76 26261
/proc/meminfo: memFree=1546512/2055920 swapFree=4192812/4192956
[pid=12560] ppid=12556 vsize=16868 CPUtime=124.52
/proc/12560/stat : 12560 (sugar) S 12556 12560 23333 0 -1 4194304 1377 60791 0 2 5 2 12365 80 16 0 1 0 23619747 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12560/statm: 4217 1113 409 3 0 796 0
[pid=23569] ppid=12560 vsize=5356 CPUtime=0
/proc/23569/stat : 23569 (sh) S 12560 12560 23333 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23632687 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23569/statm: 1339 232 193 169 0 50 0
[pid=23571] ppid=23569 vsize=166464 CPUtime=341.8
/proc/23571/stat : 23571 (minisat) R 23569 12560 23333 0 -1 4194304 40723 0 0 0 34146 34 0 0 25 0 1 0 23632687 170459136 40709 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/23571/statm: 41616 40709 76 150 0 41463 0
Current children cumulated CPU time (s) 466.32
Current children cumulated vsize (KiB) 188688

[startup+477.502 s]
/proc/loadavg: 2.00 2.32 2.34 3/76 26261
/proc/meminfo: memFree=1546320/2055920 swapFree=4192812/4192956
[pid=12560] ppid=12556 vsize=16868 CPUtime=124.52
/proc/12560/stat : 12560 (sugar) S 12556 12560 23333 0 -1 4194304 1377 60791 0 2 5 2 12365 80 16 0 1 0 23619747 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12560/statm: 4217 1113 409 3 0 796 0
[pid=23569] ppid=12560 vsize=5356 CPUtime=0
/proc/23569/stat : 23569 (sh) S 12560 12560 23333 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23632687 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23569/statm: 1339 232 193 169 0 50 0
[pid=23571] ppid=23569 vsize=166596 CPUtime=342.6
/proc/23571/stat : 23571 (minisat) R 23569 12560 23333 0 -1 4194304 40760 0 0 0 34226 34 0 0 25 0 1 0 23632687 170594304 40746 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/23571/statm: 41649 40746 76 150 0 41496 0
Current children cumulated CPU time (s) 467.12
Current children cumulated vsize (KiB) 188820

[startup+477.902 s]
/proc/loadavg: 2.00 2.32 2.34 3/76 26261
/proc/meminfo: memFree=1546320/2055920 swapFree=4192812/4192956
[pid=12560] ppid=12556 vsize=16868 CPUtime=467.49
/proc/12560/stat : 12560 (sugar) S 12556 12560 23333 0 -1 4194304 1431 101864 0 2 5 2 46624 118 17 0 1 0 23619747 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12560/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 467.49
Current children cumulated vsize (KiB) 16868

[startup+478.101 s]
/proc/loadavg: 2.00 2.32 2.34 3/76 26261
/proc/meminfo: memFree=1546320/2055920 swapFree=4192812/4192956
[pid=12560] ppid=12556 vsize=16868 CPUtime=467.49
/proc/12560/stat : 12560 (sugar) S 12556 12560 23333 0 -1 4194304 1451 101864 0 2 5 2 46624 118 15 0 1 0 23619747 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12560/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 467.49
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 478.154
CPU time (s): 467.787
CPU user time (s): 466.514
CPU system time (s): 1.27281
CPU usage (%): 97.8319
Max. virtual memory (cumulated for all children) (KiB): 911428

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 466.514
system time used= 1.27281
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 107208
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= 10231
involuntary context switches= 14969

runsolver used 0.574912 second user time and 1.44678 second system time

The end

Launcher Data

Begin job on node50 at 2009-07-12 04:26:01
IDJOB=2077704
IDBENCH=56651
IDSOLVER=739
FILE ID=node50/2077704-1247365561
PBS_JOBID= 9507088
Free space on /tmp= 66424 MiB

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

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

MD5SUM BENCH= 3ce0c00fe983681572eae2e8faa491a9
RANDOM SEED=1649179358

node50.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.231
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.231
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:       1785360 kB
Buffers:         25360 kB
Cached:         148584 kB
SwapCached:          0 kB
Active:         129060 kB
Inactive:        88008 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1785360 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2228 kB
Writeback:           0 kB
Mapped:          54220 kB
Slab:            38224 kB
Committed_AS:   263676 kB
PageTables:       2148 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= 66424 MiB
End job on node50 at 2009-07-12 04:34:00