Trace number 1064505

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.13+minisat? (TO) 1800.03 1811.92

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 benchmark96.9073
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 (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/minisat
0.00/0.04	c 0	BEGIN Fri Jul  4 05:27:58 2008
0.00/0.04	c 0	PID 27253
0.02/0.05	c 0	HOST node25.alineos.net
0.02/0.05	c 0	CONVERTING HOME/instance-1064505-1215142078.xml TO HOME/temp.csp
0.02/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1064505-1215142078.xml' 'HOME/temp.csp'
0.03/0.45	c 0	5 domains, 149 variables, 2 predicates, 0 relations, 1274 constraints
0.03/0.47	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.47	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.42/0.55	c 0	Parsing HOME/temp.csp
0.42/0.75	c 1	parsed 1430 expressions
0.42/0.75	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.42/0.75	c 1	Converting to clausal form CSP
0.42/0.77	c 1	converted 143 (10%) expressions
0.42/0.92	c 1	converted 286 (20%) expressions
0.42/0.96	c 1	converted 429 (30%) expressions
0.42/0.98	c 1	converted 572 (40%) expressions
0.42/0.99	c 1	converted 715 (50%) expressions
0.92/1.01	c 1	converted 858 (60%) expressions
0.92/1.02	c 1	converted 1001 (70%) expressions
0.92/1.03	c 1	converted 1144 (80%) expressions
0.92/1.04	c 1	converted 1287 (90%) expressions
0.92/1.05	c 1	converted 1430 (100%) expressions
0.92/1.05	c 1	CSP : 246 integers, 0 booleans, 1466 clauses, largest domain size 61
0.92/1.05	c 1	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.92/1.05	c 1	Propagation in CSP
0.92/1.08	c 1	530 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.92/1.08	c 1	CSP : 246 integers, 0 booleans, 1466 clauses, largest domain size 59
0.92/1.08	c 1	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.92/1.08	c 1	Simplifing CSP by introducing new Boolean variables
1.03/1.12	c 1	CSP : 246 integers, 4704 booleans, 6170 clauses, largest domain size 59
1.03/1.12	c 1	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.03/1.17	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.03/1.19	c 1	25 (10%) CSP integer variables are encoded (870 clauses, 9422 bytes)
1.03/1.19	c 1	50 (20%) CSP integer variables are encoded (1682 clauses, 19771 bytes)
1.03/1.19	c 1	74 (30%) CSP integer variables are encoded (2534 clauses, 30847 bytes)
1.03/1.19	c 1	99 (40%) CSP integer variables are encoded (3477 clauses, 43106 bytes)
1.03/1.19	c 1	123 (50%) CSP integer variables are encoded (4331 clauses, 54208 bytes)
1.03/1.20	c 1	148 (60%) CSP integer variables are encoded (5252 clauses, 66181 bytes)
1.03/1.20	c 1	173 (70%) CSP integer variables are encoded (5404 clauses, 68157 bytes)
1.03/1.20	c 1	197 (80%) CSP integer variables are encoded (5540 clauses, 69925 bytes)
1.03/1.20	c 1	222 (90%) CSP integer variables are encoded (5701 clauses, 72018 bytes)
1.03/1.20	c 1	246 (100%) CSP integer variables are encoded (5846 clauses, 73903 bytes)
1.31/1.45	c 1	617 (10%) CSP clauses are encoded (114063 clauses, 2365914 bytes)
1.81/1.99	c 2	1234 (20%) CSP clauses are encoded (367628 clauses, 7980786 bytes)
2.20/2.36	c 2	1851 (30%) CSP clauses are encoded (546899 clauses, 11924717 bytes)
2.81/2.92	c 3	2468 (40%) CSP clauses are encoded (829542 clauses, 18299471 bytes)
3.02/3.17	c 3	3085 (50%) CSP clauses are encoded (955925 clauses, 21187104 bytes)
3.31/3.41	c 3	3702 (60%) CSP clauses are encoded (1074055 clauses, 23871816 bytes)
3.61/3.72	c 4	4319 (70%) CSP clauses are encoded (1233673 clauses, 27538310 bytes)
3.91/4.04	c 4	4936 (80%) CSP clauses are encoded (1390200 clauses, 31128513 bytes)
4.31/4.41	c 4	5553 (90%) CSP clauses are encoded (1576553 clauses, 35522450 bytes)
4.61/4.78	c 5	6170 (100%) CSP clauses are encoded (1755936 clauses, 39838428 bytes)
4.61/4.78	c 5	6170 CSP clauses encoded
4.61/4.78	c 5	Writing map file : HOME/temp.map
4.61/4.78	c 5	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
4.61/4.78	c 5	SAT : 10793 SAT variables, 1755936 SAT clauses, 39838428 bytes
4.61/4.78	c 5	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
4.61/4.79	c 5	SOLVING HOME/temp.cnf
4.61/4.79	c 5	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
4.61/4.80	c 5	This is MiniSat 2.0 beta
4.61/4.80	c 5	WARNING: for repeatability, setting FPU to use double precision
4.61/4.80	c 5	============================[ Problem Statistics ]=============================
4.61/4.80	c 5	|                                                                             |
4.61/4.80	c 5	|  Number of variables:  10793                                                |
4.61/4.80	c 5	|  Number of clauses:    1755936                                              |
5.59/5.71	c 6	|  Parsing time:         0.77         s                                       |
5.59/5.76	c 6	============================[ Search Statistics ]==============================
5.59/5.76	c 6	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
5.59/5.76	c 6	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
5.59/5.76	c 6	===============================================================================
5.59/5.76	c 6	|         0 |   10793  1755936  6693872 |   585312        0    nan |  0.000 % |
5.88/6.07	c 6	|       100 |   10793  1755936  6693872 |   643843      100     23 |  0.000 % |
6.18/6.35	c 6	|       254 |   10793  1755936  6693872 |   708227      254     22 |  0.000 % |
6.48/6.67	c 6	|       481 |   10793  1755936  6693872 |   779050      481     21 |  0.000 % |
6.87/7.07	c 7	|       818 |   10793  1755936  6693872 |   856955      818     22 |  0.000 % |
7.47/7.67	c 7	|      1324 |   10793  1755936  6693872 |   942650     1324     25 |  0.000 % |
7.96/8.18	c 8	|      2083 |   10793  1755936  6693872 |  1036915     2083     37 |  0.000 % |
9.06/9.25	c 9	|      3222 |   10793  1755936  6693872 |  1140607     3222     39 |  0.000 % |
10.75/10.95	c 11	|      4930 |   10793  1755936  6693872 |  1254668     4930     41 |  0.000 % |
13.13/13.36	c 13	|      7492 |   10793  1755936  6693872 |  1380135     7492     47 |  0.000 % |
16.93/17.15	c 17	|     11337 |   10793  1755936  6693872 |  1518148    11337     46 |  0.000 % |
22.81/23.01	c 23	|     17103 |   10793  1755936  6693872 |  1669963    17103     59 |  0.000 % |
31.16/31.43	c 31	|     25753 |   10793  1755936  6693872 |  1836959    25753     70 |  0.000 % |
45.30/45.63	c 45	|     38729 |   10793  1755936  6693872 |  2020655    38729     89 |  0.000 % |
70.79/71.21	c 71	|     58190 |   10793  1755936  6693872 |  2222721    58190    107 |  0.000 % |
130.97/131.73	c 132	|     87383 |   10793  1755936  6693872 |  2444993    87383    141 |  0.000 % |
201.93/203.31	c 203	|    131172 |   10793  1755936  6693872 |  2689492   131172    152 |  0.000 % |
313.34/315.76	c 316	|    196856 |   10793  1755936  6693872 |  2958442   196856    146 |  0.000 % |
568.89/573.53	c 573	|    295382 |   10793  1755936  6693872 |  3254286   295382    179 |  0.000 % |
945.27/953.26	c 953	|    443171 |   10793  1755936  6693872 |  3579714   443171    177 |  0.000 % |
1735.30/1746.84	c 1747	|    664854 |   10793  1755936  6693872 |  3937686   664854    191 |  0.000 % |
1800.02/1811.81	c ERROR INTERRUPTED
1800.02/1811.90	s UNKNOWN
1800.02/1811.90	c 1812	CPU 4.3 (0.03 0.01 4.27 0.4)
1800.02/1811.90	c 1812	END Fri Jul  4 05:58:10 2008

Verifier Data (download as text)

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: UNKNOWN

Watcher Data (download as text)

runsolver version 3.2.5 (c) roussel@cril.univ-artois.fr

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1064505-1215142078/watcher-1064505-1215142078 -o /tmp/evaluation-result-1064505-1215142078/solver-1064505-1215142078 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/sugar -c -vv -java=java -Xmx700M -jar=HOME/sugar-v1-13.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-1064505-1215142078.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): 2200 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
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.36 2.34 2.19 4/82 27253
/proc/meminfo: memFree=1079416/2055920 swapFree=4180840/4192956
[pid=27253] ppid=27251 vsize=18572 CPUtime=0
/proc/27253/stat : 27253 (runsolver) R 27251 27253 25772 0 -1 4194368 15 0 0 0 0 0 0 0 18 0 1 0 1993181817 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 253307186471 0 0 4096 24578 0 0 0 17 1 0 0
/proc/27253/statm: 4643 292 257 25 0 2626 0

