Trace number 2081675

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 1809.77

General information on the benchmark

Namecsp/super-js/super-js-taillard-20/
normalized-super-js-taillard-20-10.xml
MD5SUMa1e64c0f46651e1a499cb740245cd60c
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 size1616
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:40:07 2009
0.00/0.08	c 0	PID 25597
0.06/0.08	c 0	HOST node38.alineos.net
0.06/0.08	c 0	CONVERTING HOME/instance-2081675-1247373607.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-2081675-1247373607.xml' 'HOME/temp.csp'
1.25/1.38	c 1	96 domains, 800 variables, 4 predicates, 0 relations, 12940 constraints
1.33/1.40	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.33/1.40	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.33/1.48	c 1	Parsing HOME/temp.csp
1.34/1.64	c 2	parsed 10000 expressions
1.34/1.68	c 2	parsed 13840 expressions
1.34/1.69	c 2	Heap : 4 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.34/1.69	c 2	Converting to clausal form CSP
1.34/1.96	c 2	converted 1384 (10%) expressions
1.34/2.04	c 2	converted 2768 (20%) expressions
1.34/2.10	c 2	converted 4152 (30%) expressions
2.12/2.21	c 2	converted 5536 (40%) expressions
2.12/2.26	c 2	converted 6920 (50%) expressions
2.22/2.31	c 2	converted 8304 (60%) expressions
2.22/2.36	c 2	converted 9688 (70%) expressions
2.31/2.41	c 2	converted 11072 (80%) expressions
2.41/2.54	c 2	converted 12456 (90%) expressions
2.41/2.59	c 3	converted 13840 (100%) expressions
2.41/2.59	c 3	CSP : 800 integers, 0 booleans, 12940 clauses, largest domain size 1601
2.41/2.59	c 3	Heap : 13 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.41/2.59	c 3	Propagation in CSP
3.11/3.30	c 3	340560 values, 0 unsatisfiable literals, and 0 valid clauses are removed
3.11/3.30	c 3	CSP : 800 integers, 0 booleans, 12940 clauses, largest domain size 858
3.11/3.30	c 3	Heap : 14 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
3.21/3.31	c 3	Simplifing CSP by introducing new Boolean variables
3.40/3.58	c 3	CSP : 800 integers, 23600 booleans, 36540 clauses, largest domain size 858
3.40/3.58	c 3	Heap : 19 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
3.61/3.72	c 4	Encoding CSP to SAT : HOME/temp.cnf
3.71/3.82	c 4	80 (10%) CSP integer variables are encoded (55360 clauses, 808284 bytes)
3.71/3.89	c 4	160 (20%) CSP integer variables are encoded (107120 clauses, 1599221 bytes)
3.81/3.96	c 4	240 (30%) CSP integer variables are encoded (160320 clauses, 2503621 bytes)
3.91/4.04	c 4	320 (40%) CSP integer variables are encoded (217680 clauses, 3478741 bytes)
3.91/4.08	c 4	400 (50%) CSP integer variables are encoded (251640 clauses, 4056061 bytes)
4.01/4.15	c 4	480 (60%) CSP integer variables are encoded (303320 clauses, 4934621 bytes)
4.10/4.21	c 4	560 (70%) CSP integer variables are encoded (344680 clauses, 5637741 bytes)
4.10/4.28	c 4	640 (80%) CSP integer variables are encoded (393640 clauses, 6470061 bytes)
4.20/4.35	c 4	720 (90%) CSP integer variables are encoded (442000 clauses, 7292181 bytes)
4.30/4.41	c 4	800 (100%) CSP integer variables are encoded (489920 clauses, 8106821 bytes)
6.07/6.25	c 6	3654 (10%) CSP clauses are encoded (1397615 clauses, 29005987 bytes)
7.74/7.94	c 8	7308 (20%) CSP clauses are encoded (2240912 clauses, 48738572 bytes)
9.31/9.54	c 9	10962 (30%) CSP clauses are encoded (3030685 clauses, 67200916 bytes)
10.99/11.21	c 11	14616 (40%) CSP clauses are encoded (3867494 clauses, 87421486 bytes)
12.47/12.75	c 13	18270 (50%) CSP clauses are encoded (4631099 clauses, 106090894 bytes)
14.03/14.37	c 14	21924 (60%) CSP clauses are encoded (5428543 clauses, 125549782 bytes)
15.41/15.74	c 16	25578 (70%) CSP clauses are encoded (6113361 clauses, 142214609 bytes)
16.70/17.02	c 17	29232 (80%) CSP clauses are encoded (6749624 clauses, 157630863 bytes)
18.24/18.87	c 19	32886 (90%) CSP clauses are encoded (7574863 clauses, 177497229 bytes)
19.90/20.56	c 20	36540 (100%) CSP clauses are encoded (8495553 clauses, 198782987 bytes)
19.90/20.56	c 20	36540 CSP clauses encoded
19.90/20.56	c 20	Writing map file : HOME/temp.map
19.90/20.57	c 20	Heap : 13 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
19.90/20.57	c 20	SAT : 514320 SAT variables, 8495553 SAT clauses, 198782987 bytes
19.90/20.57	c 20	Heap : 13 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
19.98/20.63	c 21	SOLVING HOME/temp.cnf
19.98/20.63	c 21	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
19.98/20.63	c 21	This is MiniSat 2.0 beta
19.98/20.63	c 21	WARNING: for repeatability, setting FPU to use double precision
19.98/20.63	c 21	============================[ Problem Statistics ]=============================
19.98/20.63	c 21	|                                                                             |
19.98/20.63	c 21	|  Number of variables:  514320                                               |
19.98/20.63	c 21	|  Number of clauses:    8495553                                              |
24.98/25.71	c 26	|  Parsing time:         4.31         s                                       |
25.17/25.96	c 26	============================[ Search Statistics ]==============================
25.17/25.96	c 26	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
25.17/25.96	c 26	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
25.17/25.96	c 26	===============================================================================
25.17/25.96	c 26	|         0 |  509856  8491089 24252518 |  2830363        0    nan |  0.000 % |
29.75/30.53	c 30	|       100 |  509855  8491089 24252518 |  3113399       97     20 |  0.880 % |
35.71/36.59	c 36	|       251 |  509855  8491089 24252518 |  3424739      248     20 |  0.880 % |
42.88/43.72	c 44	|       478 |  509855  8491089 24252518 |  3767213      475     21 |  0.880 % |
54.51/55.46	c 55	|       815 |  509855  8491089 24252518 |  4143934      812     24 |  0.880 % |
76.57/77.61	c 78	|      1321 |  509795  8489918 24249220 |  4558327     1318     26 |  0.880 % |
108.60/109.88	c 110	|      2080 |  509770  8489460 24247934 |  5014160     2076     24 |  0.885 % |
150.68/152.15	c 152	|      3219 |  509747  8488992 24246611 |  5515576     3214     27 |  0.889 % |
211.07/212.85	c 213	|      4927 |  509732  8488673 24245707 |  6067134     4920     26 |  0.893 % |
298.10/300.88	c 301	|      7490 |  509665  8487511 24242436 |  6673847     7474     26 |  0.923 % |
442.36/445.82	c 446	|     11335 |  509500  8484670 24234470 |  7341232    11315     27 |  0.939 % |
654.42/658.87	c 659	|     17102 |  509293  8480891 24223836 |  8075355    17058     27 |  0.984 % |
976.63/982.57	c 982	|     25751 |  509093  8477484 24214243 |  8882891    25694     28 |  1.022 % |
1434.38/1442.38	c 1442	|     38725 |  508917  8474700 24206410 |  9771180    38660     30 |  1.051 % |
1800.07/1809.62	c ERROR INTERRUPTED
1800.07/1809.67	s UNKNOWN
1800.07/1809.67	c 1810	CPU 20.01 (0.06 0.01 18.23 1.71)
1800.07/1809.67	c 1810	END Sun Jul 12 07:10:17 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-2081675-1247373607/watcher-2081675-1247373607 -o /tmp/evaluation-result-2081675-1247373607/solver-2081675-1247373607 -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-2081675-1247373607.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.55 2.26 2.09 4/82 25597
/proc/meminfo: memFree=1282760/2055920 swapFree=4192812/4192956
[pid=25597] ppid=25595 vsize=18576 CPUtime=0
/proc/25597/stat : 25597 (runsolver) R 25595 25597 20197 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 24424765 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 266890439975 0 0 4096 24578 0 0 0 17 1 0 0
/proc/25597/statm: 4644 284 249 26 0 2626 0

