Trace number 2077671

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.11 1842.35

General information on the benchmark

Namecsp/wordsHerald/
normalized-crossword-m1-words-23-02.xml
MD5SUMc43c11a622e7a100b4687e0b36838a79
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 benchmark2.35764
Satisfiable
(Un)Satisfiability was proved
Number of variables435
Number of constraints4428
Maximum constraint arity24
Maximum domain size26
Number of constraints which are defined in extension182
Number of constraints which are defined in intension4246
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:24:39 2009
0.00/0.08	c 0	PID 3480
0.06/0.08	c 0	HOST node13.alineos.net
0.06/0.08	c 0	CONVERTING HOME/instance-2077671-1247365479.xml TO HOME/temp.csp
0.06/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2077671-1247365479.xml' 'HOME/temp.csp'
0.95/1.07	c 1	1 domains, 435 variables, 11 predicates, 10 relations, 4428 constraints
0.95/1.10	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.95/1.10	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'
1.02/1.19	c 1	Parsing HOME/temp.csp
1.02/1.83	c 2	parsed 4885 expressions
1.02/1.84	c 2	Heap : 11 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.02/1.84	c 2	Converting to clausal form CSP
1.02/2.06	c 2	converted 489 (10%) expressions
4.58/4.89	c 5	converted 977 (20%) expressions
6.31/6.98	c 7	converted 1466 (30%) expressions
6.40/7.02	c 7	converted 1954 (40%) expressions
6.40/7.09	c 7	converted 2443 (50%) expressions
6.50/7.12	c 7	converted 2931 (60%) expressions
6.55/7.26	c 7	converted 3420 (70%) expressions
6.99/7.84	c 8	converted 3908 (80%) expressions
7.08/7.99	c 8	converted 4397 (90%) expressions
7.51/8.49	c 8	converted 4885 (100%) expressions
7.51/8.49	c 8	CSP : 435 integers, 0 booleans, 4428 clauses, largest domain size 26
7.51/8.49	c 8	Heap : 144 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
7.51/8.49	c 8	Propagation in CSP
7.60/8.52	c 8	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
7.60/8.52	c 8	CSP : 435 integers, 0 booleans, 4428 clauses, largest domain size 26
7.60/8.52	c 8	Heap : 145 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
7.60/8.53	c 8	Simplifing CSP by introducing new Boolean variables
7.85/8.86	c 9	CSP : 435 integers, 35472 booleans, 39900 clauses, largest domain size 26
7.85/8.86	c 9	Heap : 150 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
9.05/10.56	c 10	Encoding CSP to SAT : HOME/temp.cnf
9.16/10.61	c 11	44 (10%) CSP integer variables are encoded (1056 clauses, 11665 bytes)
9.16/10.61	c 11	87 (20%) CSP integer variables are encoded (2088 clauses, 25081 bytes)
9.16/10.61	c 11	131 (30%) CSP integer variables are encoded (3144 clauses, 38809 bytes)
9.16/10.61	c 11	174 (40%) CSP integer variables are encoded (4176 clauses, 52225 bytes)
9.16/10.61	c 11	218 (50%) CSP integer variables are encoded (5232 clauses, 65953 bytes)
9.16/10.61	c 11	261 (60%) CSP integer variables are encoded (6264 clauses, 79369 bytes)
9.16/10.61	c 11	305 (70%) CSP integer variables are encoded (7320 clauses, 93097 bytes)
9.16/10.61	c 11	348 (80%) CSP integer variables are encoded (8352 clauses, 106513 bytes)
9.16/10.61	c 11	392 (90%) CSP integer variables are encoded (9408 clauses, 120241 bytes)
9.16/10.61	c 11	435 (100%) CSP integer variables are encoded (10440 clauses, 135338 bytes)
82.28/100.00	c 100	3990 (10%) CSP clauses are encoded (1295894 clauses, 52791864 bytes)
179.94/213.54	c 213	7980 (20%) CSP clauses are encoded (1836914 clauses, 80327274 bytes)
180.14/213.72	c 214	11970 (30%) CSP clauses are encoded (1929579 clauses, 82160447 bytes)
180.25/213.89	c 214	15960 (40%) CSP clauses are encoded (2022244 clauses, 83995220 bytes)
180.44/214.07	c 214	19950 (50%) CSP clauses are encoded (2114884 clauses, 85830334 bytes)
180.64/214.25	c 214	23940 (60%) CSP clauses are encoded (2207549 clauses, 87668807 bytes)
276.61/311.02	c 311	27930 (70%) CSP clauses are encoded (2631857 clauses, 112256732 bytes)
276.71/311.19	c 311	31920 (80%) CSP clauses are encoded (2726522 clauses, 114077756 bytes)
326.64/361.38	c 361	35910 (90%) CSP clauses are encoded (3000291 clauses, 129351578 bytes)
381.65/416.68	c 417	39900 (100%) CSP clauses are encoded (3365919 clauses, 153071629 bytes)
381.65/416.68	c 417	39900 CSP clauses encoded
381.65/416.68	c 417	Writing map file : HOME/temp.map
381.75/416.70	c 417	Heap : 239 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
381.75/416.70	c 417	SAT : 46347 SAT variables, 3365919 SAT clauses, 153071629 bytes
381.75/416.70	c 417	Heap : 239 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
381.75/416.75	c 417	SOLVING HOME/temp.cnf
381.75/416.75	c 417	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
381.75/416.75	c 417	This is MiniSat 2.0 beta
381.75/416.75	c 417	WARNING: for repeatability, setting FPU to use double precision
381.75/416.75	c 417	============================[ Problem Statistics ]=============================
381.75/416.75	c 417	|                                                                             |
381.75/416.76	c 417	|  Number of variables:  46347                                                |
381.75/416.76	c 417	|  Number of clauses:    3365919                                              |
385.03/420.02	c 420	|  Parsing time:         2.90         s                                       |
385.23/420.22	c 420	============================[ Search Statistics ]==============================
385.23/420.22	c 420	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
385.23/420.22	c 420	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
385.23/420.22	c 420	===============================================================================
385.23/420.22	c 420	|         0 |   46347  3365919 26476437 |  1121973        0    nan |  0.000 % |
385.32/420.37	c 420	|       101 |   46347  3365919 26476437 |  1234170      101     11 |  0.000 % |
385.43/420.49	c 420	|       252 |   46347  3365919 26476437 |  1357587      252      9 |  0.000 % |
385.62/420.60	c 421	|       478 |   46347  3365919 26476437 |  1493346      478      8 |  0.000 % |
385.82/420.81	c 421	|       816 |   46347  3365919 26476437 |  1642680      816      8 |  0.000 % |
385.92/420.93	c 421	|      1322 |   46347  3365919 26476437 |  1806948     1322      9 |  0.000 % |
386.01/421.06	c 421	|      2082 |   46347  3365919 26476437 |  1987643     2082      9 |  0.000 % |
386.11/421.11	c 421	|      3221 |   46347  3365919 26476437 |  2186407     3221      8 |  0.000 % |
386.11/421.19	c 421	|      4929 |   46347  3365919 26476437 |  2405048     4929      9 |  0.000 % |
386.41/421.44	c 421	|      7493 |   46347  3365919 26476437 |  2645553     7493      9 |  0.000 % |
387.81/422.83	c 423	|     11337 |   46347  3365919 26476437 |  2910109    11337     10 |  0.000 % |
388.41/423.47	c 423	|     17103 |   46347  3365919 26476437 |  3201119    17103     10 |  0.000 % |
390.79/425.81	c 426	|     25752 |   46347  3365919 26476437 |  3521231    25752     10 |  0.000 % |
392.59/427.62	c 428	|     38726 |   46347  3365919 26476437 |  3873355    38726     11 |  0.000 % |
397.16/432.29	c 432	|     58191 |   46347  3365919 26476437 |  4260690    58191     12 |  0.000 % |
403.93/439.08	c 439	|     87383 |   46346  3365919 26476437 |  4686759    87382     12 |  0.002 % |
421.14/456.35	c 456	|    131174 |   46346  3365919 26476437 |  5155435   131173     13 |  0.002 % |
461.04/496.48	c 496	|    196860 |   46345  3365919 26476437 |  5670979   196858     14 |  0.004 % |
526.81/562.55	c 562	|    295389 |   46345  3365919 26476437 |  6238077   295387     15 |  0.004 % |
605.01/641.11	c 641	|    443179 |   46345  3365919 26476437 |  6861884   443177     15 |  0.004 % |
855.87/893.32	c 893	|    664863 |   46344  3365624 26474773 |  7548073   664860     16 |  0.006 % |
1174.59/1213.62	c 1214	|    997389 |   46341  3365624 26474773 |  8302880   997383     16 |  0.013 % |
1776.27/1818.37	c 1818	|   1496178 |   46339  3365267 26473577 |  9133168  1496159     16 |  0.017 % |
1800.06/1842.21	c ERROR INTERRUPTED
1800.06/1842.28	s UNKNOWN
1800.06/1842.28	c 1842	CPU 381.81 (0.05 0.02 379.89 1.85)
1800.06/1842.28	c 1842	END Sun Jul 12 04:55:21 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-2077671-1247365479/watcher-2077671-1247365479 -o /tmp/evaluation-result-2077671-1247365479/solver-2077671-1247365479 -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-2077671-1247365479.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.26 2.65 2.45 5/89 3480
/proc/meminfo: memFree=1256808/2055920 swapFree=4192812/4192956
[pid=3480] ppid=3478 vsize=12268 CPUtime=0
/proc/3480/stat : 3480 (sugar) R 3478 3480 18669 0 -1 4194304 348 0 0 0 0 0 0 0 22 0 1 0 23614800 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 269757413989 0 2147483391 4224 0 0 0 0 17 0 0 0
/proc/3480/statm: 3067 316 241 3 0 167 0

