Trace number 2077737

Some explanations

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

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

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

Solver answer on this benchmark

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

General information on the benchmark

Namecsp/wordsHerald/
normalized-crossword-m1-words-19-07.xml
MD5SUM54357bc776348c1c86014af38d77c600
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.815875
Satisfiable
(Un)Satisfiability was proved
Number of variables291
Number of constraints3141
Maximum constraint arity30
Maximum domain size26
Number of constraints which are defined in extension134
Number of constraints which are defined in intension3007
Global constraints used (with number of constraints)

Solver Data

0.01/0.07	c 0	Sugar v1-14-6 + HOME/minisat
0.01/0.07	c 0	BEGIN Sun Jul 12 04:27:44 2009
0.01/0.07	c 0	PID 14571
0.01/0.07	c 0	HOST node2.alineos.net
0.01/0.07	c 0	CONVERTING HOME/instance-2077737-1247365664.xml TO HOME/temp.csp
0.01/0.07	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2077737-1247365664.xml' 'HOME/temp.csp'
0.06/0.94	c 1	1 domains, 291 variables, 9 predicates, 8 relations, 3141 constraints
0.06/0.96	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.96	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.86/1.07	c 1	Parsing HOME/temp.csp
1.31/1.53	c 1	parsed 3450 expressions
1.31/1.55	c 1	Heap : 7 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.31/1.55	c 1	Converting to clausal form CSP
1.39/1.67	c 2	converted 345 (10%) expressions
2.73/3.09	c 3	converted 690 (20%) expressions
2.91/3.21	c 3	converted 1035 (30%) expressions
3.47/3.86	c 4	converted 1380 (40%) expressions
3.85/4.22	c 4	converted 1725 (50%) expressions
3.96/4.36	c 4	converted 2070 (60%) expressions
3.96/4.38	c 4	converted 2415 (70%) expressions
4.15/4.50	c 4	converted 2760 (80%) expressions
4.15/4.53	c 4	converted 3105 (90%) expressions
4.35/4.73	c 5	converted 3450 (100%) expressions
4.35/4.73	c 5	CSP : 291 integers, 0 booleans, 3141 clauses, largest domain size 26
4.35/4.73	c 5	Heap : 76 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
4.35/4.73	c 5	Propagation in CSP
4.35/4.75	c 5	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
4.35/4.75	c 5	CSP : 291 integers, 0 booleans, 3141 clauses, largest domain size 26
4.35/4.75	c 5	Heap : 76 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
4.35/4.77	c 5	Simplifing CSP by introducing new Boolean variables
4.45/4.86	c 5	CSP : 291 integers, 22704 booleans, 25845 clauses, largest domain size 26
4.45/4.86	c 5	Heap : 82 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
4.94/5.42	c 5	Encoding CSP to SAT : HOME/temp.cnf
4.94/5.47	c 5	30 (10%) CSP integer variables are encoded (720 clauses, 7776 bytes)
4.94/5.47	c 5	59 (20%) CSP integer variables are encoded (1416 clauses, 16345 bytes)
4.94/5.47	c 5	88 (30%) CSP integer variables are encoded (2112 clauses, 25393 bytes)
4.94/5.47	c 5	117 (40%) CSP integer variables are encoded (2808 clauses, 34441 bytes)
4.94/5.47	c 5	146 (50%) CSP integer variables are encoded (3504 clauses, 43489 bytes)
4.94/5.47	c 5	175 (60%) CSP integer variables are encoded (4200 clauses, 52537 bytes)
4.94/5.47	c 5	204 (70%) CSP integer variables are encoded (4896 clauses, 61585 bytes)
4.94/5.47	c 5	233 (80%) CSP integer variables are encoded (5592 clauses, 70633 bytes)
4.94/5.47	c 5	262 (90%) CSP integer variables are encoded (6288 clauses, 79681 bytes)
4.94/5.47	c 5	291 (100%) CSP integer variables are encoded (6984 clauses, 88729 bytes)
18.90/21.43	c 21	2585 (10%) CSP clauses are encoded (502537 clauses, 17440679 bytes)
28.90/31.77	c 32	5169 (20%) CSP clauses are encoded (653334 clauses, 23299213 bytes)
107.29/111.79	c 112	7754 (30%) CSP clauses are encoded (1148437 clauses, 48771815 bytes)
107.48/111.91	c 112	10338 (40%) CSP clauses are encoded (1208446 clauses, 49909831 bytes)
107.59/112.03	c 112	12923 (50%) CSP clauses are encoded (1268456 clauses, 51057954 bytes)
107.69/112.15	c 112	15507 (60%) CSP clauses are encoded (1328465 clauses, 52241477 bytes)
107.79/112.27	c 112	18092 (70%) CSP clauses are encoded (1388500 clauses, 53425509 bytes)
123.11/127.64	c 128	20676 (80%) CSP clauses are encoded (1511830 clauses, 58644922 bytes)
139.03/143.63	c 144	23261 (90%) CSP clauses are encoded (1635186 clauses, 63864844 bytes)
158.92/163.68	c 164	25845 (100%) CSP clauses are encoded (1807179 clauses, 74180327 bytes)
158.92/163.68	c 164	25845 CSP clauses encoded
158.92/163.68	c 164	Writing map file : HOME/temp.map
158.92/163.70	c 164	Heap : 128 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
158.92/163.70	c 164	SAT : 29979 SAT variables, 1807179 SAT clauses, 74180327 bytes
158.92/163.70	c 164	Heap : 128 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
159.02/163.78	c 164	SOLVING HOME/temp.cnf
159.02/163.78	c 164	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
159.02/163.78	c 164	This is MiniSat 2.0 beta
159.02/163.78	c 164	WARNING: for repeatability, setting FPU to use double precision
159.02/163.78	c 164	============================[ Problem Statistics ]=============================
159.02/163.78	c 164	|                                                                             |
159.02/163.79	c 164	|  Number of variables:  29979                                                |
159.02/163.79	c 164	|  Number of clauses:    1807179                                              |
160.67/165.42	c 165	|  Parsing time:         1.46         s                                       |
160.77/165.52	c 165	============================[ Search Statistics ]==============================
160.77/165.52	c 165	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
160.77/165.52	c 165	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
160.77/165.52	c 165	===============================================================================
160.77/165.52	c 165	|         0 |   29971  1806541 12904593 |   602180        0    nan |  0.000 % |
160.86/165.69	c 166	|       100 |   29971  1806541 12904593 |   662398      100     13 |  0.027 % |
160.97/165.74	c 166	|       251 |   29971  1806541 12904593 |   728638      251     11 |  0.027 % |
160.97/165.77	c 166	|       477 |   29971  1806541 12904593 |   801502      477     10 |  0.027 % |
161.06/165.83	c 166	|       814 |   29971  1806541 12904593 |   881652      814     10 |  0.027 % |
161.06/165.88	c 166	|      1322 |   29971  1806541 12904593 |   969817     1322      9 |  0.027 % |
161.16/165.97	c 166	|      2082 |   29971  1806541 12904593 |  1066799     2082      9 |  0.027 % |
161.27/166.08	c 166	|      3221 |   29971  1806541 12904593 |  1173479     3221      9 |  0.027 % |
161.76/166.53	c 166	|      4929 |   29971  1806541 12904593 |  1290827     4929     10 |  0.027 % |
162.45/167.25	c 167	|      7492 |   29971  1806541 12904593 |  1419909     7492     10 |  0.027 % |
163.16/167.99	c 168	|     11337 |   29971  1806541 12904593 |  1561900    11337     11 |  0.027 % |
164.44/169.25	c 169	|     17103 |   29971  1806541 12904593 |  1718090    17103     11 |  0.027 % |
165.64/170.50	c 170	|     25752 |   29971  1806541 12904593 |  1889899    25752     11 |  0.027 % |
168.92/173.73	c 174	|     38727 |   29971  1806541 12904593 |  2078889    38727     11 |  0.027 % |
173.50/178.39	c 178	|     58188 |   29971  1806541 12904593 |  2286778    58188     11 |  0.027 % |
183.45/188.35	c 188	|     87380 |   29970  1806541 12904593 |  2515456    87379     12 |  0.030 % |
195.49/200.42	c 200	|    131169 |   29970  1806541 12904593 |  2767002   131168     12 |  0.030 % |
216.29/221.35	c 221	|    196854 |   29968  1806541 12904593 |  3043702   196851     13 |  0.037 % |
261.48/266.80	c 267	|    295380 |   29968  1806541 12904593 |  3348072   295377     13 |  0.037 % |
334.22/339.89	c 340	|    443173 |   29964  1806275 12903952 |  3682880   443164     14 |  0.050 % |
499.28/505.72	c 506	|    664856 |   29962  1806275 12903952 |  4051168   664845     15 |  0.067 % |
831.91/840.04	c 840	|    997382 |   29959  1803838 12884236 |  4456284   997207     15 |  0.067 % |
1497.81/1509.28	c 1509	|   1496172 |   29955  1803617 12883435 |  4901913  1495966     16 |  0.080 % |
1800.08/1813.01	c ERROR INTERRUPTED
1800.08/1813.05	s UNKNOWN
1800.08/1813.05	c 1813	CPU 159.08 (0.06 0.02 158.18 0.82)
1800.08/1813.05	c 1813	END Sun Jul 12 04:57:57 2009

