Trace number 2081598

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.14.6+minisat? (TO) 1800.09 1809.49

General information on the benchmark

Namecsp/super-js/super-js-taillard-20-15/
normalized-super-js-taillard-20-15-14.xml
MD5SUMfcc319e6fc9e5f3f4a12aa7c5c9c75e3
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark806.525
Satisfiable
(Un)Satisfiability was proved
Number of variables600
Number of constraints9690
Maximum constraint arity2
Maximum domain size1424
Number of constraints which are defined in extension0
Number of constraints which are defined in intension9690
Global constraints used (with number of constraints)

Solver Data

0.00/0.08	c 0	Sugar v1-14-6 + HOME/minisat
0.00/0.08	c 0	BEGIN Sun Jul 12 06:34:48 2009
0.00/0.08	c 0	PID 26091
0.06/0.08	c 0	HOST node14.alineos.net
0.06/0.08	c 0	CONVERTING HOME/instance-2081598-1247373287.xml TO HOME/temp.csp
0.06/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2081598-1247373287.xml' 'HOME/temp.csp'
1.06/1.19	c 1	98 domains, 600 variables, 4 predicates, 0 relations, 9690 constraints
1.15/1.24	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.15/1.24	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
1.15/1.32	c 1	Parsing HOME/temp.csp
1.15/1.48	c 1	parsed 10000 expressions
1.15/1.49	c 1	parsed 10392 expressions
1.15/1.50	c 1	Heap : 3 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.15/1.50	c 1	Converting to clausal form CSP
1.15/1.64	c 1	converted 1040 (10%) expressions
1.15/1.79	c 1	converted 2079 (20%) expressions
1.15/1.87	c 1	converted 3118 (30%) expressions
1.15/1.91	c 1	converted 4157 (40%) expressions
1.15/1.95	c 1	converted 5196 (50%) expressions
1.15/1.98	c 2	converted 6236 (60%) expressions
1.15/2.07	c 2	converted 7275 (70%) expressions
2.00/2.10	c 2	converted 8314 (80%) expressions
2.00/2.14	c 2	converted 9353 (90%) expressions
2.00/2.18	c 2	converted 10392 (100%) expressions
2.00/2.18	c 2	CSP : 600 integers, 0 booleans, 9690 clauses, largest domain size 1401
2.00/2.18	c 2	Heap : 9 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.00/2.18	c 2	Propagation in CSP
2.48/2.61	c 2	173262 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.48/2.61	c 2	CSP : 600 integers, 0 booleans, 9690 clauses, largest domain size 840
2.48/2.61	c 2	Heap : 10 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.48/2.62	c 2	Simplifing CSP by introducing new Boolean variables
2.68/2.80	c 2	CSP : 600 integers, 17700 booleans, 27390 clauses, largest domain size 840
2.68/2.80	c 2	Heap : 15 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.68/2.89	c 2	Encoding CSP to SAT : HOME/temp.cnf
2.78/2.98	c 3	60 (10%) CSP integer variables are encoded (45210 clauses, 656036 bytes)
2.88/3.04	c 3	120 (20%) CSP integer variables are encoded (91260 clauses, 1346786 bytes)
2.98/3.10	c 3	180 (30%) CSP integer variables are encoded (139170 clauses, 2144039 bytes)
2.98/3.16	c 3	240 (40%) CSP integer variables are encoded (182640 clauses, 2883029 bytes)
3.08/3.22	c 3	300 (50%) CSP integer variables are encoded (221610 clauses, 3545519 bytes)
3.08/3.28	c 3	360 (60%) CSP integer variables are encoded (266580 clauses, 4310009 bytes)
3.19/3.34	c 3	420 (70%) CSP integer variables are encoded (307050 clauses, 4997999 bytes)
3.19/3.40	c 3	480 (80%) CSP integer variables are encoded (351720 clauses, 5757389 bytes)
3.29/3.46	c 3	540 (90%) CSP integer variables are encoded (386970 clauses, 6356639 bytes)
3.38/3.51	c 3	600 (100%) CSP integer variables are encoded (424500 clauses, 6994649 bytes)
5.08/5.28	c 5	2739 (10%) CSP clauses are encoded (1251387 clauses, 25935588 bytes)
7.06/7.21	c 7	5478 (20%) CSP clauses are encoded (2181672 clauses, 47771993 bytes)
9.01/9.27	c 9	8217 (30%) CSP clauses are encoded (3082154 clauses, 68946334 bytes)
11.49/11.72	c 11	10956 (40%) CSP clauses are encoded (4059440 clauses, 92105707 bytes)
13.36/13.60	c 13	13695 (50%) CSP clauses are encoded (4953858 clauses, 114084577 bytes)
15.06/15.37	c 15	16434 (60%) CSP clauses are encoded (5811864 clauses, 135142938 bytes)
16.64/16.95	c 16	19173 (70%) CSP clauses are encoded (6572955 clauses, 153781869 bytes)
18.51/18.85	c 18	21912 (80%) CSP clauses are encoded (7479126 clauses, 175898790 bytes)
20.23/20.70	c 20	24651 (90%) CSP clauses are encoded (8289713 clauses, 195530032 bytes)
22.01/22.53	c 22	27390 (100%) CSP clauses are encoded (9153951 clauses, 215763902 bytes)
22.01/22.53	c 22	27390 CSP clauses encoded
22.01/22.54	c 22	Writing map file : HOME/temp.map
22.01/22.55	c 22	Heap : 9 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
22.01/22.55	c 22	SAT : 442800 SAT variables, 9153951 SAT clauses, 215763902 bytes
22.01/22.55	c 22	Heap : 9 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
22.06/22.61	c 22	SOLVING HOME/temp.cnf
22.06/22.61	c 22	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
22.06/22.61	c 22	This is MiniSat 2.0 beta
22.06/22.61	c 22	WARNING: for repeatability, setting FPU to use double precision
22.06/22.61	c 22	============================[ Problem Statistics ]=============================
22.06/22.61	c 22	|                                                                             |
22.06/22.61	c 22	|  Number of variables:  442800                                               |
22.06/22.61	c 22	|  Number of clauses:    9153951                                              |
27.70/28.33	c 28	|  Parsing time:         4.77         s                                       |
28.01/28.64	c 28	============================[ Search Statistics ]==============================
28.01/28.64	c 28	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
28.01/28.64	c 28	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
28.01/28.64	c 28	===============================================================================
28.01/28.64	c 28	|         0 |  442248  9153399 26412144 |  3051133        0    nan |  0.000 % |
33.66/34.35	c 34	|       101 |  442248  9153399 26412144 |  3356246      101     36 |  0.125 % |
39.13/39.84	c 39	|       251 |  442248  9153399 26412144 |  3691870      250     24 |  0.128 % |
44.91/45.61	c 45	|       476 |  442248  9153399 26412144 |  4061058      474     23 |  0.131 % |
56.55/57.32	c 57	|       816 |  442248  9153399 26412144 |  4467163      814     20 |  0.131 % |
70.58/71.42	c 71	|      1322 |  442197  9152354 26409189 |  4913880     1318     18 |  0.137 % |
92.77/93.76	c 93	|      2082 |  442197  9152354 26409189 |  5405268     2075     16 |  0.146 % |
130.89/132.05	c 132	|      3222 |  442140  9151166 26405826 |  5945795     3212     19 |  0.161 % |
182.83/184.29	c 184	|      4930 |  442060  9149695 26401698 |  6540374     4918     19 |  0.171 % |
265.82/267.61	c 267	|      7494 |  441971  9147592 26395692 |  7194412     7475     18 |  0.194 % |
374.99/377.39	c 377	|     11339 |  441916  9146408 26392299 |  7913853    11317     18 |  0.202 % |
546.75/549.94	c 549	|     17105 |  441761  9143745 26384810 |  8705238    17071     20 |  0.239 % |
814.05/818.52	c 818	|     25754 |  441593  9140453 26375511 |  9575762    25712     24 |  0.274 % |
1216.98/1223.42	c 1223	|     38728 |  441449  9137973 26368496 | 10533338    38672     27 |  0.310 % |
1800.00/1809.31	c ERROR INTERRUPTED
1800.00/1809.38	s UNKNOWN
1800.00/1809.38	c 1809	CPU 22.09 (0.07 0.01 20.23 1.78)
1800.00/1809.38	c 1809	END Sun Jul 12 07:04:57 2009

