Trace number 2072237

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.1 1801.74

General information on the benchmark

Namecsp/pseudoGLB/
normalized-chnl30-35-pb-cnf-cr.xml
MD5SUMa2ad68d0031c85caafac125e89e0e41c
Bench CategoryAlldiff+Elt+WSum (alldiff,element,weightedsum)
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 variables2100
Number of constraints130
Maximum constraint arity35
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)weightedsum(130)

Solver Data

0.00/0.08	c 0	Sugar v1-14-6 + HOME/minisat
0.00/0.08	c 0	BEGIN Sun Jul 12 01:50:19 2009
0.00/0.08	c 0	PID 17386
0.00/0.08	c 0	HOST node64.alineos.net
0.00/0.08	c 0	CONVERTING HOME/instance-2072237-1247356219.xml TO HOME/temp.csp
0.00/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2072237-1247356219.xml' 'HOME/temp.csp'
0.07/0.53	c 1	1 domains, 2100 variables, 0 predicates, 0 relations, 130 constraints
0.07/0.56	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.07/0.56	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'
0.51/0.64	c 1	Parsing HOME/temp.csp
0.51/0.76	c 1	parsed 2231 expressions
0.51/0.77	c 1	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.51/0.77	c 1	Converting to clausal form CSP
0.51/0.79	c 1	converted 224 (10%) expressions
0.51/0.79	c 1	converted 447 (20%) expressions
0.51/0.80	c 1	converted 670 (30%) expressions
0.51/0.80	c 1	converted 893 (40%) expressions
0.51/0.80	c 1	converted 1116 (50%) expressions
0.51/0.81	c 1	converted 1339 (60%) expressions
0.51/0.82	c 1	converted 1562 (70%) expressions
0.51/0.82	c 1	converted 1785 (80%) expressions
0.51/0.82	c 1	converted 2008 (90%) expressions
1.12/1.21	c 1	converted 2231 (100%) expressions
1.12/1.21	c 1	CSP : 2850 integers, 0 booleans, 1630 clauses, largest domain size 11
1.12/1.21	c 1	Heap : 2 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.12/1.21	c 1	Propagation in CSP
1.12/1.26	c 1	1740 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.12/1.27	c 1	CSP : 2850 integers, 0 booleans, 1630 clauses, largest domain size 11
1.12/1.27	c 1	Heap : 3 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.12/1.27	c 1	Simplifing CSP by introducing new Boolean variables
1.12/1.28	c 1	CSP : 2850 integers, 0 booleans, 1630 clauses, largest domain size 11
1.12/1.28	c 1	Heap : 2 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.21/1.31	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.21/1.32	c 1	285 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.21/1.32	c 1	570 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.21/1.33	c 1	855 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.21/1.33	c 1	1140 (40%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.21/1.33	c 1	1425 (50%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.21/1.34	c 1	1710 (60%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.21/1.34	c 1	1995 (70%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.21/1.34	c 1	2280 (80%) CSP integer variables are encoded (1620 clauses, 21124 bytes)
1.21/1.35	c 1	2565 (90%) CSP integer variables are encoded (1890 clauses, 24634 bytes)
1.21/1.35	c 1	2850 (100%) CSP integer variables are encoded (1890 clauses, 24634 bytes)
4.78/4.96	c 5	163 (10%) CSP clauses are encoded (145133 clauses, 4214183 bytes)
8.44/8.64	c 9	326 (20%) CSP clauses are encoded (288376 clauses, 8924948 bytes)
12.10/12.38	c 12	489 (30%) CSP clauses are encoded (431619 clauses, 13941889 bytes)
12.21/12.40	c 12	652 (40%) CSP clauses are encoded (432840 clauses, 13956315 bytes)
12.21/12.42	c 12	815 (50%) CSP clauses are encoded (434039 clauses, 13970665 bytes)
12.21/12.45	c 12	978 (60%) CSP clauses are encoded (435242 clauses, 13985090 bytes)
12.21/12.47	c 12	1141 (70%) CSP clauses are encoded (436459 clauses, 14000697 bytes)
12.21/12.49	c 12	1304 (80%) CSP clauses are encoded (437676 clauses, 14017389 bytes)
12.32/12.51	c 13	1467 (90%) CSP clauses are encoded (438881 clauses, 14033914 bytes)
12.32/12.53	c 13	1630 (100%) CSP clauses are encoded (440080 clauses, 14050360 bytes)
12.32/12.53	c 13	1630 CSP clauses encoded
12.32/12.53	c 13	Writing map file : HOME/temp.map
12.32/12.55	c 13	Heap : 2 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
12.32/12.55	c 13	SAT : 4740 SAT variables, 440080 SAT clauses, 14050360 bytes
12.32/12.55	c 13	Heap : 2 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
12.32/12.57	c 13	SOLVING HOME/temp.cnf
12.32/12.57	c 13	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
12.32/12.57	c 13	This is MiniSat 2.0 beta
12.32/12.57	c 13	WARNING: for repeatability, setting FPU to use double precision
12.32/12.57	c 13	============================[ Problem Statistics ]=============================
12.32/12.57	c 13	|                                                                             |
12.32/12.57	c 13	|  Number of variables:  4740                                                 |
12.32/12.57	c 13	|  Number of clauses:    440080                                               |
12.38/12.88	c 13	|  Parsing time:         0.27         s                                       |
12.38/12.90	c 13	============================[ Search Statistics ]==============================
12.38/12.90	c 13	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
12.38/12.90	c 13	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
12.38/12.90	c 13	===============================================================================
12.38/12.90	c 13	|         0 |    4740   440080  2602890 |   146693        0    nan |  0.000 % |
12.38/12.96	c 13	|       101 |    4740   440080  2602890 |   161362      101    140 |  0.000 % |
12.38/13.05	c 13	|       252 |    4740   440080  2602890 |   177498      252    188 |  0.000 % |
12.89/13.17	c 13	|       477 |    4740   440080  2602890 |   195248      477    220 |  0.000 % |
13.09/13.36	c 13	|       814 |    4740   440080  2602890 |   214773      814    252 |  0.000 % |
13.39/13.69	c 14	|      1321 |    4740   440080  2602890 |   236251     1321    285 |  0.000 % |
13.87/14.18	c 14	|      2080 |    4740   440080  2602890 |   259876     2080    308 |  0.000 % |
14.68/14.97	c 15	|      3219 |    4740   440080  2602890 |   285863     3219    309 |  0.000 % |
16.16/16.50	c 16	|      4928 |    4740   440080  2602890 |   314450     4928    333 |  0.000 % |
18.83/19.13	c 19	|      7491 |    4740   440080  2602890 |   345895     7491    355 |  0.000 % |
23.59/23.90	c 24	|     11335 |    4740   440080  2602890 |   380484    11335    376 |  0.000 % |
31.41/31.84	c 32	|     17102 |    4740   440080  2602890 |   418533    17102    395 |  0.000 % |
44.49/45.00	c 45	|     25751 |    4740   440080  2602890 |   460386    25751    409 |  0.000 % |
72.51/73.39	c 73	|     38725 |    4740   440080  2602890 |   506425    38725    432 |  0.000 % |
117.83/118.79	c 119	|     58186 |    4740   440080  2602890 |   557067    58186    450 |  0.000 % |
190.50/191.45	c 191	|     87378 |    4740   440080  2602890 |   612774    87378    460 |  0.000 % |
324.04/325.02	c 325	|    131167 |    4740   440080  2602890 |   674051   131167    476 |  0.000 % |
577.95/579.01	c 579	|    196851 |    4740   440080  2602890 |   741457   196851    486 |  0.000 % |
1057.45/1058.75	c 1059	|    295379 |    4740   440080  2602890 |   815602   295379    487 |  0.000 % |
1800.07/1801.61	c ERROR INTERRUPTED
12.38/1801.73	s UNKNOWN
12.38/1801.73	c 1802	CPU 12.38 (0.07 0.01 12.06 0.24)
12.38/1801.73	c 1802	END Sun Jul 12 02:20:21 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-2072237-1247356219/watcher-2072237-1247356219 -o /tmp/evaluation-result-2072237-1247356219/solver-2072237-1247356219 -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-2072237-1247356219.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.95 1.98 1.99 4/82 17386
/proc/meminfo: memFree=1876384/2055920 swapFree=4192812/4192956
[pid=17386] ppid=17384 vsize=12268 CPUtime=0
/proc/17386/stat : 17386 (sugar) R 17384 17386 16708 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 22685199 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 251255290469 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/17386/statm: 3067 316 241 3 0 167 0

[startup+0.099119 s]
/proc/loadavg: 1.95 1.98 1.99 4/82 17386
/proc/meminfo: memFree=1876384/2055920 swapFree=4192812/4192956
[pid=17386] ppid=17384 vsize=16868 CPUtime=0.07
/proc/17386/stat : 17386 (sugar) S 17384 17386 16708 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 22685199 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17386/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.102118 s]
/proc/loadavg: 1.95 1.98 1.99 4/82 17386
/proc/meminfo: memFree=1876384/2055920 swapFree=4192812/4192956
[pid=17386] ppid=17384 vsize=16868 CPUtime=0.07
/proc/17386/stat : 17386 (sugar) S 17384 17386 16708 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 22685199 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17386/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.301132 s]
/proc/loadavg: 1.95 1.98 1.99 4/82 17386
/proc/meminfo: memFree=1876384/2055920 swapFree=4192812/4192956
[pid=17386] ppid=17384 vsize=16868 CPUtime=0.07
/proc/17386/stat : 17386 (sugar) S 17384 17386 16708 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 22685199 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17386/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.701175 s]
/proc/loadavg: 1.95 1.98 1.99 4/82 17386
/proc/meminfo: memFree=1876384/2055920 swapFree=4192812/4192956
[pid=17386] ppid=17384 vsize=16868 CPUtime=0.51
/proc/17386/stat : 17386 (sugar) S 17384 17386 16708 0 -1 4194304 1309 4929 0 1 6 1 41 3 16 0 1 0 22685199 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17386/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 16868

[startup+1.50126 s]
/proc/loadavg: 1.95 1.98 1.99 4/93 17408
/proc/meminfo: memFree=1865352/2055920 swapFree=4192812/4192956
[pid=17386] ppid=17384 vsize=16868 CPUtime=0.51
/proc/17386/stat : 17386 (sugar) S 17384 17386 16708 0 -1 4194304 1310 4929 0 1 6 1 41 3 15 0 1 0 22685199 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17386/statm: 4217 1111 409 3 0 796 0
[pid=17399] ppid=17386 vsize=5356 CPUtime=0
/proc/17399/stat : 17399 (sh) S 17386 17386 16708 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22685255 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17399/statm: 1339 233 193 169 0 50 0
[pid=17400] ppid=17399 vsize=868620 CPUtime=0.91
/proc/17400/stat : 17400 (java) S 17399 17386 16708 0 -1 0 6856 0 1 0 87 4 0 0 18 0 9 0 22685256 889466880 6053 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17400/statm: 217155 6053 2589 9 0 211632 0
[pid=17400/tid=17401] ppid=17399 vsize=868620 CPUtime=0.59
/proc/17400/task/17401/stat : 17401 (java) R 17399 17386 16708 0 -1 64 2754 0 1 0 58 1 0 0 18 0 9 0 22685257 889466880 6053 996147200 134512640 134550932 4294955936 18446744073709551615 4126553869 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17400/tid=17402] ppid=17399 vsize=868620 CPUtime=0.07
/proc/17400/task/17402/stat : 17402 (java) S 17399 17386 16708 0 -1 64 1875 0 0 0 7 0 0 0 16 0 9 0 22685258 889466880 6053 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17400/tid=17403] ppid=17399 vsize=868620 CPUtime=0
/proc/17400/task/17403/stat : 17403 (java) S 17399 17386 16708 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22685258 889466880 6053 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17400/tid=17404] ppid=17399 vsize=868620 CPUtime=0
/proc/17400/task/17404/stat : 17404 (java) S 17399 17386 16708 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 22685258 889466880 6053 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17400/tid=17405] ppid=17399 vsize=868620 CPUtime=0
/proc/17400/task/17405/stat : 17405 (java) S 17399 17386 16708 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22685260 889466880 6053 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17400/tid=17406] ppid=17399 vsize=868620 CPUtime=0.21
/proc/17400/task/17406/stat : 17406 (java) S 17399 17386 16708 0 -1 64 1527 0 0 0 20 1 0 0 16 0 9 0 22685260 889466880 6053 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17400/tid=17407] ppid=17399 vsize=868620 CPUtime=0
/proc/17400/task/17407/stat : 17407 (java) S 17399 17386 16708 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 22685260 889466880 6053 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17400/tid=17408] ppid=17399 vsize=868620 CPUtime=0
/proc/17400/task/17408/stat : 17408 (java) S 17399 17386 16708 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22685260 889466880 6053 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.42
Current children cumulated vsize (KiB) 890844

