Trace number 1078260

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.13+minisat? (TO) 1800.08 1806.13

General information on the benchmark

Namecsp/rand-3-20-20-fcd/
normalized-rand-3-20-20-60-632-fcd-37_ext.xml
MD5SUM9c07a26c3915f8e4fb3dd975de327ea6
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark38.2772
Satisfiable
(Un)Satisfiability was proved
Number of variables20
Number of constraints58
Maximum constraint arity3
Maximum domain size20
Number of constraints which are defined in extension58
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/minisat
0.00/0.04	c 0	BEGIN Fri Jul  4 23:16:08 2008
0.00/0.04	c 0	PID 2373
0.00/0.05	c 0	HOST node4.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1078260-1215206167.xml TO HOME/temp.csp
0.00/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1078260-1215206167.xml' 'HOME/temp.csp'
0.04/0.91	c 0	1 domains, 20 variables, 0 predicates, 58 relations, 58 constraints
0.04/0.95	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.04/0.95	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.91/1.04	c 1	Parsing HOME/temp.csp
1.89/2.08	c 2	parsed 137 expressions
1.89/2.08	c 2	Heap : 20 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.89/2.08	c 2	Converting to clausal form CSP
2.00/2.11	c 2	converted 14 (10%) expressions
2.00/2.12	c 2	converted 28 (20%) expressions
2.00/2.14	c 2	converted 42 (30%) expressions
2.00/2.14	c 2	converted 55 (40%) expressions
2.19/2.31	c 2	converted 69 (50%) expressions
2.19/2.36	c 2	converted 83 (60%) expressions
2.29/2.47	c 2	converted 96 (70%) expressions
2.39/2.58	c 2	converted 110 (80%) expressions
2.49/2.69	c 2	converted 124 (90%) expressions
2.78/3.00	c 2	converted 137 (100%) expressions
2.78/3.00	c 2	CSP : 20 integers, 0 booleans, 58 clauses, largest domain size 20
2.78/3.00	c 2	Heap : 38 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.78/3.00	c 2	Propagation in CSP
2.78/3.00	c 2	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.78/3.00	c 2	CSP : 20 integers, 0 booleans, 58 clauses, largest domain size 20
2.78/3.00	c 2	Heap : 38 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.78/3.00	c 2	Simplifing CSP by introducing new Boolean variables
2.88/3.00	c 2	CSP : 20 integers, 0 booleans, 58 clauses, largest domain size 20
2.88/3.00	c 2	Heap : 38 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.99/3.11	c 3	Encoding CSP to SAT : HOME/temp.cnf
2.99/3.12	c 3	2 (10%) CSP integer variables are encoded (36 clauses, 371 bytes)
2.99/3.12	c 3	4 (20%) CSP integer variables are encoded (72 clauses, 695 bytes)
2.99/3.12	c 3	6 (30%) CSP integer variables are encoded (108 clauses, 1048 bytes)
2.99/3.13	c 3	8 (40%) CSP integer variables are encoded (144 clauses, 1444 bytes)
2.99/3.13	c 3	10 (50%) CSP integer variables are encoded (180 clauses, 1840 bytes)
2.99/3.13	c 3	12 (60%) CSP integer variables are encoded (216 clauses, 2236 bytes)
2.99/3.13	c 3	14 (70%) CSP integer variables are encoded (252 clauses, 2632 bytes)
2.99/3.13	c 3	16 (80%) CSP integer variables are encoded (288 clauses, 3028 bytes)
2.99/3.13	c 3	18 (90%) CSP integer variables are encoded (324 clauses, 3424 bytes)
2.99/3.13	c 3	20 (100%) CSP integer variables are encoded (360 clauses, 3820 bytes)
3.18/3.33	c 3	6 (10%) CSP clauses are encoded (11128 clauses, 252445 bytes)
3.27/3.47	c 3	12 (20%) CSP clauses are encoded (21857 clauses, 503019 bytes)
3.37/3.59	c 3	18 (30%) CSP clauses are encoded (32091 clauses, 756161 bytes)
3.58/3.72	c 3	24 (40%) CSP clauses are encoded (42963 clauses, 1026516 bytes)
3.67/3.84	c 3	29 (50%) CSP clauses are encoded (51982 clauses, 1249960 bytes)
3.77/3.97	c 3	35 (60%) CSP clauses are encoded (62769 clauses, 1518280 bytes)
3.97/4.10	c 4	41 (70%) CSP clauses are encoded (73641 clauses, 1802361 bytes)
4.07/4.24	c 4	47 (80%) CSP clauses are encoded (84459 clauses, 2091084 bytes)
4.17/4.36	c 4	53 (90%) CSP clauses are encoded (94594 clauses, 2360592 bytes)
4.26/4.48	c 4	58 (100%) CSP clauses are encoded (103681 clauses, 2603600 bytes)
4.26/4.48	c 4	58 CSP clauses encoded
4.26/4.48	c 4	Writing map file : HOME/temp.map
4.26/4.48	c 4	Heap : 15 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
4.26/4.48	c 4	SAT : 380 SAT variables, 103681 SAT clauses, 2603600 bytes
4.26/4.48	c 4	Heap : 15 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
4.35/4.51	c 4	SOLVING HOME/temp.cnf
4.35/4.51	c 4	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
4.35/4.52	c 4	This is MiniSat 2.0 beta
4.35/4.52	c 4	WARNING: for repeatability, setting FPU to use double precision
4.35/4.52	c 4	============================[ Problem Statistics ]=============================
4.35/4.52	c 4	|                                                                             |
4.35/4.52	c 4	|  Number of variables:  380                                                  |
4.35/4.52	c 4	|  Number of clauses:    103681                                               |
4.35/4.59	c 4	|  Parsing time:         0.06         s                                       |
4.35/4.59	c 4	============================[ Search Statistics ]==============================
4.35/4.59	c 4	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
4.35/4.59	c 4	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
4.35/4.59	c 4	===============================================================================
4.35/4.59	c 4	|         0 |     380   103681   568382 |    34560        0    nan |  0.000 % |
4.37/4.64	c 4	|       101 |     380   103681   568382 |    38016      101     10 |  0.001 % |
4.37/4.71	c 4	|       251 |     380   103681   568382 |    41818      251     12 |  0.011 % |
4.37/4.84	c 4	|       477 |     380   103681   568382 |    45999      477     12 |  0.006 % |
4.37/4.97	c 4	|       815 |     380   103681   568382 |    50599      815     12 |  0.013 % |
4.37/5.20	c 5	|      1322 |     380   103681   568382 |    55659     1322     12 |  0.011 % |
5.33/5.54	c 5	|      2081 |     380   103681   568382 |    61225     2081     12 |  0.013 % |
5.72/5.98	c 5	|      3220 |     380   103681   568382 |    67348     3220     12 |  0.013 % |
6.32/6.60	c 6	|      4928 |     380   103681   568382 |    74083     4928     13 |  0.005 % |
7.41/7.65	c 7	|      7490 |     380   103681   568382 |    81491     7490     13 |  0.013 % |
9.28/9.54	c 9	|     11334 |     380   103681   568382 |    89640    11334     14 |  0.013 % |
11.97/12.22	c 12	|     17102 |     380   103681   568382 |    98604    17102     14 |  0.012 % |
16.03/16.40	c 16	|     25751 |     380   103681   568382 |   108465    25751     14 |  0.013 % |
24.55/24.98	c 24	|     38726 |     380   103681   568382 |   119311    38726     15 |  0.013 % |
39.11/39.62	c 39	|     58191 |     380   103681   568382 |   131242    58191     15 |  0.014 % |
63.48/64.21	c 64	|     87383 |     380   103681   568382 |   144367    87383     15 |  0.016 % |
113.31/114.50	c 114	|    131172 |     380   103681   568382 |   158803   131172     16 |  0.002 % |
179.29/181.18	c 181	|    196857 |     379   102885   564694 |   174684    20760     14 |  0.264 % |
271.71/274.45	c 274	|    295384 |     378   101813   559088 |   192152    24835     12 |  0.527 % |
439.53/443.82	c 443	|    443173 |     378   101813   559088 |   211367   172624     19 |  0.537 % |
731.81/737.45	c 737	|    664856 |     378   101813   559088 |   232504   201571     18 |  0.544 % |
1134.95/1140.71	c 1140	|    997383 |     375    98410   540368 |   255755    75853     19 |  1.316 % |
1800.08/1806.11	c 1806	DECODING HOME/temp.out WITH HOME/temp.map
1800.08/1806.11	c 1806	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
1800.08/1806.12	c ERROR INTERRUPTED
1800.08/1806.12	s UNKNOWN
1800.08/1806.12	c 1806	CPU 4.2 (0.03 0.01 4.17 0.17)
1800.08/1806.12	c 1806	END Fri Jul  4 23:46:14 2008

