Trace number 1083247

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.12 1814.83

General information on the benchmark

Namecsp/super-js/super-js-taillard-20-15/
normalized-super-js-taillard-20-15-24.xml
MD5SUM32c080069cd6a9f51c8c0a6f1b619a56
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark5.97209
Satisfiable
(Un)Satisfiability was proved
Number of variables600
Number of constraints9690
Maximum constraint arity2
Maximum domain size1288
Number of constraints which are defined in extension0
Number of constraints which are defined in intension9690
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 Sat Jul  5 04:53:57 2008
0.00/0.04	c 0	PID 14218
0.00/0.04	c 0	HOST node76.alineos.net
0.00/0.04	c 0	CONVERTING HOME/instance-1083247-1215226437.xml TO HOME/temp.csp
0.00/0.04	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1083247-1215226437.xml' 'HOME/temp.csp'
0.96/1.05	c 1	98 domains, 600 variables, 4 predicates, 0 relations, 9690 constraints
0.96/1.09	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.96/1.09	c 1	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'
1.01/1.17	c 2	Parsing HOME/temp.csp
1.01/1.48	c 2	parsed 10000 expressions
1.01/1.49	c 2	parsed 10392 expressions
1.01/1.49	c 2	Heap : 3 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.01/1.49	c 2	Converting to clausal form CSP
1.01/1.60	c 2	converted 1040 (10%) expressions
1.01/1.73	c 2	converted 2079 (20%) expressions
1.01/1.81	c 2	converted 3118 (30%) expressions
1.01/1.84	c 2	converted 4157 (40%) expressions
1.01/1.88	c 2	converted 5196 (50%) expressions
1.02/1.92	c 2	converted 6236 (60%) expressions
1.02/1.95	c 2	converted 7275 (70%) expressions
1.02/2.04	c 2	converted 8314 (80%) expressions
1.02/2.07	c 2	converted 9353 (90%) expressions
2.01/2.10	c 2	converted 10392 (100%) expressions
2.01/2.10	c 2	CSP : 600 integers, 0 booleans, 9690 clauses, largest domain size 1288
2.01/2.10	c 2	Heap : 9 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.01/2.10	c 2	Propagation in CSP
2.41/2.58	c 3	400680 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.41/2.58	c 3	CSP : 600 integers, 0 booleans, 9690 clauses, largest domain size 704
2.41/2.58	c 3	Heap : 11 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.41/2.58	c 3	Simplifing CSP by introducing new Boolean variables
2.60/2.74	c 3	CSP : 600 integers, 17700 booleans, 27390 clauses, largest domain size 704
2.60/2.74	c 3	Heap : 16 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.70/2.83	c 3	Encoding CSP to SAT : HOME/temp.cnf
2.80/2.90	c 3	60 (10%) CSP integer variables are encoded (37050 clauses, 533642 bytes)
2.80/2.94	c 3	120 (20%) CSP integer variables are encoded (74940 clauses, 1101992 bytes)
2.80/2.99	c 3	180 (30%) CSP integer variables are encoded (114690 clauses, 1727937 bytes)
2.90/3.04	c 3	240 (40%) CSP integer variables are encoded (150000 clauses, 2328207 bytes)
2.90/3.07	c 3	300 (50%) CSP integer variables are encoded (180810 clauses, 2851977 bytes)
3.00/3.12	c 3	360 (60%) CSP integer variables are encoded (217620 clauses, 3477747 bytes)
3.00/3.16	c 4	420 (70%) CSP integer variables are encoded (249930 clauses, 4027017 bytes)
3.00/3.20	c 4	480 (80%) CSP integer variables are encoded (286440 clauses, 4647687 bytes)
3.10/3.24	c 4	540 (90%) CSP integer variables are encoded (313530 clauses, 5108217 bytes)
3.10/3.27	c 4	600 (100%) CSP integer variables are encoded (342900 clauses, 5607507 bytes)
4.20/4.37	c 5	2739 (10%) CSP clauses are encoded (931330 clauses, 18936322 bytes)
5.40/5.60	c 6	5478 (20%) CSP clauses are encoded (1618525 clauses, 34991013 bytes)
6.61/6.77	c 7	8217 (30%) CSP clauses are encoded (2274753 clauses, 50342634 bytes)
7.97/8.11	c 8	10956 (40%) CSP clauses are encoded (3003817 clauses, 67416996 bytes)
9.07/9.29	c 10	13695 (50%) CSP clauses are encoded (3653791 clauses, 83000061 bytes)
10.27/10.41	c 11	16434 (60%) CSP clauses are encoded (4270809 clauses, 98102266 bytes)
11.17/11.37	c 12	19173 (70%) CSP clauses are encoded (4803837 clauses, 111115782 bytes)
12.37/12.55	c 13	21912 (80%) CSP clauses are encoded (5467237 clauses, 127256996 bytes)
13.36/13.57	c 14	24651 (90%) CSP clauses are encoded (6040458 clauses, 141075944 bytes)
14.47/14.63	c 15	27390 (100%) CSP clauses are encoded (6660960 clauses, 155497118 bytes)
14.47/14.63	c 15	27390 CSP clauses encoded
14.47/14.63	c 15	Writing map file : HOME/temp.map
14.47/14.65	c 15	Heap : 10 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
14.47/14.65	c 15	SAT : 361200 SAT variables, 6660960 SAT clauses, 155497118 bytes
14.47/14.65	c 15	Heap : 10 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
14.47/14.68	c 15	SOLVING HOME/temp.cnf
14.47/14.68	c 15	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
14.54/15.20	c 16	This is MiniSat 2.0 beta
14.54/15.20	c 16	WARNING: for repeatability, setting FPU to use double precision
14.54/15.21	c 16	============================[ Problem Statistics ]=============================
14.54/15.21	c 16	|                                                                             |
14.54/15.21	c 16	|  Number of variables:  361200                                               |
14.54/15.21	c 16	|  Number of clauses:    6660960                                              |
18.18/18.94	c 19	|  Parsing time:         3.19         s                                       |
18.38/19.13	c 19	============================[ Search Statistics ]==============================
18.38/19.13	c 19	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
18.38/19.13	c 19	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
18.38/19.13	c 19	===============================================================================
18.38/19.13	c 19	|         0 |  359274  6659034 19126950 |  2219678        0    nan |  0.000 % |
22.35/23.15	c 23	|       100 |  359274  6659034 19126950 |  2441645      100     27 |  0.533 % |
26.90/27.78	c 28	|       251 |  359274  6659034 19126950 |  2685810      251     22 |  0.533 % |
31.25/32.18	c 33	|       478 |  359274  6659034 19126950 |  2954391      478     18 |  0.533 % |
39.79/40.72	c 41	|       816 |  359274  6659034 19126950 |  3249830      815     18 |  0.537 % |
52.56/53.74	c 54	|      1322 |  359259  6658684 19125956 |  3574813     1320     16 |  0.543 % |
73.64/75.03	c 75	|      2081 |  359217  6657955 19123920 |  3932294     2078     17 |  0.549 % |
106.92/108.67	c 109	|      3220 |  359217  6657955 19123920 |  4325524     3217     16 |  0.549 % |
150.31/152.41	c 153	|      4929 |  359121  6655894 19118069 |  4758076     4917     16 |  0.586 % |
201.21/203.84	c 204	|      7491 |  359064  6654767 19114880 |  5233884     7477     16 |  0.596 % |
292.73/296.21	c 297	|     11335 |  358999  6653646 19111747 |  5757273    11316     17 |  0.609 % |
444.08/449.07	c 449	|     17101 |  358921  6652365 19108155 |  6333000    17075     18 |  0.631 % |
660.74/667.71	c 668	|     25753 |  358862  6651230 19104958 |  6966300    25721     18 |  0.651 % |
996.26/1006.43	c 1007	|     38727 |  358810  6650035 19101537 |  7662930    38691     20 |  0.663 % |
1511.60/1526.10	c 1526	|     58188 |  358660  6647118 19093240 |  8429223    58137     21 |  0.711 % |
1800.09/1814.72	c ERROR INTERRUPTED
1800.09/1814.76	s UNKNOWN
1800.09/1814.76	c 1815	CPU 13.34 (0.03 0.01 13.31 1.2)
1800.09/1814.76	c 1815	END Sat Jul  5 05:24:12 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-1083247-1215226437/watcher-1083247-1215226437 -o /tmp/evaluation-result-1083247-1215226437/solver-1083247-1215226437 -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-1083247-1215226437.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: 1.92 1.98 1.99 4/88 14218
/proc/meminfo: memFree=1495232/2055920 swapFree=4179164/4192956
[pid=14218] ppid=14216 vsize=12272 CPUtime=0
/proc/14218/stat : 14218 (sugar) R 14216 14218 11600 0 -1 4194304 359 0 0 0 0 0 0 0 18 0 1 0 134324365 12566528 327 996147200 4194304 4206940 548682068608 18446744073709551615 265682992126 0 0 4224 0 0 0 0 17 0 0 0
/proc/14218/statm: 3068 327 246 3 0 168 0

