Trace number 2081642

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 1813.26

General information on the benchmark

Namecsp/super-js/super-js-taillard-20-15/
normalized-super-js-taillard-20-15-1.xml
MD5SUM36b218d40c9727fe3574d0c09bb78848
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 size1375
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.08	c 0	Sugar v1-14-6 + HOME/minisat
0.06/0.08	c 0	BEGIN Sun Jul 12 06:37:18 2009
0.06/0.08	c 0	PID 24783
0.06/0.08	c 0	HOST node16.alineos.net
0.06/0.08	c 0	CONVERTING HOME/instance-2081642-1247373437.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-2081642-1247373437.xml' 'HOME/temp.csp'
1.07/1.15	c 1	93 domains, 600 variables, 4 predicates, 0 relations, 9690 constraints
1.07/1.19	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.07/1.19	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.12/1.27	c 1	Parsing HOME/temp.csp
1.12/1.43	c 1	parsed 10000 expressions
1.12/1.44	c 1	parsed 10387 expressions
1.12/1.45	c 1	Heap : 3 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.12/1.45	c 1	Converting to clausal form CSP
1.12/1.58	c 1	converted 1039 (10%) expressions
1.12/1.73	c 1	converted 2078 (20%) expressions
1.12/1.81	c 1	converted 3117 (30%) expressions
1.12/1.85	c 1	converted 4155 (40%) expressions
1.12/1.88	c 1	converted 5194 (50%) expressions
1.12/1.92	c 1	converted 6233 (60%) expressions
1.12/2.01	c 2	converted 7271 (70%) expressions
1.12/2.05	c 2	converted 8310 (80%) expressions
1.12/2.09	c 2	converted 9349 (90%) expressions
2.00/2.13	c 2	converted 10387 (100%) expressions
2.00/2.13	c 2	CSP : 600 integers, 0 booleans, 9690 clauses, largest domain size 1353
2.00/2.13	c 2	Heap : 9 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.00/2.13	c 2	Propagation in CSP
2.40/2.54	c 2	178052 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.40/2.54	c 2	CSP : 600 integers, 0 booleans, 9690 clauses, largest domain size 928
2.40/2.54	c 2	Heap : 10 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.40/2.54	c 2	Simplifing CSP by introducing new Boolean variables
2.61/2.71	c 2	CSP : 600 integers, 17700 booleans, 27390 clauses, largest domain size 928
2.61/2.71	c 2	Heap : 15 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.70/2.81	c 2	Encoding CSP to SAT : HOME/temp.cnf
2.70/2.89	c 2	60 (10%) CSP integer variables are encoded (44550 clauses, 646136 bytes)
2.80/2.95	c 3	120 (20%) CSP integer variables are encoded (89310 clauses, 1317536 bytes)
2.90/3.01	c 3	180 (30%) CSP integer variables are encoded (133650 clauses, 2050207 bytes)
2.90/3.06	c 3	240 (40%) CSP integer variables are encoded (169800 clauses, 2664757 bytes)
3.00/3.11	c 3	300 (50%) CSP integer variables are encoded (200880 clauses, 3193117 bytes)
3.00/3.15	c 3	360 (60%) CSP integer variables are encoded (232380 clauses, 3728617 bytes)
3.10/3.21	c 3	420 (70%) CSP integer variables are encoded (269310 clauses, 4356427 bytes)
3.10/3.27	c 3	480 (80%) CSP integer variables are encoded (313800 clauses, 5112757 bytes)
3.19/3.32	c 3	540 (90%) CSP integer variables are encoded (349200 clauses, 5714557 bytes)
3.19/3.38	c 3	600 (100%) CSP integer variables are encoded (391590 clauses, 6435187 bytes)
4.92/5.28	c 5	2739 (10%) CSP clauses are encoded (1197444 clauses, 24832725 bytes)
6.80/7.18	c 7	5478 (20%) CSP clauses are encoded (2138096 clauses, 46888606 bytes)
8.76/9.12	c 9	8217 (30%) CSP clauses are encoded (3032586 clauses, 67891340 bytes)
10.74/11.13	c 11	10956 (40%) CSP clauses are encoded (3860296 clauses, 87405113 bytes)
12.52/12.91	c 12	13695 (50%) CSP clauses are encoded (4721901 clauses, 108584537 bytes)
13.89/14.31	c 14	16434 (60%) CSP clauses are encoded (5378493 clauses, 124673946 bytes)
14.98/15.47	c 15	19173 (70%) CSP clauses are encoded (5931780 clauses, 138200864 bytes)
16.45/16.94	c 17	21912 (80%) CSP clauses are encoded (6630624 clauses, 155256932 bytes)
17.95/18.46	c 18	24651 (90%) CSP clauses are encoded (7359239 clauses, 172920592 bytes)
19.90/20.45	c 20	27390 (100%) CSP clauses are encoded (8278776 clauses, 194491756 bytes)
19.90/20.45	c 20	27390 CSP clauses encoded
19.90/20.45	c 20	Writing map file : HOME/temp.map
19.90/20.47	c 20	Heap : 9 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
19.90/20.47	c 20	SAT : 409890 SAT variables, 8278776 SAT clauses, 194491756 bytes
19.90/20.47	c 20	Heap : 9 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
19.90/20.49	c 20	SOLVING HOME/temp.cnf
19.90/20.49	c 20	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
19.90/20.49	c 20	This is MiniSat 2.0 beta
19.90/20.49	c 20	WARNING: for repeatability, setting FPU to use double precision
19.90/20.49	c 20	============================[ Problem Statistics ]=============================
19.90/20.49	c 20	|                                                                             |
19.90/20.50	c 20	|  Number of variables:  409890                                               |
19.90/20.50	c 20	|  Number of clauses:    8278776                                              |
25.01/25.60	c 25	|  Parsing time:         4.39         s                                       |
25.21/25.85	c 25	============================[ Search Statistics ]==============================
25.21/25.85	c 25	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
25.21/25.85	c 25	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
25.21/25.85	c 25	===============================================================================
25.21/25.85	c 25	|         0 |  408864  8277750 23864955 |  2759250        0    nan |  0.000 % |
31.76/32.47	c 32	|       100 |  408863  8277750 23864955 |  3035175       99     35 |  0.257 % |
37.21/37.98	c 38	|       250 |  408863  8277750 23864955 |  3338692      249     25 |  0.257 % |
43.25/44.08	c 44	|       477 |  408863  8277750 23864955 |  3672561      475     22 |  0.260 % |
52.07/52.94	c 53	|       814 |  408863  8277750 23864955 |  4039817      812     22 |  0.260 % |
68.13/69.17	c 69	|      1320 |  408788  8276176 23860495 |  4443799     1316     23 |  0.269 % |
93.09/94.33	c 94	|      2080 |  408788  8276176 23860495 |  4888179     2076     28 |  0.269 % |
135.20/136.87	c 136	|      3222 |  408767  8275747 23859282 |  5376997     3217     27 |  0.274 % |
189.11/191.23	c 191	|      4930 |  408748  8275287 23857969 |  5914697     4924     26 |  0.279 % |
263.53/266.33	c 266	|      7493 |  408681  8273882 23853978 |  6506167     7483     25 |  0.295 % |
369.07/372.82	c 372	|     11337 |  408643  8273100 23851766 |  7156783    11322     26 |  0.312 % |
554.08/559.58	c 559	|     17107 |  408609  8272290 23849455 |  7872462    17090     25 |  0.314 % |
826.48/834.42	c 834	|     25757 |  408539  8271013 23845858 |  8659708    25737     23 |  0.330 % |
1238.43/1250.14	c 1250	|     38731 |  408516  8270633 23844799 |  9525679    38709     25 |  0.337 % |
1800.02/1813.11	c ERROR INTERRUPTED
1800.02/1813.17	s UNKNOWN
1800.02/1813.17	c 1813	CPU 19.99 (0.06 0.01 18.34 1.58)
1800.02/1813.17	c 1813	END Sun Jul 12 07:07: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-2081642-1247373437/watcher-2081642-1247373437 -o /tmp/evaluation-result-2081642-1247373437/solver-2081642-1247373437 -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-2081642-1247373437.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.04 2.12 2.05 4/81 24783
/proc/meminfo: memFree=1658192/2055920 swapFree=4192812/4192956
[pid=24783] ppid=24781 vsize=12268 CPUtime=0
/proc/24783/stat : 24783 (sugar) R 24781 24783 20375 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 24410612 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 231962540645 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/24783/statm: 3067 316 241 3 0 167 0

