Trace number 2081587

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.13 1811.75

General information on the benchmark

Namecsp/super-js/super-js-taillard-20-15/
normalized-super-js-taillard-20-15-28.xml
MD5SUM0ee4188de7d6c5919718ac5c6628a5b8
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.49032
Satisfiable
(Un)Satisfiability was proved
Number of variables600
Number of constraints9690
Maximum constraint arity2
Maximum domain size1360
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.06/0.07	c 0	Sugar v1-14-6 + HOME/minisat
0.06/0.07	c 0	BEGIN Sun Jul 12 06:34:19 2009
0.06/0.07	c 0	PID 24083
0.06/0.07	c 0	HOST node79.alineos.net
0.06/0.07	c 0	CONVERTING HOME/instance-2081587-1247373259.xml TO HOME/temp.csp
0.06/0.07	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2081587-1247373259.xml' 'HOME/temp.csp'
0.96/1.04	c 1	92 domains, 600 variables, 4 predicates, 0 relations, 9690 constraints
0.96/1.06	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.96/1.06	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.01/1.13	c 1	Parsing HOME/temp.csp
1.01/1.33	c 1	parsed 10000 expressions
1.01/1.33	c 1	parsed 10386 expressions
1.01/1.34	c 1	Heap : 3 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.01/1.34	c 1	Converting to clausal form CSP
1.01/1.46	c 2	converted 1039 (10%) expressions
1.01/1.60	c 2	converted 2078 (20%) expressions
1.01/1.67	c 2	converted 3116 (30%) expressions
1.01/1.71	c 2	converted 4155 (40%) expressions
1.01/1.74	c 2	converted 5193 (50%) expressions
1.01/1.77	c 2	converted 6232 (60%) expressions
1.01/1.86	c 2	converted 7271 (70%) expressions
1.01/1.90	c 2	converted 8309 (80%) expressions
1.01/1.93	c 2	converted 9348 (90%) expressions
1.01/1.97	c 2	converted 10386 (100%) expressions
1.01/1.97	c 2	CSP : 600 integers, 0 booleans, 9690 clauses, largest domain size 1351
1.01/1.97	c 2	Heap : 9 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.01/1.97	c 2	Propagation in CSP
2.22/2.34	c 2	181934 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.22/2.34	c 2	CSP : 600 integers, 0 booleans, 9690 clauses, largest domain size 774
2.22/2.34	c 2	Heap : 10 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.22/2.34	c 2	Simplifing CSP by introducing new Boolean variables
2.42/2.50	c 3	CSP : 600 integers, 17700 booleans, 27390 clauses, largest domain size 774
2.42/2.50	c 3	Heap : 15 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.42/2.59	c 3	Encoding CSP to SAT : HOME/temp.cnf
2.51/2.66	c 3	60 (10%) CSP integer variables are encoded (37590 clauses, 541734 bytes)
2.62/2.71	c 3	120 (20%) CSP integer variables are encoded (71670 clauses, 1052934 bytes)
2.62/2.79	c 3	180 (30%) CSP integer variables are encoded (115590 clauses, 1743231 bytes)
2.72/2.84	c 3	240 (40%) CSP integer variables are encoded (153390 clauses, 2385831 bytes)
2.72/2.88	c 3	300 (50%) CSP integer variables are encoded (186900 clauses, 2955501 bytes)
2.82/2.93	c 3	360 (60%) CSP integer variables are encoded (221280 clauses, 3539961 bytes)
2.82/2.99	c 3	420 (70%) CSP integer variables are encoded (263040 clauses, 4249881 bytes)
2.92/3.04	c 3	480 (80%) CSP integer variables are encoded (301230 clauses, 4899111 bytes)
2.92/3.10	c 3	540 (90%) CSP integer variables are encoded (338940 clauses, 5540181 bytes)
3.02/3.14	c 3	600 (100%) CSP integer variables are encoded (367830 clauses, 6031311 bytes)
4.60/4.76	c 5	2739 (10%) CSP clauses are encoded (1171781 clauses, 24421698 bytes)
5.81/5.95	c 6	5478 (20%) CSP clauses are encoded (1778177 clauses, 38610844 bytes)
7.10/7.30	c 7	8217 (30%) CSP clauses are encoded (2470017 clauses, 54816111 bytes)
8.68/8.81	c 9	10956 (40%) CSP clauses are encoded (3177347 clauses, 71410756 bytes)
10.27/10.47	c 11	13695 (50%) CSP clauses are encoded (3966185 clauses, 90315059 bytes)
11.66/11.82	c 12	16434 (60%) CSP clauses are encoded (4657734 clauses, 107262438 bytes)
12.92/14.24	c 14	19173 (70%) CSP clauses are encoded (5312498 clauses, 123273873 bytes)
14.12/15.48	c 16	21912 (80%) CSP clauses are encoded (5946157 clauses, 138709441 bytes)
15.61/16.96	c 17	24651 (90%) CSP clauses are encoded (6707852 clauses, 157138148 bytes)
17.11/18.41	c 18	27390 (100%) CSP clauses are encoded (7435719 clauses, 174102670 bytes)
17.11/18.41	c 18	27390 CSP clauses encoded
17.11/18.41	c 18	Writing map file : HOME/temp.map
17.11/18.43	c 18	Heap : 9 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
17.11/18.43	c 18	SAT : 386130 SAT variables, 7435719 SAT clauses, 174102670 bytes
17.11/18.43	c 18	Heap : 9 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
17.11/18.45	c 19	SOLVING HOME/temp.cnf
17.11/18.45	c 19	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
17.11/18.45	c 19	This is MiniSat 2.0 beta
17.11/18.45	c 19	WARNING: for repeatability, setting FPU to use double precision
17.11/18.45	c 19	============================[ Problem Statistics ]=============================
17.11/18.45	c 19	|                                                                             |
17.11/18.45	c 19	|  Number of variables:  386130                                               |
17.11/18.45	c 19	|  Number of clauses:    7435719                                              |
21.17/22.52	c 23	|  Parsing time:         3.57         s                                       |
21.37/22.72	c 23	============================[ Search Statistics ]==============================
21.37/22.72	c 23	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
21.37/22.72	c 23	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
21.37/22.72	c 23	===============================================================================
21.37/22.72	c 23	|         0 |  384918  7434507 21392418 |  2478169        0    nan |  0.000 % |
25.95/27.35	c 27	|       100 |  384906  7434507 21392418 |  2725985       94     26 |  0.332 % |
31.43/32.81	c 33	|       250 |  384906  7434507 21392418 |  2998584      244     21 |  0.332 % |
39.09/40.51	c 41	|       476 |  384906  7434507 21392418 |  3298442      469     18 |  0.333 % |
50.56/52.02	c 52	|       813 |  384906  7434507 21392418 |  3628287      805     19 |  0.337 % |
62.31/63.89	c 64	|      1319 |  384829  7432739 21387395 |  3991115     1311     19 |  0.337 % |
91.49/93.10	c 93	|      2080 |  384807  7432258 21386030 |  4390227     2070     22 |  0.343 % |
130.44/132.26	c 132	|      3219 |  384802  7432128 21385658 |  4829250     3207     20 |  0.351 % |
173.65/175.62	c 176	|      4929 |  384802  7432128 21385658 |  5312175     4917     18 |  0.351 % |
243.57/245.82	c 246	|      7491 |  384715  7430409 21380810 |  5843392     7474     19 |  0.372 % |
345.77/348.47	c 349	|     11336 |  384649  7429044 21376951 |  6427732    11314     20 |  0.384 % |
508.12/511.44	c 512	|     17102 |  384603  7428255 21374749 |  7070505    17077     21 |  0.395 % |
742.18/746.42	c 746	|     25752 |  384522  7426833 21370768 |  7777555    25720     21 |  0.423 % |
1102.86/1108.56	c 1109	|     38726 |  384372  7424125 21363132 |  8555311    38686     22 |  0.455 % |
1654.73/1665.10	c 1665	|     58187 |  384305  7422775 21359293 |  9410842    58140     22 |  0.473 % |
1800.09/1811.62	c ERROR INTERRUPTED
1800.09/1811.67	s UNKNOWN
1800.09/1811.67	c 1812	CPU 17.17 (0.06 0.01 15.76 1.34)
1800.09/1811.67	c 1812	END Sun Jul 12 07:04:31 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-2081587-1247373259/watcher-2081587-1247373259 -o /tmp/evaluation-result-2081587-1247373259/solver-2081587-1247373259 -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-2081587-1247373259.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.00 2.00 2.00 4/73 24083
/proc/meminfo: memFree=1478744/2055920 swapFree=4192956/4192956
[pid=24083] ppid=24081 vsize=12272 CPUtime=0
/proc/24083/stat : 24083 (sugar) R 24081 24083 19878 0 -1 4194304 359 0 0 0 0 0 0 0 18 0 1 0 24391483 12566528 327 996147200 4194304 4206940 548682068608 18446744073709551615 234046061157 0 0 4224 0 0 0 0 17 0 0 0
/proc/24083/statm: 3068 327 246 3 0 168 0

