Trace number 2081620

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.12 1814.04

General information on the benchmark

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

Solver Data

0.00/0.08	c 0	Sugar v1-14-6 + HOME/minisat
0.00/0.08	c 0	BEGIN Sun Jul 12 06:36:16 2009
0.00/0.08	c 0	PID 23582
0.06/0.08	c 0	HOST node36.alineos.net
0.06/0.08	c 0	CONVERTING HOME/instance-2081620-1247373376.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-2081620-1247373376.xml' 'HOME/temp.csp'
1.05/1.20	c 1	98 domains, 600 variables, 4 predicates, 0 relations, 9690 constraints
1.15/1.24	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.15/1.24	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
1.16/1.32	c 1	Parsing HOME/temp.csp
1.16/1.48	c 2	parsed 10000 expressions
1.16/1.49	c 2	parsed 10392 expressions
1.16/1.50	c 2	Heap : 3 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.16/1.50	c 2	Converting to clausal form CSP
1.16/1.64	c 2	converted 1040 (10%) expressions
1.16/1.79	c 2	converted 2079 (20%) expressions
1.16/1.87	c 2	converted 3118 (30%) expressions
1.17/1.91	c 2	converted 4157 (40%) expressions
1.17/1.95	c 2	converted 5196 (50%) expressions
1.17/1.99	c 2	converted 6236 (60%) expressions
1.17/2.08	c 2	converted 7275 (70%) expressions
2.01/2.12	c 2	converted 8314 (80%) expressions
2.01/2.16	c 2	converted 9353 (90%) expressions
2.01/2.19	c 2	converted 10392 (100%) expressions
2.01/2.19	c 2	CSP : 600 integers, 0 booleans, 9690 clauses, largest domain size 1265
2.01/2.19	c 2	Heap : 9 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.01/2.19	c 2	Propagation in CSP
2.51/2.61	c 3	173262 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.51/2.61	c 3	CSP : 600 integers, 0 booleans, 9690 clauses, largest domain size 704
2.51/2.61	c 3	Heap : 10 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.51/2.62	c 3	Simplifing CSP by introducing new Boolean variables
2.71/2.81	c 3	CSP : 600 integers, 17700 booleans, 27390 clauses, largest domain size 704
2.71/2.81	c 3	Heap : 15 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.80/2.91	c 3	Encoding CSP to SAT : HOME/temp.cnf
2.80/2.99	c 3	60 (10%) CSP integer variables are encoded (37050 clauses, 533642 bytes)
2.90/3.04	c 3	120 (20%) CSP integer variables are encoded (74940 clauses, 1101992 bytes)
2.90/3.10	c 3	180 (30%) CSP integer variables are encoded (114690 clauses, 1727937 bytes)
3.00/3.15	c 3	240 (40%) CSP integer variables are encoded (150000 clauses, 2328207 bytes)
3.00/3.19	c 3	300 (50%) CSP integer variables are encoded (180810 clauses, 2851977 bytes)
3.09/3.25	c 3	360 (60%) CSP integer variables are encoded (217620 clauses, 3477747 bytes)
3.09/3.29	c 3	420 (70%) CSP integer variables are encoded (249930 clauses, 4027017 bytes)
3.19/3.34	c 3	480 (80%) CSP integer variables are encoded (286440 clauses, 4647687 bytes)
3.19/3.38	c 4	540 (90%) CSP integer variables are encoded (313530 clauses, 5108217 bytes)
3.29/3.42	c 4	600 (100%) CSP integer variables are encoded (342900 clauses, 5607507 bytes)
4.48/4.70	c 5	2739 (10%) CSP clauses are encoded (931330 clauses, 18936322 bytes)
5.88/6.03	c 6	5478 (20%) CSP clauses are encoded (1618525 clauses, 34991013 bytes)
7.08/7.29	c 7	8217 (30%) CSP clauses are encoded (2274753 clauses, 50342634 bytes)
8.77/8.95	c 9	10956 (40%) CSP clauses are encoded (3003817 clauses, 67416996 bytes)
10.24/10.46	c 11	13695 (50%) CSP clauses are encoded (3653791 clauses, 83000061 bytes)
11.52/11.77	c 12	16434 (60%) CSP clauses are encoded (4270809 clauses, 98102266 bytes)
12.70/12.90	c 13	19173 (70%) CSP clauses are encoded (4803837 clauses, 111115782 bytes)
14.06/14.31	c 14	21912 (80%) CSP clauses are encoded (5467237 clauses, 127256996 bytes)
15.26/15.53	c 16	24651 (90%) CSP clauses are encoded (6040458 clauses, 141075944 bytes)
16.54/16.88	c 17	27390 (100%) CSP clauses are encoded (6660960 clauses, 155497118 bytes)
16.54/16.88	c 17	27390 CSP clauses encoded
16.54/16.88	c 17	Writing map file : HOME/temp.map
16.54/16.89	c 17	Heap : 10 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
16.54/16.89	c 17	SAT : 361200 SAT variables, 6660960 SAT clauses, 155497118 bytes
16.54/16.89	c 17	Heap : 10 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
16.64/16.94	c 17	SOLVING HOME/temp.cnf
16.64/16.94	c 17	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
16.64/16.94	c 17	This is MiniSat 2.0 beta
16.64/16.94	c 17	WARNING: for repeatability, setting FPU to use double precision
16.64/16.94	c 17	============================[ Problem Statistics ]=============================
16.64/16.94	c 17	|                                                                             |
16.64/16.94	c 17	|  Number of variables:  361200                                               |
16.64/16.94	c 17	|  Number of clauses:    6660960                                              |
20.75/21.15	c 21	|  Parsing time:         3.51         s                                       |
20.95/21.36	c 22	============================[ Search Statistics ]==============================
20.95/21.36	c 22	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
20.95/21.37	c 22	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
20.95/21.37	c 22	===============================================================================
20.95/21.37	c 22	|         0 |  359274  6659034 19126950 |  2219678        0    nan |  0.000 % |
25.40/25.83	c 26	|       100 |  359274  6659034 19126950 |  2441645      100     27 |  0.533 % |
30.45/30.97	c 31	|       251 |  359274  6659034 19126950 |  2685810      251     22 |  0.533 % |
35.30/35.83	c 36	|       478 |  359274  6659034 19126950 |  2954391      478     18 |  0.533 % |
44.72/45.31	c 45	|       816 |  359274  6659034 19126950 |  3249830      815     18 |  0.537 % |
59.08/59.83	c 60	|      1322 |  359259  6658684 19125956 |  3574813     1320     16 |  0.543 % |
82.66/83.69	c 84	|      2081 |  359217  6657955 19123920 |  3932294     2078     17 |  0.549 % |
120.00/121.35	c 121	|      3220 |  359217  6657955 19123920 |  4325524     3217     16 |  0.549 % |
168.95/170.72	c 171	|      4929 |  359121  6655894 19118069 |  4758076     4917     16 |  0.586 % |
226.41/228.73	c 229	|      7491 |  359064  6654767 19114880 |  5233884     7477     16 |  0.596 % |
330.22/333.55	c 334	|     11335 |  358999  6653646 19111747 |  5757273    11316     17 |  0.609 % |
501.80/506.76	c 507	|     17101 |  358921  6652365 19108155 |  6333000    17075     18 |  0.631 % |
748.38/755.69	c 756	|     25753 |  358862  6651230 19104958 |  6966300    25721     18 |  0.651 % |
1130.08/1140.92	c 1141	|     38727 |  358810  6650035 19101537 |  7662930    38691     20 |  0.663 % |
1672.55/1686.31	c 1686	|     58188 |  358660  6647118 19093240 |  8429223    58137     21 |  0.711 % |
1800.09/1813.92	c ERROR INTERRUPTED
1800.09/1813.97	s UNKNOWN
1800.09/1813.97	c 1814	CPU 16.66 (0.06 0.02 15.25 1.33)
1800.09/1813.97	c 1814	END Sun Jul 12 07:06:30 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-2081620-1247373376/watcher-2081620-1247373376 -o /tmp/evaluation-result-2081620-1247373376/solver-2081620-1247373376 -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-2081620-1247373376.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.46 2.17 2.05 4/72 23582
/proc/meminfo: memFree=1381440/2055920 swapFree=4192956/4192956
[pid=23582] ppid=23580 vsize=12268 CPUtime=0
/proc/23582/stat : 23582 (sugar) R 23580 23582 18893 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 24402287 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 240907942501 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/23582/statm: 3067 316 241 3 0 167 0