[startup+0.0482491 s]
/proc/loadavg: 2.36 2.34 2.19 4/82 27253
/proc/meminfo: memFree=1079416/2055920 swapFree=4180840/4192956
[pid=27253] ppid=27251 vsize=13600 CPUtime=0.02
/proc/27253/stat : 27253 (sugar) S 27251 27253 25772 0 -1 4194304 837 0 0 0 2 0 0 0 18 0 1 0 1993181817 13926400 792 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27253/statm: 3400 792 367 3 0 500 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 13600

[startup+0.101525 s]
/proc/loadavg: 2.36 2.34 2.19 4/82 27253
/proc/meminfo: memFree=1079416/2055920 swapFree=4180840/4192956
[pid=27253] ppid=27251 vsize=13600 CPUtime=0.03
/proc/27253/stat : 27253 (sugar) S 27251 27253 25772 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1993181817 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27253/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301542 s]
/proc/loadavg: 2.36 2.34 2.19 4/82 27253
/proc/meminfo: memFree=1079416/2055920 swapFree=4180840/4192956
[pid=27253] ppid=27251 vsize=13600 CPUtime=0.03
/proc/27253/stat : 27253 (sugar) S 27251 27253 25772 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1993181817 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27253/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701582 s]
/proc/loadavg: 2.36 2.34 2.19 4/82 27253
/proc/meminfo: memFree=1079416/2055920 swapFree=4180840/4192956
[pid=27253] ppid=27251 vsize=13600 CPUtime=0.42
/proc/27253/stat : 27253 (sugar) S 27251 27253 25772 0 -1 4194304 973 4919 0 1 3 0 37 2 16 0 1 0 1993181817 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27253/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.42
Current children cumulated vsize (KiB) 13600