Verifier Data

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

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2077737-1247365664/watcher-2077737-1247365664 -o /tmp/evaluation-result-2077737-1247365664/solver-2077737-1247365664 -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-2077737-1247365664.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.28 2.90 2.41 4/89 14571
/proc/meminfo: memFree=1349144/2055920 swapFree=4192812/4192956
[pid=14571] ppid=14567 vsize=12272 CPUtime=0
/proc/14571/stat : 14571 (sugar) R 14567 14571 17474 0 -1 4194304 364 0 0 0 0 0 0 0 18 0 1 0 23634065 12566528 332 996147200 4194304 4206940 548682068608 18446744073709551615 206398840944 0 0 4224 0 0 0 0 17 1 0 0
/proc/14571/statm: 3068 335 250 3 0 168 0

[startup+0.0317291 s]
/proc/loadavg: 3.28 2.90 2.41 4/89 14571
/proc/meminfo: memFree=1349144/2055920 swapFree=4192812/4192956
[pid=14571] ppid=14567 vsize=13204 CPUtime=0.01
/proc/14571/stat : 14571 (sugar) R 14567 14571 17474 0 -1 4194304 653 0 0 0 1 0 0 0 18 0 1 0 23634065 13520896 621 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 0 0 0 0 17 1 0 0
/proc/14571/statm: 3301 622 316 3 0 401 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 13204