[startup+0.0830669 s]
/proc/loadavg: 2.46 2.17 2.05 4/72 23582
/proc/meminfo: memFree=1381440/2055920 swapFree=4192956/4192956
[pid=23582] ppid=23580 vsize=16740 CPUtime=0.06
/proc/23582/stat : 23582 (sugar) S 23580 23582 18893 0 -1 4194304 1152 0 0 0 5 1 0 0 18 0 1 0 24402287 17141760 1107 996147200 4194304 4206940 548682068608 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23582/statm: 4185 1107 406 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.100464 s]
/proc/loadavg: 2.46 2.17 2.05 4/72 23582
/proc/meminfo: memFree=1381440/2055920 swapFree=4192956/4192956
[pid=23582] ppid=23580 vsize=16868 CPUtime=0.06
/proc/23582/stat : 23582 (sugar) S 23580 23582 18893 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 24402287 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23582/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301478 s]
/proc/loadavg: 2.46 2.17 2.05 4/72 23582
/proc/meminfo: memFree=1381440/2055920 swapFree=4192956/4192956
[pid=23582] ppid=23580 vsize=16868 CPUtime=0.06
/proc/23582/stat : 23582 (sugar) S 23580 23582 18893 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 24402287 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23582/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701522 s]
/proc/loadavg: 2.46 2.17 2.05 4/72 23582
/proc/meminfo: memFree=1381440/2055920 swapFree=4192956/4192956
[pid=23582] ppid=23580 vsize=16868 CPUtime=0.06
/proc/23582/stat : 23582 (sugar) S 23580 23582 18893 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 24402287 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23582/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.5016 s]
/proc/loadavg: 2.46 2.17 2.05 3/83 23594
/proc/meminfo: memFree=1357736/2055920 swapFree=4192956/4192956
[pid=23582] ppid=23580 vsize=16868 CPUtime=1.16
/proc/23582/stat : 23582 (sugar) S 23580 23582 18893 0 -1 4194304 1309 9127 0 1 5 1 103 7 15 0 1 0 24402287 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23582/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 1.16
Current children cumulated vsize (KiB) 16868