[startup+1.50265 s]
/proc/loadavg: 2.36 2.34 2.19 3/93 27275
/proc/meminfo: memFree=1065312/2055920 swapFree=4180840/4192956
[pid=27253] ppid=27251 vsize=13600 CPUtime=0.42
/proc/27253/stat : 27253 (sugar) S 27251 27253 25772 0 -1 4194304 974 4919 0 1 3 0 37 2 15 0 1 0 1993181817 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27253/statm: 3400 797 370 3 0 500 0
[pid=27266] ppid=27253 vsize=5356 CPUtime=0
/proc/27266/stat : 27266 (sh) S 27253 27253 25772 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1993181864 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27266/statm: 1339 233 193 169 0 50 0
[pid=27267] ppid=27266 vsize=868484 CPUtime=0.99
/proc/27267/stat : 27267 (java) S 27266 27253 25772 0 -1 0 7086 0 1 0 92 7 0 0 20 0 9 0 1993181865 889327616 6223 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27267/statm: 217121 6223 2563 9 0 211668 0
[pid=27267/tid=27268] ppid=27266 vsize=868484 CPUtime=0.65
/proc/27267/task/27268/stat : 27268 (java) R 27266 27253 25772 0 -1 64 2804 0 1 0 61 4 0 0 25 0 9 0 1993181865 889327616 6223 996147200 134512640 134550740 4294955952 18446744073709551615 4126803472 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27267/tid=27269] ppid=27266 vsize=868484 CPUtime=0.12
/proc/27267/task/27269/stat : 27269 (java) S 27266 27253 25772 0 -1 64 2118 0 0 0 11 1 0 0 16 0 9 0 1993181867 889327616 6223 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=27267/tid=27270] ppid=27266 vsize=868484 CPUtime=0
/proc/27267/task/27270/stat : 27270 (java) S 27266 27253 25772 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1993181867 889327616 6223 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27267/tid=27271] ppid=27266 vsize=868484 CPUtime=0
/proc/27267/task/27271/stat : 27271 (java) S 27266 27253 25772 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1993181867 889327616 6223 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27267/tid=27272] ppid=27266 vsize=868484 CPUtime=0
/proc/27267/task/27272/stat : 27272 (java) S 27266 27253 25772 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 1993181869 889327616 6223 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27267/tid=27273] ppid=27266 vsize=868484 CPUtime=0.19
/proc/27267/task/27273/stat : 27273 (java) S 27266 27253 25772 0 -1 64 1471 0 0 0 19 0 0 0 16 0 9 0 1993181869 889327616 6223 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27267/tid=27274] ppid=27266 vsize=868484 CPUtime=0
/proc/27267/task/27274/stat : 27274 (java) S 27266 27253 25772 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 1993181869 889327616 6223 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27267/tid=27275] ppid=27266 vsize=868484 CPUtime=0
/proc/27267/task/27275/stat : 27275 (java) S 27266 27253 25772 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1993181869 889327616 6223 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.41
Current children cumulated vsize (KiB) 887440