[startup+0.0842461 s]
/proc/loadavg: 2.55 2.26 2.09 4/82 25597
/proc/meminfo: memFree=1282760/2055920 swapFree=4192812/4192956
[pid=25597] ppid=25595 vsize=16740 CPUtime=0.06
/proc/25597/stat : 25597 (sugar) S 25595 25597 20197 0 -1 4194304 1152 0 0 0 5 1 0 0 18 0 1 0 24424765 17141760 1107 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25597/statm: 4185 1107 406 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.101577 s]
/proc/loadavg: 2.55 2.26 2.09 4/82 25597
/proc/meminfo: memFree=1282760/2055920 swapFree=4192812/4192956
[pid=25597] ppid=25595 vsize=16868 CPUtime=0.06
/proc/25597/stat : 25597 (sugar) S 25595 25597 20197 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 24424765 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25597/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301582 s]
/proc/loadavg: 2.55 2.26 2.09 4/82 25597
/proc/meminfo: memFree=1282760/2055920 swapFree=4192812/4192956
[pid=25597] ppid=25595 vsize=16868 CPUtime=0.06
/proc/25597/stat : 25597 (sugar) S 25595 25597 20197 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 24424765 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25597/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701629 s]
/proc/loadavg: 2.55 2.26 2.09 4/82 25597
/proc/meminfo: memFree=1282760/2055920 swapFree=4192812/4192956
[pid=25597] ppid=25595 vsize=16868 CPUtime=0.06
/proc/25597/stat : 25597 (sugar) S 25595 25597 20197 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 24424765 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25597/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50172 s]
/proc/loadavg: 2.66 2.29 2.10 4/93 25609
/proc/meminfo: memFree=1257192/2055920 swapFree=4192812/4192956
[pid=25597] ppid=25595 vsize=16868 CPUtime=1.34
/proc/25597/stat : 25597 (sugar) S 25595 25597 20197 0 -1 4194304 1309 10556 0 1 5 1 120 8 15 0 1 0 24424765 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25597/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 1.34
Current children cumulated vsize (KiB) 16868

