Trace number 2081708

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.2 1810.9

General information on the benchmark

Namecsp/super-js/super-js-taillard-20/
normalized-super-js-taillard-20-12.xml
MD5SUM25d0763f0ac75a92331779534e76fb94
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 variables800
Number of constraints12940
Maximum constraint arity2
Maximum domain size1707
Number of constraints which are defined in extension0
Number of constraints which are defined in intension12940
Global constraints used (with number of constraints)

Solver Data

0.00/0.08	c 0	Sugar v1-14-6 + HOME/minisat
0.00/0.08	c 0	BEGIN Sun Jul 12 06:43:47 2009
0.00/0.08	c 0	PID 23412
0.00/0.08	c 0	HOST node23.alineos.net
0.00/0.08	c 0	CONVERTING HOME/instance-2081708-1247373827.xml TO HOME/temp.csp
0.00/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-2081708-1247373827.xml' 'HOME/temp.csp'
1.24/1.37	c 2	96 domains, 800 variables, 4 predicates, 0 relations, 12940 constraints
1.31/1.40	c 2	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.31/1.40	c 2	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.31/1.48	c 2	Parsing HOME/temp.csp
1.32/1.64	c 2	parsed 10000 expressions
1.32/1.68	c 2	parsed 13840 expressions
1.32/1.69	c 2	Heap : 4 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.32/1.69	c 2	Converting to clausal form CSP
1.32/1.96	c 2	converted 1384 (10%) expressions
1.33/2.04	c 2	converted 2768 (20%) expressions
1.33/2.09	c 2	converted 4152 (30%) expressions
2.11/2.20	c 2	converted 5536 (40%) expressions
2.11/2.26	c 2	converted 6920 (50%) expressions
2.20/2.31	c 2	converted 8304 (60%) expressions
2.20/2.36	c 3	converted 9688 (70%) expressions
2.30/2.41	c 3	converted 11072 (80%) expressions
2.39/2.54	c 3	converted 12456 (90%) expressions
2.39/2.59	c 3	converted 13840 (100%) expressions
2.39/2.59	c 3	CSP : 800 integers, 0 booleans, 12940 clauses, largest domain size 1671
2.39/2.59	c 3	Heap : 13 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.39/2.59	c 3	Propagation in CSP
3.10/3.30	c 3	348304 values, 0 unsatisfiable literals, and 0 valid clauses are removed
3.10/3.30	c 3	CSP : 800 integers, 0 booleans, 12940 clauses, largest domain size 893
3.10/3.30	c 3	Heap : 13 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
3.19/3.31	c 3	Simplifing CSP by introducing new Boolean variables
3.39/3.58	c 4	CSP : 800 integers, 23600 booleans, 36540 clauses, largest domain size 893
3.39/3.58	c 4	Heap : 19 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
3.59/3.72	c 4	Encoding CSP to SAT : HOME/temp.cnf
3.68/3.84	c 4	80 (10%) CSP integer variables are encoded (60160 clauses, 880284 bytes)
3.78/3.92	c 4	160 (20%) CSP integer variables are encoded (119280 clauses, 1805919 bytes)
3.78/3.98	c 4	240 (30%) CSP integer variables are encoded (166040 clauses, 2600839 bytes)
3.88/4.05	c 4	320 (40%) CSP integer variables are encoded (215640 clauses, 3444039 bytes)
3.98/4.12	c 4	400 (50%) CSP integer variables are encoded (272880 clauses, 4417119 bytes)
4.08/4.20	c 4	480 (60%) CSP integer variables are encoded (332800 clauses, 5435759 bytes)
4.08/4.29	c 4	560 (70%) CSP integer variables are encoded (394560 clauses, 6485679 bytes)
4.18/4.37	c 5	640 (80%) CSP integer variables are encoded (452960 clauses, 7478479 bytes)
4.28/4.45	c 5	720 (90%) CSP integer variables are encoded (512200 clauses, 8485559 bytes)
4.37/4.51	c 5	800 (100%) CSP integer variables are encoded (559080 clauses, 9282519 bytes)
6.25/6.46	c 7	3654 (10%) CSP clauses are encoded (1522257 clauses, 31460991 bytes)
8.23/8.47	c 9	7308 (20%) CSP clauses are encoded (2531405 clauses, 55131075 bytes)
10.08/10.35	c 11	10962 (30%) CSP clauses are encoded (3464571 clauses, 77029025 bytes)
12.16/12.41	c 13	14616 (40%) CSP clauses are encoded (4487671 clauses, 102056793 bytes)
13.74/14.01	c 14	18270 (50%) CSP clauses are encoded (5292608 clauses, 121780761 bytes)
15.30/15.69	c 16	21924 (60%) CSP clauses are encoded (6113504 clauses, 141838088 bytes)
17.37/17.74	c 18	25578 (70%) CSP clauses are encoded (7143350 clauses, 167005020 bytes)
19.35/19.74	c 20	29232 (80%) CSP clauses are encoded (8165048 clauses, 191860781 bytes)
21.50/21.90	c 22	32886 (90%) CSP clauses are encoded (9249406 clauses, 218021174 bytes)
23.45/23.96	c 24	36540 (100%) CSP clauses are encoded (10310822 clauses, 242592796 bytes)
23.45/23.96	c 24	36540 CSP clauses encoded
23.45/23.96	c 24	Writing map file : HOME/temp.map
23.45/23.98	c 24	Heap : 13 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
23.45/23.98	c 24	SAT : 583480 SAT variables, 10310822 SAT clauses, 242592796 bytes
23.45/23.98	c 24	Heap : 13 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
23.52/24.03	c 24	SOLVING HOME/temp.cnf
23.52/24.03	c 24	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
23.52/24.04	c 24	This is MiniSat 2.0 beta
23.52/24.04	c 24	WARNING: for repeatability, setting FPU to use double precision
23.52/24.04	c 24	============================[ Problem Statistics ]=============================
23.52/24.04	c 24	|                                                                             |
23.52/24.04	c 24	|  Number of variables:  583480                                               |
23.52/24.04	c 24	|  Number of clauses:    10310822                                             |
29.93/30.52	c 31	|  Parsing time:         5.43         s                                       |
30.22/30.87	c 31	============================[ Search Statistics ]==============================
30.22/30.87	c 31	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
30.22/30.87	c 31	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
30.22/30.87	c 31	===============================================================================
30.22/30.87	c 31	|         0 |  580192 10307534 29532331 |  3435844        0    nan |  0.000 % |
35.96/36.63	c 37	|       101 |  580192 10307534 29532331 |  3779429      101     38 |  0.564 % |
42.70/43.48	c 44	|       251 |  580191 10307534 29532331 |  4157372      250     38 |  0.568 % |
53.89/54.73	c 55	|       476 |  580191 10307534 29532331 |  4573109      475     37 |  0.568 % |
71.52/72.56	c 73	|       813 |  580191 10307534 29532331 |  5030420      812     35 |  0.568 % |
90.34/91.59	c 92	|      1320 |  580165 10306941 29530647 |  5533462     1319     31 |  0.568 % |
130.66/132.23	c 132	|      2079 |  580165 10306941 29530647 |  6086808     2078     30 |  0.568 % |
173.15/175.13	c 175	|      3220 |  580165 10306941 29530647 |  6695489     3219     31 |  0.568 % |
243.69/246.33	c 247	|      4928 |  580128 10306382 29529103 |  7365038     4926     33 |  0.574 % |
350.47/354.12	c 354	|      7490 |  580128 10306382 29529103 |  8101541     7488     31 |  0.574 % |
502.02/507.13	c 507	|     11334 |  579953 10303005 29519560 |  8911696    11322     32 |  0.610 % |
727.66/734.91	c 735	|     17102 |  579891 10301735 29515951 |  9802865    17087     35 |  0.615 % |
1137.35/1147.61	c 1148	|     25752 |  579808 10300271 29511851 | 10783152    25732     37 |  0.630 % |
1586.71/1597.29	c 1597	|     38729 |  579653 10297511 29504121 | 11861467    38704     38 |  0.656 % |
1800.10/1810.71	c ERROR INTERRUPTED
1800.10/1810.78	s UNKNOWN
1800.10/1810.78	c 1811	CPU 23.56 (0.06 0.02 21.53 1.95)
1800.10/1810.78	c 1811	END Sun Jul 12 07:13:58 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-2081708-1247373827/watcher-2081708-1247373827 -o /tmp/evaluation-result-2081708-1247373827/solver-2081708-1247373827 -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-2081708-1247373827.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.25 2.24 2.13 4/72 23412
/proc/meminfo: memFree=1601560/2055920 swapFree=4192812/4192956
[pid=23412] ppid=23410 vsize=18576 CPUtime=0
/proc/23412/stat : 23412 (runsolver) R 23410 23412 22820 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 24449107 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 238487661863 0 0 4096 24578 0 0 0 17 1 0 0
/proc/23412/statm: 4644 284 249 26 0 2626 0

