Trace number 2077715

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.06 1808.66

General information on the benchmark

Namecsp/wordsHerald/
normalized-crossword-m1-words-15-02.xml
MD5SUM8660d807b54cabaedc95a56678840d7e
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 benchmark4.73728
Satisfiable
(Un)Satisfiability was proved
Number of variables191
Number of constraints944
Maximum constraint arity30
Maximum domain size26
Number of constraints which are defined in extension80
Number of constraints which are defined in intension864
Global constraints used (with number of constraints)

Solver Data

0.00/0.08	c 0	Sugar v1-14-6 + HOME/minisat
0.00/0.08	c 0	BEGIN Sun Jul 12 04:26:44 2009
0.00/0.08	c 0	PID 18141
0.00/0.09	c 0	HOST node43.alineos.net
0.00/0.09	c 0	CONVERTING HOME/instance-2077715-1247365604.xml TO HOME/temp.csp
0.00/0.09	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2077715-1247365604.xml' 'HOME/temp.csp'
0.07/0.72	c 1	1 domains, 191 variables, 8 predicates, 7 relations, 944 constraints
0.07/0.75	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.07/0.75	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.65/0.84	c 1	Parsing HOME/temp.csp
0.96/1.18	c 1	parsed 1151 expressions
0.96/1.19	c 1	Heap : 5 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.96/1.19	c 1	Converting to clausal form CSP
1.05/1.22	c 1	converted 116 (10%) expressions
1.14/1.40	c 2	converted 231 (20%) expressions
2.03/2.27	c 3	converted 346 (30%) expressions
2.62/2.85	c 3	converted 461 (40%) expressions
2.72/2.90	c 3	converted 576 (50%) expressions
2.72/2.91	c 3	converted 691 (60%) expressions
2.72/2.93	c 3	converted 806 (70%) expressions
2.72/2.94	c 3	converted 921 (80%) expressions
2.72/2.95	c 3	converted 1036 (90%) expressions
3.01/3.22	c 3	converted 1151 (100%) expressions
3.01/3.22	c 3	CSP : 191 integers, 0 booleans, 944 clauses, largest domain size 26
3.01/3.22	c 3	Heap : 54 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
3.01/3.22	c 3	Propagation in CSP
3.01/3.22	c 3	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
3.01/3.22	c 3	CSP : 191 integers, 0 booleans, 944 clauses, largest domain size 26
3.01/3.22	c 3	Heap : 54 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
3.01/3.23	c 3	Simplifing CSP by introducing new Boolean variables
3.01/3.28	c 4	CSP : 191 integers, 6920 booleans, 7864 clauses, largest domain size 26
3.01/3.28	c 4	Heap : 55 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
3.41/3.62	c 4	Encoding CSP to SAT : HOME/temp.cnf
3.41/3.65	c 4	20 (10%) CSP integer variables are encoded (480 clauses, 5136 bytes)
3.41/3.65	c 4	39 (20%) CSP integer variables are encoded (936 clauses, 10152 bytes)
3.41/3.65	c 4	58 (30%) CSP integer variables are encoded (1392 clauses, 16033 bytes)
3.41/3.65	c 4	77 (40%) CSP integer variables are encoded (1848 clauses, 21961 bytes)
3.41/3.65	c 4	96 (50%) CSP integer variables are encoded (2304 clauses, 27889 bytes)
3.41/3.65	c 4	115 (60%) CSP integer variables are encoded (2760 clauses, 33817 bytes)
3.41/3.65	c 4	134 (70%) CSP integer variables are encoded (3216 clauses, 39745 bytes)
3.41/3.65	c 4	153 (80%) CSP integer variables are encoded (3672 clauses, 45673 bytes)
3.41/3.65	c 4	172 (90%) CSP integer variables are encoded (4128 clauses, 51601 bytes)
3.41/3.65	c 4	191 (100%) CSP integer variables are encoded (4584 clauses, 57529 bytes)
26.83/27.90	c 28	787 (10%) CSP clauses are encoded (467335 clauses, 18307739 bytes)
54.49/56.53	c 57	1573 (20%) CSP clauses are encoded (679377 clauses, 28891052 bytes)
54.49/56.58	c 57	2360 (30%) CSP clauses are encoded (697639 clauses, 29215606 bytes)
54.58/56.61	c 57	3146 (40%) CSP clauses are encoded (715900 clauses, 29546048 bytes)
54.58/56.65	c 57	3932 (50%) CSP clauses are encoded (734136 clauses, 29881478 bytes)
54.58/56.68	c 57	4719 (60%) CSP clauses are encoded (752423 clauses, 30223232 bytes)
54.67/56.72	c 57	5505 (70%) CSP clauses are encoded (770684 clauses, 30564503 bytes)
54.67/56.75	c 57	6292 (80%) CSP clauses are encoded (788946 clauses, 30913050 bytes)
54.67/56.79	c 57	7078 (90%) CSP clauses are encoded (807457 clauses, 31264294 bytes)
107.21/110.63	c 111	7864 (100%) CSP clauses are encoded (1081298 clauses, 50283379 bytes)
107.21/110.63	c 111	7864 CSP clauses encoded
107.21/110.63	c 111	Writing map file : HOME/temp.map
107.21/110.64	c 111	Heap : 72 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
107.21/110.64	c 111	SAT : 11695 SAT variables, 1081298 SAT clauses, 50283379 bytes
107.21/110.64	c 111	Heap : 72 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
107.21/110.69	c 111	SOLVING HOME/temp.cnf
107.21/110.69	c 111	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
107.28/110.70	c 111	This is MiniSat 2.0 beta
107.28/110.70	c 111	WARNING: for repeatability, setting FPU to use double precision
107.28/110.70	c 111	============================[ Problem Statistics ]=============================
107.28/110.70	c 111	|                                                                             |
107.28/110.70	c 111	|  Number of variables:  11695                                                |
107.28/110.70	c 111	|  Number of clauses:    1081298                                              |
108.39/112.02	c 112	|  Parsing time:         1.01         s                                       |
108.48/112.10	c 112	============================[ Search Statistics ]==============================
108.48/112.10	c 112	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
108.48/112.10	c 112	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
108.48/112.10	c 112	===============================================================================
108.48/112.10	c 112	|         0 |   11687  1080272  9129108 |   360090        0    nan |  0.000 % |
108.61/112.31	c 113	|       100 |   11687  1080272  9129108 |   396099      100      9 |  0.068 % |
108.70/112.44	c 113	|       252 |   11687  1080272  9129108 |   435709      252      8 |  0.068 % |
108.78/112.51	c 113	|       478 |   11687  1080272  9129108 |   479280      478      8 |  0.068 % |
108.88/112.61	c 113	|       815 |   11687  1080272  9129108 |   527208      815      9 |  0.068 % |
109.02/112.82	c 113	|      1322 |   11687  1080272  9129108 |   579929     1322      9 |  0.068 % |
109.02/112.87	c 113	|      2082 |   11687  1080272  9129108 |   637922     2082      9 |  0.068 % |
109.21/113.20	c 113	|      3221 |   11687  1080272  9129108 |   701714     3221     10 |  0.068 % |
109.48/113.49	c 114	|      4929 |   11687  1080272  9129108 |   771886     4929     11 |  0.068 % |
110.07/114.14	c 114	|      7492 |   11687  1080272  9129108 |   849074     7492     11 |  0.068 % |
110.50/114.73	c 115	|     11336 |   11687  1080272  9129108 |   933982    11336     11 |  0.068 % |
111.71/116.47	c 117	|     17102 |   11687  1080272  9129108 |  1027380    17102     11 |  0.068 % |
114.49/119.23	c 119	|     25751 |   11687  1080272  9129108 |  1130118    25751     12 |  0.068 % |
118.18/122.91	c 123	|     38726 |   11687  1080272  9129108 |  1243130    38726     12 |  0.068 % |
126.24/131.06	c 131	|     58189 |   11687  1080272  9129108 |  1367443    58189     13 |  0.068 % |
145.64/150.55	c 151	|     87381 |   11686  1080272  9129108 |  1504188    87380     14 |  0.077 % |
167.14/172.13	c 172	|    131171 |   11686  1080272  9129108 |  1654606   131170     14 |  0.077 % |
246.13/251.56	c 252	|    196856 |   11686  1080272  9129108 |  1820067   196855     15 |  0.077 % |
398.48/404.64	c 405	|    295383 |   11685  1080145  9128405 |  2002074   295381     16 |  0.086 % |
633.43/640.66	c 641	|    443175 |   11685  1080145  9128405 |  2202281   443173     16 |  0.086 % |
1011.78/1019.11	c 1019	|    664859 |   11683  1080110  9128329 |  2422509   664853     17 |  0.103 % |
1800.06/1808.62	c ERROR INTERRUPTED
1800.06/1808.64	s UNKNOWN
1800.06/1808.64	c 1809	CPU 107.28 (0.06 0.01 106.41 0.8)
1800.06/1808.64	c 1809	END Sun Jul 12 04:56:53 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-2077715-1247365604/watcher-2077715-1247365604 -o /tmp/evaluation-result-2077715-1247365604/solver-2077715-1247365604 -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-2077715-1247365604.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 3.25 2.89 2.57 5/87 18142
/proc/meminfo: memFree=1383216/2055920 swapFree=4192812/4192956
[pid=18141] ppid=18139 vsize=16740 CPUtime=0.07
/proc/18141/stat : 18141 (sugar) S 18139 18141 19607 0 -1 4194304 1152 0 0 0 6 1 0 0 18 0 1 0 23624308 17141760 1107 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18141/statm: 4185 1107 406 3 0 764 0
[pid=18150] ppid=18141 vsize=16740 CPUtime=0
/proc/18150/stat : 18150 (sugar) R 18141 18141 19607 0 -1 4194368 14 0 0 0 0 0 0 0 20 0 1 0 23624317 17141760 1107 996147200 4194304 4206940 548682068608 18446744073709551615 221954764071 0 0 4096 16386 0 0 0 17 1 0 0
/proc/18150/statm: 4185 1107 406 3 0 764 0

