Trace number 2077616

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.01 1861.39

General information on the benchmark

Namecsp/wordsHerald/
normalized-crossword-m1-words-19-09.xml
MD5SUMf8b76df19674acf2fa7b798307536a24
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.641901
Satisfiable
(Un)Satisfiability was proved
Number of variables295
Number of constraints2699
Maximum constraint arity30
Maximum domain size26
Number of constraints which are defined in extension130
Number of constraints which are defined in intension2569
Global constraints used (with number of constraints)

Solver Data

0.05/0.07	c 0	Sugar v1-14-6 + HOME/minisat
0.05/0.07	c 0	BEGIN Sun Jul 12 04:22:15 2009
0.05/0.07	c 0	PID 18604
0.05/0.07	c 0	HOST node77.alineos.net
0.05/0.07	c 0	CONVERTING HOME/instance-2077616-1247365328.xml TO HOME/temp.csp
0.05/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-2077616-1247365328.xml' 'HOME/temp.csp'
0.06/0.77	c 1	1 domains, 295 variables, 9 predicates, 8 relations, 2699 constraints
0.06/0.81	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.81	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.06/0.88	c 1	Parsing HOME/temp.csp
1.11/1.26	c 1	parsed 3012 expressions
1.11/1.27	c 1	Heap : 6 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.11/1.27	c 1	Converting to clausal form CSP
1.11/1.29	c 1	converted 302 (10%) expressions
2.71/2.81	c 3	converted 603 (20%) expressions
2.80/2.90	c 3	converted 904 (30%) expressions
3.49/3.62	c 4	converted 1205 (40%) expressions
3.59/3.78	c 4	converted 1506 (50%) expressions
3.69/3.84	c 4	converted 1808 (60%) expressions
3.69/3.86	c 4	converted 2109 (70%) expressions
3.78/3.97	c 4	converted 2410 (80%) expressions
3.99/4.12	c 4	converted 2711 (90%) expressions
3.99/4.18	c 4	converted 3012 (100%) expressions
3.99/4.19	c 4	CSP : 295 integers, 0 booleans, 2699 clauses, largest domain size 26
3.99/4.19	c 4	Heap : 77 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
3.99/4.19	c 4	Propagation in CSP
3.99/4.20	c 4	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
4.08/4.20	c 4	CSP : 295 integers, 0 booleans, 2699 clauses, largest domain size 26
4.08/4.20	c 4	Heap : 78 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
4.08/4.20	c 4	Simplifing CSP by introducing new Boolean variables
4.08/4.29	c 4	CSP : 295 integers, 19880 booleans, 22579 clauses, largest domain size 26
4.08/4.29	c 4	Heap : 82 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
4.58/4.73	c 5	Encoding CSP to SAT : HOME/temp.cnf
4.58/4.76	c 5	30 (10%) CSP integer variables are encoded (720 clauses, 7776 bytes)
4.58/4.76	c 5	59 (20%) CSP integer variables are encoded (1416 clauses, 16345 bytes)
4.58/4.76	c 5	89 (30%) CSP integer variables are encoded (2136 clauses, 25705 bytes)
4.58/4.77	c 5	118 (40%) CSP integer variables are encoded (2832 clauses, 34753 bytes)
4.58/4.77	c 5	148 (50%) CSP integer variables are encoded (3552 clauses, 44113 bytes)
4.58/4.77	c 5	177 (60%) CSP integer variables are encoded (4248 clauses, 53161 bytes)
4.58/4.77	c 5	207 (70%) CSP integer variables are encoded (4968 clauses, 62521 bytes)
4.58/4.77	c 5	236 (80%) CSP integer variables are encoded (5664 clauses, 71569 bytes)
4.58/4.77	c 5	266 (90%) CSP integer variables are encoded (6384 clauses, 80929 bytes)
4.58/4.77	c 5	295 (100%) CSP integer variables are encoded (7080 clauses, 89977 bytes)
29.41/29.78	c 30	2258 (10%) CSP clauses are encoded (645232 clauses, 24530494 bytes)
88.55/96.85	c 97	4516 (20%) CSP clauses are encoded (1061736 clauses, 45410565 bytes)
88.65/96.94	c 97	6774 (30%) CSP clauses are encoded (1114169 clauses, 46385807 bytes)
102.26/110.68	c 111	9032 (40%) CSP clauses are encoded (1229923 clauses, 51172923 bytes)
102.36/110.77	c 111	11290 (50%) CSP clauses are encoded (1282356 clauses, 52160871 bytes)
102.46/110.87	c 111	13548 (60%) CSP clauses are encoded (1334814 clauses, 53174133 bytes)
116.27/124.77	c 125	15806 (70%) CSP clauses are encoded (1450568 clauses, 58244136 bytes)
116.37/124.87	c 125	18064 (80%) CSP clauses are encoded (1503001 clauses, 59278249 bytes)
144.79/153.43	c 153	20322 (90%) CSP clauses are encoded (1682076 clauses, 68384142 bytes)
147.96/156.63	c 157	22579 (100%) CSP clauses are encoded (1780019 clauses, 73580996 bytes)
147.96/156.64	c 157	22579 CSP clauses encoded
147.96/156.64	c 157	Writing map file : HOME/temp.map
147.96/156.65	c 157	Heap : 129 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
147.96/156.65	c 157	SAT : 27255 SAT variables, 1780019 SAT clauses, 73580996 bytes
147.96/156.65	c 157	Heap : 129 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
148.04/156.70	c 157	SOLVING HOME/temp.cnf
148.04/156.70	c 157	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
148.06/159.84	c 160	This is MiniSat 2.0 beta
148.06/159.84	c 160	WARNING: for repeatability, setting FPU to use double precision
148.06/159.84	c 160	============================[ Problem Statistics ]=============================
148.06/159.84	c 160	|                                                                             |
148.06/159.84	c 160	|  Number of variables:  27255                                                |
148.06/159.84	c 160	|  Number of clauses:    1780019                                              |
149.51/161.37	c 161	|  Parsing time:         1.35         s                                       |
149.61/161.47	c 161	============================[ Search Statistics ]==============================
149.61/161.47	c 161	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
149.61/161.47	c 161	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
149.61/161.47	c 161	===============================================================================
149.61/161.47	c 161	|         0 |   27241  1778160 12894881 |   592720        0    nan |  0.000 % |
149.72/161.59	c 162	|       102 |   27241  1778160 12894881 |   651992      102     10 |  0.051 % |
149.81/161.67	c 162	|       252 |   27241  1778160 12894881 |   717191      252      9 |  0.051 % |
149.91/161.78	c 162	|       479 |   27241  1778160 12894881 |   788910      479      9 |  0.051 % |
150.00/161.88	c 162	|       816 |   27241  1778160 12894881 |   867801      816      8 |  0.051 % |
150.10/161.96	c 162	|      1322 |   27241  1778160 12894881 |   954581     1322      9 |  0.051 % |
150.20/162.03	c 162	|      2081 |   27241  1778160 12894881 |  1050039     2081      9 |  0.051 % |
150.40/162.24	c 162	|      3222 |   27241  1778160 12894881 |  1155043     3222      9 |  0.051 % |
150.80/162.64	c 163	|      4930 |   27241  1778160 12894881 |  1270547     4930      9 |  0.051 % |
151.00/162.86	c 163	|      7492 |   27241  1778160 12894881 |  1397602     7492      9 |  0.051 % |
151.69/163.52	c 163	|     11336 |   27241  1778160 12894881 |  1537363    11336      9 |  0.051 % |
152.89/164.72	c 165	|     17104 |   27241  1778160 12894881 |  1691099    17104     10 |  0.051 % |
154.58/166.45	c 166	|     25754 |   27241  1778160 12894881 |  1860209    25754     10 |  0.051 % |
157.56/169.45	c 169	|     38730 |   27241  1778160 12894881 |  2046230    38730     11 |  0.051 % |
162.93/174.81	c 175	|     58191 |   27241  1778160 12894881 |  2250853    58191     12 |  0.051 % |
172.06/184.01	c 184	|     87384 |   27241  1778160 12894881 |  2475938    87384     12 |  0.051 % |
186.08/198.12	c 198	|    131174 |   27240  1778160 12894881 |  2723532   131173     13 |  0.055 % |
206.56/218.78	c 219	|    196859 |   27240  1778160 12894881 |  2995885   196858     13 |  0.055 % |
268.48/281.06	c 281	|    295385 |   27240  1778160 12894881 |  3295474   295384     14 |  0.055 % |
351.82/366.35	c 366	|    443178 |   27236  1778013 12894549 |  3625021   443160     14 |  0.070 % |
486.76/515.43	c 515	|    664861 |   27236  1778013 12894549 |  3987523   664843     15 |  0.070 % |
747.20/802.65	c 803	|    997387 |   27232  1777555 12892727 |  4386276   997356     15 |  0.092 % |
1336.11/1395.07	c 1395	|   1496179 |   27230  1776939 12890394 |  4824903  1496111     16 |  0.092 % |
1800.01/1861.32	c ERROR INTERRUPTED
1800.01/1861.36	s UNKNOWN
1800.01/1861.36	c 1861	CPU 148.08 (0.06 0.01 147.22 0.79)
1800.01/1861.36	c 1861	END Sun Jul 12 04:53:16 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-2077616-1247365328/watcher-2077616-1247365328 -o /tmp/evaluation-result-2077616-1247365328/solver-2077616-1247365328 -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-2077616-1247365328.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.75 2.76 2.29 4/89 18604
/proc/meminfo: memFree=1545448/2055920 swapFree=4192812/4192956
[pid=18604] ppid=18602 vsize=12272 CPUtime=0
/proc/18604/stat : 18604 (sugar) R 18602 18604 15421 0 -1 4194304 360 0 0 0 0 0 0 0 18 0 1 0 23598707 12566528 328 996147200 4194304 4206940 548682068608 18446744073709551615 228052745214 0 0 4224 0 0 0 0 17 0 0 0
/proc/18604/statm: 3068 328 246 3 0 168 0

