Trace number 1074660

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.26 1806.12

General information on the benchmark

Namecsp/os-taillard-20/
normalized-os-taillard-20-95-0.xml
MD5SUM0d7f52239cc079a8b40c34e4f80db59c
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 benchmark4.27835
Satisfiable
(Un)Satisfiability was proved
Number of variables400
Number of constraints7600
Maximum constraint arity2
Maximum domain size1154
Number of constraints which are defined in extension0
Number of constraints which are defined in intension7600
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 15:47:16 2008
0.00/0.04	c 0	PID 27442
0.03/0.05	c 0	HOST node69.alineos.net
0.03/0.05	c 0	CONVERTING HOME/instance-1074660-1215179236.xml TO HOME/temp.csp
0.03/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1074660-1215179236.xml' 'HOME/temp.csp'
0.96/1.07	c 1	400 domains, 400 variables, 1 predicates, 0 relations, 7600 constraints
0.96/1.08	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.96/1.08	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.03/1.16	c 1	Parsing HOME/temp.csp
1.03/1.51	c 2	parsed 8401 expressions
1.03/1.52	c 2	Heap : 4 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.03/1.52	c 2	Converting to clausal form CSP
1.03/1.57	c 2	converted 841 (10%) expressions
1.03/1.74	c 2	converted 1681 (20%) expressions
1.03/1.81	c 2	converted 2521 (30%) expressions
1.03/1.83	c 2	converted 3361 (40%) expressions
1.03/1.86	c 2	converted 4201 (50%) expressions
1.03/1.88	c 2	converted 5041 (60%) expressions
1.03/1.91	c 2	converted 5881 (70%) expressions
1.03/1.98	c 2	converted 6721 (80%) expressions
1.03/2.01	c 2	converted 7561 (90%) expressions
1.03/2.03	c 2	converted 8401 (100%) expressions
1.03/2.03	c 2	CSP : 400 integers, 0 booleans, 7600 clauses, largest domain size 1154
1.03/2.03	c 2	Heap : 8 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.03/2.03	c 2	Propagation in CSP
2.02/2.12	c 2	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.02/2.12	c 2	CSP : 400 integers, 0 booleans, 7600 clauses, largest domain size 1154
2.02/2.12	c 2	Heap : 9 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.02/2.13	c 2	Simplifing CSP by introducing new Boolean variables
2.12/2.30	c 3	CSP : 400 integers, 15200 booleans, 22800 clauses, largest domain size 1154
2.12/2.30	c 3	Heap : 14 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.22/2.37	c 3	Encoding CSP to SAT : HOME/temp.cnf
2.32/2.46	c 3	40 (10%) CSP integer variables are encoded (44040 clauses, 638474 bytes)
2.42/2.51	c 3	80 (20%) CSP integer variables are encoded (88385 clauses, 1303649 bytes)
2.42/2.57	c 3	120 (30%) CSP integer variables are encoded (132642 clauses, 2032971 bytes)
2.52/2.63	c 3	160 (40%) CSP integer variables are encoded (176974 clauses, 2786615 bytes)
2.52/2.69	c 3	200 (50%) CSP integer variables are encoded (221236 clauses, 3539069 bytes)
2.62/2.74	c 3	240 (60%) CSP integer variables are encoded (265569 clauses, 4292730 bytes)
2.71/2.80	c 3	280 (70%) CSP integer variables are encoded (309831 clauses, 5045184 bytes)
2.71/2.86	c 3	320 (80%) CSP integer variables are encoded (353782 clauses, 5792351 bytes)
2.81/2.92	c 3	360 (90%) CSP integer variables are encoded (397976 clauses, 6543649 bytes)
2.81/2.98	c 3	400 (100%) CSP integer variables are encoded (442252 clauses, 7296341 bytes)
5.89/6.07	c 6	2280 (10%) CSP clauses are encoded (2053232 clauses, 44335682 bytes)
9.04/9.22	c 10	4560 (20%) CSP clauses are encoded (3657518 clauses, 82133366 bytes)
12.18/12.41	c 13	6840 (30%) CSP clauses are encoded (5276950 clauses, 120423316 bytes)
15.29/15.75	c 16	9120 (40%) CSP clauses are encoded (6894506 clauses, 160401010 bytes)
18.43/18.94	c 19	11400 (50%) CSP clauses are encoded (8509458 clauses, 200745170 bytes)
21.58/22.13	c 22	13680 (60%) CSP clauses are encoded (10135392 clauses, 241363880 bytes)
24.68/25.37	c 26	15960 (70%) CSP clauses are encoded (11751914 clauses, 281747290 bytes)
27.79/28.57	c 29	18240 (80%) CSP clauses are encoded (13363534 clauses, 322008150 bytes)
30.94/31.74	c 32	20520 (90%) CSP clauses are encoded (14966770 clauses, 362059410 bytes)
34.06/34.97	c 35	22800 (100%) CSP clauses are encoded (16581004 clauses, 402385620 bytes)
34.06/34.97	c 35	22800 CSP clauses encoded
34.06/34.97	c 35	Writing map file : HOME/temp.map
34.06/34.99	c 35	Heap : 8 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
34.06/34.99	c 35	SAT : 457852 SAT variables, 16581004 SAT clauses, 402385620 bytes
34.06/34.99	c 35	Heap : 8 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
34.06/35.00	c 35	SOLVING HOME/temp.cnf
34.06/35.00	c 35	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
34.15/35.00	c 35	This is MiniSat 2.0 beta
34.15/35.00	c 35	WARNING: for repeatability, setting FPU to use double precision
34.15/35.00	c 35	============================[ Problem Statistics ]=============================
34.15/35.00	c 35	|                                                                             |
34.15/35.00	c 35	|  Number of variables:  457852                                               |
34.15/35.00	c 35	|  Number of clauses:    16581004                                             |
43.52/44.58	c 45	|  Parsing time:         8.38         s                                       |
43.92/44.99	c 45	============================[ Search Statistics ]==============================
43.92/44.99	c 45	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
43.92/44.99	c 45	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
43.92/44.99	c 45	===============================================================================
43.92/44.99	c 45	|         0 |  457852 16581004 49262760 |  5527001        0    nan |  0.000 % |
44.81/45.87	c 46	|       101 |  457852 16581004 49262760 |  6079701      101     13 |  0.000 % |
45.21/46.27	c 47	|       251 |  457852 16581004 49262760 |  6687671      251     15 |  0.000 % |
45.70/46.70	c 47	|       476 |  457852 16581004 49262760 |  7356438      476     12 |  0.000 % |
46.10/47.18	c 47	|       813 |  457852 16581004 49262760 |  8092082      813     11 |  0.000 % |
46.59/47.67	c 48	|      1321 |  457852 16581004 49262760 |  8901290     1321     11 |  0.000 % |
47.79/48.83	c 49	|      2080 |  457852 16581004 49262760 |  9791420     2080     12 |  0.000 % |
48.77/49.84	c 50	|      3219 |  457852 16581004 49262760 | 10770562     3219     12 |  0.000 % |
50.16/51.23	c 52	|      4928 |  457852 16581004 49262760 | 11847618     4928     12 |  0.000 % |
53.72/54.87	c 55	|      7491 |  457852 16581004 49262760 | 13032380     7491     15 |  0.000 % |
59.66/60.83	c 61	|     11335 |  457852 16581004 49262760 | 14335618    11335     15 |  0.000 % |
66.71/67.91	c 68	|     17101 |  457852 16581004 49262760 | 15769179    17101     17 |  0.000 % |
77.60/78.94	c 79	|     25750 |  457852 16581004 49262760 | 17346097    25750     17 |  0.000 % |
90.07/91.57	c 92	|     38724 |  457852 16581004 49262760 | 19080707    38724     18 |  0.000 % |
111.86/113.52	c 114	|     58187 |  457852 16581004 49262760 | 20988778    58187     20 |  0.000 % |
155.85/157.92	c 158	|     87379 |  457852 16581004 49262760 | 23087656    87379     21 |  0.000 % |
219.69/222.60	c 223	|    131168 |  457852 16581004 49262760 | 25396421   131168     23 |  0.000 % |
343.12/347.15	c 347	|    196858 |  457852 16581004 49262760 | 27936064   196858     25 |  0.000 % |
579.07/584.31	c 585	|    295384 |  457852 16581004 49262760 | 30729670   295384     29 |  0.000 % |
1047.44/1052.93	c 1053	|    443174 |  457852 16581004 49262760 | 33802637   443174     29 |  0.000 % |
1800.02/1805.82	c ERROR INTERRUPTED
1800.13/1805.93	s UNKNOWN
1800.13/1805.93	c 1806	CPU 31.12 (0.04 0 31.08 3.05)
1800.13/1805.93	c 1806	END Fri Jul  4 16:17:22 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-1074660-1215179236/watcher-1074660-1215179236 -o /tmp/evaluation-result-1074660-1215179236/solver-1074660-1215179236 -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-1074660-1215179236.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/81 27442
/proc/meminfo: memFree=1641816/2055920 swapFree=4179736/4192956
[pid=27442] ppid=27440 vsize=12132 CPUtime=0
/proc/27442/stat : 27442 (sugar) R 27440 27442 24036 0 -1 4194304 214 0 0 0 0 0 0 0 20 0 1 0 1996892512 12423168 182 996147200 4194304 4206940 548682068608 18446744073709551615 237947491773 0 0 4224 0 0 0 0 17 1 0 0
/proc/27442/statm: 3033 182 142 3 0 133 0