Verifier Data (download as text)

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

Watcher Data (download as text)

runsolver version 3.2.5 (c) roussel@cril.univ-artois.fr

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1078260-1215206167/watcher-1078260-1215206167 -o /tmp/evaluation-result-1078260-1215206167/solver-1078260-1215206167 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/sugar -c -vv -java=java -Xmx700M -jar=HOME/sugar-v1-13.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-1078260-1215206167.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): 2200 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
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.00 1.99 1.97 4/73 2373
/proc/meminfo: memFree=1633624/2055920 swapFree=4180028/4192956
[pid=2373] ppid=2371 vsize=4708 CPUtime=0
/proc/2373/stat : 2373 (sugar) R 2371 2373 30144 0 -1 4194304 58 0 0 0 0 0 0 0 20 0 1 0 1999592125 4820992 43 996147200 4194304 4206940 548682068608 18446744073709551615 259910595977 0 0 4096 0 0 0 0 17 1 0 0
/proc/2373/statm: 1177 43 33 3 0 8 0

[startup+0.090101 s]
/proc/loadavg: 2.00 1.99 1.97 4/73 2373
/proc/meminfo: memFree=1633624/2055920 swapFree=4180028/4192956
[pid=2373] ppid=2371 vsize=13600 CPUtime=0.04
/proc/2373/stat : 2373 (sugar) S 2371 2373 30144 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1999592125 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2373/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.101102 s]
/proc/loadavg: 2.00 1.99 1.97 4/73 2373
/proc/meminfo: memFree=1633624/2055920 swapFree=4180028/4192956
[pid=2373] ppid=2371 vsize=13600 CPUtime=0.04
/proc/2373/stat : 2373 (sugar) S 2371 2373 30144 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1999592125 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2373/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.301121 s]
/proc/loadavg: 2.00 1.99 1.97 4/73 2373
/proc/meminfo: memFree=1633624/2055920 swapFree=4180028/4192956
[pid=2373] ppid=2371 vsize=13600 CPUtime=0.04
/proc/2373/stat : 2373 (sugar) S 2371 2373 30144 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1999592125 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2373/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.70116 s]
/proc/loadavg: 2.00 1.99 1.97 4/73 2373
/proc/meminfo: memFree=1633624/2055920 swapFree=4180028/4192956
[pid=2373] ppid=2371 vsize=13600 CPUtime=0.04
/proc/2373/stat : 2373 (sugar) S 2371 2373 30144 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1999592125 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2373/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+1.50224 s]
/proc/loadavg: 2.00 1.99 1.97 3/80 2391
/proc/meminfo: memFree=1627040/2055920 swapFree=4180028/4192956
[pid=2373] ppid=2371 vsize=13600 CPUtime=0.88
/proc/2373/stat : 2373 (sugar) S 2371 2373 30144 0 -1 4194304 973 6884 0 1 3 1 79 5 16 0 1 0 1999592125 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2373/statm: 3400 797 370 3 0 500 0
[pid=2386] ppid=2373 vsize=5356 CPUtime=0
/proc/2386/stat : 2386 (sh) S 2373 2373 30144 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1999592221 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2386/statm: 1339 233 193 169 0 50 0
[pid=2387] ppid=2386 vsize=864044 CPUtime=0.52
/proc/2387/stat : 2387 (java) S 2386 2373 30144 0 -1 0 6524 0 1 0 50 2 0 0 18 0 9 0 1999592221 884781056 5816 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2387/statm: 216011 5816 2532 9 0 210593 0
[pid=2387/tid=2388] ppid=2386 vsize=864044 CPUtime=0.31
/proc/2387/task/2388/stat : 2388 (java) R 2386 2373 30144 0 -1 64 2463 0 1 0 30 1 0 0 22 0 9 0 1999592222 884781056 5816 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2387/tid=2389] ppid=2386 vsize=864044 CPUtime=0.16
/proc/2387/task/2389/stat : 2389 (java) R 2386 2373 30144 0 -1 64 3058 0 0 0 16 0 0 0 16 0 9 0 1999592223 884781056 5816 996147200 134512640 134550740 4294955952 18446744073709551615 103834269 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2387/tid=2390] ppid=2386 vsize=864044 CPUtime=0
/proc/2387/task/2390/stat : 2390 (java) S 2386 2373 30144 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1999592223 884781056 5816 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2387/tid=2391] ppid=2386 vsize=864044 CPUtime=0
/proc/2387/task/2391/stat : 2391 (java) S 2386 2373 30144 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1999592223 884781056 5816 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.4
Current children cumulated vsize (KiB) 883000