[startup+3.1029 s]
/proc/loadavg: 2.66 2.29 2.10 3/93 25619
/proc/meminfo: memFree=1261480/2055920 swapFree=4192812/4192956
[pid=25597] ppid=25595 vsize=16868 CPUtime=1.34
/proc/25597/stat : 25597 (sugar) S 25595 25597 20197 0 -1 4194304 1310 10556 0 1 5 1 120 8 15 0 1 0 24424765 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25597/statm: 4217 1111 409 3 0 796 0
[pid=25610] ppid=25597 vsize=5356 CPUtime=0
/proc/25610/stat : 25610 (sh) S 25597 25597 20197 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24424905 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25610/statm: 1339 233 193 169 0 50 0
[pid=25611] ppid=25610 vsize=868564 CPUtime=1.68
/proc/25611/stat : 25611 (java) S 25610 25597 20197 0 -1 0 9846 0 1 0 160 8 0 0 19 0 9 0 24424905 889409536 8864 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25611/statm: 217141 8864 2566 9 0 211646 0
[pid=25611/tid=25612] ppid=25610 vsize=868564 CPUtime=1.12
/proc/25611/task/25612/stat : 25612 (java) R 25610 25597 20197 0 -1 64 2857 0 1 0 109 3 0 0 25 0 9 0 24424906 889409536 8864 996147200 134512640 134550932 4294955936 18446744073709551615 4126530576 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25611/tid=25613] ppid=25610 vsize=868564 CPUtime=0.36
/proc/25611/task/25613/stat : 25613 (java) S 25610 25597 20197 0 -1 64 4815 0 0 0 33 3 0 0 16 0 9 0 24424907 889409536 8864 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25611/tid=25614] ppid=25610 vsize=868564 CPUtime=0
/proc/25611/task/25614/stat : 25614 (java) S 25610 25597 20197 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24424908 889409536 8864 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25611/tid=25615] ppid=25610 vsize=868564 CPUtime=0
/proc/25611/task/25615/stat : 25615 (java) S 25610 25597 20197 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 24424908 889409536 8864 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25611/tid=25616] ppid=25610 vsize=868564 CPUtime=0
/proc/25611/task/25616/stat : 25616 (java) S 25610 25597 20197 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 24424910 889409536 8864 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25611/tid=25617] ppid=25610 vsize=868564 CPUtime=0.17
/proc/25611/task/25617/stat : 25617 (java) S 25610 25597 20197 0 -1 64 1475 0 0 0 17 0 0 0 16 0 9 0 24424910 889409536 8864 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25611/tid=25618] ppid=25610 vsize=868564 CPUtime=0
/proc/25611/task/25618/stat : 25618 (java) S 25610 25597 20197 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24424910 889409536 8864 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25611/tid=25619] ppid=25610 vsize=868564 CPUtime=0
/proc/25611/task/25619/stat : 25619 (java) S 25610 25597 20197 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24424910 889409536 8864 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.02
Current children cumulated vsize (KiB) 890788

