Trace number 2081752

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 1802.84

General information on the benchmark

Namecsp/super-js/super-js-taillard-20/
normalized-super-js-taillard-20-22.xml
MD5SUM2dc1ef2385520df4e5d6471c36d68b37
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 size1545
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:50:39 2009
0.00/0.08	c 0	PID 25738
0.06/0.08	c 0	HOST node34.alineos.net
0.06/0.08	c 0	CONVERTING HOME/instance-2081752-1247374239.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-2081752-1247374239.xml' 'HOME/temp.csp'
1.15/1.29	c 1	96 domains, 800 variables, 4 predicates, 0 relations, 12940 constraints
1.25/1.34	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.25/1.34	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.25/1.43	c 2	Parsing HOME/temp.csp
1.25/1.58	c 2	parsed 10000 expressions
1.25/1.62	c 2	parsed 13840 expressions
1.25/1.63	c 2	Heap : 4 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.25/1.63	c 2	Converting to clausal form CSP
1.25/1.89	c 2	converted 1384 (10%) expressions
1.25/1.97	c 2	converted 2768 (20%) expressions
1.25/2.02	c 2	converted 4152 (30%) expressions
1.98/2.13	c 2	converted 5536 (40%) expressions
1.98/2.18	c 2	converted 6920 (50%) expressions
2.08/2.22	c 2	converted 8304 (60%) expressions
2.08/2.27	c 2	converted 9688 (70%) expressions
2.18/2.32	c 2	converted 11072 (80%) expressions
2.28/2.44	c 3	converted 12456 (90%) expressions
2.28/2.49	c 3	converted 13840 (100%) expressions
2.28/2.49	c 3	CSP : 800 integers, 0 booleans, 12940 clauses, largest domain size 1509
2.28/2.49	c 3	Heap : 13 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.28/2.49	c 3	Propagation in CSP
2.98/3.16	c 3	348304 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.98/3.16	c 3	CSP : 800 integers, 0 booleans, 12940 clauses, largest domain size 731
2.98/3.16	c 3	Heap : 13 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.98/3.17	c 3	Simplifing CSP by introducing new Boolean variables
3.28/3.40	c 4	CSP : 800 integers, 23600 booleans, 36540 clauses, largest domain size 731
3.28/3.40	c 4	Heap : 20 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
3.38/3.52	c 4	Encoding CSP to SAT : HOME/temp.cnf
3.47/3.61	c 4	80 (10%) CSP integer variables are encoded (47200 clauses, 685892 bytes)
3.47/3.67	c 4	160 (20%) CSP integer variables are encoded (93360 clauses, 1378292 bytes)
3.57/3.71	c 4	240 (30%) CSP integer variables are encoded (127160 clauses, 1939963 bytes)
3.57/3.76	c 4	320 (40%) CSP integer variables are encoded (163800 clauses, 2562843 bytes)
3.66/3.82	c 4	400 (50%) CSP integer variables are encoded (208080 clauses, 3315603 bytes)
3.66/3.88	c 4	480 (60%) CSP integer variables are encoded (255040 clauses, 4113923 bytes)
3.77/3.94	c 4	560 (70%) CSP integer variables are encoded (303840 clauses, 4943523 bytes)
3.87/4.00	c 4	640 (80%) CSP integer variables are encoded (349280 clauses, 5716003 bytes)
3.87/4.07	c 4	720 (90%) CSP integer variables are encoded (395560 clauses, 6502763 bytes)
3.97/4.11	c 4	800 (100%) CSP integer variables are encoded (429480 clauses, 7079403 bytes)
5.16/5.38	c 6	3654 (10%) CSP clauses are encoded (1049387 clauses, 21177639 bytes)
6.44/6.68	c 7	7308 (20%) CSP clauses are encoded (1717105 clauses, 36741153 bytes)
7.62/7.86	c 8	10962 (30%) CSP clauses are encoded (2313630 clauses, 50638398 bytes)
8.90/9.18	c 9	14616 (40%) CSP clauses are encoded (2986362 clauses, 66466326 bytes)
9.89/10.16	c 10	18270 (50%) CSP clauses are encoded (3481826 clauses, 78557149 bytes)
10.87/11.17	c 11	21924 (60%) CSP clauses are encoded (3994031 clauses, 91006065 bytes)
12.23/12.50	c 13	25578 (70%) CSP clauses are encoded (4673269 clauses, 107532213 bytes)
13.53/13.81	c 14	29232 (80%) CSP clauses are encoded (5346638 clauses, 123828789 bytes)
14.91/15.22	c 15	32886 (90%) CSP clauses are encoded (6085068 clauses, 141539270 bytes)
16.20/16.55	c 17	36540 (100%) CSP clauses are encoded (6797219 clauses, 157834163 bytes)
16.20/16.55	c 17	36540 CSP clauses encoded
16.20/16.55	c 17	Writing map file : HOME/temp.map
16.20/16.57	c 17	Heap : 13 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
16.20/16.57	c 17	SAT : 453880 SAT variables, 6797219 SAT clauses, 157834163 bytes
16.20/16.57	c 17	Heap : 13 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
16.20/16.58	c 17	SOLVING HOME/temp.cnf
16.20/16.58	c 17	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
16.20/16.58	c 17	This is MiniSat 2.0 beta
16.20/16.58	c 17	WARNING: for repeatability, setting FPU to use double precision
16.20/16.58	c 17	============================[ Problem Statistics ]=============================
16.20/16.58	c 17	|                                                                             |
16.20/16.59	c 17	|  Number of variables:  453880                                               |
16.20/16.59	c 17	|  Number of clauses:    6797219                                              |
20.13/20.59	c 21	|  Parsing time:         3.46         s                                       |
20.33/20.78	c 21	============================[ Search Statistics ]==============================
20.33/20.78	c 21	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
20.33/20.78	c 21	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
20.33/20.78	c 21	===============================================================================
20.33/20.78	c 21	|         0 |  447490  6790829 19301149 |  2263609        0    nan |  0.000 % |
25.98/26.48	c 27	|       100 |  447487  6790829 19301149 |  2489970       97     28 |  1.435 % |
30.53/31.09	c 31	|       251 |  447487  6790829 19301149 |  2738967      248     20 |  1.435 % |
38.65/39.30	c 39	|       476 |  447487  6790829 19301149 |  3012864      472     18 |  1.439 % |
50.64/51.36	c 52	|       814 |  447327  6788393 19294325 |  3314150      808     16 |  1.444 % |
66.99/67.81	c 68	|      1321 |  447327  6788393 19294325 |  3645566     1315     15 |  1.444 % |
92.74/93.84	c 94	|      2080 |  447284  6787956 19293129 |  4010122     2072     16 |  1.458 % |
123.55/124.93	c 125	|      3220 |  447169  6786132 19288056 |  4411134     3208     16 |  1.479 % |
179.23/181.15	c 181	|      4929 |  447136  6785622 19286642 |  4852248     4916     17 |  1.486 % |
262.57/264.65	c 265	|      7491 |  447136  6785622 19286642 |  5337473     7478     21 |  1.486 % |
402.50/404.70	c 405	|     11335 |  447020  6783551 19280834 |  5871220    11316     21 |  1.511 % |
595.83/598.09	c 598	|     17101 |  446972  6782971 19279244 |  6458342    17077     22 |  1.533 % |
905.70/908.02	c 908	|     25750 |  446726  6778912 19267891 |  7104176    25264     21 |  1.576 % |
1368.34/1370.81	c 1371	|     38725 |  446515  6775512 19258336 |  7814594    38223     22 |  1.623 % |
1800.08/1802.71	c ERROR INTERRUPTED
1800.08/1802.77	s UNKNOWN
1800.08/1802.77	c 1803	CPU 16.28 (0.06 0.01 14.96 1.25)
1800.08/1802.77	c 1803	END Sun Jul 12 07:20:42 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-2081752-1247374239/watcher-2081752-1247374239 -o /tmp/evaluation-result-2081752-1247374239/solver-2081752-1247374239 -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-2081752-1247374239.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: 1.92 1.98 1.99 4/72 25738
/proc/meminfo: memFree=1754976/2055920 swapFree=4192812/4192956
[pid=25738] ppid=25736 vsize=12268 CPUtime=0
/proc/25738/stat : 25738 (sugar) R 25736 25738 20259 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 24489925 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 254195497573 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/25738/statm: 3067 316 241 3 0 167 0

