Trace number 2081609

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.06 1809.24

General information on the benchmark

Namecsp/super-js/super-js-taillard-20-15/
normalized-super-js-taillard-20-15-21.xml
MD5SUMb7c57c745e2e78b2167f517ffcb2b0b4
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables600
Number of constraints9690
Maximum constraint arity2
Maximum domain size1306
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.03/0.24	c 0	Sugar v1-14-6 + HOME/minisat
0.03/0.25	c 0	BEGIN Sun Jul 12 06:35:16 2009
0.03/0.25	c 0	PID 24751
0.03/0.26	c 0	HOST node70.alineos.net
0.03/0.26	c 0	CONVERTING HOME/instance-2081609-1247373315.xml TO HOME/temp.csp
0.03/0.26	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2081609-1247373315.xml' 'HOME/temp.csp'
1.07/1.43	c 1	93 domains, 600 variables, 4 predicates, 0 relations, 9690 constraints
1.07/1.48	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.07/1.48	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.11/1.55	c 1	Parsing HOME/temp.csp
1.11/1.71	c 1	parsed 10000 expressions
1.11/1.72	c 1	parsed 10387 expressions
1.11/1.73	c 1	Heap : 3 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.11/1.73	c 1	Converting to clausal form CSP
1.11/1.86	c 1	converted 1039 (10%) expressions
1.11/2.01	c 1	converted 2078 (20%) expressions
1.11/2.08	c 1	converted 3117 (30%) expressions
1.72/2.13	c 1	converted 4155 (40%) expressions
1.72/2.16	c 2	converted 5194 (50%) expressions
1.72/2.20	c 2	converted 6233 (60%) expressions
1.82/2.28	c 2	converted 7271 (70%) expressions
1.91/2.32	c 2	converted 8310 (80%) expressions
1.91/2.36	c 2	converted 9349 (90%) expressions
1.91/2.39	c 2	converted 10387 (100%) expressions
1.91/2.39	c 2	CSP : 600 integers, 0 booleans, 9690 clauses, largest domain size 1284
1.91/2.39	c 2	Heap : 9 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.91/2.39	c 2	Propagation in CSP
2.31/2.78	c 2	178052 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.31/2.78	c 2	CSP : 600 integers, 0 booleans, 9690 clauses, largest domain size 859
2.31/2.78	c 2	Heap : 10 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.31/2.79	c 2	Simplifing CSP by introducing new Boolean variables
2.50/2.95	c 2	CSP : 600 integers, 17700 booleans, 27390 clauses, largest domain size 859
2.50/2.95	c 2	Heap : 15 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.61/3.04	c 2	Encoding CSP to SAT : HOME/temp.cnf
2.71/3.12	c 2	60 (10%) CSP integer variables are encoded (40410 clauses, 584040 bytes)
2.71/3.17	c 3	120 (20%) CSP integer variables are encoded (81030 clauses, 1193340 bytes)
2.81/3.23	c 3	180 (30%) CSP integer variables are encoded (121230 clauses, 1839099 bytes)
2.81/3.27	c 3	240 (40%) CSP integer variables are encoded (153240 clauses, 2383269 bytes)
2.91/3.31	c 3	300 (50%) CSP integer variables are encoded (180180 clauses, 2841249 bytes)
2.91/3.35	c 3	360 (60%) CSP integer variables are encoded (207540 clauses, 3306369 bytes)
2.91/3.39	c 3	420 (70%) CSP integer variables are encoded (240330 clauses, 3863799 bytes)
3.01/3.45	c 3	480 (80%) CSP integer variables are encoded (280680 clauses, 4549749 bytes)
3.01/3.49	c 3	540 (90%) CSP integer variables are encoded (311940 clauses, 5081169 bytes)
3.10/3.54	c 3	600 (100%) CSP integer variables are encoded (350190 clauses, 5731419 bytes)
4.52/5.09	c 4	2739 (10%) CSP clauses are encoded (1033890 clauses, 21251938 bytes)
6.21/6.70	c 6	5478 (20%) CSP clauses are encoded (1848110 clauses, 40299726 bytes)
7.70/8.25	c 8	8217 (30%) CSP clauses are encoded (2617020 clauses, 58308252 bytes)
9.38/9.94	c 9	10956 (40%) CSP clauses are encoded (3320920 clauses, 74812715 bytes)
10.97/11.54	c 11	13695 (50%) CSP clauses are encoded (4057079 clauses, 92650333 bytes)
12.06/12.65	c 12	16434 (60%) CSP clauses are encoded (4598883 clauses, 105904818 bytes)
12.96/13.57	c 13	19173 (70%) CSP clauses are encoded (5043022 clauses, 116741676 bytes)
14.13/14.78	c 14	21912 (80%) CSP clauses are encoded (5624424 clauses, 130909166 bytes)
15.43/16.04	c 15	24651 (90%) CSP clauses are encoded (6232715 clauses, 145626550 bytes)
17.01/17.70	c 17	27390 (100%) CSP clauses are encoded (7025247 clauses, 164165005 bytes)
17.01/17.70	c 17	27390 CSP clauses encoded
17.01/17.70	c 17	Writing map file : HOME/temp.map
17.10/17.71	c 17	Heap : 10 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
17.10/17.71	c 17	SAT : 368490 SAT variables, 7025247 SAT clauses, 164165005 bytes
17.10/17.71	c 17	Heap : 10 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
17.10/17.75	c 17	SOLVING HOME/temp.cnf
17.10/17.75	c 17	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
17.10/17.75	c 17	This is MiniSat 2.0 beta
17.10/17.75	c 17	WARNING: for repeatability, setting FPU to use double precision
17.10/17.75	c 17	============================[ Problem Statistics ]=============================
17.10/17.75	c 17	|                                                                             |
17.10/17.75	c 17	|  Number of variables:  368490                                               |
17.10/17.75	c 17	|  Number of clauses:    7025247                                              |
21.15/21.82	c 21	|  Parsing time:         3.52         s                                       |
21.35/22.02	c 21	============================[ Search Statistics ]==============================
21.35/22.02	c 21	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
21.35/22.02	c 21	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
21.35/22.02	c 21	===============================================================================
21.35/22.02	c 21	|         0 |  366840  7023597 20202792 |  2341199        0    nan |  0.000 % |
26.53/27.24	c 27	|       101 |  366840  7023597 20202792 |  2575318      101     27 |  0.448 % |
32.30/33.02	c 32	|       252 |  366840  7023597 20202792 |  2832850      250     19 |  0.453 % |
39.65/40.46	c 40	|       477 |  366840  7023597 20202792 |  3116135      474     15 |  0.461 % |
50.10/50.97	c 50	|       814 |  366840  7023597 20202792 |  3427749      811     15 |  0.461 % |
63.44/64.31	c 64	|      1320 |  366793  7022691 20200238 |  3770524     1317     15 |  0.461 % |
87.12/88.19	c 88	|      2079 |  366793  7022691 20200238 |  4147576     2076     17 |  0.461 % |
125.91/127.21	c 127	|      3218 |  366765  7022126 20198638 |  4562334     3211     16 |  0.482 % |
179.85/181.50	c 181	|      4928 |  366694  7020662 20194505 |  5018567     4920     18 |  0.487 % |
259.37/261.36	c 261	|      7491 |  366694  7020662 20194505 |  5520424     7483     19 |  0.487 % |
383.27/385.86	c 385	|     11336 |  366661  7020040 20192755 |  6072467    11325     18 |  0.496 % |
570.67/574.12	c 573	|     17102 |  366593  7018584 20188627 |  6679713    17084     19 |  0.522 % |
843.54/848.39	c 848	|     25751 |  366481  7016386 20182426 |  7347685    25727     19 |  0.545 % |
1245.01/1251.77	c 1251	|     38727 |  366443  7015549 20180034 |  8082453    38699     20 |  0.556 % |
1800.03/1809.11	c ERROR INTERRUPTED
1800.03/1809.16	s UNKNOWN
1800.03/1809.16	c 1809	CPU 17.15 (0.06 0.01 15.73 1.35)
1800.03/1809.16	c 1809	END Sun Jul 12 07:05:25 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-2081609-1247373315/watcher-2081609-1247373315 -o /tmp/evaluation-result-2081609-1247373315/solver-2081609-1247373315 -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-2081609-1247373315.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.08 2.29 2.15 4/73 24751
/proc/meminfo: memFree=1905376/2055920 swapFree=4192812/4192956
[pid=24751] ppid=24749 vsize=18576 CPUtime=0
/proc/24751/stat : 24751 (runsolver) D 24749 24751 18582 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 24394197 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 233402068263 0 0 4096 24578 18446744071563608240 0 0 17 1 0 0
/proc/24751/statm: 4644 284 249 26 0 2626 0