[startup+0.166106 s]
/proc/loadavg: 3.25 2.89 2.57 5/87 18142
/proc/meminfo: memFree=1383216/2055920 swapFree=4192812/4192956
[pid=18141] ppid=18139 vsize=16868 CPUtime=0.07
/proc/18141/stat : 18141 (sugar) S 18139 18141 19607 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 23624308 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18141/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.201107 s]
/proc/loadavg: 3.25 2.89 2.57 5/87 18142
/proc/meminfo: memFree=1383216/2055920 swapFree=4192812/4192956
[pid=18141] ppid=18139 vsize=16868 CPUtime=0.07
/proc/18141/stat : 18141 (sugar) S 18139 18141 19607 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 23624308 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18141/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.30112 s]
/proc/loadavg: 3.25 2.89 2.57 5/87 18142
/proc/meminfo: memFree=1383216/2055920 swapFree=4192812/4192956
[pid=18141] ppid=18139 vsize=16868 CPUtime=0.07
/proc/18141/stat : 18141 (sugar) S 18139 18141 19607 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 23624308 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18141/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.701154 s]
/proc/loadavg: 3.25 2.89 2.57 5/87 18142
/proc/meminfo: memFree=1383216/2055920 swapFree=4192812/4192956
[pid=18141] ppid=18139 vsize=16868 CPUtime=0.07
/proc/18141/stat : 18141 (sugar) S 18139 18141 19607 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 23624308 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18141/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+1.50223 s]
/proc/loadavg: 3.31 2.91 2.58 5/99 18253
/proc/meminfo: memFree=1369624/2055920 swapFree=4192812/4192956
[pid=18141] ppid=18139 vsize=16868 CPUtime=0.65
/proc/18141/stat : 18141 (sugar) S 18139 18141 19607 0 -1 4194304 1309 7389 0 1 6 1 52 6 16 0 1 0 23624308 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18141/statm: 4217 1111 409 3 0 796 0
[pid=18234] ppid=18141 vsize=5356 CPUtime=0
/proc/18234/stat : 18234 (sh) S 18141 18141 19607 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23624383 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18234/statm: 1339 233 193 169 0 50 0
[pid=18235] ppid=18234 vsize=864360 CPUtime=0.7
/proc/18235/stat : 18235 (java) S 18234 18141 19607 0 -1 0 7957 0 1 0 65 5 0 0 18 0 9 0 23624384 885104640 7217 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18235/statm: 216090 7217 2566 9 0 210595 0
[pid=18235/tid=18238] ppid=18234 vsize=864360 CPUtime=0.4
/proc/18235/task/18238/stat : 18238 (java) R 18234 18141 19607 0 -1 64 2589 0 1 0 38 2 0 0 18 0 9 0 23624385 885104640 7217 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18235/tid=18239] ppid=18234 vsize=864360 CPUtime=0.23
/proc/18235/task/18239/stat : 18239 (java) R 18234 18141 19607 0 -1 64 4353 0 0 0 21 2 0 0 16 0 9 0 23624386 885104640 7217 996147200 134512640 134550932 4294955936 18446744073709551615 102758087 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18235/tid=18240] ppid=18234 vsize=864360 CPUtime=0
/proc/18235/task/18240/stat : 18240 (java) S 18234 18141 19607 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23624386 885104640 7217 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18235/tid=18241] ppid=18234 vsize=864360 CPUtime=0
/proc/18235/task/18241/stat : 18241 (java) S 18234 18141 19607 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 23624386 885104640 7217 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18235/tid=18242] ppid=18234 vsize=864360 CPUtime=0
/proc/18235/task/18242/stat : 18242 (java) S 18234 18141 19607 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 23624388 885104640 7217 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18235/tid=18243] ppid=18234 vsize=864360 CPUtime=0.04
/proc/18235/task/18243/stat : 18243 (java) S 18234 18141 19607 0 -1 64 312 0 0 0 4 0 0 0 16 0 9 0 23624388 885104640 7217 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18235/tid=18247] ppid=18234 vsize=864360 CPUtime=0
/proc/18235/task/18247/stat : 18247 (java) S 18234 18141 19607 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 23624389 885104640 7217 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18235/tid=18248] ppid=18234 vsize=864360 CPUtime=0
/proc/18235/task/18248/stat : 18248 (java) S 18234 18141 19607 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23624389 885104640 7217 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.35
Current children cumulated vsize (KiB) 886584