[startup+0.0819429 s]
/proc/loadavg: 1.92 1.98 1.99 4/72 25738
/proc/meminfo: memFree=1754976/2055920 swapFree=4192812/4192956
[pid=25738] ppid=25736 vsize=16740 CPUtime=0.06
/proc/25738/stat : 25738 (sugar) S 25736 25738 20259 0 -1 4194304 1152 0 0 0 5 1 0 0 18 0 1 0 24489925 17141760 1107 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25738/statm: 4185 1107 406 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.102574 s]
/proc/loadavg: 1.92 1.98 1.99 4/72 25738
/proc/meminfo: memFree=1754976/2055920 swapFree=4192812/4192956
[pid=25738] ppid=25736 vsize=16868 CPUtime=0.06
/proc/25738/stat : 25738 (sugar) S 25736 25738 20259 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 24489925 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25738/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301573 s]
/proc/loadavg: 1.92 1.98 1.99 4/72 25738
/proc/meminfo: memFree=1754976/2055920 swapFree=4192812/4192956
[pid=25738] ppid=25736 vsize=16868 CPUtime=0.06
/proc/25738/stat : 25738 (sugar) S 25736 25738 20259 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 24489925 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25738/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701607 s]
/proc/loadavg: 1.92 1.98 1.99 4/72 25738
/proc/meminfo: memFree=1754976/2055920 swapFree=4192812/4192956
[pid=25738] ppid=25736 vsize=16868 CPUtime=0.06
/proc/25738/stat : 25738 (sugar) S 25736 25738 20259 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 24489925 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25738/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50267 s]
/proc/loadavg: 1.92 1.98 1.99 4/83 25750
/proc/meminfo: memFree=1729608/2055920 swapFree=4192812/4192956
[pid=25738] ppid=25736 vsize=16868 CPUtime=1.25
/proc/25738/stat : 25738 (sugar) S 25736 25738 20259 0 -1 4194304 1309 10552 0 1 5 1 113 6 16 0 1 0 24489925 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25738/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 1.25
Current children cumulated vsize (KiB) 16868