[startup+0.0468789 s]
/proc/loadavg: 1.92 1.98 1.99 4/88 14218
/proc/meminfo: memFree=1495232/2055920 swapFree=4179164/4192956
[pid=14218] ppid=14216 vsize=13600 CPUtime=0.02
/proc/14218/stat : 14218 (sugar) S 14216 14218 11600 0 -1 4194304 900 127 0 0 2 0 0 0 18 0 1 0 134324365 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14218/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 13600

[startup+0.102802 s]
/proc/loadavg: 1.92 1.98 1.99 4/88 14218
/proc/meminfo: memFree=1495232/2055920 swapFree=4179164/4192956
[pid=14218] ppid=14216 vsize=13600 CPUtime=0.02
/proc/14218/stat : 14218 (sugar) S 14216 14218 11600 0 -1 4194304 900 127 0 0 2 0 0 0 18 0 1 0 134324365 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14218/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 13600

[startup+0.301819 s]
/proc/loadavg: 1.92 1.98 1.99 4/88 14218
/proc/meminfo: memFree=1495232/2055920 swapFree=4179164/4192956
[pid=14218] ppid=14216 vsize=13600 CPUtime=0.02
/proc/14218/stat : 14218 (sugar) S 14216 14218 11600 0 -1 4194304 900 127 0 0 2 0 0 0 18 0 1 0 134324365 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14218/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 13600