[startup+3.10237 s]
/proc/loadavg: 3.31 2.91 2.58 5/100 18291
/proc/meminfo: memFree=1340496/2055920 swapFree=4192812/4192956
[pid=18141] ppid=18139 vsize=16868 CPUtime=0.65
/proc/18141/stat : 18141 (sugar) S 18139 18141 19607 0 -1 4194304 1309 7389 0 1 6 1 52 6 15 0 1 0 23624308 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18141/statm: 4217 1111 409 3 0 796 0
[pid=18234] ppid=18141 vsize=5356 CPUtime=0
/proc/18234/stat : 18234 (sh) S 18141 18141 19607 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23624383 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18234/statm: 1339 233 193 169 0 50 0
[pid=18235] ppid=18234 vsize=868580 CPUtime=2.26
/proc/18235/stat : 18235 (java) S 18234 18141 19607 0 -1 0 19185 0 1 0 215 11 0 0 18 0 9 0 23624384 889425920 18373 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18235/statm: 217145 18374 2567 9 0 211650 0
[pid=18235/tid=18238] ppid=18234 vsize=868580 CPUtime=1.02
/proc/18235/task/18238/stat : 18238 (java) S 18234 18141 19607 0 -1 64 3132 0 1 0 100 2 0 0 16 0 9 0 23624385 889425920 18375 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18235/tid=18239] ppid=18234 vsize=868580 CPUtime=1.07
/proc/18235/task/18239/stat : 18239 (java) R 18234 18141 19607 0 -1 64 13882 0 0 0 100 7 0 0 23 0 9 0 23624386 889425920 18377 996147200 134512640 134550932 4294955936 18446744073709551615 102709360 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18235/tid=18240] ppid=18234 vsize=868580 CPUtime=0
/proc/18235/task/18240/stat : 18240 (java) S 18234 18141 19607 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23624386 889425920 18379 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18235/tid=18241] ppid=18234 vsize=868580 CPUtime=0
/proc/18235/task/18241/stat : 18241 (java) S 18234 18141 19607 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 23624386 889425920 18381 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18235/tid=18242] ppid=18234 vsize=868580 CPUtime=0
/proc/18235/task/18242/stat : 18242 (java) S 18234 18141 19607 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 23624388 889425920 18383 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18235/tid=18243] ppid=18234 vsize=868580 CPUtime=0.15
/proc/18235/task/18243/stat : 18243 (java) S 18234 18141 19607 0 -1 64 1473 0 0 0 14 1 0 0 15 0 9 0 23624388 889425920 18385 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18235/tid=18247] ppid=18234 vsize=868580 CPUtime=0
/proc/18235/task/18247/stat : 18247 (java) S 18234 18141 19607 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 23624389 889425920 18387 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18235/tid=18248] ppid=18234 vsize=868580 CPUtime=0
/proc/18235/task/18248/stat : 18248 (java) S 18234 18141 19607 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23624389 889425920 18389 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.91
Current children cumulated vsize (KiB) 890804