[startup+0.0915441 s]
/proc/loadavg: 2.25 2.24 2.13 4/72 23412
/proc/meminfo: memFree=1601560/2055920 swapFree=4192812/4192956
[pid=23412] ppid=23410 vsize=16868 CPUtime=0.06
/proc/23412/stat : 23412 (sugar) S 23410 23412 22820 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 24449107 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23412/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.101551 s]
/proc/loadavg: 2.25 2.24 2.13 4/72 23412
/proc/meminfo: memFree=1601560/2055920 swapFree=4192812/4192956
[pid=23412] ppid=23410 vsize=16868 CPUtime=0.06
/proc/23412/stat : 23412 (sugar) S 23410 23412 22820 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 24449107 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23412/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301588 s]
/proc/loadavg: 2.25 2.24 2.13 4/72 23412
/proc/meminfo: memFree=1601560/2055920 swapFree=4192812/4192956
[pid=23412] ppid=23410 vsize=16868 CPUtime=0.06
/proc/23412/stat : 23412 (sugar) S 23410 23412 22820 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 24449107 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23412/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.70167 s]
/proc/loadavg: 2.25 2.24 2.13 4/72 23412
/proc/meminfo: memFree=1601560/2055920 swapFree=4192812/4192956
[pid=23412] ppid=23410 vsize=16868 CPUtime=0.06
/proc/23412/stat : 23412 (sugar) S 23410 23412 22820 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 24449107 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23412/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50282 s]
/proc/loadavg: 2.25 2.24 2.13 4/83 23424
/proc/meminfo: memFree=1575936/2055920 swapFree=4192812/4192956
[pid=23412] ppid=23410 vsize=16868 CPUtime=1.32
/proc/23412/stat : 23412 (sugar) S 23410 23412 22820 0 -1 4194304 1309 10559 0 1 5 1 118 8 16 0 1 0 24449107 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23412/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 16868