[startup+3.10239 s]
/proc/loadavg: 2.00 1.99 1.97 4/84 2395
/proc/meminfo: memFree=1603840/2055920 swapFree=4180028/4192956
[pid=2373] ppid=2371 vsize=13600 CPUtime=0.88
/proc/2373/stat : 2373 (sugar) S 2371 2373 30144 0 -1 4194304 974 6884 0 1 3 1 79 5 15 0 1 0 1999592125 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2373/statm: 3400 797 370 3 0 500 0
[pid=2386] ppid=2373 vsize=5356 CPUtime=0
/proc/2386/stat : 2386 (sh) S 2373 2373 30144 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1999592221 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2386/statm: 1339 233 193 169 0 50 0
[pid=2387] ppid=2386 vsize=864160 CPUtime=2.11
/proc/2387/stat : 2387 (java) S 2386 2373 30144 0 -1 0 14756 0 1 0 204 7 0 0 18 0 9 0 1999592221 884899840 13986 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2387/statm: 216040 13986 2540 9 0 210615 0
[pid=2387/tid=2388] ppid=2386 vsize=864160 CPUtime=1.01
/proc/2387/task/2388/stat : 2388 (java) R 2386 2373 30144 0 -1 64 2937 0 1 0 99 2 0 0 20 0 9 0 1999592222 884899840 13986 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2387/tid=2389] ppid=2386 vsize=864160 CPUtime=1.02
/proc/2387/task/2389/stat : 2389 (java) R 2386 2373 30144 0 -1 64 10806 0 0 0 98 4 0 0 18 0 9 0 1999592223 884899840 13986 996147200 134512640 134550740 4294955952 18446744073709551615 104182539 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2387/tid=2390] ppid=2386 vsize=864160 CPUtime=0
/proc/2387/task/2390/stat : 2390 (java) S 2386 2373 30144 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1999592223 884899840 13986 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2387/tid=2391] ppid=2386 vsize=864160 CPUtime=0
/proc/2387/task/2391/stat : 2391 (java) S 2386 2373 30144 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1999592223 884899840 13986 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2387/tid=2392] ppid=2386 vsize=864160 CPUtime=0
/proc/2387/task/2392/stat : 2392 (java) S 2386 2373 30144 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1999592226 884899840 13986 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2387/tid=2393] ppid=2386 vsize=864160 CPUtime=0.05
/proc/2387/task/2393/stat : 2393 (java) S 2386 2373 30144 0 -1 64 315 0 0 0 5 0 0 0 16 0 9 0 1999592226 884899840 13986 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2387/tid=2394] ppid=2386 vsize=864160 CPUtime=0
/proc/2387/task/2394/stat : 2394 (java) S 2386 2373 30144 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1999592226 884899840 13986 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2387/tid=2395] ppid=2386 vsize=864160 CPUtime=0
/proc/2387/task/2395/stat : 2395 (java) S 2386 2373 30144 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 1999592226 884899840 13986 996147200 134512640 134550740 4294955952 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) 883116

