Trace number 1060431

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.05 1805.57

General information on the benchmark

Namecsp/allIntervalSeries/
normalized-series-80.xml
MD5SUM6db1170e4794f8db50d7ec9410af70a0
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.408937
Satisfiable
(Un)Satisfiability was proved
Number of variables159
Number of constraints6320
Maximum constraint arity3
Maximum domain size80
Number of constraints which are defined in extension0
Number of constraints which are defined in intension6320
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 01:12:14 2008
0.00/0.04	c 0	PID 8492
0.00/0.04	c 0	HOST node53.alineos.net
0.00/0.04	c 0	CONVERTING HOME/instance-1060431-1215126734.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-1060431-1215126734.xml' 'HOME/temp.csp'
0.03/0.71	c 0	2 domains, 159 variables, 2 predicates, 0 relations, 6320 constraints
0.03/0.72	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.72	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'
0.69/0.80	c 1	Parsing HOME/temp.csp
0.96/1.04	c 1	parsed 6483 expressions
0.96/1.04	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.96/1.04	c 1	Converting to clausal form CSP
1.15/1.21	c 1	converted 649 (10%) expressions
1.15/1.25	c 1	converted 1297 (20%) expressions
1.15/1.26	c 1	converted 1945 (30%) expressions
1.15/1.28	c 1	converted 2594 (40%) expressions
1.15/1.30	c 1	converted 3242 (50%) expressions
1.25/1.31	c 1	converted 3890 (60%) expressions
1.25/1.37	c 1	converted 4539 (70%) expressions
1.25/1.38	c 1	converted 5187 (80%) expressions
1.25/1.40	c 1	converted 5835 (90%) expressions
1.34/1.42	c 1	converted 6483 (100%) expressions
1.34/1.42	c 1	CSP : 159 integers, 0 booleans, 6478 clauses, largest domain size 80
1.34/1.42	c 1	Heap : 5 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.34/1.42	c 1	Propagation in CSP
1.34/1.49	c 1	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.34/1.49	c 1	CSP : 159 integers, 0 booleans, 6478 clauses, largest domain size 80
1.34/1.49	c 1	Heap : 6 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.34/1.49	c 1	Simplifing CSP by introducing new Boolean variables
1.54/1.62	c 1	CSP : 159 integers, 12640 booleans, 19118 clauses, largest domain size 80
1.54/1.62	c 1	Heap : 10 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.54/1.68	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.64/1.70	c 1	16 (10%) CSP integer variables are encoded (1248 clauses, 14103 bytes)
1.64/1.70	c 1	32 (20%) CSP integer variables are encoded (2496 clauses, 30327 bytes)
1.64/1.70	c 1	48 (30%) CSP integer variables are encoded (3744 clauses, 46551 bytes)
1.64/1.71	c 1	64 (40%) CSP integer variables are encoded (4992 clauses, 62775 bytes)
1.64/1.71	c 1	80 (50%) CSP integer variables are encoded (6240 clauses, 78999 bytes)
1.64/1.71	c 1	96 (60%) CSP integer variables are encoded (7472 clauses, 95015 bytes)
1.64/1.71	c 1	112 (70%) CSP integer variables are encoded (8704 clauses, 111031 bytes)
1.64/1.71	c 1	128 (80%) CSP integer variables are encoded (9936 clauses, 127176 bytes)
1.64/1.71	c 1	144 (90%) CSP integer variables are encoded (11168 clauses, 145656 bytes)
1.64/1.72	c 2	159 (100%) CSP integer variables are encoded (12323 clauses, 162981 bytes)
1.84/1.94	c 2	1912 (10%) CSP clauses are encoded (114960 clauses, 2069213 bytes)
2.04/2.13	c 2	3824 (20%) CSP clauses are encoded (217597 clauses, 4057861 bytes)
2.23/2.31	c 2	5736 (30%) CSP clauses are encoded (320155 clauses, 6091179 bytes)
2.33/2.49	c 2	7648 (40%) CSP clauses are encoded (422792 clauses, 8126072 bytes)
2.53/2.67	c 2	9559 (50%) CSP clauses are encoded (525296 clauses, 10158316 bytes)
2.73/2.84	c 3	11471 (60%) CSP clauses are encoded (626658 clauses, 12212091 bytes)
2.94/3.02	c 3	13383 (70%) CSP clauses are encoded (727942 clauses, 14268341 bytes)
3.03/3.19	c 3	15295 (80%) CSP clauses are encoded (829304 clauses, 16336624 bytes)
3.24/3.37	c 3	17207 (90%) CSP clauses are encoded (930666 clauses, 18426331 bytes)
5.34/5.42	c 5	19118 (100%) CSP clauses are encoded (2009601 clauses, 42089435 bytes)
5.34/5.42	c 5	19118 CSP clauses encoded
5.34/5.42	c 5	Writing map file : HOME/temp.map
5.34/5.42	c 5	Heap : 7 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
5.34/5.42	c 5	SAT : 25122 SAT variables, 2009601 SAT clauses, 42089435 bytes
5.34/5.42	c 5	Heap : 7 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
5.34/5.46	c 5	SOLVING HOME/temp.cnf
5.34/5.46	c 5	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
5.34/5.47	c 5	This is MiniSat 2.0 beta
5.34/5.47	c 5	WARNING: for repeatability, setting FPU to use double precision
5.34/5.47	c 5	============================[ Problem Statistics ]=============================
5.34/5.47	c 5	|                                                                             |
5.34/5.47	c 5	|  Number of variables:  25122                                                |
5.34/5.47	c 5	|  Number of clauses:    2009601                                              |
5.37/6.40	c 6	|  Parsing time:         0.82         s                                       |
5.37/6.45	c 6	============================[ Search Statistics ]==============================
5.37/6.45	c 6	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
5.37/6.45	c 6	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
5.37/6.45	c 6	===============================================================================
5.37/6.45	c 6	|         0 |   25122  2009601  6459354 |   669867        0    nan |  0.000 % |
6.87/7.02	c 7	|       103 |   25122  2009601  6459354 |   736853      103     26 |  0.000 % |
7.27/7.41	c 7	|       255 |   25122  2009601  6459354 |   810539      255     32 |  0.000 % |
7.58/7.76	c 8	|       482 |   25122  2009601  6459354 |   891592      482     29 |  0.000 % |
7.87/8.04	c 8	|       821 |   25122  2009601  6459354 |   980752      821     26 |  0.000 % |
9.06/9.23	c 9	|      1332 |   25122  2009601  6459354 |  1078827     1332     27 |  0.000 % |
10.46/10.63	c 10	|      2092 |   25122  2009601  6459354 |  1186710     2092     31 |  0.000 % |
12.36/12.51	c 12	|      3231 |   25122  2009601  6459354 |  1305381     3231     29 |  0.000 % |
16.06/16.27	c 16	|      4940 |   25122  2009601  6459354 |  1435919     4940     41 |  0.000 % |
22.36/22.53	c 22	|      7503 |   25122  2009601  6459354 |  1579511     7503     45 |  0.000 % |
30.96/31.12	c 31	|     11348 |   25122  2009601  6459354 |  1737462    11348     51 |  0.000 % |
38.06/38.30	c 38	|     17114 |   25122  2009601  6459354 |  1911208    17114     41 |  0.000 % |
62.14/62.37	c 62	|     25763 |   25122  2009601  6459354 |  2102329    25763     47 |  0.000 % |
97.44/97.62	c 97	|     38738 |   25122  2009601  6459354 |  2312562    38738     55 |  0.000 % |
141.42/141.64	c 141	|     58199 |   25122  2009601  6459354 |  2543818    58199     59 |  0.000 % |
259.19/259.46	c 259	|     87391 |   25122  2009601  6459354 |  2798200    87391     68 |  0.000 % |
423.04/423.37	c 423	|    131180 |   25122  2009601  6459354 |  3078020   131180     72 |  0.000 % |
675.19/676.24	c 676	|    196865 |   25122  2009601  6459354 |  3385822   196865     78 |  0.000 % |
970.82/973.06	c 973	|    295391 |   25122  2009601  6459354 |  3724405   295391     76 |  0.000 % |
1715.88/1721.04	c 1721	|    443181 |   25122  2009601  6459354 |  4096845   443181     83 |  0.000 % |
1800.05/1805.51	c ERROR INTERRUPTED
1800.05/1805.54	s UNKNOWN
1800.05/1805.54	c 1805	CPU 4.96 (0.03 0 4.93 0.41)
1800.05/1805.54	c 1805	END Fri Jul  4 01:42:19 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-1060431-1215126734/watcher-1060431-1215126734 -o /tmp/evaluation-result-1060431-1215126734/solver-1060431-1215126734 -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-1060431-1215126734.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/80 8492
/proc/meminfo: memFree=1789696/2055920 swapFree=4179912/4192956
[pid=8492] ppid=8490 vsize=9648 CPUtime=0
/proc/8492/stat : 8492 (sugar) R 8490 8492 7543 0 -1 4194304 71 0 0 0 0 0 0 0 20 0 1 0 1991645709 9879552 56 996147200 4194304 4206940 548682068608 18446744073709551615 269927645904 0 0 4096 0 0 0 0 17 1 0 0
/proc/8492/statm: 2412 56 41 3 0 55 0