[startup+3.10244 s]
/proc/loadavg: 1.95 1.98 1.99 3/93 17408
/proc/meminfo: memFree=1857992/2055920 swapFree=4192812/4192956
[pid=17386] ppid=17384 vsize=16868 CPUtime=0.51
/proc/17386/stat : 17386 (sugar) S 17384 17386 16708 0 -1 4194304 1310 4929 0 1 6 1 41 3 15 0 1 0 22685199 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17386/statm: 4217 1111 409 3 0 796 0
[pid=17399] ppid=17386 vsize=5356 CPUtime=0
/proc/17399/stat : 17399 (sh) S 17386 17386 16708 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22685255 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17399/statm: 1339 233 193 169 0 50 0
[pid=17400] ppid=17399 vsize=868620 CPUtime=2.49
/proc/17400/stat : 17400 (java) S 17399 17386 16708 0 -1 0 6968 0 1 0 243 6 0 0 18 0 9 0 22685256 889466880 6053 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17400/statm: 217155 6053 2589 9 0 211632 0
[pid=17400/tid=17401] ppid=17399 vsize=868620 CPUtime=2.15
/proc/17400/task/17401/stat : 17401 (java) R 17399 17386 16708 0 -1 64 2866 0 1 0 212 3 0 0 25 0 9 0 22685257 889466880 6053 996147200 134512640 134550932 4294955936 18446744073709551615 4126994478 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17400/tid=17402] ppid=17399 vsize=868620 CPUtime=0.09
/proc/17400/task/17402/stat : 17402 (java) S 17399 17386 16708 0 -1 64 1875 0 0 0 9 0 0 0 16 0 9 0 22685258 889466880 6053 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17400/tid=17403] ppid=17399 vsize=868620 CPUtime=0
/proc/17400/task/17403/stat : 17403 (java) S 17399 17386 16708 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22685258 889466880 6053 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17400/tid=17404] ppid=17399 vsize=868620 CPUtime=0
/proc/17400/task/17404/stat : 17404 (java) S 17399 17386 16708 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 22685258 889466880 6053 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17400/tid=17405] ppid=17399 vsize=868620 CPUtime=0
/proc/17400/task/17405/stat : 17405 (java) S 17399 17386 16708 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22685260 889466880 6053 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17400/tid=17406] ppid=17399 vsize=868620 CPUtime=0.21
/proc/17400/task/17406/stat : 17406 (java) S 17399 17386 16708 0 -1 64 1527 0 0 0 20 1 0 0 16 0 9 0 22685260 889466880 6053 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17400/tid=17407] ppid=17399 vsize=868620 CPUtime=0
/proc/17400/task/17407/stat : 17407 (java) S 17399 17386 16708 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 22685260 889466880 6053 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17400/tid=17408] ppid=17399 vsize=868620 CPUtime=0
/proc/17400/task/17408/stat : 17408 (java) S 17399 17386 16708 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22685260 889466880 6053 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3
Current children cumulated vsize (KiB) 890844