[startup+0.0592379 s]
/proc/loadavg: 2.08 2.29 2.15 4/73 24751
/proc/meminfo: memFree=1905376/2055920 swapFree=4192812/4192956
[pid=24751] ppid=24749 vsize=12268 CPUtime=0
/proc/24751/stat : 24751 (sugar) D 24749 24751 18582 0 -1 4194304 348 0 0 0 0 0 0 0 18 0 1 0 24394197 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 233402235493 0 0 4224 0 18446744071563608240 0 0 17 1 0 0
/proc/24751/statm: 3067 316 241 3 0 167 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12268

[startup+0.102241 s]
/proc/loadavg: 2.08 2.29 2.15 4/73 24751
/proc/meminfo: memFree=1905376/2055920 swapFree=4192812/4192956
[pid=24751] ppid=24749 vsize=12272 CPUtime=0
/proc/24751/stat : 24751 (sugar) D 24749 24751 18582 0 -1 4194304 396 0 0 0 0 0 0 0 18 0 1 0 24394197 12566528 364 996147200 4194304 4206940 548682068608 18446744073709551615 233410968574 0 0 4224 0 18446744071563608240 0 0 17 1 0 0
/proc/24751/statm: 3068 364 274 3 0 168 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12272

[startup+0.30227 s]
/proc/loadavg: 2.08 2.29 2.15 4/73 24751
/proc/meminfo: memFree=1905376/2055920 swapFree=4192812/4192956
[pid=24751] ppid=24749 vsize=16868 CPUtime=0.07
/proc/24751/stat : 24751 (sugar) S 24749 24751 18582 0 -1 4194304 1227 128 0 0 6 1 0 0 18 0 1 0 24394197 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24751/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.701305 s]
/proc/loadavg: 2.08 2.29 2.15 4/73 24751
/proc/meminfo: memFree=1905376/2055920 swapFree=4192812/4192956
[pid=24751] ppid=24749 vsize=16868 CPUtime=0.07
/proc/24751/stat : 24751 (sugar) S 24749 24751 18582 0 -1 4194304 1227 128 0 0 6 1 0 0 18 0 1 0 24394197 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24751/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+1.50139 s]
/proc/loadavg: 2.08 2.29 2.15 4/84 24763
/proc/meminfo: memFree=1887496/2055920 swapFree=4192812/4192956
[pid=24751] ppid=24749 vsize=16868 CPUtime=1.11
/proc/24751/stat : 24751 (sugar) S 24749 24751 18582 0 -1 4194304 1292 9121 0 1 6 1 98 6 16 0 1 0 24394197 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24751/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 1.11
Current children cumulated vsize (KiB) 16868