[startup+3.10214 s]
/proc/loadavg: 2.25 2.24 2.13 3/83 23434
/proc/meminfo: memFree=1580224/2055920 swapFree=4192812/4192956
[pid=23412] ppid=23410 vsize=16868 CPUtime=1.33
/proc/23412/stat : 23412 (sugar) S 23410 23412 22820 0 -1 4194304 1310 10559 0 1 6 1 118 8 15 0 1 0 24449107 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23412/statm: 4217 1111 409 3 0 796 0
[pid=23425] ppid=23412 vsize=5356 CPUtime=0
/proc/23425/stat : 23425 (sh) S 23412 23412 22820 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24449248 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23425/statm: 1339 233 193 169 0 50 0
[pid=23426] ppid=23425 vsize=868592 CPUtime=1.67
/proc/23426/stat : 23426 (java) S 23425 23412 22820 0 -1 0 9819 0 1 0 160 7 0 0 18 0 9 0 24449248 889438208 8871 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23426/statm: 217148 8871 2566 9 0 211653 0
[pid=23426/tid=23427] ppid=23425 vsize=868592 CPUtime=1.12
/proc/23426/task/23427/stat : 23427 (java) R 23425 23412 22820 0 -1 64 2858 0 1 0 109 3 0 0 25 0 9 0 24449249 889438208 8871 996147200 134512640 134550932 4294955936 18446744073709551615 4126860055 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23426/tid=23428] ppid=23425 vsize=868592 CPUtime=0.36
/proc/23426/task/23428/stat : 23428 (java) S 23425 23412 22820 0 -1 64 4817 0 0 0 33 3 0 0 16 0 9 0 24449250 889438208 8871 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23426/tid=23429] ppid=23425 vsize=868592 CPUtime=0
/proc/23426/task/23429/stat : 23429 (java) S 23425 23412 22820 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24449250 889438208 8871 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23426/tid=23430] ppid=23425 vsize=868592 CPUtime=0
/proc/23426/task/23430/stat : 23430 (java) S 23425 23412 22820 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 24449250 889438208 8871 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23426/tid=23431] ppid=23425 vsize=868592 CPUtime=0
/proc/23426/task/23431/stat : 23431 (java) S 23425 23412 22820 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 24449253 889438208 8871 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23426/tid=23432] ppid=23425 vsize=868592 CPUtime=0.16
/proc/23426/task/23432/stat : 23432 (java) S 23425 23412 22820 0 -1 64 1445 0 0 0 16 0 0 0 16 0 9 0 24449253 889438208 8871 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23426/tid=23433] ppid=23425 vsize=868592 CPUtime=0
/proc/23426/task/23433/stat : 23433 (java) S 23425 23412 22820 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24449253 889438208 8871 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23426/tid=23434] ppid=23425 vsize=868592 CPUtime=0
/proc/23426/task/23434/stat : 23434 (java) S 23425 23412 22820 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24449253 889438208 8871 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) 890816

