Trace number 2068970

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? (MO) 668.203 669.534

General information on the benchmark

Namecsp/tdsp/
normalized-C6-2-120.xml
MD5SUMd75a5b973487bf2f1b95455d185d9f13
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables293
Number of constraints4850
Maximum constraint arity6
Maximum domain size121
Number of constraints which are defined in extension0
Number of constraints which are defined in intension4850
Global constraints used (with number of constraints)

Solver Data

0.03/0.27	c 0	Sugar v1-14-6 + HOME/minisat
0.03/0.29	c 0	BEGIN Sat Jul 11 23:52:50 2009
0.03/0.29	c 0	PID 15915
0.06/0.30	c 0	HOST node8.alineos.net
0.06/0.30	c 0	CONVERTING HOME/instance-2068970-1247349170.xml TO HOME/temp.csp
0.06/0.30	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2068970-1247349170.xml' 'HOME/temp.csp'
0.56/1.10	c 1	5 domains, 293 variables, 2 predicates, 0 relations, 4850 constraints
0.65/1.13	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.65/1.13	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.66/1.21	c 1	Parsing HOME/temp.csp
0.66/1.34	c 1	parsed 5150 expressions
0.66/1.36	c 1	Heap : 3 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.66/1.36	c 1	Converting to clausal form CSP
0.66/1.57	c 2	converted 515 (10%) expressions
0.66/1.63	c 2	converted 1030 (20%) expressions
0.66/1.70	c 2	converted 1545 (30%) expressions
0.66/1.74	c 2	converted 2060 (40%) expressions
0.66/1.77	c 2	converted 2575 (50%) expressions
0.66/1.81	c 2	converted 3090 (60%) expressions
0.66/1.89	c 2	converted 3605 (70%) expressions
0.66/1.93	c 2	converted 4120 (80%) expressions
0.66/1.97	c 2	converted 4635 (90%) expressions
0.66/2.00	c 2	converted 5150 (100%) expressions
0.66/2.00	c 2	CSP : 476 integers, 0 booleans, 5194 clauses, largest domain size 120
0.66/2.00	c 2	Heap : 8 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.66/2.00	c 2	Propagation in CSP
0.66/2.02	c 2	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.66/2.02	c 2	CSP : 476 integers, 0 booleans, 5194 clauses, largest domain size 120
0.66/2.02	c 2	Heap : 9 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.66/2.03	c 2	Simplifing CSP by introducing new Boolean variables
1.61/2.18	c 2	CSP : 476 integers, 18624 booleans, 23818 clauses, largest domain size 120
1.61/2.18	c 2	Heap : 14 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.71/2.27	c 2	Encoding CSP to SAT : HOME/temp.cnf
1.80/2.30	c 2	48 (10%) CSP integer variables are encoded (2891 clauses, 35468 bytes)
1.80/2.31	c 2	96 (20%) CSP integer variables are encoded (5922 clauses, 74871 bytes)
1.80/2.31	c 2	143 (30%) CSP integer variables are encoded (8858 clauses, 113039 bytes)
1.80/2.31	c 2	191 (40%) CSP integer variables are encoded (11806 clauses, 155290 bytes)
1.80/2.32	c 2	238 (50%) CSP integer variables are encoded (14868 clauses, 201220 bytes)
1.80/2.32	c 2	286 (60%) CSP integer variables are encoded (17854 clauses, 246010 bytes)
1.80/2.32	c 2	334 (70%) CSP integer variables are encoded (18551 clauses, 256465 bytes)
1.80/2.32	c 2	381 (80%) CSP integer variables are encoded (18998 clauses, 263170 bytes)
1.80/2.32	c 2	429 (90%) CSP integer variables are encoded (19467 clauses, 270205 bytes)
1.80/2.33	c 2	476 (100%) CSP integer variables are encoded (19884 clauses, 276460 bytes)
5.01/5.51	c 5	2382 (10%) CSP clauses are encoded (1553644 clauses, 37899026 bytes)
7.96/8.52	c 8	4764 (20%) CSP clauses are encoded (2969917 clauses, 73756890 bytes)
11.26/11.87	c 12	7146 (30%) CSP clauses are encoded (4563854 clauses, 114758242 bytes)
14.83/15.42	c 15	9528 (40%) CSP clauses are encoded (6230858 clauses, 157764076 bytes)
17.78/18.41	c 18	11909 (50%) CSP clauses are encoded (7634529 clauses, 193852378 bytes)
20.38/21.07	c 21	14291 (60%) CSP clauses are encoded (8887346 clauses, 226015612 bytes)
24.52/25.21	c 25	16673 (70%) CSP clauses are encoded (10804557 clauses, 275992981 bytes)
28.43/29.43	c 29	19055 (80%) CSP clauses are encoded (12647738 clauses, 324392464 bytes)
32.98/34.02	c 34	21437 (90%) CSP clauses are encoded (14728767 clauses, 381278193 bytes)
35.25/36.34	c 36	23818 (100%) CSP clauses are encoded (15801202 clauses, 410085045 bytes)
35.25/36.34	c 36	23818 CSP clauses encoded
35.25/36.34	c 36	Writing map file : HOME/temp.map
35.25/36.36	c 36	Heap : 9 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
35.25/36.36	c 36	SAT : 38971 SAT variables, 15801202 SAT clauses, 410085045 bytes
35.25/36.36	c 36	Heap : 9 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
35.25/36.38	c 36	SOLVING HOME/temp.cnf
35.25/36.38	c 36	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
35.25/36.39	c 36	This is MiniSat 2.0 beta
35.25/36.39	c 36	WARNING: for repeatability, setting FPU to use double precision
35.25/36.39	c 36	============================[ Problem Statistics ]=============================
35.25/36.39	c 36	|                                                                             |
35.25/36.39	c 36	|  Number of variables:  38971                                                |
35.25/36.39	c 36	|  Number of clauses:    15801202                                             |
44.11/45.25	c 45	|  Parsing time:         7.64         s                                       |
44.51/45.65	c 46	============================[ Search Statistics ]==============================
44.51/45.65	c 46	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
44.51/45.65	c 46	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
44.51/45.65	c 46	===============================================================================
44.51/45.65	c 46	|         0 |   38971 15801202 61060604 |  5267067        0    nan |  0.000 % |
47.00/48.16	c 48	|       103 |   38971 15801202 61060604 |  5793774      103     18 |  0.000 % |
48.71/49.83	c 50	|       253 |   38971 15801202 61060604 |  6373151      253     16 |  0.000 % |
50.21/51.38	c 51	|       479 |   38971 15801202 61060604 |  7010466      479     17 |  0.000 % |
52.61/53.77	c 54	|       817 |   38971 15801202 61060604 |  7711513      817     17 |  0.000 % |
56.41/57.57	c 58	|      1323 |   38971 15801202 61060604 |  8482664     1323     21 |  0.000 % |
60.40/61.50	c 61	|      2082 |   38971 15801202 61060604 |  9330931     2082     25 |  0.000 % |
67.01/68.13	c 68	|      3221 |   38971 15801202 61060604 | 10264024     3221     24 |  0.000 % |
73.81/74.91	c 75	|      4929 |   38971 15801202 61060604 | 11290426     4929     28 |  0.000 % |
84.30/85.42	c 85	|      7491 |   38971 15801202 61060604 | 12419469     7491     31 |  0.000 % |
96.89/98.04	c 98	|     11335 |   38971 15801202 61060604 | 13661416    11335     46 |  0.000 % |
113.69/114.81	c 115	|     17101 |   38971 15801202 61060604 | 15027557    17101     57 |  0.000 % |
139.79/140.95	c 141	|     25750 |   38971 15801202 61060604 | 16530313    25750     57 |  0.000 % |
176.28/177.46	c 177	|     38724 |   38971 15801202 61060604 | 18183344    38724     61 |  0.000 % |
242.86/244.08	c 244	|     58186 |   38971 15801202 61060604 | 20001679    58186     61 |  0.000 % |
347.24/348.44	c 348	|     87378 |   38971 15801202 61060604 | 22001847    87378     70 |  0.000 % |
486.99/488.24	c 488	|    131167 |   38971 15801202 61060604 | 24202032   131167     89 |  0.000 % |
667.94/669.21	c ERROR INTERRUPTED
668.05/669.34	s UNKNOWN
668.05/669.34	c 669	CPU 35.33 (0.05 0.01 32.26 3.01)
668.05/669.34	c 669	END Sun Jul 12 00:03:59 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-2068970-1247349170/watcher-2068970-1247349170 -o /tmp/evaluation-result-2068970-1247349170/solver-2068970-1247349170 -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-2068970-1247349170.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: 3.10 2.64 2.26 4/83 15915
/proc/meminfo: memFree=1510752/2055920 swapFree=4192812/4192956
[pid=15915] ppid=15913 vsize=18576 CPUtime=0
/proc/15915/stat : 15915 (runsolver) D 15913 15915 14058 0 -1 4194368 15 0 0 0 0 0 0 0 19 0 1 0 21984246 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 228706544935 0 0 4096 24578 18446744071563608240 0 0 17 1 0 0
/proc/15915/statm: 4644 284 249 26 0 2626 0