[startup+3.10255 s]
/proc/loadavg: 2.08 2.29 2.15 3/84 24773
/proc/meminfo: memFree=1883912/2055920 swapFree=4192812/4192956
[pid=24751] ppid=24749 vsize=16868 CPUtime=1.11
/proc/24751/stat : 24751 (sugar) S 24749 24751 18582 0 -1 4194304 1310 9121 0 1 6 1 98 6 16 0 1 0 24394197 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24751/statm: 4217 1111 409 3 0 796 0
[pid=24764] ppid=24751 vsize=5356 CPUtime=0
/proc/24764/stat : 24764 (sh) S 24751 24751 18582 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24394345 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24764/statm: 1339 233 193 169 0 50 0
[pid=24765] ppid=24764 vsize=868676 CPUtime=1.6
/proc/24765/stat : 24765 (java) S 24764 24751 18582 0 -1 0 10373 0 1 0 153 7 0 0 18 0 9 0 24394345 889524224 9417 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24765/statm: 217169 9417 2590 9 0 211646 0
[pid=24765/tid=24766] ppid=24764 vsize=868676 CPUtime=0.98
/proc/24765/task/24766/stat : 24766 (java) R 24764 24751 18582 0 -1 64 2948 0 1 0 95 3 0 0 18 0 9 0 24394346 889524224 9417 996147200 134512640 134550932 4294955936 18446744073709551615 102094007 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24765/tid=24767] ppid=24764 vsize=868676 CPUtime=0.41
/proc/24765/task/24767/stat : 24767 (java) S 24764 24751 18582 0 -1 64 5221 0 0 0 39 2 0 0 16 0 9 0 24394347 889524224 9417 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24765/tid=24768] ppid=24764 vsize=868676 CPUtime=0
/proc/24765/task/24768/stat : 24768 (java) S 24764 24751 18582 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24394347 889524224 9417 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24765/tid=24769] ppid=24764 vsize=868676 CPUtime=0
/proc/24765/task/24769/stat : 24769 (java) S 24764 24751 18582 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 24394347 889524224 9417 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24765/tid=24770] ppid=24764 vsize=868676 CPUtime=0
/proc/24765/task/24770/stat : 24770 (java) S 24764 24751 18582 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24394349 889524224 9417 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24765/tid=24771] ppid=24764 vsize=868676 CPUtime=0.18
/proc/24765/task/24771/stat : 24771 (java) S 24764 24751 18582 0 -1 64 1505 0 0 0 18 0 0 0 16 0 9 0 24394349 889524224 9417 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24765/tid=24772] ppid=24764 vsize=868676 CPUtime=0
/proc/24765/task/24772/stat : 24772 (java) S 24764 24751 18582 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24394349 889524224 9417 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24765/tid=24773] ppid=24764 vsize=868676 CPUtime=0
/proc/24765/task/24773/stat : 24773 (java) S 24764 24751 18582 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24394349 889524224 9417 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.71
Current children cumulated vsize (KiB) 890900