[startup+6.30276 s]
/proc/loadavg: 2.23 2.23 2.12 3/83 23434
/proc/meminfo: memFree=1545024/2055920 swapFree=4192812/4192956
[pid=23412] ppid=23410 vsize=16868 CPUtime=1.33
/proc/23412/stat : 23412 (sugar) S 23410 23412 22820 0 -1 4194304 1310 10559 0 1 6 1 118 8 16 0 1 0 24449107 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23412/statm: 4217 1111 409 3 0 796 0
[pid=23425] ppid=23412 vsize=5356 CPUtime=0
/proc/23425/stat : 23425 (sh) S 23412 23412 22820 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24449248 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23425/statm: 1339 233 193 169 0 50 0
[pid=23426] ppid=23425 vsize=868704 CPUtime=4.82
/proc/23426/stat : 23426 (java) S 23425 23412 22820 0 -1 0 12273 0 1 0 452 30 0 0 18 0 9 0 24449248 889552896 10821 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23426/statm: 217176 10821 2590 9 0 211653 0
[pid=23426/tid=23427] ppid=23425 vsize=868704 CPUtime=3.71
/proc/23426/task/23427/stat : 23427 (java) R 23425 23412 22820 0 -1 64 3392 0 1 0 349 22 0 0 25 0 9 0 24449249 889552896 10821 996147200 134512640 134550932 4294955936 18446744073709551615 4126946140 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23426/tid=23428] ppid=23425 vsize=868704 CPUtime=0.84
/proc/23426/task/23428/stat : 23428 (java) S 23425 23412 22820 0 -1 64 6685 0 0 0 78 6 0 0 16 0 9 0 24449250 889552896 10821 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23426/tid=23429] ppid=23425 vsize=868704 CPUtime=0
/proc/23426/task/23429/stat : 23429 (java) S 23425 23412 22820 0 -1 64 15 0 0 0 0 0 0 0 15 0 9 0 24449250 889552896 10821 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23426/tid=23430] ppid=23425 vsize=868704 CPUtime=0
/proc/23426/task/23430/stat : 23430 (java) S 23425 23412 22820 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 24449250 889552896 10821 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23426/tid=23431] ppid=23425 vsize=868704 CPUtime=0
/proc/23426/task/23431/stat : 23431 (java) S 23425 23412 22820 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 24449253 889552896 10821 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23426/tid=23432] ppid=23425 vsize=868704 CPUtime=0.24
/proc/23426/task/23432/stat : 23432 (java) S 23425 23412 22820 0 -1 64 1497 0 0 0 23 1 0 0 16 0 9 0 24449253 889552896 10821 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23426/tid=23433] ppid=23425 vsize=868704 CPUtime=0
/proc/23426/task/23433/stat : 23433 (java) S 23425 23412 22820 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24449253 889552896 10821 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23426/tid=23434] ppid=23425 vsize=868704 CPUtime=0
/proc/23426/task/23434/stat : 23434 (java) S 23425 23412 22820 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24449253 889552896 10821 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.15
Current children cumulated vsize (KiB) 890928