[startup+0.101748 s]
/proc/loadavg: 3.28 2.90 2.41 4/89 14571
/proc/meminfo: memFree=1349144/2055920 swapFree=4192812/4192956
[pid=14571] ppid=14567 vsize=16868 CPUtime=0.06
/proc/14571/stat : 14571 (sugar) S 14567 14571 17474 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 23634065 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14571/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301779 s]
/proc/loadavg: 3.28 2.90 2.41 4/89 14571
/proc/meminfo: memFree=1349144/2055920 swapFree=4192812/4192956
[pid=14571] ppid=14567 vsize=16868 CPUtime=0.06
/proc/14571/stat : 14571 (sugar) S 14567 14571 17474 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 23634065 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14571/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701851 s]
/proc/loadavg: 3.28 2.90 2.41 4/89 14571
/proc/meminfo: memFree=1349144/2055920 swapFree=4192812/4192956
[pid=14571] ppid=14567 vsize=16868 CPUtime=0.06
/proc/14571/stat : 14571 (sugar) S 14567 14571 17474 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 23634065 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14571/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.502 s]
/proc/loadavg: 3.34 2.92 2.42 4/94 14647
/proc/meminfo: memFree=1342960/2055920 swapFree=4192812/4192956
[pid=14571] ppid=14567 vsize=16868 CPUtime=0.84
/proc/14571/stat : 14571 (sugar) S 14567 14571 17474 0 -1 4194304 1309 8708 0 1 5 1 73 5 15 0 1 0 23634065 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14571/statm: 4217 1111 409 3 0 796 0
[pid=14632] ppid=14571 vsize=5356 CPUtime=0
/proc/14632/stat : 14632 (sh) S 14571 14571 17474 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23634161 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14632/statm: 1339 233 193 169 0 50 0
[pid=14633] ppid=14632 vsize=862284 CPUtime=0.47
/proc/14633/stat : 14633 (java) S 14632 14571 17474 0 -1 0 6289 0 1 0 44 3 0 0 18 0 9 0 23634161 882978816 5578 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14633/statm: 215571 5578 2158 9 0 210484 0
[pid=14633/tid=14638] ppid=14632 vsize=862284 CPUtime=0.29
/proc/14633/task/14638/stat : 14638 (java) R 14632 14571 17474 0 -1 64 2017 0 1 0 28 1 0 0 21 0 9 0 23634162 882978816 5578 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14633/tid=14647] ppid=14632 vsize=862284 CPUtime=0.12
/proc/14633/task/14647/stat : 14647 (java) R 14632 14571 17474 0 -1 64 3262 0 0 0 11 1 0 0 16 0 9 0 23634165 882978816 5578 996147200 134512640 134550932 4294955936 18446744073709551615 103733353 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14633/tid=14648] ppid=14632 vsize=862284 CPUtime=0
/proc/14633/task/14648/stat : 14648 (java) S 14632 14571 17474 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 23634165 882978816 5578 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14633/tid=14649] ppid=14632 vsize=862284 CPUtime=0
/proc/14633/task/14649/stat : 14649 (java) S 14632 14571 17474 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 23634165 882978816 5578 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 884508

