Trace number 2068937

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.04 1810.43

General information on the benchmark

Namecsp/tdsp/
normalized-C4-1-60.xml
MD5SUMb21f5127694617ef1ec57e033a0a71a2
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1354.16
Satisfiable
(Un)Satisfiability was proved
Number of variables149
Number of constraints1274
Maximum constraint arity6
Maximum domain size61
Number of constraints which are defined in extension0
Number of constraints which are defined in intension1274
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 Sat Jul 11 23:49:59 2009
0.00/0.08	c 0	PID 14315
0.00/0.08	c 0	HOST node56.alineos.net
0.00/0.08	c 0	CONVERTING HOME/instance-2068937-1247348998.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-2068937-1247348998.xml' 'HOME/temp.csp'
0.07/0.68	c 0	5 domains, 149 variables, 2 predicates, 0 relations, 1274 constraints
0.07/0.71	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.07/0.71	c 0	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.07/0.79	c 0	Parsing HOME/temp.csp
0.65/0.88	c 0	parsed 1430 expressions
0.65/0.88	c 0	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.65/0.88	c 0	Converting to clausal form CSP
0.65/0.91	c 0	converted 143 (10%) expressions
0.91/1.08	c 1	converted 286 (20%) expressions
1.02/1.12	c 1	converted 429 (30%) expressions
1.02/1.14	c 1	converted 572 (40%) expressions
1.02/1.15	c 1	converted 715 (50%) expressions
1.02/1.17	c 1	converted 858 (60%) expressions
1.02/1.18	c 1	converted 1001 (70%) expressions
1.02/1.20	c 1	converted 1144 (80%) expressions
1.11/1.21	c 1	converted 1287 (90%) expressions
1.11/1.22	c 1	converted 1430 (100%) expressions
1.11/1.22	c 1	CSP : 246 integers, 0 booleans, 1466 clauses, largest domain size 59
1.11/1.22	c 1	Heap : 2 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.11/1.22	c 1	Propagation in CSP
1.11/1.23	c 1	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.11/1.23	c 1	CSP : 246 integers, 0 booleans, 1466 clauses, largest domain size 59
1.11/1.23	c 1	Heap : 2 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.11/1.24	c 1	Simplifing CSP by introducing new Boolean variables
1.11/1.27	c 1	CSP : 246 integers, 4704 booleans, 6170 clauses, largest domain size 59
1.11/1.27	c 1	Heap : 3 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.20/1.31	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.20/1.33	c 1	25 (10%) CSP integer variables are encoded (870 clauses, 9422 bytes)
1.20/1.33	c 1	50 (20%) CSP integer variables are encoded (1682 clauses, 19771 bytes)
1.20/1.33	c 1	74 (30%) CSP integer variables are encoded (2534 clauses, 30847 bytes)
1.20/1.33	c 1	99 (40%) CSP integer variables are encoded (3477 clauses, 43106 bytes)
1.20/1.34	c 1	123 (50%) CSP integer variables are encoded (4331 clauses, 54208 bytes)
1.20/1.34	c 1	148 (60%) CSP integer variables are encoded (5252 clauses, 66181 bytes)
1.20/1.34	c 1	173 (70%) CSP integer variables are encoded (5404 clauses, 68157 bytes)
1.20/1.34	c 1	197 (80%) CSP integer variables are encoded (5540 clauses, 69925 bytes)
1.20/1.34	c 1	222 (90%) CSP integer variables are encoded (5701 clauses, 72018 bytes)
1.20/1.34	c 1	246 (100%) CSP integer variables are encoded (5846 clauses, 73903 bytes)
1.50/1.60	c 1	617 (10%) CSP clauses are encoded (114063 clauses, 2365914 bytes)
2.00/2.18	c 2	1234 (20%) CSP clauses are encoded (367628 clauses, 7980786 bytes)
2.38/2.57	c 2	1851 (30%) CSP clauses are encoded (546899 clauses, 11924717 bytes)
2.99/3.16	c 3	2468 (40%) CSP clauses are encoded (829542 clauses, 18299471 bytes)
3.28/3.44	c 3	3085 (50%) CSP clauses are encoded (955925 clauses, 21187104 bytes)
3.47/3.68	c 3	3702 (60%) CSP clauses are encoded (1074055 clauses, 23871816 bytes)
3.87/4.02	c 4	4319 (70%) CSP clauses are encoded (1233673 clauses, 27538310 bytes)
4.17/4.35	c 4	4936 (80%) CSP clauses are encoded (1390200 clauses, 31128513 bytes)
4.56/4.74	c 4	5553 (90%) CSP clauses are encoded (1576553 clauses, 35522450 bytes)
4.96/5.13	c 5	6170 (100%) CSP clauses are encoded (1755936 clauses, 39838428 bytes)
4.96/5.13	c 5	6170 CSP clauses encoded
4.96/5.13	c 5	Writing map file : HOME/temp.map
4.96/5.14	c 5	Heap : 3 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
4.96/5.14	c 5	SAT : 10793 SAT variables, 1755936 SAT clauses, 39838428 bytes
4.96/5.14	c 5	Heap : 3 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
4.96/5.15	c 5	SOLVING HOME/temp.cnf
4.96/5.15	c 5	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
4.96/5.16	c 5	This is MiniSat 2.0 beta
4.96/5.16	c 5	WARNING: for repeatability, setting FPU to use double precision
4.96/5.16	c 5	============================[ Problem Statistics ]=============================
4.96/5.16	c 5	|                                                                             |
4.96/5.16	c 5	|  Number of variables:  10793                                                |
4.96/5.16	c 5	|  Number of clauses:    1755936                                              |
5.96/6.14	c 6	|  Parsing time:         0.84         s                                       |
5.96/6.19	c 6	============================[ Search Statistics ]==============================
5.96/6.19	c 6	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
5.96/6.19	c 6	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
5.96/6.19	c 6	===============================================================================
5.96/6.19	c 6	|         0 |   10793  1755936  6693872 |   585312        0    nan |  0.000 % |
6.35/6.51	c 6	|       100 |   10793  1755936  6693872 |   643843      100     23 |  0.000 % |
6.54/6.79	c 6	|       254 |   10793  1755936  6693872 |   708227      254     22 |  0.000 % |
6.93/7.13	c 7	|       481 |   10793  1755936  6693872 |   779050      481     21 |  0.000 % |
7.33/7.53	c 7	|       818 |   10793  1755936  6693872 |   856955      818     22 |  0.000 % |
7.91/8.14	c 8	|      1324 |   10793  1755936  6693872 |   942650     1324     25 |  0.000 % |
8.42/8.67	c 8	|      2083 |   10793  1755936  6693872 |  1036915     2083     37 |  0.000 % |
9.51/9.72	c 9	|      3222 |   10793  1755936  6693872 |  1140607     3222     39 |  0.000 % |
10.98/11.25	c 11	|      4930 |   10793  1755936  6693872 |  1254668     4930     41 |  0.000 % |
13.26/13.58	c 13	|      7492 |   10793  1755936  6693872 |  1380135     7492     47 |  0.000 % |
17.03/17.39	c 17	|     11337 |   10793  1755936  6693872 |  1518148    11337     46 |  0.000 % |
22.68/23.05	c 23	|     17103 |   10793  1755936  6693872 |  1669963    17103     59 |  0.000 % |
30.79/31.24	c 31	|     25753 |   10793  1755936  6693872 |  1836959    25753     70 |  0.000 % |
44.37/44.99	c 44	|     38729 |   10793  1755936  6693872 |  2020655    38729     89 |  0.000 % |
69.23/70.04	c 70	|     58190 |   10793  1755936  6693872 |  2222721    58190    107 |  0.000 % |
127.38/128.74	c 128	|     87383 |   10793  1755936  6693872 |  2444993    87383    141 |  0.000 % |
195.41/197.44	c 197	|    131172 |   10793  1755936  6693872 |  2689492   131172    152 |  0.000 % |
301.27/304.20	c 304	|    196856 |   10793  1755936  6693872 |  2958442   196856    146 |  0.000 % |
567.26/570.87	c 570	|    295382 |   10793  1755936  6693872 |  3254286   295382    179 |  0.000 % |
962.00/967.53	c 967	|    443171 |   10793  1755936  6693872 |  3579714   443171    177 |  0.000 % |
1793.86/1804.12	c 1804	|    664854 |   10793  1755936  6693872 |  3937686   664854    191 |  0.000 % |
1800.01/1810.31	c ERROR INTERRUPTED
1800.01/1810.41	s UNKNOWN
1800.01/1810.41	c 1810	CPU 5.04 (0.05 0.03 4.52 0.44)
1800.01/1810.41	c 1810	END Sun Jul 12 00:20:09 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-2068937-1247348998/watcher-2068937-1247348998 -o /tmp/evaluation-result-2068937-1247348998/solver-2068937-1247348998 -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-2068937-1247348998.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/75 14315
/proc/meminfo: memFree=1119632/2055920 swapFree=4192956/4192956
[pid=14315] ppid=14313 vsize=12268 CPUtime=0
/proc/14315/stat : 14315 (sugar) R 14313 14315 12676 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 21963161 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 250977762302 0 0 4224 0 0 0 0 17 1 0 0
/proc/14315/statm: 3067 316 241 3 0 167 0