[startup+12.703 s]
/proc/loadavg: 2.21 2.23 2.12 3/83 23434
/proc/meminfo: memFree=1466752/2055920 swapFree=4192812/4192956
[pid=23412] ppid=23410 vsize=16868 CPUtime=1.33
/proc/23412/stat : 23412 (sugar) S 23410 23412 22820 0 -1 4194304 1310 10559 0 1 6 1 118 8 16 0 1 0 24449107 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23412/statm: 4217 1111 409 3 0 796 0
[pid=23425] ppid=23412 vsize=5356 CPUtime=0
/proc/23425/stat : 23425 (sh) S 23412 23412 22820 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24449248 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23425/statm: 1339 233 193 169 0 50 0
[pid=23426] ppid=23425 vsize=868704 CPUtime=11.12
/proc/23426/stat : 23426 (java) S 23425 23412 22820 0 -1 0 13059 0 1 0 1029 83 0 0 18 0 9 0 24449248 889552896 10821 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23426/statm: 217176 10821 2590 9 0 211653 0
[pid=23426/tid=23427] ppid=23425 vsize=868704 CPUtime=9.67
/proc/23426/task/23427/stat : 23427 (java) R 23425 23412 22820 0 -1 64 4178 0 1 0 898 69 0 0 25 0 9 0 24449249 889552896 10821 996147200 134512640 134550932 4294955936 18446744073709551615 4126432510 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23426/tid=23428] ppid=23425 vsize=868704 CPUtime=1.18
/proc/23426/task/23428/stat : 23428 (java) S 23425 23412 22820 0 -1 64 6685 0 0 0 106 12 0 0 16 0 9 0 24449250 889552896 10821 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23426/tid=23429] ppid=23425 vsize=868704 CPUtime=0
/proc/23426/task/23429/stat : 23429 (java) S 23425 23412 22820 0 -1 64 15 0 0 0 0 0 0 0 15 0 9 0 24449250 889552896 10821 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23426/tid=23430] ppid=23425 vsize=868704 CPUtime=0
/proc/23426/task/23430/stat : 23430 (java) S 23425 23412 22820 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 24449250 889552896 10821 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23426/tid=23431] ppid=23425 vsize=868704 CPUtime=0
/proc/23426/task/23431/stat : 23431 (java) S 23425 23412 22820 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 24449253 889552896 10821 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23426/tid=23432] ppid=23425 vsize=868704 CPUtime=0.24
/proc/23426/task/23432/stat : 23432 (java) S 23425 23412 22820 0 -1 64 1497 0 0 0 23 1 0 0 16 0 9 0 24449253 889552896 10821 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23426/tid=23433] ppid=23425 vsize=868704 CPUtime=0
/proc/23426/task/23433/stat : 23433 (java) S 23425 23412 22820 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24449253 889552896 10821 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23426/tid=23434] ppid=23425 vsize=868704 CPUtime=0
/proc/23426/task/23434/stat : 23434 (java) S 23425 23412 22820 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24449253 889552896 10821 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.45
Current children cumulated vsize (KiB) 890928

[startup+25.5015 s]
/proc/loadavg: 2.16 2.22 2.12 3/75 23436
/proc/meminfo: memFree=1249984/2055920 swapFree=4192812/4192956
[pid=23412] ppid=23410 vsize=16868 CPUtime=23.56
/proc/23412/stat : 23412 (sugar) S 23410 23412 22820 0 -1 4194304 1376 25322 0 2 6 2 2153 195 16 0 1 0 24449107 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23412/statm: 4217 1113 409 3 0 796 0
[pid=23435] ppid=23412 vsize=5356 CPUtime=0
/proc/23435/stat : 23435 (sh) S 23412 23412 22820 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24451511 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23435/statm: 1339 232 193 169 0 50 0
[pid=23436] ppid=23435 vsize=130684 CPUtime=1.4
/proc/23436/stat : 23436 (minisat) R 23435 23412 22820 0 -1 4194304 30250 0 0 0 119 21 0 0 25 0 1 0 24451512 133820416 30236 996147200 134512640 135127466 4294956256 18446744073709551615 134532939 0 0 4096 3 0 0 0 17 1 0 0
/proc/23436/statm: 32671 30236 62 150 0 32518 0
Current children cumulated CPU time (s) 24.96
Current children cumulated vsize (KiB) 152908

[startup+51.1014 s]
/proc/loadavg: 2.11 2.20 2.12 3/75 23436
/proc/meminfo: memFree=888448/2055920 swapFree=4192812/4192956
[pid=23412] ppid=23410 vsize=16868 CPUtime=23.56
/proc/23412/stat : 23412 (sugar) S 23410 23412 22820 0 -1 4194304 1376 25322 0 2 6 2 2153 195 16 0 1 0 24449107 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23412/statm: 4217 1113 409 3 0 796 0
[pid=23435] ppid=23412 vsize=5356 CPUtime=0
/proc/23435/stat : 23435 (sh) S 23412 23412 22820 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24451511 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23435/statm: 1339 232 193 169 0 50 0
[pid=23436] ppid=23435 vsize=483500 CPUtime=26.77
/proc/23436/stat : 23436 (minisat) R 23435 23412 22820 0 -1 4194304 116994 0 0 0 2574 103 0 0 25 0 1 0 24451512 495104000 116980 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/23436/statm: 120875 116980 76 150 0 120722 0
Current children cumulated CPU time (s) 50.33
Current children cumulated vsize (KiB) 505724