[startup+0.702876 s]
/proc/loadavg: 1.92 1.98 1.99 4/88 14218
/proc/meminfo: memFree=1495232/2055920 swapFree=4179164/4192956
[pid=14218] ppid=14216 vsize=13600 CPUtime=0.02
/proc/14218/stat : 14218 (sugar) S 14216 14218 11600 0 -1 4194304 900 127 0 0 2 0 0 0 18 0 1 0 134324365 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14218/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 13600

[startup+1.50296 s]
/proc/loadavg: 1.92 1.98 1.99 3/99 14230
/proc/meminfo: memFree=1472552/2055920 swapFree=4179164/4192956
[pid=14218] ppid=14216 vsize=13600 CPUtime=1.01
/proc/14218/stat : 14218 (sugar) S 14216 14218 11600 0 -1 4194304 974 9044 0 1 2 0 93 6 15 0 1 0 134324365 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14218/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 1.01
Current children cumulated vsize (KiB) 13600

[startup+3.10114 s]
/proc/loadavg: 1.92 1.98 1.99 4/99 14240
/proc/meminfo: memFree=1473320/2055920 swapFree=4179164/4192956
[pid=14218] ppid=14216 vsize=13600 CPUtime=1.02
/proc/14218/stat : 14218 (sugar) S 14216 14218 11600 0 -1 4194304 974 9044 0 1 3 0 93 6 15 0 1 0 134324365 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14218/statm: 3400 797 370 3 0 500 0
[pid=14231] ppid=14218 vsize=5356 CPUtime=0
/proc/14231/stat : 14231 (sh) S 14218 14218 11600 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 134324474 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14231/statm: 1339 233 193 169 0 50 0
[pid=14232] ppid=14231 vsize=868472 CPUtime=1.98
/proc/14232/stat : 14232 (java) S 14231 14218 11600 0 -1 0 10317 0 1 0 190 8 0 0 20 0 9 0 134324475 889315328 9279 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14232/statm: 217118 9279 2565 9 0 211665 0
[pid=14232/tid=14233] ppid=14231 vsize=868472 CPUtime=1.29
/proc/14232/task/14233/stat : 14233 (java) R 14231 14218 11600 0 -1 64 3005 0 1 0 126 3 0 0 25 0 9 0 134324475 889315328 9279 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14232/tid=14234] ppid=14231 vsize=868472 CPUtime=0.45
/proc/14232/task/14234/stat : 14234 (java) S 14231 14218 11600 0 -1 64 5130 0 0 0 42 3 0 0 16 0 9 0 134324476 889315328 9279 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14232/tid=14235] ppid=14231 vsize=868472 CPUtime=0
/proc/14232/task/14235/stat : 14235 (java) S 14231 14218 11600 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 134324477 889315328 9279 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14232/tid=14236] ppid=14231 vsize=868472 CPUtime=0
/proc/14232/task/14236/stat : 14236 (java) S 14231 14218 11600 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 134324477 889315328 9279 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14232/tid=14237] ppid=14231 vsize=868472 CPUtime=0
/proc/14232/task/14237/stat : 14237 (java) S 14231 14218 11600 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 134324479 889315328 9279 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14232/tid=14238] ppid=14231 vsize=868472 CPUtime=0.21
/proc/14232/task/14238/stat : 14238 (java) S 14231 14218 11600 0 -1 64 1488 0 0 0 20 1 0 0 16 0 9 0 134324479 889315328 9279 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14232/tid=14239] ppid=14231 vsize=868472 CPUtime=0
/proc/14232/task/14239/stat : 14239 (java) S 14231 14218 11600 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 134324479 889315328 9279 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14232/tid=14240] ppid=14231 vsize=868472 CPUtime=0
/proc/14232/task/14240/stat : 14240 (java) S 14231 14218 11600 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 134324479 889315328 9279 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3
Current children cumulated vsize (KiB) 887428