[startup+3.10279 s]
/proc/loadavg: 2.36 2.34 2.19 3/93 27275
/proc/meminfo: memFree=1053408/2055920 swapFree=4180840/4192956
[pid=27253] ppid=27251 vsize=13600 CPUtime=0.43
/proc/27253/stat : 27253 (sugar) S 27251 27253 25772 0 -1 4194304 974 4919 0 1 3 1 37 2 15 0 1 0 1993181817 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27253/statm: 3400 797 370 3 0 500 0
[pid=27266] ppid=27253 vsize=5356 CPUtime=0
/proc/27266/stat : 27266 (sh) S 27253 27253 25772 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1993181864 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27266/statm: 1339 233 193 169 0 50 0
[pid=27267] ppid=27266 vsize=868484 CPUtime=2.59
/proc/27267/stat : 27267 (java) S 27266 27253 25772 0 -1 0 7652 0 1 0 237 22 0 0 20 0 9 0 1993181865 889327616 6233 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27267/statm: 217121 6233 2563 9 0 211668 0
[pid=27267/tid=27268] ppid=27266 vsize=868484 CPUtime=2.1
/proc/27267/task/27268/stat : 27268 (java) R 27266 27253 25772 0 -1 64 3362 0 1 0 196 14 0 0 25 0 9 0 1993181865 889327616 6233 996147200 134512640 134550740 4294955952 18446744073709551615 4126972708 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27267/tid=27269] ppid=27266 vsize=868484 CPUtime=0.24
/proc/27267/task/27269/stat : 27269 (java) S 27266 27253 25772 0 -1 64 2118 0 0 0 19 5 0 0 16 0 9 0 1993181867 889327616 6233 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=27267/tid=27270] ppid=27266 vsize=868484 CPUtime=0
/proc/27267/task/27270/stat : 27270 (java) S 27266 27253 25772 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1993181867 889327616 6233 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27267/tid=27271] ppid=27266 vsize=868484 CPUtime=0
/proc/27267/task/27271/stat : 27271 (java) S 27266 27253 25772 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1993181867 889327616 6233 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27267/tid=27272] ppid=27266 vsize=868484 CPUtime=0
/proc/27267/task/27272/stat : 27272 (java) S 27266 27253 25772 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 1993181869 889327616 6233 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27267/tid=27273] ppid=27266 vsize=868484 CPUtime=0.2
/proc/27267/task/27273/stat : 27273 (java) S 27266 27253 25772 0 -1 64 1479 0 0 0 20 0 0 0 16 0 9 0 1993181869 889327616 6233 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27267/tid=27274] ppid=27266 vsize=868484 CPUtime=0
/proc/27267/task/27274/stat : 27274 (java) S 27266 27253 25772 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 1993181869 889327616 6233 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27267/tid=27275] ppid=27266 vsize=868484 CPUtime=0
/proc/27267/task/27275/stat : 27275 (java) S 27266 27253 25772 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1993181869 889327616 6233 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.02
Current children cumulated vsize (KiB) 887440

[startup+6.30219 s]
/proc/loadavg: 2.33 2.33 2.18 3/85 27277
/proc/meminfo: memFree=983712/2055920 swapFree=4180840/4192956
[pid=27253] ppid=27251 vsize=13600 CPUtime=4.71
/proc/27253/stat : 27253 (sugar) S 27251 27253 25772 0 -1 4194304 1032 13466 0 2 3 1 427 40 15 0 1 0 1993181817 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27253/statm: 3400 798 370 3 0 500 0
[pid=27276] ppid=27253 vsize=5356 CPUtime=0
/proc/27276/stat : 27276 (sh) S 27253 27253 25772 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1993182296 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27276/statm: 1339 232 193 169 0 50 0
[pid=27277] ppid=27276 vsize=90776 CPUtime=1.47
/proc/27277/stat : 27277 (minisat) R 27276 27253 25772 0 -1 4194304 21995 0 0 0 133 14 0 0 25 0 1 0 1993182297 92954624 21981 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/27277/statm: 22694 21981 76 150 0 22541 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 109732