[startup+3.10229 s]
/proc/loadavg: 3.34 2.92 2.42 5/99 14690
/proc/meminfo: memFree=1314824/2055920 swapFree=4192812/4192956
[pid=14571] ppid=14567 vsize=16868 CPUtime=0.84
/proc/14571/stat : 14571 (sugar) S 14567 14571 17474 0 -1 4194304 1309 8708 0 1 5 1 73 5 16 0 1 0 23634065 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14571/statm: 4217 1111 409 3 0 796 0
[pid=14632] ppid=14571 vsize=5356 CPUtime=0
/proc/14632/stat : 14632 (sh) S 14571 14571 17474 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23634161 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14632/statm: 1339 233 193 169 0 50 0
[pid=14633] ppid=14632 vsize=868520 CPUtime=1.97
/proc/14633/stat : 14633 (java) S 14632 14571 17474 0 -1 0 16143 0 1 0 190 7 0 0 18 0 9 0 23634161 889364480 15362 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14633/statm: 217130 15362 2567 9 0 211635 0
[pid=14633/tid=14638] ppid=14632 vsize=868520 CPUtime=0.9
/proc/14633/task/14638/stat : 14638 (java) R 14632 14571 17474 0 -1 64 2894 0 1 0 88 2 0 0 25 0 9 0 23634162 889364480 15362 996147200 134512640 134550932 4294955936 18446744073709551615 4125976680 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14633/tid=14647] ppid=14632 vsize=868520 CPUtime=0.9
/proc/14633/task/14647/stat : 14647 (java) S 14632 14571 17474 0 -1 64 11084 0 0 0 86 4 0 0 17 0 9 0 23634165 889364480 15362 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14633/tid=14648] ppid=14632 vsize=868520 CPUtime=0
/proc/14633/task/14648/stat : 14648 (java) S 14632 14571 17474 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 23634165 889364480 15362 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14633/tid=14649] ppid=14632 vsize=868520 CPUtime=0
/proc/14633/task/14649/stat : 14649 (java) S 14632 14571 17474 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 23634165 889364480 15362 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14633/tid=14650] ppid=14632 vsize=868520 CPUtime=0
/proc/14633/task/14650/stat : 14650 (java) S 14632 14571 17474 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23634167 889364480 15362 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14633/tid=14651] ppid=14632 vsize=868520 CPUtime=0.15
/proc/14633/task/14651/stat : 14651 (java) S 14632 14571 17474 0 -1 64 1462 0 0 0 15 0 0 0 16 0 9 0 23634167 889364480 15362 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14633/tid=14657] ppid=14632 vsize=868520 CPUtime=0
/proc/14633/task/14657/stat : 14657 (java) S 14632 14571 17474 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 23634168 889364480 15362 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14633/tid=14658] ppid=14632 vsize=868520 CPUtime=0
/proc/14633/task/14658/stat : 14658 (java) S 14632 14571 17474 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23634168 889364480 15362 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.81
Current children cumulated vsize (KiB) 890744

[startup+6.30188 s]
/proc/loadavg: 3.34 2.92 2.42 4/100 14796
/proc/meminfo: memFree=1243272/2055920 swapFree=4192812/4192956
[pid=14571] ppid=14567 vsize=16868 CPUtime=0.85
/proc/14571/stat : 14571 (sugar) S 14567 14571 17474 0 -1 4194304 1311 8708 0 1 5 2 73 5 15 0 1 0 23634065 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14571/statm: 4217 1112 409 3 0 796 0
[pid=14632] ppid=14571 vsize=5356 CPUtime=0
/proc/14632/stat : 14632 (sh) S 14571 14571 17474 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23634161 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14632/statm: 1339 233 193 169 0 50 0
[pid=14633] ppid=14632 vsize=868716 CPUtime=4.98
/proc/14633/stat : 14633 (java) S 14632 14571 17474 0 -1 0 28717 0 1 0 484 14 0 0 18 0 9 0 23634161 889565184 27806 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14633/statm: 217179 27806 2591 9 0 211656 0
[pid=14633/tid=14638] ppid=14632 vsize=868716 CPUtime=2.41
/proc/14633/task/14638/stat : 14638 (java) R 14632 14571 17474 0 -1 64 3743 0 1 0 238 3 0 0 22 0 9 0 23634162 889565184 27806 996147200 134512640 134550932 4294955936 18446744073709551615 103201717 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14633/tid=14647] ppid=14632 vsize=868716 CPUtime=2.34
/proc/14633/task/14647/stat : 14647 (java) S 14632 14571 17474 0 -1 64 22765 0 0 0 225 9 0 0 16 0 9 0 23634165 889565184 27806 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14633/tid=14648] ppid=14632 vsize=868716 CPUtime=0
/proc/14633/task/14648/stat : 14648 (java) S 14632 14571 17474 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 23634165 889565184 27806 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14633/tid=14649] ppid=14632 vsize=868716 CPUtime=0
/proc/14633/task/14649/stat : 14649 (java) S 14632 14571 17474 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 23634165 889565184 27806 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14633/tid=14650] ppid=14632 vsize=868716 CPUtime=0
/proc/14633/task/14650/stat : 14650 (java) S 14632 14571 17474 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23634167 889565184 27806 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14633/tid=14651] ppid=14632 vsize=868716 CPUtime=0.2
/proc/14633/task/14651/stat : 14651 (java) S 14632 14571 17474 0 -1 64 1506 0 0 0 20 0 0 0 15 0 9 0 23634167 889565184 27806 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14633/tid=14657] ppid=14632 vsize=868716 CPUtime=0
/proc/14633/task/14657/stat : 14657 (java) S 14632 14571 17474 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 23634168 889565184 27806 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14633/tid=14658] ppid=14632 vsize=868716 CPUtime=0
/proc/14633/task/14658/stat : 14658 (java) S 14632 14571 17474 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23634168 889565184 27806 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 5.83
Current children cumulated vsize (KiB) 890940