[startup+6.30266 s]
/proc/loadavg: 3.29 2.91 2.58 4/99 18458
/proc/meminfo: memFree=1303000/2055920 swapFree=4192812/4192956
[pid=18141] ppid=18139 vsize=16868 CPUtime=0.65
/proc/18141/stat : 18141 (sugar) S 18139 18141 19607 0 -1 4194304 1311 7389 0 1 6 1 52 6 16 0 1 0 23624308 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18141/statm: 4217 1112 409 3 0 796 0
[pid=18234] ppid=18141 vsize=5356 CPUtime=0
/proc/18234/stat : 18234 (sh) S 18141 18141 19607 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23624383 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18234/statm: 1339 233 193 169 0 50 0
[pid=18235] ppid=18234 vsize=868692 CPUtime=5.44
/proc/18235/stat : 18235 (java) S 18234 18141 19607 0 -1 0 21621 0 1 0 528 16 0 0 18 0 9 0 23624384 889540608 20653 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18235/statm: 217173 20653 2591 9 0 211650 0
[pid=18235/tid=18238] ppid=18234 vsize=868692 CPUtime=3.63
/proc/18235/task/18238/stat : 18238 (java) R 18234 18141 19607 0 -1 64 3478 0 1 0 358 5 0 0 25 0 9 0 23624385 889540608 20653 996147200 134512640 134550932 4294955936 18446744073709551615 4126497887 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18235/tid=18239] ppid=18234 vsize=868692 CPUtime=1.59
/proc/18235/task/18239/stat : 18239 (java) S 18234 18141 19607 0 -1 64 15935 0 0 0 151 8 0 0 16 0 9 0 23624386 889540608 20653 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18235/tid=18240] ppid=18234 vsize=868692 CPUtime=0
/proc/18235/task/18240/stat : 18240 (java) S 18234 18141 19607 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23624386 889540608 20653 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18235/tid=18241] ppid=18234 vsize=868692 CPUtime=0
/proc/18235/task/18241/stat : 18241 (java) S 18234 18141 19607 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 23624386 889540608 20653 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18235/tid=18242] ppid=18234 vsize=868692 CPUtime=0
/proc/18235/task/18242/stat : 18242 (java) S 18234 18141 19607 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 23624388 889540608 20653 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18235/tid=18243] ppid=18234 vsize=868692 CPUtime=0.19
/proc/18235/task/18243/stat : 18243 (java) S 18234 18141 19607 0 -1 64 1505 0 0 0 18 1 0 0 16 0 9 0 23624388 889540608 20653 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18235/tid=18247] ppid=18234 vsize=868692 CPUtime=0
/proc/18235/task/18247/stat : 18247 (java) S 18234 18141 19607 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 23624389 889540608 20653 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18235/tid=18248] ppid=18234 vsize=868692 CPUtime=0
/proc/18235/task/18248/stat : 18248 (java) S 18234 18141 19607 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23624389 889540608 20653 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.09
Current children cumulated vsize (KiB) 890916

