Trace number 2081686

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sugar v1.14.6+minisat? (TO) 1800.13 1813.7

General information on the benchmark

Namecsp/super-js/super-js-taillard-20/
normalized-super-js-taillard-20-20.xml
MD5SUMec7cdf4fe94a5d252afb76f2304f2c35
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 size1697
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:41:20 2009
0.00/0.08	c 0	PID 25139
0.07/0.08	c 0	HOST node18.alineos.net
0.07/0.08	c 0	CONVERTING HOME/instance-2081686-1247373680.xml TO HOME/temp.csp
0.07/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-2081686-1247373680.xml' 'HOME/temp.csp'
1.07/1.16	c 1	96 domains, 800 variables, 4 predicates, 0 relations, 12940 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.47	c 2	parsed 13840 expressions
1.12/1.48	c 2	Heap : 4 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.12/1.48	c 2	Converting to clausal form CSP
1.12/1.75	c 2	converted 1384 (10%) expressions
1.12/1.83	c 2	converted 2768 (20%) expressions
1.12/1.89	c 2	converted 4152 (30%) expressions
1.12/1.99	c 2	converted 5536 (40%) expressions
1.12/2.04	c 2	converted 6920 (50%) expressions
1.12/2.09	c 2	converted 8304 (60%) expressions
2.00/2.14	c 2	converted 9688 (70%) expressions
2.00/2.19	c 2	converted 11072 (80%) expressions
2.19/2.32	c 2	converted 12456 (90%) expressions
2.19/2.37	c 2	converted 13840 (100%) expressions
2.19/2.37	c 2	CSP : 800 integers, 0 booleans, 12940 clauses, largest domain size 1682
2.19/2.37	c 2	Heap : 13 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.19/2.37	c 2	Propagation in CSP
2.89/3.07	c 3	340560 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.89/3.07	c 3	CSP : 800 integers, 0 booleans, 12940 clauses, largest domain size 939
2.89/3.07	c 3	Heap : 13 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.89/3.08	c 3	Simplifing CSP by introducing new Boolean variables
3.19/3.34	c 3	CSP : 800 integers, 23600 booleans, 36540 clauses, largest domain size 939
3.19/3.34	c 3	Heap : 19 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
3.28/3.47	c 4	Encoding CSP to SAT : HOME/temp.cnf
3.38/3.58	c 4	80 (10%) CSP integer variables are encoded (61840 clauses, 905482 bytes)
3.48/3.66	c 4	160 (20%) CSP integer variables are encoded (120080 clauses, 1819501 bytes)
3.58/3.73	c 4	240 (30%) CSP integer variables are encoded (179760 clauses, 2834061 bytes)
3.68/3.82	c 4	320 (40%) CSP integer variables are encoded (243600 clauses, 3919341 bytes)
3.68/3.87	c 4	400 (50%) CSP integer variables are encoded (284040 clauses, 4606821 bytes)
3.78/3.95	c 4	480 (60%) CSP integer variables are encoded (342200 clauses, 5595541 bytes)
3.88/4.03	c 4	560 (70%) CSP integer variables are encoded (390040 clauses, 6408821 bytes)
3.97/4.10	c 4	640 (80%) CSP integer variables are encoded (445480 clauses, 7351301 bytes)
3.97/4.18	c 4	720 (90%) CSP integer variables are encoded (500320 clauses, 8283581 bytes)
4.07/4.25	c 4	800 (100%) CSP integer variables are encoded (554720 clauses, 9208381 bytes)
6.24/6.42	c 6	3654 (10%) CSP clauses are encoded (1648487 clauses, 34495611 bytes)
8.22/8.40	c 8	7308 (20%) CSP clauses are encoded (2671601 clauses, 58503199 bytes)
10.08/10.31	c 10	10962 (30%) CSP clauses are encoded (3629005 clauses, 81001962 bytes)
12.05/12.32	c 12	14616 (40%) CSP clauses are encoded (4648136 clauses, 106012321 bytes)
13.91/14.20	c 14	18270 (50%) CSP clauses are encoded (5587190 clauses, 129016114 bytes)
15.80/16.10	c 16	21924 (60%) CSP clauses are encoded (6556924 clauses, 152727820 bytes)
17.38/17.78	c 18	25578 (70%) CSP clauses are encoded (7403096 clauses, 173364289 bytes)
18.95/19.38	c 19	29232 (80%) CSP clauses are encoded (8207867 clauses, 192918723 bytes)
20.91/21.34	c 21	32886 (90%) CSP clauses are encoded (9210043 clauses, 217109370 bytes)
22.97/23.41	c 23	36540 (100%) CSP clauses are encoded (10315806 clauses, 242794505 bytes)
22.97/23.41	c 23	36540 CSP clauses encoded
22.97/23.41	c 23	Writing map file : HOME/temp.map
22.97/23.43	c 23	Heap : 14 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
22.97/23.43	c 23	SAT : 579120 SAT variables, 10315806 SAT clauses, 242794505 bytes
22.97/23.43	c 23	Heap : 12 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
22.97/23.45	c 23	SOLVING HOME/temp.cnf
22.97/23.45	c 23	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
22.97/23.45	c 23	This is MiniSat 2.0 beta
22.97/23.45	c 23	WARNING: for repeatability, setting FPU to use double precision
22.97/23.45	c 23	============================[ Problem Statistics ]=============================
22.97/23.45	c 23	|                                                                             |
22.97/23.46	c 23	|  Number of variables:  579120                                               |
22.97/23.46	c 23	|  Number of clauses:    10315806                                             |
29.29/29.89	c 30	|  Parsing time:         5.36         s                                       |
29.68/30.22	c 30	============================[ Search Statistics ]==============================
29.68/30.22	c 30	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
29.68/30.22	c 30	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
29.68/30.22	c 30	===============================================================================
29.68/30.22	c 30	|         0 |  575976 10312662 29558117 |  3437554        0    nan |  0.000 % |
34.73/35.37	c 35	|       100 |  575976 10312662 29558117 |  3781309      100     35 |  0.543 % |
43.55/44.29	c 44	|       250 |  575976 10312662 29558117 |  4159440      250     26 |  0.543 % |
53.06/53.84	c 54	|       477 |  575976 10312662 29558117 |  4575384      477     23 |  0.543 % |
64.95/65.83	c 66	|       814 |  575976 10312662 29558117 |  5032922      814     26 |  0.543 % |
82.10/83.12	c 83	|      1322 |  575976 10312662 29558117 |  5536215     1322     26 |  0.543 % |
114.89/116.22	c 116	|      2084 |  575952 10312148 29556656 |  6089836     2081     26 |  0.552 % |
153.82/155.57	c 156	|      3223 |  575916 10311536 29554953 |  6698820     3219     28 |  0.553 % |
222.07/224.45	c 224	|      4931 |  575916 10311536 29554953 |  7368702     4927     30 |  0.553 % |
326.38/329.71	c 330	|      7493 |  575916 10311536 29554953 |  8105572     7489     32 |  0.553 % |
466.67/471.31	c 471	|     11340 |  575837 10309924 29550381 |  8916129    11332     32 |  0.573 % |
707.98/715.00	c 715	|     17106 |  575671 10306835 29541689 |  9807742    17090     33 |  0.596 % |
1063.73/1074.09	c 1074	|     25756 |  575097 10296954 29513856 | 10788517    25701     34 |  0.695 % |
1544.97/1558.33	c 1558	|     38730 |  574789 10291466 29498338 | 11867368    38656     39 |  0.748 % |
1800.04/1813.51	c ERROR INTERRUPTED
1800.04/1813.59	s UNKNOWN
1800.04/1813.59	c 1814	CPU 23.05 (0.07 0.01 21 1.97)
1800.04/1813.59	c 1814	END Sun Jul 12 07:11:34 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-2081686-1247373680/watcher-2081686-1247373680 -o /tmp/evaluation-result-2081686-1247373680/solver-2081686-1247373680 -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-2081686-1247373680.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.65 2.23 2.08 4/72 25139
/proc/meminfo: memFree=1714008/2055920 swapFree=4192812/4192956
[pid=25139] ppid=25137 vsize=18576 CPUtime=0
/proc/25139/stat : 25139 (runsolver) R 25137 25139 20729 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 24434639 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 227848809767 0 0 4096 24578 0 0 0 17 1 0 0
/proc/25139/statm: 4644 284 249 26 0 2626 0