Verifier Data

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

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2081598-1247373287/watcher-2081598-1247373287 -o /tmp/evaluation-result-2081598-1247373287/solver-2081598-1247373287 -C 1800 -W 2000 -M 900 HOME/sugar -c -vv -memlimit=900 -jar=HOME/sugar-v1-14-6.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-2081598-1247373287.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): 2000 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
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.39 2.10 2.03 4/83 26091
/proc/meminfo: memFree=1188208/2055920 swapFree=4192812/4192956
[pid=26091] ppid=26089 vsize=18576 CPUtime=0
/proc/26091/stat : 26091 (runsolver) R 26089 26091 19886 0 -1 4194368 15 0 0 0 0 0 0 0 18 0 1 0 24395691 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 212234464551 0 0 4096 24578 0 0 0 17 1 0 0
/proc/26091/statm: 4644 284 249 26 0 2626 0

[startup+0.0852001 s]
/proc/loadavg: 2.39 2.10 2.03 4/83 26091
/proc/meminfo: memFree=1188208/2055920 swapFree=4192812/4192956
[pid=26091] ppid=26089 vsize=16740 CPUtime=0.06
/proc/26091/stat : 26091 (sugar) S 26089 26091 19886 0 -1 4194304 1152 0 0 0 5 1 0 0 18 0 1 0 24395691 17141760 1107 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26091/statm: 4185 1107 406 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.101357 s]
/proc/loadavg: 2.39 2.10 2.03 4/83 26091
/proc/meminfo: memFree=1188208/2055920 swapFree=4192812/4192956
[pid=26091] ppid=26089 vsize=16868 CPUtime=0.06
/proc/26091/stat : 26091 (sugar) S 26089 26091 19886 0 -1 4194304 1227 128 0 0 5 1 0 0 18 0 1 0 24395691 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26091/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.302392 s]
/proc/loadavg: 2.39 2.10 2.03 4/83 26091
/proc/meminfo: memFree=1188208/2055920 swapFree=4192812/4192956
[pid=26091] ppid=26089 vsize=16868 CPUtime=0.06
/proc/26091/stat : 26091 (sugar) S 26089 26091 19886 0 -1 4194304 1227 128 0 0 5 1 0 0 18 0 1 0 24395691 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26091/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.70146 s]
/proc/loadavg: 2.39 2.10 2.03 4/83 26091
/proc/meminfo: memFree=1188208/2055920 swapFree=4192812/4192956
[pid=26091] ppid=26089 vsize=16868 CPUtime=0.06
/proc/26091/stat : 26091 (sugar) S 26089 26091 19886 0 -1 4194304 1227 128 0 0 5 1 0 0 18 0 1 0 24395691 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26091/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.5016 s]
/proc/loadavg: 2.39 2.10 2.03 6/94 26103
/proc/meminfo: memFree=1164944/2055920 swapFree=4192812/4192956
[pid=26091] ppid=26089 vsize=16868 CPUtime=1.15
/proc/26091/stat : 26091 (sugar) S 26089 26091 19886 0 -1 4194304 1309 9125 0 1 5 1 103 6 15 0 1 0 24395691 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26091/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 1.15
Current children cumulated vsize (KiB) 16868