[startup+3.10276 s]
/proc/loadavg: 2.46 2.17 2.05 3/83 23604
/proc/meminfo: memFree=1358504/2055920 swapFree=4192956/4192956
[pid=23582] ppid=23580 vsize=16868 CPUtime=1.17
/proc/23582/stat : 23582 (sugar) S 23580 23582 18893 0 -1 4194304 1310 9127 0 1 6 1 103 7 15 0 1 0 24402287 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23582/statm: 4217 1111 409 3 0 796 0
[pid=23595] ppid=23582 vsize=5356 CPUtime=0
/proc/23595/stat : 23595 (sh) S 23582 23582 18893 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24402411 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23595/statm: 1339 233 193 169 0 50 0
[pid=23596] ppid=23595 vsize=868676 CPUtime=1.83
/proc/23596/stat : 23596 (java) S 23595 23582 18893 0 -1 0 10316 0 1 0 174 9 0 0 18 0 9 0 24402412 889524224 9337 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23596/statm: 217169 9337 2590 9 0 211646 0
[pid=23596/tid=23597] ppid=23595 vsize=868676 CPUtime=1.14
/proc/23596/task/23597/stat : 23597 (java) R 23595 23582 18893 0 -1 64 2971 0 1 0 109 5 0 0 19 0 9 0 24402413 889524224 9337 996147200 134512640 134550932 4294955936 18446744073709551615 4126940609 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23596/tid=23598] ppid=23595 vsize=868676 CPUtime=0.47
/proc/23596/task/23598/stat : 23598 (java) S 23595 23582 18893 0 -1 64 5141 0 0 0 45 2 0 0 16 0 9 0 24402414 889524224 9337 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23596/tid=23599] ppid=23595 vsize=868676 CPUtime=0
/proc/23596/task/23599/stat : 23599 (java) S 23595 23582 18893 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24402414 889524224 9337 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23596/tid=23600] ppid=23595 vsize=868676 CPUtime=0
/proc/23596/task/23600/stat : 23600 (java) S 23595 23582 18893 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 24402414 889524224 9337 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23596/tid=23601] ppid=23595 vsize=868676 CPUtime=0
/proc/23596/task/23601/stat : 23601 (java) S 23595 23582 18893 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24402416 889524224 9337 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23596/tid=23602] ppid=23595 vsize=868676 CPUtime=0.2
/proc/23596/task/23602/stat : 23602 (java) S 23595 23582 18893 0 -1 64 1506 0 0 0 19 1 0 0 16 0 9 0 24402416 889524224 9337 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23596/tid=23603] ppid=23595 vsize=868676 CPUtime=0
/proc/23596/task/23603/stat : 23603 (java) S 23595 23582 18893 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24402416 889524224 9337 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23596/tid=23604] ppid=23595 vsize=868676 CPUtime=0
/proc/23596/task/23604/stat : 23604 (java) S 23595 23582 18893 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24402416 889524224 9337 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) 890900