[startup+6.30126 s]
/proc/loadavg: 2.66 2.29 2.10 3/93 25619
/proc/meminfo: memFree=1226920/2055920 swapFree=4192812/4192956
[pid=25597] ppid=25595 vsize=16868 CPUtime=1.35
/proc/25597/stat : 25597 (sugar) S 25595 25597 20197 0 -1 4194304 1310 10556 0 1 6 1 120 8 16 0 1 0 24424765 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25597/statm: 4217 1111 409 3 0 796 0
[pid=25610] ppid=25597 vsize=5356 CPUtime=0
/proc/25610/stat : 25610 (sh) S 25597 25597 20197 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24424905 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25610/statm: 1339 233 193 169 0 50 0
[pid=25611] ppid=25610 vsize=868676 CPUtime=4.82
/proc/25611/stat : 25611 (java) S 25610 25597 20197 0 -1 0 12224 0 1 0 449 33 0 0 19 0 9 0 24424905 889524224 10721 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25611/statm: 217169 10721 2590 9 0 211646 0
[pid=25611/tid=25612] ppid=25610 vsize=868676 CPUtime=3.72
/proc/25611/task/25612/stat : 25612 (java) R 25610 25597 20197 0 -1 64 3384 0 1 0 348 24 0 0 25 0 9 0 24424906 889524224 10721 996147200 134512640 134550932 4294955936 18446744073709551615 4126945359 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25611/tid=25613] ppid=25610 vsize=868676 CPUtime=0.84
/proc/25611/task/25613/stat : 25613 (java) S 25610 25597 20197 0 -1 64 6621 0 0 0 77 7 0 0 16 0 9 0 24424907 889524224 10721 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25611/tid=25614] ppid=25610 vsize=868676 CPUtime=0
/proc/25611/task/25614/stat : 25614 (java) S 25610 25597 20197 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24424908 889524224 10721 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25611/tid=25615] ppid=25610 vsize=868676 CPUtime=0
/proc/25611/task/25615/stat : 25615 (java) S 25610 25597 20197 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 24424908 889524224 10721 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25611/tid=25616] ppid=25610 vsize=868676 CPUtime=0
/proc/25611/task/25616/stat : 25616 (java) S 25610 25597 20197 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 24424910 889524224 10721 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25611/tid=25617] ppid=25610 vsize=868676 CPUtime=0.24
/proc/25611/task/25617/stat : 25617 (java) S 25610 25597 20197 0 -1 64 1520 0 0 0 23 1 0 0 16 0 9 0 24424910 889524224 10721 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25611/tid=25618] ppid=25610 vsize=868676 CPUtime=0
/proc/25611/task/25618/stat : 25618 (java) S 25610 25597 20197 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24424910 889524224 10721 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25611/tid=25619] ppid=25610 vsize=868676 CPUtime=0
/proc/25611/task/25619/stat : 25619 (java) S 25610 25597 20197 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24424910 889524224 10721 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 890900