[startup+0.0838609 s]
/proc/loadavg: 2.65 2.23 2.08 4/72 25139
/proc/meminfo: memFree=1714008/2055920 swapFree=4192812/4192956
[pid=25139] ppid=25137 vsize=16740 CPUtime=0.07
/proc/25139/stat : 25139 (sugar) S 25137 25139 20729 0 -1 4194304 1152 0 0 0 6 1 0 0 18 0 1 0 24434639 17141760 1107 996147200 4194304 4206940 548682068608 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25139/statm: 4185 1107 406 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+0.102005 s]
/proc/loadavg: 2.65 2.23 2.08 4/72 25139
/proc/meminfo: memFree=1714008/2055920 swapFree=4192812/4192956
[pid=25139] ppid=25137 vsize=16868 CPUtime=0.07
/proc/25139/stat : 25139 (sugar) S 25137 25139 20729 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 24434639 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25139/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.302022 s]
/proc/loadavg: 2.65 2.23 2.08 4/72 25139
/proc/meminfo: memFree=1714008/2055920 swapFree=4192812/4192956
[pid=25139] ppid=25137 vsize=16868 CPUtime=0.07
/proc/25139/stat : 25139 (sugar) S 25137 25139 20729 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 24434639 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25139/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.701062 s]
/proc/loadavg: 2.65 2.23 2.08 4/72 25139
/proc/meminfo: memFree=1714008/2055920 swapFree=4192812/4192956
[pid=25139] ppid=25137 vsize=16868 CPUtime=0.07
/proc/25139/stat : 25139 (sugar) S 25137 25139 20729 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 24434639 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25139/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+1.50114 s]
/proc/loadavg: 2.65 2.23 2.08 3/83 25151
/proc/meminfo: memFree=1685504/2055920 swapFree=4192812/4192956
[pid=25139] ppid=25137 vsize=16868 CPUtime=1.12
/proc/25139/stat : 25139 (sugar) S 25137 25139 20729 0 -1 4194304 1309 10546 0 1 6 1 99 6 15 0 1 0 24434639 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25139/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 1.12
Current children cumulated vsize (KiB) 16868