[startup+0.081046 s]
/proc/loadavg: 3.26 2.65 2.45 5/89 3480
/proc/meminfo: memFree=1256808/2055920 swapFree=4192812/4192956
[pid=3480] ppid=3478 vsize=16740 CPUtime=0.06
/proc/3480/stat : 3480 (sugar) S 3478 3480 18669 0 -1 4194304 1152 0 0 0 4 2 0 0 21 0 1 0 23614800 17141760 1107 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3480/statm: 4185 1107 406 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.10058 s]
/proc/loadavg: 3.26 2.65 2.45 5/89 3480
/proc/meminfo: memFree=1256808/2055920 swapFree=4192812/4192956
[pid=3480] ppid=3478 vsize=16868 CPUtime=0.06
/proc/3480/stat : 3480 (sugar) S 3478 3480 18669 0 -1 4194304 1227 128 0 0 4 2 0 0 17 0 1 0 23614800 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3480/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301607 s]
/proc/loadavg: 3.26 2.65 2.45 5/89 3480
/proc/meminfo: memFree=1256808/2055920 swapFree=4192812/4192956
[pid=3480] ppid=3478 vsize=16868 CPUtime=0.06
/proc/3480/stat : 3480 (sugar) S 3478 3480 18669 0 -1 4194304 1227 128 0 0 4 2 0 0 17 0 1 0 23614800 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3480/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701658 s]
/proc/loadavg: 3.26 2.65 2.45 5/89 3480
/proc/meminfo: memFree=1256808/2055920 swapFree=4192812/4192956
[pid=3480] ppid=3478 vsize=16868 CPUtime=0.06
/proc/3480/stat : 3480 (sugar) S 3478 3480 18669 0 -1 4194304 1227 128 0 0 4 2 0 0 17 0 1 0 23614800 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3480/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50176 s]
/proc/loadavg: 3.32 2.67 2.46 5/100 3557
/proc/meminfo: memFree=1227152/2055920 swapFree=4192812/4192956
[pid=3480] ppid=3478 vsize=16868 CPUtime=1.02
/proc/3480/stat : 3480 (sugar) S 3478 3480 18669 0 -1 4194304 1309 10365 0 1 4 2 88 8 16 0 1 0 23614800 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3480/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 1.02
Current children cumulated vsize (KiB) 16868