[startup+6.3017 s]
/proc/loadavg: 2.00 1.99 1.97 3/76 2397
/proc/meminfo: memFree=1619584/2055920 swapFree=4180028/4192956
[pid=2373] ppid=2371 vsize=13600 CPUtime=4.37
/proc/2373/stat : 2373 (sugar) S 2371 2373 30144 0 -1 4194304 1031 22424 0 2 3 1 417 16 15 0 1 0 1999592125 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2373/statm: 3400 798 370 3 0 500 0
[pid=2396] ppid=2373 vsize=5356 CPUtime=0
/proc/2396/stat : 2396 (sh) S 2373 2373 30144 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1999592577 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2396/statm: 1339 232 193 169 0 50 0
[pid=2397] ppid=2396 vsize=8308 CPUtime=1.75
/proc/2397/stat : 2397 (minisat) R 2396 2373 30144 0 -1 4194304 1970 0 0 0 175 0 0 0 25 0 1 0 1999592577 8507392 1956 996147200 134512640 135127466 4294956256 18446744073709551615 134530573 0 0 4096 3 0 0 0 17 1 0 0
/proc/2397/statm: 2077 1956 75 150 0 1924 0
Current children cumulated CPU time (s) 6.12
Current children cumulated vsize (KiB) 27264

[startup+12.7023 s]
/proc/loadavg: 2.08 2.00 1.98 3/76 2397
/proc/meminfo: memFree=1618176/2055920 swapFree=4180028/4192956
[pid=2373] ppid=2371 vsize=13600 CPUtime=4.37
/proc/2373/stat : 2373 (sugar) S 2371 2373 30144 0 -1 4194304 1031 22424 0 2 3 1 417 16 16 0 1 0 1999592125 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2373/statm: 3400 798 370 3 0 500 0
[pid=2396] ppid=2373 vsize=5356 CPUtime=0
/proc/2396/stat : 2396 (sh) S 2373 2373 30144 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1999592577 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2396/statm: 1339 232 193 169 0 50 0
[pid=2397] ppid=2396 vsize=9644 CPUtime=8.09
/proc/2397/stat : 2397 (minisat) R 2396 2373 30144 0 -1 4194304 2299 0 0 0 808 1 0 0 25 0 1 0 1999592577 9875456 2285 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/2397/statm: 2411 2285 75 150 0 2258 0
Current children cumulated CPU time (s) 12.46
Current children cumulated vsize (KiB) 28600