[startup+0.049558 s]
/proc/loadavg: 1.92 1.98 1.99 4/81 27442
/proc/meminfo: memFree=1641816/2055920 swapFree=4179736/4192956
[pid=27442] ppid=27440 vsize=13600 CPUtime=0.03
/proc/27442/stat : 27442 (sugar) S 27440 27442 24036 0 -1 4194304 837 0 0 0 3 0 0 0 18 0 1 0 1996892512 13926400 792 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27442/statm: 3400 792 367 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.101414 s]
/proc/loadavg: 1.92 1.98 1.99 4/81 27442
/proc/meminfo: memFree=1641816/2055920 swapFree=4179736/4192956
[pid=27442] ppid=27440 vsize=13600 CPUtime=0.03
/proc/27442/stat : 27442 (sugar) S 27440 27442 24036 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1996892512 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27442/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301441 s]
/proc/loadavg: 1.92 1.98 1.99 4/81 27442
/proc/meminfo: memFree=1641816/2055920 swapFree=4179736/4192956
[pid=27442] ppid=27440 vsize=13600 CPUtime=0.03
/proc/27442/stat : 27442 (sugar) S 27440 27442 24036 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1996892512 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27442/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701511 s]
/proc/loadavg: 1.92 1.98 1.99 4/81 27442
/proc/meminfo: memFree=1641816/2055920 swapFree=4179736/4192956
[pid=27442] ppid=27440 vsize=13600 CPUtime=0.03
/proc/27442/stat : 27442 (sugar) S 27440 27442 24036 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1996892512 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27442/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50164 s]
/proc/loadavg: 1.92 1.98 1.99 4/92 27454
/proc/meminfo: memFree=1621504/2055920 swapFree=4179736/4192956
[pid=27442] ppid=27440 vsize=13600 CPUtime=1.03
/proc/27442/stat : 27442 (sugar) S 27440 27442 24036 0 -1 4194304 973 8351 0 1 3 0 95 5 16 0 1 0 1996892512 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27442/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 1.03
Current children cumulated vsize (KiB) 13600