[startup+6.30278 s]
/proc/loadavg: 1.95 1.98 1.99 3/93 17408
/proc/meminfo: memFree=1853768/2055920 swapFree=4192812/4192956
[pid=17386] ppid=17384 vsize=16868 CPUtime=0.51
/proc/17386/stat : 17386 (sugar) S 17384 17386 16708 0 -1 4194304 1310 4929 0 1 6 1 41 3 16 0 1 0 22685199 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17386/statm: 4217 1111 409 3 0 796 0
[pid=17399] ppid=17386 vsize=5356 CPUtime=0
/proc/17399/stat : 17399 (sh) S 17386 17386 16708 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22685255 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17399/statm: 1339 233 193 169 0 50 0
[pid=17400] ppid=17399 vsize=868620 CPUtime=5.66
/proc/17400/stat : 17400 (java) S 17399 17386 16708 0 -1 0 7195 0 1 0 555 11 0 0 18 0 9 0 22685256 889466880 6054 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17400/statm: 217155 6054 2589 9 0 211632 0
[pid=17400/tid=17401] ppid=17399 vsize=868620 CPUtime=5.27
/proc/17400/task/17401/stat : 17401 (java) R 17399 17386 16708 0 -1 64 3092 0 1 0 520 7 0 0 25 0 9 0 22685257 889466880 6054 996147200 134512640 134550932 4294955936 18446744073709551615 4126550382 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17400/tid=17402] ppid=17399 vsize=868620 CPUtime=0.15
/proc/17400/task/17402/stat : 17402 (java) S 17399 17386 16708 0 -1 64 1875 0 0 0 14 1 0 0 15 0 9 0 22685258 889466880 6054 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17400/tid=17403] ppid=17399 vsize=868620 CPUtime=0
/proc/17400/task/17403/stat : 17403 (java) S 17399 17386 16708 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22685258 889466880 6054 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17400/tid=17404] ppid=17399 vsize=868620 CPUtime=0
/proc/17400/task/17404/stat : 17404 (java) S 17399 17386 16708 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 22685258 889466880 6054 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17400/tid=17405] ppid=17399 vsize=868620 CPUtime=0
/proc/17400/task/17405/stat : 17405 (java) S 17399 17386 16708 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22685260 889466880 6054 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17400/tid=17406] ppid=17399 vsize=868620 CPUtime=0.21
/proc/17400/task/17406/stat : 17406 (java) S 17399 17386 16708 0 -1 64 1528 0 0 0 20 1 0 0 16 0 9 0 22685260 889466880 6054 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17400/tid=17407] ppid=17399 vsize=868620 CPUtime=0
/proc/17400/task/17407/stat : 17407 (java) S 17399 17386 16708 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 22685260 889466880 6054 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17400/tid=17408] ppid=17399 vsize=868620 CPUtime=0
/proc/17400/task/17408/stat : 17408 (java) S 17399 17386 16708 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22685260 889466880 6054 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) 890844