[startup+0.085735 s]
/proc/loadavg: 1.92 1.98 1.99 4/80 8492
/proc/meminfo: memFree=1789696/2055920 swapFree=4179912/4192956
[pid=8492] ppid=8490 vsize=13600 CPUtime=0.03
/proc/8492/stat : 8492 (sugar) S 8490 8492 7543 0 -1 4194304 900 127 0 0 3 0 0 0 16 0 1 0 1991645709 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/8492/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.101736 s]
/proc/loadavg: 1.92 1.98 1.99 4/80 8492
/proc/meminfo: memFree=1789696/2055920 swapFree=4179912/4192956
[pid=8492] ppid=8490 vsize=13600 CPUtime=0.03
/proc/8492/stat : 8492 (sugar) S 8490 8492 7543 0 -1 4194304 900 127 0 0 3 0 0 0 16 0 1 0 1991645709 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/8492/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301761 s]
/proc/loadavg: 1.92 1.98 1.99 4/80 8492
/proc/meminfo: memFree=1789696/2055920 swapFree=4179912/4192956
[pid=8492] ppid=8490 vsize=13600 CPUtime=0.03
/proc/8492/stat : 8492 (sugar) S 8490 8492 7543 0 -1 4194304 900 127 0 0 3 0 0 0 16 0 1 0 1991645709 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/8492/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701809 s]
/proc/loadavg: 1.92 1.98 1.99 4/80 8492
/proc/meminfo: memFree=1789696/2055920 swapFree=4179912/4192956
[pid=8492] ppid=8490 vsize=13600 CPUtime=0.03
/proc/8492/stat : 8492 (sugar) S 8490 8492 7543 0 -1 4194304 900 127 0 0 3 0 0 0 16 0 1 0 1991645709 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/8492/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.5029 s]
/proc/loadavg: 1.92 1.98 1.99 3/91 8514
/proc/meminfo: memFree=1780968/2055920 swapFree=4179912/4192956
[pid=8492] ppid=8490 vsize=13600 CPUtime=0.69
/proc/8492/stat : 8492 (sugar) S 8490 8492 7543 0 -1 4194304 974 7761 0 1 3 0 61 5 15 0 1 0 1991645709 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8492/statm: 3400 797 370 3 0 500 0
[pid=8505] ppid=8492 vsize=5356 CPUtime=0
/proc/8505/stat : 8505 (sh) S 8492 8492 7543 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1991645782 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8505/statm: 1339 233 193 169 0 50 0
[pid=8506] ppid=8505 vsize=868272 CPUtime=0.75
/proc/8506/stat : 8506 (java) S 8505 8492 7543 0 -1 0 7588 0 1 0 72 3 0 0 19 0 9 0 1991645782 889110528 6811 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8506/statm: 217068 6811 2540 9 0 211643 0
[pid=8506/tid=8507] ppid=8505 vsize=868272 CPUtime=0.45
/proc/8506/task/8507/stat : 8507 (java) R 8505 8492 7543 0 -1 64 2681 0 1 0 44 1 0 0 23 0 9 0 1991645783 889110528 6811 996147200 134512640 134550740 4294955952 18446744073709551615 4125975201 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8506/tid=8508] ppid=8505 vsize=868272 CPUtime=0.11
/proc/8506/task/8508/stat : 8508 (java) S 8505 8492 7543 0 -1 64 2757 0 0 0 10 1 0 0 16 0 9 0 1991645784 889110528 6811 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=8506/tid=8509] ppid=8505 vsize=868272 CPUtime=0
/proc/8506/task/8509/stat : 8509 (java) S 8505 8492 7543 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1991645784 889110528 6811 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8506/tid=8510] ppid=8505 vsize=868272 CPUtime=0
/proc/8506/task/8510/stat : 8510 (java) S 8505 8492 7543 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1991645784 889110528 6811 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8506/tid=8511] ppid=8505 vsize=868272 CPUtime=0
/proc/8506/task/8511/stat : 8511 (java) S 8505 8492 7543 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1991645786 889110528 6811 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8506/tid=8512] ppid=8505 vsize=868272 CPUtime=0.16
/proc/8506/task/8512/stat : 8512 (java) S 8505 8492 7543 0 -1 64 1457 0 0 0 16 0 0 0 16 0 9 0 1991645786 889110528 6811 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8506/tid=8513] ppid=8505 vsize=868272 CPUtime=0
/proc/8506/task/8513/stat : 8513 (java) S 8505 8492 7543 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1991645786 889110528 6811 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8506/tid=8514] ppid=8505 vsize=868272 CPUtime=0
/proc/8506/task/8514/stat : 8514 (java) S 8505 8492 7543 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1991645786 889110528 6811 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.44
Current children cumulated vsize (KiB) 887228