[startup+3.1019 s]
/proc/loadavg: 1.92 1.98 1.99 3/92 27464
/proc/meminfo: memFree=1619200/2055920 swapFree=4179736/4192956
[pid=27442] ppid=27440 vsize=13600 CPUtime=1.04
/proc/27442/stat : 27442 (sugar) S 27440 27442 24036 0 -1 4194304 974 8351 0 1 4 0 95 5 15 0 1 0 1996892512 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27442/statm: 3400 797 370 3 0 500 0
[pid=27455] ppid=27442 vsize=5356 CPUtime=0
/proc/27455/stat : 27455 (sh) S 27442 27442 24036 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1996892620 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27455/statm: 1339 233 193 169 0 50 0
[pid=27456] ppid=27455 vsize=868464 CPUtime=1.98
/proc/27456/stat : 27456 (java) S 27455 27442 24036 0 -1 0 9960 0 1 0 187 11 0 0 18 0 9 0 1996892620 889307136 8931 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27456/statm: 217116 8931 2565 9 0 211663 0
[pid=27456/tid=27457] ppid=27455 vsize=868464 CPUtime=1.31
/proc/27456/task/27457/stat : 27457 (java) R 27455 27442 24036 0 -1 64 2999 0 1 0 125 6 0 0 23 0 9 0 1996892621 889307136 8931 996147200 134512640 134550740 4294955952 18446744073709551615 4126965151 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27456/tid=27458] ppid=27455 vsize=868464 CPUtime=0.4
/proc/27456/task/27458/stat : 27458 (java) S 27455 27442 24036 0 -1 64 4785 0 0 0 38 2 0 0 16 0 9 0 1996892622 889307136 8931 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27456/tid=27459] ppid=27455 vsize=868464 CPUtime=0
/proc/27456/task/27459/stat : 27459 (java) S 27455 27442 24036 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1996892622 889307136 8931 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27456/tid=27460] ppid=27455 vsize=868464 CPUtime=0
/proc/27456/task/27460/stat : 27460 (java) S 27455 27442 24036 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1996892622 889307136 8931 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27456/tid=27461] ppid=27455 vsize=868464 CPUtime=0
/proc/27456/task/27461/stat : 27461 (java) S 27455 27442 24036 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1996892624 889307136 8931 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27456/tid=27462] ppid=27455 vsize=868464 CPUtime=0.24
/proc/27456/task/27462/stat : 27462 (java) S 27455 27442 24036 0 -1 64 1482 0 0 0 23 1 0 0 16 0 9 0 1996892624 889307136 8931 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27456/tid=27463] ppid=27455 vsize=868464 CPUtime=0
/proc/27456/task/27463/stat : 27463 (java) S 27455 27442 24036 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1996892624 889307136 8931 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27456/tid=27464] ppid=27455 vsize=868464 CPUtime=0
/proc/27456/task/27464/stat : 27464 (java) S 27455 27442 24036 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1996892624 889307136 8931 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.02
Current children cumulated vsize (KiB) 887420