[startup+6.3025 s]
/proc/loadavg: 1.93 1.98 1.99 3/99 14240
/proc/meminfo: memFree=1432872/2055920 swapFree=4179164/4192956
[pid=14218] ppid=14216 vsize=13600 CPUtime=1.03
/proc/14218/stat : 14218 (sugar) S 14216 14218 11600 0 -1 4194304 974 9044 0 1 3 1 93 6 16 0 1 0 134324365 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14218/statm: 3400 797 370 3 0 500 0
[pid=14231] ppid=14218 vsize=5356 CPUtime=0
/proc/14231/stat : 14231 (sh) S 14218 14218 11600 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 134324474 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14231/statm: 1339 233 193 169 0 50 0
[pid=14232] ppid=14231 vsize=868472 CPUtime=5.18
/proc/14232/stat : 14232 (java) S 14231 14218 11600 0 -1 0 10989 0 1 0 484 34 0 0 20 0 9 0 134324475 889315328 9296 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14232/statm: 217118 9296 2565 9 0 211665 0
[pid=14232/tid=14233] ppid=14231 vsize=868472 CPUtime=4.27
/proc/14232/task/14233/stat : 14233 (java) R 14231 14218 11600 0 -1 64 3661 0 1 0 402 25 0 0 25 0 9 0 134324475 889315328 9296 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14232/tid=14234] ppid=14231 vsize=868472 CPUtime=0.64
/proc/14232/task/14234/stat : 14234 (java) S 14231 14218 11600 0 -1 64 5130 0 0 0 58 6 0 0 16 0 9 0 134324476 889315328 9296 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14232/tid=14235] ppid=14231 vsize=868472 CPUtime=0
/proc/14232/task/14235/stat : 14235 (java) S 14231 14218 11600 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 134324477 889315328 9296 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14232/tid=14236] ppid=14231 vsize=868472 CPUtime=0
/proc/14232/task/14236/stat : 14236 (java) S 14231 14218 11600 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 134324477 889315328 9296 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14232/tid=14237] ppid=14231 vsize=868472 CPUtime=0
/proc/14232/task/14237/stat : 14237 (java) S 14231 14218 11600 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 134324479 889315328 9296 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14232/tid=14238] ppid=14231 vsize=868472 CPUtime=0.24
/proc/14232/task/14238/stat : 14238 (java) S 14231 14218 11600 0 -1 64 1504 0 0 0 23 1 0 0 16 0 9 0 134324479 889315328 9296 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14232/tid=14239] ppid=14231 vsize=868472 CPUtime=0
/proc/14232/task/14239/stat : 14239 (java) S 14231 14218 11600 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 134324479 889315328 9296 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14232/tid=14240] ppid=14231 vsize=868472 CPUtime=0
/proc/14232/task/14240/stat : 14240 (java) S 14231 14218 11600 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 134324479 889315328 9296 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 887428