[startup+0.0972229 s]
/proc/loadavg: 1.92 1.98 1.99 4/75 14315
/proc/meminfo: memFree=1119632/2055920 swapFree=4192956/4192956
[pid=14315] ppid=14313 vsize=16868 CPUtime=0.07
/proc/14315/stat : 14315 (sugar) S 14313 14315 12676 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 21963161 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14315/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.10123 s]
/proc/loadavg: 1.92 1.98 1.99 4/75 14315
/proc/meminfo: memFree=1119632/2055920 swapFree=4192956/4192956
[pid=14315] ppid=14313 vsize=16868 CPUtime=0.07
/proc/14315/stat : 14315 (sugar) S 14313 14315 12676 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 21963161 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14315/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.301237 s]
/proc/loadavg: 1.92 1.98 1.99 4/75 14315
/proc/meminfo: memFree=1119632/2055920 swapFree=4192956/4192956
[pid=14315] ppid=14313 vsize=16868 CPUtime=0.07
/proc/14315/stat : 14315 (sugar) S 14313 14315 12676 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 21963161 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14315/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.701276 s]
/proc/loadavg: 1.92 1.98 1.99 4/75 14315
/proc/meminfo: memFree=1119632/2055920 swapFree=4192956/4192956
[pid=14315] ppid=14313 vsize=16868 CPUtime=0.07
/proc/14315/stat : 14315 (sugar) S 14313 14315 12676 0 -1 4194304 1245 128 0 0 5 2 0 0 15 0 1 0 21963161 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14315/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+1.50236 s]
/proc/loadavg: 1.92 1.98 1.99 4/86 14337
/proc/meminfo: memFree=1108152/2055920 swapFree=4192956/4192956
[pid=14315] ppid=14313 vsize=16868 CPUtime=0.65
/proc/14315/stat : 14315 (sugar) S 14313 14315 12676 0 -1 4194304 1310 4983 0 1 5 2 55 3 15 0 1 0 21963161 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14315/statm: 4217 1111 409 3 0 796 0
[pid=14328] ppid=14315 vsize=5356 CPUtime=0
/proc/14328/stat : 14328 (sh) S 14315 14315 12676 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21963233 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14328/statm: 1339 233 193 169 0 50 0
[pid=14329] ppid=14328 vsize=868612 CPUtime=0.76
/proc/14329/stat : 14329 (java) S 14328 14315 12676 0 -1 0 7017 0 1 0 71 5 0 0 19 0 9 0 21963233 889458688 6212 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14329/statm: 217153 6212 2589 9 0 211630 0
[pid=14329/tid=14330] ppid=14328 vsize=868612 CPUtime=0.47
/proc/14329/task/14330/stat : 14330 (java) R 14328 14315 12676 0 -1 64 2770 0 1 0 45 2 0 0 19 0 9 0 21963234 889458688 6212 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14329/tid=14331] ppid=14328 vsize=868612 CPUtime=0.07
/proc/14329/task/14331/stat : 14331 (java) S 14328 14315 12676 0 -1 64 2060 0 0 0 7 0 0 0 16 0 9 0 21963235 889458688 6212 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14329/tid=14332] ppid=14328 vsize=868612 CPUtime=0
/proc/14329/task/14332/stat : 14332 (java) S 14328 14315 12676 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 21963235 889458688 6212 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14329/tid=14333] ppid=14328 vsize=868612 CPUtime=0
/proc/14329/task/14333/stat : 14333 (java) S 14328 14315 12676 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 21963235 889458688 6212 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14329/tid=14334] ppid=14328 vsize=868612 CPUtime=0
/proc/14329/task/14334/stat : 14334 (java) S 14328 14315 12676 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 21963237 889458688 6212 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14329/tid=14335] ppid=14328 vsize=868612 CPUtime=0.17
/proc/14329/task/14335/stat : 14335 (java) R 14328 14315 12676 0 -1 64 1488 0 0 0 17 0 0 0 16 0 9 0 21963237 889458688 6212 996147200 134512640 134550932 4294955936 18446744073709551615 102044253 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14329/tid=14336] ppid=14328 vsize=868612 CPUtime=0
/proc/14329/task/14336/stat : 14336 (java) S 14328 14315 12676 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 21963237 889458688 6212 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14329/tid=14337] ppid=14328 vsize=868612 CPUtime=0
/proc/14329/task/14337/stat : 14337 (java) R 14328 14315 12676 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21963237 889458688 6212 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.41
Current children cumulated vsize (KiB) 890836

