Trace number 1072131

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.07 1807.73

General information on the benchmark

Namecsp/rand-3-24-24-fcd/
normalized-rand-3-24-24-76-632-fcd-35_ext.xml
MD5SUM081c1d3fd6373619422e8fb447a0908a
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 benchmark3.58845
Satisfiable
(Un)Satisfiability was proved
Number of variables24
Number of constraints75
Maximum constraint arity3
Maximum domain size24
Number of constraints which are defined in extension75
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 13:40:51 2008
0.00/0.04	c 0	PID 4657
0.00/0.04	c 0	HOST node82.alineos.net
0.00/0.04	c 0	CONVERTING HOME/instance-1072131-1215171651.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-1072131-1215171651.xml' 'HOME/temp.csp'
1.27/1.37	c 2	1 domains, 24 variables, 0 predicates, 75 relations, 75 constraints
1.33/1.41	c 2	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.33/1.41	c 2	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.33/1.48	c 2	Parsing HOME/temp.csp
3.72/3.81	c 4	parsed 175 expressions
3.72/3.81	c 4	Heap : 46 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
3.72/3.81	c 4	Converting to clausal form CSP
3.72/3.85	c 4	converted 18 (10%) expressions
3.72/3.87	c 4	converted 35 (20%) expressions
3.72/3.87	c 4	converted 53 (30%) expressions
3.82/3.91	c 4	converted 70 (40%) expressions
3.82/3.94	c 4	converted 88 (50%) expressions
3.92/4.03	c 4	converted 105 (60%) expressions
4.41/4.55	c 5	converted 123 (70%) expressions
4.71/4.83	c 5	converted 140 (80%) expressions
4.91/5.09	c 6	converted 158 (90%) expressions
5.20/5.31	c 6	converted 175 (100%) expressions
5.20/5.31	c 6	CSP : 24 integers, 0 booleans, 75 clauses, largest domain size 24
5.20/5.31	c 6	Heap : 86 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
5.20/5.31	c 6	Propagation in CSP
5.20/5.31	c 6	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
5.20/5.31	c 6	CSP : 24 integers, 0 booleans, 75 clauses, largest domain size 24
5.20/5.31	c 6	Heap : 86 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
5.20/5.31	c 6	Simplifing CSP by introducing new Boolean variables
5.20/5.31	c 6	CSP : 24 integers, 0 booleans, 75 clauses, largest domain size 24
5.20/5.31	c 6	Heap : 86 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
5.41/5.53	c 6	Encoding CSP to SAT : HOME/temp.cnf
5.41/5.54	c 6	3 (10%) CSP integer variables are encoded (66 clauses, 641 bytes)
5.41/5.54	c 6	5 (20%) CSP integer variables are encoded (110 clauses, 1068 bytes)
5.41/5.54	c 6	8 (30%) CSP integer variables are encoded (176 clauses, 1794 bytes)
5.41/5.54	c 6	10 (40%) CSP integer variables are encoded (220 clauses, 2278 bytes)
5.41/5.55	c 6	12 (50%) CSP integer variables are encoded (264 clauses, 2762 bytes)
5.41/5.55	c 6	15 (60%) CSP integer variables are encoded (330 clauses, 3488 bytes)
5.41/5.55	c 6	17 (70%) CSP integer variables are encoded (374 clauses, 3972 bytes)
5.41/5.55	c 6	20 (80%) CSP integer variables are encoded (440 clauses, 4698 bytes)
5.41/5.55	c 6	22 (90%) CSP integer variables are encoded (484 clauses, 5182 bytes)
5.41/5.55	c 6	24 (100%) CSP integer variables are encoded (528 clauses, 5666 bytes)
5.81/5.97	c 6	8 (10%) CSP clauses are encoded (25290 clauses, 593077 bytes)
6.11/6.29	c 7	15 (20%) CSP clauses are encoded (46880 clauses, 1121467 bytes)
6.50/6.63	c 7	23 (30%) CSP clauses are encoded (70421 clauses, 1711702 bytes)
6.80/6.95	c 7	30 (40%) CSP clauses are encoded (92000 clauses, 2254538 bytes)
7.20/7.31	c 8	38 (50%) CSP clauses are encoded (116676 clauses, 2877223 bytes)
7.50/7.63	c 8	45 (60%) CSP clauses are encoded (138238 clauses, 3449334 bytes)
7.79/7.99	c 8	53 (70%) CSP clauses are encoded (162832 clauses, 4112853 bytes)
8.19/8.30	c 9	60 (80%) CSP clauses are encoded (184360 clauses, 4696538 bytes)
8.49/8.67	c 9	68 (90%) CSP clauses are encoded (209040 clauses, 5366053 bytes)
8.78/8.98	c 9	75 (100%) CSP clauses are encoded (230674 clauses, 5952928 bytes)
8.78/8.98	c 9	75 CSP clauses encoded
8.78/8.98	c 9	Writing map file : HOME/temp.map
8.78/8.98	c 9	Heap : 32 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
8.78/8.98	c 9	SAT : 552 SAT variables, 230674 SAT clauses, 5952928 bytes
8.78/8.98	c 9	Heap : 32 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
8.87/9.02	c 9	SOLVING HOME/temp.cnf
8.87/9.02	c 9	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
8.87/9.02	c 9	This is MiniSat 2.0 beta
8.87/9.02	c 9	WARNING: for repeatability, setting FPU to use double precision
8.87/9.02	c 9	============================[ Problem Statistics ]=============================
8.87/9.02	c 9	|                                                                             |
8.87/9.02	c 9	|  Number of variables:  552                                                  |
8.87/9.02	c 9	|  Number of clauses:    230674                                               |
8.90/9.16	c 10	|  Parsing time:         0.12         s                                       |
8.90/9.17	c 10	============================[ Search Statistics ]==============================
8.90/9.17	c 10	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
8.90/9.17	c 10	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
8.90/9.17	c 10	===============================================================================
8.90/9.17	c 10	|         0 |     552   230674  1285404 |    76891        0    nan |  0.000 % |
8.90/9.31	c 10	|       100 |     552   230674  1285404 |    84580      100     10 |  0.000 % |
8.90/9.46	c 10	|       253 |     552   230674  1285404 |    93038      253     11 |  0.005 % |
8.90/9.71	c 10	|       478 |     552   230674  1285404 |   102342      478     11 |  0.008 % |
9.77/9.96	c 10	|       816 |     552   230674  1285404 |   112576      816     11 |  0.004 % |
10.26/10.41	c 11	|      1322 |     552   230674  1285404 |   123834     1322     11 |  0.008 % |
10.86/11.01	c 11	|      2081 |     552   230674  1285404 |   136217     2081     12 |  0.008 % |
11.75/11.91	c 12	|      3221 |     552   230674  1285404 |   149839     3221     12 |  0.008 % |
13.14/13.37	c 14	|      4929 |     552   230674  1285404 |   164823     4929     12 |  0.007 % |
14.94/15.16	c 16	|      7491 |     552   230674  1285404 |   181305     7491     13 |  0.008 % |
18.02/18.28	c 19	|     11335 |     552   230674  1285404 |   199436    11335     13 |  0.008 % |
23.10/23.35	c 24	|     17102 |     552   230674  1285404 |   219379    17102     13 |  0.008 % |
29.66/29.98	c 30	|     25751 |     552   230674  1285404 |   241317    25751     14 |  0.008 % |
41.50/41.87	c 42	|     38725 |     552   230674  1285404 |   265449    38725     14 |  0.008 % |
58.81/59.20	c 60	|     58186 |     552   230674  1285404 |   291994    58186     16 |  0.007 % |
91.64/92.27	c 93	|     87378 |     552   230674  1285404 |   321194    87378     16 |  0.008 % |
143.69/144.53	c 145	|    131167 |     552   230674  1285404 |   353313   131167     15 |  0.008 % |
246.28/247.64	c 248	|    196851 |     552   230674  1285404 |   388644   196851     16 |  0.005 % |
444.12/446.49	c 447	|    295377 |     552   230674  1285404 |   427509   295377     17 |  0.000 % |
795.33/799.07	c 800	|    443166 |     551   229513  1279996 |   470260   200409     16 |  0.181 % |
1355.83/1361.77	c 1362	|    664852 |     551   229513  1279996 |   517286   422095     17 |  0.188 % |
1800.07/1807.71	c ERROR INTERRUPTED
1800.07/1807.71	s UNKNOWN
1800.07/1807.71	c 1808	CPU 8.61 (0.03 0 8.58 0.29)
1800.07/1807.71	c 1808	END Fri Jul  4 14:10:59 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-1072131-1215171651/watcher-1072131-1215171651 -o /tmp/evaluation-result-1072131-1215171651/solver-1072131-1215171651 -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-1072131-1215171651.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.99 1.98 1.99 4/82 4657
/proc/meminfo: memFree=1523896/2055920 swapFree=4169364/4192956
[pid=4657] ppid=4655 vsize=12272 CPUtime=0
/proc/4657/stat : 4657 (sugar) R 4655 4657 2979 0 -1 4194304 353 0 0 0 0 0 0 0 18 0 1 0 251638961 12566528 321 996147200 4194304 4206940 548682068608 18446744073709551615 224264620578 0 0 4224 0 0 0 0 17 0 0 0
/proc/4657/statm: 3068 327 246 3 0 168 0