[startup+3.10209 s]
/proc/loadavg: 2.01 2.00 2.00 3/91 8514
/proc/meminfo: memFree=1762088/2055920 swapFree=4179912/4192956
[pid=8492] ppid=8490 vsize=13600 CPUtime=0.69
/proc/8492/stat : 8492 (sugar) S 8490 8492 7543 0 -1 4194304 974 7761 0 1 3 0 61 5 15 0 1 0 1991645709 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8492/statm: 3400 797 370 3 0 500 0
[pid=8505] ppid=8492 vsize=5356 CPUtime=0
/proc/8505/stat : 8505 (sh) S 8492 8492 7543 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1991645782 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8505/statm: 1339 233 193 169 0 50 0
[pid=8506] ppid=8505 vsize=868496 CPUtime=2.34
/proc/8506/stat : 8506 (java) S 8505 8492 7543 0 -1 0 9167 0 1 0 218 16 0 0 19 0 9 0 1991645782 889339904 7900 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8506/statm: 217124 7900 2565 9 0 211671 0
[pid=8506/tid=8507] ppid=8505 vsize=868496 CPUtime=1.74
/proc/8506/task/8507/stat : 8507 (java) R 8505 8492 7543 0 -1 64 3184 0 1 0 163 11 0 0 25 0 9 0 1991645783 889339904 7900 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8506/tid=8508] ppid=8505 vsize=868496 CPUtime=0.35
/proc/8506/task/8508/stat : 8508 (java) S 8505 8492 7543 0 -1 64 3796 0 0 0 32 3 0 0 16 0 9 0 1991645784 889339904 7900 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=8506/tid=8509] ppid=8505 vsize=868496 CPUtime=0
/proc/8506/task/8509/stat : 8509 (java) S 8505 8492 7543 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1991645784 889339904 7900 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8506/tid=8510] ppid=8505 vsize=868496 CPUtime=0
/proc/8506/task/8510/stat : 8510 (java) S 8505 8492 7543 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1991645784 889339904 7900 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8506/tid=8511] ppid=8505 vsize=868496 CPUtime=0
/proc/8506/task/8511/stat : 8511 (java) S 8505 8492 7543 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1991645786 889339904 7900 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8506/tid=8512] ppid=8505 vsize=868496 CPUtime=0.22
/proc/8506/task/8512/stat : 8512 (java) S 8505 8492 7543 0 -1 64 1494 0 0 0 22 0 0 0 16 0 9 0 1991645786 889339904 7900 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8506/tid=8513] ppid=8505 vsize=868496 CPUtime=0
/proc/8506/task/8513/stat : 8513 (java) S 8505 8492 7543 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1991645786 889339904 7900 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8506/tid=8514] ppid=8505 vsize=868496 CPUtime=0
/proc/8506/task/8514/stat : 8514 (java) S 8505 8492 7543 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1991645786 889339904 7900 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.03
Current children cumulated vsize (KiB) 887452