[startup+0.0745949 s]
/proc/loadavg: 3.10 2.64 2.26 4/83 15915
/proc/meminfo: memFree=1510752/2055920 swapFree=4192812/4192956
[pid=15915] ppid=15913 vsize=12268 CPUtime=0
/proc/15915/stat : 15915 (sugar) D 15913 15915 14058 0 -1 4194304 349 0 3 0 0 0 0 0 18 0 1 0 21984246 12562432 320 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 0 18446744071563608240 0 0 17 0 0 0
/proc/15915/statm: 3067 320 242 3 0 167 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12268

[startup+0.101596 s]
/proc/loadavg: 3.10 2.64 2.26 4/83 15915
/proc/meminfo: memFree=1510752/2055920 swapFree=4192812/4192956
[pid=15915] ppid=15913 vsize=12272 CPUtime=0
/proc/15915/stat : 15915 (sugar) D 15913 15915 14058 0 -1 4194304 393 0 3 0 0 0 0 0 18 0 1 0 21984246 12566528 364 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 0 18446744071563479169 0 0 17 0 0 0
/proc/15915/statm: 3068 364 274 3 0 168 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12272

[startup+0.301617 s]
/proc/loadavg: 3.10 2.64 2.26 4/83 15915
/proc/meminfo: memFree=1510752/2055920 swapFree=4192812/4192956
[pid=15915] ppid=15913 vsize=16740 CPUtime=0.06
/proc/15915/stat : 15915 (sugar) S 15913 15915 14058 0 -1 4194304 1147 0 5 0 5 1 0 0 18 0 1 0 21984246 17141760 1107 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15915/statm: 4185 1107 406 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.70166 s]
/proc/loadavg: 3.10 2.64 2.26 4/83 15915
/proc/meminfo: memFree=1510752/2055920 swapFree=4192812/4192956
[pid=15915] ppid=15913 vsize=16868 CPUtime=0.06
/proc/15915/stat : 15915 (sugar) S 15913 15915 14058 0 -1 4194304 1222 128 5 0 5 1 0 0 18 0 1 0 21984246 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15915/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50174 s]
/proc/loadavg: 3.10 2.64 2.26 3/94 15927
/proc/meminfo: memFree=1484232/2055920 swapFree=4192812/4192956
[pid=15915] ppid=15913 vsize=16868 CPUtime=0.66
/proc/15915/stat : 15915 (sugar) S 15913 15915 14058 0 -1 4194304 1304 7402 5 48 5 1 52 8 16 0 1 0 21984246 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15915/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.66
Current children cumulated vsize (KiB) 16868