[startup+3.10298 s]
/proc/loadavg: 3.32 2.67 2.46 4/100 3587
/proc/meminfo: memFree=1228752/2055920 swapFree=4192812/4192956
[pid=3480] ppid=3478 vsize=16868 CPUtime=1.02
/proc/3480/stat : 3480 (sugar) S 3478 3480 18669 0 -1 4194304 1309 10365 0 1 4 2 88 8 15 0 1 0 23614800 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3480/statm: 4217 1111 409 3 0 796 0
[pid=3565] ppid=3480 vsize=5356 CPUtime=0
/proc/3565/stat : 3565 (sh) S 3480 3480 18669 0 -1 4194304 278 0 0 0 0 0 0 0 19 0 1 0 23614910 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3565/statm: 1339 233 193 169 0 50 0
[pid=3566] ppid=3565 vsize=864384 CPUtime=1.97
/proc/3566/stat : 3566 (java) S 3565 3480 18669 0 -1 0 14535 0 1 0 188 9 0 0 18 0 9 0 23614910 885129216 13784 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3566/statm: 216096 13784 2566 9 0 210601 0
[pid=3566/tid=3569] ppid=3565 vsize=864384 CPUtime=0.92
/proc/3566/task/3569/stat : 3569 (java) R 3565 3480 18669 0 -1 64 3118 0 1 0 90 2 0 0 16 0 9 0 23614912 885129216 13784 996147200 134512640 134550932 4294955936 18446744073709551615 103211697 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3566/tid=3570] ppid=3565 vsize=864384 CPUtime=0.98
/proc/3566/task/3570/stat : 3570 (java) R 3565 3480 18669 0 -1 64 10401 0 0 0 92 6 0 0 18 0 9 0 23614913 885129216 13784 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3566/tid=3571] ppid=3565 vsize=864384 CPUtime=0
/proc/3566/task/3571/stat : 3571 (java) S 3565 3480 18669 0 -1 64 15 0 0 0 0 0 0 0 15 0 9 0 23614913 885129216 13784 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3566/tid=3572] ppid=3565 vsize=864384 CPUtime=0
/proc/3566/task/3572/stat : 3572 (java) S 3565 3480 18669 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 23614913 885129216 13784 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3566/tid=3573] ppid=3565 vsize=864384 CPUtime=0
/proc/3566/task/3573/stat : 3573 (java) S 3565 3480 18669 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23614915 885129216 13784 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3566/tid=3574] ppid=3565 vsize=864384 CPUtime=0.05
/proc/3566/task/3574/stat : 3574 (java) S 3565 3480 18669 0 -1 64 314 0 0 0 5 0 0 0 15 0 9 0 23614915 885129216 13784 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3566/tid=3576] ppid=3565 vsize=864384 CPUtime=0
/proc/3566/task/3576/stat : 3576 (java) S 3565 3480 18669 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 23614916 885129216 13784 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3566/tid=3577] ppid=3565 vsize=864384 CPUtime=0
/proc/3566/task/3577/stat : 3577 (java) S 3565 3480 18669 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 23614916 885129216 13784 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.99
Current children cumulated vsize (KiB) 886608