[startup+3.10229 s]
/proc/loadavg: 2.65 2.23 2.08 3/83 25161
/proc/meminfo: memFree=1689664/2055920 swapFree=4192812/4192956
[pid=25139] ppid=25137 vsize=16868 CPUtime=1.12
/proc/25139/stat : 25139 (sugar) S 25137 25139 20729 0 -1 4194304 1310 10546 0 1 6 1 99 6 16 0 1 0 24434639 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25139/statm: 4217 1111 409 3 0 796 0
[pid=25152] ppid=25139 vsize=5356 CPUtime=0
/proc/25152/stat : 25152 (sh) S 25139 25139 20729 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24434759 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25152/statm: 1339 233 193 169 0 50 0
[pid=25153] ppid=25152 vsize=868564 CPUtime=1.87
/proc/25153/stat : 25153 (java) S 25152 25139 20729 0 -1 0 9878 0 1 0 181 6 0 0 18 0 9 0 24434759 889409536 8873 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25153/statm: 217141 8873 2566 9 0 211646 0
[pid=25153/tid=25154] ppid=25152 vsize=868564 CPUtime=1.31
/proc/25153/task/25154/stat : 25154 (java) R 25152 25139 20729 0 -1 64 2885 0 1 0 130 1 0 0 25 0 9 0 24434760 889409536 8873 996147200 134512640 134550932 4294955936 18446744073709551615 4126426266 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25153/tid=25155] ppid=25152 vsize=868564 CPUtime=0.36
/proc/25153/task/25155/stat : 25155 (java) S 25152 25139 20729 0 -1 64 4816 0 0 0 33 3 0 0 16 0 9 0 24434761 889409536 8873 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25153/tid=25156] ppid=25152 vsize=868564 CPUtime=0
/proc/25153/task/25156/stat : 25156 (java) S 25152 25139 20729 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 24434762 889409536 8873 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25153/tid=25157] ppid=25152 vsize=868564 CPUtime=0
/proc/25153/task/25157/stat : 25157 (java) S 25152 25139 20729 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 24434762 889409536 8873 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25153/tid=25158] ppid=25152 vsize=868564 CPUtime=0
/proc/25153/task/25158/stat : 25158 (java) S 25152 25139 20729 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24434764 889409536 8873 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25153/tid=25159] ppid=25152 vsize=868564 CPUtime=0.17
/proc/25153/task/25159/stat : 25159 (java) S 25152 25139 20729 0 -1 64 1478 0 0 0 16 1 0 0 16 0 9 0 24434764 889409536 8873 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25153/tid=25160] ppid=25152 vsize=868564 CPUtime=0
/proc/25153/task/25160/stat : 25160 (java) S 25152 25139 20729 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24434764 889409536 8873 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25153/tid=25161] ppid=25152 vsize=868564 CPUtime=0
/proc/25153/task/25161/stat : 25161 (java) S 25152 25139 20729 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24434764 889409536 8873 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.99
Current children cumulated vsize (KiB) 890788