[startup+6.30146 s]
/proc/loadavg: 2.01 2.00 2.00 3/91 8514
/proc/meminfo: memFree=1723752/2055920 swapFree=4179912/4192956
[pid=8492] ppid=8490 vsize=13600 CPUtime=5.37
/proc/8492/stat : 8492 (sugar) S 8490 8492 7543 0 -1 4194304 1032 18014 0 2 3 0 493 41 16 0 1 0 1991645709 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8492/statm: 3400 798 370 3 0 500 0
Current children cumulated CPU time (s) 5.37
Current children cumulated vsize (KiB) 13600

[startup+12.7022 s]
/proc/loadavg: 2.08 2.02 2.00 3/83 8516
/proc/meminfo: memFree=1652392/2055920 swapFree=4179912/4192956
[pid=8492] ppid=8490 vsize=13600 CPUtime=5.37
/proc/8492/stat : 8492 (sugar) S 8490 8492 7543 0 -1 4194304 1032 18014 0 2 3 0 493 41 16 0 1 0 1991645709 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8492/statm: 3400 798 370 3 0 500 0
[pid=8515] ppid=8492 vsize=5356 CPUtime=0
/proc/8515/stat : 8515 (sh) S 8492 8492 7543 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1991646256 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8515/statm: 1339 232 193 169 0 50 0
[pid=8516] ppid=8515 vsize=95536 CPUtime=7.19
/proc/8516/stat : 8516 (minisat) R 8515 8492 7543 0 -1 4194304 23430 0 0 0 705 14 0 0 25 0 1 0 1991646256 97828864 23416 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/8516/statm: 23884 23416 76 150 0 23731 0
Current children cumulated CPU time (s) 12.56
Current children cumulated vsize (KiB) 114492

