Trace number 2064207

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.07 1813.65

General information on the benchmark

Namecsp/compet02/
normalized-patat-02-comp-3.xml
MD5SUM645b4d5985800c441d40903d8a951448
Bench CategoryAlldiff (alldiff)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark78.0751
Satisfiable
(Un)Satisfiability was proved
Number of variables800
Number of constraints36304
Maximum constraint arity20
Maximum domain size45
Number of constraints which are defined in extension0
Number of constraints which are defined in intension36104
Global constraints used (with number of constraints)alldifferent(200)

Solver Data

0.00/0.08	c 0	Sugar v1-14-6 + HOME/minisat
0.00/0.08	c 0	BEGIN Sat Jul 11 19:51:45 2009
0.00/0.08	c 0	PID 12195
0.00/0.08	c 0	HOST node48.alineos.net
0.00/0.08	c 0	CONVERTING HOME/instance-2064207-1247334705.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-2064207-1247334705.xml' 'HOME/temp.csp'
2.33/2.43	c 3	17 domains, 800 variables, 1 predicates, 0 relations, 36304 constraints
2.33/2.45	c 3	ENCODING HOME/temp.csp TO HOME/temp.cnf
2.33/2.45	c 3	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'
2.39/2.53	c 3	Parsing HOME/temp.csp
2.39/2.70	c 3	parsed 10000 expressions
2.39/2.85	c 3	parsed 20000 expressions
2.39/3.02	c 3	parsed 30000 expressions
2.39/3.18	c 4	parsed 37122 expressions
2.39/3.19	c 4	Heap : 14 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.39/3.19	c 4	Converting to clausal form CSP
3.50/3.65	c 4	converted 3713 (10%) expressions
3.80/3.90	c 4	converted 7425 (20%) expressions
4.20/4.30	c 5	converted 11137 (30%) expressions
4.39/4.56	c 5	converted 14849 (40%) expressions
4.59/4.78	c 5	converted 18561 (50%) expressions
4.89/5.01	c 5	converted 22274 (60%) expressions
5.38/5.52	c 6	converted 25986 (70%) expressions
5.57/5.76	c 6	converted 29698 (80%) expressions
5.78/5.98	c 6	converted 33410 (90%) expressions
7.56/7.80	c 8	converted 37122 (100%) expressions
7.65/7.80	c 8	CSP : 800 integers, 0 booleans, 66209 clauses, largest domain size 45
7.65/7.80	c 8	Heap : 73 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
7.65/7.80	c 8	Propagation in CSP
7.85/8.01	c 8	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
7.85/8.01	c 8	CSP : 800 integers, 0 booleans, 66209 clauses, largest domain size 45
7.85/8.01	c 8	Heap : 74 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
7.85/8.04	c 8	Simplifing CSP by introducing new Boolean variables
9.74/9.91	c 10	CSP : 800 integers, 194153 booleans, 260362 clauses, largest domain size 45
9.74/9.91	c 10	Heap : 130 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
10.52/10.78	c 11	Encoding CSP to SAT : HOME/temp.cnf
10.63/10.83	c 11	80 (10%) CSP integer variables are encoded (3440 clauses, 42621 bytes)
10.63/10.84	c 11	160 (20%) CSP integer variables are encoded (6880 clauses, 87341 bytes)
10.63/10.84	c 11	240 (30%) CSP integer variables are encoded (10320 clauses, 133158 bytes)
10.63/10.85	c 11	320 (40%) CSP integer variables are encoded (13760 clauses, 184758 bytes)
10.63/10.85	c 11	400 (50%) CSP integer variables are encoded (17200 clauses, 236358 bytes)
10.63/10.86	c 11	480 (60%) CSP integer variables are encoded (17334 clauses, 238368 bytes)
10.63/10.86	c 11	560 (70%) CSP integer variables are encoded (17498 clauses, 240828 bytes)
10.63/10.86	c 11	640 (80%) CSP integer variables are encoded (17631 clauses, 242823 bytes)
10.63/10.86	c 11	720 (90%) CSP integer variables are encoded (17800 clauses, 245358 bytes)
10.63/10.86	c 11	800 (100%) CSP integer variables are encoded (17990 clauses, 248208 bytes)
11.81/12.04	c 12	26037 (10%) CSP clauses are encoded (543732 clauses, 10512639 bytes)
12.80/13.08	c 13	52073 (20%) CSP clauses are encoded (1066423 clauses, 21088542 bytes)
13.90/14.13	c 15	78109 (30%) CSP clauses are encoded (1587213 clauses, 31655554 bytes)
14.97/15.21	c 16	104145 (40%) CSP clauses are encoded (2113544 clauses, 42394256 bytes)
16.05/16.34	c 17	130181 (50%) CSP clauses are encoded (2638431 clauses, 53697278 bytes)
17.14/17.47	c 18	156218 (60%) CSP clauses are encoded (3159655 clauses, 65373413 bytes)
18.43/18.79	c 19	182254 (70%) CSP clauses are encoded (3796105 clauses, 79374740 bytes)
20.00/20.36	c 21	208290 (80%) CSP clauses are encoded (4582285 clauses, 96193843 bytes)
21.57/21.94	c 22	234326 (90%) CSP clauses are encoded (5368729 clauses, 113044603 bytes)
23.04/23.49	c 24	260362 (100%) CSP clauses are encoded (6155525 clauses, 129825298 bytes)
23.04/23.49	c 24	260362 CSP clauses encoded
23.04/23.49	c 24	Writing map file : HOME/temp.map
23.14/23.53	c 24	Heap : 94 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
23.14/23.53	c 24	SAT : 212721 SAT variables, 6155525 SAT clauses, 129825298 bytes
23.14/23.53	c 24	Heap : 94 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
23.19/23.61	c 24	SOLVING HOME/temp.cnf
23.19/23.61	c 24	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
23.19/23.61	c 24	This is MiniSat 2.0 beta
23.19/23.61	c 24	WARNING: for repeatability, setting FPU to use double precision
23.19/23.61	c 24	============================[ Problem Statistics ]=============================
23.19/23.61	c 24	|                                                                             |
23.19/23.61	c 24	|  Number of variables:  212721                                               |
23.19/23.61	c 24	|  Number of clauses:    6155525                                              |
26.54/27.06	c 27	|  Parsing time:         2.95         s                                       |
26.75/27.21	c 28	============================[ Search Statistics ]==============================
26.75/27.21	c 28	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
26.75/27.21	c 28	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
26.75/27.21	c 28	===============================================================================
26.75/27.21	c 28	|         0 |  212721  6155525 18114118 |  2051841        0    nan |  0.000 % |
28.32/28.88	c 29	|       100 |  212721  6155525 18114118 |  2257025      100     17 |  0.000 % |
28.52/29.06	c 29	|       251 |  212721  6155525 18114118 |  2482728      251     12 |  0.000 % |
29.81/30.32	c 31	|       477 |  212721  6155525 18114118 |  2731001      477     15 |  0.000 % |
31.89/32.41	c 33	|       814 |  212721  6155525 18114118 |  3004101      814     13 |  0.000 % |
32.09/32.68	c 33	|      1320 |  212721  6155525 18114118 |  3304511     1320     15 |  0.000 % |
34.26/34.90	c 35	|      2079 |  212721  6155525 18114118 |  3634962     2079     14 |  0.000 % |
35.15/35.71	c 36	|      3218 |  212721  6155525 18114118 |  3998458     3218     18 |  0.000 % |
35.85/36.42	c 37	|      4927 |  212721  6155525 18114118 |  4398304     4927     16 |  0.000 % |
36.45/37.09	c 37	|      7489 |  212721  6155525 18114118 |  4838135     7489     15 |  0.000 % |
37.34/37.93	c 38	|     11333 |  212721  6155525 18114118 |  5321948    11333     16 |  0.000 % |
38.33/38.97	c 39	|     17100 |  212721  6155525 18114118 |  5854143    17100     15 |  0.000 % |
54.18/54.93	c 55	|     25749 |  212721  6155525 18114118 |  6439558    25749     39 |  0.000 % |
60.02/60.82	c 61	|     38724 |  212721  6155525 18114118 |  7083513    38724     35 |  0.000 % |
70.42/71.34	c 72	|     58186 |  212721  6155525 18114118 |  7791865    58186     35 |  0.000 % |
92.12/93.22	c 94	|     87379 |  212721  6155525 18114118 |  8571051    87379     34 |  0.000 % |
106.98/108.27	c 109	|    131168 |  212721  6155525 18114118 |  9428157   131168     31 |  0.000 % |
137.59/139.15	c 140	|    196852 |  212721  6155525 18114118 | 10370972   196852     30 |  0.000 % |
214.06/216.32	c 217	|    295378 |  212721  6155525 18114118 | 11408070   295378     31 |  0.000 % |
367.92/371.65	c 372	|    443168 |  212721  6155525 18114118 | 12548877   443168     36 |  0.000 % |
690.84/697.62	c 698	|    664851 |  212721  6155525 18114118 | 13803764   664851     36 |  0.000 % |
1079.46/1089.95	c 1090	|    997376 |  212721  6155525 18114118 | 15184141   997376     37 |  0.000 % |
1800.02/1813.52	c ERROR INTERRUPTED
1800.02/1813.59	s UNKNOWN
1800.02/1813.59	c 1814	CPU 23.22 (0.06 0.02 21.79 1.35)
1800.02/1813.59	c 1814	END Sat Jul 11 20:21: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-2064207-1247334705/watcher-2064207-1247334705 -o /tmp/evaluation-result-2064207-1247334705/solver-2064207-1247334705 -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-2064207-1247334705.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 2.00 2.03 4/80 12195
/proc/meminfo: memFree=574304/2055920 swapFree=4192956/4192956
[pid=12195] ppid=12193 vsize=12268 CPUtime=0
/proc/12195/stat : 12195 (sugar) R 12193 12195 10666 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 20534691 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 255548505086 0 0 4224 0 0 0 0 17 1 0 0
/proc/12195/statm: 3067 316 241 3 0 167 0