[startup+25.5015 s]
/proc/loadavg: 2.13 2.02 1.99 3/76 2397
/proc/meminfo: memFree=1616256/2055920 swapFree=4180028/4192956
[pid=2373] ppid=2371 vsize=13600 CPUtime=4.37
/proc/2373/stat : 2373 (sugar) S 2371 2373 30144 0 -1 4194304 1031 22424 0 2 3 1 417 16 16 0 1 0 1999592125 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2373/statm: 3400 798 370 3 0 500 0
[pid=2396] ppid=2373 vsize=5356 CPUtime=0
/proc/2396/stat : 2396 (sh) S 2373 2373 30144 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1999592577 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2396/statm: 1339 232 193 169 0 50 0
[pid=2397] ppid=2396 vsize=11616 CPUtime=20.77
/proc/2397/stat : 2397 (minisat) R 2396 2373 30144 0 -1 4194304 2794 0 0 0 2076 1 0 0 25 0 1 0 1999592577 11894784 2780 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/2397/statm: 2904 2780 75 150 0 2751 0
Current children cumulated CPU time (s) 25.14
Current children cumulated vsize (KiB) 30572

[startup+51.102 s]
/proc/loadavg: 2.23 2.05 2.00 3/76 2397
/proc/meminfo: memFree=1613440/2055920 swapFree=4180028/4192956
[pid=2373] ppid=2371 vsize=13600 CPUtime=4.37
/proc/2373/stat : 2373 (sugar) S 2371 2373 30144 0 -1 4194304 1031 22424 0 2 3 1 417 16 16 0 1 0 1999592125 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2373/statm: 3400 798 370 3 0 500 0
[pid=2396] ppid=2373 vsize=5356 CPUtime=0
/proc/2396/stat : 2396 (sh) S 2373 2373 30144 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1999592577 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2396/statm: 1339 232 193 169 0 50 0
[pid=2397] ppid=2396 vsize=14620 CPUtime=46.13
/proc/2397/stat : 2397 (minisat) R 2396 2373 30144 0 -1 4194304 3498 0 0 0 4611 2 0 0 25 0 1 0 1999592577 14970880 3484 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/2397/statm: 3655 3484 75 150 0 3502 0
Current children cumulated CPU time (s) 50.5
Current children cumulated vsize (KiB) 33576

[startup+102.307 s]
/proc/loadavg: 2.10 2.04 2.00 3/76 2397
/proc/meminfo: memFree=1608384/2055920 swapFree=4180028/4192956
[pid=2373] ppid=2371 vsize=13600 CPUtime=4.37
/proc/2373/stat : 2373 (sugar) S 2371 2373 30144 0 -1 4194304 1031 22424 0 2 3 1 417 16 16 0 1 0 1999592125 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2373/statm: 3400 798 370 3 0 500 0
[pid=2396] ppid=2373 vsize=5356 CPUtime=0
/proc/2396/stat : 2396 (sh) S 2373 2373 30144 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1999592577 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2396/statm: 1339 232 193 169 0 50 0
[pid=2397] ppid=2396 vsize=19612 CPUtime=96.85
/proc/2397/stat : 2397 (minisat) R 2396 2373 30144 0 -1 4194304 4765 0 0 0 9682 3 0 0 25 0 1 0 1999592577 20082688 4751 996147200 134512640 135127466 4294956256 18446744073709551615 134530941 0 0 4096 3 0 0 0 17 1 0 0
/proc/2397/statm: 4903 4751 75 150 0 4750 0
Current children cumulated CPU time (s) 101.22
Current children cumulated vsize (KiB) 38568

[startup+162.302 s]
/proc/loadavg: 2.03 2.03 2.00 3/76 2397
/proc/meminfo: memFree=1604672/2055920 swapFree=4180028/4192956
[pid=2373] ppid=2371 vsize=13600 CPUtime=4.37
/proc/2373/stat : 2373 (sugar) S 2371 2373 30144 0 -1 4194304 1031 22424 0 2 3 1 417 16 16 0 1 0 1999592125 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2373/statm: 3400 798 370 3 0 500 0
[pid=2396] ppid=2373 vsize=5356 CPUtime=0
/proc/2396/stat : 2396 (sh) S 2373 2373 30144 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1999592577 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2396/statm: 1339 232 193 169 0 50 0
[pid=2397] ppid=2396 vsize=23312 CPUtime=156.29
/proc/2397/stat : 2397 (minisat) R 2396 2373 30144 0 -1 4194304 5650 0 0 0 15625 4 0 0 25 0 1 0 1999592577 23871488 5636 996147200 134512640 135127466 4294956256 18446744073709551615 134530632 0 0 4096 3 0 0 0 17 1 0 0
/proc/2397/statm: 5828 5636 75 150 0 5675 0
Current children cumulated CPU time (s) 160.66
Current children cumulated vsize (KiB) 42268


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