[startup+25.5017 s]
/proc/loadavg: 2.07 2.02 2.00 3/83 8516
/proc/meminfo: memFree=1650792/2055920 swapFree=4179912/4192956
[pid=8492] ppid=8490 vsize=13600 CPUtime=5.37
/proc/8492/stat : 8492 (sugar) S 8490 8492 7543 0 -1 4194304 1032 18014 0 2 3 0 493 41 16 0 1 0 1991645709 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8492/statm: 3400 798 370 3 0 500 0
[pid=8515] ppid=8492 vsize=5356 CPUtime=0
/proc/8515/stat : 8515 (sh) S 8492 8492 7543 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1991646256 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8515/statm: 1339 232 193 169 0 50 0
[pid=8516] ppid=8515 vsize=97120 CPUtime=19.98
/proc/8516/stat : 8516 (minisat) R 8515 8492 7543 0 -1 4194304 23805 0 0 0 1984 14 0 0 25 0 1 0 1991646256 99450880 23791 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/8516/statm: 24280 23791 76 150 0 24127 0
Current children cumulated CPU time (s) 25.35
Current children cumulated vsize (KiB) 116076

[startup+51.1017 s]
/proc/loadavg: 2.04 2.01 2.00 3/83 8516
/proc/meminfo: memFree=1648232/2055920 swapFree=4179912/4192956
[pid=8492] ppid=8490 vsize=13600 CPUtime=5.37
/proc/8492/stat : 8492 (sugar) S 8490 8492 7543 0 -1 4194304 1032 18014 0 2 3 0 493 41 16 0 1 0 1991645709 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8492/statm: 3400 798 370 3 0 500 0
[pid=8515] ppid=8492 vsize=5356 CPUtime=0
/proc/8515/stat : 8515 (sh) S 8492 8492 7543 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1991646256 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8515/statm: 1339 232 193 169 0 50 0
[pid=8516] ppid=8515 vsize=99768 CPUtime=45.58
/proc/8516/stat : 8516 (minisat) R 8515 8492 7543 0 -1 4194304 24457 0 0 0 4543 15 0 0 25 0 1 0 1991646256 102162432 24443 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/8516/statm: 24942 24443 76 150 0 24789 0
Current children cumulated CPU time (s) 50.95
Current children cumulated vsize (KiB) 118724

[startup+102.307 s]
/proc/loadavg: 2.02 2.01 2.00 3/83 8516
/proc/meminfo: memFree=1642216/2055920 swapFree=4179912/4192956
[pid=8492] ppid=8490 vsize=13600 CPUtime=5.37
/proc/8492/stat : 8492 (sugar) S 8490 8492 7543 0 -1 4194304 1032 18014 0 2 3 0 493 41 16 0 1 0 1991645709 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8492/statm: 3400 798 370 3 0 500 0
[pid=8515] ppid=8492 vsize=5356 CPUtime=0
/proc/8515/stat : 8515 (sh) S 8492 8492 7543 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1991646256 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8515/statm: 1339 232 193 169 0 50 0
[pid=8516] ppid=8515 vsize=105820 CPUtime=96.77
/proc/8516/stat : 8516 (minisat) R 8515 8492 7543 0 -1 4194304 25959 0 0 0 9660 17 0 0 25 0 1 0 1991646256 108359680 25945 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/8516/statm: 26455 25945 76 150 0 26302 0
Current children cumulated CPU time (s) 102.14
Current children cumulated vsize (KiB) 124776