[startup+6.3024 s]
/proc/loadavg: 3.29 2.68 2.46 5/100 3677
/proc/meminfo: memFree=1142112/2055920 swapFree=4192812/4192956
[pid=3480] ppid=3478 vsize=16868 CPUtime=1.02
/proc/3480/stat : 3480 (sugar) S 3478 3480 18669 0 -1 4194304 1309 10365 0 1 4 2 88 8 16 0 1 0 23614800 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3480/statm: 4217 1111 409 3 0 796 0
[pid=3565] ppid=3480 vsize=5356 CPUtime=0
/proc/3565/stat : 3565 (sh) S 3480 3480 18669 0 -1 4194304 278 0 0 0 0 0 0 0 19 0 1 0 23614910 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3565/statm: 1339 233 193 169 0 50 0
[pid=3566] ppid=3565 vsize=889284 CPUtime=4.84
/proc/3566/stat : 3566 (java) S 3565 3480 18669 0 -1 0 42647 0 1 0 460 24 0 0 18 0 9 0 23614910 910626816 36793 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3566/statm: 222321 36793 2567 9 0 216826 0
[pid=3566/tid=3569] ppid=3565 vsize=889284 CPUtime=1.89
/proc/3566/task/3569/stat : 3569 (java) S 3565 3480 18669 0 -1 64 3590 0 1 0 187 2 0 0 16 0 9 0 23614912 910626816 36793 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3566/tid=3570] ppid=3565 vsize=889284 CPUtime=2.77
/proc/3566/task/3570/stat : 3570 (java) R 3565 3480 18669 0 -1 64 36891 0 0 0 258 19 0 0 25 0 9 0 23614913 910626816 36793 996147200 134512640 134550932 4294955936 18446744073709551615 104516112 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3566/tid=3571] ppid=3565 vsize=889284 CPUtime=0
/proc/3566/task/3571/stat : 3571 (java) S 3565 3480 18669 0 -1 64 15 0 0 0 0 0 0 0 15 0 9 0 23614913 910626816 36793 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3566/tid=3572] ppid=3565 vsize=889284 CPUtime=0
/proc/3566/task/3572/stat : 3572 (java) S 3565 3480 18669 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 23614913 910626816 36793 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3566/tid=3573] ppid=3565 vsize=889284 CPUtime=0
/proc/3566/task/3573/stat : 3573 (java) S 3565 3480 18669 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23614915 910626816 36793 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3566/tid=3574] ppid=3565 vsize=889284 CPUtime=0.14
/proc/3566/task/3574/stat : 3574 (java) S 3565 3480 18669 0 -1 64 1464 0 0 0 14 0 0 0 15 0 9 0 23614915 910626816 36793 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3566/tid=3576] ppid=3565 vsize=889284 CPUtime=0
/proc/3566/task/3576/stat : 3576 (java) S 3565 3480 18669 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 23614916 910626816 36793 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3566/tid=3577] ppid=3565 vsize=889284 CPUtime=0
/proc/3566/task/3577/stat : 3577 (java) S 3565 3480 18669 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 23614916 910626816 36793 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 5.86
Current children cumulated vsize (KiB) 911508