[startup+0.060226 s]
/proc/loadavg: 3.75 2.76 2.29 4/89 18604
/proc/meminfo: memFree=1545448/2055920 swapFree=4192812/4192956
[pid=18604] ppid=18602 vsize=16344 CPUtime=0.05
/proc/18604/stat : 18604 (sugar) R 18602 18604 15421 0 -1 4194304 989 0 0 0 4 1 0 0 18 0 1 0 23598707 16736256 957 996147200 4194304 4206940 548682068608 18446744073709551615 228043690721 0 0 4224 0 0 0 0 17 0 0 0
/proc/18604/statm: 4086 958 380 3 0 665 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 16344

[startup+0.101237 s]
/proc/loadavg: 3.75 2.76 2.29 4/89 18604
/proc/meminfo: memFree=1545448/2055920 swapFree=4192812/4192956
[pid=18604] ppid=18602 vsize=16868 CPUtime=0.06
/proc/18604/stat : 18604 (sugar) S 18602 18604 15421 0 -1 4194304 1227 128 0 0 5 1 0 0 17 0 1 0 23598707 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18604/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301278 s]
/proc/loadavg: 3.75 2.76 2.29 4/89 18604
/proc/meminfo: memFree=1545448/2055920 swapFree=4192812/4192956
[pid=18604] ppid=18602 vsize=16868 CPUtime=0.06
/proc/18604/stat : 18604 (sugar) S 18602 18604 15421 0 -1 4194304 1227 128 0 0 5 1 0 0 17 0 1 0 23598707 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18604/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701355 s]
/proc/loadavg: 3.75 2.76 2.29 4/89 18604
/proc/meminfo: memFree=1545448/2055920 swapFree=4192812/4192956
[pid=18604] ppid=18602 vsize=16868 CPUtime=0.06
/proc/18604/stat : 18604 (sugar) S 18602 18604 15421 0 -1 4194304 1227 128 0 0 5 1 0 0 17 0 1 0 23598707 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18604/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50151 s]
/proc/loadavg: 3.75 2.76 2.29 4/100 18626
/proc/meminfo: memFree=1535496/2055920 swapFree=4192812/4192956
[pid=18604] ppid=18602 vsize=16868 CPUtime=0.74
/proc/18604/stat : 18604 (sugar) S 18602 18604 15421 0 -1 4194304 1309 8321 0 1 5 1 64 4 15 0 1 0 23598707 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18604/statm: 4217 1111 409 3 0 796 0
[pid=18617] ppid=18604 vsize=5356 CPUtime=0
/proc/18617/stat : 18617 (sh) S 18604 18604 15421 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23598789 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18617/statm: 1339 233 193 169 0 50 0
[pid=18618] ppid=18617 vsize=864256 CPUtime=0.67
/proc/18618/stat : 18618 (java) S 18617 18604 15421 0 -1 0 8001 0 1 0 63 4 0 0 20 0 9 0 23598789 884998144 7272 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18618/statm: 216064 7272 2566 9 0 210569 0
[pid=18618/tid=18619] ppid=18617 vsize=864256 CPUtime=0.39
/proc/18618/task/18619/stat : 18619 (java) R 18617 18604 15421 0 -1 64 2583 0 1 0 38 1 0 0 25 0 9 0 23598790 884998144 7272 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18618/tid=18620] ppid=18617 vsize=864256 CPUtime=0.21
/proc/18618/task/18620/stat : 18620 (java) R 18617 18604 15421 0 -1 64 4409 0 0 0 20 1 0 0 16 0 9 0 23598791 884998144 7272 996147200 134512640 134550932 4294955936 18446744073709551615 104189896 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18618/tid=18621] ppid=18617 vsize=864256 CPUtime=0
/proc/18618/task/18621/stat : 18621 (java) S 18617 18604 15421 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23598791 884998144 7272 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18618/tid=18622] ppid=18617 vsize=864256 CPUtime=0
/proc/18618/task/18622/stat : 18622 (java) S 18617 18604 15421 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 23598791 884998144 7272 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18618/tid=18623] ppid=18617 vsize=864256 CPUtime=0
/proc/18618/task/18623/stat : 18623 (java) S 18617 18604 15421 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 23598793 884998144 7272 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18618/tid=18624] ppid=18617 vsize=864256 CPUtime=0.04
/proc/18618/task/18624/stat : 18624 (java) S 18617 18604 15421 0 -1 64 306 0 0 0 4 0 0 0 16 0 9 0 23598793 884998144 7272 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18618/tid=18625] ppid=18617 vsize=864256 CPUtime=0
/proc/18618/task/18625/stat : 18625 (java) S 18617 18604 15421 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 23598793 884998144 7272 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18618/tid=18626] ppid=18617 vsize=864256 CPUtime=0
/proc/18618/task/18626/stat : 18626 (java) S 18617 18604 15421 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23598793 884998144 7272 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.41
Current children cumulated vsize (KiB) 886480