/proc/meminfo: memFree=1510592/2055920 swapFree=4180028/4192956
[pid=2373] ppid=2371 vsize=13600 CPUtime=4.37
/proc/2373/stat : 2373 (sugar) S 2371 2373 30144 0 -1 4194304 1031 22424 0 2 3 1 417 16 16 0 1 0 1999592125 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/2373/statm: 3400 798 370 3 0 500 0
[pid=2396] ppid=2373 vsize=5356 CPUtime=0
/proc/2396/stat : 2396 (sh) S 2373 2373 30144 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1999592577 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2396/statm: 1339 232 193 169 0 50 0
[pid=2397] ppid=2396 vsize=39648 CPUtime=1352.07
/proc/2397/stat : 2397 (minisat) R 2396 2373 30144 0 -1 4194304 9565 0 0 0 135194 13 0 0 25 0 1 0 1999592577 40599552 9551 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/2397/statm: 9912 9551 75 150 0 9759 0
Current children cumulated CPU time (s) 1356.44
Current children cumulated vsize (KiB) 58604

[startup+1422.31 s]
/proc/loadavg: 1.99 2.00 2.00 4/83 2562
/proc/meminfo: memFree=1510528/2055920 swapFree=4180028/4192956
[pid=2373] ppid=2371 vsize=13600 CPUtime=4.37
/proc/2373/stat : 2373 (sugar) S 2371 2373 30144 0 -1 4194304 1031 22424 0 2 3 1 417 16 16 0 1 0 1999592125 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/2373/statm: 3400 798 370 3 0 500 0
[pid=2396] ppid=2373 vsize=5356 CPUtime=0
/proc/2396/stat : 2396 (sh) S 2373 2373 30144 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1999592577 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2396/statm: 1339 232 193 169 0 50 0
[pid=2397] ppid=2396 vsize=39804 CPUtime=1412.06
/proc/2397/stat : 2397 (minisat) R 2396 2373 30144 0 -1 4194304 9578 0 0 0 141193 13 0 0 25 0 1 0 1999592577 40759296 9564 996147200 134512640 135127466 4294956256 18446744073709551615 134530692 0 0 4096 3 0 0 0 17 0 0 0
/proc/2397/statm: 9951 9564 75 150 0 9798 0
Current children cumulated CPU time (s) 1416.43
Current children cumulated vsize (KiB) 58760

[startup+1482.3 s]
/proc/loadavg: 1.99 2.00 2.00 3/83 2562
/proc/meminfo: memFree=1509896/2055920 swapFree=4180028/4192956
[pid=2373] ppid=2371 vsize=13600 CPUtime=4.37
/proc/2373/stat : 2373 (sugar) S 2371 2373 30144 0 -1 4194304 1031 22424 0 2 3 1 417 16 16 0 1 0 1999592125 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/2373/statm: 3400 798 370 3 0 500 0
[pid=2396] ppid=2373 vsize=5356 CPUtime=0
/proc/2396/stat : 2396 (sh) S 2373 2373 30144 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1999592577 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2396/statm: 1339 232 193 169 0 50 0
[pid=2397] ppid=2396 vsize=40544 CPUtime=1472.03
/proc/2397/stat : 2397 (minisat) R 2396 2373 30144 0 -1 4194304 9742 0 0 0 147190 13 0 0 25 0 1 0 1999592577 41517056 9728 996147200 134512640 135127466 4294956256 18446744073709551615 134530632 0 0 4096 3 0 0 0 17 0 0 0
/proc/2397/statm: 10136 9728 75 150 0 9983 0
Current children cumulated CPU time (s) 1476.4
Current children cumulated vsize (KiB) 59500

[startup+1542.3 s]
/proc/loadavg: 1.99 2.00 2.00 3/83 2562
/proc/meminfo: memFree=1509512/2055920 swapFree=4180028/4192956
[pid=2373] ppid=2371 vsize=13600 CPUtime=4.37
/proc/2373/stat : 2373 (sugar) S 2371 2373 30144 0 -1 4194304 1031 22424 0 2 3 1 417 16 16 0 1 0 1999592125 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/2373/statm: 3400 798 370 3 0 500 0
[pid=2396] ppid=2373 vsize=5356 CPUtime=0
/proc/2396/stat : 2396 (sh) S 2373 2373 30144 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1999592577 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2396/statm: 1339 232 193 169 0 50 0
[pid=2397] ppid=2396 vsize=40820 CPUtime=1532
/proc/2397/stat : 2397 (minisat) R 2396 2373 30144 0 -1 4194304 9839 0 0 0 153187 13 0 0 25 0 1 0 1999592577 41799680 9825 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/2397/statm: 10205 9825 75 150 0 10052 0
Current children cumulated CPU time (s) 1536.37
Current children cumulated vsize (KiB) 59776