[startup+6.30286 s]
/proc/loadavg: 2.08 2.29 2.15 3/84 24773
/proc/meminfo: memFree=1847688/2055920 swapFree=4192812/4192956
[pid=24751] ppid=24749 vsize=16868 CPUtime=1.11
/proc/24751/stat : 24751 (sugar) S 24749 24751 18582 0 -1 4194304 1310 9121 0 1 6 1 98 6 16 0 1 0 24394197 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24751/statm: 4217 1111 409 3 0 796 0
[pid=24764] ppid=24751 vsize=5356 CPUtime=0
/proc/24764/stat : 24764 (sh) S 24751 24751 18582 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24394345 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24764/statm: 1339 233 193 169 0 50 0
[pid=24765] ppid=24764 vsize=868676 CPUtime=4.7
/proc/24765/stat : 24765 (java) S 24764 24751 18582 0 -1 0 10952 0 1 0 436 34 0 0 18 0 9 0 24394345 889524224 9437 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24765/statm: 217169 9437 2590 9 0 211646 0
[pid=24765/tid=24766] ppid=24764 vsize=868676 CPUtime=3.87
/proc/24765/task/24766/stat : 24766 (java) R 24764 24751 18582 0 -1 64 3508 0 1 0 360 27 0 0 25 0 9 0 24394346 889524224 9437 996147200 134512640 134550932 4294955936 18446744073709551615 4126942001 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24765/tid=24767] ppid=24764 vsize=868676 CPUtime=0.59
/proc/24765/task/24767/stat : 24767 (java) S 24764 24751 18582 0 -1 64 5221 0 0 0 53 6 0 0 16 0 9 0 24394347 889524224 9437 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24765/tid=24768] ppid=24764 vsize=868676 CPUtime=0
/proc/24765/task/24768/stat : 24768 (java) S 24764 24751 18582 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24394347 889524224 9437 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24765/tid=24769] ppid=24764 vsize=868676 CPUtime=0
/proc/24765/task/24769/stat : 24769 (java) S 24764 24751 18582 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 24394347 889524224 9437 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24765/tid=24770] ppid=24764 vsize=868676 CPUtime=0
/proc/24765/task/24770/stat : 24770 (java) S 24764 24751 18582 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24394349 889524224 9437 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24765/tid=24771] ppid=24764 vsize=868676 CPUtime=0.22
/proc/24765/task/24771/stat : 24771 (java) S 24764 24751 18582 0 -1 64 1524 0 0 0 22 0 0 0 16 0 9 0 24394349 889524224 9437 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24765/tid=24772] ppid=24764 vsize=868676 CPUtime=0
/proc/24765/task/24772/stat : 24772 (java) S 24764 24751 18582 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24394349 889524224 9437 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24765/tid=24773] ppid=24764 vsize=868676 CPUtime=0
/proc/24765/task/24773/stat : 24773 (java) S 24764 24751 18582 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24394349 889524224 9437 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 5.81
Current children cumulated vsize (KiB) 890900