[startup+0.0562521 s]
/proc/loadavg: 1.99 1.98 1.99 4/82 4657
/proc/meminfo: memFree=1523896/2055920 swapFree=4169364/4192956
[pid=4657] ppid=4655 vsize=13600 CPUtime=0.03
/proc/4657/stat : 4657 (sugar) S 4655 4657 2979 0 -1 4194304 900 127 0 0 3 0 0 0 18 0 1 0 251638961 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/4657/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.102244 s]
/proc/loadavg: 1.99 1.98 1.99 4/82 4657
/proc/meminfo: memFree=1523896/2055920 swapFree=4169364/4192956
[pid=4657] ppid=4655 vsize=13600 CPUtime=0.03
/proc/4657/stat : 4657 (sugar) S 4655 4657 2979 0 -1 4194304 900 127 0 0 3 0 0 0 18 0 1 0 251638961 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/4657/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301265 s]
/proc/loadavg: 1.99 1.98 1.99 4/82 4657
/proc/meminfo: memFree=1523896/2055920 swapFree=4169364/4192956
[pid=4657] ppid=4655 vsize=13600 CPUtime=0.03
/proc/4657/stat : 4657 (sugar) S 4655 4657 2979 0 -1 4194304 900 127 0 0 3 0 0 0 18 0 1 0 251638961 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/4657/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.70131 s]
/proc/loadavg: 1.99 1.98 1.99 4/82 4657
/proc/meminfo: memFree=1523896/2055920 swapFree=4169364/4192956
[pid=4657] ppid=4655 vsize=13600 CPUtime=0.03
/proc/4657/stat : 4657 (sugar) S 4655 4657 2979 0 -1 4194304 900 127 0 0 3 0 0 0 18 0 1 0 251638961 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/4657/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50239 s]
/proc/loadavg: 1.99 1.98 1.99 3/93 4669
/proc/meminfo: memFree=1497760/2055920 swapFree=4169364/4192956
[pid=4657] ppid=4655 vsize=13600 CPUtime=1.35
/proc/4657/stat : 4657 (sugar) S 4655 4657 2979 0 -1 4194304 973 9557 0 1 3 0 123 9 15 0 1 0 251638961 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/4657/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 1.35
Current children cumulated vsize (KiB) 13600