[startup+3.10288 s]
/proc/loadavg: 2.44 2.12 2.03 3/94 26113
/proc/meminfo: memFree=1169040/2055920 swapFree=4192812/4192956
[pid=26091] ppid=26089 vsize=16868 CPUtime=1.15
/proc/26091/stat : 26091 (sugar) S 26089 26091 19886 0 -1 4194304 1310 9125 0 1 5 1 103 6 16 0 1 0 24395691 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26091/statm: 4217 1111 409 3 0 796 0
[pid=26104] ppid=26091 vsize=5356 CPUtime=0
/proc/26104/stat : 26104 (sh) S 26091 26091 19886 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24395816 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26104/statm: 1339 233 193 169 0 50 0
[pid=26105] ppid=26104 vsize=868704 CPUtime=1.83
/proc/26105/stat : 26105 (java) S 26104 26091 19886 0 -1 0 10457 0 1 0 174 9 0 0 18 0 9 0 24395816 889552896 9492 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26105/statm: 217176 9492 2590 9 0 211653 0
[pid=26105/tid=26106] ppid=26104 vsize=868704 CPUtime=1.14
/proc/26105/task/26106/stat : 26106 (java) R 26104 26091 19886 0 -1 64 2991 0 1 0 110 4 0 0 19 0 9 0 24395817 889552896 9492 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26105/tid=26107] ppid=26104 vsize=868704 CPUtime=0.45
/proc/26105/task/26107/stat : 26107 (java) S 26104 26091 19886 0 -1 64 5264 0 0 0 42 3 0 0 16 0 9 0 24395818 889552896 9492 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26105/tid=26108] ppid=26104 vsize=868704 CPUtime=0
/proc/26105/task/26108/stat : 26108 (java) S 26104 26091 19886 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 24395819 889552896 9492 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26105/tid=26109] ppid=26104 vsize=868704 CPUtime=0
/proc/26105/task/26109/stat : 26109 (java) S 26104 26091 19886 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 24395819 889552896 9492 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26105/tid=26110] ppid=26104 vsize=868704 CPUtime=0
/proc/26105/task/26110/stat : 26110 (java) S 26104 26091 19886 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24395821 889552896 9492 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26105/tid=26111] ppid=26104 vsize=868704 CPUtime=0.2
/proc/26105/task/26111/stat : 26111 (java) S 26104 26091 19886 0 -1 64 1503 0 0 0 19 1 0 0 16 0 9 0 24395821 889552896 9492 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26105/tid=26112] ppid=26104 vsize=868704 CPUtime=0
/proc/26105/task/26112/stat : 26112 (java) S 26104 26091 19886 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24395821 889552896 9492 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26105/tid=26113] ppid=26104 vsize=868704 CPUtime=0
/proc/26105/task/26113/stat : 26113 (java) S 26104 26091 19886 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24395821 889552896 9492 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.98
Current children cumulated vsize (KiB) 890928