[startup+12.7027 s]
/proc/loadavg: 2.46 2.36 2.19 4/85 27277
/proc/meminfo: memFree=953000/2055920 swapFree=4180840/4192956
[pid=27253] ppid=27251 vsize=13600 CPUtime=4.71
/proc/27253/stat : 27253 (sugar) S 27251 27253 25772 0 -1 4194304 1032 13466 0 2 3 1 427 40 16 0 1 0 1993181817 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27253/statm: 3400 798 370 3 0 500 0
[pid=27276] ppid=27253 vsize=5356 CPUtime=0
/proc/27276/stat : 27276 (sh) S 27253 27253 25772 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1993182296 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27276/statm: 1339 232 193 169 0 50 0
[pid=27277] ppid=27276 vsize=96232 CPUtime=7.83
/proc/27277/stat : 27277 (minisat) R 27276 27253 25772 0 -1 4194304 23373 0 0 0 767 16 0 0 25 0 1 0 1993182297 98541568 23359 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/27277/statm: 24058 23359 76 150 0 23905 0
Current children cumulated CPU time (s) 12.54
Current children cumulated vsize (KiB) 115188

[startup+25.5018 s]
/proc/loadavg: 2.51 2.38 2.20 4/85 27277
/proc/meminfo: memFree=1151080/2055920 swapFree=4180840/4192956
[pid=27253] ppid=27251 vsize=13600 CPUtime=4.71
/proc/27253/stat : 27253 (sugar) S 27251 27253 25772 0 -1 4194304 1032 13466 0 2 3 1 427 40 16 0 1 0 1993181817 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27253/statm: 3400 798 370 3 0 500 0
[pid=27276] ppid=27253 vsize=5356 CPUtime=0
/proc/27276/stat : 27276 (sh) S 27253 27253 25772 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1993182296 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27276/statm: 1339 232 193 169 0 50 0
[pid=27277] ppid=27276 vsize=100356 CPUtime=20.58
/proc/27277/stat : 27277 (minisat) R 27276 27253 25772 0 -1 4194304 24399 0 0 0 2040 18 0 0 25 0 1 0 1993182297 102764544 24385 996147200 134512640 135127466 4294956272 18446744073709551615 134527019 0 0 4096 3 0 0 0 17 0 0 0
/proc/27277/statm: 25089 24385 76 150 0 24936 0
Current children cumulated CPU time (s) 25.29
Current children cumulated vsize (KiB) 119312

[startup+51.1011 s]
/proc/loadavg: 2.47 2.38 2.20 4/85 27277
/proc/meminfo: memFree=930344/2055920 swapFree=4180840/4192956
[pid=27253] ppid=27251 vsize=13600 CPUtime=4.71
/proc/27253/stat : 27253 (sugar) S 27251 27253 25772 0 -1 4194304 1032 13466 0 2 3 1 427 40 16 0 1 0 1993181817 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27253/statm: 3400 798 370 3 0 500 0
[pid=27276] ppid=27253 vsize=5356 CPUtime=0
/proc/27276/stat : 27276 (sh) S 27253 27253 25772 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1993182296 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27276/statm: 1339 232 193 169 0 50 0
[pid=27277] ppid=27276 vsize=111556 CPUtime=46.07
/proc/27277/stat : 27277 (minisat) R 27276 27253 25772 0 -1 4194304 27168 0 0 0 4585 22 0 0 25 0 1 0 1993182297 114233344 27154 996147200 134512640 135127466 4294956272 18446744073709551615 134530679 0 0 4096 3 0 0 0 17 0 0 0
/proc/27277/statm: 27889 27154 76 150 0 27736 0
Current children cumulated CPU time (s) 50.78
Current children cumulated vsize (KiB) 130512

[startup+102.307 s]
/proc/loadavg: 2.45 2.39 2.22 4/85 27277
/proc/meminfo: memFree=914664/2055920 swapFree=4180840/4192956
[pid=27253] ppid=27251 vsize=13600 CPUtime=4.71
/proc/27253/stat : 27253 (sugar) S 27251 27253 25772 0 -1 4194304 1032 13466 0 2 3 1 427 40 16 0 1 0 1993181817 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27253/statm: 3400 798 370 3 0 500 0
[pid=27276] ppid=27253 vsize=5356 CPUtime=0
/proc/27276/stat : 27276 (sh) S 27253 27253 25772 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1993182296 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27276/statm: 1339 232 193 169 0 50 0
[pid=27277] ppid=27276 vsize=133856 CPUtime=97.05
/proc/27277/stat : 27277 (minisat) R 27276 27253 25772 0 -1 4194304 32748 0 0 0 9676 29 0 0 25 0 1 0 1993182297 137068544 32734 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/27277/statm: 33464 32734 76 150 0 33311 0
Current children cumulated CPU time (s) 101.76
Current children cumulated vsize (KiB) 152812