[startup+3.10151 s]
/proc/loadavg: 1.92 1.98 1.99 3/86 14337
/proc/meminfo: memFree=1093944/2055920 swapFree=4192956/4192956
[pid=14315] ppid=14313 vsize=16868 CPUtime=0.65
/proc/14315/stat : 14315 (sugar) S 14313 14315 12676 0 -1 4194304 1310 4983 0 1 5 2 55 3 15 0 1 0 21963161 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14315/statm: 4217 1111 409 3 0 796 0
[pid=14328] ppid=14315 vsize=5356 CPUtime=0
/proc/14328/stat : 14328 (sh) S 14315 14315 12676 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21963233 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14328/statm: 1339 233 193 169 0 50 0
[pid=14329] ppid=14328 vsize=868612 CPUtime=2.34
/proc/14329/stat : 14329 (java) S 14328 14315 12676 0 -1 0 7548 0 1 0 215 19 0 0 19 0 9 0 21963233 889458688 6225 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14329/statm: 217153 6225 2589 9 0 211630 0
[pid=14329/tid=14330] ppid=14328 vsize=868612 CPUtime=1.92
/proc/14329/task/14330/stat : 14330 (java) R 14328 14315 12676 0 -1 64 3288 0 1 0 179 13 0 0 25 0 9 0 21963234 889458688 6225 996147200 134512640 134550932 4294955936 18446744073709551615 4126869717 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14329/tid=14331] ppid=14328 vsize=868612 CPUtime=0.19
/proc/14329/task/14331/stat : 14331 (java) S 14328 14315 12676 0 -1 64 2060 0 0 0 16 3 0 0 16 0 9 0 21963235 889458688 6225 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14329/tid=14332] ppid=14328 vsize=868612 CPUtime=0
/proc/14329/task/14332/stat : 14332 (java) S 14328 14315 12676 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 21963235 889458688 6225 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14329/tid=14333] ppid=14328 vsize=868612 CPUtime=0
/proc/14329/task/14333/stat : 14333 (java) S 14328 14315 12676 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 21963235 889458688 6225 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14329/tid=14334] ppid=14328 vsize=868612 CPUtime=0
/proc/14329/task/14334/stat : 14334 (java) S 14328 14315 12676 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 21963237 889458688 6225 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14329/tid=14335] ppid=14328 vsize=868612 CPUtime=0.19
/proc/14329/task/14335/stat : 14335 (java) S 14328 14315 12676 0 -1 64 1501 0 0 0 19 0 0 0 16 0 9 0 21963237 889458688 6225 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14329/tid=14336] ppid=14328 vsize=868612 CPUtime=0
/proc/14329/task/14336/stat : 14336 (java) S 14328 14315 12676 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 21963237 889458688 6225 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14329/tid=14337] ppid=14328 vsize=868612 CPUtime=0
/proc/14329/task/14337/stat : 14337 (java) S 14328 14315 12676 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21963237 889458688 6225 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.99
Current children cumulated vsize (KiB) 890836