[startup+6.30144 s]
/proc/loadavg: 2.44 2.12 2.03 5/94 26113
/proc/meminfo: memFree=1132944/2055920 swapFree=4192812/4192956
[pid=26091] ppid=26089 vsize=16868 CPUtime=1.16
/proc/26091/stat : 26091 (sugar) S 26089 26091 19886 0 -1 4194304 1310 9125 0 1 6 1 103 6 16 0 1 0 24395691 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26091/statm: 4217 1111 409 3 0 796 0
[pid=26104] ppid=26091 vsize=5356 CPUtime=0
/proc/26104/stat : 26104 (sh) S 26091 26091 19886 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24395816 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26104/statm: 1339 233 193 169 0 50 0
[pid=26105] ppid=26104 vsize=868704 CPUtime=5.01
/proc/26105/stat : 26105 (java) S 26104 26091 19886 0 -1 0 11012 0 1 0 466 35 0 0 18 0 9 0 24395816 889552896 9512 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26105/statm: 217176 9512 2590 9 0 211653 0
[pid=26105/tid=26106] ppid=26104 vsize=868704 CPUtime=4.1
/proc/26105/task/26106/stat : 26106 (java) R 26104 26091 19886 0 -1 64 3530 0 1 0 383 27 0 0 25 0 9 0 24395817 889552896 9512 996147200 134512640 134550932 4294955936 18446744073709551615 4126534439 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26105/tid=26107] ppid=26104 vsize=868704 CPUtime=0.64
/proc/26105/task/26107/stat : 26107 (java) S 26104 26091 19886 0 -1 64 5264 0 0 0 58 6 0 0 16 0 9 0 24395818 889552896 9512 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26105/tid=26108] ppid=26104 vsize=868704 CPUtime=0
/proc/26105/task/26108/stat : 26108 (java) S 26104 26091 19886 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 24395819 889552896 9512 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26105/tid=26109] ppid=26104 vsize=868704 CPUtime=0
/proc/26105/task/26109/stat : 26109 (java) S 26104 26091 19886 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 24395819 889552896 9512 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26105/tid=26110] ppid=26104 vsize=868704 CPUtime=0
/proc/26105/task/26110/stat : 26110 (java) S 26104 26091 19886 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24395821 889552896 9512 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26105/tid=26111] ppid=26104 vsize=868704 CPUtime=0.24
/proc/26105/task/26111/stat : 26111 (java) S 26104 26091 19886 0 -1 64 1519 0 0 0 23 1 0 0 16 0 9 0 24395821 889552896 9512 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26105/tid=26112] ppid=26104 vsize=868704 CPUtime=0
/proc/26105/task/26112/stat : 26112 (java) S 26104 26091 19886 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24395821 889552896 9512 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26105/tid=26113] ppid=26104 vsize=868704 CPUtime=0
/proc/26105/task/26113/stat : 26113 (java) S 26104 26091 19886 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24395821 889552896 9512 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 890928