[startup+3.10283 s]
/proc/loadavg: 3.75 2.76 2.29 3/100 18626
/proc/meminfo: memFree=1504520/2055920 swapFree=4192812/4192956
[pid=18604] ppid=18602 vsize=16868 CPUtime=0.74
/proc/18604/stat : 18604 (sugar) S 18602 18604 15421 0 -1 4194304 1309 8321 0 1 5 1 64 4 16 0 1 0 23598707 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18604/statm: 4217 1111 409 3 0 796 0
[pid=18617] ppid=18604 vsize=5356 CPUtime=0
/proc/18617/stat : 18617 (sh) S 18604 18604 15421 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23598789 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18617/statm: 1339 233 193 169 0 50 0
[pid=18618] ppid=18617 vsize=868516 CPUtime=2.27
/proc/18618/stat : 18618 (java) S 18617 18604 15421 0 -1 0 20244 0 1 0 218 9 0 0 20 0 9 0 23598789 889360384 19454 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18618/statm: 217129 19455 2567 9 0 211634 0
[pid=18618/tid=18619] ppid=18617 vsize=868516 CPUtime=1.04
/proc/18618/task/18619/stat : 18619 (java) R 18617 18604 15421 0 -1 64 3198 0 1 0 102 2 0 0 25 0 9 0 23598790 889360384 19455 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18618/tid=18620] ppid=18617 vsize=868516 CPUtime=1.04
/proc/18618/task/18620/stat : 18620 (java) R 18617 18604 15421 0 -1 64 14879 0 0 0 100 4 0 0 16 0 9 0 23598791 889360384 19455 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18618/tid=18621] ppid=18617 vsize=868516 CPUtime=0
/proc/18618/task/18621/stat : 18621 (java) S 18617 18604 15421 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23598791 889360384 19455 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18618/tid=18622] ppid=18617 vsize=868516 CPUtime=0
/proc/18618/task/18622/stat : 18622 (java) S 18617 18604 15421 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 23598791 889360384 19455 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18618/tid=18623] ppid=18617 vsize=868516 CPUtime=0
/proc/18618/task/18623/stat : 18623 (java) S 18617 18604 15421 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 23598793 889360384 19455 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18618/tid=18624] ppid=18617 vsize=868516 CPUtime=0.13
/proc/18618/task/18624/stat : 18624 (java) S 18617 18604 15421 0 -1 64 1465 0 0 0 13 0 0 0 16 0 9 0 23598793 889360384 19455 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18618/tid=18625] ppid=18617 vsize=868516 CPUtime=0
/proc/18618/task/18625/stat : 18625 (java) S 18617 18604 15421 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 23598793 889360384 19455 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18618/tid=18626] ppid=18617 vsize=868516 CPUtime=0
/proc/18618/task/18626/stat : 18626 (java) S 18617 18604 15421 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23598793 889360384 19455 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.01
Current children cumulated vsize (KiB) 890740