[startup+6.30183 s]
/proc/loadavg: 1.93 1.98 1.99 3/78 14339
/proc/meminfo: memFree=1055352/2055920 swapFree=4192956/4192956
[pid=14315] ppid=14313 vsize=16868 CPUtime=5.03
/proc/14315/stat : 14315 (sugar) S 14313 14315 12676 0 -1 4194304 1376 13513 0 2 5 2 452 44 16 0 1 0 21963161 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14315/statm: 4217 1113 409 3 0 796 0
[pid=14338] ppid=14315 vsize=5356 CPUtime=0
/proc/14338/stat : 14338 (sh) S 14315 14315 12676 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21963676 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14338/statm: 1339 232 193 169 0 50 0
[pid=14339] ppid=14338 vsize=85404 CPUtime=1.12
/proc/14339/stat : 14339 (minisat) R 14338 14315 12676 0 -1 4194304 20666 0 0 0 99 13 0 0 25 0 1 0 21963677 87453696 20652 996147200 134512640 135127466 4294956256 18446744073709551615 134530692 0 0 4096 3 0 0 0 17 1 0 0
/proc/14339/statm: 21351 20652 73 150 0 21198 0
Current children cumulated CPU time (s) 6.15
Current children cumulated vsize (KiB) 107628

[startup+12.7015 s]
/proc/loadavg: 2.01 2.00 2.00 3/78 14339
/proc/meminfo: memFree=983672/2055920 swapFree=4192956/4192956
[pid=14315] ppid=14313 vsize=16868 CPUtime=5.03
/proc/14315/stat : 14315 (sugar) S 14313 14315 12676 0 -1 4194304 1376 13513 0 2 5 2 452 44 16 0 1 0 21963161 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14315/statm: 4217 1113 409 3 0 796 0
[pid=14338] ppid=14315 vsize=5356 CPUtime=0
/proc/14338/stat : 14338 (sh) S 14315 14315 12676 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21963676 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14338/statm: 1339 232 193 169 0 50 0
[pid=14339] ppid=14338 vsize=96100 CPUtime=7.44
/proc/14339/stat : 14339 (minisat) R 14338 14315 12676 0 -1 4194304 23343 0 0 0 728 16 0 0 25 0 1 0 21963677 98406400 23329 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/14339/statm: 24025 23329 76 150 0 23872 0
Current children cumulated CPU time (s) 12.47
Current children cumulated vsize (KiB) 118324