[startup+12.7015 s]
/proc/loadavg: 1.96 1.98 1.99 3/93 17408
/proc/meminfo: memFree=1845064/2055920 swapFree=4192812/4192956
[pid=17386] ppid=17384 vsize=16868 CPUtime=12.38
/proc/17386/stat : 17386 (sugar) S 17384 17386 16708 0 -1 4194304 1376 12862 0 2 7 1 1206 24 16 0 1 0 22685199 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17386/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 12.38
Current children cumulated vsize (KiB) 16868

[startup+25.5029 s]
/proc/loadavg: 1.97 1.98 1.99 3/85 17410
/proc/meminfo: memFree=1813704/2055920 swapFree=4192812/4192956
[pid=17386] ppid=17384 vsize=16868 CPUtime=12.38
/proc/17386/stat : 17386 (sugar) S 17384 17386 16708 0 -1 4194304 1376 12862 0 2 7 1 1206 24 16 0 1 0 22685199 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17386/statm: 4217 1113 409 3 0 796 0
[pid=17409] ppid=17386 vsize=5356 CPUtime=0
/proc/17409/stat : 17409 (sh) S 17386 17386 16708 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22686456 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17409/statm: 1339 232 193 169 0 50 0
[pid=17410] ppid=17409 vsize=46284 CPUtime=12.79
/proc/17410/stat : 17410 (minisat) R 17409 17386 16708 0 -1 4194304 11456 0 0 0 1270 9 0 0 25 0 1 0 22686456 47394816 11442 996147200 134512640 135127466 4294956256 18446744073709551615 134527053 0 0 4096 3 0 0 0 17 1 0 0
/proc/17410/statm: 11571 11442 75 150 0 11418 0
Current children cumulated CPU time (s) 25.17
Current children cumulated vsize (KiB) 68508