[startup+12.7025 s]
/proc/loadavg: 2.07 2.28 2.15 3/84 24773
/proc/meminfo: memFree=1774088/2055920 swapFree=4192812/4192956
[pid=24751] ppid=24749 vsize=16868 CPUtime=1.11
/proc/24751/stat : 24751 (sugar) S 24749 24751 18582 0 -1 4194304 1310 9121 0 1 6 1 98 6 16 0 1 0 24394197 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24751/statm: 4217 1111 409 3 0 796 0
[pid=24764] ppid=24751 vsize=5356 CPUtime=0
/proc/24764/stat : 24764 (sh) S 24751 24751 18582 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24394345 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24764/statm: 1339 233 193 169 0 50 0
[pid=24765] ppid=24764 vsize=868676 CPUtime=11.05
/proc/24765/stat : 24765 (java) S 24764 24751 18582 0 -1 0 12064 0 1 0 1019 86 0 0 18 0 9 0 24394345 889524224 9437 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24765/statm: 217169 9437 2590 9 0 211646 0
[pid=24765/tid=24766] ppid=24764 vsize=868676 CPUtime=9.89
/proc/24765/task/24766/stat : 24766 (java) R 24764 24751 18582 0 -1 64 4620 0 1 0 916 73 0 0 25 0 9 0 24394346 889524224 9437 996147200 134512640 134550932 4294955936 18446744073709551615 4126940700 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24765/tid=24767] ppid=24764 vsize=868676 CPUtime=0.92
/proc/24765/task/24767/stat : 24767 (java) S 24764 24751 18582 0 -1 64 5221 0 0 0 80 12 0 0 16 0 9 0 24394347 889524224 9437 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24765/tid=24768] ppid=24764 vsize=868676 CPUtime=0
/proc/24765/task/24768/stat : 24768 (java) S 24764 24751 18582 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24394347 889524224 9437 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24765/tid=24769] ppid=24764 vsize=868676 CPUtime=0
/proc/24765/task/24769/stat : 24769 (java) S 24764 24751 18582 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 24394347 889524224 9437 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24765/tid=24770] ppid=24764 vsize=868676 CPUtime=0
/proc/24765/task/24770/stat : 24770 (java) S 24764 24751 18582 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24394349 889524224 9437 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24765/tid=24771] ppid=24764 vsize=868676 CPUtime=0.22
/proc/24765/task/24771/stat : 24771 (java) S 24764 24751 18582 0 -1 64 1524 0 0 0 22 0 0 0 16 0 9 0 24394349 889524224 9437 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24765/tid=24772] ppid=24764 vsize=868676 CPUtime=0
/proc/24765/task/24772/stat : 24772 (java) S 24764 24751 18582 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24394349 889524224 9437 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24765/tid=24773] ppid=24764 vsize=868676 CPUtime=0
/proc/24765/task/24773/stat : 24773 (java) S 24764 24751 18582 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24394349 889524224 9437 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.16
Current children cumulated vsize (KiB) 890900

[startup+25.5028 s]
/proc/loadavg: 2.05 2.27 2.14 3/76 24775
/proc/meminfo: memFree=1425160/2055920 swapFree=4192812/4192956
[pid=24751] ppid=24749 vsize=16868 CPUtime=17.15
/proc/24751/stat : 24751 (sugar) S 24749 24751 18582 0 -1 4194304 1376 22386 0 2 6 1 1573 135 15 0 1 0 24394197 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24751/statm: 4217 1113 409 3 0 796 0
[pid=24774] ppid=24751 vsize=5356 CPUtime=0
/proc/24774/stat : 24774 (sh) S 24751 24751 18582 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24395972 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24774/statm: 1339 232 193 169 0 50 0
[pid=24775] ppid=24774 vsize=322136 CPUtime=7.68
/proc/24775/stat : 24775 (minisat) R 24774 24751 18582 0 -1 4194304 77835 0 0 0 714 54 0 0 25 0 1 0 24395972 329867264 77821 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/24775/statm: 80534 77821 72 150 0 80381 0
Current children cumulated CPU time (s) 24.83
Current children cumulated vsize (KiB) 344360

[startup+51.1023 s]
/proc/loadavg: 2.03 2.25 2.14 3/76 24775
/proc/meminfo: memFree=1415816/2055920 swapFree=4192812/4192956
[pid=24751] ppid=24749 vsize=16868 CPUtime=17.15
/proc/24751/stat : 24751 (sugar) S 24749 24751 18582 0 -1 4194304 1376 22386 0 2 6 1 1573 135 16 0 1 0 24394197 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24751/statm: 4217 1113 409 3 0 796 0
[pid=24774] ppid=24751 vsize=5356 CPUtime=0
/proc/24774/stat : 24774 (sh) S 24751 24751 18582 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24395972 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24774/statm: 1339 232 193 169 0 50 0
[pid=24775] ppid=24774 vsize=331112 CPUtime=33.15
/proc/24775/stat : 24775 (minisat) R 24774 24751 18582 0 -1 4194304 80116 0 0 0 3259 56 0 0 25 0 1 0 24395972 339058688 80102 996147200 134512640 135127466 4294956256 18446744073709551615 134531727 0 0 4096 3 0 0 0 17 1 0 0
/proc/24775/statm: 82778 80102 76 150 0 82625 0
Current children cumulated CPU time (s) 50.3
Current children cumulated vsize (KiB) 353336