[startup+0.070036 s]
/proc/loadavg: 2.00 2.00 2.00 4/73 24083
/proc/meminfo: memFree=1478744/2055920 swapFree=4192956/4192956
[pid=24083] ppid=24081 vsize=16740 CPUtime=0.06
/proc/24083/stat : 24083 (sugar) R 24081 24083 19878 0 -1 4194304 1117 0 0 0 5 1 0 0 18 0 1 0 24391483 17141760 1085 996147200 4194304 4206940 548682068608 18446744073709551615 234045739745 0 0 4224 0 0 0 0 17 0 0 0
/proc/24083/statm: 4185 1085 385 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.103045 s]
/proc/loadavg: 2.00 2.00 2.00 4/73 24083
/proc/meminfo: memFree=1478744/2055920 swapFree=4192956/4192956
[pid=24083] ppid=24081 vsize=16868 CPUtime=0.06
/proc/24083/stat : 24083 (sugar) S 24081 24083 19878 0 -1 4194304 1227 128 0 0 5 1 0 0 17 0 1 0 24391483 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24083/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301058 s]
/proc/loadavg: 2.00 2.00 2.00 4/73 24083
/proc/meminfo: memFree=1478744/2055920 swapFree=4192956/4192956
[pid=24083] ppid=24081 vsize=16868 CPUtime=0.06
/proc/24083/stat : 24083 (sugar) S 24081 24083 19878 0 -1 4194304 1227 128 0 0 5 1 0 0 17 0 1 0 24391483 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24083/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701106 s]
/proc/loadavg: 2.00 2.00 2.00 4/73 24083
/proc/meminfo: memFree=1478744/2055920 swapFree=4192956/4192956
[pid=24083] ppid=24081 vsize=16868 CPUtime=0.06
/proc/24083/stat : 24083 (sugar) S 24081 24083 19878 0 -1 4194304 1227 128 0 0 5 1 0 0 17 0 1 0 24391483 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24083/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50119 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 24095
/proc/meminfo: memFree=1454720/2055920 swapFree=4192956/4192956
[pid=24083] ppid=24081 vsize=16868 CPUtime=1.01
/proc/24083/stat : 24083 (sugar) S 24081 24083 19878 0 -1 4194304 1309 9117 0 1 5 1 90 5 16 0 1 0 24391483 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24083/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 1.01
Current children cumulated vsize (KiB) 16868