[startup+162.301 s]
/proc/loadavg: 2.59 2.45 2.25 3/85 27277
/proc/meminfo: memFree=882344/2055920 swapFree=4180840/4192956
[pid=27253] ppid=27251 vsize=13600 CPUtime=4.71
/proc/27253/stat : 27253 (sugar) S 27251 27253 25772 0 -1 4194304 1032 13466 0 2 3 1 427 40 16 0 1 0 1993181817 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27253/statm: 3400 798 370 3 0 500 0
[pid=27276] ppid=27253 vsize=5356 CPUtime=0

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

[pid=27276] ppid=27253 vsize=5356 CPUtime=0
/proc/27276/stat : 27276 (sh) S 27253 27253 25772 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1993182296 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27276/statm: 1339 232 193 169 0 50 0
[pid=27277] ppid=27276 vsize=540316 CPUtime=1407.41
/proc/27277/stat : 27277 (minisat) R 27276 27253 25772 0 -1 4194304 134281 0 0 0 140595 146 0 0 25 0 1 0 1993182297 553283584 134267 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/27277/statm: 135079 134267 76 150 0 134926 0
Current children cumulated CPU time (s) 1412.12
Current children cumulated vsize (KiB) 559272

[startup+1482.3 s]
/proc/loadavg: 2.00 2.08 2.17 3/83 27317
/proc/meminfo: memFree=1041208/2055920 swapFree=4180840/4192956
[pid=27253] ppid=27251 vsize=13600 CPUtime=4.71
/proc/27253/stat : 27253 (sugar) S 27251 27253 25772 0 -1 4194304 1032 13466 0 2 3 1 427 40 16 0 1 0 1993181817 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27253/statm: 3400 798 370 3 0 500 0
[pid=27276] ppid=27253 vsize=5356 CPUtime=0
/proc/27276/stat : 27276 (sh) S 27253 27253 25772 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1993182296 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27276/statm: 1339 232 193 169 0 50 0
[pid=27277] ppid=27276 vsize=554836 CPUtime=1467.16
/proc/27277/stat : 27277 (minisat) R 27276 27253 25772 0 -1 4194304 137911 0 0 0 146565 151 0 0 25 0 1 0 1993182297 568152064 137897 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/27277/statm: 138709 137897 76 150 0 138556 0
Current children cumulated CPU time (s) 1471.87
Current children cumulated vsize (KiB) 573792

[startup+1542.3 s]
/proc/loadavg: 2.00 2.06 2.16 3/83 27317
/proc/meminfo: memFree=1027384/2055920 swapFree=4180840/4192956
[pid=27253] ppid=27251 vsize=13600 CPUtime=4.71
/proc/27253/stat : 27253 (sugar) S 27251 27253 25772 0 -1 4194304 1032 13466 0 2 3 1 427 40 16 0 1 0 1993181817 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27253/statm: 3400 798 370 3 0 500 0
[pid=27276] ppid=27253 vsize=5356 CPUtime=0
/proc/27276/stat : 27276 (sh) S 27253 27253 25772 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1993182296 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27276/statm: 1339 232 193 169 0 50 0
[pid=27277] ppid=27276 vsize=568300 CPUtime=1526.91
/proc/27277/stat : 27277 (minisat) R 27276 27253 25772 0 -1 4194304 141294 0 0 0 152536 155 0 0 25 0 1 0 1993182297 581939200 141280 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/27277/statm: 142075 141280 76 150 0 141922 0
Current children cumulated CPU time (s) 1531.62
Current children cumulated vsize (KiB) 587256

[startup+1602.3 s]
/proc/loadavg: 2.00 2.05 2.15 3/83 27317
/proc/meminfo: memFree=1014584/2055920 swapFree=4180840/4192956
[pid=27253] ppid=27251 vsize=13600 CPUtime=4.71
/proc/27253/stat : 27253 (sugar) S 27251 27253 25772 0 -1 4194304 1032 13466 0 2 3 1 427 40 16 0 1 0 1993181817 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27253/statm: 3400 798 370 3 0 500 0
[pid=27276] ppid=27253 vsize=5356 CPUtime=0
/proc/27276/stat : 27276 (sh) S 27253 27253 25772 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1993182296 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27276/statm: 1339 232 193 169 0 50 0
[pid=27277] ppid=27276 vsize=581104 CPUtime=1586.68
/proc/27277/stat : 27277 (minisat) R 27276 27253 25772 0 -1 4194304 144516 0 0 0 158508 160 0 0 25 0 1 0 1993182297 595050496 144502 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/27277/statm: 145276 144502 76 150 0 145123 0
Current children cumulated CPU time (s) 1591.39
Current children cumulated vsize (KiB) 600060