[startup+51.1027 s]
/proc/loadavg: 1.98 1.98 1.99 3/85 17410
/proc/meminfo: memFree=1784264/2055920 swapFree=4192812/4192956
[pid=17386] ppid=17384 vsize=16868 CPUtime=12.38
/proc/17386/stat : 17386 (sugar) S 17384 17386 16708 0 -1 4194304 1376 12862 0 2 7 1 1206 24 16 0 1 0 22685199 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17386/statm: 4217 1113 409 3 0 796 0
[pid=17409] ppid=17386 vsize=5356 CPUtime=0
/proc/17409/stat : 17409 (sh) S 17386 17386 16708 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22686456 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17409/statm: 1339 232 193 169 0 50 0
[pid=17410] ppid=17409 vsize=75908 CPUtime=38.14
/proc/17410/stat : 17410 (minisat) R 17409 17386 16708 0 -1 4194304 18842 0 0 0 3799 15 0 0 25 0 1 0 22686456 77729792 18828 996147200 134512640 135127466 4294956256 18446744073709551615 134530866 0 0 4096 3 0 0 0 17 1 0 0
/proc/17410/statm: 18977 18828 75 150 0 18824 0
Current children cumulated CPU time (s) 50.52
Current children cumulated vsize (KiB) 98132

[startup+102.307 s]
/proc/loadavg: 2.01 1.99 1.99 3/77 17542
/proc/meminfo: memFree=1767112/2055920 swapFree=4192812/4192956
[pid=17386] ppid=17384 vsize=16868 CPUtime=12.38
/proc/17386/stat : 17386 (sugar) S 17384 17386 16708 0 -1 4194304 1376 12862 0 2 7 1 1206 24 16 0 1 0 22685199 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17386/statm: 4217 1113 409 3 0 796 0
[pid=17409] ppid=17386 vsize=5356 CPUtime=0
/proc/17409/stat : 17409 (sh) S 17386 17386 16708 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22686456 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17409/statm: 1339 232 193 169 0 50 0
[pid=17410] ppid=17409 vsize=122160 CPUtime=89.06
/proc/17410/stat : 17410 (minisat) R 17409 17386 16708 0 -1 4194304 30293 0 0 0 8879 27 0 0 25 0 1 0 22686456 125091840 30279 996147200 134512640 135127466 4294956256 18446744073709551615 134706298 0 0 4096 3 0 0 0 17 0 0 0
/proc/17410/statm: 30540 30279 75 150 0 30387 0
Current children cumulated CPU time (s) 101.44

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