[startup+3.10235 s]
/proc/loadavg: 2.08 2.02 2.01 3/84 24105
/proc/meminfo: memFree=1453696/2055920 swapFree=4192956/4192956
[pid=24083] ppid=24081 vsize=16868 CPUtime=1.01
/proc/24083/stat : 24083 (sugar) S 24081 24083 19878 0 -1 4194304 1310 9117 0 1 5 1 90 5 15 0 1 0 24391483 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24083/statm: 4217 1111 409 3 0 796 0
[pid=24096] ppid=24083 vsize=5356 CPUtime=0
/proc/24096/stat : 24096 (sh) S 24083 24083 19878 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24391590 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24096/statm: 1339 233 193 169 0 50 0
[pid=24097] ppid=24096 vsize=868708 CPUtime=2.01
/proc/24097/stat : 24097 (java) S 24096 24083 19878 0 -1 0 10357 0 1 0 189 12 0 0 20 0 9 0 24391590 889556992 9342 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24097/statm: 217177 9342 2590 9 0 211654 0
[pid=24097/tid=24098] ppid=24096 vsize=868708 CPUtime=1.39
/proc/24097/task/24098/stat : 24098 (java) R 24096 24083 19878 0 -1 64 3025 0 1 0 132 7 0 0 25 0 9 0 24391591 889556992 9342 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24097/tid=24099] ppid=24096 vsize=868708 CPUtime=0.41
/proc/24097/task/24099/stat : 24099 (java) S 24096 24083 19878 0 -1 64 5134 0 0 0 38 3 0 0 16 0 9 0 24391592 889556992 9342 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24097/tid=24100] ppid=24096 vsize=868708 CPUtime=0
/proc/24097/task/24100/stat : 24100 (java) S 24096 24083 19878 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 24391592 889556992 9342 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24097/tid=24101] ppid=24096 vsize=868708 CPUtime=0
/proc/24097/task/24101/stat : 24101 (java) S 24096 24083 19878 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 24391592 889556992 9342 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24097/tid=24102] ppid=24096 vsize=868708 CPUtime=0
/proc/24097/task/24102/stat : 24102 (java) S 24096 24083 19878 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 24391594 889556992 9342 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24097/tid=24103] ppid=24096 vsize=868708 CPUtime=0.17
/proc/24097/task/24103/stat : 24103 (java) S 24096 24083 19878 0 -1 64 1499 0 0 0 17 0 0 0 16 0 9 0 24391594 889556992 9342 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24097/tid=24104] ppid=24096 vsize=868708 CPUtime=0
/proc/24097/task/24104/stat : 24104 (java) S 24096 24083 19878 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 24391594 889556992 9342 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24097/tid=24105] ppid=24096 vsize=868708 CPUtime=0
/proc/24097/task/24105/stat : 24105 (java) S 24096 24083 19878 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24391594 889556992 9342 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.02
Current children cumulated vsize (KiB) 890932