[startup+3.10178 s]
/proc/loadavg: 1.92 1.98 1.99 3/83 25760
/proc/meminfo: memFree=1732936/2055920 swapFree=4192812/4192956
[pid=25738] ppid=25736 vsize=16868 CPUtime=1.26
/proc/25738/stat : 25738 (sugar) S 25736 25738 20259 0 -1 4194304 1310 10552 0 1 6 1 113 6 15 0 1 0 24489925 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25738/statm: 4217 1111 409 3 0 796 0
[pid=25751] ppid=25738 vsize=5356 CPUtime=0
/proc/25751/stat : 25751 (sh) S 25738 25738 20259 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24490060 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25751/statm: 1339 233 193 169 0 50 0
[pid=25752] ppid=25751 vsize=868564 CPUtime=1.72
/proc/25752/stat : 25752 (java) S 25751 25738 20259 0 -1 0 9862 0 1 0 166 6 0 0 18 0 9 0 24490060 889409536 8865 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25752/statm: 217141 8865 2566 9 0 211646 0
[pid=25752/tid=25753] ppid=25751 vsize=868564 CPUtime=1.19
/proc/25752/task/25753/stat : 25753 (java) R 25751 25738 20259 0 -1 64 2872 0 1 0 118 1 0 0 25 0 9 0 24490061 889409536 8865 996147200 134512640 134550932 4294955936 18446744073709551615 4126857751 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25752/tid=25754] ppid=25751 vsize=868564 CPUtime=0.34
/proc/25752/task/25754/stat : 25754 (java) S 25751 25738 20259 0 -1 64 4815 0 0 0 32 2 0 0 16 0 9 0 24490062 889409536 8865 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25752/tid=25755] ppid=25751 vsize=868564 CPUtime=0
/proc/25752/task/25755/stat : 25755 (java) S 25751 25738 20259 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24490063 889409536 8865 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25752/tid=25756] ppid=25751 vsize=868564 CPUtime=0
/proc/25752/task/25756/stat : 25756 (java) S 25751 25738 20259 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 24490063 889409536 8865 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25752/tid=25757] ppid=25751 vsize=868564 CPUtime=0
/proc/25752/task/25757/stat : 25757 (java) S 25751 25738 20259 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24490065 889409536 8865 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25752/tid=25758] ppid=25751 vsize=868564 CPUtime=0.16
/proc/25752/task/25758/stat : 25758 (java) S 25751 25738 20259 0 -1 64 1475 0 0 0 15 1 0 0 16 0 9 0 24490065 889409536 8865 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25752/tid=25759] ppid=25751 vsize=868564 CPUtime=0
/proc/25752/task/25759/stat : 25759 (java) S 25751 25738 20259 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24490065 889409536 8865 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25752/tid=25760] ppid=25751 vsize=868564 CPUtime=0
/proc/25752/task/25760/stat : 25760 (java) S 25751 25738 20259 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24490065 889409536 8865 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.98
Current children cumulated vsize (KiB) 890788