[startup+12.7012 s]
/proc/loadavg: 2.01 2.00 2.00 3/99 14240
/proc/meminfo: memFree=1343656/2055920 swapFree=4179164/4192956
[pid=14218] ppid=14216 vsize=13600 CPUtime=1.03
/proc/14218/stat : 14218 (sugar) S 14216 14218 11600 0 -1 4194304 974 9044 0 1 3 1 93 6 16 0 1 0 134324365 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14218/statm: 3400 797 370 3 0 500 0
[pid=14231] ppid=14218 vsize=5356 CPUtime=0
/proc/14231/stat : 14231 (sh) S 14218 14218 11600 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 134324474 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14231/statm: 1339 233 193 169 0 50 0
[pid=14232] ppid=14231 vsize=868472 CPUtime=11.54
/proc/14232/stat : 14232 (java) S 14231 14218 11600 0 -1 0 12321 0 1 0 1060 94 0 0 20 0 9 0 134324475 889315328 9296 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14232/statm: 217118 9296 2565 9 0 211665 0
[pid=14232/tid=14233] ppid=14231 vsize=868472 CPUtime=10.22
/proc/14232/task/14233/stat : 14233 (java) R 14231 14218 11600 0 -1 64 4993 0 1 0 945 77 0 0 25 0 9 0 134324475 889315328 9296 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14232/tid=14234] ppid=14231 vsize=868472 CPUtime=1.05
/proc/14232/task/14234/stat : 14234 (java) S 14231 14218 11600 0 -1 64 5130 0 0 0 91 14 0 0 16 0 9 0 134324476 889315328 9296 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14232/tid=14235] ppid=14231 vsize=868472 CPUtime=0
/proc/14232/task/14235/stat : 14235 (java) S 14231 14218 11600 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 134324477 889315328 9296 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14232/tid=14236] ppid=14231 vsize=868472 CPUtime=0
/proc/14232/task/14236/stat : 14236 (java) S 14231 14218 11600 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 134324477 889315328 9296 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14232/tid=14237] ppid=14231 vsize=868472 CPUtime=0
/proc/14232/task/14237/stat : 14237 (java) S 14231 14218 11600 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 134324479 889315328 9296 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14232/tid=14238] ppid=14231 vsize=868472 CPUtime=0.24
/proc/14232/task/14238/stat : 14238 (java) S 14231 14218 11600 0 -1 64 1504 0 0 0 23 1 0 0 16 0 9 0 134324479 889315328 9296 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14232/tid=14239] ppid=14231 vsize=868472 CPUtime=0
/proc/14232/task/14239/stat : 14239 (java) S 14231 14218 11600 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 134324479 889315328 9296 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14232/tid=14240] ppid=14231 vsize=868472 CPUtime=0
/proc/14232/task/14240/stat : 14240 (java) S 14231 14218 11600 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 134324479 889315328 9296 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.57
Current children cumulated vsize (KiB) 887428

[startup+25.5027 s]
/proc/loadavg: 2.30 2.06 2.02 3/91 14242
/proc/meminfo: memFree=1035944/2055920 swapFree=4179164/4192956
[pid=14218] ppid=14216 vsize=13600 CPUtime=14.54
/proc/14218/stat : 14218 (sugar) S 14216 14218 11600 0 -1 4194304 1033 22080 0 2 3 1 1331 119 16 0 1 0 134324365 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14218/statm: 3400 799 370 3 0 500 0
[pid=14241] ppid=14218 vsize=5356 CPUtime=0
/proc/14241/stat : 14241 (sh) S 14218 14218 11600 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 134325833 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14241/statm: 1339 232 193 169 0 50 0
[pid=14242] ppid=14241 vsize=312324 CPUtime=10.18
/proc/14242/stat : 14242 (minisat) R 14241 14218 11600 0 -1 4194304 74979 0 0 0 964 54 0 0 25 0 1 0 134325885 319819776 74965 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/14242/statm: 78081 74965 76 150 0 77928 0
Current children cumulated CPU time (s) 24.72
Current children cumulated vsize (KiB) 331280

[startup+51.1026 s]
/proc/loadavg: 2.76 2.19 2.06 3/91 14242
/proc/meminfo: memFree=1030440/2055920 swapFree=4179164/4192956
[pid=14218] ppid=14216 vsize=13600 CPUtime=14.54
/proc/14218/stat : 14218 (sugar) S 14216 14218 11600 0 -1 4194304 1033 22080 0 2 3 1 1331 119 16 0 1 0 134324365 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14218/statm: 3400 799 370 3 0 500 0
[pid=14241] ppid=14218 vsize=5356 CPUtime=0
/proc/14241/stat : 14241 (sh) S 14218 14218 11600 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 134325833 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14241/statm: 1339 232 193 169 0 50 0
[pid=14242] ppid=14241 vsize=316416 CPUtime=35.45
/proc/14242/stat : 14242 (minisat) R 14241 14218 11600 0 -1 4194304 76020 0 0 0 3489 56 0 0 25 0 1 0 134325885 324009984 76006 996147200 134512640 135127466 4294956256 18446744073709551615 134530762 0 0 4096 3 0 0 0 17 1 0 0
/proc/14242/statm: 79104 76006 76 150 0 78951 0
Current children cumulated CPU time (s) 49.99
Current children cumulated vsize (KiB) 335372