[startup+6.30269 s]
/proc/loadavg: 2.08 2.02 2.01 3/84 24105
/proc/meminfo: memFree=1415488/2055920 swapFree=4192956/4192956
[pid=24083] ppid=24081 vsize=16868 CPUtime=1.01
/proc/24083/stat : 24083 (sugar) S 24081 24083 19878 0 -1 4194304 1310 9117 0 1 5 1 90 5 16 0 1 0 24391483 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24083/statm: 4217 1111 409 3 0 796 0
[pid=24096] ppid=24083 vsize=5356 CPUtime=0
/proc/24096/stat : 24096 (sh) S 24083 24083 19878 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24391590 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24096/statm: 1339 233 193 169 0 50 0
[pid=24097] ppid=24096 vsize=868708 CPUtime=5.2
/proc/24097/stat : 24097 (java) S 24096 24083 19878 0 -1 0 10974 0 1 0 483 37 0 0 20 0 9 0 24391590 889556992 9361 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24097/statm: 217177 9361 2590 9 0 211654 0
[pid=24097/tid=24098] ppid=24096 vsize=868708 CPUtime=4.39
/proc/24097/task/24098/stat : 24098 (java) R 24096 24083 19878 0 -1 64 3624 0 1 0 411 28 0 0 25 0 9 0 24391591 889556992 9361 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24097/tid=24099] ppid=24096 vsize=868708 CPUtime=0.59
/proc/24097/task/24099/stat : 24099 (java) S 24096 24083 19878 0 -1 64 5134 0 0 0 52 7 0 0 16 0 9 0 24391592 889556992 9361 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24097/tid=24100] ppid=24096 vsize=868708 CPUtime=0
/proc/24097/task/24100/stat : 24100 (java) S 24096 24083 19878 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 24391592 889556992 9361 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24097/tid=24101] ppid=24096 vsize=868708 CPUtime=0
/proc/24097/task/24101/stat : 24101 (java) S 24096 24083 19878 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 24391592 889556992 9361 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24097/tid=24102] ppid=24096 vsize=868708 CPUtime=0
/proc/24097/task/24102/stat : 24102 (java) S 24096 24083 19878 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 24391594 889556992 9361 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24097/tid=24103] ppid=24096 vsize=868708 CPUtime=0.2
/proc/24097/task/24103/stat : 24103 (java) S 24096 24083 19878 0 -1 64 1517 0 0 0 19 1 0 0 16 0 9 0 24391594 889556992 9361 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24097/tid=24104] ppid=24096 vsize=868708 CPUtime=0
/proc/24097/task/24104/stat : 24104 (java) S 24096 24083 19878 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 24391594 889556992 9361 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24097/tid=24105] ppid=24096 vsize=868708 CPUtime=0
/proc/24097/task/24105/stat : 24105 (java) S 24096 24083 19878 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24391594 889556992 9361 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 890932