[startup+6.30208 s]
/proc/loadavg: 2.50 2.18 2.06 3/83 23604
/proc/meminfo: memFree=1323240/2055920 swapFree=4192956/4192956
[pid=23582] ppid=23580 vsize=16868 CPUtime=1.17
/proc/23582/stat : 23582 (sugar) S 23580 23582 18893 0 -1 4194304 1310 9127 0 1 6 1 103 7 16 0 1 0 24402287 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23582/statm: 4217 1111 409 3 0 796 0
[pid=23595] ppid=23582 vsize=5356 CPUtime=0
/proc/23595/stat : 23595 (sh) S 23582 23582 18893 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24402411 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23595/statm: 1339 233 193 169 0 50 0
[pid=23596] ppid=23595 vsize=868676 CPUtime=5.01
/proc/23596/stat : 23596 (java) S 23595 23582 18893 0 -1 0 10915 0 1 0 466 35 0 0 18 0 9 0 24402412 889524224 9357 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23596/statm: 217169 9357 2590 9 0 211646 0
[pid=23596/tid=23597] ppid=23595 vsize=868676 CPUtime=4.07
/proc/23596/task/23597/stat : 23597 (java) R 23595 23582 18893 0 -1 64 3551 0 1 0 381 26 0 0 24 0 9 0 24402413 889524224 9357 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23596/tid=23598] ppid=23595 vsize=868676 CPUtime=0.67
/proc/23596/task/23598/stat : 23598 (java) S 23595 23582 18893 0 -1 64 5141 0 0 0 61 6 0 0 16 0 9 0 24402414 889524224 9357 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23596/tid=23599] ppid=23595 vsize=868676 CPUtime=0
/proc/23596/task/23599/stat : 23599 (java) S 23595 23582 18893 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24402414 889524224 9357 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23596/tid=23600] ppid=23595 vsize=868676 CPUtime=0
/proc/23596/task/23600/stat : 23600 (java) S 23595 23582 18893 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 24402414 889524224 9357 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23596/tid=23601] ppid=23595 vsize=868676 CPUtime=0
/proc/23596/task/23601/stat : 23601 (java) S 23595 23582 18893 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24402416 889524224 9357 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23596/tid=23602] ppid=23595 vsize=868676 CPUtime=0.23
/proc/23596/task/23602/stat : 23602 (java) S 23595 23582 18893 0 -1 64 1525 0 0 0 22 1 0 0 16 0 9 0 24402416 889524224 9357 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23596/tid=23603] ppid=23595 vsize=868676 CPUtime=0
/proc/23596/task/23603/stat : 23603 (java) S 23595 23582 18893 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24402416 889524224 9357 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23596/tid=23604] ppid=23595 vsize=868676 CPUtime=0
/proc/23596/task/23604/stat : 23604 (java) S 23595 23582 18893 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24402416 889524224 9357 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 890900