[startup+25.5027 s]
/proc/loadavg: 2.01 2.00 2.00 3/78 14339
/proc/meminfo: memFree=979448/2055920 swapFree=4192956/4192956
[pid=14315] ppid=14313 vsize=16868 CPUtime=5.03
/proc/14315/stat : 14315 (sugar) S 14313 14315 12676 0 -1 4194304 1376 13513 0 2 5 2 452 44 16 0 1 0 21963161 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14315/statm: 4217 1113 409 3 0 796 0
[pid=14338] ppid=14315 vsize=5356 CPUtime=0
/proc/14338/stat : 14338 (sh) S 14315 14315 12676 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21963676 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14338/statm: 1339 232 193 169 0 50 0
[pid=14339] ppid=14338 vsize=100488 CPUtime=20.12
/proc/14339/stat : 14339 (minisat) R 14338 14315 12676 0 -1 4194304 24414 0 0 0 1995 17 0 0 25 0 1 0 21963677 102899712 24400 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/14339/statm: 25122 24400 76 150 0 24969 0
Current children cumulated CPU time (s) 25.15
Current children cumulated vsize (KiB) 122712

[startup+51.1022 s]
/proc/loadavg: 2.00 2.00 2.00 3/78 14339
/proc/meminfo: memFree=968440/2055920 swapFree=4192956/4192956
[pid=14315] ppid=14313 vsize=16868 CPUtime=5.03
/proc/14315/stat : 14315 (sugar) S 14313 14315 12676 0 -1 4194304 1376 13513 0 2 5 2 452 44 16 0 1 0 21963161 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14315/statm: 4217 1113 409 3 0 796 0
[pid=14338] ppid=14315 vsize=5356 CPUtime=0
/proc/14338/stat : 14338 (sh) S 14315 14315 12676 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21963676 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14338/statm: 1339 232 193 169 0 50 0
[pid=14339] ppid=14338 vsize=111688 CPUtime=45.47
/proc/14339/stat : 14339 (minisat) R 14338 14315 12676 0 -1 4194304 27225 0 0 0 4527 20 0 0 25 0 1 0 21963677 114368512 27211 996147200 134512640 135127466 4294956256 18446744073709551615 134530650 0 0 4096 3 0 0 0 17 1 0 0
/proc/14339/statm: 27922 27211 76 150 0 27769 0
Current children cumulated CPU time (s) 50.5
Current children cumulated vsize (KiB) 133912

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 2.00 3/78 14341
/proc/meminfo: memFree=945080/2055920 swapFree=4192956/4192956
[pid=14315] ppid=14313 vsize=16868 CPUtime=5.03
/proc/14315/stat : 14315 (sugar) S 14313 14315 12676 0 -1 4194304 1376 13513 0 2 5 2 452 44 16 0 1 0 21963161 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14315/statm: 4217 1113 409 3 0 796 0
[pid=14338] ppid=14315 vsize=5356 CPUtime=0
/proc/14338/stat : 14338 (sh) S 14315 14315 12676 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21963676 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14338/statm: 1339 232 193 169 0 50 0
[pid=14339] ppid=14338 vsize=134780 CPUtime=96.2
/proc/14339/stat : 14339 (minisat) R 14338 14315 12676 0 -1 4194304 32996 0 0 0 9594 26 0 0 25 0 1 0 21963677 138014720 32982 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/14339/statm: 33695 32982 76 150 0 33542 0
Current children cumulated CPU time (s) 101.23
Current children cumulated vsize (KiB) 157004