[startup+6.30241 s]
/proc/loadavg: 1.93 1.98 1.99 3/92 27464
/proc/meminfo: memFree=1577280/2055920 swapFree=4179736/4192956
[pid=27442] ppid=27440 vsize=13600 CPUtime=1.04
/proc/27442/stat : 27442 (sugar) S 27440 27442 24036 0 -1 4194304 974 8351 0 1 4 0 95 5 16 0 1 0 1996892512 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27442/statm: 3400 797 370 3 0 500 0
[pid=27455] ppid=27442 vsize=5356 CPUtime=0
/proc/27455/stat : 27455 (sh) S 27442 27442 24036 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1996892620 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27455/statm: 1339 233 193 169 0 50 0
[pid=27456] ppid=27455 vsize=868464 CPUtime=5.15
/proc/27456/stat : 27456 (java) S 27455 27442 24036 0 -1 0 10613 0 1 0 476 39 0 0 18 0 9 0 1996892620 889307136 8938 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27456/statm: 217116 8938 2565 9 0 211663 0
[pid=27456/tid=27457] ppid=27455 vsize=868464 CPUtime=4.27
/proc/27456/task/27457/stat : 27457 (java) R 27455 27442 24036 0 -1 64 3645 0 1 0 397 30 0 0 25 0 9 0 1996892621 889307136 8938 996147200 134512640 134550740 4294955952 18446744073709551615 4126486600 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27456/tid=27458] ppid=27455 vsize=868464 CPUtime=0.6
/proc/27456/task/27458/stat : 27458 (java) S 27455 27442 24036 0 -1 64 4785 0 0 0 54 6 0 0 16 0 9 0 1996892622 889307136 8938 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27456/tid=27459] ppid=27455 vsize=868464 CPUtime=0
/proc/27456/task/27459/stat : 27459 (java) S 27455 27442 24036 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1996892622 889307136 8938 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27456/tid=27460] ppid=27455 vsize=868464 CPUtime=0
/proc/27456/task/27460/stat : 27460 (java) S 27455 27442 24036 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1996892622 889307136 8938 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27456/tid=27461] ppid=27455 vsize=868464 CPUtime=0
/proc/27456/task/27461/stat : 27461 (java) S 27455 27442 24036 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1996892624 889307136 8938 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27456/tid=27462] ppid=27455 vsize=868464 CPUtime=0.25
/proc/27456/task/27462/stat : 27462 (java) S 27455 27442 24036 0 -1 64 1489 0 0 0 24 1 0 0 17 0 9 0 1996892624 889307136 8938 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27456/tid=27463] ppid=27455 vsize=868464 CPUtime=0
/proc/27456/task/27463/stat : 27463 (java) S 27455 27442 24036 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1996892624 889307136 8938 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27456/tid=27464] ppid=27455 vsize=868464 CPUtime=0
/proc/27456/task/27464/stat : 27464 (java) R 27455 27442 24036 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1996892624 889307136 8938 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 887420