[startup+12.703 s]
/proc/loadavg: 2.72 2.31 2.11 3/93 25619
/proc/meminfo: memFree=1147048/2055920 swapFree=4192812/4192956
[pid=25597] ppid=25595 vsize=16868 CPUtime=1.35
/proc/25597/stat : 25597 (sugar) S 25595 25597 20197 0 -1 4194304 1310 10556 0 1 6 1 120 8 16 0 1 0 24424765 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25597/statm: 4217 1111 409 3 0 796 0
[pid=25610] ppid=25597 vsize=5356 CPUtime=0
/proc/25610/stat : 25610 (sh) S 25597 25597 20197 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24424905 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25610/statm: 1339 233 193 169 0 50 0
[pid=25611] ppid=25610 vsize=868676 CPUtime=11.12
/proc/25611/stat : 25611 (java) S 25610 25597 20197 0 -1 0 13032 0 1 0 1021 91 0 0 19 0 9 0 24424905 889524224 10721 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25611/statm: 217169 10721 2590 9 0 211646 0
[pid=25611/tid=25612] ppid=25610 vsize=868676 CPUtime=9.65
/proc/25611/task/25612/stat : 25612 (java) R 25610 25597 20197 0 -1 64 4192 0 1 0 891 74 0 0 25 0 9 0 24424906 889524224 10721 996147200 134512640 134550932 4294955936 18446744073709551615 4126945356 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25611/tid=25613] ppid=25610 vsize=868676 CPUtime=1.2
/proc/25611/task/25613/stat : 25613 (java) S 25610 25597 20197 0 -1 64 6621 0 0 0 106 14 0 0 16 0 9 0 24424907 889524224 10721 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25611/tid=25614] ppid=25610 vsize=868676 CPUtime=0
/proc/25611/task/25614/stat : 25614 (java) S 25610 25597 20197 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24424908 889524224 10721 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25611/tid=25615] ppid=25610 vsize=868676 CPUtime=0
/proc/25611/task/25615/stat : 25615 (java) S 25610 25597 20197 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 24424908 889524224 10721 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25611/tid=25616] ppid=25610 vsize=868676 CPUtime=0
/proc/25611/task/25616/stat : 25616 (java) S 25610 25597 20197 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 24424910 889524224 10721 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25611/tid=25617] ppid=25610 vsize=868676 CPUtime=0.24
/proc/25611/task/25617/stat : 25617 (java) S 25610 25597 20197 0 -1 64 1520 0 0 0 23 1 0 0 16 0 9 0 24424910 889524224 10721 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25611/tid=25618] ppid=25610 vsize=868676 CPUtime=0
/proc/25611/task/25618/stat : 25618 (java) S 25610 25597 20197 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24424910 889524224 10721 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25611/tid=25619] ppid=25610 vsize=868676 CPUtime=0
/proc/25611/task/25619/stat : 25619 (java) S 25610 25597 20197 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24424910 889524224 10721 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.47
Current children cumulated vsize (KiB) 890900

[startup+25.5014 s]
/proc/loadavg: 2.68 2.32 2.11 5/86 25660
/proc/meminfo: memFree=886888/2055920 swapFree=4192812/4192956
[pid=25597] ppid=25595 vsize=16868 CPUtime=20.01
/proc/25597/stat : 25597 (sugar) S 25595 25597 20197 0 -1 4194304 1376 24876 0 2 6 1 1823 171 16 0 1 0 24424765 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25597/statm: 4217 1113 409 3 0 796 0
[pid=25640] ppid=25597 vsize=5356 CPUtime=0
/proc/25640/stat : 25640 (sh) S 25597 25597 20197 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24426828 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25640/statm: 1339 232 193 169 0 50 0
[pid=25641] ppid=25640 vsize=361868 CPUtime=4.77
/proc/25641/stat : 25641 (minisat) R 25640 25597 20197 0 -1 4194304 85232 0 0 0 412 65 0 0 25 0 1 0 24426828 370552832 85218 996147200 134512640 135127466 4294956256 18446744073709551615 134706298 0 0 4096 3 0 0 0 17 0 0 0
/proc/25641/statm: 90467 85219 62 150 0 90314 0
Current children cumulated CPU time (s) 24.78
Current children cumulated vsize (KiB) 384092

[startup+51.1013 s]
/proc/loadavg: 2.58 2.32 2.12 3/86 25660
/proc/meminfo: memFree=609256/2055920 swapFree=4192812/4192956
[pid=25597] ppid=25595 vsize=16868 CPUtime=20.01
/proc/25597/stat : 25597 (sugar) S 25595 25597 20197 0 -1 4194304 1376 24876 0 2 6 1 1823 171 16 0 1 0 24424765 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25597/statm: 4217 1113 409 3 0 796 0
[pid=25640] ppid=25597 vsize=5356 CPUtime=0
/proc/25640/stat : 25640 (sh) S 25597 25597 20197 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24426828 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25640/statm: 1339 232 193 169 0 50 0
[pid=25641] ppid=25640 vsize=409644 CPUtime=30.22
/proc/25641/stat : 25641 (minisat) R 25640 25597 20197 0 -1 4194304 97524 0 0 0 2950 72 0 0 25 0 1 0 24426828 419475456 97510 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/25641/statm: 102411 97510 75 150 0 102258 0
Current children cumulated CPU time (s) 50.23
Current children cumulated vsize (KiB) 431868