[startup+6.30202 s]
/proc/loadavg: 1.93 1.98 1.99 3/83 25760
/proc/meminfo: memFree=1697544/2055920 swapFree=4192812/4192956
[pid=25738] ppid=25736 vsize=16868 CPUtime=1.26
/proc/25738/stat : 25738 (sugar) S 25736 25738 20259 0 -1 4194304 1310 10552 0 1 6 1 113 6 16 0 1 0 24489925 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25738/statm: 4217 1111 409 3 0 796 0
[pid=25751] ppid=25738 vsize=5356 CPUtime=0
/proc/25751/stat : 25751 (sh) S 25738 25738 20259 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24490060 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25751/statm: 1339 233 193 169 0 50 0
[pid=25752] ppid=25751 vsize=868676 CPUtime=4.89
/proc/25752/stat : 25752 (java) S 25751 25738 20259 0 -1 0 12101 0 1 0 460 29 0 0 18 0 9 0 24490060 889524224 10556 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25752/statm: 217169 10556 2590 9 0 211646 0
[pid=25752/tid=25753] ppid=25751 vsize=868676 CPUtime=3.89
/proc/25752/task/25753/stat : 25753 (java) R 25751 25738 20259 0 -1 64 3410 0 1 0 368 21 0 0 25 0 9 0 24490061 889524224 10556 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25752/tid=25754] ppid=25751 vsize=868676 CPUtime=0.75
/proc/25752/task/25754/stat : 25754 (java) S 25751 25738 20259 0 -1 64 6471 0 0 0 69 6 0 0 16 0 9 0 24490062 889524224 10556 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25752/tid=25755] ppid=25751 vsize=868676 CPUtime=0
/proc/25752/task/25755/stat : 25755 (java) S 25751 25738 20259 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24490063 889524224 10556 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25752/tid=25756] ppid=25751 vsize=868676 CPUtime=0
/proc/25752/task/25756/stat : 25756 (java) S 25751 25738 20259 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 24490063 889524224 10556 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25752/tid=25757] ppid=25751 vsize=868676 CPUtime=0
/proc/25752/task/25757/stat : 25757 (java) S 25751 25738 20259 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24490065 889524224 10556 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25752/tid=25758] ppid=25751 vsize=868676 CPUtime=0.23
/proc/25752/task/25758/stat : 25758 (java) S 25751 25738 20259 0 -1 64 1520 0 0 0 22 1 0 0 16 0 9 0 24490065 889524224 10556 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25752/tid=25759] ppid=25751 vsize=868676 CPUtime=0
/proc/25752/task/25759/stat : 25759 (java) S 25751 25738 20259 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24490065 889524224 10556 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25752/tid=25760] ppid=25751 vsize=868676 CPUtime=0
/proc/25752/task/25760/stat : 25760 (java) S 25751 25738 20259 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24490065 889524224 10556 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.15
Current children cumulated vsize (KiB) 890900