[startup+0.089508 s]
/proc/loadavg: 1.92 2.00 2.03 4/80 12195
/proc/meminfo: memFree=574304/2055920 swapFree=4192956/4192956
[pid=12195] ppid=12193 vsize=16868 CPUtime=0.06
/proc/12195/stat : 12195 (sugar) S 12193 12195 10666 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 20534691 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12195/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.102983 s]
/proc/loadavg: 1.92 2.00 2.03 4/80 12195
/proc/meminfo: memFree=574304/2055920 swapFree=4192956/4192956
[pid=12195] ppid=12193 vsize=16868 CPUtime=0.06
/proc/12195/stat : 12195 (sugar) S 12193 12195 10666 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 20534691 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12195/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.302516 s]
/proc/loadavg: 1.92 2.00 2.03 4/80 12195
/proc/meminfo: memFree=574304/2055920 swapFree=4192956/4192956
[pid=12195] ppid=12193 vsize=16868 CPUtime=0.06
/proc/12195/stat : 12195 (sugar) S 12193 12195 10666 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 20534691 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12195/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.702558 s]
/proc/loadavg: 1.92 2.00 2.03 4/80 12195
/proc/meminfo: memFree=574304/2055920 swapFree=4192956/4192956
[pid=12195] ppid=12193 vsize=16868 CPUtime=0.06
/proc/12195/stat : 12195 (sugar) S 12193 12195 10666 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 20534691 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12195/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50165 s]
/proc/loadavg: 1.92 2.00 2.03 3/91 12207
/proc/meminfo: memFree=546056/2055920 swapFree=4192956/4192956
[pid=12195] ppid=12193 vsize=16868 CPUtime=0.06
/proc/12195/stat : 12195 (sugar) S 12193 12195 10666 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 20534691 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12195/statm: 4217 1111 409 3 0 796 0
[pid=12198] ppid=12195 vsize=5356 CPUtime=0
/proc/12198/stat : 12198 (sh) S 12195 12195 10666 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20534699 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12198/statm: 1339 233 193 169 0 50 0
[pid=12199] ppid=12198 vsize=864776 CPUtime=1.38
/proc/12199/stat : 12199 (java) S 12198 12195 10666 0 -1 0 15215 0 1 0 130 8 0 0 18 0 9 0 20534699 885530624 13253 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12199/statm: 216194 13253 2556 9 0 210706 0
[pid=12199/tid=12200] ppid=12198 vsize=864776 CPUtime=0.78
/proc/12199/task/12200/stat : 12200 (java) R 12198 12195 10666 0 -1 64 3070 0 1 0 76 2 0 0 24 0 9 0 20534700 885530624 13253 996147200 134512640 134550932 4294955984 18446744073709551615 4126730850 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12199/tid=12201] ppid=12198 vsize=864776 CPUtime=0.46
/proc/12199/task/12201/stat : 12201 (java) S 12198 12195 10666 0 -1 64 10925 0 0 0 41 5 0 0 16 0 9 0 20534702 885530624 13253 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12199/tid=12202] ppid=12198 vsize=864776 CPUtime=0
/proc/12199/task/12202/stat : 12202 (java) S 12198 12195 10666 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 20534702 885530624 13253 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12199/tid=12203] ppid=12198 vsize=864776 CPUtime=0
/proc/12199/task/12203/stat : 12203 (java) S 12198 12195 10666 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 20534702 885530624 13253 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12199/tid=12204] ppid=12198 vsize=864776 CPUtime=0
/proc/12199/task/12204/stat : 12204 (java) S 12198 12195 10666 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 20534704 885530624 13253 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12199/tid=12205] ppid=12198 vsize=864776 CPUtime=0.12
/proc/12199/task/12205/stat : 12205 (java) S 12198 12195 10666 0 -1 64 516 0 0 0 12 0 0 0 16 0 9 0 20534704 885530624 13253 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12199/tid=12206] ppid=12198 vsize=864776 CPUtime=0
/proc/12199/task/12206/stat : 12206 (java) S 12198 12195 10666 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 20534704 885530624 13253 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12199/tid=12207] ppid=12198 vsize=864776 CPUtime=0
/proc/12199/task/12207/stat : 12207 (java) S 12198 12195 10666 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 20534704 885530624 13253 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.44
Current children cumulated vsize (KiB) 887000