[startup+3.10289 s]
/proc/loadavg: 3.10 2.64 2.26 4/94 15937
/proc/meminfo: memFree=1473544/2055920 swapFree=4192812/4192956
[pid=15915] ppid=15913 vsize=16868 CPUtime=0.66
/proc/15915/stat : 15915 (sugar) S 15913 15915 14058 0 -1 4194304 1305 7402 5 48 5 1 52 8 15 0 1 0 21984246 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15915/statm: 4217 1111 409 3 0 796 0
[pid=15928] ppid=15915 vsize=5356 CPUtime=0
/proc/15928/stat : 15928 (sh) S 15915 15915 14058 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21984359 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15928/statm: 1339 233 193 169 0 50 0
[pid=15929] ppid=15928 vsize=868688 CPUtime=1.94
/proc/15929/stat : 15929 (java) S 15928 15915 14058 0 -1 0 10118 0 5 0 182 12 0 0 19 0 9 0 21984359 889536512 9127 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15929/statm: 217172 9127 2590 9 0 211649 0
[pid=15929/tid=15930] ppid=15928 vsize=868688 CPUtime=1.29
/proc/15929/task/15930/stat : 15930 (java) R 15928 15915 14058 0 -1 64 3028 0 5 0 123 6 0 0 24 0 9 0 21984360 889536512 9127 996147200 134512640 134550932 4294955936 18446744073709551615 4126926656 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15929/tid=15931] ppid=15928 vsize=868688 CPUtime=0.41
/proc/15929/task/15931/stat : 15931 (java) S 15928 15915 14058 0 -1 64 4878 0 0 0 38 3 0 0 16 0 9 0 21984361 889536512 9127 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15929/tid=15932] ppid=15928 vsize=868688 CPUtime=0
/proc/15929/task/15932/stat : 15932 (java) S 15928 15915 14058 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 21984362 889536512 9127 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15929/tid=15933] ppid=15928 vsize=868688 CPUtime=0
/proc/15929/task/15933/stat : 15933 (java) S 15928 15915 14058 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 21984362 889536512 9127 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15929/tid=15934] ppid=15928 vsize=868688 CPUtime=0
/proc/15929/task/15934/stat : 15934 (java) S 15928 15915 14058 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 21984364 889536512 9127 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15929/tid=15935] ppid=15928 vsize=868688 CPUtime=0.2
/proc/15929/task/15935/stat : 15935 (java) S 15928 15915 14058 0 -1 64 1513 0 0 0 19 1 0 0 16 0 9 0 21984364 889536512 9127 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15929/tid=15936] ppid=15928 vsize=868688 CPUtime=0
/proc/15929/task/15936/stat : 15936 (java) S 15928 15915 14058 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 21984364 889536512 9127 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15929/tid=15937] ppid=15928 vsize=868688 CPUtime=0
/proc/15929/task/15937/stat : 15937 (java) S 15928 15915 14058 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21984364 889536512 9127 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.6
Current children cumulated vsize (KiB) 890912