[startup+6.3016 s]
/proc/loadavg: 2.68 2.25 2.08 3/83 25161
/proc/meminfo: memFree=1655616/2055920 swapFree=4192812/4192956
[pid=25139] ppid=25137 vsize=16868 CPUtime=1.12
/proc/25139/stat : 25139 (sugar) S 25137 25139 20729 0 -1 4194304 1310 10546 0 1 6 1 99 6 16 0 1 0 24434639 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25139/statm: 4217 1111 409 3 0 796 0
[pid=25152] ppid=25139 vsize=5356 CPUtime=0
/proc/25152/stat : 25152 (sh) S 25139 25139 20729 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24434759 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25152/statm: 1339 233 193 169 0 50 0
[pid=25153] ppid=25152 vsize=868676 CPUtime=5.02
/proc/25153/stat : 25153 (java) S 25152 25139 20729 0 -1 0 12152 0 1 0 472 30 0 0 18 0 9 0 24434759 889524224 10603 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25153/statm: 217169 10603 2590 9 0 211646 0
[pid=25153/tid=25154] ppid=25152 vsize=868676 CPUtime=3.93
/proc/25153/task/25154/stat : 25154 (java) R 25152 25139 20729 0 -1 64 3414 0 1 0 372 21 0 0 25 0 9 0 24434760 889524224 10603 996147200 134512640 134550932 4294955936 18446744073709551615 4126535895 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25153/tid=25155] ppid=25152 vsize=868676 CPUtime=0.83
/proc/25153/task/25155/stat : 25155 (java) S 25152 25139 20729 0 -1 64 6519 0 0 0 76 7 0 0 16 0 9 0 24434761 889524224 10603 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25153/tid=25156] ppid=25152 vsize=868676 CPUtime=0
/proc/25153/task/25156/stat : 25156 (java) S 25152 25139 20729 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 24434762 889524224 10603 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25153/tid=25157] ppid=25152 vsize=868676 CPUtime=0
/proc/25153/task/25157/stat : 25157 (java) S 25152 25139 20729 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 24434762 889524224 10603 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25153/tid=25158] ppid=25152 vsize=868676 CPUtime=0
/proc/25153/task/25158/stat : 25158 (java) S 25152 25139 20729 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24434764 889524224 10603 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25153/tid=25159] ppid=25152 vsize=868676 CPUtime=0.23
/proc/25153/task/25159/stat : 25159 (java) S 25152 25139 20729 0 -1 64 1520 0 0 0 22 1 0 0 16 0 9 0 24434764 889524224 10603 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25153/tid=25160] ppid=25152 vsize=868676 CPUtime=0
/proc/25153/task/25160/stat : 25160 (java) S 25152 25139 20729 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24434764 889524224 10603 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25153/tid=25161] ppid=25152 vsize=868676 CPUtime=0
/proc/25153/task/25161/stat : 25161 (java) S 25152 25139 20729 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24434764 889524224 10603 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.14
Current children cumulated vsize (KiB) 890900