[startup+102.307 s]
/proc/loadavg: 2.45 2.20 2.07 3/91 14242
/proc/meminfo: memFree=1034728/2055920 swapFree=4179164/4192956
[pid=14218] ppid=14216 vsize=13600 CPUtime=14.54
/proc/14218/stat : 14218 (sugar) S 14216 14218 11600 0 -1 4194304 1033 22080 0 2 3 1 1331 119 16 0 1 0 134324365 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14218/statm: 3400 799 370 3 0 500 0
[pid=14241] ppid=14218 vsize=5356 CPUtime=0
/proc/14241/stat : 14241 (sh) S 14218 14218 11600 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 134325833 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14241/statm: 1339 232 193 169 0 50 0
[pid=14242] ppid=14241 vsize=317476 CPUtime=86.14
/proc/14242/stat : 14242 (minisat) R 14241 14218 11600 0 -1 4194304 76260 0 0 0 8557 57 0 0 25 0 1 0 134325885 325095424 76246 996147200 134512640 135127466 4294956256 18446744073709551615 134530846 0 0 4096 3 0 0 0 17 1 0 0
/proc/14242/statm: 79369 76246 76 150 0 79216 0

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

[pid=14241] ppid=14218 vsize=5356 CPUtime=0
/proc/14241/stat : 14241 (sh) S 14218 14218 11600 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 134325833 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14241/statm: 1339 232 193 169 0 50 0
[pid=14242] ppid=14241 vsize=324260 CPUtime=1393.72
/proc/14242/stat : 14242 (minisat) R 14241 14218 11600 0 -1 4194304 77980 0 0 0 139313 59 0 0 25 0 1 0 134325885 332042240 77966 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/14242/statm: 81065 77966 76 150 0 80912 0
Current children cumulated CPU time (s) 1408.26
Current children cumulated vsize (KiB) 343216

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 14278
/proc/meminfo: memFree=1059264/2055920 swapFree=4179164/4192956
[pid=14218] ppid=14216 vsize=13600 CPUtime=14.54
/proc/14218/stat : 14218 (sugar) S 14216 14218 11600 0 -1 4194304 1033 22080 0 2 3 1 1331 119 16 0 1 0 134324365 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14218/statm: 3400 799 370 3 0 500 0
[pid=14241] ppid=14218 vsize=5356 CPUtime=0
/proc/14241/stat : 14241 (sh) S 14218 14218 11600 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 134325833 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14241/statm: 1339 232 193 169 0 50 0
[pid=14242] ppid=14241 vsize=324524 CPUtime=1453.28
/proc/14242/stat : 14242 (minisat) R 14241 14218 11600 0 -1 4194304 78072 0 0 0 145268 60 0 0 25 0 1 0 134325885 332312576 78058 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 0 0 0
/proc/14242/statm: 81131 78058 76 150 0 80978 0
Current children cumulated CPU time (s) 1467.82
Current children cumulated vsize (KiB) 343480

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 14278
/proc/meminfo: memFree=1005696/2055920 swapFree=4179164/4192956
[pid=14218] ppid=14216 vsize=13600 CPUtime=14.54
/proc/14218/stat : 14218 (sugar) S 14216 14218 11600 0 -1 4194304 1033 22080 0 2 3 1 1331 119 16 0 1 0 134324365 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14218/statm: 3400 799 370 3 0 500 0
[pid=14241] ppid=14218 vsize=5356 CPUtime=0
/proc/14241/stat : 14241 (sh) S 14218 14218 11600 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 134325833 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14241/statm: 1339 232 193 169 0 50 0
[pid=14242] ppid=14241 vsize=324920 CPUtime=1513.25
/proc/14242/stat : 14242 (minisat) R 14241 14218 11600 0 -1 4194304 78148 0 0 0 151265 60 0 0 25 0 1 0 134325885 332718080 78134 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/14242/statm: 81230 78134 76 150 0 81077 0
Current children cumulated CPU time (s) 1527.79
Current children cumulated vsize (KiB) 343876

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 14278
/proc/meminfo: memFree=1004800/2055920 swapFree=4179164/4192956
[pid=14218] ppid=14216 vsize=13600 CPUtime=14.54
/proc/14218/stat : 14218 (sugar) S 14216 14218 11600 0 -1 4194304 1033 22080 0 2 3 1 1331 119 16 0 1 0 134324365 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14218/statm: 3400 799 370 3 0 500 0
[pid=14241] ppid=14218 vsize=5356 CPUtime=0
/proc/14241/stat : 14241 (sh) S 14218 14218 11600 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 134325833 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14241/statm: 1339 232 193 169 0 50 0
[pid=14242] ppid=14241 vsize=325184 CPUtime=1573.23
/proc/14242/stat : 14242 (minisat) R 14241 14218 11600 0 -1 4194304 78216 0 0 0 157263 60 0 0 25 0 1 0 134325885 332988416 78202 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/14242/statm: 81296 78202 76 150 0 81143 0
Current children cumulated CPU time (s) 1587.77
Current children cumulated vsize (KiB) 344140

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 14278
/proc/meminfo: memFree=1004352/2055920 swapFree=4179164/4192956
[pid=14218] ppid=14216 vsize=13600 CPUtime=14.54
/proc/14218/stat : 14218 (sugar) S 14216 14218 11600 0 -1 4194304 1033 22080 0 2 3 1 1331 119 16 0 1 0 134324365 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14218/statm: 3400 799 370 3 0 500 0
[pid=14241] ppid=14218 vsize=5356 CPUtime=0
/proc/14241/stat : 14241 (sh) S 14218 14218 11600 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 134325833 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14241/statm: 1339 232 193 169 0 50 0
[pid=14242] ppid=14241 vsize=325436 CPUtime=1633.2
/proc/14242/stat : 14242 (minisat) R 14241 14218 11600 0 -1 4194304 78271 0 0 0 163260 60 0 0 25 0 1 0 134325885 333246464 78257 996147200 134512640 135127466 4294956256 18446744073709551615 134530817 0 0 4096 3 0 0 0 17 0 0 0
/proc/14242/statm: 81359 78257 76 150 0 81206 0
Current children cumulated CPU time (s) 1647.74
Current children cumulated vsize (KiB) 344392

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 14278
/proc/meminfo: memFree=1004032/2055920 swapFree=4179164/4192956
[pid=14218] ppid=14216 vsize=13600 CPUtime=14.54
/proc/14218/stat : 14218 (sugar) S 14216 14218 11600 0 -1 4194304 1033 22080 0 2 3 1 1331 119 16 0 1 0 134324365 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14218/statm: 3400 799 370 3 0 500 0
[pid=14241] ppid=14218 vsize=5356 CPUtime=0
/proc/14241/stat : 14241 (sh) S 14218 14218 11600 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 134325833 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14241/statm: 1339 232 193 169 0 50 0
[pid=14242] ppid=14241 vsize=325700 CPUtime=1693.18
/proc/14242/stat : 14242 (minisat) R 14241 14218 11600 0 -1 4194304 78335 0 0 0 169258 60 0 0 25 0 1 0 134325885 333516800 78321 996147200 134512640 135127466 4294956256 18446744073709551615 134530624 0 0 4096 3 0 0 0 17 0 0 0
/proc/14242/statm: 81425 78321 76 150 0 81272 0
Current children cumulated CPU time (s) 1707.72
Current children cumulated vsize (KiB) 344656

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 14278
/proc/meminfo: memFree=1003648/2055920 swapFree=4179164/4192956
[pid=14218] ppid=14216 vsize=13600 CPUtime=14.54
/proc/14218/stat : 14218 (sugar) S 14216 14218 11600 0 -1 4194304 1033 22080 0 2 3 1 1331 119 16 0 1 0 134324365 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14218/statm: 3400 799 370 3 0 500 0
[pid=14241] ppid=14218 vsize=5356 CPUtime=0
/proc/14241/stat : 14241 (sh) S 14218 14218 11600 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 134325833 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14241/statm: 1339 232 193 169 0 50 0
[pid=14242] ppid=14241 vsize=326096 CPUtime=1753.15
/proc/14242/stat : 14242 (minisat) R 14241 14218 11600 0 -1 4194304 78431 0 0 0 175255 60 0 0 25 0 1 0 134325885 333922304 78417 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/14242/statm: 81524 78417 76 150 0 81371 0
Current children cumulated CPU time (s) 1767.69
Current children cumulated vsize (KiB) 345052



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1814.7 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 14278
/proc/meminfo: memFree=1003392/2055920 swapFree=4179164/4192956
[pid=14218] ppid=14216 vsize=13600 CPUtime=14.54
/proc/14218/stat : 14218 (sugar) S 14216 14218 11600 0 -1 4194304 1033 22080 0 2 3 1 1331 119 16 0 1 0 134324365 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14218/statm: 3400 799 370 3 0 500 0
[pid=14241] ppid=14218 vsize=5356 CPUtime=0
/proc/14241/stat : 14241 (sh) S 14218 14218 11600 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 134325833 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14241/statm: 1339 232 193 169 0 50 0
[pid=14242] ppid=14241 vsize=326360 CPUtime=1785.55
/proc/14242/stat : 14242 (minisat) R 14241 14218 11600 0 -1 4194304 78501 0 0 0 178494 61 0 0 25 0 1 0 134325885 334192640 78487 996147200 134512640 135127466 4294956256 18446744073709551615 134530654 0 0 4096 3 0 0 0 17 0 0 0
/proc/14242/statm: 81590 78487 76 150 0 81437 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 345316

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