[startup+12.7025 s]
/proc/loadavg: 2.52 2.15 2.04 4/94 26113
/proc/meminfo: memFree=1061712/2055920 swapFree=4192812/4192956
[pid=26091] ppid=26089 vsize=16868 CPUtime=1.16
/proc/26091/stat : 26091 (sugar) S 26089 26091 19886 0 -1 4194304 1310 9125 0 1 6 1 103 6 16 0 1 0 24395691 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26091/statm: 4217 1111 409 3 0 796 0
[pid=26104] ppid=26091 vsize=5356 CPUtime=0
/proc/26104/stat : 26104 (sh) S 26091 26091 19886 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24395816 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26104/statm: 1339 233 193 169 0 50 0
[pid=26105] ppid=26104 vsize=868704 CPUtime=11.31
/proc/26105/stat : 26105 (java) S 26104 26091 19886 0 -1 0 12005 0 1 0 1047 84 0 0 18 0 9 0 24395816 889552896 9512 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26105/statm: 217176 9512 2590 9 0 211653 0
[pid=26105/tid=26106] ppid=26104 vsize=868704 CPUtime=10.06
/proc/26105/task/26106/stat : 26106 (java) R 26104 26091 19886 0 -1 64 4523 0 1 0 936 70 0 0 25 0 9 0 24395817 889552896 9512 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26105/tid=26107] ppid=26104 vsize=868704 CPUtime=0.98
/proc/26105/task/26107/stat : 26107 (java) R 26104 26091 19886 0 -1 64 5264 0 0 0 87 11 0 0 15 0 9 0 24395818 889552896 9512 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26105/tid=26108] ppid=26104 vsize=868704 CPUtime=0
/proc/26105/task/26108/stat : 26108 (java) S 26104 26091 19886 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 24395819 889552896 9512 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26105/tid=26109] ppid=26104 vsize=868704 CPUtime=0
/proc/26105/task/26109/stat : 26109 (java) S 26104 26091 19886 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 24395819 889552896 9512 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26105/tid=26110] ppid=26104 vsize=868704 CPUtime=0
/proc/26105/task/26110/stat : 26110 (java) S 26104 26091 19886 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24395821 889552896 9512 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26105/tid=26111] ppid=26104 vsize=868704 CPUtime=0.24
/proc/26105/task/26111/stat : 26111 (java) S 26104 26091 19886 0 -1 64 1519 0 0 0 23 1 0 0 16 0 9 0 24395821 889552896 9512 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26105/tid=26112] ppid=26104 vsize=868704 CPUtime=0
/proc/26105/task/26112/stat : 26112 (java) S 26104 26091 19886 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24395821 889552896 9512 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26105/tid=26113] ppid=26104 vsize=868704 CPUtime=0
/proc/26105/task/26113/stat : 26113 (java) S 26104 26091 19886 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24395821 889552896 9512 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.47
Current children cumulated vsize (KiB) 890928

[startup+25.5028 s]
/proc/loadavg: 2.60 2.17 2.05 4/86 26115
/proc/meminfo: memFree=787928/2055920 swapFree=4192812/4192956
[pid=26091] ppid=26089 vsize=16868 CPUtime=22.08
/proc/26091/stat : 26091 (sugar) S 26089 26091 19886 0 -1 4194304 1376 23101 0 2 6 1 2023 178 16 0 1 0 24395691 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26091/statm: 4217 1113 409 3 0 796 0
[pid=26114] ppid=26091 vsize=5356 CPUtime=0
/proc/26114/stat : 26114 (sh) S 26091 26091 19886 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24397952 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26114/statm: 1339 232 193 169 0 50 0
[pid=26115] ppid=26114 vsize=206508 CPUtime=2.83
/proc/26115/stat : 26115 (minisat) R 26114 26091 19886 0 -1 4194304 49997 0 0 0 237 46 0 0 25 0 1 0 24397953 211464192 49983 996147200 134512640 135127466 4294956256 18446744073709551615 134706298 0 0 4096 3 0 0 0 17 1 0 0
/proc/26115/statm: 51627 49984 62 150 0 51474 0
Current children cumulated CPU time (s) 24.91
Current children cumulated vsize (KiB) 228732

[startup+51.1022 s]
/proc/loadavg: 2.45 2.17 2.06 3/75 26143
/proc/meminfo: memFree=1213240/2055920 swapFree=4192812/4192956
[pid=26091] ppid=26089 vsize=16868 CPUtime=22.08
/proc/26091/stat : 26091 (sugar) S 26089 26091 19886 0 -1 4194304 1376 23101 0 2 6 1 2023 178 16 0 1 0 24395691 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26091/statm: 4217 1113 409 3 0 796 0
[pid=26114] ppid=26091 vsize=5356 CPUtime=0
/proc/26114/stat : 26114 (sh) S 26091 26091 19886 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24397952 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26114/statm: 1339 232 193 169 0 50 0
[pid=26115] ppid=26114 vsize=424232 CPUtime=28.3
/proc/26115/stat : 26115 (minisat) R 26114 26091 19886 0 -1 4194304 102463 0 0 0 2735 95 0 0 25 0 1 0 24397953 434413568 102449 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/26115/statm: 106058 102449 76 150 0 105905 0
Current children cumulated CPU time (s) 50.38
Current children cumulated vsize (KiB) 446456