[startup+102.307 s]
/proc/loadavg: 2.39 2.31 2.12 3/86 25660
/proc/meminfo: memFree=416168/2055920 swapFree=4192812/4192956
[pid=25597] ppid=25595 vsize=16868 CPUtime=20.01
/proc/25597/stat : 25597 (sugar) S 25595 25597 20197 0 -1 4194304 1376 24876 0 2 6 1 1823 171 16 0 1 0 24424765 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25597/statm: 4217 1113 409 3 0 796 0
[pid=25640] ppid=25597 vsize=5356 CPUtime=0
/proc/25640/stat : 25640 (sh) S 25597 25597 20197 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24426828 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25640/statm: 1339 232 193 169 0 50 0
[pid=25641] ppid=25640 vsize=411888 CPUtime=81.13
/proc/25641/stat : 25641 (minisat) R 25640 25597 20197 0 -1 4194304 98137 0 0 0 8040 73 0 0 25 0 1 0 24426828 421773312 98123 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/25641/statm: 102972 98123 75 150 0 102819 0
Current children cumulated CPU time (s) 101.14

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

/proc/25641/stat : 25641 (minisat) R 25640 25597 20197 0 -1 4194304 99577 0 0 0 139366 81 0 0 25 0 1 0 24426828 427597824 99563 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/25641/statm: 104394 99563 75 150 0 104241 0
Current children cumulated CPU time (s) 1414.48
Current children cumulated vsize (KiB) 439800

[startup+1482.3 s]
/proc/loadavg: 2.07 2.08 2.09 3/84 25791
/proc/meminfo: memFree=972640/2055920 swapFree=4192812/4192956
[pid=25597] ppid=25595 vsize=16868 CPUtime=20.01
/proc/25597/stat : 25597 (sugar) S 25595 25597 20197 0 -1 4194304 1376 24876 0 2 6 1 1823 171 16 0 1 0 24424765 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25597/statm: 4217 1113 409 3 0 796 0
[pid=25640] ppid=25597 vsize=5356 CPUtime=0
/proc/25640/stat : 25640 (sh) S 25597 25597 20197 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24426828 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25640/statm: 1339 232 193 169 0 50 0
[pid=25641] ppid=25640 vsize=417972 CPUtime=1454.2
/proc/25641/stat : 25641 (minisat) R 25640 25597 20197 0 -1 4194304 99665 0 0 0 145339 81 0 0 25 0 1 0 24426828 428003328 99651 996147200 134512640 135127466 4294956256 18446744073709551615 134530679 0 0 4096 3 0 0 0 17 0 0 0
/proc/25641/statm: 104493 99651 75 150 0 104340 0
Current children cumulated CPU time (s) 1474.21
Current children cumulated vsize (KiB) 440196

[startup+1542.3 s]
/proc/loadavg: 2.06 2.08 2.09 3/84 25791
/proc/meminfo: memFree=972384/2055920 swapFree=4192812/4192956
[pid=25597] ppid=25595 vsize=16868 CPUtime=20.01
/proc/25597/stat : 25597 (sugar) S 25595 25597 20197 0 -1 4194304 1376 24876 0 2 6 1 1823 171 16 0 1 0 24424765 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25597/statm: 4217 1113 409 3 0 796 0
[pid=25640] ppid=25597 vsize=5356 CPUtime=0
/proc/25640/stat : 25640 (sh) S 25597 25597 20197 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24426828 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25640/statm: 1339 232 193 169 0 50 0
[pid=25641] ppid=25640 vsize=418316 CPUtime=1513.95
/proc/25641/stat : 25641 (minisat) R 25640 25597 20197 0 -1 4194304 99727 0 0 0 151314 81 0 0 25 0 1 0 24426828 428355584 99713 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 0 0 0
/proc/25641/statm: 104579 99713 75 150 0 104426 0
Current children cumulated CPU time (s) 1533.96
Current children cumulated vsize (KiB) 440540

[startup+1602.3 s]
/proc/loadavg: 2.18 2.11 2.09 3/84 25791
/proc/meminfo: memFree=972136/2055920 swapFree=4192812/4192956
[pid=25597] ppid=25595 vsize=16868 CPUtime=20.01
/proc/25597/stat : 25597 (sugar) S 25595 25597 20197 0 -1 4194304 1376 24876 0 2 6 1 1823 171 16 0 1 0 24424765 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25597/statm: 4217 1113 409 3 0 796 0
[pid=25640] ppid=25597 vsize=5356 CPUtime=0
/proc/25640/stat : 25640 (sh) S 25597 25597 20197 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24426828 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25640/statm: 1339 232 193 169 0 50 0
[pid=25641] ppid=25640 vsize=418448 CPUtime=1573.68
/proc/25641/stat : 25641 (minisat) R 25640 25597 20197 0 -1 4194304 99783 0 0 0 157287 81 0 0 25 0 1 0 24426828 428490752 99769 996147200 134512640 135127466 4294956256 18446744073709551615 134530581 0 0 4096 3 0 0 0 17 0 0 0
/proc/25641/statm: 104612 99769 75 150 0 104459 0
Current children cumulated CPU time (s) 1593.69
Current children cumulated vsize (KiB) 440672