[startup+0.073618 s]
/proc/loadavg: 2.04 2.12 2.05 4/81 24783
/proc/meminfo: memFree=1658192/2055920 swapFree=4192812/4192956
[pid=24783] ppid=24781 vsize=16476 CPUtime=0.06
/proc/24783/stat : 24783 (sugar) R 24781 24783 20375 0 -1 4194304 1034 0 0 0 5 1 0 0 18 0 1 0 24410612 16871424 1002 996147200 4194304 4206940 548682068608 18446744073709551615 231962219233 0 0 4224 0 0 0 0 17 1 0 0
/proc/24783/statm: 4119 1002 380 3 0 698 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16476

[startup+0.101604 s]
/proc/loadavg: 2.04 2.12 2.05 4/81 24783
/proc/meminfo: memFree=1658192/2055920 swapFree=4192812/4192956
[pid=24783] ppid=24781 vsize=16868 CPUtime=0.07
/proc/24783/stat : 24783 (sugar) S 24781 24783 20375 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 24410612 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24783/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.301546 s]
/proc/loadavg: 2.04 2.12 2.05 4/81 24783
/proc/meminfo: memFree=1658192/2055920 swapFree=4192812/4192956
[pid=24783] ppid=24781 vsize=16868 CPUtime=0.07
/proc/24783/stat : 24783 (sugar) S 24781 24783 20375 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 24410612 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24783/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.701438 s]
/proc/loadavg: 2.04 2.12 2.05 4/81 24783
/proc/meminfo: memFree=1658192/2055920 swapFree=4192812/4192956
[pid=24783] ppid=24781 vsize=16868 CPUtime=0.07
/proc/24783/stat : 24783 (sugar) S 24781 24783 20375 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 24410612 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24783/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+1.5012 s]
/proc/loadavg: 2.12 2.14 2.06 3/92 24795
/proc/meminfo: memFree=1634424/2055920 swapFree=4192812/4192956
[pid=24783] ppid=24781 vsize=16868 CPUtime=1.12
/proc/24783/stat : 24783 (sugar) S 24781 24783 20375 0 -1 4194304 1309 9122 0 1 6 1 99 6 16 0 1 0 24410612 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24783/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 1.12
Current children cumulated vsize (KiB) 16868