[startup+102.307 s]
/proc/loadavg: 2.18 2.14 2.05 3/75 26143
/proc/meminfo: memFree=1209656/2055920 swapFree=4192812/4192956
[pid=26091] ppid=26089 vsize=16868 CPUtime=22.08
/proc/26091/stat : 26091 (sugar) S 26089 26091 19886 0 -1 4194304 1376 23101 0 2 6 1 2023 178 16 0 1 0 24395691 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26091/statm: 4217 1113 409 3 0 796 0
[pid=26114] ppid=26091 vsize=5356 CPUtime=0
/proc/26114/stat : 26114 (sh) S 26091 26091 19886 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24397952 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26114/statm: 1339 232 193 169 0 50 0
[pid=26115] ppid=26114 vsize=426740 CPUtime=79.26
/proc/26115/stat : 26115 (minisat) R 26114 26091 19886 0 -1 4194304 103092 0 0 0 7830 96 0 0 25 0 1 0 24397953 436981760 103078 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/26115/statm: 106685 103078 76 150 0 106532 0
Current children cumulated CPU time (s) 101.34

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

/proc/26115/stat : 26115 (minisat) R 26114 26091 19886 0 -1 4194304 105153 0 0 0 139180 101 0 0 25 0 1 0 24397953 445194240 105139 996147200 134512640 135127466 4294956256 18446744073709551615 134530581 0 0 4096 3 0 0 0 17 1 0 0
/proc/26115/statm: 108690 105139 76 150 0 108537 0
Current children cumulated CPU time (s) 1414.9
Current children cumulated vsize (KiB) 456984

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 26145
/proc/meminfo: memFree=1199160/2055920 swapFree=4192812/4192956
[pid=26091] ppid=26089 vsize=16868 CPUtime=22.09
/proc/26091/stat : 26091 (sugar) S 26089 26091 19886 0 -1 4194304 1376 23101 0 2 7 1 2023 178 16 0 1 0 24395691 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26091/statm: 4217 1113 409 3 0 796 0
[pid=26114] ppid=26091 vsize=5356 CPUtime=0
/proc/26114/stat : 26114 (sh) S 26091 26091 19886 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24397952 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26114/statm: 1339 232 193 169 0 50 0
[pid=26115] ppid=26114 vsize=435156 CPUtime=1452.52
/proc/26115/stat : 26115 (minisat) R 26114 26091 19886 0 -1 4194304 105243 0 0 0 145151 101 0 0 25 0 1 0 24397953 445599744 105229 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/26115/statm: 108789 105229 76 150 0 108636 0
Current children cumulated CPU time (s) 1474.61
Current children cumulated vsize (KiB) 457380

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 26145
/proc/meminfo: memFree=1198840/2055920 swapFree=4192812/4192956
[pid=26091] ppid=26089 vsize=16868 CPUtime=22.09
/proc/26091/stat : 26091 (sugar) S 26089 26091 19886 0 -1 4194304 1376 23101 0 2 7 1 2023 178 16 0 1 0 24395691 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26091/statm: 4217 1113 409 3 0 796 0
[pid=26114] ppid=26091 vsize=5356 CPUtime=0
/proc/26114/stat : 26114 (sh) S 26091 26091 19886 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24397952 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26114/statm: 1339 232 193 169 0 50 0
[pid=26115] ppid=26114 vsize=435420 CPUtime=1512.23
/proc/26115/stat : 26115 (minisat) R 26114 26091 19886 0 -1 4194304 105310 0 0 0 151121 102 0 0 25 0 1 0 24397953 445870080 105296 996147200 134512640 135127466 4294956256 18446744073709551615 134530670 0 0 4096 3 0 0 0 17 1 0 0
/proc/26115/statm: 108855 105296 76 150 0 108702 0
Current children cumulated CPU time (s) 1534.32
Current children cumulated vsize (KiB) 457644

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 26151
/proc/meminfo: memFree=1198384/2055920 swapFree=4192812/4192956
[pid=26091] ppid=26089 vsize=16868 CPUtime=22.09
/proc/26091/stat : 26091 (sugar) S 26089 26091 19886 0 -1 4194304 1376 23101 0 2 7 1 2023 178 16 0 1 0 24395691 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26091/statm: 4217 1113 409 3 0 796 0
[pid=26114] ppid=26091 vsize=5356 CPUtime=0
/proc/26114/stat : 26114 (sh) S 26091 26091 19886 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24397952 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26114/statm: 1339 232 193 169 0 50 0
[pid=26115] ppid=26114 vsize=435552 CPUtime=1571.92
/proc/26115/stat : 26115 (minisat) R 26114 26091 19886 0 -1 4194304 105366 0 0 0 157090 102 0 0 25 0 1 0 24397953 446005248 105352 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/26115/statm: 108888 105352 76 150 0 108735 0
Current children cumulated CPU time (s) 1594.01
Current children cumulated vsize (KiB) 457776

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 26151
/proc/meminfo: memFree=1198192/2055920 swapFree=4192812/4192956
[pid=26091] ppid=26089 vsize=16868 CPUtime=22.09
/proc/26091/stat : 26091 (sugar) S 26089 26091 19886 0 -1 4194304 1376 23101 0 2 7 1 2023 178 16 0 1 0 24395691 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26091/statm: 4217 1113 409 3 0 796 0
[pid=26114] ppid=26091 vsize=5356 CPUtime=0
/proc/26114/stat : 26114 (sh) S 26091 26091 19886 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24397952 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26114/statm: 1339 232 193 169 0 50 0
[pid=26115] ppid=26114 vsize=435816 CPUtime=1631.62
/proc/26115/stat : 26115 (minisat) R 26114 26091 19886 0 -1 4194304 105435 0 0 0 163060 102 0 0 25 0 1 0 24397953 446275584 105421 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/26115/statm: 108954 105421 76 150 0 108801 0
Current children cumulated CPU time (s) 1653.71
Current children cumulated vsize (KiB) 458040

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 26151
/proc/meminfo: memFree=1197808/2055920 swapFree=4192812/4192956
[pid=26091] ppid=26089 vsize=16868 CPUtime=22.09
/proc/26091/stat : 26091 (sugar) S 26089 26091 19886 0 -1 4194304 1376 23101 0 2 7 1 2023 178 16 0 1 0 24395691 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26091/statm: 4217 1113 409 3 0 796 0
[pid=26114] ppid=26091 vsize=5356 CPUtime=0
/proc/26114/stat : 26114 (sh) S 26091 26091 19886 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24397952 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26114/statm: 1339 232 193 169 0 50 0
[pid=26115] ppid=26114 vsize=436212 CPUtime=1691.33
/proc/26115/stat : 26115 (minisat) R 26114 26091 19886 0 -1 4194304 105510 0 0 0 169031 102 0 0 25 0 1 0 24397953 446681088 105496 996147200 134512640 135127466 4294956256 18446744073709551615 134530949 0 0 4096 3 0 0 0 17 1 0 0
/proc/26115/statm: 109053 105496 76 150 0 108900 0
Current children cumulated CPU time (s) 1713.42
Current children cumulated vsize (KiB) 458436

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 26151
/proc/meminfo: memFree=1197488/2055920 swapFree=4192812/4192956
[pid=26091] ppid=26089 vsize=16868 CPUtime=22.09
/proc/26091/stat : 26091 (sugar) S 26089 26091 19886 0 -1 4194304 1376 23101 0 2 7 1 2023 178 16 0 1 0 24395691 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26091/statm: 4217 1113 409 3 0 796 0
[pid=26114] ppid=26091 vsize=5356 CPUtime=0
/proc/26114/stat : 26114 (sh) S 26091 26091 19886 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24397952 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26114/statm: 1339 232 193 169 0 50 0
[pid=26115] ppid=26114 vsize=436344 CPUtime=1751.03
/proc/26115/stat : 26115 (minisat) R 26114 26091 19886 0 -1 4194304 105566 0 0 0 175001 102 0 0 25 0 1 0 24397953 446816256 105552 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/26115/statm: 109086 105552 76 150 0 108933 0
Current children cumulated CPU time (s) 1773.12
Current children cumulated vsize (KiB) 458568



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1809.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 26151
/proc/meminfo: memFree=1197296/2055920 swapFree=4192812/4192956
[pid=26091] ppid=26089 vsize=16868 CPUtime=22.09
/proc/26091/stat : 26091 (sugar) S 26089 26091 19886 0 -1 4194304 1376 23101 0 2 7 1 2023 178 16 0 1 0 24395691 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26091/statm: 4217 1113 409 3 0 796 0
[pid=26114] ppid=26091 vsize=5356 CPUtime=0
/proc/26114/stat : 26114 (sh) S 26091 26091 19886 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24397952 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26114/statm: 1339 232 193 169 0 50 0
[pid=26115] ppid=26114 vsize=436476 CPUtime=1777.91
/proc/26115/stat : 26115 (minisat) R 26114 26091 19886 0 -1 4194304 105587 0 0 0 177688 103 0 0 25 0 1 0 24397953 446951424 105573 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/26115/statm: 109119 105573 76 150 0 108966 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 458700

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