[startup+12.7022 s]
/proc/loadavg: 2.62 2.24 2.08 3/83 25161
/proc/meminfo: memFree=1575680/2055920 swapFree=4192812/4192956
[pid=25139] ppid=25137 vsize=16868 CPUtime=1.12
/proc/25139/stat : 25139 (sugar) S 25137 25139 20729 0 -1 4194304 1310 10546 0 1 6 1 99 6 16 0 1 0 24434639 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25139/statm: 4217 1111 409 3 0 796 0
[pid=25152] ppid=25139 vsize=5356 CPUtime=0
/proc/25152/stat : 25152 (sh) S 25139 25139 20729 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24434759 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25152/statm: 1339 233 193 169 0 50 0
[pid=25153] ppid=25152 vsize=868676 CPUtime=11.33
/proc/25153/stat : 25153 (java) S 25152 25139 20729 0 -1 0 13003 0 1 0 1042 91 0 0 18 0 9 0 24434759 889524224 10603 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25153/statm: 217169 10603 2590 9 0 211646 0
[pid=25153/tid=25154] ppid=25152 vsize=868676 CPUtime=9.88
/proc/25153/task/25154/stat : 25154 (java) R 25152 25139 20729 0 -1 64 4265 0 1 0 913 75 0 0 25 0 9 0 24434760 889524224 10603 996147200 134512640 134550932 4294955936 18446744073709551615 4126523226 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25153/tid=25155] ppid=25152 vsize=868676 CPUtime=1.2
/proc/25153/task/25155/stat : 25155 (java) S 25152 25139 20729 0 -1 64 6519 0 0 0 106 14 0 0 16 0 9 0 24434761 889524224 10603 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25153/tid=25156] ppid=25152 vsize=868676 CPUtime=0
/proc/25153/task/25156/stat : 25156 (java) S 25152 25139 20729 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 24434762 889524224 10603 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25153/tid=25157] ppid=25152 vsize=868676 CPUtime=0
/proc/25153/task/25157/stat : 25157 (java) S 25152 25139 20729 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 24434762 889524224 10603 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25153/tid=25158] ppid=25152 vsize=868676 CPUtime=0
/proc/25153/task/25158/stat : 25158 (java) S 25152 25139 20729 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24434764 889524224 10603 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25153/tid=25159] ppid=25152 vsize=868676 CPUtime=0.23
/proc/25153/task/25159/stat : 25159 (java) S 25152 25139 20729 0 -1 64 1520 0 0 0 22 1 0 0 16 0 9 0 24434764 889524224 10603 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25153/tid=25160] ppid=25152 vsize=868676 CPUtime=0
/proc/25153/task/25160/stat : 25160 (java) S 25152 25139 20729 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24434764 889524224 10603 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25153/tid=25161] ppid=25152 vsize=868676 CPUtime=0
/proc/25153/task/25161/stat : 25161 (java) S 25152 25139 20729 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24434764 889524224 10603 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) 890900

[startup+25.5014 s]
/proc/loadavg: 2.64 2.26 2.09 3/75 25163
/proc/meminfo: memFree=1327296/2055920 swapFree=4192812/4192956
[pid=25139] ppid=25137 vsize=16868 CPUtime=23.04
/proc/25139/stat : 25139 (sugar) S 25137 25139 20729 0 -1 4194304 1376 25284 0 2 6 1 2100 197 16 0 1 0 24434639 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25139/statm: 4217 1113 409 3 0 796 0
[pid=25162] ppid=25139 vsize=5356 CPUtime=0
/proc/25162/stat : 25162 (sh) S 25139 25139 20729 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24436985 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25162/statm: 1339 232 193 169 0 50 0
[pid=25163] ppid=25162 vsize=167112 CPUtime=1.99
/proc/25163/stat : 25163 (minisat) R 25162 25139 20729 0 -1 4194304 39053 0 0 0 164 35 0 0 25 0 1 0 24436985 171122688 39039 996147200 134512640 135127466 4294956256 18446744073709551615 134704161 0 0 4096 3 0 0 0 17 1 0 0
/proc/25163/statm: 41778 39039 62 150 0 41625 0
Current children cumulated CPU time (s) 25.03
Current children cumulated vsize (KiB) 189336

[startup+51.1019 s]
/proc/loadavg: 2.42 2.24 2.09 3/75 25163
/proc/meminfo: memFree=999680/2055920 swapFree=4192812/4192956
[pid=25139] ppid=25137 vsize=16868 CPUtime=23.04
/proc/25139/stat : 25139 (sugar) S 25137 25139 20729 0 -1 4194304 1376 25284 0 2 6 1 2100 197 16 0 1 0 24434639 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25139/statm: 4217 1113 409 3 0 796 0
[pid=25162] ppid=25139 vsize=5356 CPUtime=0
/proc/25162/stat : 25162 (sh) S 25139 25139 20729 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24436985 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25162/statm: 1339 232 193 169 0 50 0
[pid=25163] ppid=25162 vsize=482244 CPUtime=27.34
/proc/25163/stat : 25163 (minisat) R 25162 25139 20729 0 -1 4194304 116806 0 0 0 2632 102 0 0 25 0 1 0 24436985 493817856 116792 996147200 134512640 135127466 4294956256 18446744073709551615 134530879 0 0 4096 3 0 0 0 17 1 0 0
/proc/25163/statm: 120561 116792 76 150 0 120408 0
Current children cumulated CPU time (s) 50.38
Current children cumulated vsize (KiB) 504468