[startup+12.7024 s]
/proc/loadavg: 2.07 2.02 2.00 3/84 24105
/proc/meminfo: memFree=1336192/2055920 swapFree=4192956/4192956
[pid=24083] ppid=24081 vsize=16868 CPUtime=1.01
/proc/24083/stat : 24083 (sugar) S 24081 24083 19878 0 -1 4194304 1310 9117 0 1 5 1 90 5 16 0 1 0 24391483 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24083/statm: 4217 1111 409 3 0 796 0
[pid=24096] ppid=24083 vsize=5356 CPUtime=0
/proc/24096/stat : 24096 (sh) S 24083 24083 19878 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24391590 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24096/statm: 1339 233 193 169 0 50 0
[pid=24097] ppid=24096 vsize=868708 CPUtime=11.25
/proc/24097/stat : 24097 (java) S 24096 24083 19878 0 -1 0 12095 0 1 0 1039 86 0 0 20 0 9 0 24391590 889556992 9361 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24097/statm: 217177 9361 2590 9 0 211654 0
[pid=24097/tid=24098] ppid=24096 vsize=868708 CPUtime=10.08
/proc/24097/task/24098/stat : 24098 (java) D 24096 24083 19878 0 -1 64 4745 0 1 0 938 70 0 0 25 0 9 0 24391591 889556992 9361 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 18446744071563608240 0 0 -1 0 0 0
[pid=24097/tid=24099] ppid=24096 vsize=868708 CPUtime=0.93
/proc/24097/task/24099/stat : 24099 (java) S 24096 24083 19878 0 -1 64 5134 0 0 0 80 13 0 0 16 0 9 0 24391592 889556992 9361 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24097/tid=24100] ppid=24096 vsize=868708 CPUtime=0
/proc/24097/task/24100/stat : 24100 (java) S 24096 24083 19878 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 24391592 889556992 9361 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24097/tid=24101] ppid=24096 vsize=868708 CPUtime=0
/proc/24097/task/24101/stat : 24101 (java) S 24096 24083 19878 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 24391592 889556992 9361 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24097/tid=24102] ppid=24096 vsize=868708 CPUtime=0
/proc/24097/task/24102/stat : 24102 (java) S 24096 24083 19878 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 24391594 889556992 9361 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24097/tid=24103] ppid=24096 vsize=868708 CPUtime=0.2
/proc/24097/task/24103/stat : 24103 (java) S 24096 24083 19878 0 -1 64 1517 0 0 0 19 1 0 0 16 0 9 0 24391594 889556992 9361 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24097/tid=24104] ppid=24096 vsize=868708 CPUtime=0
/proc/24097/task/24104/stat : 24104 (java) S 24096 24083 19878 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 24391594 889556992 9361 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24097/tid=24105] ppid=24096 vsize=868708 CPUtime=0
/proc/24097/task/24105/stat : 24105 (java) S 24096 24083 19878 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24391594 889556992 9361 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.26
Current children cumulated vsize (KiB) 890932

[startup+25.5017 s]
/proc/loadavg: 2.36 2.08 2.02 3/76 24107
/proc/meminfo: memFree=968192/2055920 swapFree=4192956/4192956
[pid=24083] ppid=24081 vsize=16868 CPUtime=17.15
/proc/24083/stat : 24083 (sugar) S 24081 24083 19878 0 -1 4194304 1376 22443 0 2 5 1 1576 133 15 0 1 0 24391483 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24083/statm: 4217 1113 409 3 0 796 0
[pid=24106] ppid=24083 vsize=5356 CPUtime=0
/proc/24106/stat : 24106 (sh) S 24083 24083 19878 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24393328 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24106/statm: 1339 232 193 169 0 50 0
[pid=24107] ppid=24106 vsize=335892 CPUtime=7.01
/proc/24107/stat : 24107 (minisat) R 24106 24083 19878 0 -1 4194304 81961 0 0 0 650 51 0 0 25 0 1 0 24393328 343953408 81947 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/24107/statm: 83973 81947 72 150 0 83820 0
Current children cumulated CPU time (s) 24.16
Current children cumulated vsize (KiB) 358116

[startup+51.1014 s]
/proc/loadavg: 2.84 2.22 2.07 3/76 24107
/proc/meminfo: memFree=960640/2055920 swapFree=4192956/4192956
[pid=24083] ppid=24081 vsize=16868 CPUtime=17.16
/proc/24083/stat : 24083 (sugar) S 24081 24083 19878 0 -1 4194304 1376 22443 0 2 6 1 1576 133 16 0 1 0 24391483 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24083/statm: 4217 1113 409 3 0 796 0
[pid=24106] ppid=24083 vsize=5356 CPUtime=0
/proc/24106/stat : 24106 (sh) S 24083 24083 19878 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24393328 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24106/statm: 1339 232 193 169 0 50 0
[pid=24107] ppid=24106 vsize=346056 CPUtime=32.5
/proc/24107/stat : 24107 (minisat) R 24106 24083 19878 0 -1 4194304 84516 0 0 0 3195 55 0 0 25 0 1 0 24393328 354361344 84502 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/24107/statm: 86514 84502 75 150 0 86361 0
Current children cumulated CPU time (s) 49.66
Current children cumulated vsize (KiB) 368280