[startup+162.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/78 14341
/proc/meminfo: memFree=918904/2055920 swapFree=4192956/4192956
[pid=14315] ppid=14313 vsize=16868 CPUtime=5.03
/proc/14315/stat : 14315 (sugar) S 14313 14315 12676 0 -1 4194304 1376 13513 0 2 5 2 452 44 16 0 1 0 21963161 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14315/statm: 4217 1113 409 3 0 796 0
[pid=14338] ppid=14315 vsize=5356 CPUtime=0
/proc/14338/stat : 14338 (sh) S 14315 14315 12676 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21963676 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0

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

/proc/14339/stat : 14339 (minisat) R 14338 14315 12676 0 -1 4194304 131521 0 0 0 140815 139 0 0 25 0 1 0 21963677 542064640 131507 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/14339/statm: 132340 131507 76 150 0 132187 0
Current children cumulated CPU time (s) 1414.58
Current children cumulated vsize (KiB) 551584

[startup+1482.3 s]
/proc/loadavg: 2.40 2.38 2.22 4/86 14423
/proc/meminfo: memFree=101752/2055920 swapFree=4192956/4192956
[pid=14315] ppid=14313 vsize=16868 CPUtime=5.04
/proc/14315/stat : 14315 (sugar) S 14313 14315 12676 0 -1 4194304 1376 13513 0 2 5 3 452 44 16 0 1 0 21963161 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14315/statm: 4217 1113 409 3 0 796 0
[pid=14338] ppid=14315 vsize=5356 CPUtime=0
/proc/14338/stat : 14338 (sh) S 14315 14315 12676 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21963676 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14338/statm: 1339 232 193 169 0 50 0
[pid=14339] ppid=14338 vsize=543352 CPUtime=1469.24
/proc/14339/stat : 14339 (minisat) R 14338 14315 12676 0 -1 4194304 135019 0 0 0 146782 142 0 0 25 0 1 0 21963677 556392448 135005 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/14339/statm: 135838 135005 76 150 0 135685 0
Current children cumulated CPU time (s) 1474.28
Current children cumulated vsize (KiB) 565576

[startup+1542.3 s]
/proc/loadavg: 2.29 2.36 2.23 3/86 14423
/proc/meminfo: memFree=86968/2055920 swapFree=4192956/4192956
[pid=14315] ppid=14313 vsize=16868 CPUtime=5.04
/proc/14315/stat : 14315 (sugar) S 14313 14315 12676 0 -1 4194304 1376 13513 0 2 5 3 452 44 16 0 1 0 21963161 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14315/statm: 4217 1113 409 3 0 796 0
[pid=14338] ppid=14315 vsize=5356 CPUtime=0
/proc/14338/stat : 14338 (sh) S 14315 14315 12676 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21963676 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14338/statm: 1339 232 193 169 0 50 0
[pid=14339] ppid=14338 vsize=557872 CPUtime=1528.94
/proc/14339/stat : 14339 (minisat) R 14338 14315 12676 0 -1 4194304 138670 0 0 0 152746 148 0 0 25 0 1 0 21963677 571260928 138656 996147200 134512640 135127466 4294956256 18446744073709551615 134530692 0 0 4096 3 0 0 0 17 0 0 0
/proc/14339/statm: 139468 138656 76 150 0 139315 0
Current children cumulated CPU time (s) 1533.98
Current children cumulated vsize (KiB) 580096

[startup+1602.3 s]
/proc/loadavg: 2.39 2.37 2.24 3/86 14423
/proc/meminfo: memFree=74040/2055920 swapFree=4192956/4192956
[pid=14315] ppid=14313 vsize=16868 CPUtime=5.04
/proc/14315/stat : 14315 (sugar) S 14313 14315 12676 0 -1 4194304 1376 13513 0 2 5 3 452 44 16 0 1 0 21963161 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14315/statm: 4217 1113 409 3 0 796 0
[pid=14338] ppid=14315 vsize=5356 CPUtime=0
/proc/14338/stat : 14338 (sh) S 14315 14315 12676 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21963676 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14338/statm: 1339 232 193 169 0 50 0
[pid=14339] ppid=14338 vsize=570808 CPUtime=1588.66
/proc/14339/stat : 14339 (minisat) R 14338 14315 12676 0 -1 4194304 141906 0 0 0 158714 152 0 0 25 0 1 0 21963677 584507392 141892 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/14339/statm: 142702 141892 76 150 0 142549 0
Current children cumulated CPU time (s) 1593.7
Current children cumulated vsize (KiB) 593032

[startup+1662.3 s]
/proc/loadavg: 2.45 2.38 2.25 4/86 14423
/proc/meminfo: memFree=61176/2055920 swapFree=4192956/4192956
[pid=14315] ppid=14313 vsize=16868 CPUtime=5.04
/proc/14315/stat : 14315 (sugar) S 14313 14315 12676 0 -1 4194304 1376 13513 0 2 5 3 452 44 16 0 1 0 21963161 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14315/statm: 4217 1113 409 3 0 796 0
[pid=14338] ppid=14315 vsize=5356 CPUtime=0
/proc/14338/stat : 14338 (sh) S 14315 14315 12676 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21963676 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14338/statm: 1339 232 193 169 0 50 0
[pid=14339] ppid=14338 vsize=583480 CPUtime=1648.36
/proc/14339/stat : 14339 (minisat) R 14338 14315 12676 0 -1 4194304 145112 0 0 0 164679 157 0 0 25 0 1 0 21963677 597483520 145098 996147200 134512640 135127466 4294956256 18446744073709551615 134527257 0 0 4096 3 0 0 0 17 0 0 0
/proc/14339/statm: 145870 145098 76 150 0 145717 0
Current children cumulated CPU time (s) 1653.4
Current children cumulated vsize (KiB) 605704

[startup+1722.3 s]
/proc/loadavg: 2.30 2.36 2.25 3/86 14423
/proc/meminfo: memFree=48888/2055920 swapFree=4192956/4192956
[pid=14315] ppid=14313 vsize=16868 CPUtime=5.04
/proc/14315/stat : 14315 (sugar) S 14313 14315 12676 0 -1 4194304 1376 13513 0 2 5 3 452 44 16 0 1 0 21963161 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14315/statm: 4217 1113 409 3 0 796 0
[pid=14338] ppid=14315 vsize=5356 CPUtime=0
/proc/14338/stat : 14338 (sh) S 14315 14315 12676 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21963676 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14338/statm: 1339 232 193 169 0 50 0
[pid=14339] ppid=14338 vsize=595984 CPUtime=1707.79
/proc/14339/stat : 14339 (minisat) R 14338 14315 12676 0 -1 4194304 148207 0 0 0 170617 162 0 0 25 0 1 0 21963677 610287616 148193 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/14339/statm: 148996 148193 76 150 0 148843 0
Current children cumulated CPU time (s) 1712.83
Current children cumulated vsize (KiB) 618208

[startup+1782.3 s]
/proc/loadavg: 2.52 2.40 2.27 3/86 14423
/proc/meminfo: memFree=36024/2055920 swapFree=4192956/4192956
[pid=14315] ppid=14313 vsize=16868 CPUtime=5.04
/proc/14315/stat : 14315 (sugar) S 14313 14315 12676 0 -1 4194304 1376 13513 0 2 5 3 452 44 16 0 1 0 21963161 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14315/statm: 4217 1113 409 3 0 796 0
[pid=14338] ppid=14315 vsize=5356 CPUtime=0
/proc/14338/stat : 14338 (sh) S 14315 14315 12676 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21963676 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14338/statm: 1339 232 193 169 0 50 0
[pid=14339] ppid=14338 vsize=608528 CPUtime=1767.23
/proc/14339/stat : 14339 (minisat) R 14338 14315 12676 0 -1 4194304 151375 0 0 0 176557 166 0 0 25 0 1 0 21963677 623132672 151361 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/14339/statm: 152132 151361 76 150 0 151979 0
Current children cumulated CPU time (s) 1772.27
Current children cumulated vsize (KiB) 630752



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1810.3 s]
/proc/loadavg: 2.37 2.38 2.27 3/86 14423
/proc/meminfo: memFree=30456/2055920 swapFree=4192956/4192956
[pid=14315] ppid=14313 vsize=16868 CPUtime=5.04
/proc/14315/stat : 14315 (sugar) S 14313 14315 12676 0 -1 4194304 1376 13513 0 2 5 3 452 44 16 0 1 0 21963161 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14315/statm: 4217 1113 409 3 0 796 0
[pid=14338] ppid=14315 vsize=5356 CPUtime=0
/proc/14338/stat : 14338 (sh) S 14315 14315 12676 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21963676 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14338/statm: 1339 232 193 169 0 50 0
[pid=14339] ppid=14338 vsize=614064 CPUtime=1794.97
/proc/14339/stat : 14339 (minisat) R 14338 14315 12676 0 -1 4194304 152744 0 0 0 179329 168 0 0 25 0 1 0 21963677 628801536 152730 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/14339/statm: 153516 152730 76 150 0 153363 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 636288

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

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