[startup+1602.3 s]
/proc/loadavg: 1.99 2.00 2.00 3/83 2562
/proc/meminfo: memFree=1508232/2055920 swapFree=4180028/4192956
[pid=2373] ppid=2371 vsize=13600 CPUtime=4.37
/proc/2373/stat : 2373 (sugar) S 2371 2373 30144 0 -1 4194304 1031 22424 0 2 3 1 417 16 16 0 1 0 1999592125 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/2373/statm: 3400 798 370 3 0 500 0
[pid=2396] ppid=2373 vsize=5356 CPUtime=0
/proc/2396/stat : 2396 (sh) S 2373 2373 30144 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1999592577 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2396/statm: 1339 232 193 169 0 50 0
[pid=2397] ppid=2396 vsize=42152 CPUtime=1591.98
/proc/2397/stat : 2397 (minisat) R 2396 2373 30144 0 -1 4194304 10163 0 0 0 159184 14 0 0 25 0 1 0 1999592577 43163648 10149 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/2397/statm: 10538 10149 75 150 0 10385 0
Current children cumulated CPU time (s) 1596.35
Current children cumulated vsize (KiB) 61108

[startup+1662.3 s]
/proc/loadavg: 1.99 2.00 2.00 4/83 2562
/proc/meminfo: memFree=1508040/2055920 swapFree=4180028/4192956
[pid=2373] ppid=2371 vsize=13600 CPUtime=4.37
/proc/2373/stat : 2373 (sugar) S 2371 2373 30144 0 -1 4194304 1031 22424 0 2 3 1 417 16 16 0 1 0 1999592125 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/2373/statm: 3400 798 370 3 0 500 0
[pid=2396] ppid=2373 vsize=5356 CPUtime=0
/proc/2396/stat : 2396 (sh) S 2373 2373 30144 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1999592577 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2396/statm: 1339 232 193 169 0 50 0
[pid=2397] ppid=2396 vsize=42316 CPUtime=1651.96
/proc/2397/stat : 2397 (minisat) R 2396 2373 30144 0 -1 4194304 10204 0 0 0 165182 14 0 0 25 0 1 0 1999592577 43331584 10190 996147200 134512640 135127466 4294956256 18446744073709551615 134530673 0 0 4096 3 0 0 0 17 0 0 0
/proc/2397/statm: 10579 10190 75 150 0 10426 0
Current children cumulated CPU time (s) 1656.33
Current children cumulated vsize (KiB) 61272

[startup+1722.3 s]
/proc/loadavg: 1.99 2.00 2.00 3/83 2562
/proc/meminfo: memFree=1507784/2055920 swapFree=4180028/4192956
[pid=2373] ppid=2371 vsize=13600 CPUtime=4.37
/proc/2373/stat : 2373 (sugar) S 2371 2373 30144 0 -1 4194304 1031 22424 0 2 3 1 417 16 16 0 1 0 1999592125 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/2373/statm: 3400 798 370 3 0 500 0
[pid=2396] ppid=2373 vsize=5356 CPUtime=0
/proc/2396/stat : 2396 (sh) S 2373 2373 30144 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1999592577 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2396/statm: 1339 232 193 169 0 50 0
[pid=2397] ppid=2396 vsize=42628 CPUtime=1711.93
/proc/2397/stat : 2397 (minisat) R 2396 2373 30144 0 -1 4194304 10276 0 0 0 171179 14 0 0 25 0 1 0 1999592577 43651072 10262 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/2397/statm: 10657 10262 75 150 0 10504 0
Current children cumulated CPU time (s) 1716.3
Current children cumulated vsize (KiB) 61584