[startup+102.307 s]
/proc/loadavg: 2.40 2.21 2.08 3/76 24107
/proc/meminfo: memFree=963136/2055920 swapFree=4192956/4192956
[pid=24083] ppid=24081 vsize=16868 CPUtime=17.16
/proc/24083/stat : 24083 (sugar) S 24081 24083 19878 0 -1 4194304 1376 22443 0 2 6 1 1576 133 16 0 1 0 24391483 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24083/statm: 4217 1113 409 3 0 796 0
[pid=24106] ppid=24083 vsize=5356 CPUtime=0
/proc/24106/stat : 24106 (sh) S 24083 24083 19878 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24393328 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24106/statm: 1339 232 193 169 0 50 0
[pid=24107] ppid=24106 vsize=347640 CPUtime=83.5
/proc/24107/stat : 24107 (minisat) R 24106 24083 19878 0 -1 4194304 84914 0 0 0 8294 56 0 0 25 0 1 0 24393328 355983360 84900 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/24107/statm: 86910 84900 75 150 0 86757 0
Current children cumulated CPU time (s) 100.66

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

/proc/24107/stat : 24107 (minisat) R 24106 24083 19878 0 -1 4194304 86404 0 0 0 139631 61 0 0 25 0 1 0 24393328 362065920 86390 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/24107/statm: 88395 86390 75 150 0 88242 0
Current children cumulated CPU time (s) 1414.08
Current children cumulated vsize (KiB) 375804

[startup+1482.3 s]
/proc/loadavg: 2.19 2.16 2.06 3/77 24180
/proc/meminfo: memFree=949056/2055920 swapFree=4192956/4192956
[pid=24083] ppid=24081 vsize=16868 CPUtime=17.16
/proc/24083/stat : 24083 (sugar) S 24081 24083 19878 0 -1 4194304 1376 22443 0 2 6 1 1576 133 16 0 1 0 24391483 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24083/statm: 4217 1113 409 3 0 796 0
[pid=24106] ppid=24083 vsize=5356 CPUtime=0
/proc/24106/stat : 24106 (sh) S 24083 24083 19878 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24393328 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24106/statm: 1339 232 193 169 0 50 0
[pid=24107] ppid=24106 vsize=353844 CPUtime=1456.41
/proc/24107/stat : 24107 (minisat) R 24106 24083 19878 0 -1 4194304 86486 0 0 0 145580 61 0 0 25 0 1 0 24393328 362336256 86472 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/24107/statm: 88461 86472 75 150 0 88308 0
Current children cumulated CPU time (s) 1473.57
Current children cumulated vsize (KiB) 376068

[startup+1542.3 s]
/proc/loadavg: 2.10 2.14 2.06 3/77 24180
/proc/meminfo: memFree=948800/2055920 swapFree=4192956/4192956
[pid=24083] ppid=24081 vsize=16868 CPUtime=17.16
/proc/24083/stat : 24083 (sugar) S 24081 24083 19878 0 -1 4194304 1376 22443 0 2 6 1 1576 133 16 0 1 0 24391483 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24083/statm: 4217 1113 409 3 0 796 0
[pid=24106] ppid=24083 vsize=5356 CPUtime=0
/proc/24106/stat : 24106 (sh) S 24083 24083 19878 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24393328 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24106/statm: 1339 232 193 169 0 50 0
[pid=24107] ppid=24106 vsize=354108 CPUtime=1515.91
/proc/24107/stat : 24107 (minisat) R 24106 24083 19878 0 -1 4194304 86547 0 0 0 151529 62 0 0 25 0 1 0 24393328 362606592 86533 996147200 134512640 135127466 4294956256 18446744073709551615 134530828 0 0 4096 3 0 0 0 17 1 0 0
/proc/24107/statm: 88527 86533 75 150 0 88374 0
Current children cumulated CPU time (s) 1533.07
Current children cumulated vsize (KiB) 376332

[startup+1602.3 s]
/proc/loadavg: 2.08 2.13 2.06 3/77 24180
/proc/meminfo: memFree=948544/2055920 swapFree=4192956/4192956
[pid=24083] ppid=24081 vsize=16868 CPUtime=17.16
/proc/24083/stat : 24083 (sugar) S 24081 24083 19878 0 -1 4194304 1376 22443 0 2 6 1 1576 133 16 0 1 0 24391483 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24083/statm: 4217 1113 409 3 0 796 0
[pid=24106] ppid=24083 vsize=5356 CPUtime=0
/proc/24106/stat : 24106 (sh) S 24083 24083 19878 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24393328 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24106/statm: 1339 232 193 169 0 50 0
[pid=24107] ppid=24106 vsize=354372 CPUtime=1575.4
/proc/24107/stat : 24107 (minisat) R 24106 24083 19878 0 -1 4194304 86624 0 0 0 157478 62 0 0 25 0 1 0 24393328 362876928 86610 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/24107/statm: 88593 86610 75 150 0 88440 0
Current children cumulated CPU time (s) 1592.56
Current children cumulated vsize (KiB) 376596