[startup+6.30219 s]
/proc/loadavg: 3.02 2.63 2.26 3/94 15937
/proc/meminfo: memFree=1434120/2055920 swapFree=4192812/4192956
[pid=15915] ppid=15913 vsize=16868 CPUtime=0.66
/proc/15915/stat : 15915 (sugar) S 15913 15915 14058 0 -1 4194304 1305 7402 5 48 5 1 52 8 16 0 1 0 21984246 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15915/statm: 4217 1111 409 3 0 796 0
[pid=15928] ppid=15915 vsize=5356 CPUtime=0
/proc/15928/stat : 15928 (sh) S 15915 15915 14058 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21984359 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15928/statm: 1339 233 193 169 0 50 0
[pid=15929] ppid=15928 vsize=868688 CPUtime=5.14
/proc/15929/stat : 15929 (java) S 15928 15915 14058 0 -1 0 10806 0 5 0 478 36 0 0 19 0 9 0 21984359 889536512 9130 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15929/statm: 217172 9130 2590 9 0 211649 0
[pid=15929/tid=15930] ppid=15928 vsize=868688 CPUtime=4.28
/proc/15929/task/15930/stat : 15930 (java) R 15928 15915 14058 0 -1 64 3713 0 5 0 401 27 0 0 25 0 9 0 21984360 889536512 9130 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15929/tid=15931] ppid=15928 vsize=868688 CPUtime=0.63
/proc/15929/task/15931/stat : 15931 (java) S 15928 15915 14058 0 -1 64 4878 0 0 0 56 7 0 0 16 0 9 0 21984361 889536512 9130 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15929/tid=15932] ppid=15928 vsize=868688 CPUtime=0
/proc/15929/task/15932/stat : 15932 (java) S 15928 15915 14058 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 21984362 889536512 9130 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15929/tid=15933] ppid=15928 vsize=868688 CPUtime=0
/proc/15929/task/15933/stat : 15933 (java) S 15928 15915 14058 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 21984362 889536512 9130 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15929/tid=15934] ppid=15928 vsize=868688 CPUtime=0
/proc/15929/task/15934/stat : 15934 (java) S 15928 15915 14058 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 21984364 889536512 9130 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15929/tid=15935] ppid=15928 vsize=868688 CPUtime=0.21
/proc/15929/task/15935/stat : 15935 (java) S 15928 15915 14058 0 -1 64 1516 0 0 0 20 1 0 0 16 0 9 0 21984364 889536512 9130 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15929/tid=15936] ppid=15928 vsize=868688 CPUtime=0
/proc/15929/task/15936/stat : 15936 (java) S 15928 15915 14058 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 21984364 889536512 9130 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15929/tid=15937] ppid=15928 vsize=868688 CPUtime=0
/proc/15929/task/15937/stat : 15937 (java) S 15928 15915 14058 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21984364 889536512 9130 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 5.8
Current children cumulated vsize (KiB) 890912