[startup+3.10274 s]
/proc/loadavg: 2.12 2.14 2.06 3/92 24805
/proc/meminfo: memFree=1633912/2055920 swapFree=4192812/4192956
[pid=24783] ppid=24781 vsize=16868 CPUtime=1.12
/proc/24783/stat : 24783 (sugar) S 24781 24783 20375 0 -1 4194304 1310 9122 0 1 6 1 99 6 16 0 1 0 24410612 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24783/statm: 4217 1111 409 3 0 796 0
[pid=24796] ppid=24783 vsize=5356 CPUtime=0
/proc/24796/stat : 24796 (sh) S 24783 24783 20375 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24410731 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24796/statm: 1339 233 193 169 0 50 0
[pid=24797] ppid=24796 vsize=868704 CPUtime=1.88
/proc/24797/stat : 24797 (java) S 24796 24783 20375 0 -1 0 10371 0 1 0 179 9 0 0 18 0 9 0 24410731 889552896 9391 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24797/statm: 217176 9391 2590 9 0 211653 0
[pid=24797/tid=24798] ppid=24796 vsize=868704 CPUtime=1.2
/proc/24797/task/24798/stat : 24798 (java) R 24796 24783 20375 0 -1 64 2989 0 1 0 116 4 0 0 19 0 9 0 24410732 889552896 9391 996147200 134512640 134550932 4294955936 18446744073709551615 4126940700 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24797/tid=24799] ppid=24796 vsize=868704 CPUtime=0.44
/proc/24797/task/24799/stat : 24799 (java) S 24796 24783 20375 0 -1 64 5178 0 0 0 42 2 0 0 16 0 9 0 24410734 889552896 9391 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24797/tid=24800] ppid=24796 vsize=868704 CPUtime=0
/proc/24797/task/24800/stat : 24800 (java) S 24796 24783 20375 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24410734 889552896 9391 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24797/tid=24801] ppid=24796 vsize=868704 CPUtime=0
/proc/24797/task/24801/stat : 24801 (java) S 24796 24783 20375 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 24410734 889552896 9391 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24797/tid=24802] ppid=24796 vsize=868704 CPUtime=0
/proc/24797/task/24802/stat : 24802 (java) S 24796 24783 20375 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24410736 889552896 9391 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24797/tid=24803] ppid=24796 vsize=868704 CPUtime=0.19
/proc/24797/task/24803/stat : 24803 (java) S 24796 24783 20375 0 -1 64 1505 0 0 0 19 0 0 0 16 0 9 0 24410736 889552896 9391 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24797/tid=24804] ppid=24796 vsize=868704 CPUtime=0
/proc/24797/task/24804/stat : 24804 (java) S 24796 24783 20375 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24410737 889552896 9391 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24797/tid=24805] ppid=24796 vsize=868704 CPUtime=0
/proc/24797/task/24805/stat : 24805 (java) S 24796 24783 20375 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24410737 889552896 9391 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3
Current children cumulated vsize (KiB) 890928