/proc/loadavg: 1.99 1.97 1.99 3/78 17588
/proc/meminfo: memFree=1094400/2055920 swapFree=4192812/4192956
[pid=17386] ppid=17384 vsize=16868 CPUtime=12.38
/proc/17386/stat : 17386 (sugar) S 17384 17386 16708 0 -1 4194304 1376 12862 0 2 7 1 1206 24 16 0 1 0 22685199 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17386/statm: 4217 1113 409 3 0 796 0
[pid=17409] ppid=17386 vsize=5356 CPUtime=0
/proc/17409/stat : 17409 (sh) S 17386 17386 16708 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22686456 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17409/statm: 1339 232 193 169 0 50 0
[pid=17410] ppid=17409 vsize=757020 CPUtime=1468.51
/proc/17410/stat : 17410 (minisat) R 17409 17386 16708 0 -1 4194304 187949 0 0 0 146672 179 0 0 25 0 1 0 22686456 775188480 187914 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/17410/statm: 189255 187914 75 150 0 189102 0
Current children cumulated CPU time (s) 1480.89
Current children cumulated vsize (KiB) 779244

[startup+1542.3 s]
/proc/loadavg: 1.99 1.97 1.99 3/78 17588
/proc/meminfo: memFree=1077632/2055920 swapFree=4192812/4192956
[pid=17386] ppid=17384 vsize=16868 CPUtime=12.38
/proc/17386/stat : 17386 (sugar) S 17384 17386 16708 0 -1 4194304 1376 12862 0 2 7 1 1206 24 16 0 1 0 22685199 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17386/statm: 4217 1113 409 3 0 796 0
[pid=17409] ppid=17386 vsize=5356 CPUtime=0
/proc/17409/stat : 17409 (sh) S 17386 17386 16708 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22686456 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17409/statm: 1339 232 193 169 0 50 0
[pid=17410] ppid=17409 vsize=773508 CPUtime=1528.47
/proc/17410/stat : 17410 (minisat) R 17409 17386 16708 0 -1 4194304 192089 0 0 0 152665 182 0 0 25 0 1 0 22686456 792072192 192054 996147200 134512640 135127466 4294956256 18446744073709551615 134530772 0 0 4096 3 0 0 0 17 0 0 0
/proc/17410/statm: 193377 192054 75 150 0 193224 0
Current children cumulated CPU time (s) 1540.85
Current children cumulated vsize (KiB) 795732

[startup+1602.3 s]
/proc/loadavg: 1.99 1.97 1.99 3/78 17588
/proc/meminfo: memFree=1061760/2055920 swapFree=4192812/4192956
[pid=17386] ppid=17384 vsize=16868 CPUtime=12.38
/proc/17386/stat : 17386 (sugar) S 17384 17386 16708 0 -1 4194304 1376 12862 0 2 7 1 1206 24 16 0 1 0 22685199 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17386/statm: 4217 1113 409 3 0 796 0
[pid=17409] ppid=17386 vsize=5356 CPUtime=0
/proc/17409/stat : 17409 (sh) S 17386 17386 16708 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22686456 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17409/statm: 1339 232 193 169 0 50 0
[pid=17410] ppid=17409 vsize=789724 CPUtime=1588.45
/proc/17410/stat : 17410 (minisat) R 17409 17386 16708 0 -1 4194304 196069 0 0 0 158658 187 0 0 25 0 1 0 22686456 808677376 196034 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/17410/statm: 197431 196034 75 150 0 197278 0
Current children cumulated CPU time (s) 1600.83
Current children cumulated vsize (KiB) 811948