[startup+12.7021 s]
/proc/loadavg: 3.28 2.92 2.43 4/100 15488
/proc/meminfo: memFree=1224192/2055920 swapFree=4192812/4192956
[pid=14571] ppid=14567 vsize=16868 CPUtime=0.85
/proc/14571/stat : 14571 (sugar) S 14567 14571 17474 0 -1 4194304 1311 8708 0 1 5 2 73 5 15 0 1 0 23634065 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14571/statm: 4217 1112 409 3 0 796 0
[pid=14632] ppid=14571 vsize=5356 CPUtime=0
/proc/14632/stat : 14632 (sh) S 14571 14571 17474 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23634161 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14632/statm: 1339 233 193 169 0 50 0
[pid=14633] ppid=14632 vsize=868716 CPUtime=9.91
/proc/14633/stat : 14633 (java) S 14632 14571 17474 0 -1 0 28793 0 1 0 974 17 0 0 18 0 9 0 23634161 889565184 27819 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14633/statm: 217179 27819 2591 9 0 211656 0
[pid=14633/tid=14638] ppid=14632 vsize=868716 CPUtime=7.19
/proc/14633/task/14638/stat : 14638 (java) R 14632 14571 17474 0 -1 64 3808 0 1 0 713 6 0 0 25 0 9 0 23634162 889565184 27819 996147200 134512640 134550932 4294955936 18446744073709551615 103211275 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14633/tid=14647] ppid=14632 vsize=868716 CPUtime=2.47
/proc/14633/task/14647/stat : 14647 (java) S 14632 14571 17474 0 -1 64 22768 0 0 0 238 9 0 0 16 0 9 0 23634165 889565184 27819 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14633/tid=14648] ppid=14632 vsize=868716 CPUtime=0
/proc/14633/task/14648/stat : 14648 (java) S 14632 14571 17474 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 23634165 889565184 27819 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14633/tid=14649] ppid=14632 vsize=868716 CPUtime=0
/proc/14633/task/14649/stat : 14649 (java) S 14632 14571 17474 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 23634165 889565184 27819 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14633/tid=14650] ppid=14632 vsize=868716 CPUtime=0
/proc/14633/task/14650/stat : 14650 (java) S 14632 14571 17474 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23634167 889565184 27819 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14633/tid=14651] ppid=14632 vsize=868716 CPUtime=0.22
/proc/14633/task/14651/stat : 14651 (java) S 14632 14571 17474 0 -1 64 1514 0 0 0 22 0 0 0 16 0 9 0 23634167 889565184 27819 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14633/tid=14657] ppid=14632 vsize=868716 CPUtime=0
/proc/14633/task/14657/stat : 14657 (java) S 14632 14571 17474 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 23634168 889565184 27819 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14633/tid=14658] ppid=14632 vsize=868716 CPUtime=0
/proc/14633/task/14658/stat : 14658 (java) S 14632 14571 17474 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23634168 889565184 27819 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 10.76
Current children cumulated vsize (KiB) 890940