[startup+12.7028 s]
/proc/loadavg: 2.93 2.62 2.26 3/94 15937
/proc/meminfo: memFree=1354568/2055920 swapFree=4192812/4192956
[pid=15915] ppid=15913 vsize=16868 CPUtime=0.66
/proc/15915/stat : 15915 (sugar) S 15913 15915 14058 0 -1 4194304 1305 7402 5 48 5 1 52 8 16 0 1 0 21984246 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15915/statm: 4217 1111 409 3 0 796 0
[pid=15928] ppid=15915 vsize=5356 CPUtime=0
/proc/15928/stat : 15928 (sh) S 15915 15915 14058 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21984359 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15928/statm: 1339 233 193 169 0 50 0
[pid=15929] ppid=15928 vsize=868688 CPUtime=11.47
/proc/15929/stat : 15929 (java) S 15928 15915 14058 0 -1 0 12129 0 5 0 1057 90 0 0 19 0 9 0 21984359 889536512 9130 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15929/statm: 217172 9130 2590 9 0 211649 0
[pid=15929/tid=15930] ppid=15928 vsize=868688 CPUtime=10.21
/proc/15929/task/15930/stat : 15930 (java) R 15928 15915 14058 0 -1 64 5036 0 5 0 950 71 0 0 25 0 9 0 21984360 889536512 9130 996147200 134512640 134550932 4294955936 18446744073709551615 4126939913 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15929/tid=15931] ppid=15928 vsize=868688 CPUtime=1.02
/proc/15929/task/15931/stat : 15931 (java) S 15928 15915 14058 0 -1 64 4878 0 0 0 86 16 0 0 16 0 9 0 21984361 889536512 9130 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15929/tid=15932] ppid=15928 vsize=868688 CPUtime=0
/proc/15929/task/15932/stat : 15932 (java) S 15928 15915 14058 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 21984362 889536512 9130 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15929/tid=15933] ppid=15928 vsize=868688 CPUtime=0
/proc/15929/task/15933/stat : 15933 (java) S 15928 15915 14058 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 21984362 889536512 9130 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15929/tid=15934] ppid=15928 vsize=868688 CPUtime=0
/proc/15929/task/15934/stat : 15934 (java) S 15928 15915 14058 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 21984364 889536512 9130 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15929/tid=15935] ppid=15928 vsize=868688 CPUtime=0.21
/proc/15929/task/15935/stat : 15935 (java) S 15928 15915 14058 0 -1 64 1516 0 0 0 20 1 0 0 16 0 9 0 21984364 889536512 9130 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15929/tid=15936] ppid=15928 vsize=868688 CPUtime=0
/proc/15929/task/15936/stat : 15936 (java) S 15928 15915 14058 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 21984364 889536512 9130 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15929/tid=15937] ppid=15928 vsize=868688 CPUtime=0
/proc/15929/task/15937/stat : 15937 (java) S 15928 15915 14058 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21984364 889536512 9130 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.13
Current children cumulated vsize (KiB) 890912

[startup+25.502 s]
/proc/loadavg: 2.81 2.61 2.26 3/94 15937
/proc/meminfo: memFree=1194760/2055920 swapFree=4192812/4192956
[pid=15915] ppid=15913 vsize=16868 CPUtime=0.66
/proc/15915/stat : 15915 (sugar) S 15913 15915 14058 0 -1 4194304 1305 7402 5 48 5 1 52 8 16 0 1 0 21984246 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15915/statm: 4217 1111 409 3 0 796 0
[pid=15928] ppid=15915 vsize=5356 CPUtime=0
/proc/15928/stat : 15928 (sh) S 15915 15915 14058 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21984359 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15928/statm: 1339 233 193 169 0 50 0
[pid=15929] ppid=15928 vsize=868688 CPUtime=24.16
/proc/15929/stat : 15929 (java) S 15928 15915 14058 0 -1 0 14762 0 5 0 2218 198 0 0 19 0 9 0 21984359 889536512 9130 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15929/statm: 217172 9130 2590 9 0 211649 0
[pid=15929/tid=15930] ppid=15928 vsize=868688 CPUtime=22.09
/proc/15929/task/15930/stat : 15930 (java) R 15928 15915 14058 0 -1 64 7669 0 5 0 2046 163 0 0 25 0 9 0 21984360 889536512 9130 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15929/tid=15931] ppid=15928 vsize=868688 CPUtime=1.83
/proc/15929/task/15931/stat : 15931 (java) S 15928 15915 14058 0 -1 64 4878 0 0 0 151 32 0 0 16 0 9 0 21984361 889536512 9130 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15929/tid=15932] ppid=15928 vsize=868688 CPUtime=0
/proc/15929/task/15932/stat : 15932 (java) S 15928 15915 14058 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 21984362 889536512 9130 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15929/tid=15933] ppid=15928 vsize=868688 CPUtime=0
/proc/15929/task/15933/stat : 15933 (java) S 15928 15915 14058 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 21984362 889536512 9130 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15929/tid=15934] ppid=15928 vsize=868688 CPUtime=0
/proc/15929/task/15934/stat : 15934 (java) S 15928 15915 14058 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 21984364 889536512 9130 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15929/tid=15935] ppid=15928 vsize=868688 CPUtime=0.21
/proc/15929/task/15935/stat : 15935 (java) S 15928 15915 14058 0 -1 64 1516 0 0 0 20 1 0 0 16 0 9 0 21984364 889536512 9130 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15929/tid=15936] ppid=15928 vsize=868688 CPUtime=0
/proc/15929/task/15936/stat : 15936 (java) S 15928 15915 14058 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 21984364 889536512 9130 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15929/tid=15937] ppid=15928 vsize=868688 CPUtime=0
/proc/15929/task/15937/stat : 15937 (java) S 15928 15915 14058 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21984364 889536512 9130 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 24.82
Current children cumulated vsize (KiB) 890912