[startup+6.30145 s]
/proc/loadavg: 3.85 2.80 2.31 3/101 18629
/proc/meminfo: memFree=1434304/2055920 swapFree=4192812/4192956
[pid=18604] ppid=18602 vsize=16868 CPUtime=0.74
/proc/18604/stat : 18604 (sugar) S 18602 18604 15421 0 -1 4194304 1310 8321 0 1 5 1 64 4 15 0 1 0 23598707 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18604/statm: 4217 1111 409 3 0 796 0
[pid=18617] ppid=18604 vsize=5356 CPUtime=0
/proc/18617/stat : 18617 (sh) S 18604 18604 15421 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23598789 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18617/statm: 1339 233 193 169 0 50 0
[pid=18618] ppid=18617 vsize=868712 CPUtime=5.43
/proc/18618/stat : 18618 (java) S 18617 18604 15421 0 -1 0 28620 0 1 0 529 14 0 0 20 0 9 0 23598789 889561088 27690 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18618/statm: 217178 27690 2592 9 0 211655 0
[pid=18618/tid=18619] ppid=18617 vsize=868712 CPUtime=2.97
/proc/18618/task/18619/stat : 18619 (java) R 18617 18604 15421 0 -1 64 3761 0 1 0 293 4 0 0 25 0 9 0 23598790 889561088 27690 996147200 134512640 134550932 4294955936 18446744073709551615 4126954565 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18618/tid=18620] ppid=18617 vsize=868712 CPUtime=2.22
/proc/18618/task/18620/stat : 18620 (java) S 18617 18604 15421 0 -1 64 22639 0 0 0 214 8 0 0 16 0 9 0 23598791 889561088 27690 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18618/tid=18621] ppid=18617 vsize=868712 CPUtime=0
/proc/18618/task/18621/stat : 18621 (java) S 18617 18604 15421 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23598791 889561088 27690 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18618/tid=18622] ppid=18617 vsize=868712 CPUtime=0
/proc/18618/task/18622/stat : 18622 (java) S 18617 18604 15421 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 23598791 889561088 27690 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18618/tid=18623] ppid=18617 vsize=868712 CPUtime=0
/proc/18618/task/18623/stat : 18623 (java) S 18617 18604 15421 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 23598793 889561088 27690 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18618/tid=18624] ppid=18617 vsize=868712 CPUtime=0.2
/proc/18618/task/18624/stat : 18624 (java) S 18617 18604 15421 0 -1 64 1517 0 0 0 20 0 0 0 15 0 9 0 23598793 889561088 27690 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18618/tid=18625] ppid=18617 vsize=868712 CPUtime=0
/proc/18618/task/18625/stat : 18625 (java) S 18617 18604 15421 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 23598793 889561088 27690 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18618/tid=18626] ppid=18617 vsize=868712 CPUtime=0
/proc/18618/task/18626/stat : 18626 (java) S 18617 18604 15421 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23598793 889561088 27690 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 890936