[startup+102.307 s]
/proc/loadavg: 2.07 2.22 2.13 3/76 24775
/proc/meminfo: memFree=1414344/2055920 swapFree=4192812/4192956
[pid=24751] ppid=24749 vsize=16868 CPUtime=17.15
/proc/24751/stat : 24751 (sugar) S 24749 24751 18582 0 -1 4194304 1376 22386 0 2 6 1 1573 135 16 0 1 0 24394197 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24751/statm: 4217 1113 409 3 0 796 0
[pid=24774] ppid=24751 vsize=5356 CPUtime=0
/proc/24774/stat : 24774 (sh) S 24751 24751 18582 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24395972 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24774/statm: 1339 232 193 169 0 50 0
[pid=24775] ppid=24774 vsize=332432 CPUtime=84.1
/proc/24775/stat : 24775 (minisat) R 24774 24751 18582 0 -1 4194304 80470 0 0 0 8353 57 0 0 25 0 1 0 24395972 340410368 80456 996147200 134512640 135127466 4294956256 18446744073709551615 134530654 0 0 4096 3 0 0 0 17 1 0 0
/proc/24775/statm: 83108 80456 76 150 0 82955 0
Current children cumulated CPU time (s) 101.25

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

/proc/24775/stat : 24775 (minisat) R 24774 24751 18582 0 -1 4194304 81655 0 0 0 139705 59 0 0 25 0 1 0 24395972 345219072 81641 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/24775/statm: 84282 81641 76 150 0 84129 0
Current children cumulated CPU time (s) 1414.79
Current children cumulated vsize (KiB) 359352

[startup+1482.3 s]
/proc/loadavg: 2.00 2.04 2.04 3/77 24778
/proc/meminfo: memFree=1407296/2055920 swapFree=4192812/4192956
[pid=24751] ppid=24749 vsize=16868 CPUtime=17.15
/proc/24751/stat : 24751 (sugar) S 24749 24751 18582 0 -1 4194304 1376 22386 0 2 6 1 1573 135 16 0 1 0 24394197 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24751/statm: 4217 1113 409 3 0 796 0
[pid=24774] ppid=24751 vsize=5356 CPUtime=0
/proc/24774/stat : 24774 (sh) S 24751 24751 18582 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24395972 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24774/statm: 1339 232 193 169 0 50 0
[pid=24775] ppid=24774 vsize=337392 CPUtime=1457.35
/proc/24775/stat : 24775 (minisat) R 24774 24751 18582 0 -1 4194304 81724 0 0 0 145676 59 0 0 25 0 1 0 24395972 345489408 81710 996147200 134512640 135127466 4294956256 18446744073709551615 134530817 0 0 4096 3 0 0 0 17 1 0 0
/proc/24775/statm: 84348 81710 76 150 0 84195 0
Current children cumulated CPU time (s) 1474.5
Current children cumulated vsize (KiB) 359616

[startup+1542.3 s]
/proc/loadavg: 2.00 2.03 2.03 3/77 24778
/proc/meminfo: memFree=1407040/2055920 swapFree=4192812/4192956
[pid=24751] ppid=24749 vsize=16868 CPUtime=17.15
/proc/24751/stat : 24751 (sugar) S 24749 24751 18582 0 -1 4194304 1376 22386 0 2 6 1 1573 135 16 0 1 0 24394197 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24751/statm: 4217 1113 409 3 0 796 0
[pid=24774] ppid=24751 vsize=5356 CPUtime=0
/proc/24774/stat : 24774 (sh) S 24751 24751 18582 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24395972 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24774/statm: 1339 232 193 169 0 50 0
[pid=24775] ppid=24774 vsize=337656 CPUtime=1517.06
/proc/24775/stat : 24775 (minisat) R 24774 24751 18582 0 -1 4194304 81778 0 0 0 151647 59 0 0 25 0 1 0 24395972 345759744 81764 996147200 134512640 135127466 4294956256 18446744073709551615 134530679 0 0 4096 3 0 0 0 17 1 0 0
/proc/24775/statm: 84414 81764 76 150 0 84261 0
Current children cumulated CPU time (s) 1534.21
Current children cumulated vsize (KiB) 359880

[startup+1602.3 s]
/proc/loadavg: 2.04 2.03 2.03 3/77 24784
/proc/meminfo: memFree=1405952/2055920 swapFree=4192812/4192956
[pid=24751] ppid=24749 vsize=16868 CPUtime=17.15
/proc/24751/stat : 24751 (sugar) S 24749 24751 18582 0 -1 4194304 1376 22386 0 2 6 1 1573 135 16 0 1 0 24394197 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24751/statm: 4217 1113 409 3 0 796 0
[pid=24774] ppid=24751 vsize=5356 CPUtime=0
/proc/24774/stat : 24774 (sh) S 24751 24751 18582 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24395972 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24774/statm: 1339 232 193 169 0 50 0
[pid=24775] ppid=24774 vsize=337920 CPUtime=1576.75
/proc/24775/stat : 24775 (minisat) R 24774 24751 18582 0 -1 4194304 81846 0 0 0 157615 60 0 0 25 0 1 0 24395972 346030080 81832 996147200 134512640 135127466 4294956256 18446744073709551615 134530604 0 0 4096 3 0 0 0 17 1 0 0
/proc/24775/statm: 84480 81832 76 150 0 84327 0
Current children cumulated CPU time (s) 1593.9
Current children cumulated vsize (KiB) 360144