[startup+12.7027 s]
/proc/loadavg: 2.46 2.18 2.06 3/83 23604
/proc/meminfo: memFree=1248808/2055920 swapFree=4192956/4192956
[pid=23582] ppid=23580 vsize=16868 CPUtime=1.17
/proc/23582/stat : 23582 (sugar) S 23580 23582 18893 0 -1 4194304 1310 9127 0 1 6 1 103 7 16 0 1 0 24402287 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23582/statm: 4217 1111 409 3 0 796 0
[pid=23595] ppid=23582 vsize=5356 CPUtime=0
/proc/23595/stat : 23595 (sh) S 23582 23582 18893 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24402411 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23595/statm: 1339 233 193 169 0 50 0
[pid=23596] ppid=23595 vsize=868676 CPUtime=11.33
/proc/23596/stat : 23596 (java) S 23595 23582 18893 0 -1 0 12022 0 1 0 1046 87 0 0 18 0 9 0 24402412 889524224 9357 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23596/statm: 217169 9357 2590 9 0 211646 0
[pid=23596/tid=23597] ppid=23595 vsize=868676 CPUtime=10.02
/proc/23596/task/23597/stat : 23597 (java) R 23595 23582 18893 0 -1 64 4658 0 1 0 930 72 0 0 25 0 9 0 24402413 889524224 9357 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23596/tid=23598] ppid=23595 vsize=868676 CPUtime=1.05
/proc/23596/task/23598/stat : 23598 (java) S 23595 23582 18893 0 -1 64 5141 0 0 0 93 12 0 0 16 0 9 0 24402414 889524224 9357 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23596/tid=23599] ppid=23595 vsize=868676 CPUtime=0
/proc/23596/task/23599/stat : 23599 (java) S 23595 23582 18893 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24402414 889524224 9357 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23596/tid=23600] ppid=23595 vsize=868676 CPUtime=0
/proc/23596/task/23600/stat : 23600 (java) S 23595 23582 18893 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 24402414 889524224 9357 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23596/tid=23601] ppid=23595 vsize=868676 CPUtime=0
/proc/23596/task/23601/stat : 23601 (java) S 23595 23582 18893 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24402416 889524224 9357 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23596/tid=23602] ppid=23595 vsize=868676 CPUtime=0.23
/proc/23596/task/23602/stat : 23602 (java) S 23595 23582 18893 0 -1 64 1525 0 0 0 22 1 0 0 16 0 9 0 24402416 889524224 9357 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23596/tid=23603] ppid=23595 vsize=868676 CPUtime=0
/proc/23596/task/23603/stat : 23603 (java) S 23595 23582 18893 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24402416 889524224 9357 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23596/tid=23604] ppid=23595 vsize=868676 CPUtime=0
/proc/23596/task/23604/stat : 23604 (java) S 23595 23582 18893 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24402416 889524224 9357 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.5
Current children cumulated vsize (KiB) 890900

[startup+25.502 s]
/proc/loadavg: 2.36 2.17 2.05 3/75 23606
/proc/meminfo: memFree=926696/2055920 swapFree=4192956/4192956
[pid=23582] ppid=23580 vsize=16868 CPUtime=16.66
/proc/23582/stat : 23582 (sugar) S 23580 23582 18893 0 -1 4194304 1376 22180 0 2 6 2 1525 133 15 0 1 0 24402287 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23582/statm: 4217 1113 409 3 0 796 0
[pid=23605] ppid=23582 vsize=5356 CPUtime=0
/proc/23605/stat : 23605 (sh) S 23582 23582 18893 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24403982 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23605/statm: 1339 232 193 169 0 50 0
[pid=23606] ppid=23605 vsize=309024 CPUtime=8.44
/proc/23606/stat : 23606 (minisat) R 23605 23582 18893 0 -1 4194304 74148 0 0 0 778 66 0 0 25 0 1 0 24403982 316440576 74134 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/23606/statm: 77256 74134 72 150 0 77103 0
Current children cumulated CPU time (s) 25.1
Current children cumulated vsize (KiB) 331248

[startup+51.1016 s]
/proc/loadavg: 2.24 2.15 2.05 3/75 23606
/proc/meminfo: memFree=919784/2055920 swapFree=4192956/4192956
[pid=23582] ppid=23580 vsize=16868 CPUtime=16.66
/proc/23582/stat : 23582 (sugar) S 23580 23582 18893 0 -1 4194304 1376 22180 0 2 6 2 1525 133 16 0 1 0 24402287 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23582/statm: 4217 1113 409 3 0 796 0
[pid=23605] ppid=23582 vsize=5356 CPUtime=0
/proc/23605/stat : 23605 (sh) S 23582 23582 18893 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24403982 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23605/statm: 1339 232 193 169 0 50 0
[pid=23606] ppid=23605 vsize=316152 CPUtime=33.8
/proc/23606/stat : 23606 (minisat) R 23605 23582 18893 0 -1 4194304 75931 0 0 0 3312 68 0 0 25 0 1 0 24403982 323739648 75917 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/23606/statm: 79038 75917 76 150 0 78885 0
Current children cumulated CPU time (s) 50.46
Current children cumulated vsize (KiB) 338376