[startup+12.7022 s]
/proc/loadavg: 3.50 2.96 2.60 3/100 18970
/proc/meminfo: memFree=1294280/2055920 swapFree=4192812/4192956
[pid=18141] ppid=18139 vsize=16868 CPUtime=0.65
/proc/18141/stat : 18141 (sugar) S 18139 18141 19607 0 -1 4194304 1311 7389 0 1 6 1 52 6 16 0 1 0 23624308 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18141/statm: 4217 1112 409 3 0 796 0
[pid=18234] ppid=18141 vsize=5356 CPUtime=0
/proc/18234/stat : 18234 (sh) S 18141 18141 19607 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23624383 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18234/statm: 1339 233 193 169 0 50 0
[pid=18235] ppid=18234 vsize=868692 CPUtime=11.62
/proc/18235/stat : 18235 (java) S 18234 18141 19607 0 -1 0 22462 0 1 0 1140 22 0 0 18 0 9 0 23624384 889540608 21421 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18235/statm: 217173 21421 2591 9 0 211650 0
[pid=18235/tid=18238] ppid=18234 vsize=868692 CPUtime=9.59
/proc/18235/task/18238/stat : 18238 (java) R 18234 18141 19607 0 -1 64 3551 0 1 0 949 10 0 0 25 0 9 0 23624385 889540608 21421 996147200 134512640 134550932 4294955936 18446744073709551615 4126941352 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18235/tid=18239] ppid=18234 vsize=868692 CPUtime=1.8
/proc/18235/task/18239/stat : 18239 (java) S 18234 18141 19607 0 -1 64 16698 0 0 0 171 9 0 0 16 0 9 0 23624386 889540608 21421 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18235/tid=18240] ppid=18234 vsize=868692 CPUtime=0
/proc/18235/task/18240/stat : 18240 (java) S 18234 18141 19607 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23624386 889540608 21421 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18235/tid=18241] ppid=18234 vsize=868692 CPUtime=0
/proc/18235/task/18241/stat : 18241 (java) S 18234 18141 19607 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 23624386 889540608 21421 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18235/tid=18242] ppid=18234 vsize=868692 CPUtime=0
/proc/18235/task/18242/stat : 18242 (java) S 18234 18141 19607 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 23624388 889540608 21421 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18235/tid=18243] ppid=18234 vsize=868692 CPUtime=0.2
/proc/18235/task/18243/stat : 18243 (java) S 18234 18141 19607 0 -1 64 1510 0 0 0 19 1 0 0 16 0 9 0 23624388 889540608 21421 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18235/tid=18247] ppid=18234 vsize=868692 CPUtime=0
/proc/18235/task/18247/stat : 18247 (java) S 18234 18141 19607 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 23624389 889540608 21421 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18235/tid=18248] ppid=18234 vsize=868692 CPUtime=0
/proc/18235/task/18248/stat : 18248 (java) S 18234 18141 19607 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23624389 889540608 21421 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.27
Current children cumulated vsize (KiB) 890916