[startup+1662.3 s]
/proc/loadavg: 2.01 2.03 2.02 3/77 24784
/proc/meminfo: memFree=1405696/2055920 swapFree=4192812/4192956
[pid=24751] ppid=24749 vsize=16868 CPUtime=17.15
/proc/24751/stat : 24751 (sugar) S 24749 24751 18582 0 -1 4194304 1376 22386 0 2 6 1 1573 135 16 0 1 0 24394197 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24751/statm: 4217 1113 409 3 0 796 0
[pid=24774] ppid=24751 vsize=5356 CPUtime=0
/proc/24774/stat : 24774 (sh) S 24751 24751 18582 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24395972 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24774/statm: 1339 232 193 169 0 50 0
[pid=24775] ppid=24774 vsize=338184 CPUtime=1636.46
/proc/24775/stat : 24775 (minisat) R 24774 24751 18582 0 -1 4194304 81906 0 0 0 163586 60 0 0 25 0 1 0 24395972 346300416 81892 996147200 134512640 135127466 4294956256 18446744073709551615 134530635 0 0 4096 3 0 0 0 17 1 0 0
/proc/24775/statm: 84546 81892 76 150 0 84393 0
Current children cumulated CPU time (s) 1653.61
Current children cumulated vsize (KiB) 360408

[startup+1722.3 s]
/proc/loadavg: 2.00 2.02 2.02 3/77 24784
/proc/meminfo: memFree=1405312/2055920 swapFree=4192812/4192956
[pid=24751] ppid=24749 vsize=16868 CPUtime=17.15
/proc/24751/stat : 24751 (sugar) S 24749 24751 18582 0 -1 4194304 1376 22386 0 2 6 1 1573 135 16 0 1 0 24394197 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24751/statm: 4217 1113 409 3 0 796 0
[pid=24774] ppid=24751 vsize=5356 CPUtime=0
/proc/24774/stat : 24774 (sh) S 24751 24751 18582 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24395972 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24774/statm: 1339 232 193 169 0 50 0
[pid=24775] ppid=24774 vsize=338448 CPUtime=1696.18
/proc/24775/stat : 24775 (minisat) R 24774 24751 18582 0 -1 4194304 81966 0 0 0 169558 60 0 0 25 0 1 0 24395972 346570752 81952 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/24775/statm: 84612 81952 76 150 0 84459 0
Current children cumulated CPU time (s) 1713.33
Current children cumulated vsize (KiB) 360672

[startup+1782.3 s]
/proc/loadavg: 2.07 2.03 2.02 3/84 24826
/proc/meminfo: memFree=1189888/2055920 swapFree=4192812/4192956
[pid=24751] ppid=24749 vsize=16868 CPUtime=17.15
/proc/24751/stat : 24751 (sugar) S 24749 24751 18582 0 -1 4194304 1376 22386 0 2 6 1 1573 135 16 0 1 0 24394197 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24751/statm: 4217 1113 409 3 0 796 0
[pid=24774] ppid=24751 vsize=5356 CPUtime=0
/proc/24774/stat : 24774 (sh) S 24751 24751 18582 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24395972 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24774/statm: 1339 232 193 169 0 50 0
[pid=24775] ppid=24774 vsize=338580 CPUtime=1756.09
/proc/24775/stat : 24775 (minisat) R 24774 24751 18582 0 -1 4194304 82025 0 0 0 175544 65 0 0 25 0 1 0 24395972 346705920 82011 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/24775/statm: 84645 82011 76 150 0 84492 0
Current children cumulated CPU time (s) 1773.24
Current children cumulated vsize (KiB) 360804



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1809.1 s]
/proc/loadavg: 2.04 2.03 2.02 3/84 24826
/proc/meminfo: memFree=1189888/2055920 swapFree=4192812/4192956
[pid=24751] ppid=24749 vsize=16868 CPUtime=17.15
/proc/24751/stat : 24751 (sugar) S 24749 24751 18582 0 -1 4194304 1376 22386 0 2 6 1 1573 135 16 0 1 0 24394197 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24751/statm: 4217 1113 409 3 0 796 0
[pid=24774] ppid=24751 vsize=5356 CPUtime=0
/proc/24774/stat : 24774 (sh) S 24751 24751 18582 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24395972 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24774/statm: 1339 232 193 169 0 50 0
[pid=24775] ppid=24774 vsize=338712 CPUtime=1782.88
/proc/24775/stat : 24775 (minisat) R 24774 24751 18582 0 -1 4194304 82060 0 0 0 178223 65 0 0 25 0 1 0 24395972 346841088 82046 996147200 134512640 135127466 4294956256 18446744073709551615 134530635 0 0 4096 3 0 0 0 17 0 0 0
/proc/24775/statm: 84678 82046 76 150 0 84525 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 360936

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

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