[startup+25.5014 s]
/proc/loadavg: 3.48 2.97 2.45 4/99 16507
/proc/meminfo: memFree=1205384/2055920 swapFree=4192812/4192956
[pid=14571] ppid=14567 vsize=16868 CPUtime=0.85
/proc/14571/stat : 14571 (sugar) S 14567 14571 17474 0 -1 4194304 1311 8708 0 1 5 2 73 5 16 0 1 0 23634065 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14571/statm: 4217 1112 409 3 0 796 0
[pid=14632] ppid=14571 vsize=5356 CPUtime=0
/proc/14632/stat : 14632 (sh) S 14571 14571 17474 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23634161 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14632/statm: 1339 233 193 169 0 50 0
[pid=14633] ppid=14632 vsize=868716 CPUtime=22.12
/proc/14633/stat : 14633 (java) S 14632 14571 17474 0 -1 0 30643 0 1 0 2187 25 0 0 18 0 9 0 23634161 889565184 29581 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14633/statm: 217179 29581 2591 9 0 211656 0
[pid=14633/tid=14638] ppid=14632 vsize=868716 CPUtime=19.06
/proc/14633/task/14638/stat : 14638 (java) R 14632 14571 17474 0 -1 64 3896 0 1 0 1894 12 0 0 25 0 9 0 23634162 889565184 29581 996147200 134512640 134550932 4294955936 18446744073709551615 4126961537 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14633/tid=14647] ppid=14632 vsize=868716 CPUtime=2.79
/proc/14633/task/14647/stat : 14647 (java) S 14632 14571 17474 0 -1 64 24516 0 0 0 268 11 0 0 15 0 9 0 23634165 889565184 29581 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14633/tid=14648] ppid=14632 vsize=868716 CPUtime=0
/proc/14633/task/14648/stat : 14648 (java) S 14632 14571 17474 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 23634165 889565184 29581 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14633/tid=14649] ppid=14632 vsize=868716 CPUtime=0
/proc/14633/task/14649/stat : 14649 (java) S 14632 14571 17474 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 23634165 889565184 29581 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14633/tid=14650] ppid=14632 vsize=868716 CPUtime=0
/proc/14633/task/14650/stat : 14650 (java) S 14632 14571 17474 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23634167 889565184 29581 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14633/tid=14651] ppid=14632 vsize=868716 CPUtime=0.24
/proc/14633/task/14651/stat : 14651 (java) S 14632 14571 17474 0 -1 64 1528 0 0 0 24 0 0 0 15 0 9 0 23634167 889565184 29581 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14633/tid=14657] ppid=14632 vsize=868716 CPUtime=0
/proc/14633/task/14657/stat : 14657 (java) S 14632 14571 17474 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 23634168 889565184 29581 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14633/tid=14658] ppid=14632 vsize=868716 CPUtime=0
/proc/14633/task/14658/stat : 14658 (java) S 14632 14571 17474 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23634168 889565184 29581 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 22.97

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

/proc/meminfo: memFree=1420728/2055920 swapFree=4192812/4192956
[pid=14571] ppid=14567 vsize=16868 CPUtime=159.08
/proc/14571/stat : 14571 (sugar) S 14567 14571 17474 0 -1 4194304 1377 59406 0 2 6 2 15818 82 16 0 1 0 23634065 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14571/statm: 4217 1113 409 3 0 796 0
[pid=20823] ppid=14571 vsize=5356 CPUtime=0
/proc/20823/stat : 20823 (sh) S 14571 14571 17474 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23650443 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20823/statm: 1339 232 193 169 0 50 0
[pid=20824] ppid=20823 vsize=264928 CPUtime=1132.85
/proc/20824/stat : 20824 (minisat) R 20823 14571 17474 0 -1 4194304 64836 0 0 0 113222 63 0 0 25 0 1 0 23650443 271286272 64822 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/20824/statm: 66232 64822 76 150 0 66079 0
Current children cumulated CPU time (s) 1291.93
Current children cumulated vsize (KiB) 287152

[startup+1362.3 s]
/proc/loadavg: 1.97 2.00 2.12 3/77 20921
/proc/meminfo: memFree=1423408/2055920 swapFree=4192812/4192956
[pid=14571] ppid=14567 vsize=16868 CPUtime=159.08
/proc/14571/stat : 14571 (sugar) S 14567 14571 17474 0 -1 4194304 1377 59406 0 2 6 2 15818 82 16 0 1 0 23634065 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14571/statm: 4217 1113 409 3 0 796 0
[pid=20823] ppid=14571 vsize=5356 CPUtime=0
/proc/20823/stat : 20823 (sh) S 14571 14571 17474 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23650443 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20823/statm: 1339 232 193 169 0 50 0
[pid=20824] ppid=20823 vsize=267688 CPUtime=1192.57
/proc/20824/stat : 20824 (minisat) R 20823 14571 17474 0 -1 4194304 65547 0 0 0 119193 64 0 0 25 0 1 0 23650443 274112512 65533 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/20824/statm: 66922 65533 76 150 0 66769 0
Current children cumulated CPU time (s) 1351.65
Current children cumulated vsize (KiB) 289912

[startup+1422.31 s]
/proc/loadavg: 1.99 2.00 2.10 3/77 20921
/proc/meminfo: memFree=1417264/2055920 swapFree=4192812/4192956
[pid=14571] ppid=14567 vsize=16868 CPUtime=159.08
/proc/14571/stat : 14571 (sugar) S 14567 14571 17474 0 -1 4194304 1377 59406 0 2 6 2 15818 82 16 0 1 0 23634065 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14571/statm: 4217 1113 409 3 0 796 0
[pid=20823] ppid=14571 vsize=5356 CPUtime=0
/proc/20823/stat : 20823 (sh) S 14571 14571 17474 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23650443 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20823/statm: 1339 232 193 169 0 50 0
[pid=20824] ppid=20823 vsize=270496 CPUtime=1252.27
/proc/20824/stat : 20824 (minisat) R 20823 14571 17474 0 -1 4194304 66268 0 0 0 125161 66 0 0 25 0 1 0 23650443 276987904 66254 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/20824/statm: 67624 66254 76 150 0 67471 0
Current children cumulated CPU time (s) 1411.35
Current children cumulated vsize (KiB) 292720