[startup+12.7022 s]
/proc/loadavg: 3.27 2.68 2.46 4/100 4322
/proc/meminfo: memFree=1070152/2055920 swapFree=4192812/4192956
[pid=3480] ppid=3478 vsize=16868 CPUtime=1.02
/proc/3480/stat : 3480 (sugar) S 3478 3480 18669 0 -1 4194304 1311 10365 0 1 4 2 88 8 16 0 1 0 23614800 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3480/statm: 4217 1112 409 3 0 796 0
[pid=3565] ppid=3480 vsize=5356 CPUtime=0
/proc/3565/stat : 3565 (sh) S 3480 3480 18669 0 -1 4194304 278 0 0 0 0 0 0 0 19 0 1 0 23614910 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3565/statm: 1339 233 193 169 0 50 0
[pid=3566] ppid=3565 vsize=868720 CPUtime=9.84
/proc/3566/stat : 3566 (java) S 3565 3480 18669 0 -1 0 67527 0 1 0 942 42 0 0 18 0 9 0 23614910 889569280 47185 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3566/statm: 217180 47185 2592 9 0 211657 0
[pid=3566/tid=3569] ppid=3565 vsize=868720 CPUtime=4.45
/proc/3566/task/3569/stat : 3569 (java) R 3565 3480 18669 0 -1 64 4864 0 1 0 440 5 0 0 25 0 9 0 23614912 889569280 47185 996147200 134512640 134550932 4294955936 18446744073709551615 103211200 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3566/tid=3570] ppid=3565 vsize=868720 CPUtime=5.15
/proc/3566/task/3570/stat : 3570 (java) S 3565 3480 18669 0 -1 64 60457 0 0 0 481 34 0 0 16 0 9 0 23614913 889569280 47185 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3566/tid=3571] ppid=3565 vsize=868720 CPUtime=0
/proc/3566/task/3571/stat : 3571 (java) S 3565 3480 18669 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23614913 889569280 47185 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3566/tid=3572] ppid=3565 vsize=868720 CPUtime=0
/proc/3566/task/3572/stat : 3572 (java) S 3565 3480 18669 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 23614913 889569280 47185 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3566/tid=3573] ppid=3565 vsize=868720 CPUtime=0
/proc/3566/task/3573/stat : 3573 (java) S 3565 3480 18669 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23614915 889569280 47185 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3566/tid=3574] ppid=3565 vsize=868720 CPUtime=0.19
/proc/3566/task/3574/stat : 3574 (java) S 3565 3480 18669 0 -1 64 1504 0 0 0 19 0 0 0 16 0 9 0 23614915 889569280 47185 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3566/tid=3576] ppid=3565 vsize=868720 CPUtime=0
/proc/3566/task/3576/stat : 3576 (java) S 3565 3480 18669 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 23614916 889569280 47185 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3566/tid=3577] ppid=3565 vsize=868720 CPUtime=0
/proc/3566/task/3577/stat : 3577 (java) S 3565 3480 18669 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 23614916 889569280 47185 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 10.86
Current children cumulated vsize (KiB) 890944

[startup+25.5019 s]
/proc/loadavg: 3.42 2.75 2.49 5/100 5256
/proc/meminfo: memFree=1054872/2055920 swapFree=4192812/4192956
[pid=3480] ppid=3478 vsize=16868 CPUtime=1.02
/proc/3480/stat : 3480 (sugar) S 3478 3480 18669 0 -1 4194304 1311 10365 0 1 4 2 88 8 16 0 1 0 23614800 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3480/statm: 4217 1112 409 3 0 796 0
[pid=3565] ppid=3480 vsize=5356 CPUtime=0
/proc/3565/stat : 3565 (sh) S 3480 3480 18669 0 -1 4194304 278 0 0 0 0 0 0 0 19 0 1 0 23614910 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3565/statm: 1339 233 193 169 0 50 0
[pid=3566] ppid=3565 vsize=868720 CPUtime=20.62
/proc/3566/stat : 3566 (java) S 3565 3480 18669 0 -1 0 68028 0 1 0 2010 52 0 0 18 0 9 0 23614910 889569280 47631 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3566/statm: 217180 47631 2592 9 0 211657 0
[pid=3566/tid=3569] ppid=3565 vsize=868720 CPUtime=15
/proc/3566/task/3569/stat : 3569 (java) R 3565 3480 18669 0 -1 64 4919 0 1 0 1485 15 0 0 25 0 9 0 23614912 889569280 47631 996147200 134512640 134550932 4294955936 18446744073709551615 4126987256 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3566/tid=3570] ppid=3565 vsize=868720 CPUtime=5.38
/proc/3566/task/3570/stat : 3570 (java) S 3565 3480 18669 0 -1 64 60897 0 0 0 503 35 0 0 16 0 9 0 23614913 889569280 47631 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3566/tid=3571] ppid=3565 vsize=868720 CPUtime=0
/proc/3566/task/3571/stat : 3571 (java) S 3565 3480 18669 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23614913 889569280 47631 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3566/tid=3572] ppid=3565 vsize=868720 CPUtime=0
/proc/3566/task/3572/stat : 3572 (java) S 3565 3480 18669 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 23614913 889569280 47631 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3566/tid=3573] ppid=3565 vsize=868720 CPUtime=0
/proc/3566/task/3573/stat : 3573 (java) S 3565 3480 18669 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23614915 889569280 47631 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3566/tid=3574] ppid=3565 vsize=868720 CPUtime=0.2
/proc/3566/task/3574/stat : 3574 (java) S 3565 3480 18669 0 -1 64 1510 0 0 0 20 0 0 0 16 0 9 0 23614915 889569280 47631 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3566/tid=3576] ppid=3565 vsize=868720 CPUtime=0
/proc/3566/task/3576/stat : 3576 (java) S 3565 3480 18669 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 23614916 889569280 47631 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3566/tid=3577] ppid=3565 vsize=868720 CPUtime=0
/proc/3566/task/3577/stat : 3577 (java) S 3565 3480 18669 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 23614916 889569280 47631 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 21.64
Current children cumulated vsize (KiB) 890944