[startup+6.30283 s]
/proc/loadavg: 2.12 2.14 2.06 3/92 24805
/proc/meminfo: memFree=1600632/2055920 swapFree=4192812/4192956
[pid=24783] ppid=24781 vsize=16868 CPUtime=1.12
/proc/24783/stat : 24783 (sugar) S 24781 24783 20375 0 -1 4194304 1310 9122 0 1 6 1 99 6 16 0 1 0 24410612 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24783/statm: 4217 1111 409 3 0 796 0
[pid=24796] ppid=24783 vsize=5356 CPUtime=0
/proc/24796/stat : 24796 (sh) S 24783 24783 20375 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24410731 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24796/statm: 1339 233 193 169 0 50 0
[pid=24797] ppid=24796 vsize=868704 CPUtime=4.89
/proc/24797/stat : 24797 (java) S 24796 24783 20375 0 -1 0 10923 0 1 0 456 33 0 0 18 0 9 0 24410731 889552896 9410 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24797/statm: 217176 9410 2590 9 0 211653 0
[pid=24797/tid=24798] ppid=24796 vsize=868704 CPUtime=3.99
/proc/24797/task/24798/stat : 24798 (java) R 24796 24783 20375 0 -1 64 3526 0 1 0 375 24 0 0 25 0 9 0 24410732 889552896 9410 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24797/tid=24799] ppid=24796 vsize=868704 CPUtime=0.64
/proc/24797/task/24799/stat : 24799 (java) S 24796 24783 20375 0 -1 64 5178 0 0 0 58 6 0 0 16 0 9 0 24410734 889552896 9410 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24797/tid=24800] ppid=24796 vsize=868704 CPUtime=0
/proc/24797/task/24800/stat : 24800 (java) S 24796 24783 20375 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24410734 889552896 9410 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24797/tid=24801] ppid=24796 vsize=868704 CPUtime=0
/proc/24797/task/24801/stat : 24801 (java) S 24796 24783 20375 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 24410734 889552896 9410 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24797/tid=24802] ppid=24796 vsize=868704 CPUtime=0
/proc/24797/task/24802/stat : 24802 (java) S 24796 24783 20375 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24410736 889552896 9410 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24797/tid=24803] ppid=24796 vsize=868704 CPUtime=0.23
/proc/24797/task/24803/stat : 24803 (java) S 24796 24783 20375 0 -1 64 1520 0 0 0 22 1 0 0 17 0 9 0 24410736 889552896 9410 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24797/tid=24804] ppid=24796 vsize=868704 CPUtime=0
/proc/24797/task/24804/stat : 24804 (java) S 24796 24783 20375 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24410737 889552896 9410 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24797/tid=24805] ppid=24796 vsize=868704 CPUtime=0
/proc/24797/task/24805/stat : 24805 (java) S 24796 24783 20375 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24410737 889552896 9410 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.01
Current children cumulated vsize (KiB) 890928