[startup+12.7015 s]
/proc/loadavg: 2.01 2.00 2.00 3/83 25760
/proc/meminfo: memFree=1617288/2055920 swapFree=4192812/4192956
[pid=25738] ppid=25736 vsize=16868 CPUtime=1.26
/proc/25738/stat : 25738 (sugar) S 25736 25738 20259 0 -1 4194304 1310 10552 0 1 6 1 113 6 16 0 1 0 24489925 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25738/statm: 4217 1111 409 3 0 796 0
[pid=25751] ppid=25738 vsize=5356 CPUtime=0
/proc/25751/stat : 25751 (sh) S 25738 25738 20259 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24490060 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25751/statm: 1339 233 193 169 0 50 0
[pid=25752] ppid=25751 vsize=868676 CPUtime=11.18
/proc/25752/stat : 25752 (java) S 25751 25738 20259 0 -1 0 12954 0 1 0 1037 81 0 0 18 0 9 0 24490060 889524224 10556 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25752/statm: 217169 10556 2590 9 0 211646 0
[pid=25752/tid=25753] ppid=25751 vsize=868676 CPUtime=9.86
/proc/25752/task/25753/stat : 25753 (java) R 25751 25738 20259 0 -1 64 4263 0 1 0 920 66 0 0 25 0 9 0 24490061 889524224 10556 996147200 134512640 134550932 4294955936 18446744073709551615 4126983867 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25752/tid=25754] ppid=25751 vsize=868676 CPUtime=1.05
/proc/25752/task/25754/stat : 25754 (java) S 25751 25738 20259 0 -1 64 6471 0 0 0 94 11 0 0 16 0 9 0 24490062 889524224 10556 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25752/tid=25755] ppid=25751 vsize=868676 CPUtime=0
/proc/25752/task/25755/stat : 25755 (java) S 25751 25738 20259 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24490063 889524224 10556 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25752/tid=25756] ppid=25751 vsize=868676 CPUtime=0
/proc/25752/task/25756/stat : 25756 (java) S 25751 25738 20259 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 24490063 889524224 10556 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25752/tid=25757] ppid=25751 vsize=868676 CPUtime=0
/proc/25752/task/25757/stat : 25757 (java) S 25751 25738 20259 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24490065 889524224 10556 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25752/tid=25758] ppid=25751 vsize=868676 CPUtime=0.23
/proc/25752/task/25758/stat : 25758 (java) S 25751 25738 20259 0 -1 64 1520 0 0 0 22 1 0 0 16 0 9 0 24490065 889524224 10556 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25752/tid=25759] ppid=25751 vsize=868676 CPUtime=0
/proc/25752/task/25759/stat : 25759 (java) S 25751 25738 20259 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24490065 889524224 10556 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25752/tid=25760] ppid=25751 vsize=868676 CPUtime=0
/proc/25752/task/25760/stat : 25760 (java) S 25751 25738 20259 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24490065 889524224 10556 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.44
Current children cumulated vsize (KiB) 890900

[startup+25.5014 s]
/proc/loadavg: 2.15 2.03 2.01 3/75 25762
/proc/meminfo: memFree=1286856/2055920 swapFree=4192812/4192956
[pid=25738] ppid=25736 vsize=16868 CPUtime=16.28
/proc/25738/stat : 25738 (sugar) S 25736 25738 20259 0 -1 4194304 1376 24333 0 2 6 1 1496 125 15 0 1 0 24489925 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25738/statm: 4217 1113 409 3 0 796 0
[pid=25761] ppid=25738 vsize=5356 CPUtime=0
/proc/25761/stat : 25761 (sh) S 25738 25738 20259 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24491584 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25761/statm: 1339 232 193 169 0 50 0
[pid=25762] ppid=25761 vsize=313944 CPUtime=8.8
/proc/25762/stat : 25762 (minisat) R 25761 25738 20259 0 -1 4194304 76729 0 0 0 830 50 0 0 25 0 1 0 24491584 321478656 76715 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/25762/statm: 78486 76715 72 150 0 78333 0
Current children cumulated CPU time (s) 25.08
Current children cumulated vsize (KiB) 336168

[startup+51.1013 s]
/proc/loadavg: 2.10 2.03 2.01 3/75 25762
/proc/meminfo: memFree=1279560/2055920 swapFree=4192812/4192956
[pid=25738] ppid=25736 vsize=16868 CPUtime=16.28
/proc/25738/stat : 25738 (sugar) S 25736 25738 20259 0 -1 4194304 1376 24333 0 2 6 1 1496 125 16 0 1 0 24489925 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25738/statm: 4217 1113 409 3 0 796 0
[pid=25761] ppid=25738 vsize=5356 CPUtime=0
/proc/25761/stat : 25761 (sh) S 25738 25738 20259 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24491584 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25761/statm: 1339 232 193 169 0 50 0
[pid=25762] ppid=25761 vsize=322076 CPUtime=34.16
/proc/25762/stat : 25762 (minisat) R 25761 25738 20259 0 -1 4194304 78638 0 0 0 3364 52 0 0 25 0 1 0 24491584 329805824 78624 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/25762/statm: 80519 78624 75 150 0 80366 0
Current children cumulated CPU time (s) 50.44
Current children cumulated vsize (KiB) 344300