[startup+3.10179 s]
/proc/loadavg: 1.92 2.00 2.03 3/91 12207
/proc/meminfo: memFree=511816/2055920 swapFree=4192956/4192956
[pid=12195] ppid=12193 vsize=16868 CPUtime=2.39
/proc/12195/stat : 12195 (sugar) S 12193 12195 10666 0 -1 4194304 1309 20428 0 1 5 1 220 13 16 0 1 0 20534691 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12195/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 2.39
Current children cumulated vsize (KiB) 16868
heavy processes:

[startup+6.30209 s]
/proc/loadavg: 2.01 2.02 2.04 4/91 12217
/proc/meminfo: memFree=513608/2055920 swapFree=4192956/4192956
[pid=12195] ppid=12193 vsize=16868 CPUtime=2.39
/proc/12195/stat : 12195 (sugar) S 12193 12195 10666 0 -1 4194304 1309 20428 0 1 5 1 220 13 16 0 1 0 20534691 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12195/statm: 4217 1111 409 3 0 796 0
[pid=12208] ppid=12195 vsize=5356 CPUtime=0
/proc/12208/stat : 12208 (sh) S 12195 12195 10666 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20534936 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12208/statm: 1339 233 193 169 0 50 0
[pid=12209] ppid=12208 vsize=869660 CPUtime=3.78
/proc/12209/stat : 12209 (java) S 12208 12195 10666 0 -1 0 21514 0 1 0 365 13 0 0 18 0 9 0 20534936 890531840 19934 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12209/statm: 217415 19934 2566 9 0 211920 0
[pid=12209/tid=12210] ppid=12208 vsize=869660 CPUtime=2.26
/proc/12209/task/12210/stat : 12210 (java) R 12208 12195 10666 0 -1 64 3220 0 1 0 224 2 0 0 25 0 9 0 20534937 890531840 19934 996147200 134512640 134550932 4294955936 18446744073709551615 4126847976 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12209/tid=12211] ppid=12208 vsize=869660 CPUtime=1.31
/proc/12209/task/12211/stat : 12211 (java) S 12208 12195 10666 0 -1 64 16107 0 0 0 122 9 0 0 16 0 9 0 20534938 890531840 19934 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12209/tid=12212] ppid=12208 vsize=869660 CPUtime=0
/proc/12209/task/12212/stat : 12212 (java) S 12208 12195 10666 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 20534938 890531840 19934 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12209/tid=12213] ppid=12208 vsize=869660 CPUtime=0
/proc/12209/task/12213/stat : 12213 (java) S 12208 12195 10666 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 20534938 890531840 19934 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12209/tid=12214] ppid=12208 vsize=869660 CPUtime=0
/proc/12209/task/12214/stat : 12214 (java) S 12208 12195 10666 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 20534941 890531840 19934 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12209/tid=12215] ppid=12208 vsize=869660 CPUtime=0.18
/proc/12209/task/12215/stat : 12215 (java) S 12208 12195 10666 0 -1 64 1483 0 0 0 17 1 0 0 17 0 9 0 20534941 890531840 19934 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12209/tid=12216] ppid=12208 vsize=869660 CPUtime=0
/proc/12209/task/12216/stat : 12216 (java) S 12208 12195 10666 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 20534941 890531840 19934 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12209/tid=12217] ppid=12208 vsize=869660 CPUtime=0
/proc/12209/task/12217/stat : 12217 (java) S 12208 12195 10666 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 20534941 890531840 19934 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 891884