[startup+12.7027 s]
/proc/loadavg: 3.86 2.82 2.32 3/101 18629
/proc/meminfo: memFree=1416448/2055920 swapFree=4192812/4192956
[pid=18604] ppid=18602 vsize=16868 CPUtime=0.74
/proc/18604/stat : 18604 (sugar) S 18602 18604 15421 0 -1 4194304 1310 8321 0 1 5 1 64 4 15 0 1 0 23598707 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18604/statm: 4217 1111 409 3 0 796 0
[pid=18617] ppid=18604 vsize=5356 CPUtime=0
/proc/18617/stat : 18617 (sh) S 18604 18604 15421 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23598789 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18617/statm: 1339 233 193 169 0 50 0
[pid=18618] ppid=18617 vsize=868712 CPUtime=11.78
/proc/18618/stat : 18618 (java) S 18617 18604 15421 0 -1 0 28970 0 1 0 1159 19 0 0 20 0 9 0 23598789 889561088 27967 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18618/statm: 217178 27967 2592 9 0 211655 0
[pid=18618/tid=18619] ppid=18617 vsize=868712 CPUtime=9.13
/proc/18618/task/18619/stat : 18619 (java) R 18617 18604 15421 0 -1 64 3835 0 1 0 905 8 0 0 25 0 9 0 23598790 889561088 27967 996147200 134512640 134550932 4294955936 18446744073709551615 4125952192 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18618/tid=18620] ppid=18617 vsize=868712 CPUtime=2.4
/proc/18618/task/18620/stat : 18620 (java) S 18617 18604 15421 0 -1 64 22906 0 0 0 231 9 0 0 16 0 9 0 23598791 889561088 27967 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18618/tid=18621] ppid=18617 vsize=868712 CPUtime=0
/proc/18618/task/18621/stat : 18621 (java) S 18617 18604 15421 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23598791 889561088 27967 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18618/tid=18622] ppid=18617 vsize=868712 CPUtime=0
/proc/18618/task/18622/stat : 18622 (java) S 18617 18604 15421 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 23598791 889561088 27967 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18618/tid=18623] ppid=18617 vsize=868712 CPUtime=0
/proc/18618/task/18623/stat : 18623 (java) S 18617 18604 15421 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 23598793 889561088 27967 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18618/tid=18624] ppid=18617 vsize=868712 CPUtime=0.22
/proc/18618/task/18624/stat : 18624 (java) S 18617 18604 15421 0 -1 64 1526 0 0 0 22 0 0 0 15 0 9 0 23598793 889561088 27967 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18618/tid=18625] ppid=18617 vsize=868712 CPUtime=0
/proc/18618/task/18625/stat : 18625 (java) S 18617 18604 15421 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 23598793 889561088 27967 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18618/tid=18626] ppid=18617 vsize=868712 CPUtime=0
/proc/18618/task/18626/stat : 18626 (java) S 18617 18604 15421 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23598793 889561088 27967 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.52
Current children cumulated vsize (KiB) 890936