[startup+102.306 s]
/proc/loadavg: 2.05 2.17 2.11 3/75 23436
/proc/meminfo: memFree=884096/2055920 swapFree=4192812/4192956
[pid=23412] ppid=23410 vsize=16868 CPUtime=23.56
/proc/23412/stat : 23412 (sugar) S 23410 23412 22820 0 -1 4194304 1376 25322 0 2 6 2 2153 195 16 0 1 0 24449107 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23412/statm: 4217 1113 409 3 0 796 0
[pid=23435] ppid=23412 vsize=5356 CPUtime=0
/proc/23435/stat : 23435 (sh) S 23412 23412 22820 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24451511 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23435/statm: 1339 232 193 169 0 50 0
[pid=23436] ppid=23435 vsize=487856 CPUtime=77.48
/proc/23436/stat : 23436 (minisat) R 23435 23412 22820 0 -1 4194304 118073 0 0 0 7644 104 0 0 25 0 1 0 24451512 499564544 118059 996147200 134512640 135127466 4294956256 18446744073709551615 134530686 0 0 4096 3 0 0 0 17 1 0 0
/proc/23436/statm: 121964 118059 76 150 0 121811 0
Current children cumulated CPU time (s) 101.04

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

/proc/23436/stat : 23436 (minisat) R 23435 23412 22820 0 -1 4194304 120073 0 0 0 138723 110 0 0 25 0 1 0 24451512 507572224 120059 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/23436/statm: 123919 120059 76 150 0 123766 0
Current children cumulated CPU time (s) 1411.89
Current children cumulated vsize (KiB) 517900

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 23473
/proc/meminfo: memFree=894712/2055920 swapFree=4192812/4192956
[pid=23412] ppid=23410 vsize=16868 CPUtime=23.56
/proc/23412/stat : 23412 (sugar) S 23410 23412 22820 0 -1 4194304 1376 25322 0 2 6 2 2153 195 16 0 1 0 24449107 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23412/statm: 4217 1113 409 3 0 796 0
[pid=23435] ppid=23412 vsize=5356 CPUtime=0
/proc/23435/stat : 23435 (sh) S 23412 23412 22820 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24451511 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23435/statm: 1339 232 193 169 0 50 0
[pid=23436] ppid=23435 vsize=496072 CPUtime=1448.3
/proc/23436/stat : 23436 (minisat) R 23435 23412 22820 0 -1 4194304 120162 0 0 0 144720 110 0 0 25 0 1 0 24451512 507977728 120148 996147200 134512640 135127466 4294956256 18446744073709551615 134530679 0 0 4096 3 0 0 0 17 0 0 0
/proc/23436/statm: 124018 120148 76 150 0 123865 0
Current children cumulated CPU time (s) 1471.86
Current children cumulated vsize (KiB) 518296

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 23473
/proc/meminfo: memFree=894456/2055920 swapFree=4192812/4192956
[pid=23412] ppid=23410 vsize=16868 CPUtime=23.56
/proc/23412/stat : 23412 (sugar) S 23410 23412 22820 0 -1 4194304 1376 25322 0 2 6 2 2153 195 16 0 1 0 24449107 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23412/statm: 4217 1113 409 3 0 796 0
[pid=23435] ppid=23412 vsize=5356 CPUtime=0
/proc/23435/stat : 23435 (sh) S 23412 23412 22820 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24451511 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23435/statm: 1339 232 193 169 0 50 0
[pid=23436] ppid=23435 vsize=496336 CPUtime=1508.27
/proc/23436/stat : 23436 (minisat) R 23435 23412 22820 0 -1 4194304 120239 0 0 0 150716 111 0 0 25 0 1 0 24451512 508248064 120225 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/23436/statm: 124084 120225 76 150 0 123931 0
Current children cumulated CPU time (s) 1531.83
Current children cumulated vsize (KiB) 518560

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 23473
/proc/meminfo: memFree=894136/2055920 swapFree=4192812/4192956
[pid=23412] ppid=23410 vsize=16868 CPUtime=23.56
/proc/23412/stat : 23412 (sugar) S 23410 23412 22820 0 -1 4194304 1376 25322 0 2 6 2 2153 195 16 0 1 0 24449107 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23412/statm: 4217 1113 409 3 0 796 0
[pid=23435] ppid=23412 vsize=5356 CPUtime=0
/proc/23435/stat : 23435 (sh) S 23412 23412 22820 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24451511 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23435/statm: 1339 232 193 169 0 50 0
[pid=23436] ppid=23435 vsize=496732 CPUtime=1568.24
/proc/23436/stat : 23436 (minisat) R 23435 23412 22820 0 -1 4194304 120319 0 0 0 156713 111 0 0 25 0 1 0 24451512 508653568 120305 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/23436/statm: 124183 120305 76 150 0 124030 0
Current children cumulated CPU time (s) 1591.8
Current children cumulated vsize (KiB) 518956

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 23473
/proc/meminfo: memFree=893816/2055920 swapFree=4192812/4192956
[pid=23412] ppid=23410 vsize=16868 CPUtime=23.56
/proc/23412/stat : 23412 (sugar) S 23410 23412 22820 0 -1 4194304 1376 25322 0 2 6 2 2153 195 16 0 1 0 24449107 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23412/statm: 4217 1113 409 3 0 796 0
[pid=23435] ppid=23412 vsize=5356 CPUtime=0
/proc/23435/stat : 23435 (sh) S 23412 23412 22820 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24451511 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23435/statm: 1339 232 193 169 0 50 0
[pid=23436] ppid=23435 vsize=496996 CPUtime=1628.21
/proc/23436/stat : 23436 (minisat) R 23435 23412 22820 0 -1 4194304 120391 0 0 0 162710 111 0 0 25 0 1 0 24451512 508923904 120377 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/23436/statm: 124249 120377 76 150 0 124096 0
Current children cumulated CPU time (s) 1651.77
Current children cumulated vsize (KiB) 519220

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 23473
/proc/meminfo: memFree=893432/2055920 swapFree=4192812/4192956
[pid=23412] ppid=23410 vsize=16868 CPUtime=23.56
/proc/23412/stat : 23412 (sugar) S 23410 23412 22820 0 -1 4194304 1376 25322 0 2 6 2 2153 195 16 0 1 0 24449107 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23412/statm: 4217 1113 409 3 0 796 0
[pid=23435] ppid=23412 vsize=5356 CPUtime=0
/proc/23435/stat : 23435 (sh) S 23412 23412 22820 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24451511 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23435/statm: 1339 232 193 169 0 50 0
[pid=23436] ppid=23435 vsize=497340 CPUtime=1688.18
/proc/23436/stat : 23436 (minisat) R 23435 23412 22820 0 -1 4194304 120473 0 0 0 168707 111 0 0 25 0 1 0 24451512 509276160 120459 996147200 134512640 135127466 4294956256 18446744073709551615 134530679 0 0 4096 3 0 0 0 17 0 0 0
/proc/23436/statm: 124335 120459 76 150 0 124182 0
Current children cumulated CPU time (s) 1711.74
Current children cumulated vsize (KiB) 519564

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 23473
/proc/meminfo: memFree=893176/2055920 swapFree=4192812/4192956
[pid=23412] ppid=23410 vsize=16868 CPUtime=23.56
/proc/23412/stat : 23412 (sugar) S 23410 23412 22820 0 -1 4194304 1376 25322 0 2 6 2 2153 195 16 0 1 0 24449107 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23412/statm: 4217 1113 409 3 0 796 0
[pid=23435] ppid=23412 vsize=5356 CPUtime=0
/proc/23435/stat : 23435 (sh) S 23412 23412 22820 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24451511 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23435/statm: 1339 232 193 169 0 50 0
[pid=23436] ppid=23435 vsize=497604 CPUtime=1748.15
/proc/23436/stat : 23436 (minisat) R 23435 23412 22820 0 -1 4194304 120526 0 0 0 174704 111 0 0 25 0 1 0 24451512 509546496 120512 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/23436/statm: 124401 120512 76 150 0 124248 0
Current children cumulated CPU time (s) 1771.71
Current children cumulated vsize (KiB) 519828



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1810.7 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 23473
/proc/meminfo: memFree=893048/2055920 swapFree=4192812/4192956
[pid=23412] ppid=23410 vsize=16868 CPUtime=23.56
/proc/23412/stat : 23412 (sugar) S 23410 23412 22820 0 -1 4194304 1376 25322 0 2 6 2 2153 195 16 0 1 0 24449107 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23412/statm: 4217 1113 409 3 0 796 0
[pid=23435] ppid=23412 vsize=5356 CPUtime=0
/proc/23435/stat : 23435 (sh) S 23412 23412 22820 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24451511 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23435/statm: 1339 232 193 169 0 50 0
[pid=23436] ppid=23435 vsize=497736 CPUtime=1776.54
/proc/23436/stat : 23436 (minisat) R 23435 23412 22820 0 -1 4194304 120557 0 0 0 177543 111 0 0 25 0 1 0 24451512 509681664 120543 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/23436/statm: 124434 120543 76 150 0 124281 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 519960

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

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