[startup+12.7027 s]
/proc/loadavg: 2.09 2.03 2.04 3/91 12217
/proc/meminfo: memFree=404936/2055920 swapFree=4192956/4192956
[pid=12195] ppid=12193 vsize=16868 CPUtime=2.39
/proc/12195/stat : 12195 (sugar) S 12193 12195 10666 0 -1 4194304 1310 20428 0 1 5 1 220 13 16 0 1 0 20534691 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12195/statm: 4217 1111 409 3 0 796 0
[pid=12208] ppid=12195 vsize=5356 CPUtime=0
/proc/12208/stat : 12208 (sh) S 12195 12195 10666 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20534936 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12208/statm: 1339 233 193 169 0 50 0
[pid=12209] ppid=12208 vsize=869772 CPUtime=10.12
/proc/12209/stat : 12209 (java) S 12208 12195 10666 0 -1 0 66888 0 1 0 962 50 0 0 18 0 9 0 20534936 890646528 40649 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12209/statm: 217443 40649 2593 9 0 211920 0
[pid=12209/tid=12210] ppid=12208 vsize=869772 CPUtime=5.11
/proc/12209/task/12210/stat : 12210 (java) R 12208 12195 10666 0 -1 64 4685 0 1 0 498 13 0 0 25 0 9 0 20534937 890646528 40649 996147200 134512640 134550932 4294955936 18446744073709551615 4126998140 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12209/tid=12211] ppid=12208 vsize=869772 CPUtime=4.69
/proc/12209/task/12211/stat : 12211 (java) S 12208 12195 10666 0 -1 64 59964 0 0 0 436 33 0 0 16 0 9 0 20534938 890646528 40649 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12209/tid=12212] ppid=12208 vsize=869772 CPUtime=0
/proc/12209/task/12212/stat : 12212 (java) S 12208 12195 10666 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 20534938 890646528 40649 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12209/tid=12213] ppid=12208 vsize=869772 CPUtime=0
/proc/12209/task/12213/stat : 12213 (java) S 12208 12195 10666 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 20534938 890646528 40649 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12209/tid=12214] ppid=12208 vsize=869772 CPUtime=0
/proc/12209/task/12214/stat : 12214 (java) S 12208 12195 10666 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 20534941 890646528 40649 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12209/tid=12215] ppid=12208 vsize=869772 CPUtime=0.28
/proc/12209/task/12215/stat : 12215 (java) S 12208 12195 10666 0 -1 64 1535 0 0 0 27 1 0 0 16 0 9 0 20534941 890646528 40649 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12209/tid=12216] ppid=12208 vsize=869772 CPUtime=0
/proc/12209/task/12216/stat : 12216 (java) S 12208 12195 10666 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 20534941 890646528 40649 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12209/tid=12217] ppid=12208 vsize=869772 CPUtime=0
/proc/12209/task/12217/stat : 12217 (java) S 12208 12195 10666 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 20534941 890646528 40649 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.51
Current children cumulated vsize (KiB) 891996