[startup+12.702 s]
/proc/loadavg: 2.18 2.15 2.06 3/92 24805
/proc/meminfo: memFree=1528632/2055920 swapFree=4192812/4192956
[pid=24783] ppid=24781 vsize=16868 CPUtime=1.12
/proc/24783/stat : 24783 (sugar) S 24781 24783 20375 0 -1 4194304 1310 9122 0 1 6 1 99 6 16 0 1 0 24410612 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24783/statm: 4217 1111 409 3 0 796 0
[pid=24796] ppid=24783 vsize=5356 CPUtime=0
/proc/24796/stat : 24796 (sh) S 24783 24783 20375 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24410731 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24796/statm: 1339 233 193 169 0 50 0
[pid=24797] ppid=24796 vsize=868704 CPUtime=11.2
/proc/24797/stat : 24797 (java) S 24796 24783 20375 0 -1 0 12011 0 1 0 1034 86 0 0 18 0 9 0 24410731 889552896 9410 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24797/statm: 217176 9410 2590 9 0 211653 0
[pid=24797/tid=24798] ppid=24796 vsize=868704 CPUtime=9.94
/proc/24797/task/24798/stat : 24798 (java) R 24796 24783 20375 0 -1 64 4614 0 1 0 925 69 0 0 25 0 9 0 24410732 889552896 9410 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24797/tid=24799] ppid=24796 vsize=868704 CPUtime=1.01
/proc/24797/task/24799/stat : 24799 (java) S 24796 24783 20375 0 -1 64 5178 0 0 0 86 15 0 0 16 0 9 0 24410734 889552896 9410 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24797/tid=24800] ppid=24796 vsize=868704 CPUtime=0
/proc/24797/task/24800/stat : 24800 (java) S 24796 24783 20375 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24410734 889552896 9410 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24797/tid=24801] ppid=24796 vsize=868704 CPUtime=0
/proc/24797/task/24801/stat : 24801 (java) S 24796 24783 20375 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 24410734 889552896 9410 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24797/tid=24802] ppid=24796 vsize=868704 CPUtime=0
/proc/24797/task/24802/stat : 24802 (java) S 24796 24783 20375 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24410736 889552896 9410 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24797/tid=24803] ppid=24796 vsize=868704 CPUtime=0.23
/proc/24797/task/24803/stat : 24803 (java) S 24796 24783 20375 0 -1 64 1520 0 0 0 22 1 0 0 17 0 9 0 24410736 889552896 9410 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24797/tid=24804] ppid=24796 vsize=868704 CPUtime=0
/proc/24797/task/24804/stat : 24804 (java) S 24796 24783 20375 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24410737 889552896 9410 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24797/tid=24805] ppid=24796 vsize=868704 CPUtime=0
/proc/24797/task/24805/stat : 24805 (java) S 24796 24783 20375 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24410737 889552896 9410 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.32
Current children cumulated vsize (KiB) 890928

[startup+25.5013 s]
/proc/loadavg: 2.30 2.18 2.07 3/84 24807
/proc/meminfo: memFree=1144376/2055920 swapFree=4192812/4192956
[pid=24783] ppid=24781 vsize=16868 CPUtime=19.99
/proc/24783/stat : 24783 (sugar) S 24781 24783 20375 0 -1 4194304 1376 22808 0 2 6 1 1834 158 16 0 1 0 24410612 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24783/statm: 4217 1113 409 3 0 796 0
[pid=24806] ppid=24783 vsize=5356 CPUtime=0
/proc/24806/stat : 24806 (sh) S 24783 24783 20375 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24412662 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24806/statm: 1339 232 193 169 0 50 0
[pid=24807] ppid=24806 vsize=353372 CPUtime=4.92
/proc/24807/stat : 24807 (minisat) R 24806 24783 20375 0 -1 4194304 83401 0 0 0 429 63 0 0 25 0 1 0 24412662 361852928 83387 996147200 134512640 135127466 4294956256 18446744073709551615 134532876 0 0 4096 3 0 0 0 17 1 0 0
/proc/24807/statm: 88343 83387 62 150 0 88190 0
Current children cumulated CPU time (s) 24.91
Current children cumulated vsize (KiB) 375596

[startup+51.102 s]
/proc/loadavg: 2.18 2.16 2.07 3/84 24807
/proc/meminfo: memFree=1084856/2055920 swapFree=4192812/4192956
[pid=24783] ppid=24781 vsize=16868 CPUtime=19.99
/proc/24783/stat : 24783 (sugar) S 24781 24783 20375 0 -1 4194304 1376 22808 0 2 6 1 1834 158 16 0 1 0 24410612 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24783/statm: 4217 1113 409 3 0 796 0
[pid=24806] ppid=24783 vsize=5356 CPUtime=0
/proc/24806/stat : 24806 (sh) S 24783 24783 20375 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24412662 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24806/statm: 1339 232 193 169 0 50 0
[pid=24807] ppid=24806 vsize=393796 CPUtime=30.29
/proc/24807/stat : 24807 (minisat) R 24806 24783 20375 0 -1 4194304 93713 0 0 0 2959 70 0 0 25 0 1 0 24412662 403247104 93699 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/24807/statm: 98449 93699 75 150 0 98296 0
Current children cumulated CPU time (s) 50.28
Current children cumulated vsize (KiB) 416020