[startup+51.1013 s]
/proc/loadavg: 3.47 2.81 2.52 4/99 7413
/proc/meminfo: memFree=1037712/2055920 swapFree=4192812/4192956
[pid=3480] ppid=3478 vsize=16868 CPUtime=1.02
/proc/3480/stat : 3480 (sugar) S 3478 3480 18669 0 -1 4194304 1311 10365 0 1 4 2 88 8 16 0 1 0 23614800 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3480/statm: 4217 1112 409 3 0 796 0
[pid=3565] ppid=3480 vsize=5356 CPUtime=0
/proc/3565/stat : 3565 (sh) S 3480 3480 18669 0 -1 4194304 278 0 0 0 0 0 0 0 19 0 1 0 23614910 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3565/statm: 1339 233 193 169 0 50 0
[pid=3566] ppid=3565 vsize=868720 CPUtime=41.56
/proc/3566/stat : 3566 (java) S 3565 3480 18669 0 -1 0 68103 0 1 0 4091 65 0 0 18 0 9 0 23614910 889569280 47631 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3566/statm: 217180 47631 2592 9 0 211657 0

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

[pid=23744] ppid=3480 vsize=5356 CPUtime=0
/proc/23744/stat : 23744 (sh) S 3480 3480 18669 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23656475 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23744/statm: 1339 232 193 169 0 50 0
[pid=23745] ppid=23744 vsize=358388 CPUtime=1060.1
/proc/23745/stat : 23745 (minisat) R 23744 3480 18669 0 -1 4194304 88248 0 0 0 105935 75 0 0 25 0 1 0 23656476 366989312 88234 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/23745/statm: 89597 88234 76 150 0 89444 0
Current children cumulated CPU time (s) 1441.91
Current children cumulated vsize (KiB) 380612

[startup+1542.3 s]
/proc/loadavg: 2.12 2.05 2.17 3/87 23829
/proc/meminfo: memFree=1042632/2055920 swapFree=4192812/4192956
[pid=3480] ppid=3478 vsize=16868 CPUtime=381.81
/proc/3480/stat : 3480 (sugar) S 3478 3480 18669 0 -1 4194304 1376 109279 0 2 5 2 37989 185 16 0 1 0 23614800 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3480/statm: 4217 1113 409 3 0 796 0
[pid=23744] ppid=3480 vsize=5356 CPUtime=0
/proc/23744/stat : 23744 (sh) S 3480 3480 18669 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23656475 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23744/statm: 1339 232 193 169 0 50 0
[pid=23745] ppid=23744 vsize=367424 CPUtime=1119.82
/proc/23745/stat : 23745 (minisat) R 23744 3480 18669 0 -1 4194304 90571 0 0 0 111904 78 0 0 25 0 1 0 23656476 376242176 90557 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/23745/statm: 91856 90557 76 150 0 91703 0
Current children cumulated CPU time (s) 1501.63
Current children cumulated vsize (KiB) 389648

[startup+1602.3 s]
/proc/loadavg: 2.04 2.04 2.15 3/87 23831
/proc/meminfo: memFree=995144/2055920 swapFree=4192812/4192956
[pid=3480] ppid=3478 vsize=16868 CPUtime=381.81
/proc/3480/stat : 3480 (sugar) S 3478 3480 18669 0 -1 4194304 1376 109279 0 2 5 2 37989 185 16 0 1 0 23614800 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3480/statm: 4217 1113 409 3 0 796 0
[pid=23744] ppid=3480 vsize=5356 CPUtime=0
/proc/23744/stat : 23744 (sh) S 3480 3480 18669 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23656475 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23744/statm: 1339 232 193 169 0 50 0
[pid=23745] ppid=23744 vsize=371988 CPUtime=1179.52
/proc/23745/stat : 23745 (minisat) R 23744 3480 18669 0 -1 4194304 91708 0 0 0 117873 79 0 0 25 0 1 0 23656476 380915712 91694 996147200 134512640 135127466 4294956256 18446744073709551615 134530682 0 0 4096 3 0 0 0 17 1 0 0
/proc/23745/statm: 92997 91694 76 150 0 92844 0
Current children cumulated CPU time (s) 1561.33
Current children cumulated vsize (KiB) 394212