[startup+1662.3 s]
/proc/loadavg: 2.00 2.04 2.14 3/83 27317
/proc/meminfo: memFree=1001464/2055920 swapFree=4180840/4192956
[pid=27253] ppid=27251 vsize=13600 CPUtime=4.71
/proc/27253/stat : 27253 (sugar) S 27251 27253 25772 0 -1 4194304 1032 13466 0 2 3 1 427 40 16 0 1 0 1993181817 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27253/statm: 3400 798 370 3 0 500 0
[pid=27276] ppid=27253 vsize=5356 CPUtime=0
/proc/27276/stat : 27276 (sh) S 27253 27253 25772 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1993182296 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27276/statm: 1339 232 193 169 0 50 0
[pid=27277] ppid=27276 vsize=594136 CPUtime=1646.43
/proc/27277/stat : 27277 (minisat) R 27276 27253 25772 0 -1 4194304 147755 0 0 0 164480 163 0 0 25 0 1 0 1993182297 608395264 147741 996147200 134512640 135127466 4294956272 18446744073709551615 134530814 0 0 4096 3 0 0 0 17 0 0 0
/proc/27277/statm: 148534 147741 76 150 0 148381 0
Current children cumulated CPU time (s) 1651.14
Current children cumulated vsize (KiB) 613092

[startup+1722.3 s]
/proc/loadavg: 2.00 2.03 2.13 3/83 27317
/proc/meminfo: memFree=987896/2055920 swapFree=4180840/4192956
[pid=27253] ppid=27251 vsize=13600 CPUtime=4.71
/proc/27253/stat : 27253 (sugar) S 27251 27253 25772 0 -1 4194304 1032 13466 0 2 3 1 427 40 16 0 1 0 1993181817 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27253/statm: 3400 798 370 3 0 500 0
[pid=27276] ppid=27253 vsize=5356 CPUtime=0
/proc/27276/stat : 27276 (sh) S 27253 27253 25772 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1993182296 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27276/statm: 1339 232 193 169 0 50 0
[pid=27277] ppid=27276 vsize=607604 CPUtime=1706.18
/proc/27277/stat : 27277 (minisat) R 27276 27253 25772 0 -1 4194304 151134 0 0 0 170451 167 0 0 25 0 1 0 1993182297 622186496 151120 996147200 134512640 135127466 4294956272 18446744073709551615 134527053 0 0 4096 3 0 0 0 17 0 0 0
/proc/27277/statm: 151901 151120 76 150 0 151748 0
Current children cumulated CPU time (s) 1710.89
Current children cumulated vsize (KiB) 626560

[startup+1782.3 s]
/proc/loadavg: 2.00 2.02 2.11 3/83 27317
/proc/meminfo: memFree=975736/2055920 swapFree=4180840/4192956
[pid=27253] ppid=27251 vsize=13600 CPUtime=4.71
/proc/27253/stat : 27253 (sugar) S 27251 27253 25772 0 -1 4194304 1032 13466 0 2 3 1 427 40 16 0 1 0 1993181817 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27253/statm: 3400 798 370 3 0 500 0
[pid=27276] ppid=27253 vsize=5356 CPUtime=0
/proc/27276/stat : 27276 (sh) S 27253 27253 25772 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1993182296 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27276/statm: 1339 232 193 169 0 50 0
[pid=27277] ppid=27276 vsize=619516 CPUtime=1765.94
/proc/27277/stat : 27277 (minisat) R 27276 27253 25772 0 -1 4194304 154111 0 0 0 176424 170 0 0 25 0 1 0 1993182297 634384384 154097 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/27277/statm: 154879 154097 76 150 0 154726 0
Current children cumulated CPU time (s) 1770.65
Current children cumulated vsize (KiB) 638472



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1811.8 s]
/proc/loadavg: 2.00 2.02 2.11 3/83 27317
/proc/meminfo: memFree=968760/2055920 swapFree=4180840/4192956
[pid=27253] ppid=27251 vsize=13600 CPUtime=4.71
/proc/27253/stat : 27253 (sugar) S 27251 27253 25772 0 -1 4194304 1032 13466 0 2 3 1 427 40 16 0 1 0 1993181817 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27253/statm: 3400 798 370 3 0 500 0
[pid=27276] ppid=27253 vsize=5356 CPUtime=0
/proc/27276/stat : 27276 (sh) S 27253 27253 25772 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1993182296 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27276/statm: 1339 232 193 169 0 50 0
[pid=27277] ppid=27276 vsize=626248 CPUtime=1795.31
/proc/27277/stat : 27277 (minisat) R 27276 27253 25772 0 -1 4194304 155826 0 0 0 179359 172 0 0 25 0 1 0 1993182297 641277952 155812 996147200 134512640 135127466 4294956272 18446744073709551615 134530814 0 0 4096 3 0 0 0 17 0 0 0
/proc/27277/statm: 156562 155812 76 150 0 156409 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 645204

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