[startup+25.5024 s]
/proc/loadavg: 3.43 2.97 2.60 4/99 20421
/proc/meminfo: memFree=1266448/2055920 swapFree=4192812/4192956
[pid=18141] ppid=18139 vsize=16868 CPUtime=0.65
/proc/18141/stat : 18141 (sugar) S 18139 18141 19607 0 -1 4194304 1311 7389 0 1 6 1 52 6 16 0 1 0 23624308 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18141/statm: 4217 1112 409 3 0 796 0
[pid=18234] ppid=18141 vsize=5356 CPUtime=0
/proc/18234/stat : 18234 (sh) S 18141 18141 19607 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23624383 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18234/statm: 1339 233 193 169 0 50 0
[pid=18235] ppid=18234 vsize=868692 CPUtime=23.79
/proc/18235/stat : 18235 (java) S 18234 18141 19607 0 -1 0 26189 0 1 0 2343 36 0 0 18 0 9 0 23624384 889540608 25043 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18235/statm: 217173 25043 2591 9 0 211650 0
[pid=18235/tid=18238] ppid=18234 vsize=868692 CPUtime=21.42
/proc/18235/task/18238/stat : 18238 (java) R 18234 18141 19607 0 -1 64 3656 0 1 0 2121 21 0 0 25 0 9 0 23624385 889540608 25043 996147200 134512640 134550932 4294955936 18446744073709551615 4126569477 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18235/tid=18239] ppid=18234 vsize=868692 CPUtime=2.14
/proc/18235/task/18239/stat : 18239 (java) S 18234 18141 19607 0 -1 64 20315 0 0 0 201 13 0 0 16 0 9 0 23624386 889540608 25043 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18235/tid=18240] ppid=18234 vsize=868692 CPUtime=0
/proc/18235/task/18240/stat : 18240 (java) S 18234 18141 19607 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23624386 889540608 25043 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0

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

/proc/meminfo: memFree=1188344/2055920 swapFree=4192812/4192956
[pid=18141] ppid=18139 vsize=16868 CPUtime=107.28
/proc/18141/stat : 18141 (sugar) S 18139 18141 19607 0 -1 4194304 1377 47391 0 2 6 1 10641 80 16 0 1 0 23624308 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18141/statm: 4217 1113 409 3 0 796 0
[pid=27984] ppid=18141 vsize=5356 CPUtime=0
/proc/27984/stat : 27984 (sh) S 18141 18141 19607 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23635378 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27984/statm: 1339 232 193 169 0 50 0
[pid=27986] ppid=27984 vsize=172572 CPUtime=1247.57
/proc/27986/stat : 27986 (minisat) R 27984 18141 19607 0 -1 4194304 41937 0 0 0 124712 45 0 0 25 0 1 0 23635379 176713728 41923 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/27986/statm: 43143 41923 76 150 0 42990 0
Current children cumulated CPU time (s) 1354.85
Current children cumulated vsize (KiB) 194796

[startup+1422.3 s]
/proc/loadavg: 2.01 2.03 2.16 3/86 28785
/proc/meminfo: memFree=1176632/2055920 swapFree=4192812/4192956
[pid=18141] ppid=18139 vsize=16868 CPUtime=107.28
/proc/18141/stat : 18141 (sugar) S 18139 18141 19607 0 -1 4194304 1377 47391 0 2 6 1 10641 80 16 0 1 0 23624308 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18141/statm: 4217 1113 409 3 0 796 0
[pid=27984] ppid=18141 vsize=5356 CPUtime=0
/proc/27984/stat : 27984 (sh) S 18141 18141 19607 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23635378 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27984/statm: 1339 232 193 169 0 50 0
[pid=27986] ppid=27984 vsize=174584 CPUtime=1307.55
/proc/27986/stat : 27986 (minisat) R 27984 18141 19607 0 -1 4194304 42469 0 0 0 130709 46 0 0 25 0 1 0 23635379 178774016 42455 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/27986/statm: 43646 42455 76 150 0 43493 0
Current children cumulated CPU time (s) 1414.83
Current children cumulated vsize (KiB) 196808

[startup+1482.3 s]
/proc/loadavg: 2.00 2.02 2.14 4/86 28787
/proc/meminfo: memFree=1167160/2055920 swapFree=4192812/4192956
[pid=18141] ppid=18139 vsize=16868 CPUtime=107.28
/proc/18141/stat : 18141 (sugar) S 18139 18141 19607 0 -1 4194304 1377 47391 0 2 6 1 10641 80 16 0 1 0 23624308 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18141/statm: 4217 1113 409 3 0 796 0
[pid=27984] ppid=18141 vsize=5356 CPUtime=0
/proc/27984/stat : 27984 (sh) S 18141 18141 19607 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23635378 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27984/statm: 1339 232 193 169 0 50 0
[pid=27986] ppid=27984 vsize=177024 CPUtime=1367.53
/proc/27986/stat : 27986 (minisat) R 27984 18141 19607 0 -1 4194304 43068 0 0 0 136706 47 0 0 25 0 1 0 23635379 181272576 43054 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/27986/statm: 44256 43054 76 150 0 44103 0
Current children cumulated CPU time (s) 1474.81
Current children cumulated vsize (KiB) 199248