[startup+102.307 s]
/proc/loadavg: 2.18 2.20 2.08 3/75 25163
/proc/meminfo: memFree=990656/2055920 swapFree=4192812/4192956
[pid=25139] ppid=25137 vsize=16868 CPUtime=23.05
/proc/25139/stat : 25139 (sugar) S 25137 25139 20729 0 -1 4194304 1376 25284 0 2 7 1 2100 197 16 0 1 0 24434639 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25139/statm: 4217 1113 409 3 0 796 0
[pid=25162] ppid=25139 vsize=5356 CPUtime=0
/proc/25162/stat : 25162 (sh) S 25139 25139 20729 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24436985 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25162/statm: 1339 232 193 169 0 50 0
[pid=25163] ppid=25162 vsize=487912 CPUtime=78.07
/proc/25163/stat : 25163 (minisat) R 25162 25139 20729 0 -1 4194304 118069 0 0 0 7703 104 0 0 25 0 1 0 24436985 499621888 118055 996147200 134512640 135127466 4294956256 18446744073709551615 134530552 0 0 4096 3 0 0 0 17 1 0 0
/proc/25163/statm: 121978 118055 76 150 0 121825 0
Current children cumulated CPU time (s) 101.12

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

/proc/25163/stat : 25163 (minisat) R 25162 25139 20729 0 -1 4194304 120032 0 0 0 138490 113 0 0 25 0 1 0 24436985 507654144 120018 996147200 134512640 135127466 4294956256 18446744073709551615 134522643 0 0 4096 3 0 0 0 17 0 0 0
/proc/25163/statm: 123939 120018 76 150 0 123786 0
Current children cumulated CPU time (s) 1409.08
Current children cumulated vsize (KiB) 517980

[startup+1482.3 s]
/proc/loadavg: 2.06 2.06 2.01 3/75 25226
/proc/meminfo: memFree=975424/2055920 swapFree=4192812/4192956
[pid=25139] ppid=25137 vsize=16868 CPUtime=23.05
/proc/25139/stat : 25139 (sugar) S 25137 25139 20729 0 -1 4194304 1376 25284 0 2 7 1 2100 197 16 0 1 0 24434639 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25139/statm: 4217 1113 409 3 0 796 0
[pid=25162] ppid=25139 vsize=5356 CPUtime=0
/proc/25162/stat : 25162 (sh) S 25139 25139 20729 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24436985 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25162/statm: 1339 232 193 169 0 50 0
[pid=25163] ppid=25162 vsize=496152 CPUtime=1445.98
/proc/25163/stat : 25163 (minisat) R 25162 25139 20729 0 -1 4194304 120130 0 0 0 144484 114 0 0 25 0 1 0 24436985 508059648 120116 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/25163/statm: 124038 120116 76 150 0 123885 0
Current children cumulated CPU time (s) 1469.03
Current children cumulated vsize (KiB) 518376

[startup+1542.3 s]
/proc/loadavg: 2.02 2.04 2.00 3/75 25226
/proc/meminfo: memFree=475072/2055920 swapFree=4192812/4192956
[pid=25139] ppid=25137 vsize=16868 CPUtime=23.05
/proc/25139/stat : 25139 (sugar) S 25137 25139 20729 0 -1 4194304 1376 25284 0 2 7 1 2100 197 16 0 1 0 24434639 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25139/statm: 4217 1113 409 3 0 796 0
[pid=25162] ppid=25139 vsize=5356 CPUtime=0
/proc/25162/stat : 25162 (sh) S 25139 25139 20729 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24436985 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25162/statm: 1339 232 193 169 0 50 0
[pid=25163] ppid=25162 vsize=496416 CPUtime=1505.95
/proc/25163/stat : 25163 (minisat) R 25162 25139 20729 0 -1 4194304 120214 0 0 0 150481 114 0 0 25 0 1 0 24436985 508329984 120200 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/25163/statm: 124104 120200 76 150 0 123951 0
Current children cumulated CPU time (s) 1529
Current children cumulated vsize (KiB) 518640