[startup+102.307 s]
/proc/loadavg: 2.10 2.13 2.05 3/75 23606
/proc/meminfo: memFree=918696/2055920 swapFree=4192956/4192956
[pid=23582] ppid=23580 vsize=16868 CPUtime=16.66
/proc/23582/stat : 23582 (sugar) S 23580 23582 18893 0 -1 4194304 1376 22180 0 2 6 2 1525 133 16 0 1 0 24402287 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23582/statm: 4217 1113 409 3 0 796 0
[pid=23605] ppid=23582 vsize=5356 CPUtime=0
/proc/23605/stat : 23605 (sh) S 23582 23582 18893 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24403982 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23605/statm: 1339 232 193 169 0 50 0
[pid=23606] ppid=23605 vsize=317344 CPUtime=84.52
/proc/23606/stat : 23606 (minisat) R 23605 23582 18893 0 -1 4194304 76235 0 0 0 8384 68 0 0 25 0 1 0 24403982 324960256 76221 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/23606/statm: 79336 76221 76 150 0 79183 0
Current children cumulated CPU time (s) 101.18

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

/proc/23606/stat : 23606 (minisat) R 23605 23582 18893 0 -1 4194304 77746 0 0 0 139148 71 0 0 25 0 1 0 24403982 331096064 77732 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/23606/statm: 80834 77732 76 150 0 80681 0
Current children cumulated CPU time (s) 1408.85
Current children cumulated vsize (KiB) 345560

[startup+1482.3 s]
/proc/loadavg: 2.15 2.08 2.02 3/84 23650
/proc/meminfo: memFree=916256/2055920 swapFree=4192956/4192956
[pid=23582] ppid=23580 vsize=16868 CPUtime=16.66
/proc/23582/stat : 23582 (sugar) S 23580 23582 18893 0 -1 4194304 1376 22180 0 2 6 2 1525 133 16 0 1 0 24402287 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23582/statm: 4217 1113 409 3 0 796 0
[pid=23605] ppid=23582 vsize=5356 CPUtime=0
/proc/23605/stat : 23605 (sh) S 23582 23582 18893 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24403982 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23605/statm: 1339 232 193 169 0 50 0
[pid=23606] ppid=23605 vsize=323600 CPUtime=1451.96
/proc/23606/stat : 23606 (minisat) R 23605 23582 18893 0 -1 4194304 77822 0 0 0 145123 73 0 0 25 0 1 0 24403982 331366400 77808 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/23606/statm: 80900 77808 76 150 0 80747 0
Current children cumulated CPU time (s) 1468.62
Current children cumulated vsize (KiB) 345824

[startup+1542.3 s]
/proc/loadavg: 2.05 2.07 2.01 3/84 23656
/proc/meminfo: memFree=915744/2055920 swapFree=4192956/4192956
[pid=23582] ppid=23580 vsize=16868 CPUtime=16.66
/proc/23582/stat : 23582 (sugar) S 23580 23582 18893 0 -1 4194304 1376 22180 0 2 6 2 1525 133 16 0 1 0 24402287 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23582/statm: 4217 1113 409 3 0 796 0
[pid=23605] ppid=23582 vsize=5356 CPUtime=0
/proc/23605/stat : 23605 (sh) S 23582 23582 18893 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24403982 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23605/statm: 1339 232 193 169 0 50 0
[pid=23606] ppid=23605 vsize=323996 CPUtime=1511.93
/proc/23606/stat : 23606 (minisat) R 23605 23582 18893 0 -1 4194304 77923 0 0 0 151120 73 0 0 25 0 1 0 24403982 331771904 77909 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/23606/statm: 80999 77909 76 150 0 80846 0
Current children cumulated CPU time (s) 1528.59
Current children cumulated vsize (KiB) 346220

[startup+1602.3 s]
/proc/loadavg: 2.02 2.05 2.01 3/84 23656
/proc/meminfo: memFree=915424/2055920 swapFree=4192956/4192956
[pid=23582] ppid=23580 vsize=16868 CPUtime=16.66
/proc/23582/stat : 23582 (sugar) S 23580 23582 18893 0 -1 4194304 1376 22180 0 2 6 2 1525 133 16 0 1 0 24402287 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23582/statm: 4217 1113 409 3 0 796 0
[pid=23605] ppid=23582 vsize=5356 CPUtime=0
/proc/23605/stat : 23605 (sh) S 23582 23582 18893 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24403982 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23605/statm: 1339 232 193 169 0 50 0
[pid=23606] ppid=23605 vsize=324260 CPUtime=1571.92
/proc/23606/stat : 23606 (minisat) R 23605 23582 18893 0 -1 4194304 78000 0 0 0 157118 74 0 0 25 0 1 0 24403982 332042240 77986 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/23606/statm: 81065 77986 76 150 0 80912 0
Current children cumulated CPU time (s) 1588.58
Current children cumulated vsize (KiB) 346484