[startup+25.5029 s]
/proc/loadavg: 2.07 2.03 2.04 3/83 12219
/proc/meminfo: memFree=325128/2055920 swapFree=4192956/4192956
[pid=12195] ppid=12193 vsize=16868 CPUtime=23.21
/proc/12195/stat : 12195 (sugar) S 12193 12195 10666 0 -1 4194304 1376 87863 0 2 6 1 2179 135 16 0 1 0 20534691 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12195/statm: 4217 1113 409 3 0 796 0
[pid=12218] ppid=12195 vsize=5356 CPUtime=0
/proc/12218/stat : 12218 (sh) S 12195 12195 10666 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20537052 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12218/statm: 1339 232 193 169 0 50 0
[pid=12219] ppid=12218 vsize=135360 CPUtime=1.84
/proc/12219/stat : 12219 (minisat) R 12218 12195 10666 0 -1 4194304 32967 0 0 0 161 23 0 0 25 0 1 0 20537052 138608640 32953 996147200 134512640 135127466 4294956256 18446744073709551615 134514148 0 0 4096 3 0 0 0 17 1 0 0
/proc/12219/statm: 33840 32953 62 150 0 33687 0
Current children cumulated CPU time (s) 25.05
Current children cumulated vsize (KiB) 157584

[startup+51.1023 s]
/proc/loadavg: 2.04 2.03 2.04 3/83 12219
/proc/meminfo: memFree=156808/2055920 swapFree=4192956/4192956
[pid=12195] ppid=12193 vsize=16868 CPUtime=23.21
/proc/12195/stat : 12195 (sugar) S 12193 12195 10666 0 -1 4194304 1376 87863 0 2 6 1 2179 135 16 0 1 0 20534691 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12195/statm: 4217 1113 409 3 0 796 0
[pid=12218] ppid=12195 vsize=5356 CPUtime=0
/proc/12218/stat : 12218 (sh) S 12195 12195 10666 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20537052 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12218/statm: 1339 232 193 169 0 50 0
[pid=12219] ppid=12218 vsize=292536 CPUtime=27.2
/proc/12219/stat : 12219 (minisat) R 12218 12195 10666 0 -1 4194304 70456 0 0 0 2670 50 0 0 25 0 1 0 20537052 299556864 70442 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/12219/statm: 73134 70442 76 150 0 72981 0
Current children cumulated CPU time (s) 50.41
Current children cumulated vsize (KiB) 314760