[startup+12.7024 s]
/proc/loadavg: 2.01 2.00 2.00 3/92 27464
/proc/meminfo: memFree=1498176/2055920 swapFree=4179736/4192956
[pid=27442] ppid=27440 vsize=13600 CPUtime=1.04
/proc/27442/stat : 27442 (sugar) S 27440 27442 24036 0 -1 4194304 974 8351 0 1 4 0 95 5 16 0 1 0 1996892512 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27442/statm: 3400 797 370 3 0 500 0
[pid=27455] ppid=27442 vsize=5356 CPUtime=0
/proc/27455/stat : 27455 (sh) S 27442 27442 24036 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1996892620 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27455/statm: 1339 233 193 169 0 50 0
[pid=27456] ppid=27455 vsize=868464 CPUtime=11.36
/proc/27456/stat : 27456 (java) S 27455 27442 24036 0 -1 0 11860 0 1 0 1041 95 0 0 18 0 9 0 1996892620 889307136 8938 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27456/statm: 217116 8938 2565 9 0 211663 0
[pid=27456/tid=27457] ppid=27455 vsize=868464 CPUtime=10.13
/proc/27456/task/27457/stat : 27457 (java) D 27455 27442 24036 0 -1 64 4892 0 1 0 933 80 0 0 25 0 9 0 1996892621 889307136 8938 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 18446744071563608240 0 0 -1 1 0 0
[pid=27456/tid=27458] ppid=27455 vsize=868464 CPUtime=0.95
/proc/27456/task/27458/stat : 27458 (java) S 27455 27442 24036 0 -1 64 4785 0 0 0 82 13 0 0 16 0 9 0 1996892622 889307136 8938 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27456/tid=27459] ppid=27455 vsize=868464 CPUtime=0
/proc/27456/task/27459/stat : 27459 (java) S 27455 27442 24036 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1996892622 889307136 8938 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27456/tid=27460] ppid=27455 vsize=868464 CPUtime=0
/proc/27456/task/27460/stat : 27460 (java) S 27455 27442 24036 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1996892622 889307136 8938 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27456/tid=27461] ppid=27455 vsize=868464 CPUtime=0
/proc/27456/task/27461/stat : 27461 (java) S 27455 27442 24036 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1996892624 889307136 8938 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27456/tid=27462] ppid=27455 vsize=868464 CPUtime=0.25
/proc/27456/task/27462/stat : 27462 (java) S 27455 27442 24036 0 -1 64 1489 0 0 0 24 1 0 0 17 0 9 0 1996892624 889307136 8938 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27456/tid=27463] ppid=27455 vsize=868464 CPUtime=0
/proc/27456/task/27463/stat : 27463 (java) S 27455 27442 24036 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1996892624 889307136 8938 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27456/tid=27464] ppid=27455 vsize=868464 CPUtime=0
/proc/27456/task/27464/stat : 27464 (java) S 27455 27442 24036 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1996892624 889307136 8938 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.4
Current children cumulated vsize (KiB) 887420

[startup+25.5025 s]
/proc/loadavg: 2.23 2.05 2.02 3/92 27464
/proc/meminfo: memFree=1333760/2055920 swapFree=4179736/4192956
[pid=27442] ppid=27440 vsize=13600 CPUtime=1.04
/proc/27442/stat : 27442 (sugar) S 27440 27442 24036 0 -1 4194304 974 8351 0 1 4 0 95 5 16 0 1 0 1996892512 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27442/statm: 3400 797 370 3 0 500 0
[pid=27455] ppid=27442 vsize=5356 CPUtime=0
/proc/27455/stat : 27455 (sh) S 27442 27442 24036 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1996892620 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27455/statm: 1339 233 193 169 0 50 0
[pid=27456] ppid=27455 vsize=868464 CPUtime=23.83
/proc/27456/stat : 27456 (java) S 27455 27442 24036 0 -1 0 14427 0 1 0 2168 215 0 0 18 0 9 0 1996892620 889307136 8938 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27456/statm: 217116 8938 2565 9 0 211663 0
[pid=27456/tid=27457] ppid=27455 vsize=868464 CPUtime=21.83
/proc/27456/task/27457/stat : 27457 (java) R 27455 27442 24036 0 -1 64 7459 0 1 0 1999 184 0 0 25 0 9 0 1996892621 889307136 8938 996147200 134512640 134550740 4294955952 18446744073709551615 4126961477 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27456/tid=27458] ppid=27455 vsize=868464 CPUtime=1.71
/proc/27456/task/27458/stat : 27458 (java) S 27455 27442 24036 0 -1 64 4785 0 0 0 143 28 0 0 16 0 9 0 1996892622 889307136 8938 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27456/tid=27459] ppid=27455 vsize=868464 CPUtime=0
/proc/27456/task/27459/stat : 27459 (java) S 27455 27442 24036 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1996892622 889307136 8938 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27456/tid=27460] ppid=27455 vsize=868464 CPUtime=0
/proc/27456/task/27460/stat : 27460 (java) S 27455 27442 24036 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1996892622 889307136 8938 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27456/tid=27461] ppid=27455 vsize=868464 CPUtime=0
/proc/27456/task/27461/stat : 27461 (java) S 27455 27442 24036 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1996892624 889307136 8938 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27456/tid=27462] ppid=27455 vsize=868464 CPUtime=0.25
/proc/27456/task/27462/stat : 27462 (java) S 27455 27442 24036 0 -1 64 1489 0 0 0 24 1 0 0 17 0 9 0 1996892624 889307136 8938 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27456/tid=27463] ppid=27455 vsize=868464 CPUtime=0
/proc/27456/task/27463/stat : 27463 (java) S 27455 27442 24036 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1996892624 889307136 8938 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27456/tid=27464] ppid=27455 vsize=868464 CPUtime=0
/proc/27456/task/27464/stat : 27464 (java) S 27455 27442 24036 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1996892624 889307136 8938 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 24.87
Current children cumulated vsize (KiB) 887420