[startup+1662.3 s]
/proc/loadavg: 2.01 2.03 2.14 3/87 23831
/proc/meminfo: memFree=990728/2055920 swapFree=4192812/4192956
[pid=3480] ppid=3478 vsize=16868 CPUtime=381.81
/proc/3480/stat : 3480 (sugar) S 3478 3480 18669 0 -1 4194304 1376 109279 0 2 5 2 37989 185 16 0 1 0 23614800 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3480/statm: 4217 1113 409 3 0 796 0
[pid=23744] ppid=3480 vsize=5356 CPUtime=0
/proc/23744/stat : 23744 (sh) S 3480 3480 18669 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23656475 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23744/statm: 1339 232 193 169 0 50 0
[pid=23745] ppid=23744 vsize=376148 CPUtime=1239.23
/proc/23745/stat : 23745 (minisat) R 23744 3480 18669 0 -1 4194304 92777 0 0 0 123843 80 0 0 25 0 1 0 23656476 385175552 92763 996147200 134512640 135127466 4294956256 18446744073709551615 134530682 0 0 4096 3 0 0 0 17 1 0 0
/proc/23745/statm: 94037 92763 76 150 0 93884 0
Current children cumulated CPU time (s) 1621.04
Current children cumulated vsize (KiB) 398372

[startup+1722.3 s]
/proc/loadavg: 2.00 2.02 2.13 3/87 23831
/proc/meminfo: memFree=985736/2055920 swapFree=4192812/4192956
[pid=3480] ppid=3478 vsize=16868 CPUtime=381.81
/proc/3480/stat : 3480 (sugar) S 3478 3480 18669 0 -1 4194304 1376 109279 0 2 5 2 37989 185 16 0 1 0 23614800 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3480/statm: 4217 1113 409 3 0 796 0
[pid=23744] ppid=3480 vsize=5356 CPUtime=0
/proc/23744/stat : 23744 (sh) S 3480 3480 18669 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23656475 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23744/statm: 1339 232 193 169 0 50 0
[pid=23745] ppid=23744 vsize=380916 CPUtime=1298.93
/proc/23745/stat : 23745 (minisat) R 23744 3480 18669 0 -1 4194304 93984 0 0 0 129812 81 0 0 25 0 1 0 23656476 390057984 93970 996147200 134512640 135127466 4294956256 18446744073709551615 134530613 0 0 4096 3 0 0 0 17 1 0 0
/proc/23745/statm: 95229 93970 76 150 0 95076 0
Current children cumulated CPU time (s) 1680.74
Current children cumulated vsize (KiB) 403140

[startup+1782.3 s]
/proc/loadavg: 2.00 2.02 2.12 3/87 23831
/proc/meminfo: memFree=981704/2055920 swapFree=4192812/4192956
[pid=3480] ppid=3478 vsize=16868 CPUtime=381.81
/proc/3480/stat : 3480 (sugar) S 3478 3480 18669 0 -1 4194304 1376 109279 0 2 5 2 37989 185 16 0 1 0 23614800 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3480/statm: 4217 1113 409 3 0 796 0
[pid=23744] ppid=3480 vsize=5356 CPUtime=0
/proc/23744/stat : 23744 (sh) S 3480 3480 18669 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23656475 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23744/statm: 1339 232 193 169 0 50 0
[pid=23745] ppid=23744 vsize=384864 CPUtime=1358.64
/proc/23745/stat : 23745 (minisat) R 23744 3480 18669 0 -1 4194304 95003 0 0 0 135782 82 0 0 25 0 1 0 23656476 394100736 94989 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/23745/statm: 96216 94989 76 150 0 96063 0
Current children cumulated CPU time (s) 1740.45
Current children cumulated vsize (KiB) 407088



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1842.2 s]
/proc/loadavg: 2.00 2.01 2.11 3/87 23831
/proc/meminfo: memFree=976584/2055920 swapFree=4192812/4192956
[pid=3480] ppid=3478 vsize=16868 CPUtime=381.81
/proc/3480/stat : 3480 (sugar) S 3478 3480 18669 0 -1 4194304 1376 109279 0 2 5 2 37989 185 16 0 1 0 23614800 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3480/statm: 4217 1113 409 3 0 796 0
[pid=23744] ppid=3480 vsize=5356 CPUtime=0
/proc/23744/stat : 23744 (sh) S 3480 3480 18669 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23656475 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23744/statm: 1339 232 193 169 0 50 0
[pid=23745] ppid=23744 vsize=389760 CPUtime=1418.25
/proc/23745/stat : 23745 (minisat) R 23744 3480 18669 0 -1 4194304 96267 0 0 0 141742 83 0 0 25 0 1 0 23656476 399114240 96253 996147200 134512640 135127466 4294956256 18446744073709551615 134718351 0 0 4096 3 0 0 0 17 1 0 0
/proc/23745/statm: 97440 96253 76 150 0 97287 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 411984

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

############
# WARNING:
# current cumulated CPU time (381.86 s) is less than in the last sample (1800.06 s)
# The time of a child was probably not reported to its father.
# (see the two samples below)
# Adding the difference (1418.2 s) to the 'lost time'.