[startup+3.10156 s]
/proc/loadavg: 2.07 2.00 2.00 4/93 4679
/proc/meminfo: memFree=1500448/2055920 swapFree=4169364/4192956
[pid=4657] ppid=4655 vsize=13600 CPUtime=1.35
/proc/4657/stat : 4657 (sugar) S 4655 4657 2979 0 -1 4194304 973 9557 0 1 3 0 123 9 15 0 1 0 251638961 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/4657/statm: 3400 797 370 3 0 500 0
[pid=4670] ppid=4657 vsize=5356 CPUtime=0
/proc/4670/stat : 4670 (sh) S 4657 4657 2979 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 251639102 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/4670/statm: 1339 233 193 169 0 50 0
[pid=4671] ppid=4670 vsize=864044 CPUtime=1.67
/proc/4671/stat : 4671 (java) S 4670 4657 2979 0 -1 0 12942 0 1 0 161 6 0 0 20 0 9 0 251639102 884781056 12203 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/4671/statm: 216011 12203 2532 9 0 210593 0
[pid=4671/tid=4672] ppid=4670 vsize=864044 CPUtime=1
/proc/4671/task/4672/stat : 4672 (java) R 4670 4657 2979 0 -1 64 2775 0 1 0 98 2 0 0 25 0 9 0 251639103 884781056 12203 996147200 134512640 134550740 4294955952 18446744073709551615 4126463233 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4671/tid=4673] ppid=4670 vsize=864044 CPUtime=0.61
/proc/4671/task/4673/stat : 4673 (java) S 4670 4657 2979 0 -1 64 9156 0 0 0 58 3 0 0 16 0 9 0 251639104 884781056 12203 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=4671/tid=4674] ppid=4670 vsize=864044 CPUtime=0
/proc/4671/task/4674/stat : 4674 (java) S 4670 4657 2979 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 251639105 884781056 12203 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4671/tid=4675] ppid=4670 vsize=864044 CPUtime=0
/proc/4671/task/4675/stat : 4675 (java) S 4670 4657 2979 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 251639105 884781056 12203 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4671/tid=4676] ppid=4670 vsize=864044 CPUtime=0
/proc/4671/task/4676/stat : 4676 (java) S 4670 4657 2979 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 251639106 884781056 12203 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4671/tid=4677] ppid=4670 vsize=864044 CPUtime=0.03
/proc/4671/task/4677/stat : 4677 (java) S 4670 4657 2979 0 -1 64 315 0 0 0 3 0 0 0 16 0 9 0 251639106 884781056 12203 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4671/tid=4678] ppid=4670 vsize=864044 CPUtime=0
/proc/4671/task/4678/stat : 4678 (java) S 4670 4657 2979 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 251639106 884781056 12203 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4671/tid=4679] ppid=4670 vsize=864044 CPUtime=0
/proc/4671/task/4679/stat : 4679 (java) S 4670 4657 2979 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 251639106 884781056 12203 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.02
Current children cumulated vsize (KiB) 883000