[startup+1811.8 s]
/proc/loadavg: 2.00 2.02 2.11 3/83 27317
/proc/meminfo: memFree=968760/2055920 swapFree=4180840/4192956
[pid=27253] ppid=27251 vsize=13600 CPUtime=4.71
/proc/27253/stat : 27253 (sugar) S 27251 27253 25772 0 -1 4194304 1032 13466 0 2 3 1 427 40 16 0 1 0 1993181817 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27253/statm: 3400 798 370 3 0 500 0
[pid=27276] ppid=27253 vsize=5356 CPUtime=0
/proc/27276/stat : 27276 (sh) S 27253 27253 25772 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1993182296 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27276/statm: 1339 232 193 169 0 50 0
[pid=27277] ppid=27276 vsize=626248 CPUtime=1795.31
/proc/27277/stat : 27277 (minisat) R 27276 27253 25772 0 -1 4194304 155826 0 0 0 179359 172 0 0 25 0 1 0 1993182297 641277952 155812 996147200 134512640 135127466 4294956272 18446744073709551615 134530814 0 0 4096 3 0 0 0 17 0 0 0
/proc/27277/statm: 156562 155812 76 150 0 156409 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 645204

# WARNING:
# current cumulated CPU time (4.74 s) is less than in the last sample (1800.02 s)
# The time of a child was probably not reported to its father.
# (see the samples just above and below)
# Adding the difference (1795.28 s) to the 'lost time'.

[startup+1811.92 s]
/proc/loadavg: 2.00 2.02 2.11 3/83 27317
/proc/meminfo: memFree=968760/2055920 swapFree=4180840/4192956
[pid=27253] ppid=27251 vsize=13600 CPUtime=4.74
/proc/27253/stat : 27253 (sugar) R 27251 27253 25772 0 -1 4194304 1067 13743 0 2 4 3 427 40 16 0 1 0 1993181817 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 253307360297 0 0 4224 16386 0 0 0 17 0 0 0
/proc/27253/statm: 3400 799 371 3 0 500 0
Current children cumulated CPU time (s) 4.74
Current children cumulated vsize (KiB) 13600

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

[startup+1811.92 s]
/proc/loadavg: 2.00 2.02 2.11 3/83 27317
/proc/meminfo: memFree=968760/2055920 swapFree=4180840/4192956
[pid=27253] ppid=27251 vsize=13600 CPUtime=4.74
/proc/27253/stat : 27253 (sugar) R 27251 27253 25772 0 -1 4194304 1067 13743 0 2 4 3 427 40 16 0 1 0 1993181817 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 253307360297 0 0 4224 16386 0 0 0 17 0 0 0
/proc/27253/statm: 3400 799 371 3 0 500 0
Current children cumulated CPU time (s) 4.74
Current children cumulated vsize (KiB) 13600

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): 1795.28
#  lost CPU user time (s): 1793.58
#  lost CPU system time (s): 1.7

Real time (s): 1811.92
CPU time (s): 1800.03
CPU user time (s): 1797.89
CPU system time (s): 2.14093
CPU usage (%): 99.344
Max. virtual memory (cumulated for all children) (KiB): 887440

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4.31334
system time used= 0.440932
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 14841
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= 10464
involuntary context switches= 10349

runsolver used 1.80972 second user time and 5.01324 second system time

The end

Launcher Data (download as text)

Begin job on node25 at 2008-07-04 05:27:58
IDJOB=1064505
IDBENCH=54959
IDSOLVER=346
FILE ID=node25/1064505-1215142078
PBS_JOBID= 7877339
Free space on /tmp= 66560 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/tdsp/normalized-C4-1-60.xml
COMMAND LINE= DIR/sugar -c -vv -java="java -Xmx700M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1064505-1215142078/watcher-1064505-1215142078 -o /tmp/evaluation-result-1064505-1215142078/solver-1064505-1215142078 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/sugar -c -vv -java="java -Xmx700M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-1064505-1215142078.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= b21f5127694617ef1ec57e033a0a71a2
RANDOM SEED=576136177

node25.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.234
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.234
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:       1079896 kB
Buffers:         24072 kB
Cached:         113520 kB
SwapCached:       5956 kB
Active:         863828 kB
Inactive:        52552 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1079896 kB
SwapTotal:     4192956 kB
SwapFree:      4180840 kB
Dirty:            1496 kB
Writeback:           0 kB
Mapped:         794932 kB
Slab:            43156 kB
Committed_AS:  4254068 kB
PageTables:       3528 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= 66552 MiB
End job on node25 at 2008-07-04 05:58:12