[startup+1662.3 s]
/proc/loadavg: 2.00 2.04 2.00 3/84 23656
/proc/meminfo: memFree=915104/2055920 swapFree=4192956/4192956
[pid=23582] ppid=23580 vsize=16868 CPUtime=16.66
/proc/23582/stat : 23582 (sugar) S 23580 23582 18893 0 -1 4194304 1376 22180 0 2 6 2 1525 133 16 0 1 0 24402287 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23582/statm: 4217 1113 409 3 0 796 0
[pid=23605] ppid=23582 vsize=5356 CPUtime=0
/proc/23605/stat : 23605 (sh) S 23582 23582 18893 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24403982 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23605/statm: 1339 232 193 169 0 50 0
[pid=23606] ppid=23605 vsize=324656 CPUtime=1631.89
/proc/23606/stat : 23606 (minisat) R 23605 23582 18893 0 -1 4194304 78093 0 0 0 163115 74 0 0 25 0 1 0 24403982 332447744 78079 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 0 0 0
/proc/23606/statm: 81164 78079 76 150 0 81011 0
Current children cumulated CPU time (s) 1648.55
Current children cumulated vsize (KiB) 346880

[startup+1722.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/84 23656
/proc/meminfo: memFree=914784/2055920 swapFree=4192956/4192956
[pid=23582] ppid=23580 vsize=16868 CPUtime=16.66
/proc/23582/stat : 23582 (sugar) S 23580 23582 18893 0 -1 4194304 1376 22180 0 2 6 2 1525 133 16 0 1 0 24402287 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23582/statm: 4217 1113 409 3 0 796 0
[pid=23605] ppid=23582 vsize=5356 CPUtime=0
/proc/23605/stat : 23605 (sh) S 23582 23582 18893 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24403982 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23605/statm: 1339 232 193 169 0 50 0
[pid=23606] ppid=23605 vsize=324920 CPUtime=1691.86
/proc/23606/stat : 23606 (minisat) R 23605 23582 18893 0 -1 4194304 78172 0 0 0 169112 74 0 0 25 0 1 0 24403982 332718080 78158 996147200 134512640 135127466 4294956256 18446744073709551615 134530814 0 0 4096 3 0 0 0 17 0 0 0
/proc/23606/statm: 81230 78158 76 150 0 81077 0
Current children cumulated CPU time (s) 1708.52
Current children cumulated vsize (KiB) 347144

[startup+1782.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/84 23656
/proc/meminfo: memFree=914464/2055920 swapFree=4192956/4192956
[pid=23582] ppid=23580 vsize=16868 CPUtime=16.66
/proc/23582/stat : 23582 (sugar) S 23580 23582 18893 0 -1 4194304 1376 22180 0 2 6 2 1525 133 16 0 1 0 24402287 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23582/statm: 4217 1113 409 3 0 796 0
[pid=23605] ppid=23582 vsize=5356 CPUtime=0
/proc/23605/stat : 23605 (sh) S 23582 23582 18893 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24403982 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23605/statm: 1339 232 193 169 0 50 0
[pid=23606] ppid=23605 vsize=325304 CPUtime=1751.84
/proc/23606/stat : 23606 (minisat) R 23605 23582 18893 0 -1 4194304 78243 0 0 0 175110 74 0 0 25 0 1 0 24403982 333111296 78229 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/23606/statm: 81326 78229 76 150 0 81173 0
Current children cumulated CPU time (s) 1768.5
Current children cumulated vsize (KiB) 347528



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1813.91 s]
/proc/loadavg: 2.00 2.02 2.00 3/84 23656
/proc/meminfo: memFree=914336/2055920 swapFree=4192956/4192956
[pid=23582] ppid=23580 vsize=16868 CPUtime=16.66
/proc/23582/stat : 23582 (sugar) S 23580 23582 18893 0 -1 4194304 1376 22180 0 2 6 2 1525 133 16 0 1 0 24402287 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23582/statm: 4217 1113 409 3 0 796 0
[pid=23605] ppid=23582 vsize=5356 CPUtime=0
/proc/23605/stat : 23605 (sh) S 23582 23582 18893 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24403982 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23605/statm: 1339 232 193 169 0 50 0
[pid=23606] ppid=23605 vsize=325436 CPUtime=1783.43
/proc/23606/stat : 23606 (minisat) R 23605 23582 18893 0 -1 4194304 78279 0 0 0 178269 74 0 0 25 0 1 0 24403982 333246464 78265 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 0 0 0
/proc/23606/statm: 81359 78265 76 150 0 81206 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 347660

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

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

[startup+1813.91 s]
/proc/loadavg: 2.00 2.02 2.00 3/84 23656
/proc/meminfo: memFree=914336/2055920 swapFree=4192956/4192956
[pid=23582] ppid=23580 vsize=16868 CPUtime=16.66
/proc/23582/stat : 23582 (sugar) S 23580 23582 18893 0 -1 4194304 1376 22180 0 2 6 2 1525 133 16 0 1 0 24402287 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23582/statm: 4217 1113 409 3 0 796 0
[pid=23605] ppid=23582 vsize=5356 CPUtime=0
/proc/23605/stat : 23605 (sh) S 23582 23582 18893 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24403982 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23605/statm: 1339 232 193 169 0 50 0
[pid=23606] ppid=23605 vsize=325436 CPUtime=1783.43
/proc/23606/stat : 23606 (minisat) R 23605 23582 18893 0 -1 4194304 78279 0 0 0 178269 74 0 0 25 0 1 0 24403982 333246464 78265 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 0 0 0
/proc/23606/statm: 81359 78265 76 150 0 81206 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 347660

[startup+1814.02 s]
/proc/loadavg: 2.00 2.02 2.00 3/84 23656
/proc/meminfo: memFree=914336/2055920 swapFree=4192956/4192956
[pid=23582] ppid=23580 vsize=16868 CPUtime=16.72
/proc/23582/stat : 23582 (sugar) R 23580 23582 18893 0 -1 4194304 1423 22457 0 2 6 8 1525 133 17 0 1 0 24402287 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 240907949097 0 0 4224 16386 0 0 0 17 0 0 0
/proc/23582/statm: 4217 1114 410 3 0 796 0
Current children cumulated CPU time (s) 16.72
Current children cumulated vsize (KiB) 16868
#
############


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

[startup+1814.02 s]
/proc/loadavg: 2.00 2.02 2.00 3/84 23656
/proc/meminfo: memFree=914336/2055920 swapFree=4192956/4192956
[pid=23582] ppid=23580 vsize=16868 CPUtime=16.72
/proc/23582/stat : 23582 (sugar) R 23580 23582 18893 0 -1 4194304 1423 22457 0 2 6 8 1525 133 17 0 1 0 24402287 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 240907949097 0 0 4224 16386 0 0 0 17 0 0 0
/proc/23582/statm: 4217 1114 410 3 0 796 0
Current children cumulated CPU time (s) 16.72
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): 1783.37
#  lost CPU user time (s): 1782.69
#  lost CPU system time (s): 0.68