[startup+51.1014 s]
/proc/loadavg: 2.65 2.59 2.26 3/86 15939
/proc/meminfo: memFree=322696/2055920 swapFree=4192812/4192956
[pid=15915] ppid=15913 vsize=16868 CPUtime=35.33
/proc/15915/stat : 15915 (sugar) S 15913 15915 14058 0 -1 4194304 1371 24626 5 53 5 1 3226 301 16 0 1 0 21984246 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15915/statm: 4217 1113 409 3 0 796 0
[pid=15938] ppid=15915 vsize=5356 CPUtime=0
/proc/15938/stat : 15938 (sh) S 15915 15915 14058 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21987885 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15938/statm: 1339 232 193 169 0 50 0
[pid=15939] ppid=15938 vsize=778932 CPUtime=14.68
/proc/15939/stat : 15939 (minisat) R 15938 15915 14058 0 -1 4194304 191842 0 0 0 1338 130 0 0 25 0 1 0 21987885 797626368 191828 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/15939/statm: 194733 191828 76 150 0 194580 0

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

/proc/15915/stat : 15915 (sugar) S 15913 15915 14058 0 -1 4194304 1371 24626 5 53 5 1 3226 301 16 0 1 0 21984246 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15915/statm: 4217 1113 409 3 0 796 0
[pid=15938] ppid=15915 vsize=5356 CPUtime=0
/proc/15938/stat : 15938 (sh) S 15915 15915 14058 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21987885 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15938/statm: 1339 232 193 169 0 50 0
[pid=15939] ppid=15938 vsize=844868 CPUtime=305.8
/proc/15939/stat : 15939 (minisat) R 15938 15915 14058 0 -1 4194304 208043 0 0 0 30439 141 0 0 25 0 1 0 21987885 865144832 208029 996147200 134512640 135127466 4294956256 18446744073709551615 134521691 0 0 4096 3 0 0 0 17 1 0 0
/proc/15939/statm: 211217 208029 76 150 0 211064 0
Current children cumulated CPU time (s) 341.13
Current children cumulated vsize (KiB) 867092

[startup+402.302 s]
/proc/loadavg: 2.00 2.17 2.17 3/86 15939
/proc/meminfo: memFree=252552/2055920 swapFree=4192812/4192956
[pid=15915] ppid=15913 vsize=16868 CPUtime=35.33
/proc/15915/stat : 15915 (sugar) S 15913 15915 14058 0 -1 4194304 1371 24626 5 53 5 1 3226 301 16 0 1 0 21984246 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15915/statm: 4217 1113 409 3 0 796 0
[pid=15938] ppid=15915 vsize=5356 CPUtime=0
/proc/15938/stat : 15938 (sh) S 15915 15915 14058 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21987885 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15938/statm: 1339 232 193 169 0 50 0
[pid=15939] ppid=15938 vsize=854852 CPUtime=365.79
/proc/15939/stat : 15939 (minisat) R 15938 15915 14058 0 -1 4194304 210512 0 0 0 36436 143 0 0 25 0 1 0 21987885 875368448 210498 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/15939/statm: 213713 210498 76 150 0 213560 0
Current children cumulated CPU time (s) 401.12
Current children cumulated vsize (KiB) 877076

[startup+462.301 s]
/proc/loadavg: 2.00 2.14 2.16 3/86 15939
/proc/meminfo: memFree=242120/2055920 swapFree=4192812/4192956
[pid=15915] ppid=15913 vsize=16868 CPUtime=35.33
/proc/15915/stat : 15915 (sugar) S 15913 15915 14058 0 -1 4194304 1371 24626 5 53 5 1 3226 301 16 0 1 0 21984246 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15915/statm: 4217 1113 409 3 0 796 0
[pid=15938] ppid=15915 vsize=5356 CPUtime=0
/proc/15938/stat : 15938 (sh) S 15915 15915 14058 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21987885 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15938/statm: 1339 232 193 169 0 50 0
[pid=15939] ppid=15938 vsize=865020 CPUtime=425.77
/proc/15939/stat : 15939 (minisat) R 15938 15915 14058 0 -1 4194304 213038 0 0 0 42432 145 0 0 25 0 1 0 21987885 885780480 213024 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/15939/statm: 216255 213024 76 150 0 216102 0
Current children cumulated CPU time (s) 461.1
Current children cumulated vsize (KiB) 887244