[startup+1810.7 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 23473
/proc/meminfo: memFree=893048/2055920 swapFree=4192812/4192956
[pid=23412] ppid=23410 vsize=16868 CPUtime=23.56
/proc/23412/stat : 23412 (sugar) S 23410 23412 22820 0 -1 4194304 1376 25322 0 2 6 2 2153 195 16 0 1 0 24449107 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23412/statm: 4217 1113 409 3 0 796 0
[pid=23435] ppid=23412 vsize=5356 CPUtime=0
/proc/23435/stat : 23435 (sh) S 23412 23412 22820 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24451511 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23435/statm: 1339 232 193 169 0 50 0
[pid=23436] ppid=23435 vsize=497736 CPUtime=1776.54
/proc/23436/stat : 23436 (minisat) R 23435 23412 22820 0 -1 4194304 120557 0 0 0 177543 111 0 0 25 0 1 0 24451512 509681664 120543 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/23436/statm: 124434 120543 76 150 0 124281 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 519960

[startup+1810.82 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 23473
/proc/meminfo: memFree=893048/2055920 swapFree=4192812/4192956
[pid=23412] ppid=23410 vsize=16868 CPUtime=23.6
/proc/23412/stat : 23412 (sugar) R 23410 23412 22820 0 -1 4194304 1423 25599 0 2 6 6 2153 195 17 0 1 0 24449107 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 238487835689 0 0 4224 16386 0 0 0 17 0 0 0
/proc/23412/statm: 4217 1114 410 3 0 796 0
Current children cumulated CPU time (s) 23.6
Current children cumulated vsize (KiB) 16868
#
############


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

[startup+1810.82 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 23473
/proc/meminfo: memFree=893048/2055920 swapFree=4192812/4192956
[pid=23412] ppid=23410 vsize=16868 CPUtime=23.6
/proc/23412/stat : 23412 (sugar) R 23410 23412 22820 0 -1 4194304 1423 25599 0 2 6 6 2153 195 17 0 1 0 24449107 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 238487835689 0 0 4224 16386 0 0 0 17 0 0 0
/proc/23412/statm: 4217 1114 410 3 0 796 0
Current children cumulated CPU time (s) 23.6
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): 1776.5
#  lost CPU user time (s): 1775.43
#  lost CPU system time (s): 1.07

Real time (s): 1810.9
CPU time (s): 1800.2
CPU user time (s): 1797.03
CPU system time (s): 3.16568
CPU usage (%): 99.4091
Max. virtual memory (cumulated for all children) (KiB): 891068

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 21.6007
system time used= 2.09568
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 27081
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= 25803
involuntary context switches= 26085

runsolver used 1.9497 second user time and 5.62214 second system time

The end

Launcher Data

Begin job on node23 at 2009-07-12 06:43:47
IDJOB=2081708
IDBENCH=57474
IDSOLVER=739
FILE ID=node23/2081708-1247373827
PBS_JOBID= 9507151
Free space on /tmp= 66360 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/super-js/super-js-taillard-20/normalized-super-js-taillard-20-12.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-2081708-1247373827/watcher-2081708-1247373827 -o /tmp/evaluation-result-2081708-1247373827/solver-2081708-1247373827 -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-2081708-1247373827.xml

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

MD5SUM BENCH= 25d0763f0ac75a92331779534e76fb94
RANDOM SEED=534528898

node23.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.277
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.277
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:       1602040 kB
Buffers:         51244 kB
Cached:         285764 kB
SwapCached:          0 kB
Active:         196548 kB
Inactive:       179844 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1602040 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2992 kB
Writeback:           0 kB
Mapped:          51052 kB
Slab:            62812 kB
Committed_AS:   186884 kB
PageTables:       1764 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= 66360 MiB
End job on node23 at 2009-07-12 07:14:00