[startup+1810.3 s]
/proc/loadavg: 2.37 2.38 2.27 3/86 14423
/proc/meminfo: memFree=30456/2055920 swapFree=4192956/4192956
[pid=14315] ppid=14313 vsize=16868 CPUtime=5.04
/proc/14315/stat : 14315 (sugar) S 14313 14315 12676 0 -1 4194304 1376 13513 0 2 5 3 452 44 16 0 1 0 21963161 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14315/statm: 4217 1113 409 3 0 796 0
[pid=14338] ppid=14315 vsize=5356 CPUtime=0
/proc/14338/stat : 14338 (sh) S 14315 14315 12676 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21963676 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14338/statm: 1339 232 193 169 0 50 0
[pid=14339] ppid=14338 vsize=614064 CPUtime=1794.97
/proc/14339/stat : 14339 (minisat) R 14338 14315 12676 0 -1 4194304 152744 0 0 0 179329 168 0 0 25 0 1 0 21963677 628801536 152730 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/14339/statm: 153516 152730 76 150 0 153363 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 636288

[startup+1810.42 s]
/proc/loadavg: 2.37 2.38 2.27 3/86 14423
/proc/meminfo: memFree=30456/2055920 swapFree=4192956/4192956
[pid=14315] ppid=14313 vsize=16868 CPUtime=5.05
/proc/14315/stat : 14315 (sugar) R 14313 14315 12676 0 -1 4194304 1423 13790 0 2 5 4 452 44 16 0 1 0 21963161 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 250969035817 0 0 4224 16386 0 0 0 17 0 0 0
/proc/14315/statm: 4217 1114 410 3 0 796 0
Current children cumulated CPU time (s) 5.05
Current children cumulated vsize (KiB) 16868
#
############


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