[startup+522.302 s]
/proc/loadavg: 2.00 2.11 2.14 3/86 15945
/proc/meminfo: memFree=234184/2055920 swapFree=4192812/4192956
[pid=15915] ppid=15913 vsize=16868 CPUtime=35.33
/proc/15915/stat : 15915 (sugar) S 15913 15915 14058 0 -1 4194304 1371 24626 5 53 5 1 3226 301 16 0 1 0 21984246 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15915/statm: 4217 1113 409 3 0 796 0
[pid=15938] ppid=15915 vsize=5356 CPUtime=0
/proc/15938/stat : 15938 (sh) S 15915 15915 14058 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21987885 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15938/statm: 1339 232 193 169 0 50 0
[pid=15939] ppid=15938 vsize=872408 CPUtime=485.74
/proc/15939/stat : 15939 (minisat) R 15938 15915 14058 0 -1 4194304 214847 0 0 0 48426 148 0 0 25 0 1 0 21987885 893345792 214833 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/15939/statm: 218102 214833 76 150 0 217949 0
Current children cumulated CPU time (s) 521.07
Current children cumulated vsize (KiB) 894632

[startup+582.302 s]
/proc/loadavg: 2.00 2.09 2.13 3/86 15945
/proc/meminfo: memFree=224392/2055920 swapFree=4192812/4192956
[pid=15915] ppid=15913 vsize=16868 CPUtime=35.33
/proc/15915/stat : 15915 (sugar) S 15913 15915 14058 0 -1 4194304 1371 24626 5 53 5 1 3226 301 16 0 1 0 21984246 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15915/statm: 4217 1113 409 3 0 796 0
[pid=15938] ppid=15915 vsize=5356 CPUtime=0
/proc/15938/stat : 15938 (sh) S 15915 15915 14058 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21987885 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15938/statm: 1339 232 193 169 0 50 0
[pid=15939] ppid=15938 vsize=882044 CPUtime=545.73
/proc/15939/stat : 15939 (minisat) R 15938 15915 14058 0 -1 4194304 217274 0 0 0 54423 150 0 0 25 0 1 0 21987885 903213056 217260 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/15939/statm: 220511 217260 76 150 0 220358 0
Current children cumulated CPU time (s) 581.06
Current children cumulated vsize (KiB) 904268

[startup+642.301 s]
/proc/loadavg: 2.00 2.07 2.12 3/86 15945
/proc/meminfo: memFree=212744/2055920 swapFree=4192812/4192956
[pid=15915] ppid=15913 vsize=16868 CPUtime=35.33
/proc/15915/stat : 15915 (sugar) S 15913 15915 14058 0 -1 4194304 1371 24626 5 53 5 1 3226 301 16 0 1 0 21984246 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15915/statm: 4217 1113 409 3 0 796 0
[pid=15938] ppid=15915 vsize=5356 CPUtime=0
/proc/15938/stat : 15938 (sh) S 15915 15915 14058 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21987885 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15938/statm: 1339 232 193 169 0 50 0
[pid=15939] ppid=15938 vsize=893528 CPUtime=605.72
/proc/15939/stat : 15939 (minisat) R 15938 15915 14058 0 -1 4194304 220140 0 0 0 60418 154 0 0 25 0 1 0 21987885 914972672 220126 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/15939/statm: 223382 220126 76 150 0 223229 0
Current children cumulated CPU time (s) 641.05
Current children cumulated vsize (KiB) 915752



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+669.202 s]
/proc/loadavg: 2.00 2.06 2.11 3/86 15945
/proc/meminfo: memFree=206728/2055920 swapFree=4192812/4192956
[pid=15915] ppid=15913 vsize=16868 CPUtime=35.33
/proc/15915/stat : 15915 (sugar) S 15913 15915 14058 0 -1 4194304 1371 24626 5 53 5 1 3226 301 16 0 1 0 21984246 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15915/statm: 4217 1113 409 3 0 796 0
[pid=15938] ppid=15915 vsize=5356 CPUtime=0
/proc/15938/stat : 15938 (sh) S 15915 15915 14058 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21987885 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15938/statm: 1339 232 193 169 0 50 0
[pid=15939] ppid=15938 vsize=899468 CPUtime=632.61
/proc/15939/stat : 15939 (minisat) R 15938 15915 14058 0 -1 4194304 221633 0 0 0 63105 156 0 0 25 0 1 0 21987885 921055232 221619 996147200 134512640 135127466 4294956256 18446744073709551615 134530673 0 0 4096 3 0 0 0 17 1 0 0
/proc/15939/statm: 224867 221619 76 150 0 224714 0
Current children cumulated CPU time (s) 667.94
Current children cumulated vsize (KiB) 921692

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

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