[startup+1482.3 s]
/proc/loadavg: 1.99 2.00 2.09 3/77 20921
/proc/meminfo: memFree=1407600/2055920 swapFree=4192812/4192956
[pid=14571] ppid=14567 vsize=16868 CPUtime=159.08
/proc/14571/stat : 14571 (sugar) S 14567 14571 17474 0 -1 4194304 1377 59406 0 2 6 2 15818 82 16 0 1 0 23634065 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14571/statm: 4217 1113 409 3 0 796 0
[pid=20823] ppid=14571 vsize=5356 CPUtime=0
/proc/20823/stat : 20823 (sh) S 14571 14571 17474 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23650443 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20823/statm: 1339 232 193 169 0 50 0
[pid=20824] ppid=20823 vsize=275244 CPUtime=1311.97
/proc/20824/stat : 20824 (minisat) R 20823 14571 17474 0 -1 4194304 67478 0 0 0 131129 68 0 0 25 0 1 0 23650443 281849856 67464 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/20824/statm: 68811 67464 76 150 0 68658 0
Current children cumulated CPU time (s) 1471.05
Current children cumulated vsize (KiB) 297468

[startup+1542.3 s]
/proc/loadavg: 1.99 2.00 2.09 3/77 20921
/proc/meminfo: memFree=1399984/2055920 swapFree=4192812/4192956
[pid=14571] ppid=14567 vsize=16868 CPUtime=159.08
/proc/14571/stat : 14571 (sugar) S 14567 14571 17474 0 -1 4194304 1377 59406 0 2 6 2 15818 82 16 0 1 0 23634065 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14571/statm: 4217 1113 409 3 0 796 0
[pid=20823] ppid=14571 vsize=5356 CPUtime=0
/proc/20823/stat : 20823 (sh) S 14571 14571 17474 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23650443 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20823/statm: 1339 232 193 169 0 50 0
[pid=20824] ppid=20823 vsize=279708 CPUtime=1371.66
/proc/20824/stat : 20824 (minisat) R 20823 14571 17474 0 -1 4194304 68650 0 0 0 137097 69 0 0 25 0 1 0 23650443 286420992 68636 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/20824/statm: 69927 68636 76 150 0 69774 0
Current children cumulated CPU time (s) 1530.74
Current children cumulated vsize (KiB) 301932

[startup+1602.3 s]
/proc/loadavg: 1.99 2.00 2.08 3/77 20921
/proc/meminfo: memFree=1395824/2055920 swapFree=4192812/4192956
[pid=14571] ppid=14567 vsize=16868 CPUtime=159.08
/proc/14571/stat : 14571 (sugar) S 14567 14571 17474 0 -1 4194304 1377 59406 0 2 6 2 15818 82 16 0 1 0 23634065 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14571/statm: 4217 1113 409 3 0 796 0
[pid=20823] ppid=14571 vsize=5356 CPUtime=0
/proc/20823/stat : 20823 (sh) S 14571 14571 17474 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23650443 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20823/statm: 1339 232 193 169 0 50 0
[pid=20824] ppid=20823 vsize=283288 CPUtime=1431.36
/proc/20824/stat : 20824 (minisat) R 20823 14571 17474 0 -1 4194304 69542 0 0 0 143066 70 0 0 25 0 1 0 23650443 290086912 69528 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/20824/statm: 70822 69528 76 150 0 70669 0
Current children cumulated CPU time (s) 1590.44
Current children cumulated vsize (KiB) 305512

[startup+1662.3 s]
/proc/loadavg: 1.99 2.00 2.07 3/77 20921
/proc/meminfo: memFree=1388784/2055920 swapFree=4192812/4192956
[pid=14571] ppid=14567 vsize=16868 CPUtime=159.08
/proc/14571/stat : 14571 (sugar) S 14567 14571 17474 0 -1 4194304 1377 59406 0 2 6 2 15818 82 16 0 1 0 23634065 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14571/statm: 4217 1113 409 3 0 796 0
[pid=20823] ppid=14571 vsize=5356 CPUtime=0
/proc/20823/stat : 20823 (sh) S 14571 14571 17474 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23650443 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20823/statm: 1339 232 193 169 0 50 0
[pid=20824] ppid=20823 vsize=292564 CPUtime=1491.06
/proc/20824/stat : 20824 (minisat) R 20823 14571 17474 0 -1 4194304 71146 0 0 0 149034 72 0 0 25 0 1 0 23650443 299585536 71132 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/20824/statm: 73141 71132 76 150 0 72988 0
Current children cumulated CPU time (s) 1650.14
Current children cumulated vsize (KiB) 314788