[startup+1542.31 s]
/proc/loadavg: 2.10 2.05 2.14 3/86 28787
/proc/meminfo: memFree=1155896/2055920 swapFree=4192812/4192956
[pid=18141] ppid=18139 vsize=16868 CPUtime=107.28
/proc/18141/stat : 18141 (sugar) S 18139 18141 19607 0 -1 4194304 1377 47391 0 2 6 1 10641 80 16 0 1 0 23624308 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18141/statm: 4217 1113 409 3 0 796 0
[pid=27984] ppid=18141 vsize=5356 CPUtime=0
/proc/27984/stat : 27984 (sh) S 18141 18141 19607 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23635378 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27984/statm: 1339 232 193 169 0 50 0
[pid=27986] ppid=27984 vsize=179236 CPUtime=1427.51
/proc/27986/stat : 27986 (minisat) R 27984 18141 19607 0 -1 4194304 43625 0 0 0 142703 48 0 0 25 0 1 0 23635379 183537664 43611 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/27986/statm: 44809 43611 76 150 0 44656 0
Current children cumulated CPU time (s) 1534.79
Current children cumulated vsize (KiB) 201460

[startup+1602.3 s]
/proc/loadavg: 2.04 2.04 2.13 3/86 28787
/proc/meminfo: memFree=1146168/2055920 swapFree=4192812/4192956
[pid=18141] ppid=18139 vsize=16868 CPUtime=107.28
/proc/18141/stat : 18141 (sugar) S 18139 18141 19607 0 -1 4194304 1377 47391 0 2 6 1 10641 80 16 0 1 0 23624308 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18141/statm: 4217 1113 409 3 0 796 0
[pid=27984] ppid=18141 vsize=5356 CPUtime=0
/proc/27984/stat : 27984 (sh) S 18141 18141 19607 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23635378 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27984/statm: 1339 232 193 169 0 50 0
[pid=27986] ppid=27984 vsize=181864 CPUtime=1487.48
/proc/27986/stat : 27986 (minisat) R 27984 18141 19607 0 -1 4194304 44262 0 0 0 148699 49 0 0 25 0 1 0 23635379 186228736 44248 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/27986/statm: 45466 44248 76 150 0 45313 0
Current children cumulated CPU time (s) 1594.76
Current children cumulated vsize (KiB) 204088

[startup+1662.3 s]
/proc/loadavg: 2.01 2.03 2.12 3/86 28787
/proc/meminfo: memFree=1121976/2055920 swapFree=4192812/4192956
[pid=18141] ppid=18139 vsize=16868 CPUtime=107.28
/proc/18141/stat : 18141 (sugar) S 18139 18141 19607 0 -1 4194304 1377 47391 0 2 6 1 10641 80 16 0 1 0 23624308 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18141/statm: 4217 1113 409 3 0 796 0
[pid=27984] ppid=18141 vsize=5356 CPUtime=0
/proc/27984/stat : 27984 (sh) S 18141 18141 19607 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23635378 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27984/statm: 1339 232 193 169 0 50 0
[pid=27986] ppid=27984 vsize=184952 CPUtime=1547.1
/proc/27986/stat : 27986 (minisat) R 27984 18141 19607 0 -1 4194304 45067 0 0 0 154660 50 0 0 25 0 1 0 23635379 189390848 45053 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/27986/statm: 46238 45053 76 150 0 46085 0
Current children cumulated CPU time (s) 1654.38
Current children cumulated vsize (KiB) 207176

[startup+1722.3 s]
/proc/loadavg: 2.03 2.03 2.11 4/86 28787
/proc/meminfo: memFree=1111032/2055920 swapFree=4192812/4192956
[pid=18141] ppid=18139 vsize=16868 CPUtime=107.28
/proc/18141/stat : 18141 (sugar) S 18139 18141 19607 0 -1 4194304 1377 47391 0 2 6 1 10641 80 16 0 1 0 23624308 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18141/statm: 4217 1113 409 3 0 796 0
[pid=27984] ppid=18141 vsize=5356 CPUtime=0
/proc/27984/stat : 27984 (sh) S 18141 18141 19607 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23635378 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27984/statm: 1339 232 193 169 0 50 0
[pid=27986] ppid=27984 vsize=187692 CPUtime=1606.88
/proc/27986/stat : 27986 (minisat) R 27984 18141 19607 0 -1 4194304 45767 0 0 0 160637 51 0 0 25 0 1 0 23635379 192196608 45753 996147200 134512640 135127466 4294956256 18446744073709551615 134530700 0 0 4096 3 0 0 0 17 0 0 0
/proc/27986/statm: 46923 45753 76 150 0 46770 0
Current children cumulated CPU time (s) 1714.16
Current children cumulated vsize (KiB) 209916