[startup+1810.42 s]
/proc/loadavg: 2.37 2.38 2.27 3/86 14423
/proc/meminfo: memFree=30456/2055920 swapFree=4192956/4192956
[pid=14315] ppid=14313 vsize=16868 CPUtime=5.05
/proc/14315/stat : 14315 (sugar) R 14313 14315 12676 0 -1 4194304 1423 13790 0 2 5 4 452 44 16 0 1 0 21963161 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 250969035817 0 0 4224 16386 0 0 0 17 0 0 0
/proc/14315/statm: 4217 1114 410 3 0 796 0
Current children cumulated CPU time (s) 5.05
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): 1794.96
#  lost CPU user time (s): 1793.29
#  lost CPU system time (s): 1.67

Real time (s): 1810.43
CPU time (s): 1800.04
CPU user time (s): 1797.87
CPU system time (s): 2.16692
CPU usage (%): 99.4262
Max. virtual memory (cumulated for all children) (KiB): 890836

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4.5793
system time used= 0.496924
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 15272
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= 12729
involuntary context switches= 12660

runsolver used 2.33264 second user time and 5.8961 second system time

The end

Launcher Data

Begin job on node56 at 2009-07-11 23:49:58
IDJOB=2068937
IDBENCH=54959
IDSOLVER=739
FILE ID=node56/2068937-1247348998
PBS_JOBID= 9506782
Free space on /tmp= 103036 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/tdsp/normalized-C4-1-60.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-2068937-1247348998/watcher-2068937-1247348998 -o /tmp/evaluation-result-2068937-1247348998/solver-2068937-1247348998 -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-2068937-1247348998.xml

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

MD5SUM BENCH= b21f5127694617ef1ec57e033a0a71a2
RANDOM SEED=1854211481

node56.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.209
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.209
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:       1120112 kB
Buffers:         68432 kB
Cached:         784424 kB
SwapCached:          0 kB
Active:         126152 kB
Inactive:       754824 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1120112 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            1492 kB
Writeback:           0 kB
Mapped:          39524 kB
Slab:            39900 kB
Committed_AS:   159928 kB
PageTables:       1920 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= 103036 MiB
End job on node56 at 2009-07-12 00:20:11