[startup+1662.3 s]
/proc/loadavg: 2.02 2.10 2.05 3/77 24186
/proc/meminfo: memFree=948160/2055920 swapFree=4192956/4192956
[pid=24083] ppid=24081 vsize=16868 CPUtime=17.16
/proc/24083/stat : 24083 (sugar) S 24081 24083 19878 0 -1 4194304 1376 22443 0 2 6 1 1576 133 16 0 1 0 24391483 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24083/statm: 4217 1113 409 3 0 796 0
[pid=24106] ppid=24083 vsize=5356 CPUtime=0
/proc/24106/stat : 24106 (sh) S 24083 24083 19878 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24393328 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24106/statm: 1339 232 193 169 0 50 0
[pid=24107] ppid=24106 vsize=354636 CPUtime=1634.89
/proc/24107/stat : 24107 (minisat) R 24106 24083 19878 0 -1 4194304 86688 0 0 0 163427 62 0 0 25 0 1 0 24393328 363147264 86674 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/24107/statm: 88659 86674 75 150 0 88506 0
Current children cumulated CPU time (s) 1652.05
Current children cumulated vsize (KiB) 376860

[startup+1722.3 s]
/proc/loadavg: 2.01 2.08 2.05 3/77 24186
/proc/meminfo: memFree=947904/2055920 swapFree=4192956/4192956
[pid=24083] ppid=24081 vsize=16868 CPUtime=17.16
/proc/24083/stat : 24083 (sugar) S 24081 24083 19878 0 -1 4194304 1376 22443 0 2 6 1 1576 133 16 0 1 0 24391483 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24083/statm: 4217 1113 409 3 0 796 0
[pid=24106] ppid=24083 vsize=5356 CPUtime=0
/proc/24106/stat : 24106 (sh) S 24083 24083 19878 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24393328 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24106/statm: 1339 232 193 169 0 50 0
[pid=24107] ppid=24106 vsize=354900 CPUtime=1694.38
/proc/24107/stat : 24107 (minisat) R 24106 24083 19878 0 -1 4194304 86755 0 0 0 169376 62 0 0 25 0 1 0 24393328 363417600 86741 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/24107/statm: 88725 86741 75 150 0 88572 0
Current children cumulated CPU time (s) 1711.54
Current children cumulated vsize (KiB) 377124

[startup+1782.3 s]
/proc/loadavg: 2.00 2.06 2.04 3/77 24186
/proc/meminfo: memFree=947520/2055920 swapFree=4192956/4192956
[pid=24083] ppid=24081 vsize=16868 CPUtime=17.16
/proc/24083/stat : 24083 (sugar) S 24081 24083 19878 0 -1 4194304 1376 22443 0 2 6 1 1576 133 16 0 1 0 24391483 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24083/statm: 4217 1113 409 3 0 796 0
[pid=24106] ppid=24083 vsize=5356 CPUtime=0
/proc/24106/stat : 24106 (sh) S 24083 24083 19878 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24393328 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24106/statm: 1339 232 193 169 0 50 0
[pid=24107] ppid=24106 vsize=355292 CPUtime=1753.88
/proc/24107/stat : 24107 (minisat) R 24106 24083 19878 0 -1 4194304 86815 0 0 0 175326 62 0 0 25 0 1 0 24393328 363819008 86801 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/24107/statm: 88823 86801 75 150 0 88670 0
Current children cumulated CPU time (s) 1771.04
Current children cumulated vsize (KiB) 377516



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1811.6 s]
/proc/loadavg: 2.00 2.06 2.04 3/77 24186
/proc/meminfo: memFree=947520/2055920 swapFree=4192956/4192956
[pid=24083] ppid=24081 vsize=16868 CPUtime=17.16
/proc/24083/stat : 24083 (sugar) S 24081 24083 19878 0 -1 4194304 1376 22443 0 2 6 1 1576 133 16 0 1 0 24391483 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24083/statm: 4217 1113 409 3 0 796 0
[pid=24106] ppid=24083 vsize=5356 CPUtime=0
/proc/24106/stat : 24106 (sh) S 24083 24083 19878 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24393328 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24106/statm: 1339 232 193 169 0 50 0
[pid=24107] ppid=24106 vsize=355292 CPUtime=1782.93
/proc/24107/stat : 24107 (minisat) R 24106 24083 19878 0 -1 4194304 86844 0 0 0 178231 62 0 0 25 0 1 0 24393328 363819008 86830 996147200 134512640 135127466 4294956256 18446744073709551615 134530682 0 0 4096 3 0 0 0 17 1 0 0
/proc/24107/statm: 88823 86830 75 150 0 88670 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 377516

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

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