[startup+6.3019 s]
/proc/loadavg: 2.07 2.00 2.00 4/93 4679
/proc/meminfo: memFree=1423008/2055920 swapFree=4169364/4192956
[pid=4657] ppid=4655 vsize=13600 CPUtime=1.35
/proc/4657/stat : 4657 (sugar) S 4655 4657 2979 0 -1 4194304 974 9557 0 1 3 0 123 9 15 0 1 0 251638961 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/4657/statm: 3400 797 370 3 0 500 0
[pid=4670] ppid=4657 vsize=5356 CPUtime=0
/proc/4670/stat : 4670 (sh) S 4657 4657 2979 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 251639102 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/4670/statm: 1339 233 193 169 0 50 0
[pid=4671] ppid=4670 vsize=864340 CPUtime=4.85
/proc/4671/stat : 4671 (java) S 4670 4657 2979 0 -1 0 26998 0 1 0 472 13 0 0 20 0 9 0 251639102 885084160 26191 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/4671/statm: 216085 26191 2564 9 0 210632 0
[pid=4671/tid=4672] ppid=4670 vsize=864340 CPUtime=2.7
/proc/4671/task/4672/stat : 4672 (java) R 4670 4657 2979 0 -1 64 3702 0 1 0 267 3 0 0 25 0 9 0 251639103 885084160 26191 996147200 134512640 134550740 4294955952 18446744073709551615 4126592070 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4671/tid=4673] ppid=4670 vsize=864340 CPUtime=2.04
/proc/4671/task/4673/stat : 4673 (java) S 4670 4657 2979 0 -1 64 22246 0 0 0 195 9 0 0 16 0 9 0 251639104 885084160 26191 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=4671/tid=4674] ppid=4670 vsize=864340 CPUtime=0
/proc/4671/task/4674/stat : 4674 (java) S 4670 4657 2979 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 251639105 885084160 26191 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4671/tid=4675] ppid=4670 vsize=864340 CPUtime=0
/proc/4671/task/4675/stat : 4675 (java) S 4670 4657 2979 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 251639105 885084160 26191 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4671/tid=4676] ppid=4670 vsize=864340 CPUtime=0
/proc/4671/task/4676/stat : 4676 (java) S 4670 4657 2979 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 251639106 885084160 26191 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4671/tid=4677] ppid=4670 vsize=864340 CPUtime=0.09
/proc/4671/task/4677/stat : 4677 (java) S 4670 4657 2979 0 -1 64 354 0 0 0 9 0 0 0 16 0 9 0 251639106 885084160 26191 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4671/tid=4678] ppid=4670 vsize=864340 CPUtime=0
/proc/4671/task/4678/stat : 4678 (java) S 4670 4657 2979 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 251639106 885084160 26191 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4671/tid=4679] ppid=4670 vsize=864340 CPUtime=0
/proc/4671/task/4679/stat : 4679 (java) S 4670 4657 2979 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 251639106 885084160 26191 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 883296