[startup+1814.7 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 14278
/proc/meminfo: memFree=1003392/2055920 swapFree=4179164/4192956
[pid=14218] ppid=14216 vsize=13600 CPUtime=14.54
/proc/14218/stat : 14218 (sugar) S 14216 14218 11600 0 -1 4194304 1033 22080 0 2 3 1 1331 119 16 0 1 0 134324365 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14218/statm: 3400 799 370 3 0 500 0
[pid=14241] ppid=14218 vsize=5356 CPUtime=0
/proc/14241/stat : 14241 (sh) S 14218 14218 11600 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 134325833 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14241/statm: 1339 232 193 169 0 50 0
[pid=14242] ppid=14241 vsize=326360 CPUtime=1785.55
/proc/14242/stat : 14242 (minisat) R 14241 14218 11600 0 -1 4194304 78501 0 0 0 178494 61 0 0 25 0 1 0 134325885 334192640 78487 996147200 134512640 135127466 4294956256 18446744073709551615 134530654 0 0 4096 3 0 0 0 17 0 0 0
/proc/14242/statm: 81590 78487 76 150 0 81437 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 345316

# WARNING:
# current cumulated CPU time (14.61 s) is less than in the last sample (1800.09 s)
# The time of a child was probably not reported to its father.
# (see the samples just above and below)
# Adding the difference (1785.48 s) to the 'lost time'.

[startup+1814.82 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 14278
/proc/meminfo: memFree=1003392/2055920 swapFree=4179164/4192956
[pid=14218] ppid=14216 vsize=13600 CPUtime=14.61
/proc/14218/stat : 14218 (sugar) R 14216 14218 11600 0 -1 4194304 1070 22357 0 2 3 7 1331 120 16 0 1 0 134324365 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 265674265641 0 0 4224 16386 0 0 0 17 0 0 0
/proc/14218/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 14.61
Current children cumulated vsize (KiB) 13600

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

[startup+1814.82 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 14278
/proc/meminfo: memFree=1003392/2055920 swapFree=4179164/4192956
[pid=14218] ppid=14216 vsize=13600 CPUtime=14.61
/proc/14218/stat : 14218 (sugar) R 14216 14218 11600 0 -1 4194304 1070 22357 0 2 3 7 1331 120 16 0 1 0 134324365 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 265674265641 0 0 4224 16386 0 0 0 17 0 0 0
/proc/14218/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 14.61
Current children cumulated vsize (KiB) 13600

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): 1785.48
#  lost CPU user time (s): 1784.94
#  lost CPU system time (s): 0.54

Real time (s): 1814.83
CPU time (s): 1800.12
CPU user time (s): 1798.29
CPU system time (s): 1.8278
CPU usage (%): 99.1893
Max. virtual memory (cumulated for all children) (KiB): 887504

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 13.353
system time used= 1.2878
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 23458
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= 20353
involuntary context switches= 20258

runsolver used 2.20666 second user time and 6.06908 second system time

The end

Launcher Data (download as text)

Begin job on node76 at 2008-07-05 04:53:57
IDJOB=1083247
IDBENCH=57448
IDSOLVER=346
FILE ID=node76/1083247-1215226437
PBS_JOBID= 7881791
Free space on /tmp= 66488 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/super-js/super-js-taillard-20-15/normalized-super-js-taillard-20-15-24.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-1083247-1215226437/watcher-1083247-1215226437 -o /tmp/evaluation-result-1083247-1215226437/solver-1083247-1215226437 -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-1083247-1215226437.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 32c080069cd6a9f51c8c0a6f1b619a56
RANDOM SEED=2029468125

node76.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.222
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.222
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1495648 kB
Buffers:         21044 kB
Cached:         172868 kB
SwapCached:       7640 kB
Active:         422488 kB
Inactive:        72212 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1495648 kB
SwapTotal:     4192956 kB
SwapFree:      4179164 kB
Dirty:            2496 kB
Writeback:           0 kB
Mapped:         319580 kB
Slab:            49784 kB
Committed_AS:   893468 kB
PageTables:       2676 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= 66484 MiB
End job on node76 at 2008-07-05 05:24:14