[startup+51.1016 s]
/proc/loadavg: 2.34 2.09 2.03 3/84 27466
/proc/meminfo: memFree=562816/2055920 swapFree=4179736/4192956
[pid=27442] ppid=27440 vsize=13600 CPUtime=34.15
/proc/27442/stat : 27442 (sugar) S 27440 27442 24036 0 -1 4194304 1033 24989 0 2 4 0 3107 304 16 0 1 0 1996892512 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27442/statm: 3400 799 370 3 0 500 0
[pid=27465] ppid=27442 vsize=5356 CPUtime=0
/proc/27465/stat : 27465 (sh) S 27442 27442 24036 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1996896012 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27465/statm: 1339 232 193 169 0 50 0
[pid=27466] ppid=27465 vsize=683096 CPUtime=15.91
/proc/27466/stat : 27466 (minisat) R 27465 27442 24036 0 -1 4194304 168865 0 0 0 1479 112 0 0 25 0 1 0 1996896012 699490304 168851 996147200 134512640 135127466 4294956256 18446744073709551615 134530613 0 0 4096 3 0 0 0 17 1 0 0

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

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 27502
/proc/meminfo: memFree=579408/2055920 swapFree=4179736/4192956
[pid=27442] ppid=27440 vsize=13600 CPUtime=34.15
/proc/27442/stat : 27442 (sugar) S 27440 27442 24036 0 -1 4194304 1033 24989 0 2 4 0 3107 304 16 0 1 0 1996892512 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27442/statm: 3400 799 370 3 0 500 0
[pid=27465] ppid=27442 vsize=5356 CPUtime=0
/proc/27465/stat : 27465 (sh) S 27442 27442 24036 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1996896012 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27465/statm: 1339 232 193 169 0 50 0
[pid=27466] ppid=27465 vsize=806096 CPUtime=1442.51
/proc/27466/stat : 27466 (minisat) R 27465 27442 24036 0 -1 4194304 199344 0 0 0 144111 140 0 0 25 0 1 0 1996896012 825442304 199330 996147200 134512640 135127466 4294956256 18446744073709551615 134530644 0 0 4096 3 0 0 0 17 0 0 0
/proc/27466/statm: 201524 199330 76 150 0 201371 0
Current children cumulated CPU time (s) 1476.66
Current children cumulated vsize (KiB) 825052

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 27502
/proc/meminfo: memFree=577168/2055920 swapFree=4179736/4192956
[pid=27442] ppid=27440 vsize=13600 CPUtime=34.15
/proc/27442/stat : 27442 (sugar) S 27440 27442 24036 0 -1 4194304 1033 24989 0 2 4 0 3107 304 16 0 1 0 1996892512 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27442/statm: 3400 799 370 3 0 500 0
[pid=27465] ppid=27442 vsize=5356 CPUtime=0
/proc/27465/stat : 27465 (sh) S 27442 27442 24036 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1996896012 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27465/statm: 1339 232 193 169 0 50 0
[pid=27466] ppid=27465 vsize=808324 CPUtime=1502.48
/proc/27466/stat : 27466 (minisat) R 27465 27442 24036 0 -1 4194304 199904 0 0 0 150107 141 0 0 25 0 1 0 1996896012 827723776 199890 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/27466/statm: 202081 199890 76 150 0 201928 0
Current children cumulated CPU time (s) 1536.63
Current children cumulated vsize (KiB) 827280

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 27502
/proc/meminfo: memFree=575120/2055920 swapFree=4179736/4192956
[pid=27442] ppid=27440 vsize=13600 CPUtime=34.15
/proc/27442/stat : 27442 (sugar) S 27440 27442 24036 0 -1 4194304 1033 24989 0 2 4 0 3107 304 16 0 1 0 1996892512 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27442/statm: 3400 799 370 3 0 500 0
[pid=27465] ppid=27442 vsize=5356 CPUtime=0
/proc/27465/stat : 27465 (sh) S 27442 27442 24036 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1996896012 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27465/statm: 1339 232 193 169 0 50 0
[pid=27466] ppid=27465 vsize=810484 CPUtime=1562.45
/proc/27466/stat : 27466 (minisat) R 27465 27442 24036 0 -1 4194304 200437 0 0 0 156104 141 0 0 25 0 1 0 1996896012 829935616 200423 996147200 134512640 135127466 4294956256 18446744073709551615 134530654 0 0 4096 3 0 0 0 17 0 0 0
/proc/27466/statm: 202621 200423 76 150 0 202468 0
Current children cumulated CPU time (s) 1596.6
Current children cumulated vsize (KiB) 829440

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 27502
/proc/meminfo: memFree=572752/2055920 swapFree=4179736/4192956
[pid=27442] ppid=27440 vsize=13600 CPUtime=34.15
/proc/27442/stat : 27442 (sugar) S 27440 27442 24036 0 -1 4194304 1033 24989 0 2 4 0 3107 304 16 0 1 0 1996892512 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27442/statm: 3400 799 370 3 0 500 0
[pid=27465] ppid=27442 vsize=5356 CPUtime=0
/proc/27465/stat : 27465 (sh) S 27442 27442 24036 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1996896012 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27465/statm: 1339 232 193 169 0 50 0
[pid=27466] ppid=27465 vsize=812752 CPUtime=1622.43
/proc/27466/stat : 27466 (minisat) R 27465 27442 24036 0 -1 4194304 201029 0 0 0 162100 143 0 0 25 0 1 0 1996896012 832258048 201015 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/27466/statm: 203188 201015 76 150 0 203035 0
Current children cumulated CPU time (s) 1656.58
Current children cumulated vsize (KiB) 831708

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 27502
/proc/meminfo: memFree=570576/2055920 swapFree=4179736/4192956
[pid=27442] ppid=27440 vsize=13600 CPUtime=34.15
/proc/27442/stat : 27442 (sugar) S 27440 27442 24036 0 -1 4194304 1033 24989 0 2 4 0 3107 304 16 0 1 0 1996892512 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27442/statm: 3400 799 370 3 0 500 0
[pid=27465] ppid=27442 vsize=5356 CPUtime=0
/proc/27465/stat : 27465 (sh) S 27442 27442 24036 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1996896012 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27465/statm: 1339 232 193 169 0 50 0
[pid=27466] ppid=27465 vsize=814764 CPUtime=1682.39
/proc/27466/stat : 27466 (minisat) R 27465 27442 24036 0 -1 4194304 201540 0 0 0 168096 143 0 0 25 0 1 0 1996896012 834318336 201526 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/27466/statm: 203691 201526 76 150 0 203538 0
Current children cumulated CPU time (s) 1716.54
Current children cumulated vsize (KiB) 833720

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 27502
/proc/meminfo: memFree=568656/2055920 swapFree=4179736/4192956
[pid=27442] ppid=27440 vsize=13600 CPUtime=34.15
/proc/27442/stat : 27442 (sugar) S 27440 27442 24036 0 -1 4194304 1033 24989 0 2 4 0 3107 304 16 0 1 0 1996892512 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27442/statm: 3400 799 370 3 0 500 0
[pid=27465] ppid=27442 vsize=5356 CPUtime=0
/proc/27465/stat : 27465 (sh) S 27442 27442 24036 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1996896012 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27465/statm: 1339 232 193 169 0 50 0
[pid=27466] ppid=27465 vsize=816560 CPUtime=1742.37
/proc/27466/stat : 27466 (minisat) R 27465 27442 24036 0 -1 4194304 201995 0 0 0 174093 144 0 0 25 0 1 0 1996896012 836157440 201981 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/27466/statm: 204140 201981 76 150 0 203987 0
Current children cumulated CPU time (s) 1776.52
Current children cumulated vsize (KiB) 835516



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1805.8 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 27502
/proc/meminfo: memFree=567696/2055920 swapFree=4179736/4192956
[pid=27442] ppid=27440 vsize=13600 CPUtime=34.15
/proc/27442/stat : 27442 (sugar) S 27440 27442 24036 0 -1 4194304 1033 24989 0 2 4 0 3107 304 16 0 1 0 1996892512 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27442/statm: 3400 799 370 3 0 500 0
[pid=27465] ppid=27442 vsize=5356 CPUtime=0
/proc/27465/stat : 27465 (sh) S 27442 27442 24036 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1996896012 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27465/statm: 1339 232 193 169 0 50 0
[pid=27466] ppid=27465 vsize=817544 CPUtime=1765.87
/proc/27466/stat : 27466 (minisat) R 27465 27442 24036 0 -1 4194304 202219 0 0 0 176443 144 0 0 25 0 1 0 1996896012 837165056 202205 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/27466/statm: 204386 202205 76 150 0 204233 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 836500

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