############
# WARNING:
# current cumulated CPU time (22.14 s) is less than in the last sample (1800 s)
# The time of a child was probably not reported to its father.
# (see the two samples below)
# Adding the difference (1777.86 s) to the 'lost time'.

[startup+1809.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 26151
/proc/meminfo: memFree=1197296/2055920 swapFree=4192812/4192956
[pid=26091] ppid=26089 vsize=16868 CPUtime=22.09
/proc/26091/stat : 26091 (sugar) S 26089 26091 19886 0 -1 4194304 1376 23101 0 2 7 1 2023 178 16 0 1 0 24395691 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26091/statm: 4217 1113 409 3 0 796 0
[pid=26114] ppid=26091 vsize=5356 CPUtime=0
/proc/26114/stat : 26114 (sh) S 26091 26091 19886 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24397952 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26114/statm: 1339 232 193 169 0 50 0
[pid=26115] ppid=26114 vsize=436476 CPUtime=1777.91
/proc/26115/stat : 26115 (minisat) R 26114 26091 19886 0 -1 4194304 105587 0 0 0 177688 103 0 0 25 0 1 0 24397953 446951424 105573 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/26115/statm: 109119 105573 76 150 0 108966 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 458700

[startup+1809.42 s]
/proc/loadavg: 2.00 2.00 2.00 4/75 26152
/proc/meminfo: memFree=1712624/2055920 swapFree=4192812/4192956
[pid=26091] ppid=26089 vsize=16868 CPUtime=22.14
/proc/26091/stat : 26091 (sugar) R 26089 26091 19886 0 -1 4194304 1423 23378 0 2 7 6 2023 178 17 0 1 0 24395691 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 212234638377 0 0 4224 16386 0 0 0 17 1 0 0
/proc/26091/statm: 4217 1114 410 3 0 796 0
Current children cumulated CPU time (s) 22.14
Current children cumulated vsize (KiB) 16868
#
############


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

[startup+1809.42 s]
/proc/loadavg: 2.00 2.00 2.00 4/75 26152
/proc/meminfo: memFree=1712624/2055920 swapFree=4192812/4192956
[pid=26091] ppid=26089 vsize=16868 CPUtime=22.14
/proc/26091/stat : 26091 (sugar) R 26089 26091 19886 0 -1 4194304 1423 23378 0 2 7 6 2023 178 17 0 1 0 24395691 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 212234638377 0 0 4224 16386 0 0 0 17 1 0 0
/proc/26091/statm: 4217 1114 410 3 0 796 0
Current children cumulated CPU time (s) 22.14
Current children cumulated vsize (KiB) 16868

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): 1777.86
#  lost CPU user time (s): 1776.88
#  lost CPU system time (s): 0.98