[startup+1809.1 s]
/proc/loadavg: 2.04 2.03 2.02 3/84 24826
/proc/meminfo: memFree=1189888/2055920 swapFree=4192812/4192956
[pid=24751] ppid=24749 vsize=16868 CPUtime=17.15
/proc/24751/stat : 24751 (sugar) S 24749 24751 18582 0 -1 4194304 1376 22386 0 2 6 1 1573 135 16 0 1 0 24394197 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24751/statm: 4217 1113 409 3 0 796 0
[pid=24774] ppid=24751 vsize=5356 CPUtime=0
/proc/24774/stat : 24774 (sh) S 24751 24751 18582 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24395972 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24774/statm: 1339 232 193 169 0 50 0
[pid=24775] ppid=24774 vsize=338712 CPUtime=1782.88
/proc/24775/stat : 24775 (minisat) R 24774 24751 18582 0 -1 4194304 82060 0 0 0 178223 65 0 0 25 0 1 0 24395972 346841088 82046 996147200 134512640 135127466 4294956256 18446744073709551615 134530635 0 0 4096 3 0 0 0 17 0 0 0
/proc/24775/statm: 84678 82046 76 150 0 84525 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 360936

[startup+1809.22 s]
/proc/loadavg: 2.04 2.03 2.02 3/84 24826
/proc/meminfo: memFree=1189888/2055920 swapFree=4192812/4192956
[pid=24751] ppid=24749 vsize=16868 CPUtime=17.22
/proc/24751/stat : 24751 (sugar) R 24749 24751 18582 0 -1 4194304 1423 22663 0 2 6 8 1573 135 17 0 1 0 24394197 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 233402242089 0 0 4224 16386 0 0 0 17 0 0 0
/proc/24751/statm: 4217 1114 410 3 0 796 0
Current children cumulated CPU time (s) 17.22
Current children cumulated vsize (KiB) 16868
#
############


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

[startup+1809.22 s]
/proc/loadavg: 2.04 2.03 2.02 3/84 24826
/proc/meminfo: memFree=1189888/2055920 swapFree=4192812/4192956
[pid=24751] ppid=24749 vsize=16868 CPUtime=17.22
/proc/24751/stat : 24751 (sugar) R 24749 24751 18582 0 -1 4194304 1423 22663 0 2 6 8 1573 135 17 0 1 0 24394197 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 233402242089 0 0 4224 16386 0 0 0 17 0 0 0
/proc/24751/statm: 4217 1114 410 3 0 796 0
Current children cumulated CPU time (s) 17.22
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.81
#  lost CPU user time (s): 1782.23
#  lost CPU system time (s): 0.58

Real time (s): 1809.24
CPU time (s): 1800.06
CPU user time (s): 1798.03
CPU system time (s): 2.03278
CPU usage (%): 99.493
Max. virtual memory (cumulated for all children) (KiB): 891008

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 15.8016
system time used= 1.45278
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 24145
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= 26427
involuntary context switches= 26345

runsolver used 2.35764 second user time and 5.8861 second system time

The end

Launcher Data

Begin job on node70 at 2009-07-12 06:35:15
IDJOB=2081609
IDBENCH=57445
IDSOLVER=739
FILE ID=node70/2081609-1247373315
PBS_JOBID= 9507007
Free space on /tmp= 66416 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-21.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-2081609-1247373315/watcher-2081609-1247373315 -o /tmp/evaluation-result-2081609-1247373315/solver-2081609-1247373315 -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-2081609-1247373315.xml

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

MD5SUM BENCH= b7c57c745e2e78b2167f517ffcb2b0b4
RANDOM SEED=1897336323

node70.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.214
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.214
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:       1905856 kB
Buffers:          2388 kB
Cached:          43104 kB
SwapCached:          0 kB
Active:          88312 kB
Inactive:        10968 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1905856 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2580 kB
Writeback:           0 kB
Mapped:          64476 kB
Slab:            36208 kB
Committed_AS:   263528 kB
PageTables:       1804 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= 66396 MiB
End job on node70 at 2009-07-12 07:05:26