[startup+1662.3 s]
/proc/loadavg: 2.14 2.10 2.09 3/84 25791
/proc/meminfo: memFree=971816/2055920 swapFree=4192812/4192956
[pid=25597] ppid=25595 vsize=16868 CPUtime=20.01
/proc/25597/stat : 25597 (sugar) S 25595 25597 20197 0 -1 4194304 1376 24876 0 2 6 1 1823 171 16 0 1 0 24424765 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25597/statm: 4217 1113 409 3 0 796 0
[pid=25640] ppid=25597 vsize=5356 CPUtime=0
/proc/25640/stat : 25640 (sh) S 25597 25597 20197 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24426828 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25640/statm: 1339 232 193 169 0 50 0
[pid=25641] ppid=25640 vsize=418712 CPUtime=1633.41
/proc/25641/stat : 25641 (minisat) R 25640 25597 20197 0 -1 4194304 99851 0 0 0 163260 81 0 0 25 0 1 0 24426828 428761088 99837 996147200 134512640 135127466 4294956256 18446744073709551615 134530828 0 0 4096 3 0 0 0 17 0 0 0
/proc/25641/statm: 104678 99837 75 150 0 104525 0
Current children cumulated CPU time (s) 1653.42
Current children cumulated vsize (KiB) 440936

[startup+1722.3 s]
/proc/loadavg: 2.12 2.10 2.09 3/84 25791
/proc/meminfo: memFree=971496/2055920 swapFree=4192812/4192956
[pid=25597] ppid=25595 vsize=16868 CPUtime=20.01
/proc/25597/stat : 25597 (sugar) S 25595 25597 20197 0 -1 4194304 1376 24876 0 2 6 1 1823 171 16 0 1 0 24424765 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25597/statm: 4217 1113 409 3 0 796 0
[pid=25640] ppid=25597 vsize=5356 CPUtime=0
/proc/25640/stat : 25640 (sh) S 25597 25597 20197 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24426828 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25640/statm: 1339 232 193 169 0 50 0
[pid=25641] ppid=25640 vsize=419108 CPUtime=1693.15
/proc/25641/stat : 25641 (minisat) R 25640 25597 20197 0 -1 4194304 99943 0 0 0 169233 82 0 0 25 0 1 0 24426828 429166592 99929 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/25641/statm: 104777 99929 75 150 0 104624 0
Current children cumulated CPU time (s) 1713.16
Current children cumulated vsize (KiB) 441332

[startup+1782.3 s]
/proc/loadavg: 2.10 2.09 2.09 3/84 25791
/proc/meminfo: memFree=970984/2055920 swapFree=4192812/4192956
[pid=25597] ppid=25595 vsize=16868 CPUtime=20.01
/proc/25597/stat : 25597 (sugar) S 25595 25597 20197 0 -1 4194304 1376 24876 0 2 6 1 1823 171 16 0 1 0 24424765 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25597/statm: 4217 1113 409 3 0 796 0
[pid=25640] ppid=25597 vsize=5356 CPUtime=0
/proc/25640/stat : 25640 (sh) S 25597 25597 20197 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24426828 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25640/statm: 1339 232 193 169 0 50 0
[pid=25641] ppid=25640 vsize=419372 CPUtime=1752.88
/proc/25641/stat : 25641 (minisat) R 25640 25597 20197 0 -1 4194304 100014 0 0 0 175206 82 0 0 25 0 1 0 24426828 429436928 100000 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/25641/statm: 104843 100000 75 150 0 104690 0
Current children cumulated CPU time (s) 1772.89
Current children cumulated vsize (KiB) 441596



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1809.6 s]
/proc/loadavg: 2.07 2.08 2.09 3/84 25791
/proc/meminfo: memFree=970856/2055920 swapFree=4192812/4192956
[pid=25597] ppid=25595 vsize=16868 CPUtime=20.01
/proc/25597/stat : 25597 (sugar) S 25595 25597 20197 0 -1 4194304 1376 24876 0 2 6 1 1823 171 16 0 1 0 24424765 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25597/statm: 4217 1113 409 3 0 796 0
[pid=25640] ppid=25597 vsize=5356 CPUtime=0
/proc/25640/stat : 25640 (sh) S 25597 25597 20197 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24426828 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25640/statm: 1339 232 193 169 0 50 0
[pid=25641] ppid=25640 vsize=419504 CPUtime=1780.06
/proc/25641/stat : 25641 (minisat) R 25640 25597 20197 0 -1 4194304 100056 0 0 0 177924 82 0 0 25 0 1 0 24426828 429572096 100042 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/25641/statm: 104876 100042 75 150 0 104723 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 441728

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

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