Real time (s): 1809.49
CPU time (s): 1800.09
CPU user time (s): 1797.19
CPU system time (s): 2.89571
CPU usage (%): 99.4805
Max. virtual memory (cumulated for all children) (KiB): 891004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 20.3119
system time used= 1.91571
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 24860
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= 32262
involuntary context switches= 32650

runsolver used 2.05769 second user time and 5.52216 second system time

The end

Launcher Data

Begin job on node14 at 2009-07-12 06:34:48
IDJOB=2081598
IDBENCH=57439
IDSOLVER=739
FILE ID=node14/2081598-1247373287
PBS_JOBID= 9506994
Free space on /tmp= 66516 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/super-js/super-js-taillard-20-15/normalized-super-js-taillard-20-15-14.xml
COMMAND LINE= DIR/sugar -c -vv -memlimit=MEMLIMIT -jar="DIR/sugar-v1-14-6.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2081598-1247373287/watcher-2081598-1247373287 -o /tmp/evaluation-result-2081598-1247373287/solver-2081598-1247373287 -C 1800 -W 2000 -M 900  HOME/sugar -c -vv -memlimit=900 -jar="HOME/sugar-v1-14-6.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-2081598-1247373287.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB
MAX NB THREAD= 0

MD5SUM BENCH= fcc319e6fc9e5f3f4a12aa7c5c9c75e3
RANDOM SEED=2085735283

node14.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.265
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.265
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:       1188688 kB
Buffers:         14100 kB
Cached:          91640 kB
SwapCached:          0 kB
Active:         764496 kB
Inactive:        49016 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1188688 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2508 kB
Writeback:           0 kB
Mapped:         723504 kB
Slab:            37652 kB
Committed_AS:   895004 kB
PageTables:       3180 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= 66516 MiB
End job on node14 at 2009-07-12 07:04:59