[startup+25.5012 s]
/proc/loadavg: 4.19 2.94 2.36 3/101 18644
/proc/meminfo: memFree=1380872/2055920 swapFree=4192812/4192956
[pid=18604] ppid=18602 vsize=16868 CPUtime=0.74
/proc/18604/stat : 18604 (sugar) S 18602 18604 15421 0 -1 4194304 1310 8321 0 1 5 1 64 4 15 0 1 0 23598707 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18604/statm: 4217 1111 409 3 0 796 0
[pid=18617] ppid=18604 vsize=5356 CPUtime=0
/proc/18617/stat : 18617 (sh) S 18604 18604 15421 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23598789 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18617/statm: 1339 233 193 169 0 50 0
[pid=18618] ppid=18617 vsize=868712 CPUtime=24.49
/proc/18618/stat : 18618 (java) S 18617 18604 15421 0 -1 0 32908 0 1 0 2422 27 0 0 20 0 9 0 23598789 889561088 31818 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18618/statm: 217178 31818 2592 9 0 211655 0
[pid=18618/tid=18619] ppid=18617 vsize=868712 CPUtime=21.46
/proc/18618/task/18619/stat : 18619 (java) R 18617 18604 15421 0 -1 64 3922 0 1 0 2133 13 0 0 25 0 9 0 23598790 889561088 31818 996147200 134512640 134550932 4294955936 18446744073709551615 4126952198 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18618/tid=18620] ppid=18617 vsize=868712 CPUtime=2.78
/proc/18618/task/18620/stat : 18620 (java) S 18617 18604 15421 0 -1 64 26757 0 0 0 266 12 0 0 16 0 9 0 23598791 889561088 31818 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18618/tid=18621] ppid=18617 vsize=868712 CPUtime=0
/proc/18618/task/18621/stat : 18621 (java) S 18617 18604 15421 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23598791 889561088 31818 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18618/tid=18622] ppid=18617 vsize=868712 CPUtime=0
/proc/18618/task/18622/stat : 18622 (java) S 18617 18604 15421 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 23598791 889561088 31818 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18618/tid=18623] ppid=18617 vsize=868712 CPUtime=0

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

/proc/meminfo: memFree=1140440/2055920 swapFree=4192812/4192956
[pid=18604] ppid=18602 vsize=16868 CPUtime=148.07
/proc/18604/stat : 18604 (sugar) S 18602 18604 15421 0 -1 4194304 1376 59886 0 2 6 1 14722 78 16 0 1 0 23598707 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18604/statm: 4217 1113 409 3 0 796 0
[pid=18725] ppid=18604 vsize=5356 CPUtime=0
/proc/18725/stat : 18725 (sh) S 18604 18604 15421 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23614378 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18725/statm: 1339 232 193 169 0 50 0
[pid=18729] ppid=18725 vsize=280284 CPUtime=1215.21
/proc/18729/stat : 18729 (minisat) R 18725 18604 15421 0 -1 4194304 68869 0 0 0 121440 81 0 0 25 0 1 0 23614691 287010816 68855 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/18729/statm: 70071 68855 76 150 0 69918 0
Current children cumulated CPU time (s) 1363.28
Current children cumulated vsize (KiB) 302508

[startup+1482.3 s]
/proc/loadavg: 2.00 2.14 2.51 3/78 21210
/proc/meminfo: memFree=1136152/2055920 swapFree=4192812/4192956
[pid=18604] ppid=18602 vsize=16868 CPUtime=148.07
/proc/18604/stat : 18604 (sugar) S 18602 18604 15421 0 -1 4194304 1376 59886 0 2 6 1 14722 78 16 0 1 0 23598707 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18604/statm: 4217 1113 409 3 0 796 0
[pid=18725] ppid=18604 vsize=5356 CPUtime=0
/proc/18725/stat : 18725 (sh) S 18604 18604 15421 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23614378 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18725/statm: 1339 232 193 169 0 50 0
[pid=18729] ppid=18725 vsize=284412 CPUtime=1274.92
/proc/18729/stat : 18729 (minisat) R 18725 18604 15421 0 -1 4194304 69945 0 0 0 127410 82 0 0 25 0 1 0 23614691 291237888 69931 996147200 134512640 135127466 4294956256 18446744073709551615 134530828 0 0 4096 3 0 0 0 17 1 0 0
/proc/18729/statm: 71103 69931 76 150 0 70950 0
Current children cumulated CPU time (s) 1422.99
Current children cumulated vsize (KiB) 306636

[startup+1542.3 s]
/proc/loadavg: 2.00 2.11 2.48 3/78 21210
/proc/meminfo: memFree=1130712/2055920 swapFree=4192812/4192956
[pid=18604] ppid=18602 vsize=16868 CPUtime=148.07
/proc/18604/stat : 18604 (sugar) S 18602 18604 15421 0 -1 4194304 1376 59886 0 2 6 1 14722 78 16 0 1 0 23598707 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18604/statm: 4217 1113 409 3 0 796 0
[pid=18725] ppid=18604 vsize=5356 CPUtime=0
/proc/18725/stat : 18725 (sh) S 18604 18604 15421 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23614378 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18725/statm: 1339 232 193 169 0 50 0
[pid=18729] ppid=18725 vsize=292060 CPUtime=1334.62
/proc/18729/stat : 18729 (minisat) R 18725 18604 15421 0 -1 4194304 71112 0 0 0 133379 83 0 0 25 0 1 0 23614691 299069440 71098 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/18729/statm: 73015 71098 76 150 0 72862 0
Current children cumulated CPU time (s) 1482.69
Current children cumulated vsize (KiB) 314284