[startup+669.319 s]
/proc/loadavg: 2.00 2.06 2.11 3/86 15945
/proc/meminfo: memFree=206728/2055920 swapFree=4192812/4192956
[pid=15915] ppid=15913 vsize=16868 CPUtime=35.33
/proc/15915/stat : 15915 (sugar) S 15913 15915 14058 0 -1 4194304 1393 24626 5 53 5 1 3226 301 16 0 1 0 21984246 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 16384 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/15915/statm: 4217 1113 409 3 0 796 0
[pid=15938] ppid=15915 vsize=0 CPUtime=0
/proc/15938/stat : 15938 (sh) Z 15915 15915 14058 0 -1 4195340 277 0 0 0 0 0 0 0 16 0 1 0 21987885 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 0 0 0
/proc/15938/statm: 0 0 0 0 0 0 0
[pid=15939] ppid=1 vsize=0 CPUtime=632.72
/proc/15939/stat : 15939 (minisat) R 1 15915 14058 0 -1 4195332 221633 0 0 0 63105 167 0 0 25 0 1 0 21987885 0 0 996147200 0 0 0 0 0 0 0 4096 3 0 0 0 17 1 0 0
/proc/15939/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 668.05
Current children cumulated vsize (KiB) 16868

[startup+669.402 s]
/proc/loadavg: 2.00 2.06 2.11 3/86 15945
/proc/meminfo: memFree=206728/2055920 swapFree=4192812/4192956
[pid=15915] ppid=15913 vsize=16868 CPUtime=35.4
/proc/15915/stat : 15915 (sugar) R 15913 15915 14058 0 -1 4194304 1418 24903 5 53 5 8 3226 301 16 0 1 0 21984246 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 228706718761 0 0 4224 16386 0 0 0 17 1 0 0
/proc/15915/statm: 4217 1114 410 3 0 796 0
Current children cumulated CPU time (s) 35.4
Current children cumulated vsize (KiB) 16868
#
############


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

[startup+669.402 s]
/proc/loadavg: 2.00 2.06 2.11 3/86 15945
/proc/meminfo: memFree=206728/2055920 swapFree=4192812/4192956
[pid=15915] ppid=15913 vsize=16868 CPUtime=35.4
/proc/15915/stat : 15915 (sugar) R 15913 15915 14058 0 -1 4194304 1418 24903 5 53 5 8 3226 301 16 0 1 0 21984246 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 228706718761 0 0 4224 16386 0 0 0 17 1 0 0
/proc/15915/statm: 4217 1114 410 3 0 796 0
Current children cumulated CPU time (s) 35.4
Current children cumulated vsize (KiB) 16868

[startup+669.502 s]
/proc/loadavg: 2.00 2.06 2.11 3/86 15945
/proc/meminfo: memFree=206728/2055920 swapFree=4192812/4192956
[pid=15915] ppid=15913 vsize=16868 CPUtime=35.5
/proc/15915/stat : 15915 (sugar) R 15913 15915 14058 0 -1 4194304 1418 24903 5 53 5 18 3226 301 16 0 1 0 21984246 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 228706718761 0 0 4224 16386 0 0 0 17 1 0 0
/proc/15915/statm: 4217 1114 410 3 0 796 0
Current children cumulated CPU time (s) 35.5
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): 632.65
#  lost CPU user time (s): 631.05
#  lost CPU system time (s): 1.6

Real time (s): 669.534
CPU time (s): 668.203
CPU user time (s): 663.372
CPU system time (s): 4.83151
CPU usage (%): 99.8013
Max. virtual memory (cumulated for all children) (KiB): 921692

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 32.3221
system time used= 3.23151
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 26380
page faults= 58
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 65821
involuntary context switches= 66154

runsolver used 0.950855 second user time and 2.11568 second system time

The end

Launcher Data

Begin job on node8 at 2009-07-11 23:52:50
IDJOB=2068970
IDBENCH=54967
IDSOLVER=739
FILE ID=node8/2068970-1247349170
PBS_JOBID= 9506793
Free space on /tmp= 66268 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/tdsp/normalized-C6-2-120.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-2068970-1247349170/watcher-2068970-1247349170 -o /tmp/evaluation-result-2068970-1247349170/solver-2068970-1247349170 -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-2068970-1247349170.xml

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

MD5SUM BENCH= d75a5b973487bf2f1b95455d185d9f13
RANDOM SEED=2107343928

node8.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.213
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.213
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1511360 kB
Buffers:          3692 kB
Cached:          30784 kB
SwapCached:          0 kB
Active:         491984 kB
Inactive:         5896 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1511360 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2268 kB
Writeback:           0 kB
Mapped:         483872 kB
Slab:            30868 kB
Committed_AS:   614312 kB
PageTables:       2676 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= 66268 MiB
End job on node8 at 2009-07-12 00:04:01