[startup+1602.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/75 25253
/proc/meminfo: memFree=972800/2055920 swapFree=4192812/4192956
[pid=25139] ppid=25137 vsize=16868 CPUtime=23.05
/proc/25139/stat : 25139 (sugar) S 25137 25139 20729 0 -1 4194304 1376 25284 0 2 7 1 2100 197 16 0 1 0 24434639 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25139/statm: 4217 1113 409 3 0 796 0
[pid=25162] ppid=25139 vsize=5356 CPUtime=0
/proc/25162/stat : 25162 (sh) S 25139 25139 20729 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24436985 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25162/statm: 1339 232 193 169 0 50 0
[pid=25163] ppid=25162 vsize=496812 CPUtime=1565.89
/proc/25163/stat : 25163 (minisat) R 25162 25139 20729 0 -1 4194304 120297 0 0 0 156472 117 0 0 25 0 1 0 24436985 508735488 120283 996147200 134512640 135127466 4294956256 18446744073709551615 134531522 0 0 4096 3 0 0 0 17 0 0 0
/proc/25163/statm: 124203 120283 76 150 0 124050 0
Current children cumulated CPU time (s) 1588.94
Current children cumulated vsize (KiB) 519036

[startup+1662.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/75 25253
/proc/meminfo: memFree=534528/2055920 swapFree=4192812/4192956
[pid=25139] ppid=25137 vsize=16868 CPUtime=23.05
/proc/25139/stat : 25139 (sugar) S 25137 25139 20729 0 -1 4194304 1376 25284 0 2 7 1 2100 197 16 0 1 0 24434639 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25139/statm: 4217 1113 409 3 0 796 0
[pid=25162] ppid=25139 vsize=5356 CPUtime=0
/proc/25162/stat : 25162 (sh) S 25139 25139 20729 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24436985 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25162/statm: 1339 232 193 169 0 50 0
[pid=25163] ppid=25162 vsize=497288 CPUtime=1625.85
/proc/25163/stat : 25163 (minisat) R 25162 25139 20729 0 -1 4194304 120394 0 0 0 162468 117 0 0 25 0 1 0 24436985 509222912 120380 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/25163/statm: 124322 120380 76 150 0 124169 0
Current children cumulated CPU time (s) 1648.9
Current children cumulated vsize (KiB) 519512

[startup+1722.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/84 25382
/proc/meminfo: memFree=992560/2055920 swapFree=4192812/4192956
[pid=25139] ppid=25137 vsize=16868 CPUtime=23.05
/proc/25139/stat : 25139 (sugar) S 25137 25139 20729 0 -1 4194304 1376 25284 0 2 7 1 2100 197 16 0 1 0 24434639 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25139/statm: 4217 1113 409 3 0 796 0
[pid=25162] ppid=25139 vsize=5356 CPUtime=0
/proc/25162/stat : 25162 (sh) S 25139 25139 20729 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24436985 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25162/statm: 1339 232 193 169 0 50 0
[pid=25163] ppid=25162 vsize=497684 CPUtime=1685.82
/proc/25163/stat : 25163 (minisat) R 25162 25139 20729 0 -1 4194304 120512 0 0 0 168463 119 0 0 25 0 1 0 24436985 509628416 120498 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/25163/statm: 124421 120498 76 150 0 124268 0
Current children cumulated CPU time (s) 1708.87
Current children cumulated vsize (KiB) 519908

[startup+1782.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/84 25382
/proc/meminfo: memFree=992176/2055920 swapFree=4192812/4192956
[pid=25139] ppid=25137 vsize=16868 CPUtime=23.05
/proc/25139/stat : 25139 (sugar) S 25137 25139 20729 0 -1 4194304 1376 25284 0 2 7 1 2100 197 16 0 1 0 24434639 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25139/statm: 4217 1113 409 3 0 796 0
[pid=25162] ppid=25139 vsize=5356 CPUtime=0
/proc/25162/stat : 25162 (sh) S 25139 25139 20729 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24436985 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25162/statm: 1339 232 193 169 0 50 0
[pid=25163] ppid=25162 vsize=497948 CPUtime=1745.79
/proc/25163/stat : 25163 (minisat) R 25162 25139 20729 0 -1 4194304 120577 0 0 0 174460 119 0 0 25 0 1 0 24436985 509898752 120563 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 0 0 0
/proc/25163/statm: 124487 120563 76 150 0 124334 0
Current children cumulated CPU time (s) 1768.84
Current children cumulated vsize (KiB) 520172



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1813.5 s]
/proc/loadavg: 2.00 2.01 2.00 3/84 25382
/proc/meminfo: memFree=991920/2055920 swapFree=4192812/4192956
[pid=25139] ppid=25137 vsize=16868 CPUtime=23.05
/proc/25139/stat : 25139 (sugar) S 25137 25139 20729 0 -1 4194304 1376 25284 0 2 7 1 2100 197 16 0 1 0 24434639 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25139/statm: 4217 1113 409 3 0 796 0
[pid=25162] ppid=25139 vsize=5356 CPUtime=0
/proc/25162/stat : 25162 (sh) S 25139 25139 20729 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24436985 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25162/statm: 1339 232 193 169 0 50 0
[pid=25163] ppid=25162 vsize=498212 CPUtime=1776.99
/proc/25163/stat : 25163 (minisat) R 25162 25139 20729 0 -1 4194304 120636 0 0 0 177580 119 0 0 25 0 1 0 24436985 510169088 120622 996147200 134512640 135127466 4294956256 18446744073709551615 134530686 0 0 4096 3 0 0 0 17 0 0 0
/proc/25163/statm: 124553 120622 76 150 0 124400 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 520436

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

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

[startup+1813.5 s]
/proc/loadavg: 2.00 2.01 2.00 3/84 25382
/proc/meminfo: memFree=991920/2055920 swapFree=4192812/4192956
[pid=25139] ppid=25137 vsize=16868 CPUtime=23.05
/proc/25139/stat : 25139 (sugar) S 25137 25139 20729 0 -1 4194304 1376 25284 0 2 7 1 2100 197 16 0 1 0 24434639 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25139/statm: 4217 1113 409 3 0 796 0
[pid=25162] ppid=25139 vsize=5356 CPUtime=0
/proc/25162/stat : 25162 (sh) S 25139 25139 20729 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24436985 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25162/statm: 1339 232 193 169 0 50 0
[pid=25163] ppid=25162 vsize=498212 CPUtime=1776.99
/proc/25163/stat : 25163 (minisat) R 25162 25139 20729 0 -1 4194304 120636 0 0 0 177580 119 0 0 25 0 1 0 24436985 510169088 120622 996147200 134512640 135127466 4294956256 18446744073709551615 134530686 0 0 4096 3 0 0 0 17 0 0 0
/proc/25163/statm: 124553 120622 76 150 0 124400 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 520436

[startup+1813.62 s]
/proc/loadavg: 2.00 2.01 2.00 3/84 25382
/proc/meminfo: memFree=991920/2055920 swapFree=4192812/4192956
[pid=25139] ppid=25137 vsize=16868 CPUtime=23.09
/proc/25139/stat : 25139 (sugar) R 25137 25139 20729 0 -1 4194304 1423 25561 0 2 7 5 2100 197 17 0 1 0 24434639 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 227848983593 0 0 4224 16386 0 0 0 17 0 0 0
/proc/25139/statm: 4217 1114 410 3 0 796 0
Current children cumulated CPU time (s) 23.09
Current children cumulated vsize (KiB) 16868
#
############


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

[startup+1813.62 s]
/proc/loadavg: 2.00 2.01 2.00 3/84 25382
/proc/meminfo: memFree=991920/2055920 swapFree=4192812/4192956
[pid=25139] ppid=25137 vsize=16868 CPUtime=23.09
/proc/25139/stat : 25139 (sugar) R 25137 25139 20729 0 -1 4194304 1423 25561 0 2 7 5 2100 197 17 0 1 0 24434639 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 227848983593 0 0 4224 16386 0 0 0 17 0 0 0
/proc/25139/statm: 4217 1114 410 3 0 796 0
Current children cumulated CPU time (s) 23.09
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.95
#  lost CPU user time (s): 1775.8
#  lost CPU system time (s): 1.15

Real time (s): 1813.7
CPU time (s): 1800.13
CPU user time (s): 1796.87
CPU system time (s): 3.25968
CPU usage (%): 99.2522
Max. virtual memory (cumulated for all children) (KiB): 891040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 21.0748
system time used= 2.10968
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 27043
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= 27509
involuntary context switches= 27803

runsolver used 2.26465 second user time and 6.00109 second system time

The end

Launcher Data

Begin job on node18 at 2009-07-12 06:41:20
IDJOB=2081686
IDBENCH=57467
IDSOLVER=739
FILE ID=node18/2081686-1247373680
PBS_JOBID= 9507042
Free space on /tmp= 66304 MiB

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

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

MD5SUM BENCH= ec7cdf4fe94a5d252afb76f2304f2c35
RANDOM SEED=1603665998

node18.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.243
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.243
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:       1714488 kB
Buffers:         43584 kB
Cached:         177620 kB
SwapCached:          0 kB
Active:         192508 kB
Inactive:        86684 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1714488 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2940 kB
Writeback:           0 kB
Mapped:          69600 kB
Slab:            47804 kB
Committed_AS:   217468 kB
PageTables:       1772 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= 66304 MiB
End job on node18 at 2009-07-12 07:11:36