[startup+162.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 8516
/proc/meminfo: memFree=1635880/2055920 swapFree=4179912/4192956
[pid=8492] ppid=8490 vsize=13600 CPUtime=5.37
/proc/8492/stat : 8492 (sugar) S 8490 8492 7543 0 -1 4194304 1032 18014 0 2 3 0 493 41 16 0 1 0 1991645709 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8492/statm: 3400 798 370 3 0 500 0
[pid=8515] ppid=8492 vsize=5356 CPUtime=0
/proc/8515/stat : 8515 (sh) S 8492 8492 7543 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1991646256 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8515/statm: 1339 232 193 169 0 50 0
[pid=8516] ppid=8515 vsize=112144 CPUtime=156.75
/proc/8516/stat : 8516 (minisat) R 8515 8492 7543 0 -1 4194304 27551 0 0 0 15656 19 0 0 25 0 1 0 1991646256 114835456 27537 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/8516/statm: 28036 27537 76 150 0 27883 0
Current children cumulated CPU time (s) 162.12

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

/proc/meminfo: memFree=1579480/2055920 swapFree=4179912/4192956
[pid=8492] ppid=8490 vsize=13600 CPUtime=5.37
/proc/8492/stat : 8492 (sugar) S 8490 8492 7543 0 -1 4194304 1032 18014 0 2 3 0 493 41 16 0 1 0 1991645709 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8492/statm: 3400 798 370 3 0 500 0
[pid=8515] ppid=8492 vsize=5356 CPUtime=0
/proc/8515/stat : 8515 (sh) S 8492 8492 7543 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1991646256 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8515/statm: 1339 232 193 169 0 50 0
[pid=8516] ppid=8515 vsize=225792 CPUtime=1353.22
/proc/8516/stat : 8516 (minisat) R 8515 8492 7543 0 -1 4194304 55869 0 0 0 135273 49 0 0 25 0 1 0 1991646256 231211008 55855 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/8516/statm: 56448 55855 76 150 0 56295 0
Current children cumulated CPU time (s) 1358.59
Current children cumulated vsize (KiB) 244748

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 8546
/proc/meminfo: memFree=1574104/2055920 swapFree=4179912/4192956
[pid=8492] ppid=8490 vsize=13600 CPUtime=5.37
/proc/8492/stat : 8492 (sugar) S 8490 8492 7543 0 -1 4194304 1032 18014 0 2 3 0 493 41 16 0 1 0 1991645709 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8492/statm: 3400 798 370 3 0 500 0
[pid=8515] ppid=8492 vsize=5356 CPUtime=0
/proc/8515/stat : 8515 (sh) S 8492 8492 7543 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1991646256 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8515/statm: 1339 232 193 169 0 50 0
[pid=8516] ppid=8515 vsize=231096 CPUtime=1412.99
/proc/8516/stat : 8516 (minisat) R 8515 8492 7543 0 -1 4194304 57196 0 0 0 141249 50 0 0 25 0 1 0 1991646256 236642304 57182 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/8516/statm: 57774 57182 76 150 0 57621 0
Current children cumulated CPU time (s) 1418.36
Current children cumulated vsize (KiB) 250052

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 8546
/proc/meminfo: memFree=1569048/2055920 swapFree=4179912/4192956
[pid=8492] ppid=8490 vsize=13600 CPUtime=5.37
/proc/8492/stat : 8492 (sugar) S 8490 8492 7543 0 -1 4194304 1032 18014 0 2 3 0 493 41 16 0 1 0 1991645709 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8492/statm: 3400 798 370 3 0 500 0
[pid=8515] ppid=8492 vsize=5356 CPUtime=0
/proc/8515/stat : 8515 (sh) S 8492 8492 7543 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1991646256 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8515/statm: 1339 232 193 169 0 50 0
[pid=8516] ppid=8515 vsize=236000 CPUtime=1472.75
/proc/8516/stat : 8516 (minisat) R 8515 8492 7543 0 -1 4194304 58433 0 0 0 147224 51 0 0 25 0 1 0 1991646256 241664000 58419 996147200 134512640 135127466 4294956272 18446744073709551615 134531095 0 0 4096 3 0 0 0 17 1 0 0
/proc/8516/statm: 59000 58419 76 150 0 58847 0
Current children cumulated CPU time (s) 1478.12
Current children cumulated vsize (KiB) 254956

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 8546
/proc/meminfo: memFree=1564504/2055920 swapFree=4179912/4192956
[pid=8492] ppid=8490 vsize=13600 CPUtime=5.37
/proc/8492/stat : 8492 (sugar) S 8490 8492 7543 0 -1 4194304 1032 18014 0 2 3 0 493 41 16 0 1 0 1991645709 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8492/statm: 3400 798 370 3 0 500 0
[pid=8515] ppid=8492 vsize=5356 CPUtime=0
/proc/8515/stat : 8515 (sh) S 8492 8492 7543 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1991646256 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8515/statm: 1339 232 193 169 0 50 0
[pid=8516] ppid=8515 vsize=240512 CPUtime=1532.51
/proc/8516/stat : 8516 (minisat) R 8515 8492 7543 0 -1 4194304 59580 0 0 0 153199 52 0 0 25 0 1 0 1991646256 246284288 59566 996147200 134512640 135127466 4294956272 18446744073709551615 134528349 0 0 4096 3 0 0 0 17 1 0 0
/proc/8516/statm: 60128 59566 76 150 0 59975 0
Current children cumulated CPU time (s) 1537.88
Current children cumulated vsize (KiB) 259468

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 8546
/proc/meminfo: memFree=1560088/2055920 swapFree=4179912/4192956
[pid=8492] ppid=8490 vsize=13600 CPUtime=5.37
/proc/8492/stat : 8492 (sugar) S 8490 8492 7543 0 -1 4194304 1032 18014 0 2 3 0 493 41 16 0 1 0 1991645709 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8492/statm: 3400 798 370 3 0 500 0
[pid=8515] ppid=8492 vsize=5356 CPUtime=0
/proc/8515/stat : 8515 (sh) S 8492 8492 7543 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1991646256 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8515/statm: 1339 232 193 169 0 50 0
[pid=8516] ppid=8515 vsize=245000 CPUtime=1592.28
/proc/8516/stat : 8516 (minisat) R 8515 8492 7543 0 -1 4194304 60686 0 0 0 159174 54 0 0 25 0 1 0 1991646256 250880000 60672 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/8516/statm: 61250 60672 76 150 0 61097 0
Current children cumulated CPU time (s) 1597.65
Current children cumulated vsize (KiB) 263956

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 8546
/proc/meminfo: memFree=1555608/2055920 swapFree=4179912/4192956
[pid=8492] ppid=8490 vsize=13600 CPUtime=5.37
/proc/8492/stat : 8492 (sugar) S 8490 8492 7543 0 -1 4194304 1032 18014 0 2 3 0 493 41 16 0 1 0 1991645709 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8492/statm: 3400 798 370 3 0 500 0
[pid=8515] ppid=8492 vsize=5356 CPUtime=0
/proc/8515/stat : 8515 (sh) S 8492 8492 7543 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1991646256 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8515/statm: 1339 232 193 169 0 50 0
[pid=8516] ppid=8515 vsize=249224 CPUtime=1652.04
/proc/8516/stat : 8516 (minisat) R 8515 8492 7543 0 -1 4194304 61767 0 0 0 165149 55 0 0 25 0 1 0 1991646256 255205376 61753 996147200 134512640 135127466 4294956272 18446744073709551615 134531123 0 0 4096 3 0 0 0 17 1 0 0
/proc/8516/statm: 62306 61753 76 150 0 62153 0
Current children cumulated CPU time (s) 1657.41
Current children cumulated vsize (KiB) 268180

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 8546
/proc/meminfo: memFree=1550232/2055920 swapFree=4179912/4192956
[pid=8492] ppid=8490 vsize=13600 CPUtime=5.37
/proc/8492/stat : 8492 (sugar) S 8490 8492 7543 0 -1 4194304 1032 18014 0 2 3 0 493 41 16 0 1 0 1991645709 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8492/statm: 3400 798 370 3 0 500 0
[pid=8515] ppid=8492 vsize=5356 CPUtime=0
/proc/8515/stat : 8515 (sh) S 8492 8492 7543 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1991646256 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8515/statm: 1339 232 193 169 0 50 0
[pid=8516] ppid=8515 vsize=254372 CPUtime=1711.8
/proc/8516/stat : 8516 (minisat) R 8515 8492 7543 0 -1 4194304 63072 0 0 0 171124 56 0 0 25 0 1 0 1991646256 260476928 63058 996147200 134512640 135127466 4294956272 18446744073709551615 134530817 0 0 4096 3 0 0 0 17 1 0 0
/proc/8516/statm: 63593 63058 76 150 0 63440 0
Current children cumulated CPU time (s) 1717.17
Current children cumulated vsize (KiB) 273328

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 8546
/proc/meminfo: memFree=1546136/2055920 swapFree=4179912/4192956
[pid=8492] ppid=8490 vsize=13600 CPUtime=5.37
/proc/8492/stat : 8492 (sugar) S 8490 8492 7543 0 -1 4194304 1032 18014 0 2 3 0 493 41 16 0 1 0 1991645709 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8492/statm: 3400 798 370 3 0 500 0
[pid=8515] ppid=8492 vsize=5356 CPUtime=0
/proc/8515/stat : 8515 (sh) S 8492 8492 7543 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1991646256 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8515/statm: 1339 232 193 169 0 50 0
[pid=8516] ppid=8515 vsize=258332 CPUtime=1771.57
/proc/8516/stat : 8516 (minisat) R 8515 8492 7543 0 -1 4194304 64064 0 0 0 177099 58 0 0 25 0 1 0 1991646256 264531968 64050 996147200 134512640 135127466 4294956272 18446744073709551615 134530828 0 0 4096 3 0 0 0 17 1 0 0
/proc/8516/statm: 64583 64050 76 150 0 64430 0
Current children cumulated CPU time (s) 1776.94
Current children cumulated vsize (KiB) 277288



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1805.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 8546
/proc/meminfo: memFree=1544536/2055920 swapFree=4179912/4192956
[pid=8492] ppid=8490 vsize=13600 CPUtime=5.37
/proc/8492/stat : 8492 (sugar) S 8490 8492 7543 0 -1 4194304 1032 18014 0 2 3 0 493 41 16 0 1 0 1991645709 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8492/statm: 3400 798 370 3 0 500 0
[pid=8515] ppid=8492 vsize=5356 CPUtime=0
/proc/8515/stat : 8515 (sh) S 8492 8492 7543 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1991646256 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8515/statm: 1339 232 193 169 0 50 0
[pid=8516] ppid=8515 vsize=259784 CPUtime=1794.68
/proc/8516/stat : 8516 (minisat) R 8515 8492 7543 0 -1 4194304 64442 0 0 0 179409 59 0 0 25 0 1 0 1991646256 266018816 64428 996147200 134512640 135127466 4294956272 18446744073709551615 134530581 0 0 4096 3 0 0 0 17 1 0 0
/proc/8516/statm: 64946 64428 76 150 0 64793 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 278740

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

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

[startup+1805.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 8546
/proc/meminfo: memFree=1544536/2055920 swapFree=4179912/4192956
[pid=8492] ppid=8490 vsize=13600 CPUtime=5.37
/proc/8492/stat : 8492 (sugar) S 8490 8492 7543 0 -1 4194304 1032 18014 0 2 3 0 493 41 16 0 1 0 1991645709 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8492/statm: 3400 798 370 3 0 500 0
[pid=8515] ppid=8492 vsize=5356 CPUtime=0
/proc/8515/stat : 8515 (sh) S 8492 8492 7543 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1991646256 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8515/statm: 1339 232 193 169 0 50 0
[pid=8516] ppid=8515 vsize=259784 CPUtime=1794.68
/proc/8516/stat : 8516 (minisat) R 8515 8492 7543 0 -1 4194304 64442 0 0 0 179409 59 0 0 25 0 1 0 1991646256 266018816 64428 996147200 134512640 135127466 4294956272 18446744073709551615 134530581 0 0 4096 3 0 0 0 17 1 0 0
/proc/8516/statm: 64946 64428 76 150 0 64793 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 278740

Child status: 0

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

Real time (s): 1805.57
CPU time (s): 1800.05
CPU user time (s): 1799.05
CPU system time (s): 1
CPU usage (%): 99.6944
Max. virtual memory (cumulated for all children) (KiB): 887452

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4.97724
system time used= 0.447931
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19389
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= 10934
involuntary context switches= 10781

runsolver used 1.84072 second user time and 4.74928 second system time

The end

Launcher Data (download as text)

Begin job on node53 at 2008-07-04 01:12:14
IDJOB=1060431
IDBENCH=54450
IDSOLVER=346
FILE ID=node53/1060431-1215126734
PBS_JOBID= 7877224
Free space on /tmp= 65184 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/allIntervalSeries/normalized-series-80.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-1060431-1215126734/watcher-1060431-1215126734 -o /tmp/evaluation-result-1060431-1215126734/solver-1060431-1215126734 -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-1060431-1215126734.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 6db1170e4794f8db50d7ec9410af70a0
RANDOM SEED=2144300249

node53.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:       1790176 kB
Buffers:         19744 kB
Cached:         119468 kB
SwapCached:       7396 kB
Active:         141188 kB
Inactive:        69520 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1790176 kB
SwapTotal:     4192956 kB
SwapFree:      4179912 kB
Dirty:            2044 kB
Writeback:           0 kB
Mapped:          84696 kB
Slab:            40296 kB
Committed_AS:  4605068 kB
PageTables:       1876 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= 65188 MiB
End job on node53 at 2008-07-04 01:42:21