[startup+1602.3 s]
/proc/loadavg: 2.00 2.09 2.44 3/78 21210
/proc/meminfo: memFree=1126488/2055920 swapFree=4192812/4192956
[pid=18604] ppid=18602 vsize=16868 CPUtime=148.07
/proc/18604/stat : 18604 (sugar) S 18602 18604 15421 0 -1 4194304 1376 59886 0 2 6 1 14722 78 16 0 1 0 23598707 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18604/statm: 4217 1113 409 3 0 796 0
[pid=18725] ppid=18604 vsize=5356 CPUtime=0
/proc/18725/stat : 18725 (sh) S 18604 18604 15421 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23614378 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18725/statm: 1339 232 193 169 0 50 0
[pid=18729] ppid=18725 vsize=296140 CPUtime=1394.32
/proc/18729/stat : 18729 (minisat) R 18725 18604 15421 0 -1 4194304 72162 0 0 0 139349 83 0 0 25 0 1 0 23614691 303247360 72148 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/18729/statm: 74035 72148 76 150 0 73882 0
Current children cumulated CPU time (s) 1542.39
Current children cumulated vsize (KiB) 318364

[startup+1662.3 s]
/proc/loadavg: 2.00 2.07 2.41 3/78 21210
/proc/meminfo: memFree=1121688/2055920 swapFree=4192812/4192956
[pid=18604] ppid=18602 vsize=16868 CPUtime=148.07
/proc/18604/stat : 18604 (sugar) S 18602 18604 15421 0 -1 4194304 1376 59886 0 2 6 1 14722 78 16 0 1 0 23598707 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18604/statm: 4217 1113 409 3 0 796 0
[pid=18725] ppid=18604 vsize=5356 CPUtime=0
/proc/18725/stat : 18725 (sh) S 18604 18604 15421 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23614378 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18725/statm: 1339 232 193 169 0 50 0
[pid=18729] ppid=18725 vsize=300092 CPUtime=1454.02
/proc/18729/stat : 18729 (minisat) R 18725 18604 15421 0 -1 4194304 73149 0 0 0 145318 84 0 0 25 0 1 0 23614691 307294208 73135 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/18729/statm: 75023 73135 76 150 0 74870 0
Current children cumulated CPU time (s) 1602.09
Current children cumulated vsize (KiB) 322316

[startup+1722.3 s]
/proc/loadavg: 2.00 2.05 2.38 2/74 21211
/proc/meminfo: memFree=1432184/2055920 swapFree=4192812/4192956
[pid=18604] ppid=18602 vsize=16868 CPUtime=148.07
/proc/18604/stat : 18604 (sugar) S 18602 18604 15421 0 -1 4194304 1376 59886 0 2 6 1 14722 78 16 0 1 0 23598707 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18604/statm: 4217 1113 409 3 0 796 0
[pid=18725] ppid=18604 vsize=5356 CPUtime=0
/proc/18725/stat : 18725 (sh) S 18604 18604 15421 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23614378 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18725/statm: 1339 232 193 169 0 50 0
[pid=18729] ppid=18725 vsize=304464 CPUtime=1513.72
/proc/18729/stat : 18729 (minisat) R 18725 18604 15421 0 -1 4194304 74281 0 0 0 151286 86 0 0 25 0 1 0 23614691 311771136 74267 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/18729/statm: 76116 74267 76 150 0 75963 0
Current children cumulated CPU time (s) 1661.79
Current children cumulated vsize (KiB) 326688

[startup+1782.3 s]
/proc/loadavg: 2.12 2.07 2.37 3/84 21308
/proc/meminfo: memFree=1353176/2055920 swapFree=4192812/4192956
[pid=18604] ppid=18602 vsize=16868 CPUtime=148.07
/proc/18604/stat : 18604 (sugar) S 18602 18604 15421 0 -1 4194304 1376 59886 0 2 6 1 14722 78 16 0 1 0 23598707 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18604/statm: 4217 1113 409 3 0 796 0
[pid=18725] ppid=18604 vsize=5356 CPUtime=0
/proc/18725/stat : 18725 (sh) S 18604 18604 15421 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23614378 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18725/statm: 1339 232 193 169 0 50 0
[pid=18729] ppid=18725 vsize=309336 CPUtime=1573.37
/proc/18729/stat : 18729 (minisat) R 18725 18604 15421 0 -1 4194304 75513 0 0 0 157249 88 0 0 25 0 1 0 23614691 316760064 75499 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/18729/statm: 77334 75499 76 150 0 77181 0
Current children cumulated CPU time (s) 1721.44
Current children cumulated vsize (KiB) 331560