[startup+102.307 s]
/proc/loadavg: 2.02 2.02 2.03 3/83 12219
/proc/meminfo: memFree=143944/2055920 swapFree=4192956/4192956
[pid=12195] ppid=12193 vsize=16868 CPUtime=23.21
/proc/12195/stat : 12195 (sugar) S 12193 12195 10666 0 -1 4194304 1376 87863 0 2 6 1 2179 135 16 0 1 0 20534691 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12195/statm: 4217 1113 409 3 0 796 0
[pid=12218] ppid=12195 vsize=5356 CPUtime=0
/proc/12218/stat : 12218 (sh) S 12195 12195 10666 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20537052 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12218/statm: 1339 232 193 169 0 50 0
[pid=12219] ppid=12218 vsize=305788 CPUtime=77.92
/proc/12219/stat : 12219 (minisat) R 12218 12195 10666 0 -1 4194304 73693 0 0 0 7739 53 0 0 25 0 1 0 20537052 313126912 73679 996147200 134512640 135127466 4294956256 18446744073709551615 134521700 0 0 4096 3 0 0 0 17 1 0 0
/proc/12219/statm: 76447 73679 76 150 0 76294 0

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

/proc/12219/stat : 12219 (minisat) R 12218 12195 10666 0 -1 4194304 125694 0 0 0 138459 115 0 0 25 0 1 0 20537052 528900096 125680 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/12219/statm: 129126 125680 76 150 0 128973 0
Current children cumulated CPU time (s) 1408.96
Current children cumulated vsize (KiB) 538728

[startup+1482.3 s]
/proc/loadavg: 1.99 2.02 2.00 3/75 12306
/proc/meminfo: memFree=242632/2055920 swapFree=4192956/4192956
[pid=12195] ppid=12193 vsize=16868 CPUtime=23.22
/proc/12195/stat : 12195 (sugar) S 12193 12195 10666 0 -1 4194304 1376 87863 0 2 6 2 2179 135 16 0 1 0 20534691 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12195/statm: 4217 1113 409 3 0 796 0
[pid=12218] ppid=12195 vsize=5356 CPUtime=0
/proc/12218/stat : 12218 (sh) S 12195 12195 10666 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20537052 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12218/statm: 1339 232 193 169 0 50 0
[pid=12219] ppid=12218 vsize=522700 CPUtime=1445.71
/proc/12219/stat : 12219 (minisat) R 12218 12195 10666 0 -1 4194304 127268 0 0 0 144454 117 0 0 25 0 1 0 20537052 535244800 127254 996147200 134512640 135127466 4294956256 18446744073709551615 134530624 0 0 4096 3 0 0 0 17 0 0 0
/proc/12219/statm: 130675 127254 76 150 0 130522 0
Current children cumulated CPU time (s) 1468.93
Current children cumulated vsize (KiB) 544924

[startup+1542.3 s]
/proc/loadavg: 1.99 2.02 2.00 3/75 12306
/proc/meminfo: memFree=236872/2055920 swapFree=4192956/4192956
[pid=12195] ppid=12193 vsize=16868 CPUtime=23.22
/proc/12195/stat : 12195 (sugar) S 12193 12195 10666 0 -1 4194304 1376 87863 0 2 6 2 2179 135 16 0 1 0 20534691 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12195/statm: 4217 1113 409 3 0 796 0
[pid=12218] ppid=12195 vsize=5356 CPUtime=0
/proc/12218/stat : 12218 (sh) S 12195 12195 10666 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20537052 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12218/statm: 1339 232 193 169 0 50 0
[pid=12219] ppid=12218 vsize=528252 CPUtime=1505.69
/proc/12219/stat : 12219 (minisat) R 12218 12195 10666 0 -1 4194304 128668 0 0 0 150450 119 0 0 25 0 1 0 20537052 540930048 128654 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/12219/statm: 132063 128654 76 150 0 131910 0
Current children cumulated CPU time (s) 1528.91
Current children cumulated vsize (KiB) 550476