[startup+1811.6 s]
/proc/loadavg: 2.00 2.06 2.04 3/77 24186
/proc/meminfo: memFree=947520/2055920 swapFree=4192956/4192956
[pid=24083] ppid=24081 vsize=16868 CPUtime=17.16
/proc/24083/stat : 24083 (sugar) S 24081 24083 19878 0 -1 4194304 1376 22443 0 2 6 1 1576 133 16 0 1 0 24391483 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24083/statm: 4217 1113 409 3 0 796 0
[pid=24106] ppid=24083 vsize=5356 CPUtime=0
/proc/24106/stat : 24106 (sh) S 24083 24083 19878 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24393328 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24106/statm: 1339 232 193 169 0 50 0
[pid=24107] ppid=24106 vsize=355292 CPUtime=1782.93
/proc/24107/stat : 24107 (minisat) R 24106 24083 19878 0 -1 4194304 86844 0 0 0 178231 62 0 0 25 0 1 0 24393328 363819008 86830 996147200 134512640 135127466 4294956256 18446744073709551615 134530682 0 0 4096 3 0 0 0 17 1 0 0
/proc/24107/statm: 88823 86830 75 150 0 88670 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 377516

[startup+1811.73 s]
/proc/loadavg: 2.00 2.06 2.04 3/77 24186
/proc/meminfo: memFree=947520/2055920 swapFree=4192956/4192956
[pid=24083] ppid=24081 vsize=16868 CPUtime=17.23
/proc/24083/stat : 24083 (sugar) R 24081 24083 19878 0 -1 4194304 1423 22720 0 2 6 7 1576 134 16 0 1 0 24391483 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 234046067753 0 0 4224 16386 0 0 0 17 1 0 0
/proc/24083/statm: 4217 1114 410 3 0 796 0
Current children cumulated CPU time (s) 17.23
Current children cumulated vsize (KiB) 16868
#
############


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

[startup+1811.73 s]
/proc/loadavg: 2.00 2.06 2.04 3/77 24186
/proc/meminfo: memFree=947520/2055920 swapFree=4192956/4192956
[pid=24083] ppid=24081 vsize=16868 CPUtime=17.23
/proc/24083/stat : 24083 (sugar) R 24081 24083 19878 0 -1 4194304 1423 22720 0 2 6 7 1576 134 16 0 1 0 24391483 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 234046067753 0 0 4224 16386 0 0 0 17 1 0 0
/proc/24083/statm: 4217 1114 410 3 0 796 0
Current children cumulated CPU time (s) 17.23
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): 1782.86
#  lost CPU user time (s): 1782.31
#  lost CPU system time (s): 0.55

Real time (s): 1811.75
CPU time (s): 1800.13
CPU user time (s): 1798.14
CPU system time (s): 1.99578
CPU usage (%): 99.3586
Max. virtual memory (cumulated for all children) (KiB): 891008

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 15.8266
system time used= 1.44578
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 24202
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= 27598
involuntary context switches= 27511

runsolver used 2.06868 second user time and 5.16821 second system time

The end

Launcher Data

Begin job on node79 at 2009-07-12 06:34:19
IDJOB=2081587
IDBENCH=57436
IDSOLVER=739
FILE ID=node79/2081587-1247373259
PBS_JOBID= 9507092
Free space on /tmp= 66352 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-28.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-2081587-1247373259/watcher-2081587-1247373259 -o /tmp/evaluation-result-2081587-1247373259/solver-2081587-1247373259 -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-2081587-1247373259.xml

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

MD5SUM BENCH= 0ee4188de7d6c5919718ac5c6628a5b8
RANDOM SEED=2049145987

node79.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.229
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.229
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:       1479224 kB
Buffers:         77588 kB
Cached:         401608 kB
SwapCached:          0 kB
Active:         179920 kB
Inactive:       319604 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1479224 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            2508 kB
Writeback:           0 kB
Mapped:          31756 kB
Slab:            62656 kB
Committed_AS:   189968 kB
PageTables:       1728 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= 66348 MiB
End job on node79 at 2009-07-12 07:04:33