[startup+1842.3 s]
/proc/loadavg: 2.10 2.08 2.35 3/84 21308
/proc/meminfo: memFree=1348520/2055920 swapFree=4192812/4192956
[pid=18604] ppid=18602 vsize=16868 CPUtime=148.07
/proc/18604/stat : 18604 (sugar) S 18602 18604 15421 0 -1 4194304 1376 59886 0 2 6 1 14722 78 16 0 1 0 23598707 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18604/statm: 4217 1113 409 3 0 796 0
[pid=18725] ppid=18604 vsize=5356 CPUtime=0
/proc/18725/stat : 18725 (sh) S 18604 18604 15421 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23614378 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18725/statm: 1339 232 193 169 0 50 0
[pid=18729] ppid=18725 vsize=313984 CPUtime=1633.07
/proc/18729/stat : 18729 (minisat) R 18725 18604 15421 0 -1 4194304 76686 0 0 0 163217 90 0 0 25 0 1 0 23614691 321519616 76672 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/18729/statm: 78496 76672 76 150 0 78343 0
Current children cumulated CPU time (s) 1781.14
Current children cumulated vsize (KiB) 336208



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1861.3 s]
/proc/loadavg: 2.28 2.13 2.36 3/78 21359
/proc/meminfo: memFree=1406936/2055920 swapFree=4192812/4192956
[pid=18604] ppid=18602 vsize=16868 CPUtime=148.07
/proc/18604/stat : 18604 (sugar) S 18602 18604 15421 0 -1 4194304 1376 59886 0 2 6 1 14722 78 16 0 1 0 23598707 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18604/statm: 4217 1113 409 3 0 796 0
[pid=18725] ppid=18604 vsize=5356 CPUtime=0
/proc/18725/stat : 18725 (sh) S 18604 18604 15421 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23614378 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18725/statm: 1339 232 193 169 0 50 0
[pid=18729] ppid=18725 vsize=315584 CPUtime=1651.94
/proc/18729/stat : 18729 (minisat) R 18725 18604 15421 0 -1 4194304 77098 0 0 0 165103 91 0 0 25 0 1 0 23614691 323158016 77084 996147200 134512640 135127466 4294956256 18446744073709551615 134530840 0 0 4096 3 0 0 0 17 1 0 0
/proc/18729/statm: 78896 77084 76 150 0 78743 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 337808

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

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

[startup+1861.3 s]
/proc/loadavg: 2.28 2.13 2.36 3/78 21359
/proc/meminfo: memFree=1406936/2055920 swapFree=4192812/4192956
[pid=18604] ppid=18602 vsize=16868 CPUtime=148.07
/proc/18604/stat : 18604 (sugar) S 18602 18604 15421 0 -1 4194304 1376 59886 0 2 6 1 14722 78 16 0 1 0 23598707 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18604/statm: 4217 1113 409 3 0 796 0
[pid=18725] ppid=18604 vsize=5356 CPUtime=0
/proc/18725/stat : 18725 (sh) S 18604 18604 15421 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23614378 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18725/statm: 1339 232 193 169 0 50 0
[pid=18729] ppid=18725 vsize=315584 CPUtime=1651.94
/proc/18729/stat : 18729 (minisat) R 18725 18604 15421 0 -1 4194304 77098 0 0 0 165103 91 0 0 25 0 1 0 23614691 323158016 77084 996147200 134512640 135127466 4294956256 18446744073709551615 134530840 0 0 4096 3 0 0 0 17 1 0 0
/proc/18729/statm: 78896 77084 76 150 0 78743 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 337808

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 18604 and gives
#  childrusage.ru_utime.tv_sec=147
#  childrusage.ru_utime.tv_usec=288608
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=846871
# CPU time returned by wait4() is 148.135
# while last known CPU time is 1800.01
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1861.39
CPU time (s): 1800.01
CPU user time (s): 1798.31
CPU system time (s): 1.7
CPU usage (%): 96.7022
Max. virtual memory (cumulated for all children) (KiB): 911424

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 147.289
system time used= 0.846871
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 61645
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= 11287
involuntary context switches= 12596

runsolver used 2.47562 second user time and 6.05608 second system time

The end

Launcher Data

Begin job on node77 at 2009-07-12 04:22:15
IDJOB=2077616
IDBENCH=56636
IDSOLVER=739
FILE ID=node77/2077616-1247365328
PBS_JOBID= 9506894
Free space on /tmp= 66184 MiB

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

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

MD5SUM BENCH= f8b76df19674acf2fa7b798307536a24
RANDOM SEED=86739825

node77.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.256
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.256
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1545928 kB
Buffers:         25028 kB
Cached:         181760 kB
SwapCached:        136 kB
Active:         409460 kB
Inactive:        50284 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1545928 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:           54864 kB
Writeback:           0 kB
Mapped:         274424 kB
Slab:            34468 kB
Committed_AS:   445168 kB
PageTables:       2672 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= 66248 MiB
End job on node77 at 2009-07-12 04:53:18