[startup+12.7016 s]
/proc/loadavg: 2.14 2.02 2.01 3/85 4681
/proc/meminfo: memFree=1496864/2055920 swapFree=4169364/4192956
[pid=4657] ppid=4655 vsize=13600 CPUtime=8.9
/proc/4657/stat : 4657 (sugar) S 4655 4657 2979 0 -1 4194304 1031 36913 0 2 3 0 858 29 16 0 1 0 251638961 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/4657/statm: 3400 798 370 3 0 500 0
[pid=4680] ppid=4657 vsize=5356 CPUtime=0
/proc/4680/stat : 4680 (sh) S 4657 4657 2979 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 251639863 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4680/statm: 1339 232 193 169 0 50 0
[pid=4681] ppid=4680 vsize=15884 CPUtime=3.65
/proc/4681/stat : 4681 (minisat) R 4680 4657 2979 0 -1 4194304 3825 0 0 0 363 2 0 0 25 0 1 0 251639863 16265216 3811 996147200 134512640 135127466 4294956256 18446744073709551615 134530772 0 0 4096 3 0 0 0 17 0 0 0
/proc/4681/statm: 3971 3811 75 150 0 3818 0
Current children cumulated CPU time (s) 12.55
Current children cumulated vsize (KiB) 34840

[startup+25.5019 s]
/proc/loadavg: 2.12 2.02 2.00 3/85 4681
/proc/meminfo: memFree=1495584/2055920 swapFree=4169364/4192956
[pid=4657] ppid=4655 vsize=13600 CPUtime=8.9
/proc/4657/stat : 4657 (sugar) S 4655 4657 2979 0 -1 4194304 1031 36913 0 2 3 0 858 29 16 0 1 0 251638961 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/4657/statm: 3400 798 370 3 0 500 0
[pid=4680] ppid=4657 vsize=5356 CPUtime=0
/proc/4680/stat : 4680 (sh) S 4657 4657 2979 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 251639863 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4680/statm: 1339 232 193 169 0 50 0
[pid=4681] ppid=4680 vsize=17428 CPUtime=16.39
/proc/4681/stat : 4681 (minisat) R 4680 4657 2979 0 -1 4194304 4192 0 0 0 1636 3 0 0 25 0 1 0 251639863 17846272 4178 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/4681/statm: 4357 4178 75 150 0 4204 0
Current children cumulated CPU time (s) 25.29
Current children cumulated vsize (KiB) 36384

[startup+51.1017 s]
/proc/loadavg: 2.08 2.01 2.00 3/85 4681
/proc/meminfo: memFree=1492896/2055920 swapFree=4169364/4192956
[pid=4657] ppid=4655 vsize=13600 CPUtime=8.9
/proc/4657/stat : 4657 (sugar) S 4655 4657 2979 0 -1 4194304 1031 36913 0 2 3 0 858 29 16 0 1 0 251638961 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/4657/statm: 3400 798 370 3 0 500 0
[pid=4680] ppid=4657 vsize=5356 CPUtime=0
/proc/4680/stat : 4680 (sh) S 4657 4657 2979 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 251639863 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4680/statm: 1339 232 193 169 0 50 0
[pid=4681] ppid=4680 vsize=20456 CPUtime=41.85
/proc/4681/stat : 4681 (minisat) R 4680 4657 2979 0 -1 4194304 4912 0 0 0 4181 4 0 0 25 0 1 0 251639863 20946944 4898 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/4681/statm: 5114 4898 75 150 0 4961 0
Current children cumulated CPU time (s) 50.75
Current children cumulated vsize (KiB) 39412

[startup+102.306 s]
/proc/loadavg: 2.03 2.01 2.00 3/85 4681
/proc/meminfo: memFree=1488352/2055920 swapFree=4169364/4192956
[pid=4657] ppid=4655 vsize=13600 CPUtime=8.9
/proc/4657/stat : 4657 (sugar) S 4655 4657 2979 0 -1 4194304 1031 36913 0 2 3 0 858 29 16 0 1 0 251638961 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/4657/statm: 3400 798 370 3 0 500 0
[pid=4680] ppid=4657 vsize=5356 CPUtime=0
/proc/4680/stat : 4680 (sh) S 4657 4657 2979 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 251639863 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4680/statm: 1339 232 193 169 0 50 0
[pid=4681] ppid=4680 vsize=24876 CPUtime=92.8
/proc/4681/stat : 4681 (minisat) R 4680 4657 2979 0 -1 4194304 6008 0 0 0 9275 5 0 0 25 0 1 0 251639863 25473024 5994 996147200 134512640 135127466 4294956256 18446744073709551615 134530654 0 0 4096 3 0 0 0 17 0 0 0
/proc/4681/statm: 6219 5994 75 150 0 6066 0
Current children cumulated CPU time (s) 101.7
Current children cumulated vsize (KiB) 43832