[startup+1805.92 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 27502
/proc/meminfo: memFree=567696/2055920 swapFree=4179736/4192956
[pid=27442] ppid=27440 vsize=13600 CPUtime=34.15
/proc/27442/stat : 27442 (sugar) S 27440 27442 24036 0 -1 4194304 1044 24989 0 2 4 0 3107 304 16 0 1 0 1996892512 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 16384 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/27442/statm: 3400 799 370 3 0 500 0
[pid=27465] ppid=27442 vsize=0 CPUtime=0
/proc/27465/stat : 27465 (sh) Z 27442 27442 24036 0 -1 4195340 277 0 0 0 0 0 0 0 16 0 1 0 1996896012 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 1 0 0
/proc/27465/statm: 0 0 0 0 0 0 0
[pid=27466] ppid=1 vsize=0 CPUtime=1765.98
/proc/27466/stat : 27466 (minisat) R 1 27442 24036 0 -1 4195332 202219 0 0 0 176443 155 0 0 25 0 1 0 1996896012 0 0 996147200 0 0 0 0 0 0 0 4096 3 0 0 0 17 0 0 0
/proc/27466/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.13
Current children cumulated vsize (KiB) 13600

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

[startup+1806 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 27502
/proc/meminfo: memFree=567696/2055920 swapFree=4179736/4192956
[pid=27442] ppid=27440 vsize=13600 CPUtime=34.25
/proc/27442/stat : 27442 (sugar) R 27440 27442 24036 0 -1 4194304 1069 25266 0 2 4 8 3108 305 17 0 1 0 1996892512 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 237947819049 0 0 4224 16386 0 0 0 17 0 0 0
/proc/27442/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 34.25
Current children cumulated vsize (KiB) 13600

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

[startup+1806 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 27502
/proc/meminfo: memFree=567696/2055920 swapFree=4179736/4192956
[pid=27442] ppid=27440 vsize=13600 CPUtime=34.25
/proc/27442/stat : 27442 (sugar) R 27440 27442 24036 0 -1 4194304 1069 25266 0 2 4 8 3108 305 17 0 1 0 1996892512 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 237947819049 0 0 4224 16386 0 0 0 17 0 0 0
/proc/27442/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 34.25
Current children cumulated vsize (KiB) 13600

[startup+1806.1 s]
/proc/loadavg: 2.00 2.00 2.00 4/75 27503
/proc/meminfo: memFree=1778000/2055920 swapFree=4179736/4192956
[pid=27442] ppid=27440 vsize=13600 CPUtime=34.35
/proc/27442/stat : 27442 (sugar) R 27440 27442 24036 0 -1 4194304 1069 25266 0 2 4 18 3108 305 17 0 1 0 1996892512 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 237947819049 0 0 4224 16386 0 0 0 17 0 0 0
/proc/27442/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 34.35
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): 1765.88
#  lost CPU user time (s): 1764.42
#  lost CPU system time (s): 1.46

Real time (s): 1806.12
CPU time (s): 1800.26
CPU user time (s): 1795.55
CPU system time (s): 4.7125
CPU usage (%): 99.6753
Max. virtual memory (cumulated for all children) (KiB): 887528

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 31.1273
system time used= 3.25251
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 26366
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= 48669
involuntary context switches= 49291

runsolver used 2.19167 second user time and 6.03708 second system time

The end

Launcher Data (download as text)

Begin job on node69 at 2008-07-04 15:47:16
IDJOB=1074660
IDBENCH=56428
IDSOLVER=346
FILE ID=node69/1074660-1215179236
PBS_JOBID= 7881472
Free space on /tmp= 66552 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/os-taillard-20/normalized-os-taillard-20-95-0.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-1074660-1215179236/watcher-1074660-1215179236 -o /tmp/evaluation-result-1074660-1215179236/solver-1074660-1215179236 -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-1074660-1215179236.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 0d7f52239cc079a8b40c34e4f80db59c
RANDOM SEED=658320204

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1642360 kB
Buffers:         42732 kB
Cached:         128744 kB
SwapCached:       7092 kB
Active:         293824 kB
Inactive:        59584 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1642360 kB
SwapTotal:     4192956 kB
SwapFree:      4179736 kB
Dirty:            2328 kB
Writeback:           0 kB
Mapped:         197940 kB
Slab:            44888 kB
Committed_AS:  4193260 kB
PageTables:       2304 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= 66552 MiB
End job on node69 at 2008-07-04 16:17:24