[startup+1602.3 s]
/proc/loadavg: 1.99 2.01 2.00 3/75 12306
/proc/meminfo: memFree=231624/2055920 swapFree=4192956/4192956
[pid=12195] ppid=12193 vsize=16868 CPUtime=23.22
/proc/12195/stat : 12195 (sugar) S 12193 12195 10666 0 -1 4194304 1376 87863 0 2 6 2 2179 135 16 0 1 0 20534691 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12195/statm: 4217 1113 409 3 0 796 0
[pid=12218] ppid=12195 vsize=5356 CPUtime=0
/proc/12218/stat : 12218 (sh) S 12195 12195 10666 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20537052 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12218/statm: 1339 232 193 169 0 50 0
[pid=12219] ppid=12218 vsize=533324 CPUtime=1565.67
/proc/12219/stat : 12219 (minisat) R 12218 12195 10666 0 -1 4194304 129964 0 0 0 156446 121 0 0 25 0 1 0 20537052 546123776 129950 996147200 134512640 135127466 4294956256 18446744073709551615 134530665 0 0 4096 3 0 0 0 17 0 0 0
/proc/12219/statm: 133331 129950 76 150 0 133178 0
Current children cumulated CPU time (s) 1588.89
Current children cumulated vsize (KiB) 555548

[startup+1662.3 s]
/proc/loadavg: 1.99 2.00 2.00 3/75 12306
/proc/meminfo: memFree=227144/2055920 swapFree=4192956/4192956
[pid=12195] ppid=12193 vsize=16868 CPUtime=23.22
/proc/12195/stat : 12195 (sugar) S 12193 12195 10666 0 -1 4194304 1376 87863 0 2 6 2 2179 135 16 0 1 0 20534691 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12195/statm: 4217 1113 409 3 0 796 0
[pid=12218] ppid=12195 vsize=5356 CPUtime=0
/proc/12218/stat : 12218 (sh) S 12195 12195 10666 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20537052 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12218/statm: 1339 232 193 169 0 50 0
[pid=12219] ppid=12218 vsize=537744 CPUtime=1625.65
/proc/12219/stat : 12219 (minisat) R 12218 12195 10666 0 -1 4194304 131076 0 0 0 162443 122 0 0 25 0 1 0 20537052 550649856 131062 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/12219/statm: 134436 131062 76 150 0 134283 0
Current children cumulated CPU time (s) 1648.87
Current children cumulated vsize (KiB) 559968

[startup+1722.3 s]
/proc/loadavg: 1.99 2.00 2.00 3/75 12306
/proc/meminfo: memFree=222344/2055920 swapFree=4192956/4192956
[pid=12195] ppid=12193 vsize=16868 CPUtime=23.22
/proc/12195/stat : 12195 (sugar) S 12193 12195 10666 0 -1 4194304 1376 87863 0 2 6 2 2179 135 16 0 1 0 20534691 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12195/statm: 4217 1113 409 3 0 796 0
[pid=12218] ppid=12195 vsize=5356 CPUtime=0
/proc/12218/stat : 12218 (sh) S 12195 12195 10666 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20537052 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12218/statm: 1339 232 193 169 0 50 0
[pid=12219] ppid=12218 vsize=542688 CPUtime=1685.63
/proc/12219/stat : 12219 (minisat) R 12218 12195 10666 0 -1 4194304 132300 0 0 0 168440 123 0 0 25 0 1 0 20537052 555712512 132286 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/12219/statm: 135672 132286 76 150 0 135519 0
Current children cumulated CPU time (s) 1708.85
Current children cumulated vsize (KiB) 564912

[startup+1782.3 s]
/proc/loadavg: 1.99 2.00 2.00 3/75 12306
/proc/meminfo: memFree=217160/2055920 swapFree=4192956/4192956
[pid=12195] ppid=12193 vsize=16868 CPUtime=23.22
/proc/12195/stat : 12195 (sugar) S 12193 12195 10666 0 -1 4194304 1376 87863 0 2 6 2 2179 135 16 0 1 0 20534691 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12195/statm: 4217 1113 409 3 0 796 0
[pid=12218] ppid=12195 vsize=5356 CPUtime=0
/proc/12218/stat : 12218 (sh) S 12195 12195 10666 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20537052 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12218/statm: 1339 232 193 169 0 50 0
[pid=12219] ppid=12218 vsize=547788 CPUtime=1745.61
/proc/12219/stat : 12219 (minisat) R 12218 12195 10666 0 -1 4194304 133568 0 0 0 174437 124 0 0 25 0 1 0 20537052 560934912 133554 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/12219/statm: 136947 133554 76 150 0 136794 0
Current children cumulated CPU time (s) 1768.83
Current children cumulated vsize (KiB) 570012



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1813.5 s]
/proc/loadavg: 1.99 2.00 2.00 3/75 12306
/proc/meminfo: memFree=214664/2055920 swapFree=4192956/4192956
[pid=12195] ppid=12193 vsize=16868 CPUtime=23.22
/proc/12195/stat : 12195 (sugar) S 12193 12195 10666 0 -1 4194304 1376 87863 0 2 6 2 2179 135 16 0 1 0 20534691 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12195/statm: 4217 1113 409 3 0 796 0
[pid=12218] ppid=12195 vsize=5356 CPUtime=0
/proc/12218/stat : 12218 (sh) S 12195 12195 10666 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20537052 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12218/statm: 1339 232 193 169 0 50 0
[pid=12219] ppid=12218 vsize=550180 CPUtime=1776.8
/proc/12219/stat : 12219 (minisat) R 12218 12195 10666 0 -1 4194304 134172 0 0 0 177556 124 0 0 25 0 1 0 20537052 563384320 134158 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/12219/statm: 137545 134158 76 150 0 137392 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 572404

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