[startup+102.307 s]
/proc/loadavg: 2.04 2.02 2.00 3/75 25762
/proc/meminfo: memFree=1278152/2055920 swapFree=4192812/4192956
[pid=25738] ppid=25736 vsize=16868 CPUtime=16.28
/proc/25738/stat : 25738 (sugar) S 25736 25738 20259 0 -1 4194304 1376 24333 0 2 6 1 1496 125 16 0 1 0 24489925 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25738/statm: 4217 1113 409 3 0 796 0
[pid=25761] ppid=25738 vsize=5356 CPUtime=0
/proc/25761/stat : 25761 (sh) S 25738 25738 20259 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24491584 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25761/statm: 1339 232 193 169 0 50 0
[pid=25762] ppid=25761 vsize=323396 CPUtime=84.89
/proc/25762/stat : 25762 (minisat) R 25761 25738 20259 0 -1 4194304 78988 0 0 0 8437 52 0 0 25 0 1 0 24491584 331157504 78974 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/25762/statm: 80849 78974 75 150 0 80696 0
Current children cumulated CPU time (s) 101.17

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

/proc/25762/stat : 25762 (minisat) R 25761 25738 20259 0 -1 4194304 80226 0 0 0 140289 65 0 0 25 0 1 0 24491584 336125952 80212 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/25762/statm: 82062 80212 75 150 0 81909 0
Current children cumulated CPU time (s) 1419.82
Current children cumulated vsize (KiB) 350472

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 26471
/proc/meminfo: memFree=1212648/2055920 swapFree=4192812/4192956
[pid=25738] ppid=25736 vsize=16868 CPUtime=16.28
/proc/25738/stat : 25738 (sugar) S 25736 25738 20259 0 -1 4194304 1376 24333 0 2 6 1 1496 125 16 0 1 0 24489925 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25738/statm: 4217 1113 409 3 0 796 0
[pid=25761] ppid=25738 vsize=5356 CPUtime=0
/proc/25761/stat : 25761 (sh) S 25738 25738 20259 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24491584 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25761/statm: 1339 232 193 169 0 50 0
[pid=25762] ppid=25761 vsize=328592 CPUtime=1463.52
/proc/25762/stat : 25762 (minisat) R 25761 25738 20259 0 -1 4194304 80273 0 0 0 146287 65 0 0 25 0 1 0 24491584 336478208 80259 996147200 134512640 135127466 4294956256 18446744073709551615 134530654 0 0 4096 3 0 0 0 17 0 0 0
/proc/25762/statm: 82148 80259 75 150 0 81995 0
Current children cumulated CPU time (s) 1479.8
Current children cumulated vsize (KiB) 350816

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 26471
/proc/meminfo: memFree=1212328/2055920 swapFree=4192812/4192956
[pid=25738] ppid=25736 vsize=16868 CPUtime=16.28
/proc/25738/stat : 25738 (sugar) S 25736 25738 20259 0 -1 4194304 1376 24333 0 2 6 1 1496 125 16 0 1 0 24489925 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25738/statm: 4217 1113 409 3 0 796 0
[pid=25761] ppid=25738 vsize=5356 CPUtime=0
/proc/25761/stat : 25761 (sh) S 25738 25738 20259 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24491584 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25761/statm: 1339 232 193 169 0 50 0
[pid=25762] ppid=25761 vsize=328856 CPUtime=1523.49
/proc/25762/stat : 25762 (minisat) R 25761 25738 20259 0 -1 4194304 80333 0 0 0 152284 65 0 0 25 0 1 0 24491584 336748544 80319 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/25762/statm: 82214 80319 75 150 0 82061 0
Current children cumulated CPU time (s) 1539.77
Current children cumulated vsize (KiB) 351080

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 26471
/proc/meminfo: memFree=1212136/2055920 swapFree=4192812/4192956
[pid=25738] ppid=25736 vsize=16868 CPUtime=16.28
/proc/25738/stat : 25738 (sugar) S 25736 25738 20259 0 -1 4194304 1376 24333 0 2 6 1 1496 125 16 0 1 0 24489925 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25738/statm: 4217 1113 409 3 0 796 0
[pid=25761] ppid=25738 vsize=5356 CPUtime=0
/proc/25761/stat : 25761 (sh) S 25738 25738 20259 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24491584 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25761/statm: 1339 232 193 169 0 50 0
[pid=25762] ppid=25761 vsize=328992 CPUtime=1583.47
/proc/25762/stat : 25762 (minisat) R 25761 25738 20259 0 -1 4194304 80390 0 0 0 158282 65 0 0 25 0 1 0 24491584 336887808 80376 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/25762/statm: 82248 80376 75 150 0 82095 0
Current children cumulated CPU time (s) 1599.75
Current children cumulated vsize (KiB) 351216

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 26471
/proc/meminfo: memFree=1211880/2055920 swapFree=4192812/4192956
[pid=25738] ppid=25736 vsize=16868 CPUtime=16.28
/proc/25738/stat : 25738 (sugar) S 25736 25738 20259 0 -1 4194304 1376 24333 0 2 6 1 1496 125 16 0 1 0 24489925 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25738/statm: 4217 1113 409 3 0 796 0
[pid=25761] ppid=25738 vsize=5356 CPUtime=0
/proc/25761/stat : 25761 (sh) S 25738 25738 20259 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24491584 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25761/statm: 1339 232 193 169 0 50 0
[pid=25762] ppid=25761 vsize=329256 CPUtime=1643.45
/proc/25762/stat : 25762 (minisat) R 25761 25738 20259 0 -1 4194304 80448 0 0 0 164280 65 0 0 25 0 1 0 24491584 337158144 80434 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/25762/statm: 82314 80434 75 150 0 82161 0
Current children cumulated CPU time (s) 1659.73
Current children cumulated vsize (KiB) 351480

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 26471
/proc/meminfo: memFree=1211624/2055920 swapFree=4192812/4192956
[pid=25738] ppid=25736 vsize=16868 CPUtime=16.28
/proc/25738/stat : 25738 (sugar) S 25736 25738 20259 0 -1 4194304 1376 24333 0 2 6 1 1496 125 16 0 1 0 24489925 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25738/statm: 4217 1113 409 3 0 796 0
[pid=25761] ppid=25738 vsize=5356 CPUtime=0
/proc/25761/stat : 25761 (sh) S 25738 25738 20259 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24491584 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25761/statm: 1339 232 193 169 0 50 0
[pid=25762] ppid=25761 vsize=329388 CPUtime=1703.42
/proc/25762/stat : 25762 (minisat) R 25761 25738 20259 0 -1 4194304 80502 0 0 0 170277 65 0 0 25 0 1 0 24491584 337293312 80488 996147200 134512640 135127466 4294956256 18446744073709551615 134528655 0 0 4096 3 0 0 0 17 0 0 0
/proc/25762/statm: 82347 80488 75 150 0 82194 0
Current children cumulated CPU time (s) 1719.7
Current children cumulated vsize (KiB) 351612

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 26471
/proc/meminfo: memFree=1211368/2055920 swapFree=4192812/4192956
[pid=25738] ppid=25736 vsize=16868 CPUtime=16.28
/proc/25738/stat : 25738 (sugar) S 25736 25738 20259 0 -1 4194304 1376 24333 0 2 6 1 1496 125 16 0 1 0 24489925 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25738/statm: 4217 1113 409 3 0 796 0
[pid=25761] ppid=25738 vsize=5356 CPUtime=0
/proc/25761/stat : 25761 (sh) S 25738 25738 20259 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24491584 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25761/statm: 1339 232 193 169 0 50 0
[pid=25762] ppid=25761 vsize=329652 CPUtime=1763.41
/proc/25762/stat : 25762 (minisat) R 25761 25738 20259 0 -1 4194304 80555 0 0 0 176275 66 0 0 25 0 1 0 24491584 337563648 80541 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 0 0 0
/proc/25762/statm: 82413 80541 75 150 0 82260 0
Current children cumulated CPU time (s) 1779.69
Current children cumulated vsize (KiB) 351876



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1802.7 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 26471
/proc/meminfo: memFree=1211240/2055920 swapFree=4192812/4192956
[pid=25738] ppid=25736 vsize=16868 CPUtime=16.28
/proc/25738/stat : 25738 (sugar) S 25736 25738 20259 0 -1 4194304 1376 24333 0 2 6 1 1496 125 16 0 1 0 24489925 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25738/statm: 4217 1113 409 3 0 796 0
[pid=25761] ppid=25738 vsize=5356 CPUtime=0
/proc/25761/stat : 25761 (sh) S 25738 25738 20259 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24491584 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25761/statm: 1339 232 193 169 0 50 0
[pid=25762] ppid=25761 vsize=329784 CPUtime=1783.8
/proc/25762/stat : 25762 (minisat) R 25761 25738 20259 0 -1 4194304 80576 0 0 0 178314 66 0 0 25 0 1 0 24491584 337698816 80562 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/25762/statm: 82446 80562 75 150 0 82293 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 352008

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

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