[startup+1722.3 s]
/proc/loadavg: 1.99 2.00 2.07 3/77 20921
/proc/meminfo: memFree=1383152/2055920 swapFree=4192812/4192956
[pid=14571] ppid=14567 vsize=16868 CPUtime=159.08
/proc/14571/stat : 14571 (sugar) S 14567 14571 17474 0 -1 4194304 1377 59406 0 2 6 2 15818 82 16 0 1 0 23634065 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14571/statm: 4217 1113 409 3 0 796 0
[pid=20823] ppid=14571 vsize=5356 CPUtime=0
/proc/20823/stat : 20823 (sh) S 14571 14571 17474 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23650443 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20823/statm: 1339 232 193 169 0 50 0
[pid=20824] ppid=20823 vsize=298032 CPUtime=1550.76
/proc/20824/stat : 20824 (minisat) R 20823 14571 17474 0 -1 4194304 72524 0 0 0 155003 73 0 0 25 0 1 0 23650443 305184768 72510 996147200 134512640 135127466 4294956256 18446744073709551615 134530817 0 0 4096 3 0 0 0 17 0 0 0
/proc/20824/statm: 74508 72510 76 150 0 74355 0
Current children cumulated CPU time (s) 1709.84
Current children cumulated vsize (KiB) 320256

[startup+1782.3 s]
/proc/loadavg: 2.04 2.01 2.07 3/77 20921
/proc/meminfo: memFree=1378672/2055920 swapFree=4192812/4192956
[pid=14571] ppid=14567 vsize=16868 CPUtime=159.08
/proc/14571/stat : 14571 (sugar) S 14567 14571 17474 0 -1 4194304 1377 59406 0 2 6 2 15818 82 16 0 1 0 23634065 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14571/statm: 4217 1113 409 3 0 796 0
[pid=20823] ppid=14571 vsize=5356 CPUtime=0
/proc/20823/stat : 20823 (sh) S 14571 14571 17474 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23650443 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20823/statm: 1339 232 193 169 0 50 0
[pid=20824] ppid=20823 vsize=302344 CPUtime=1610.46
/proc/20824/stat : 20824 (minisat) R 20823 14571 17474 0 -1 4194304 73578 0 0 0 160972 74 0 0 25 0 1 0 23650443 309600256 73564 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/20824/statm: 75586 73564 76 150 0 75433 0
Current children cumulated CPU time (s) 1769.54
Current children cumulated vsize (KiB) 324568



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1813 s]
/proc/loadavg: 2.10 2.03 2.07 3/77 20921
/proc/meminfo: memFree=1376176/2055920 swapFree=4192812/4192956
[pid=14571] ppid=14567 vsize=16868 CPUtime=159.08
/proc/14571/stat : 14571 (sugar) S 14567 14571 17474 0 -1 4194304 1377 59406 0 2 6 2 15818 82 16 0 1 0 23634065 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14571/statm: 4217 1113 409 3 0 796 0
[pid=20823] ppid=14571 vsize=5356 CPUtime=0
/proc/20823/stat : 20823 (sh) S 14571 14571 17474 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23650443 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20823/statm: 1339 232 193 169 0 50 0
[pid=20824] ppid=20823 vsize=303396 CPUtime=1641
/proc/20824/stat : 20824 (minisat) R 20823 14571 17474 0 -1 4194304 73888 0 0 0 164026 74 0 0 25 0 1 0 23650443 310677504 73874 996147200 134512640 135127466 4294956256 18446744073709551615 134530700 0 0 4096 3 0 0 0 17 0 0 0
/proc/20824/statm: 75849 73874 76 150 0 75696 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 325620

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 14571 and gives
#  childrusage.ru_utime.tv_sec=158
#  childrusage.ru_utime.tv_usec=242943
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=884865
# CPU time returned by wait4() is 159.128
# while last known CPU time is 1800.08
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1813.09
CPU time (s): 1800.08
CPU user time (s): 1798.5
CPU system time (s): 1.58
CPU usage (%): 99.2824
Max. virtual memory (cumulated for all children) (KiB): 911432

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 158.243
system time used= 0.884865
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 61165
page faults= 2
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 11397
involuntary context switches= 15096

runsolver used 2.36664 second user time and 5.75413 second system time

The end

Launcher Data

Begin job on node2 at 2009-07-12 04:27:44
IDJOB=2077737
IDBENCH=56655
IDSOLVER=739
FILE ID=node2/2077737-1247365664
PBS_JOBID= 9507033
Free space on /tmp= 66304 MiB

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

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

MD5SUM BENCH= 54357bc776348c1c86014af38d77c600
RANDOM SEED=2043191074

node2.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.265
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.265
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:       1349176 kB
Buffers:         29260 kB
Cached:         196976 kB
SwapCached:          0 kB
Active:         571316 kB
Inactive:        80352 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1349176 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            3372 kB
Writeback:           0 kB
Mapped:         447096 kB
Slab:            38752 kB
Committed_AS:   727288 kB
PageTables:       3196 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= 66328 MiB
End job on node2 at 2009-07-12 04:57:59