[startup+1809.6 s]
/proc/loadavg: 2.07 2.08 2.09 3/84 25791
/proc/meminfo: memFree=970856/2055920 swapFree=4192812/4192956
[pid=25597] ppid=25595 vsize=16868 CPUtime=20.01
/proc/25597/stat : 25597 (sugar) S 25595 25597 20197 0 -1 4194304 1376 24876 0 2 6 1 1823 171 16 0 1 0 24424765 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25597/statm: 4217 1113 409 3 0 796 0
[pid=25640] ppid=25597 vsize=5356 CPUtime=0
/proc/25640/stat : 25640 (sh) S 25597 25597 20197 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24426828 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25640/statm: 1339 232 193 169 0 50 0
[pid=25641] ppid=25640 vsize=419504 CPUtime=1780.06
/proc/25641/stat : 25641 (minisat) R 25640 25597 20197 0 -1 4194304 100056 0 0 0 177924 82 0 0 25 0 1 0 24426828 429572096 100042 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/25641/statm: 104876 100042 75 150 0 104723 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 441728

[startup+1809.72 s]
/proc/loadavg: 2.07 2.08 2.09 3/84 25791
/proc/meminfo: memFree=970856/2055920 swapFree=4192812/4192956
[pid=25597] ppid=25595 vsize=16868 CPUtime=20.07
/proc/25597/stat : 25597 (sugar) R 25595 25597 20197 0 -1 4194304 1423 25153 0 2 6 7 1823 171 16 0 1 0 24424765 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 266890613801 0 0 4224 16386 0 0 0 17 0 0 0
/proc/25597/statm: 4217 1114 410 3 0 796 0
Current children cumulated CPU time (s) 20.07
Current children cumulated vsize (KiB) 16868
#
############


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

[startup+1809.72 s]
/proc/loadavg: 2.07 2.08 2.09 3/84 25791
/proc/meminfo: memFree=970856/2055920 swapFree=4192812/4192956
[pid=25597] ppid=25595 vsize=16868 CPUtime=20.07
/proc/25597/stat : 25597 (sugar) R 25595 25597 20197 0 -1 4194304 1423 25153 0 2 6 7 1823 171 16 0 1 0 24424765 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 266890613801 0 0 4224 16386 0 0 0 17 0 0 0
/proc/25597/statm: 4217 1114 410 3 0 796 0
Current children cumulated CPU time (s) 20.07
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): 1780
#  lost CPU user time (s): 1779.24
#  lost CPU system time (s): 0.76

Real time (s): 1809.77
CPU time (s): 1800.13
CPU user time (s): 1797.54
CPU system time (s): 2.59372
CPU usage (%): 99.4675
Max. virtual memory (cumulated for all children) (KiB): 891040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 18.2972
system time used= 1.83372
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 26635
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= 21969
involuntary context switches= 22187

runsolver used 2.09168 second user time and 5.50116 second system time

The end

Launcher Data

Begin job on node38 at 2009-07-12 06:40:07
IDJOB=2081675
IDBENCH=57464
IDSOLVER=739
FILE ID=node38/2081675-1247373607
PBS_JOBID= 9507010
Free space on /tmp= 66440 MiB

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

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

MD5SUM BENCH= a1e64c0f46651e1a499cb740245cd60c
RANDOM SEED=1360361231

node38.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.229
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.229
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:       1283304 kB
Buffers:         45840 kB
Cached:         190120 kB
SwapCached:          0 kB
Active:         591436 kB
Inactive:       105708 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1283304 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2944 kB
Writeback:           0 kB
Mapped:         481636 kB
Slab:            59788 kB
Committed_AS:   657800 kB
PageTables:       2792 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= 66440 MiB
End job on node38 at 2009-07-12 07:10:19