[startup+1842.2 s]
/proc/loadavg: 2.00 2.01 2.11 3/87 23831
/proc/meminfo: memFree=976584/2055920 swapFree=4192812/4192956
[pid=3480] ppid=3478 vsize=16868 CPUtime=381.81
/proc/3480/stat : 3480 (sugar) S 3478 3480 18669 0 -1 4194304 1376 109279 0 2 5 2 37989 185 16 0 1 0 23614800 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3480/statm: 4217 1113 409 3 0 796 0
[pid=23744] ppid=3480 vsize=5356 CPUtime=0
/proc/23744/stat : 23744 (sh) S 3480 3480 18669 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23656475 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23744/statm: 1339 232 193 169 0 50 0
[pid=23745] ppid=23744 vsize=389760 CPUtime=1418.25
/proc/23745/stat : 23745 (minisat) R 23744 3480 18669 0 -1 4194304 96267 0 0 0 141742 83 0 0 25 0 1 0 23656476 399114240 96253 996147200 134512640 135127466 4294956256 18446744073709551615 134718351 0 0 4096 3 0 0 0 17 1 0 0
/proc/23745/statm: 97440 96253 76 150 0 97287 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 411984

[startup+1842.32 s]
/proc/loadavg: 2.00 2.01 2.11 3/87 23831
/proc/meminfo: memFree=976584/2055920 swapFree=4192812/4192956
[pid=3480] ppid=3478 vsize=16868 CPUtime=381.86
/proc/3480/stat : 3480 (sugar) R 3478 3480 18669 0 -1 4194304 1423 109556 0 2 5 7 37989 185 17 0 1 0 23614800 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 269757420585 0 0 4224 16386 0 0 0 17 1 0 0
/proc/3480/statm: 4217 1114 410 3 0 796 0
Current children cumulated CPU time (s) 381.86
Current children cumulated vsize (KiB) 16868
#
############


[startup+1842.32 s]
/proc/loadavg: 2.00 2.01 2.11 3/87 23831
/proc/meminfo: memFree=976584/2055920 swapFree=4192812/4192956
[pid=3480] ppid=3478 vsize=16868 CPUtime=381.86
/proc/3480/stat : 3480 (sugar) R 3478 3480 18669 0 -1 4194304 1423 109556 0 2 5 7 37989 185 17 0 1 0 23614800 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 269757420585 0 0 4224 16386 0 0 0 17 1 0 0
/proc/3480/statm: 4217 1114 410 3 0 796 0
Current children cumulated CPU time (s) 381.86
Current children cumulated vsize (KiB) 16868
heavy processes:
  %CPU=99 pid=23745 uid=0 cmd=

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

[startup+1842.32 s]
/proc/loadavg: 2.00 2.01 2.11 4/87 23832
/proc/meminfo: memFree=1467144/2055920 swapFree=4192812/4192956
[pid=3480] ppid=3478 vsize=16868 CPUtime=381.87
/proc/3480/stat : 3480 (sugar) R 3478 3480 18669 0 -1 4194304 1423 109556 0 2 5 8 37989 185 17 0 1 0 23614800 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 269757420585 0 0 4224 16386 0 0 0 17 1 0 0
/proc/3480/statm: 4217 1114 410 3 0 796 0
Current children cumulated CPU time (s) 381.87
Current children cumulated vsize (KiB) 16868

Child status: 0

# WARNING:
# The CPU time of some children was not reported to their father
# (probably because of a missing or aborted wait()).
# This 'lost CPU time' is added to the watched process CPU time.
#  lost CPU time (s): 1418.2
#  lost CPU user time (s): 1417.42
#  lost CPU system time (s): 0.78

Real time (s): 1842.35
CPU time (s): 1800.11
CPU user time (s): 1797.37
CPU system time (s): 2.7417
CPU usage (%): 97.7072
Max. virtual memory (cumulated for all children) (KiB): 916444

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 379.948
system time used= 1.9617
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 111038
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= 16495
involuntary context switches= 27578

runsolver used 2.55661 second user time and 5.82011 second system time

The end

Launcher Data

Begin job on node13 at 2009-07-12 04:24:39
IDJOB=2077671
IDBENCH=56647
IDSOLVER=739
FILE ID=node13/2077671-1247365479
PBS_JOBID= 9507031
Free space on /tmp= 66296 MiB

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

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

MD5SUM BENCH= c43c11a622e7a100b4687e0b36838a79
RANDOM SEED=800498515

node13.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.241
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.241
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:       1257936 kB
Buffers:         43868 kB
Cached:         246424 kB
SwapCached:          0 kB
Active:         547632 kB
Inactive:       175740 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1257936 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            3560 kB
Writeback:           0 kB
Mapped:         454704 kB
Slab:            58380 kB
Committed_AS:   808548 kB
PageTables:       3156 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= 66296 MiB
End job on node13 at 2009-07-12 04:55:23