[startup+162.302 s]
/proc/loadavg: 2.01 2.00 2.00 3/85 4681
/proc/meminfo: memFree=1483680/2055920 swapFree=4169364/4192956
[pid=4657] ppid=4655 vsize=13600 CPUtime=8.9
/proc/4657/stat : 4657 (sugar) S 4655 4657 2979 0 -1 4194304 1031 36913 0 2 3 0 858 29 16 0 1 0 251638961 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/4657/statm: 3400 798 370 3 0 500 0
[pid=4680] ppid=4657 vsize=5356 CPUtime=0
/proc/4680/stat : 4680 (sh) S 4657 4657 2979 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 251639863 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4680/statm: 1339 232 193 169 0 50 0
[pid=4681] ppid=4680 vsize=29732 CPUtime=152.5
/proc/4681/stat : 4681 (minisat) R 4680 4657 2979 0 -1 4194304 7174 0 0 0 15244 6 0 0 25 0 1 0 251639863 30445568 7160 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/4681/statm: 7433 7160 75 150 0 7280 0
Current children cumulated CPU time (s) 161.4

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

/proc/meminfo: memFree=1474584/2055920 swapFree=4169364/4192956
[pid=4657] ppid=4655 vsize=13600 CPUtime=8.9
/proc/4657/stat : 4657 (sugar) S 4655 4657 2979 0 -1 4194304 1031 36913 0 2 3 0 858 29 16 0 1 0 251638961 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4657/statm: 3400 798 370 3 0 500 0
[pid=4680] ppid=4657 vsize=5356 CPUtime=0
/proc/4680/stat : 4680 (sh) S 4657 4657 2979 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 251639863 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4680/statm: 1339 232 193 169 0 50 0
[pid=4681] ppid=4680 vsize=61744 CPUtime=1347.52
/proc/4681/stat : 4681 (minisat) R 4680 4657 2979 0 -1 4194304 15026 0 0 0 134736 16 0 0 25 0 1 0 251639863 63225856 15012 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/4681/statm: 15436 15012 75 150 0 15283 0
Current children cumulated CPU time (s) 1356.42
Current children cumulated vsize (KiB) 80700

[startup+1422.31 s]
/proc/loadavg: 1.99 1.98 1.99 3/76 4772
/proc/meminfo: memFree=1472536/2055920 swapFree=4169364/4192956
[pid=4657] ppid=4655 vsize=13600 CPUtime=8.9
/proc/4657/stat : 4657 (sugar) S 4655 4657 2979 0 -1 4194304 1031 36913 0 2 3 0 858 29 16 0 1 0 251638961 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4657/statm: 3400 798 370 3 0 500 0
[pid=4680] ppid=4657 vsize=5356 CPUtime=0
/proc/4680/stat : 4680 (sh) S 4657 4657 2979 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 251639863 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4680/statm: 1339 232 193 169 0 50 0
[pid=4681] ppid=4680 vsize=63664 CPUtime=1407.29
/proc/4681/stat : 4681 (minisat) R 4680 4657 2979 0 -1 4194304 15518 0 0 0 140713 16 0 0 25 0 1 0 251639863 65191936 15504 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/4681/statm: 15916 15504 75 150 0 15763 0
Current children cumulated CPU time (s) 1416.19
Current children cumulated vsize (KiB) 82620