############
# WARNING:
# current cumulated CPU time (23.25 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 two samples below)
# Adding the difference (1776.77 s) to the 'lost time'.

[startup+1813.5 s]
/proc/loadavg: 1.99 2.00 2.00 3/75 12306
/proc/meminfo: memFree=214664/2055920 swapFree=4192956/4192956
[pid=12195] ppid=12193 vsize=16868 CPUtime=23.22
/proc/12195/stat : 12195 (sugar) S 12193 12195 10666 0 -1 4194304 1376 87863 0 2 6 2 2179 135 16 0 1 0 20534691 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12195/statm: 4217 1113 409 3 0 796 0
[pid=12218] ppid=12195 vsize=5356 CPUtime=0
/proc/12218/stat : 12218 (sh) S 12195 12195 10666 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20537052 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12218/statm: 1339 232 193 169 0 50 0
[pid=12219] ppid=12218 vsize=550180 CPUtime=1776.8
/proc/12219/stat : 12219 (minisat) R 12218 12195 10666 0 -1 4194304 134172 0 0 0 177556 124 0 0 25 0 1 0 20537052 563384320 134158 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/12219/statm: 137545 134158 76 150 0 137392 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 572404

[startup+1813.62 s]
/proc/loadavg: 1.99 2.00 2.00 3/75 12306
/proc/meminfo: memFree=214664/2055920 swapFree=4192956/4192956
[pid=12195] ppid=12193 vsize=16868 CPUtime=23.25
/proc/12195/stat : 12195 (sugar) R 12193 12195 10666 0 -1 4194304 1423 88140 0 2 6 5 2179 135 17 0 1 0 20534691 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 255539778601 0 0 4224 16386 0 0 0 17 0 0 0
/proc/12195/statm: 4217 1114 410 3 0 796 0
Current children cumulated CPU time (s) 23.25
Current children cumulated vsize (KiB) 16868
#
############


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

[startup+1813.62 s]
/proc/loadavg: 1.99 2.00 2.00 3/75 12306
/proc/meminfo: memFree=214664/2055920 swapFree=4192956/4192956
[pid=12195] ppid=12193 vsize=16868 CPUtime=23.25
/proc/12195/stat : 12195 (sugar) R 12193 12195 10666 0 -1 4194304 1423 88140 0 2 6 5 2179 135 17 0 1 0 20534691 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 255539778601 0 0 4224 16386 0 0 0 17 0 0 0
/proc/12195/statm: 4217 1114 410 3 0 796 0
Current children cumulated CPU time (s) 23.25
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): 1776.77
#  lost CPU user time (s): 1775.56
#  lost CPU system time (s): 1.21

Real time (s): 1813.65
CPU time (s): 1800.07
CPU user time (s): 1797.42
CPU system time (s): 2.64778
CPU usage (%): 99.2511
Max. virtual memory (cumulated for all children) (KiB): 913376

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 21.8627
system time used= 1.43778
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 89622
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= 6388
involuntary context switches= 6701

runsolver used 2.20267 second user time and 5.71413 second system time

The end

Launcher Data

Begin job on node48 at 2009-07-11 19:51:45
IDJOB=2064207
IDBENCH=54132
IDSOLVER=739
FILE ID=node48/2064207-1247334705
PBS_JOBID= 9506534
Free space on /tmp= 66452 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/compet02/normalized-patat-02-comp-3.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-2064207-1247334705/watcher-2064207-1247334705 -o /tmp/evaluation-result-2064207-1247334705/solver-2064207-1247334705 -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-2064207-1247334705.xml

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

MD5SUM BENCH= 645b4d5985800c441d40903d8a951448
RANDOM SEED=217698086

node48.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.237
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.237
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:        574784 kB
Buffers:         59460 kB
Cached:        1102524 kB
SwapCached:          0 kB
Active:         330344 kB
Inactive:      1098856 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        574784 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            6448 kB
Writeback:           0 kB
Mapped:         285068 kB
Slab:            36632 kB
Committed_AS:   905760 kB
PageTables:       2244 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= 66448 MiB
End job on node48 at 2009-07-11 20:22:01