[startup+1782.3 s]
/proc/loadavg: 1.99 2.00 2.00 3/83 2562
/proc/meminfo: memFree=1507528/2055920 swapFree=4180028/4192956
[pid=2373] ppid=2371 vsize=13600 CPUtime=4.37
/proc/2373/stat : 2373 (sugar) S 2371 2373 30144 0 -1 4194304 1031 22424 0 2 3 1 417 16 16 0 1 0 1999592125 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/2373/statm: 3400 798 370 3 0 500 0
[pid=2396] ppid=2373 vsize=5356 CPUtime=0
/proc/2396/stat : 2396 (sh) S 2373 2373 30144 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1999592577 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2396/statm: 1339 232 193 169 0 50 0
[pid=2397] ppid=2396 vsize=42928 CPUtime=1771.91
/proc/2397/stat : 2397 (minisat) R 2396 2373 30144 0 -1 4194304 10326 0 0 0 177177 14 0 0 25 0 1 0 1999592577 43958272 10312 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/2397/statm: 10732 10312 75 150 0 10579 0
Current children cumulated CPU time (s) 1776.28
Current children cumulated vsize (KiB) 61884



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1806.1 s]
/proc/loadavg: 1.99 2.00 2.00 3/83 2562
/proc/meminfo: memFree=1507272/2055920 swapFree=4180028/4192956
[pid=2373] ppid=2371 vsize=13600 CPUtime=4.37
/proc/2373/stat : 2373 (sugar) S 2371 2373 30144 0 -1 4194304 1031 22424 0 2 3 1 417 16 16 0 1 0 1999592125 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/2373/statm: 3400 798 370 3 0 500 0
[pid=2396] ppid=2373 vsize=5356 CPUtime=0
/proc/2396/stat : 2396 (sh) S 2373 2373 30144 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1999592577 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2396/statm: 1339 232 193 169 0 50 0
[pid=2397] ppid=2396 vsize=42928 CPUtime=1795.71
/proc/2397/stat : 2397 (minisat) R 2396 2373 30144 0 -1 4194304 10347 0 0 0 179557 14 0 0 25 0 1 0 1999592577 43958272 10333 996147200 134512640 135127466 4294956256 18446744073709551615 134530766 0 0 4096 3 0 0 0 17 0 0 0
/proc/2397/statm: 10732 10333 75 150 0 10579 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 61884

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

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

[startup+1806.1 s]
/proc/loadavg: 1.99 2.00 2.00 3/83 2562
/proc/meminfo: memFree=1507272/2055920 swapFree=4180028/4192956
[pid=2373] ppid=2371 vsize=13600 CPUtime=4.37
/proc/2373/stat : 2373 (sugar) S 2371 2373 30144 0 -1 4194304 1031 22424 0 2 3 1 417 16 16 0 1 0 1999592125 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/2373/statm: 3400 798 370 3 0 500 0
[pid=2396] ppid=2373 vsize=5356 CPUtime=0
/proc/2396/stat : 2396 (sh) S 2373 2373 30144 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1999592577 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2396/statm: 1339 232 193 169 0 50 0
[pid=2397] ppid=2396 vsize=42928 CPUtime=1795.71
/proc/2397/stat : 2397 (minisat) R 2396 2373 30144 0 -1 4194304 10347 0 0 0 179557 14 0 0 25 0 1 0 1999592577 43958272 10333 996147200 134512640 135127466 4294956256 18446744073709551615 134530766 0 0 4096 3 0 0 0 17 0 0 0
/proc/2397/statm: 10732 10333 75 150 0 10579 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 61884

Child status: 0

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

Real time (s): 1806.13
CPU time (s): 1800.08
CPU user time (s): 1799.77
CPU system time (s): 0.31
CPU usage (%): 99.6652
Max. virtual memory (cumulated for all children) (KiB): 883228

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4.20936
system time used= 0.19097
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 24033
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= 2352
involuntary context switches= 2236

runsolver used 2.07368 second user time and 6.15506 second system time

The end

Launcher Data (download as text)

Begin job on node4 at 2008-07-04 23:16:07
IDJOB=1078260
IDBENCH=56774
IDSOLVER=346
FILE ID=node4/1078260-1215206167
PBS_JOBID= 7881576
Free space on /tmp= 66476 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/rand-3-20-20-fcd/normalized-rand-3-20-20-60-632-fcd-37_ext.xml
COMMAND LINE= DIR/sugar -c -vv -java="java -Xmx700M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1078260-1215206167/watcher-1078260-1215206167 -o /tmp/evaluation-result-1078260-1215206167/solver-1078260-1215206167 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/sugar -c -vv -java="java -Xmx700M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-1078260-1215206167.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 9c07a26c3915f8e4fb3dd975de327ea6
RANDOM SEED=1490034800

node4.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	: 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.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:       1634104 kB
Buffers:         63884 kB
Cached:         243620 kB
SwapCached:       6792 kB
Active:         273180 kB
Inactive:        90580 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1634104 kB
SwapTotal:     4192956 kB
SwapFree:      4180028 kB
Dirty:            2760 kB
Writeback:           0 kB
Mapped:          64024 kB
Slab:            43104 kB
Committed_AS:  3330740 kB
PageTables:       2044 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= 66492 MiB
End job on node4 at 2008-07-04 23:46:16