[startup+1662.3 s]
/proc/loadavg: 1.99 1.97 1.99 3/78 17588
/proc/meminfo: memFree=1044480/2055920 swapFree=4192812/4192956
[pid=17386] ppid=17384 vsize=16868 CPUtime=12.38
/proc/17386/stat : 17386 (sugar) S 17384 17386 16708 0 -1 4194304 1376 12862 0 2 7 1 1206 24 16 0 1 0 22685199 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17386/statm: 4217 1113 409 3 0 796 0
[pid=17409] ppid=17386 vsize=5356 CPUtime=0
/proc/17409/stat : 17409 (sh) S 17386 17386 16708 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22686456 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17409/statm: 1339 232 193 169 0 50 0
[pid=17410] ppid=17409 vsize=806992 CPUtime=1648.43
/proc/17410/stat : 17410 (minisat) R 17409 17386 16708 0 -1 4194304 200357 0 0 0 164652 191 0 0 25 0 1 0 22686456 826359808 200322 996147200 134512640 135127466 4294956256 18446744073709551615 134530736 0 0 4096 3 0 0 0 17 0 0 0
/proc/17410/statm: 201748 200322 75 150 0 201595 0
Current children cumulated CPU time (s) 1660.81
Current children cumulated vsize (KiB) 829216

[startup+1722.3 s]
/proc/loadavg: 1.99 1.97 1.99 3/79 17589
/proc/meminfo: memFree=1029816/2055920 swapFree=4192812/4192956
[pid=17386] ppid=17384 vsize=16868 CPUtime=12.38
/proc/17386/stat : 17386 (sugar) S 17384 17386 16708 0 -1 4194304 1376 12862 0 2 7 1 1206 24 16 0 1 0 22685199 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17386/statm: 4217 1113 409 3 0 796 0
[pid=17409] ppid=17386 vsize=5356 CPUtime=0
/proc/17409/stat : 17409 (sh) S 17386 17386 16708 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22686456 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17409/statm: 1339 232 193 169 0 50 0
[pid=17410] ppid=17409 vsize=821556 CPUtime=1708.41
/proc/17410/stat : 17410 (minisat) R 17409 17386 16708 0 -1 4194304 203991 0 0 0 170647 194 0 0 25 0 1 0 22686456 841273344 203956 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/17410/statm: 205389 203956 75 150 0 205236 0
Current children cumulated CPU time (s) 1720.79
Current children cumulated vsize (KiB) 843780

[startup+1782.3 s]
/proc/loadavg: 1.99 1.97 1.99 3/79 17589
/proc/meminfo: memFree=1015928/2055920 swapFree=4192812/4192956
[pid=17386] ppid=17384 vsize=16868 CPUtime=12.38
/proc/17386/stat : 17386 (sugar) S 17384 17386 16708 0 -1 4194304 1376 12862 0 2 7 1 1206 24 16 0 1 0 22685199 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17386/statm: 4217 1113 409 3 0 796 0
[pid=17409] ppid=17386 vsize=5356 CPUtime=0
/proc/17409/stat : 17409 (sh) S 17386 17386 16708 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22686456 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17409/statm: 1339 232 193 169 0 50 0
[pid=17410] ppid=17409 vsize=835308 CPUtime=1768.38
/proc/17410/stat : 17410 (minisat) R 17409 17386 16708 0 -1 4194304 207387 0 0 0 176641 197 0 0 25 0 1 0 22686456 855355392 207352 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/17410/statm: 208827 207352 75 150 0 208674 0
Current children cumulated CPU time (s) 1780.76
Current children cumulated vsize (KiB) 857532



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1801.6 s]
/proc/loadavg: 1.99 1.97 1.99 3/79 17589
/proc/meminfo: memFree=1011640/2055920 swapFree=4192812/4192956
[pid=17386] ppid=17384 vsize=16868 CPUtime=12.38
/proc/17386/stat : 17386 (sugar) S 17384 17386 16708 0 -1 4194304 1376 12862 0 2 7 1 1206 24 16 0 1 0 22685199 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17386/statm: 4217 1113 409 3 0 796 0
[pid=17409] ppid=17386 vsize=5356 CPUtime=0
/proc/17409/stat : 17409 (sh) S 17386 17386 16708 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22686456 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17409/statm: 1339 232 193 169 0 50 0
[pid=17410] ppid=17409 vsize=839408 CPUtime=1787.69
/proc/17410/stat : 17410 (minisat) R 17409 17386 16708 0 -1 4194304 208443 0 0 0 178570 199 0 0 25 0 1 0 22686456 859553792 208408 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/17410/statm: 209852 208408 75 150 0 209699 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 861632

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