[startup+102.306 s]
/proc/loadavg: 2.13 2.15 2.07 3/84 24807
/proc/meminfo: memFree=1082872/2055920 swapFree=4192812/4192956
[pid=24783] ppid=24781 vsize=16868 CPUtime=19.99
/proc/24783/stat : 24783 (sugar) S 24781 24783 20375 0 -1 4194304 1376 22808 0 2 6 1 1834 158 16 0 1 0 24410612 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24783/statm: 4217 1113 409 3 0 796 0
[pid=24806] ppid=24783 vsize=5356 CPUtime=0
/proc/24806/stat : 24806 (sh) S 24783 24783 20375 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24412662 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24806/statm: 1339 232 193 169 0 50 0
[pid=24807] ppid=24806 vsize=396384 CPUtime=81.03
/proc/24807/stat : 24807 (minisat) R 24806 24783 20375 0 -1 4194304 94229 0 0 0 8032 71 0 0 25 0 1 0 24412662 405897216 94215 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/24807/statm: 99096 94215 75 150 0 98943 0
Current children cumulated CPU time (s) 101.02

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

/proc/24807/stat : 24807 (minisat) R 24806 24783 20375 0 -1 4194304 95637 0 0 0 138848 76 0 0 25 0 1 0 24412662 411676672 95623 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 0 0 0
/proc/24807/statm: 100507 95623 75 150 0 100354 0
Current children cumulated CPU time (s) 1409.23
Current children cumulated vsize (KiB) 424252

[startup+1482.3 s]
/proc/loadavg: 1.97 1.98 1.99 3/75 24844
/proc/meminfo: memFree=1163528/2055920 swapFree=4192812/4192956
[pid=24783] ppid=24781 vsize=16868 CPUtime=19.99
/proc/24783/stat : 24783 (sugar) S 24781 24783 20375 0 -1 4194304 1376 22808 0 2 6 1 1834 158 16 0 1 0 24410612 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24783/statm: 4217 1113 409 3 0 796 0
[pid=24806] ppid=24783 vsize=5356 CPUtime=0
/proc/24806/stat : 24806 (sh) S 24783 24783 20375 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24412662 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24806/statm: 1339 232 193 169 0 50 0
[pid=24807] ppid=24806 vsize=402292 CPUtime=1449.22
/proc/24807/stat : 24807 (minisat) R 24806 24783 20375 0 -1 4194304 95727 0 0 0 144846 76 0 0 25 0 1 0 24412662 411947008 95713 996147200 134512640 135127466 4294956256 18446744073709551615 134530944 0 0 4096 3 0 0 0 17 0 0 0
/proc/24807/statm: 100573 95713 75 150 0 100420 0
Current children cumulated CPU time (s) 1469.21
Current children cumulated vsize (KiB) 424516