Real time (s): 1814.04
CPU time (s): 1800.12
CPU user time (s): 1798.01
CPU system time (s): 2.11378
CPU usage (%): 99.2329
Max. virtual memory (cumulated for all children) (KiB): 891008

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 15.3177
system time used= 1.43378
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 23939
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= 25079
involuntary context switches= 25072

runsolver used 2.24366 second user time and 6.02808 second system time

The end

Launcher Data

Begin job on node36 at 2009-07-12 06:36:16
IDJOB=2081620
IDBENCH=57448
IDSOLVER=739
FILE ID=node36/2081620-1247373376
PBS_JOBID= 9507024
Free space on /tmp= 66392 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-24.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-2081620-1247373376/watcher-2081620-1247373376 -o /tmp/evaluation-result-2081620-1247373376/solver-2081620-1247373376 -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-2081620-1247373376.xml

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

MD5SUM BENCH= 32c080069cd6a9f51c8c0a6f1b619a56
RANDOM SEED=324711329

node36.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.238
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.238
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:       1381856 kB
Buffers:         75560 kB
Cached:         489520 kB
SwapCached:          0 kB
Active:         186732 kB
Inactive:       418664 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1381856 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            2532 kB
Writeback:           0 kB
Mapped:          51896 kB
Slab:            53988 kB
Committed_AS:   189080 kB
PageTables:       1712 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= 66392 MiB
End job on node36 at 2009-07-12 07:06:32