############
# WARNING:
# current cumulated CPU time (12.38 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 (1787.69 s) to the 'lost time'.

[startup+1801.6 s]
/proc/loadavg: 1.99 1.97 1.99 3/79 17589
/proc/meminfo: memFree=1011640/2055920 swapFree=4192812/4192956
[pid=17386] ppid=17384 vsize=16868 CPUtime=12.38
/proc/17386/stat : 17386 (sugar) S 17384 17386 16708 0 -1 4194304 1376 12862 0 2 7 1 1206 24 16 0 1 0 22685199 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17386/statm: 4217 1113 409 3 0 796 0
[pid=17409] ppid=17386 vsize=5356 CPUtime=0
/proc/17409/stat : 17409 (sh) S 17386 17386 16708 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22686456 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17409/statm: 1339 232 193 169 0 50 0
[pid=17410] ppid=17409 vsize=839408 CPUtime=1787.69
/proc/17410/stat : 17410 (minisat) R 17409 17386 16708 0 -1 4194304 208443 0 0 0 178570 199 0 0 25 0 1 0 22686456 859553792 208408 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/17410/statm: 209852 208408 75 150 0 209699 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 861632

[startup+1801.72 s]
/proc/loadavg: 1.99 1.97 1.99 3/80 17590
/proc/meminfo: memFree=1792304/2055920 swapFree=4192812/4192956
[pid=17386] ppid=17384 vsize=16868 CPUtime=12.38
/proc/17386/stat : 17386 (sugar) S 17384 17386 16708 0 -1 4194304 1398 12862 0 2 7 1 1206 24 16 0 1 0 22685199 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 251264020578 0 16384 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/17386/statm: 4217 1113 409 3 0 796 0
[pid=17409] ppid=17386 vsize=0 CPUtime=0
/proc/17409/stat : 17409 (sh) Z 17386 17386 16708 0 -1 4195340 277 0 0 0 0 0 0 0 16 0 1 0 22686456 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 1 0 0
/proc/17409/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 12.38
Current children cumulated vsize (KiB) 16868
#
############


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

[startup+1801.72 s]
/proc/loadavg: 1.99 1.97 1.99 3/80 17590
/proc/meminfo: memFree=1792304/2055920 swapFree=4192812/4192956
[pid=17386] ppid=17384 vsize=16868 CPUtime=12.38
/proc/17386/stat : 17386 (sugar) S 17384 17386 16708 0 -1 4194304 1398 12862 0 2 7 1 1206 24 16 0 1 0 22685199 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 251264020578 0 16384 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/17386/statm: 4217 1113 409 3 0 796 0
[pid=17409] ppid=17386 vsize=0 CPUtime=0
/proc/17409/stat : 17409 (sh) Z 17386 17386 16708 0 -1 4195340 277 0 0 0 0 0 0 0 16 0 1 0 22686456 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 1 0 0
/proc/17409/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 12.38
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): 1787.69
#  lost CPU user time (s): 1785.7
#  lost CPU system time (s): 1.99

Real time (s): 1801.74
CPU time (s): 1800.1
CPU user time (s): 1797.84
CPU system time (s): 2.25896
CPU usage (%): 99.9092
Max. virtual memory (cumulated for all children) (KiB): 890844

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 12.1412
system time used= 0.268959
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 14621
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= 9259
involuntary context switches= 9466

runsolver used 2.04269 second user time and 6.16306 second system time

The end

Launcher Data

Begin job on node64 at 2009-07-12 01:50:19
IDJOB=2072237
IDBENCH=55631
IDSOLVER=739
FILE ID=node64/2072237-1247356219
PBS_JOBID= 9506942
Free space on /tmp= 66320 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/pseudoGLB/normalized-chnl30-35-pb-cnf-cr.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-2072237-1247356219/watcher-2072237-1247356219 -o /tmp/evaluation-result-2072237-1247356219/solver-2072237-1247356219 -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-2072237-1247356219.xml

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

MD5SUM BENCH= a2ad68d0031c85caafac125e89e0e41c
RANDOM SEED=1424249570

node64.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.220
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.220
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:       1876928 kB
Buffers:         12908 kB
Cached:          62096 kB
SwapCached:          0 kB
Active:         106816 kB
Inactive:        23288 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1876928 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1776 kB
Writeback:           0 kB
Mapped:          75476 kB
Slab:            33748 kB
Committed_AS:   243572 kB
PageTables:       1908 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66316 MiB
End job on node64 at 2009-07-12 02:20:23