[startup+1802.7 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 26471
/proc/meminfo: memFree=1211240/2055920 swapFree=4192812/4192956
[pid=25738] ppid=25736 vsize=16868 CPUtime=16.28
/proc/25738/stat : 25738 (sugar) S 25736 25738 20259 0 -1 4194304 1376 24333 0 2 6 1 1496 125 16 0 1 0 24489925 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25738/statm: 4217 1113 409 3 0 796 0
[pid=25761] ppid=25738 vsize=5356 CPUtime=0
/proc/25761/stat : 25761 (sh) S 25738 25738 20259 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24491584 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25761/statm: 1339 232 193 169 0 50 0
[pid=25762] ppid=25761 vsize=329784 CPUtime=1783.8
/proc/25762/stat : 25762 (minisat) R 25761 25738 20259 0 -1 4194304 80576 0 0 0 178314 66 0 0 25 0 1 0 24491584 337698816 80562 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/25762/statm: 82446 80562 75 150 0 82293 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 352008

[startup+1802.82 s]
/proc/loadavg: 2.00 2.00 2.00 4/84 26472
/proc/meminfo: memFree=1675368/2055920 swapFree=4192812/4192956
[pid=25738] ppid=25736 vsize=16868 CPUtime=16.35
/proc/25738/stat : 25738 (sugar) R 25736 25738 20259 0 -1 4194304 1423 24610 0 2 6 8 1496 125 17 0 1 0 24489925 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 254195504169 0 0 4224 16386 0 0 0 17 0 0 0
/proc/25738/statm: 4217 1114 410 3 0 796 0
Current children cumulated CPU time (s) 16.35
Current children cumulated vsize (KiB) 16868
#
############


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

[startup+1802.82 s]
/proc/loadavg: 2.00 2.00 2.00 4/84 26472
/proc/meminfo: memFree=1675368/2055920 swapFree=4192812/4192956
[pid=25738] ppid=25736 vsize=16868 CPUtime=16.35
/proc/25738/stat : 25738 (sugar) R 25736 25738 20259 0 -1 4194304 1423 24610 0 2 6 8 1496 125 17 0 1 0 24489925 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 254195504169 0 0 4224 16386 0 0 0 17 0 0 0
/proc/25738/statm: 4217 1114 410 3 0 796 0
Current children cumulated CPU time (s) 16.35
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.73
#  lost CPU user time (s): 1783.14
#  lost CPU system time (s): 0.59

Real time (s): 1802.84
CPU time (s): 1800.12
CPU user time (s): 1798.17
CPU system time (s): 1.94479
CPU usage (%): 99.8493
Max. virtual memory (cumulated for all children) (KiB): 891040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 15.0347
system time used= 1.35479
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 26092
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= 18981
involuntary context switches= 19133

runsolver used 2.08068 second user time and 6.13407 second system time

The end

Launcher Data

Begin job on node34 at 2009-07-12 06:50:39
IDJOB=2081752
IDBENCH=57483
IDSOLVER=739
FILE ID=node34/2081752-1247374239
PBS_JOBID= 9507037
Free space on /tmp= 66320 MiB

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

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

MD5SUM BENCH= 2dc1ef2385520df4e5d6471c36d68b37
RANDOM SEED=946952480

node34.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.232
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.232
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:       1755456 kB
Buffers:         42792 kB
Cached:         180044 kB
SwapCached:          0 kB
Active:         157080 kB
Inactive:        83488 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1755456 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2960 kB
Writeback:           0 kB
Mapped:          29312 kB
Slab:            45396 kB
Committed_AS:   174560 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= 66320 MiB
End job on node34 at 2009-07-12 07:20:44