[startup+1482.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/76 4772
/proc/meminfo: memFree=1470744/2055920 swapFree=4169364/4192956
[pid=4657] ppid=4655 vsize=13600 CPUtime=8.9
/proc/4657/stat : 4657 (sugar) S 4655 4657 2979 0 -1 4194304 1031 36913 0 2 3 0 858 29 16 0 1 0 251638961 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4657/statm: 3400 798 370 3 0 500 0
[pid=4680] ppid=4657 vsize=5356 CPUtime=0
/proc/4680/stat : 4680 (sh) S 4657 4657 2979 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 251639863 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4680/statm: 1339 232 193 169 0 50 0
[pid=4681] ppid=4680 vsize=65528 CPUtime=1467.05
/proc/4681/stat : 4681 (minisat) R 4680 4657 2979 0 -1 4194304 15972 0 0 0 146688 17 0 0 25 0 1 0 251639863 67100672 15958 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/4681/statm: 16382 15958 75 150 0 16229 0
Current children cumulated CPU time (s) 1475.95
Current children cumulated vsize (KiB) 84484

[startup+1542.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/76 4772
/proc/meminfo: memFree=1468888/2055920 swapFree=4169364/4192956
[pid=4657] ppid=4655 vsize=13600 CPUtime=8.9
/proc/4657/stat : 4657 (sugar) S 4655 4657 2979 0 -1 4194304 1031 36913 0 2 3 0 858 29 16 0 1 0 251638961 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4657/statm: 3400 798 370 3 0 500 0
[pid=4680] ppid=4657 vsize=5356 CPUtime=0
/proc/4680/stat : 4680 (sh) S 4657 4657 2979 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 251639863 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4680/statm: 1339 232 193 169 0 50 0
[pid=4681] ppid=4680 vsize=68176 CPUtime=1526.81
/proc/4681/stat : 4681 (minisat) R 4680 4657 2979 0 -1 4194304 16424 0 0 0 152664 17 0 0 25 0 1 0 251639863 69812224 16410 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/4681/statm: 17044 16410 75 150 0 16891 0
Current children cumulated CPU time (s) 1535.71
Current children cumulated vsize (KiB) 87132

[startup+1602.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/76 4772
/proc/meminfo: memFree=1467288/2055920 swapFree=4169364/4192956
[pid=4657] ppid=4655 vsize=13600 CPUtime=8.9
/proc/4657/stat : 4657 (sugar) S 4655 4657 2979 0 -1 4194304 1031 36913 0 2 3 0 858 29 16 0 1 0 251638961 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4657/statm: 3400 798 370 3 0 500 0
[pid=4680] ppid=4657 vsize=5356 CPUtime=0
/proc/4680/stat : 4680 (sh) S 4657 4657 2979 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 251639863 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4680/statm: 1339 232 193 169 0 50 0
[pid=4681] ppid=4680 vsize=69796 CPUtime=1586.58
/proc/4681/stat : 4681 (minisat) R 4680 4657 2979 0 -1 4194304 16829 0 0 0 158640 18 0 0 25 0 1 0 251639863 71471104 16815 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/4681/statm: 17449 16815 75 150 0 17296 0
Current children cumulated CPU time (s) 1595.48
Current children cumulated vsize (KiB) 88752

[startup+1662.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/76 4772
/proc/meminfo: memFree=1465496/2055920 swapFree=4169364/4192956
[pid=4657] ppid=4655 vsize=13600 CPUtime=8.9
/proc/4657/stat : 4657 (sugar) S 4655 4657 2979 0 -1 4194304 1031 36913 0 2 3 0 858 29 16 0 1 0 251638961 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4657/statm: 3400 798 370 3 0 500 0
[pid=4680] ppid=4657 vsize=5356 CPUtime=0
/proc/4680/stat : 4680 (sh) S 4657 4657 2979 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 251639863 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4680/statm: 1339 232 193 169 0 50 0
[pid=4681] ppid=4680 vsize=71412 CPUtime=1646.34
/proc/4681/stat : 4681 (minisat) R 4680 4657 2979 0 -1 4194304 17266 0 0 0 164615 19 0 0 25 0 1 0 251639863 73125888 17252 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/4681/statm: 17853 17252 75 150 0 17700 0
Current children cumulated CPU time (s) 1655.24
Current children cumulated vsize (KiB) 90368

[startup+1722.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/76 4772
/proc/meminfo: memFree=1464536/2055920 swapFree=4169364/4192956
[pid=4657] ppid=4655 vsize=13600 CPUtime=8.9
/proc/4657/stat : 4657 (sugar) S 4655 4657 2979 0 -1 4194304 1031 36913 0 2 3 0 858 29 16 0 1 0 251638961 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4657/statm: 3400 798 370 3 0 500 0
[pid=4680] ppid=4657 vsize=5356 CPUtime=0
/proc/4680/stat : 4680 (sh) S 4657 4657 2979 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 251639863 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4680/statm: 1339 232 193 169 0 50 0
[pid=4681] ppid=4680 vsize=72336 CPUtime=1706.1
/proc/4681/stat : 4681 (minisat) R 4680 4657 2979 0 -1 4194304 17502 0 0 0 170591 19 0 0 25 0 1 0 251639863 74072064 17488 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/4681/statm: 18084 17488 75 150 0 17931 0
Current children cumulated CPU time (s) 1715
Current children cumulated vsize (KiB) 91292

[startup+1782.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/76 4772
/proc/meminfo: memFree=1464344/2055920 swapFree=4169364/4192956
[pid=4657] ppid=4655 vsize=13600 CPUtime=8.9
/proc/4657/stat : 4657 (sugar) S 4655 4657 2979 0 -1 4194304 1031 36913 0 2 3 0 858 29 16 0 1 0 251638961 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4657/statm: 3400 798 370 3 0 500 0
[pid=4680] ppid=4657 vsize=5356 CPUtime=0
/proc/4680/stat : 4680 (sh) S 4657 4657 2979 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 251639863 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4680/statm: 1339 232 193 169 0 50 0
[pid=4681] ppid=4680 vsize=72508 CPUtime=1765.87
/proc/4681/stat : 4681 (minisat) R 4680 4657 2979 0 -1 4194304 17523 0 0 0 176568 19 0 0 25 0 1 0 251639863 74248192 17509 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/4681/statm: 18127 17509 75 150 0 17974 0
Current children cumulated CPU time (s) 1774.77
Current children cumulated vsize (KiB) 91464



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1807.7 s]
/proc/loadavg: 1.99 1.98 1.99 3/76 4772
/proc/meminfo: memFree=1464344/2055920 swapFree=4169364/4192956
[pid=4657] ppid=4655 vsize=13600 CPUtime=8.9
/proc/4657/stat : 4657 (sugar) S 4655 4657 2979 0 -1 4194304 1031 36913 0 2 3 0 858 29 16 0 1 0 251638961 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4657/statm: 3400 798 370 3 0 500 0
[pid=4680] ppid=4657 vsize=5356 CPUtime=0
/proc/4680/stat : 4680 (sh) S 4657 4657 2979 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 251639863 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4680/statm: 1339 232 193 169 0 50 0
[pid=4681] ppid=4680 vsize=72508 CPUtime=1791.17
/proc/4681/stat : 4681 (minisat) R 4680 4657 2979 0 -1 4194304 17524 0 0 0 179098 19 0 0 25 0 1 0 251639863 74248192 17510 996147200 134512640 135127466 4294956256 18446744073709551615 134530686 0 0 4096 3 0 0 0 17 1 0 0
/proc/4681/statm: 18127 17510 75 150 0 17974 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 91464

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

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

[startup+1807.7 s]
/proc/loadavg: 1.99 1.98 1.99 3/76 4772
/proc/meminfo: memFree=1464344/2055920 swapFree=4169364/4192956
[pid=4657] ppid=4655 vsize=13600 CPUtime=8.9
/proc/4657/stat : 4657 (sugar) S 4655 4657 2979 0 -1 4194304 1031 36913 0 2 3 0 858 29 16 0 1 0 251638961 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4657/statm: 3400 798 370 3 0 500 0
[pid=4680] ppid=4657 vsize=5356 CPUtime=0
/proc/4680/stat : 4680 (sh) S 4657 4657 2979 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 251639863 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4680/statm: 1339 232 193 169 0 50 0
[pid=4681] ppid=4680 vsize=72508 CPUtime=1791.17
/proc/4681/stat : 4681 (minisat) R 4680 4657 2979 0 -1 4194304 17524 0 0 0 179098 19 0 0 25 0 1 0 251639863 74248192 17510 996147200 134512640 135127466 4294956256 18446744073709551615 134530686 0 0 4096 3 0 0 0 17 1 0 0
/proc/4681/statm: 18127 17510 75 150 0 17974 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 91464

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 4657 and gives
#  childrusage.ru_utime.tv_sec=8
#  childrusage.ru_utime.tv_usec=625688
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=309952
# CPU time returned by wait4() is 8.93564
# while last known CPU time is 1800.07
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1807.73
CPU time (s): 1800.07
CPU user time (s): 1799.59
CPU system time (s): 0.48
CPU usage (%): 99.5765
Max. virtual memory (cumulated for all children) (KiB): 883296

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 8.62569
system time used= 0.309952
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 38288
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= 3163
involuntary context switches= 3108

runsolver used 1.70174 second user time and 4.89926 second system time

The end

Launcher Data (download as text)

Begin job on node82 at 2008-07-04 13:40:51
IDJOB=1072131
IDBENCH=56234
IDSOLVER=346
FILE ID=node82/1072131-1215171651
PBS_JOBID= 7881425
Free space on /tmp= 66488 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/rand-3-24-24-fcd/normalized-rand-3-24-24-76-632-fcd-35_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-1072131-1215171651/watcher-1072131-1215171651 -o /tmp/evaluation-result-1072131-1215171651/solver-1072131-1215171651 -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-1072131-1215171651.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 081c1d3fd6373619422e8fb447a0908a
RANDOM SEED=1578434612

node82.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.239
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.239
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:       1524376 kB
Buffers:         60108 kB
Cached:         355092 kB
SwapCached:      17960 kB
Active:         274688 kB
Inactive:       210688 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1524376 kB
SwapTotal:     4192956 kB
SwapFree:      4169364 kB
Dirty:            4384 kB
Writeback:           0 kB
Mapped:          71668 kB
Slab:            31332 kB
Committed_AS:  1289352 kB
PageTables:       1932 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 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 node82 at 2008-07-04 14:11:01