[startup+1542.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/75 24844
/proc/meminfo: memFree=1163080/2055920 swapFree=4192812/4192956
[pid=24783] ppid=24781 vsize=16868 CPUtime=19.99
/proc/24783/stat : 24783 (sugar) S 24781 24783 20375 0 -1 4194304 1376 22808 0 2 6 1 1834 158 16 0 1 0 24410612 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24783/statm: 4217 1113 409 3 0 796 0
[pid=24806] ppid=24783 vsize=5356 CPUtime=0
/proc/24806/stat : 24806 (sh) S 24783 24783 20375 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24412662 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24806/statm: 1339 232 193 169 0 50 0
[pid=24807] ppid=24806 vsize=402688 CPUtime=1509.23
/proc/24807/stat : 24807 (minisat) R 24806 24783 20375 0 -1 4194304 95813 0 0 0 150846 77 0 0 25 0 1 0 24412662 412352512 95799 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/24807/statm: 100672 95799 75 150 0 100519 0
Current children cumulated CPU time (s) 1529.22
Current children cumulated vsize (KiB) 424912

[startup+1602.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/75 24844
/proc/meminfo: memFree=1162824/2055920 swapFree=4192812/4192956
[pid=24783] ppid=24781 vsize=16868 CPUtime=19.99
/proc/24783/stat : 24783 (sugar) S 24781 24783 20375 0 -1 4194304 1376 22808 0 2 6 1 1834 158 16 0 1 0 24410612 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24783/statm: 4217 1113 409 3 0 796 0
[pid=24806] ppid=24783 vsize=5356 CPUtime=0
/proc/24806/stat : 24806 (sh) S 24783 24783 20375 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24412662 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24806/statm: 1339 232 193 169 0 50 0
[pid=24807] ppid=24806 vsize=402952 CPUtime=1569.23
/proc/24807/stat : 24807 (minisat) R 24806 24783 20375 0 -1 4194304 95874 0 0 0 156846 77 0 0 25 0 1 0 24412662 412622848 95860 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/24807/statm: 100738 95860 75 150 0 100585 0
Current children cumulated CPU time (s) 1589.22
Current children cumulated vsize (KiB) 425176

[startup+1662.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/75 24844
/proc/meminfo: memFree=1162504/2055920 swapFree=4192812/4192956
[pid=24783] ppid=24781 vsize=16868 CPUtime=19.99
/proc/24783/stat : 24783 (sugar) S 24781 24783 20375 0 -1 4194304 1376 22808 0 2 6 1 1834 158 16 0 1 0 24410612 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24783/statm: 4217 1113 409 3 0 796 0
[pid=24806] ppid=24783 vsize=5356 CPUtime=0
/proc/24806/stat : 24806 (sh) S 24783 24783 20375 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24412662 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24806/statm: 1339 232 193 169 0 50 0
[pid=24807] ppid=24806 vsize=403216 CPUtime=1629.23
/proc/24807/stat : 24807 (minisat) R 24806 24783 20375 0 -1 4194304 95947 0 0 0 162846 77 0 0 25 0 1 0 24412662 412893184 95933 996147200 134512640 135127466 4294956256 18446744073709551615 134530852 0 0 4096 3 0 0 0 17 0 0 0
/proc/24807/statm: 100804 95933 75 150 0 100651 0
Current children cumulated CPU time (s) 1649.22
Current children cumulated vsize (KiB) 425440

[startup+1722.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/75 24844
/proc/meminfo: memFree=1162120/2055920 swapFree=4192812/4192956
[pid=24783] ppid=24781 vsize=16868 CPUtime=19.99
/proc/24783/stat : 24783 (sugar) S 24781 24783 20375 0 -1 4194304 1376 22808 0 2 6 1 1834 158 16 0 1 0 24410612 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24783/statm: 4217 1113 409 3 0 796 0
[pid=24806] ppid=24783 vsize=5356 CPUtime=0
/proc/24806/stat : 24806 (sh) S 24783 24783 20375 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24412662 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24806/statm: 1339 232 193 169 0 50 0
[pid=24807] ppid=24806 vsize=403612 CPUtime=1689.23
/proc/24807/stat : 24807 (minisat) R 24806 24783 20375 0 -1 4194304 96040 0 0 0 168846 77 0 0 25 0 1 0 24412662 413298688 96026 996147200 134512640 135127466 4294956256 18446744073709551615 134530679 0 0 4096 3 0 0 0 17 0 0 0
/proc/24807/statm: 100903 96026 75 150 0 100750 0
Current children cumulated CPU time (s) 1709.22
Current children cumulated vsize (KiB) 425836

[startup+1782.3 s]
/proc/loadavg: 2.03 2.00 2.00 3/75 24844
/proc/meminfo: memFree=1161808/2055920 swapFree=4192812/4192956
[pid=24783] ppid=24781 vsize=16868 CPUtime=19.99
/proc/24783/stat : 24783 (sugar) S 24781 24783 20375 0 -1 4194304 1376 22808 0 2 6 1 1834 158 16 0 1 0 24410612 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24783/statm: 4217 1113 409 3 0 796 0
[pid=24806] ppid=24783 vsize=5356 CPUtime=0
/proc/24806/stat : 24806 (sh) S 24783 24783 20375 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24412662 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24806/statm: 1339 232 193 169 0 50 0
[pid=24807] ppid=24806 vsize=403876 CPUtime=1749.23
/proc/24807/stat : 24807 (minisat) R 24806 24783 20375 0 -1 4194304 96109 0 0 0 174846 77 0 0 25 0 1 0 24412662 413569024 96095 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/24807/statm: 100969 96095 75 150 0 100816 0
Current children cumulated CPU time (s) 1769.22
Current children cumulated vsize (KiB) 426100



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1813.1 s]
/proc/loadavg: 2.02 2.00 2.00 3/75 24844
/proc/meminfo: memFree=1161680/2055920 swapFree=4192812/4192956
[pid=24783] ppid=24781 vsize=16868 CPUtime=19.99
/proc/24783/stat : 24783 (sugar) S 24781 24783 20375 0 -1 4194304 1376 22808 0 2 6 1 1834 158 16 0 1 0 24410612 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24783/statm: 4217 1113 409 3 0 796 0
[pid=24806] ppid=24783 vsize=5356 CPUtime=0
/proc/24806/stat : 24806 (sh) S 24783 24783 20375 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24412662 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24806/statm: 1339 232 193 169 0 50 0
[pid=24807] ppid=24806 vsize=404008 CPUtime=1780.03
/proc/24807/stat : 24807 (minisat) R 24806 24783 20375 0 -1 4194304 96139 0 0 0 177926 77 0 0 25 0 1 0 24412662 413704192 96125 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/24807/statm: 101002 96125 75 150 0 100849 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 426232

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

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

[startup+1813.1 s]
/proc/loadavg: 2.02 2.00 2.00 3/75 24844
/proc/meminfo: memFree=1161680/2055920 swapFree=4192812/4192956
[pid=24783] ppid=24781 vsize=16868 CPUtime=19.99
/proc/24783/stat : 24783 (sugar) S 24781 24783 20375 0 -1 4194304 1376 22808 0 2 6 1 1834 158 16 0 1 0 24410612 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24783/statm: 4217 1113 409 3 0 796 0
[pid=24806] ppid=24783 vsize=5356 CPUtime=0
/proc/24806/stat : 24806 (sh) S 24783 24783 20375 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24412662 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24806/statm: 1339 232 193 169 0 50 0
[pid=24807] ppid=24806 vsize=404008 CPUtime=1780.03
/proc/24807/stat : 24807 (minisat) R 24806 24783 20375 0 -1 4194304 96139 0 0 0 177926 77 0 0 25 0 1 0 24412662 413704192 96125 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/24807/statm: 101002 96125 75 150 0 100849 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 426232

[startup+1813.22 s]
/proc/loadavg: 2.02 2.00 2.00 3/75 24844
/proc/meminfo: memFree=1161680/2055920 swapFree=4192812/4192956
[pid=24783] ppid=24781 vsize=16868 CPUtime=20.04
/proc/24783/stat : 24783 (sugar) R 24781 24783 20375 0 -1 4194304 1423 23085 0 2 6 6 1834 158 17 0 1 0 24410612 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 231962547241 0 0 4224 16386 0 0 0 17 0 0 0
/proc/24783/statm: 4217 1114 410 3 0 796 0
Current children cumulated CPU time (s) 20.04
Current children cumulated vsize (KiB) 16868
#
############


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

[startup+1813.22 s]
/proc/loadavg: 2.02 2.00 2.00 3/75 24844
/proc/meminfo: memFree=1161680/2055920 swapFree=4192812/4192956
[pid=24783] ppid=24781 vsize=16868 CPUtime=20.04
/proc/24783/stat : 24783 (sugar) R 24781 24783 20375 0 -1 4194304 1423 23085 0 2 6 6 1834 158 17 0 1 0 24410612 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 231962547241 0 0 4224 16386 0 0 0 17 0 0 0
/proc/24783/statm: 4217 1114 410 3 0 796 0
Current children cumulated CPU time (s) 20.04
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): 1779.98
#  lost CPU user time (s): 1779.26
#  lost CPU system time (s): 0.72

Real time (s): 1813.26
CPU time (s): 1800.09
CPU user time (s): 1797.68
CPU system time (s): 2.41474
CPU usage (%): 99.2739
Max. virtual memory (cumulated for all children) (KiB): 891004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 18.4182
system time used= 1.69474
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 24567
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= 30527
involuntary context switches= 30803

runsolver used 2.04169 second user time and 5.87311 second system time

The end

Launcher Data

Begin job on node16 at 2009-07-12 06:37:18
IDJOB=2081642
IDBENCH=57453
IDSOLVER=739
FILE ID=node16/2081642-1247373437
PBS_JOBID= 9507043
Free space on /tmp= 66460 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-1.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-2081642-1247373437/watcher-2081642-1247373437 -o /tmp/evaluation-result-2081642-1247373437/solver-2081642-1247373437 -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-2081642-1247373437.xml

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

MD5SUM BENCH= 36b218d40c9727fe3574d0c09bb78848
RANDOM SEED=1962012386

node16.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.231
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.231
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:       1658672 kB
Buffers:         63344 kB
Cached:         167584 kB
SwapCached:          0 kB
Active:         247560 kB
Inactive:        86644 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1658672 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2524 kB
Writeback:           0 kB
Mapped:         123608 kB
Slab:            48108 kB
Committed_AS:   301508 kB
PageTables:       2088 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= 66460 MiB
End job on node16 at 2009-07-12 07:07:33