[startup+1782.3 s]
/proc/loadavg: 2.01 2.02 2.10 3/86 28787
/proc/meminfo: memFree=1100152/2055920 swapFree=4192812/4192956
[pid=18141] ppid=18139 vsize=16868 CPUtime=107.28
/proc/18141/stat : 18141 (sugar) S 18139 18141 19607 0 -1 4194304 1377 47391 0 2 6 1 10641 80 16 0 1 0 23624308 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18141/statm: 4217 1113 409 3 0 796 0
[pid=27984] ppid=18141 vsize=5356 CPUtime=0
/proc/27984/stat : 27984 (sh) S 18141 18141 19607 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23635378 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27984/statm: 1339 232 193 169 0 50 0
[pid=27986] ppid=27984 vsize=191368 CPUtime=1666.53
/proc/27986/stat : 27986 (minisat) R 27984 18141 19607 0 -1 4194304 46645 0 0 0 166602 51 0 0 25 0 1 0 23635379 195960832 46631 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/27986/statm: 47842 46631 76 150 0 47689 0
Current children cumulated CPU time (s) 1773.81
Current children cumulated vsize (KiB) 213592



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1808.6 s]
/proc/loadavg: 2.01 2.02 2.10 3/86 28787
/proc/meminfo: memFree=1096696/2055920 swapFree=4192812/4192956
[pid=18141] ppid=18139 vsize=16868 CPUtime=107.28
/proc/18141/stat : 18141 (sugar) S 18139 18141 19607 0 -1 4194304 1377 47391 0 2 6 1 10641 80 16 0 1 0 23624308 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18141/statm: 4217 1113 409 3 0 796 0
[pid=27984] ppid=18141 vsize=5356 CPUtime=0
/proc/27984/stat : 27984 (sh) S 18141 18141 19607 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23635378 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27984/statm: 1339 232 193 169 0 50 0
[pid=27986] ppid=27984 vsize=192612 CPUtime=1692.78
/proc/27986/stat : 27986 (minisat) R 27984 18141 19607 0 -1 4194304 46977 0 0 0 169226 52 0 0 25 0 1 0 23635379 197234688 46963 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/27986/statm: 48153 46963 76 150 0 48000 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 214836

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

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

[startup+1808.6 s]
/proc/loadavg: 2.01 2.02 2.10 3/86 28787
/proc/meminfo: memFree=1096696/2055920 swapFree=4192812/4192956
[pid=18141] ppid=18139 vsize=16868 CPUtime=107.28
/proc/18141/stat : 18141 (sugar) S 18139 18141 19607 0 -1 4194304 1377 47391 0 2 6 1 10641 80 16 0 1 0 23624308 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18141/statm: 4217 1113 409 3 0 796 0
[pid=27984] ppid=18141 vsize=5356 CPUtime=0
/proc/27984/stat : 27984 (sh) S 18141 18141 19607 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23635378 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27984/statm: 1339 232 193 169 0 50 0
[pid=27986] ppid=27984 vsize=192612 CPUtime=1692.78
/proc/27986/stat : 27986 (minisat) R 27984 18141 19607 0 -1 4194304 46977 0 0 0 169226 52 0 0 25 0 1 0 23635379 197234688 46963 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/27986/statm: 48153 46963 76 150 0 48000 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 214836

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 18141 and gives
#  childrusage.ru_utime.tv_sec=106
#  childrusage.ru_utime.tv_usec=483812
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=852870
# CPU time returned by wait4() is 107.337
# while last known CPU time is 1800.06
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1808.66
CPU time (s): 1800.06
CPU user time (s): 1798.73
CPU system time (s): 1.33
CPU usage (%): 99.5243
Max. virtual memory (cumulated for all children) (KiB): 901164

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 106.484
system time used= 0.85287
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 49150
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= 9741
involuntary context switches= 11923

runsolver used 2.19667 second user time and 6.15606 second system time

The end

Launcher Data

Begin job on node43 at 2009-07-12 04:26:44
IDJOB=2077715
IDBENCH=56652
IDSOLVER=739
FILE ID=node43/2077715-1247365604
PBS_JOBID= 9506958
Free space on /tmp= 66196 MiB

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

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

MD5SUM BENCH= 8660d807b54cabaedc95a56678840d7e
RANDOM SEED=992475479

node43.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.213
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	: 5931.00
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.213
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:       1383560 kB
Buffers:         44704 kB
Cached:         337320 kB
SwapCached:          0 kB
Active:         414088 kB
Inactive:       180580 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1383560 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2312 kB
Writeback:           0 kB
Mapped:         234360 kB
Slab:            61888 kB
Committed_AS:   420388 kB
PageTables:       2704 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= 66244 MiB
End job on node43 at 2009-07-12 04:56:55