Trace number 2075020

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.09 1802.13

General information on the benchmark

Namecsp/rand-3-24-24-fcd/
normalized-rand-3-24-24-76-632-fcd-42_ext.xml
MD5SUM3218b2b39d653cbd3ae60435a9373695
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark5.42317
Satisfiable
(Un)Satisfiability was proved
Number of variables24
Number of constraints72
Maximum constraint arity3
Maximum domain size24
Number of constraints which are defined in extension72
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data

0.06/0.08	c 0	Sugar v1-14-6 + HOME/minisat
0.06/0.08	c 0	BEGIN Sun Jul 12 02:46:22 2009
0.06/0.08	c 0	PID 20596
0.06/0.08	c 0	HOST node61.alineos.net
0.06/0.08	c 0	CONVERTING HOME/instance-2075020-1247359581.xml TO HOME/temp.csp
0.06/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-2075020-1247359581.xml' 'HOME/temp.csp'
1.25/1.31	c 1	1 domains, 24 variables, 0 predicates, 72 relations, 72 constraints
1.25/1.35	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.25/1.35	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'
1.28/1.43	c 1	Parsing HOME/temp.csp
3.59/3.73	c 3	parsed 169 expressions
3.59/3.74	c 3	Heap : 39 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
3.59/3.74	c 3	Converting to clausal form CSP
3.59/3.76	c 3	converted 17 (10%) expressions
3.59/3.78	c 3	converted 34 (20%) expressions
3.69/3.81	c 3	converted 51 (30%) expressions
3.69/3.82	c 3	converted 68 (40%) expressions
3.69/3.85	c 3	converted 85 (50%) expressions
3.79/3.97	c 4	converted 102 (60%) expressions
3.99/4.16	c 4	converted 119 (70%) expressions
4.58/4.71	c 4	converted 136 (80%) expressions
4.88/5.05	c 5	converted 153 (90%) expressions
5.07/5.26	c 5	converted 169 (100%) expressions
5.07/5.26	c 5	CSP : 24 integers, 0 booleans, 72 clauses, largest domain size 24
5.07/5.26	c 5	Heap : 74 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
5.07/5.26	c 5	Propagation in CSP
5.07/5.26	c 5	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
5.07/5.26	c 5	CSP : 24 integers, 0 booleans, 72 clauses, largest domain size 24
5.07/5.26	c 5	Heap : 74 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
5.07/5.26	c 5	Simplifing CSP by introducing new Boolean variables
5.07/5.26	c 5	CSP : 24 integers, 0 booleans, 72 clauses, largest domain size 24
5.07/5.26	c 5	Heap : 74 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
5.28/5.50	c 5	Encoding CSP to SAT : HOME/temp.cnf
5.37/5.51	c 5	3 (10%) CSP integer variables are encoded (66 clauses, 641 bytes)
5.37/5.51	c 5	5 (20%) CSP integer variables are encoded (110 clauses, 1068 bytes)
5.37/5.51	c 5	8 (30%) CSP integer variables are encoded (176 clauses, 1794 bytes)
5.37/5.51	c 5	10 (40%) CSP integer variables are encoded (220 clauses, 2278 bytes)
5.37/5.51	c 5	12 (50%) CSP integer variables are encoded (264 clauses, 2762 bytes)
5.37/5.52	c 5	15 (60%) CSP integer variables are encoded (330 clauses, 3488 bytes)
5.37/5.52	c 5	17 (70%) CSP integer variables are encoded (374 clauses, 3972 bytes)
5.37/5.52	c 5	20 (80%) CSP integer variables are encoded (440 clauses, 4698 bytes)
5.37/5.52	c 5	22 (90%) CSP integer variables are encoded (484 clauses, 5182 bytes)
5.37/5.52	c 5	24 (100%) CSP integer variables are encoded (528 clauses, 5666 bytes)
5.77/5.95	c 6	8 (10%) CSP clauses are encoded (25137 clauses, 590798 bytes)
6.07/6.25	c 6	15 (20%) CSP clauses are encoded (45516 clauses, 1084605 bytes)
6.36/6.52	c 6	22 (30%) CSP clauses are encoded (64740 clauses, 1564415 bytes)
6.65/6.85	c 6	29 (40%) CSP clauses are encoded (86385 clauses, 2110726 bytes)
6.96/7.17	c 7	36 (50%) CSP clauses are encoded (107964 clauses, 2659197 bytes)
7.35/7.54	c 7	44 (60%) CSP clauses are encoded (132618 clauses, 3319604 bytes)
7.64/7.84	c 7	51 (70%) CSP clauses are encoded (153096 clauses, 3872242 bytes)
7.94/8.16	c 8	58 (80%) CSP clauses are encoded (174664 clauses, 4457583 bytes)
8.24/8.49	c 8	65 (90%) CSP clauses are encoded (196184 clauses, 5041491 bytes)
8.63/8.81	c 8	72 (100%) CSP clauses are encoded (217801 clauses, 5627946 bytes)
8.63/8.82	c 8	72 CSP clauses encoded
8.63/8.82	c 8	Writing map file : HOME/temp.map
8.63/8.82	c 8	Heap : 29 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
8.63/8.82	c 8	SAT : 552 SAT variables, 217801 SAT clauses, 5627946 bytes
8.63/8.82	c 8	Heap : 29 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
8.63/8.87	c 8	SOLVING HOME/temp.cnf
8.63/8.87	c 8	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
8.63/8.87	c 8	This is MiniSat 2.0 beta
8.63/8.87	c 8	WARNING: for repeatability, setting FPU to use double precision
8.63/8.87	c 8	============================[ Problem Statistics ]=============================
8.63/8.87	c 8	|                                                                             |
8.63/8.87	c 8	|  Number of variables:  552                                                  |
8.63/8.88	c 8	|  Number of clauses:    217801                                               |
8.67/9.02	c 9	|  Parsing time:         0.13         s                                       |
8.67/9.02	c 9	============================[ Search Statistics ]==============================
8.67/9.02	c 9	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
8.67/9.02	c 9	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
8.67/9.02	c 9	===============================================================================
8.67/9.03	c 9	|         0 |     552   217801  1211946 |    72600        0    nan |  0.000 % |
8.67/9.14	c 9	|       101 |     552   217801  1211946 |    79860      101     12 |  0.000 % |
8.67/9.32	c 9	|       251 |     552   217801  1211946 |    87846      251     14 |  0.008 % |
8.67/9.47	c 9	|       476 |     552   217801  1211946 |    96631      476     14 |  0.008 % |
8.67/9.66	c 9	|       813 |     552   217801  1211946 |   106294      813     13 |  0.007 % |
9.77/10.09	c 10	|      1319 |     552   217801  1211946 |   116923     1319     13 |  0.008 % |
10.36/10.64	c 10	|      2078 |     552   217801  1211946 |   128615     2078     13 |  0.008 % |
11.15/11.48	c 11	|      3217 |     552   217801  1211946 |   141477     3217     13 |  0.008 % |
12.54/12.83	c 12	|      4925 |     552   217801  1211946 |   155625     4925     13 |  0.007 % |
14.73/15.07	c 15	|      7487 |     552   217801  1211946 |   171187     7487     13 |  0.008 % |
17.60/17.97	c 18	|     11331 |     552   217801  1211946 |   188306    11331     14 |  0.008 % |
22.75/23.16	c 23	|     17097 |     552   217801  1211946 |   207137    17097     14 |  0.008 % |
31.07/31.59	c 31	|     25746 |     552   217801  1211946 |   227850    25746     15 |  0.008 % |
43.35/43.95	c 44	|     38720 |     552   217801  1211946 |   250636    38720     15 |  0.009 % |
64.85/65.69	c 65	|     58181 |     552   217801  1211946 |   275699    58181     16 |  0.006 % |
102.79/103.94	c 104	|     87374 |     552   217801  1211946 |   303269    87374     16 |  0.009 % |
170.51/171.90	c 171	|    131164 |     552   217801  1211946 |   333596   131164     16 |  0.012 % |
241.60/243.04	c 243	|    196848 |     551   216950  1207991 |   366956    82987     16 |  0.181 % |
389.33/390.85	c 390	|    295374 |     551   216950  1207991 |   403651   181513     18 |  0.188 % |
735.90/737.54	c 737	|    443163 |     551   216950  1207991 |   444017   329302     18 |  0.191 % |
1195.12/1196.93	c 1196	|    664847 |     549   214707  1196590 |   488418   298715     18 |  0.544 % |
1800.09/1802.11	c 1802	DECODING HOME/temp.out WITH HOME/temp.map
1800.09/1802.11	c 1802	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -decode 'HOME/temp.out' 'HOME/temp.map'
1800.09/1802.11	c ERROR INTERRUPTED
1800.09/1802.12	s UNKNOWN
1800.09/1802.12	c 1802	CPU 8.68 (0.06 0.01 8.33 0.28)
1800.09/1802.12	c 1802	END Sun Jul 12 03:16:24 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-2075020-1247359581/watcher-2075020-1247359581 -o /tmp/evaluation-result-2075020-1247359581/solver-2075020-1247359581 -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-2075020-1247359581.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: 2.04 1.92 1.93 4/74 20596
/proc/meminfo: memFree=1637864/2055920 swapFree=4192812/4192956
[pid=20596] ppid=20594 vsize=4708 CPUtime=0
/proc/20596/stat : 20596 (sugar) R 20594 20596 18196 0 -1 4194304 58 0 0 0 0 0 0 0 20 0 1 0 23021607 4820992 43 996147200 4194304 4206940 548682068608 18446744073709551615 246403888521 0 0 4096 0 0 0 0 17 1 0 0
/proc/20596/statm: 1177 43 33 3 0 8 0

[startup+0.0740629 s]
/proc/loadavg: 2.04 1.92 1.93 4/74 20596
/proc/meminfo: memFree=1637864/2055920 swapFree=4192812/4192956
[pid=20596] ppid=20594 vsize=16476 CPUtime=0.06
/proc/20596/stat : 20596 (sugar) R 20594 20596 18196 0 -1 4194304 1033 0 0 0 5 1 0 0 18 0 1 0 23021607 16871424 1001 996147200 4194304 4206940 548682068608 18446744073709551615 246424158122 0 0 4224 0 0 0 0 17 1 0 0
/proc/20596/statm: 4119 1001 380 3 0 698 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16476

[startup+0.102079 s]
/proc/loadavg: 2.04 1.92 1.93 4/74 20596
/proc/meminfo: memFree=1637864/2055920 swapFree=4192812/4192956
[pid=20596] ppid=20594 vsize=16868 CPUtime=0.07
/proc/20596/stat : 20596 (sugar) S 20594 20596 18196 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 23021607 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20596/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.302087 s]
/proc/loadavg: 2.04 1.92 1.93 4/74 20596
/proc/meminfo: memFree=1637864/2055920 swapFree=4192812/4192956
[pid=20596] ppid=20594 vsize=16868 CPUtime=0.07
/proc/20596/stat : 20596 (sugar) S 20594 20596 18196 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 23021607 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20596/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.703126 s]
/proc/loadavg: 2.04 1.92 1.93 4/74 20596
/proc/meminfo: memFree=1637864/2055920 swapFree=4192812/4192956
[pid=20596] ppid=20594 vsize=16868 CPUtime=0.07
/proc/20596/stat : 20596 (sugar) S 20594 20596 18196 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 23021607 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20596/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+1.50121 s]
/proc/loadavg: 2.04 1.92 1.93 3/85 20608
/proc/meminfo: memFree=1611024/2055920 swapFree=4192812/4192956
[pid=20596] ppid=20594 vsize=16868 CPUtime=1.28
/proc/20596/stat : 20596 (sugar) S 20594 20596 18196 0 -1 4194304 1309 9304 0 1 6 1 112 9 15 0 1 0 23021607 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20596/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 1.28
Current children cumulated vsize (KiB) 16868

[startup+3.10135 s]
/proc/loadavg: 2.04 1.92 1.93 4/85 20618
/proc/meminfo: memFree=1612496/2055920 swapFree=4192812/4192956
[pid=20596] ppid=20594 vsize=16868 CPUtime=1.28
/proc/20596/stat : 20596 (sugar) S 20594 20596 18196 0 -1 4194304 1309 9304 0 1 6 1 112 9 15 0 1 0 23021607 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20596/statm: 4217 1111 409 3 0 796 0
[pid=20609] ppid=20596 vsize=5356 CPUtime=0
/proc/20609/stat : 20609 (sh) S 20596 20596 18196 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23021742 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20609/statm: 1339 233 193 169 0 50 0
[pid=20610] ppid=20609 vsize=862284 CPUtime=1.72
/proc/20610/stat : 20610 (java) S 20609 20596 18196 0 -1 0 12118 0 1 0 166 6 0 0 18 0 9 0 23021742 882978816 11372 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20610/statm: 215571 11372 2158 9 0 210484 0
[pid=20610/tid=20611] ppid=20609 vsize=862284 CPUtime=1.05
/proc/20610/task/20611/stat : 20611 (java) R 20609 20596 18196 0 -1 64 2340 0 1 0 104 1 0 0 25 0 9 0 23021743 882978816 11372 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20610/tid=20612] ppid=20609 vsize=862284 CPUtime=0.61
/proc/20610/task/20612/stat : 20612 (java) R 20609 20596 18196 0 -1 64 8770 0 0 0 57 4 0 0 16 0 9 0 23021744 882978816 11372 996147200 134512640 134550932 4294955936 18446744073709551615 104196526 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20610/tid=20613] ppid=20609 vsize=862284 CPUtime=0
/proc/20610/task/20613/stat : 20613 (java) S 20609 20596 18196 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23021745 882978816 11372 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20610/tid=20614] ppid=20609 vsize=862284 CPUtime=0
/proc/20610/task/20614/stat : 20614 (java) S 20609 20596 18196 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 23021745 882978816 11372 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20610/tid=20615] ppid=20609 vsize=862284 CPUtime=0
/proc/20610/task/20615/stat : 20615 (java) S 20609 20596 18196 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 23021747 882978816 11372 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20610/tid=20616] ppid=20609 vsize=862284 CPUtime=0.03
/proc/20610/task/20616/stat : 20616 (java) S 20609 20596 18196 0 -1 64 305 0 0 0 3 0 0 0 16 0 9 0 23021747 882978816 11372 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20610/tid=20617] ppid=20609 vsize=862284 CPUtime=0
/proc/20610/task/20617/stat : 20617 (java) S 20609 20596 18196 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 23021747 882978816 11372 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20610/tid=20618] ppid=20609 vsize=862284 CPUtime=0
/proc/20610/task/20618/stat : 20618 (java) S 20609 20596 18196 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23021747 882978816 11372 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3
Current children cumulated vsize (KiB) 884508

[startup+6.30266 s]
/proc/loadavg: 2.11 1.94 1.94 4/85 20618
/proc/meminfo: memFree=1541648/2055920 swapFree=4192812/4192956
[pid=20596] ppid=20594 vsize=16868 CPUtime=1.28
/proc/20596/stat : 20596 (sugar) S 20594 20596 18196 0 -1 4194304 1310 9304 0 1 6 1 112 9 15 0 1 0 23021607 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20596/statm: 4217 1111 409 3 0 796 0
[pid=20609] ppid=20596 vsize=5356 CPUtime=0
/proc/20609/stat : 20609 (sh) S 20596 20596 18196 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23021742 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20609/statm: 1339 233 193 169 0 50 0
[pid=20610] ppid=20609 vsize=864488 CPUtime=4.88
/proc/20610/stat : 20610 (java) S 20609 20596 18196 0 -1 0 25568 0 1 0 475 13 0 0 18 0 9 0 23021742 885235712 24761 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20610/statm: 216122 24761 2590 9 0 210599 0
[pid=20610/tid=20611] ppid=20609 vsize=864488 CPUtime=2.73
/proc/20610/task/20611/stat : 20611 (java) R 20609 20596 18196 0 -1 64 3738 0 1 0 271 2 0 0 25 0 9 0 23021743 885235712 24761 996147200 134512640 134550932 4294955936 18446744073709551615 4126573504 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20610/tid=20612] ppid=20609 vsize=864488 CPUtime=2.03
/proc/20610/task/20612/stat : 20612 (java) S 20609 20596 18196 0 -1 64 20789 0 0 0 194 9 0 0 16 0 9 0 23021744 885235712 24761 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20610/tid=20613] ppid=20609 vsize=864488 CPUtime=0
/proc/20610/task/20613/stat : 20613 (java) S 20609 20596 18196 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23021745 885235712 24761 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20610/tid=20614] ppid=20609 vsize=864488 CPUtime=0
/proc/20610/task/20614/stat : 20614 (java) S 20609 20596 18196 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 23021745 885235712 24761 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20610/tid=20615] ppid=20609 vsize=864488 CPUtime=0
/proc/20610/task/20615/stat : 20615 (java) S 20609 20596 18196 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 23021747 885235712 24761 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20610/tid=20616] ppid=20609 vsize=864488 CPUtime=0.08
/proc/20610/task/20616/stat : 20616 (java) S 20609 20596 18196 0 -1 64 338 0 0 0 8 0 0 0 16 0 9 0 23021747 885235712 24761 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20610/tid=20617] ppid=20609 vsize=864488 CPUtime=0
/proc/20610/task/20617/stat : 20617 (java) S 20609 20596 18196 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 23021747 885235712 24761 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20610/tid=20618] ppid=20609 vsize=864488 CPUtime=0
/proc/20610/task/20618/stat : 20618 (java) S 20609 20596 18196 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23021747 885235712 24761 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.16
Current children cumulated vsize (KiB) 886712

[startup+12.7013 s]
/proc/loadavg: 2.10 1.94 1.94 3/77 20620
/proc/meminfo: memFree=1610512/2055920 swapFree=4192812/4192956
[pid=20596] ppid=20594 vsize=16868 CPUtime=8.67
/proc/20596/stat : 20596 (sugar) S 20594 20596 18196 0 -1 4194304 1374 35226 0 2 6 1 833 27 15 0 1 0 23021607 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20596/statm: 4217 1112 409 3 0 796 0
[pid=20619] ppid=20596 vsize=5356 CPUtime=0
/proc/20619/stat : 20619 (sh) S 20596 20596 18196 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23022494 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20619/statm: 1339 232 193 169 0 50 0
[pid=20620] ppid=20619 vsize=15500 CPUtime=3.77
/proc/20620/stat : 20620 (minisat) R 20619 20596 18196 0 -1 4194304 3687 0 0 0 376 1 0 0 25 0 1 0 23022494 15872000 3673 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/20620/statm: 3875 3673 75 150 0 3722 0
Current children cumulated CPU time (s) 12.44
Current children cumulated vsize (KiB) 37724

[startup+25.5025 s]
/proc/loadavg: 2.08 1.94 1.94 3/77 20620
/proc/meminfo: memFree=1608912/2055920 swapFree=4192812/4192956
[pid=20596] ppid=20594 vsize=16868 CPUtime=8.67
/proc/20596/stat : 20596 (sugar) S 20594 20596 18196 0 -1 4194304 1374 35226 0 2 6 1 833 27 16 0 1 0 23021607 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20596/statm: 4217 1112 409 3 0 796 0
[pid=20619] ppid=20596 vsize=5356 CPUtime=0
/proc/20619/stat : 20619 (sh) S 20596 20596 18196 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23022494 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20619/statm: 1339 232 193 169 0 50 0
[pid=20620] ppid=20619 vsize=16900 CPUtime=16.46
/proc/20620/stat : 20620 (minisat) R 20619 20596 18196 0 -1 4194304 4033 0 0 0 1644 2 0 0 25 0 1 0 23022494 17305600 4019 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/20620/statm: 4225 4019 75 150 0 4072 0
Current children cumulated CPU time (s) 25.13
Current children cumulated vsize (KiB) 39124

[startup+51.103 s]
/proc/loadavg: 2.05 1.94 1.94 3/77 20620
/proc/meminfo: memFree=1605904/2055920 swapFree=4192812/4192956
[pid=20596] ppid=20594 vsize=16868 CPUtime=8.67
/proc/20596/stat : 20596 (sugar) S 20594 20596 18196 0 -1 4194304 1374 35226 0 2 6 1 833 27 16 0 1 0 23021607 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20596/statm: 4217 1112 409 3 0 796 0
[pid=20619] ppid=20596 vsize=5356 CPUtime=0
/proc/20619/stat : 20619 (sh) S 20596 20596 18196 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23022494 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20619/statm: 1339 232 193 169 0 50 0
[pid=20620] ppid=20619 vsize=19412 CPUtime=41.81
/proc/20620/stat : 20620 (minisat) R 20619 20596 18196 0 -1 4194304 4667 0 0 0 4179 2 0 0 25 0 1 0 23022494 19877888 4653 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/20620/statm: 4853 4653 75 150 0 4700 0
Current children cumulated CPU time (s) 50.48
Current children cumulated vsize (KiB) 41636

[startup+102.308 s]
/proc/loadavg: 2.02 1.95 1.94 3/77 20620
/proc/meminfo: memFree=1600272/2055920 swapFree=4192812/4192956
[pid=20596] ppid=20594 vsize=16868 CPUtime=8.67
/proc/20596/stat : 20596 (sugar) S 20594 20596 18196 0 -1 4194304 1374 35226 0 2 6 1 833 27 16 0 1 0 23021607 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20596/statm: 4217 1112 409 3 0 796 0
[pid=20619] ppid=20596 vsize=5356 CPUtime=0
/proc/20619/stat : 20619 (sh) S 20596 20596 18196 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23022494 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20619/statm: 1339 232 193 169 0 50 0
[pid=20620] ppid=20619 vsize=23528 CPUtime=92.53
/proc/20620/stat : 20620 (minisat) R 20619 20596 18196 0 -1 4194304 5676 0 0 0 9250 3 0 0 25 0 1 0 23022494 24092672 5662 996147200 134512640 135127466 4294956256 18446744073709551615 134530635 0 0 4096 3 0 0 0 17 1 0 0
/proc/20620/statm: 5882 5662 75 150 0 5729 0
Current children cumulated CPU time (s) 101.2
Current children cumulated vsize (KiB) 45752

[startup+162.303 s]
/proc/loadavg: 2.01 1.95 1.94 3/84 20671
/proc/meminfo: memFree=1758344/2055920 swapFree=4192812/4192956
[pid=20596] ppid=20594 vsize=16868 CPUtime=8.67
/proc/20596/stat : 20596 (sugar) S 20594 20596 18196 0 -1 4194304 1374 35226 0 2 6 1 833 27 16 0 1 0 23021607 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20596/statm: 4217 1112 409 3 0 796 0
[pid=20619] ppid=20596 vsize=5356 CPUtime=0
/proc/20619/stat : 20619 (sh) S 20596 20596 18196 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23022494 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20619/statm: 1339 232 193 169 0 50 0
[pid=20620] ppid=20619 vsize=27220 CPUtime=152.25
/proc/20620/stat : 20620 (minisat) R 20619 20596 18196 0 -1 4194304 6599 0 0 0 15220 5 0 0 25 0 1 0 23022494 27873280 6585 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/20620/statm: 6805 6585 75 150 0 6652 0
Current children cumulated CPU time (s) 160.92
Current children cumulated vsize (KiB) 49444

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

/proc/meminfo: memFree=1724040/2055920 swapFree=4192812/4192956
[pid=20596] ppid=20594 vsize=16868 CPUtime=8.67
/proc/20596/stat : 20596 (sugar) S 20594 20596 18196 0 -1 4194304 1374 35226 0 2 6 1 833 27 16 0 1 0 23021607 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/20596/statm: 4217 1112 409 3 0 796 0
[pid=20619] ppid=20596 vsize=5356 CPUtime=0
/proc/20619/stat : 20619 (sh) S 20596 20596 18196 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23022494 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20619/statm: 1339 232 193 169 0 50 0
[pid=20620] ppid=20619 vsize=57104 CPUtime=1351.79
/proc/20620/stat : 20620 (minisat) R 20619 20596 18196 0 -1 4194304 13796 0 0 0 135164 15 0 0 25 0 1 0 23022494 58474496 13782 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/20620/statm: 14276 13782 75 150 0 14123 0
Current children cumulated CPU time (s) 1360.46
Current children cumulated vsize (KiB) 79328

[startup+1422.31 s]
/proc/loadavg: 2.02 2.01 1.96 3/84 20679
/proc/meminfo: memFree=1721800/2055920 swapFree=4192812/4192956
[pid=20596] ppid=20594 vsize=16868 CPUtime=8.67
/proc/20596/stat : 20596 (sugar) S 20594 20596 18196 0 -1 4194304 1374 35226 0 2 6 1 833 27 16 0 1 0 23021607 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/20596/statm: 4217 1112 409 3 0 796 0
[pid=20619] ppid=20596 vsize=5356 CPUtime=0
/proc/20619/stat : 20619 (sh) S 20596 20596 18196 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23022494 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20619/statm: 1339 232 193 169 0 50 0
[pid=20620] ppid=20619 vsize=59280 CPUtime=1411.77
/proc/20620/stat : 20620 (minisat) R 20619 20596 18196 0 -1 4194304 14328 0 0 0 141161 16 0 0 25 0 1 0 23022494 60702720 14314 996147200 134512640 135127466 4294956256 18446744073709551615 134530686 0 0 4096 3 0 0 0 17 0 0 0
/proc/20620/statm: 14820 14314 75 150 0 14667 0
Current children cumulated CPU time (s) 1420.44
Current children cumulated vsize (KiB) 81504

[startup+1482.3 s]
/proc/loadavg: 2.11 2.04 1.97 3/84 20679
/proc/meminfo: memFree=1719688/2055920 swapFree=4192812/4192956
[pid=20596] ppid=20594 vsize=16868 CPUtime=8.67
/proc/20596/stat : 20596 (sugar) S 20594 20596 18196 0 -1 4194304 1374 35226 0 2 6 1 833 27 16 0 1 0 23021607 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/20596/statm: 4217 1112 409 3 0 796 0
[pid=20619] ppid=20596 vsize=5356 CPUtime=0
/proc/20619/stat : 20619 (sh) S 20596 20596 18196 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23022494 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20619/statm: 1339 232 193 169 0 50 0
[pid=20620] ppid=20619 vsize=61308 CPUtime=1471.74
/proc/20620/stat : 20620 (minisat) R 20619 20596 18196 0 -1 4194304 14864 0 0 0 147157 17 0 0 25 0 1 0 23022494 62779392 14850 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/20620/statm: 15327 14850 75 150 0 15174 0
Current children cumulated CPU time (s) 1480.41
Current children cumulated vsize (KiB) 83532

[startup+1542.3 s]
/proc/loadavg: 2.10 2.04 1.98 3/84 20679
/proc/meminfo: memFree=1717576/2055920 swapFree=4192812/4192956
[pid=20596] ppid=20594 vsize=16868 CPUtime=8.67
/proc/20596/stat : 20596 (sugar) S 20594 20596 18196 0 -1 4194304 1374 35226 0 2 6 1 833 27 16 0 1 0 23021607 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/20596/statm: 4217 1112 409 3 0 796 0
[pid=20619] ppid=20596 vsize=5356 CPUtime=0
/proc/20619/stat : 20619 (sh) S 20596 20596 18196 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23022494 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20619/statm: 1339 232 193 169 0 50 0
[pid=20620] ppid=20619 vsize=63356 CPUtime=1531.72
/proc/20620/stat : 20620 (minisat) R 20619 20596 18196 0 -1 4194304 15379 0 0 0 153154 18 0 0 25 0 1 0 23022494 64876544 15365 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/20620/statm: 15839 15365 75 150 0 15686 0
Current children cumulated CPU time (s) 1540.39
Current children cumulated vsize (KiB) 85580

[startup+1602.3 s]
/proc/loadavg: 2.03 2.03 1.98 3/84 20679
/proc/meminfo: memFree=1715656/2055920 swapFree=4192812/4192956
[pid=20596] ppid=20594 vsize=16868 CPUtime=8.67
/proc/20596/stat : 20596 (sugar) S 20594 20596 18196 0 -1 4194304 1374 35226 0 2 6 1 833 27 16 0 1 0 23021607 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/20596/statm: 4217 1112 409 3 0 796 0
[pid=20619] ppid=20596 vsize=5356 CPUtime=0
/proc/20619/stat : 20619 (sh) S 20596 20596 18196 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23022494 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20619/statm: 1339 232 193 169 0 50 0
[pid=20620] ppid=20619 vsize=65340 CPUtime=1591.7
/proc/20620/stat : 20620 (minisat) R 20619 20596 18196 0 -1 4194304 15880 0 0 0 159151 19 0 0 25 0 1 0 23022494 66908160 15866 996147200 134512640 135127466 4294956256 18446744073709551615 134530936 0 0 4096 3 0 0 0 17 0 0 0
/proc/20620/statm: 16335 15866 75 150 0 16182 0
Current children cumulated CPU time (s) 1600.37
Current children cumulated vsize (KiB) 87564

[startup+1662.3 s]
/proc/loadavg: 2.01 2.02 1.98 3/84 20679
/proc/meminfo: memFree=1713672/2055920 swapFree=4192812/4192956
[pid=20596] ppid=20594 vsize=16868 CPUtime=8.67
/proc/20596/stat : 20596 (sugar) S 20594 20596 18196 0 -1 4194304 1374 35226 0 2 6 1 833 27 16 0 1 0 23021607 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/20596/statm: 4217 1112 409 3 0 796 0
[pid=20619] ppid=20596 vsize=5356 CPUtime=0
/proc/20619/stat : 20619 (sh) S 20596 20596 18196 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23022494 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20619/statm: 1339 232 193 169 0 50 0
[pid=20620] ppid=20619 vsize=67208 CPUtime=1651.67
/proc/20620/stat : 20620 (minisat) R 20619 20596 18196 0 -1 4194304 16371 0 0 0 165148 19 0 0 25 0 1 0 23022494 68820992 16357 996147200 134512640 135127466 4294956256 18446744073709551615 134530682 0 0 4096 3 0 0 0 17 0 0 0
/proc/20620/statm: 16802 16357 75 150 0 16649 0
Current children cumulated CPU time (s) 1660.34
Current children cumulated vsize (KiB) 89432

[startup+1722.3 s]
/proc/loadavg: 2.00 2.02 1.98 3/84 20679
/proc/meminfo: memFree=1711816/2055920 swapFree=4192812/4192956
[pid=20596] ppid=20594 vsize=16868 CPUtime=8.67
/proc/20596/stat : 20596 (sugar) S 20594 20596 18196 0 -1 4194304 1374 35226 0 2 6 1 833 27 16 0 1 0 23021607 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/20596/statm: 4217 1112 409 3 0 796 0
[pid=20619] ppid=20596 vsize=5356 CPUtime=0
/proc/20619/stat : 20619 (sh) S 20596 20596 18196 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23022494 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20619/statm: 1339 232 193 169 0 50 0
[pid=20620] ppid=20619 vsize=69920 CPUtime=1711.65
/proc/20620/stat : 20620 (minisat) R 20619 20596 18196 0 -1 4194304 16825 0 0 0 171145 20 0 0 25 0 1 0 23022494 71598080 16811 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/20620/statm: 17480 16811 75 150 0 17327 0
Current children cumulated CPU time (s) 1720.32
Current children cumulated vsize (KiB) 92144

[startup+1782.3 s]
/proc/loadavg: 2.00 2.01 1.98 3/84 20679
/proc/meminfo: memFree=1709768/2055920 swapFree=4192812/4192956
[pid=20596] ppid=20594 vsize=16868 CPUtime=8.67
/proc/20596/stat : 20596 (sugar) S 20594 20596 18196 0 -1 4194304 1374 35226 0 2 6 1 833 27 16 0 1 0 23021607 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/20596/statm: 4217 1112 409 3 0 796 0
[pid=20619] ppid=20596 vsize=5356 CPUtime=0
/proc/20619/stat : 20619 (sh) S 20596 20596 18196 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23022494 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20619/statm: 1339 232 193 169 0 50 0
[pid=20620] ppid=20619 vsize=71900 CPUtime=1771.62
/proc/20620/stat : 20620 (minisat) R 20619 20596 18196 0 -1 4194304 17307 0 0 0 177142 20 0 0 25 0 1 0 23022494 73625600 17293 996147200 134512640 135127466 4294956256 18446744073709551615 134530742 0 0 4096 3 0 0 0 17 0 0 0
/proc/20620/statm: 17975 17293 75 150 0 17822 0
Current children cumulated CPU time (s) 1780.29
Current children cumulated vsize (KiB) 94124



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1802.1 s]
/proc/loadavg: 2.00 2.01 1.98 3/84 20679
/proc/meminfo: memFree=1709384/2055920 swapFree=4192812/4192956
[pid=20596] ppid=20594 vsize=16868 CPUtime=8.67
/proc/20596/stat : 20596 (sugar) S 20594 20596 18196 0 -1 4194304 1374 35226 0 2 6 1 833 27 16 0 1 0 23021607 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/20596/statm: 4217 1112 409 3 0 796 0
[pid=20619] ppid=20596 vsize=5356 CPUtime=0
/proc/20619/stat : 20619 (sh) S 20596 20596 18196 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23022494 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20619/statm: 1339 232 193 169 0 50 0
[pid=20620] ppid=20619 vsize=72184 CPUtime=1791.42
/proc/20620/stat : 20620 (minisat) R 20619 20596 18196 0 -1 4194304 17396 0 0 0 179122 20 0 0 25 0 1 0 23022494 73916416 17382 996147200 134512640 135127466 4294956256 18446744073709551615 134530933 0 0 4096 3 0 0 0 17 0 0 0
/proc/20620/statm: 18046 17382 75 150 0 17893 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 94408

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

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

[startup+1802.1 s]
/proc/loadavg: 2.00 2.01 1.98 3/84 20679
/proc/meminfo: memFree=1709384/2055920 swapFree=4192812/4192956
[pid=20596] ppid=20594 vsize=16868 CPUtime=8.67
/proc/20596/stat : 20596 (sugar) S 20594 20596 18196 0 -1 4194304 1374 35226 0 2 6 1 833 27 16 0 1 0 23021607 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/20596/statm: 4217 1112 409 3 0 796 0
[pid=20619] ppid=20596 vsize=5356 CPUtime=0
/proc/20619/stat : 20619 (sh) S 20596 20596 18196 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23022494 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20619/statm: 1339 232 193 169 0 50 0
[pid=20620] ppid=20619 vsize=72184 CPUtime=1791.42
/proc/20620/stat : 20620 (minisat) R 20619 20596 18196 0 -1 4194304 17396 0 0 0 179122 20 0 0 25 0 1 0 23022494 73916416 17382 996147200 134512640 135127466 4294956256 18446744073709551615 134530933 0 0 4096 3 0 0 0 17 0 0 0
/proc/20620/statm: 18046 17382 75 150 0 17893 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 94408

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 20596 and gives
#  childrusage.ru_utime.tv_sec=8
#  childrusage.ru_utime.tv_usec=405722
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=307953
# CPU time returned by wait4() is 8.71367
# while last known CPU time is 1800.09
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1802.13
CPU time (s): 1800.09
CPU user time (s): 1799.61
CPU system time (s): 0.48
CPU usage (%): 99.887
Max. virtual memory (cumulated for all children) (KiB): 886712

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 8.40572
system time used= 0.307953
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 37047
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= 3736
involuntary context switches= 3750

runsolver used 2.18267 second user time and 6.07608 second system time

The end

Launcher Data

Begin job on node61 at 2009-07-12 02:46:22
IDJOB=2075020
IDBENCH=56218
IDSOLVER=739
FILE ID=node61/2075020-1247359581
PBS_JOBID= 9506867
Free space on /tmp= 66320 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/rand-3-24-24-fcd/normalized-rand-3-24-24-76-632-fcd-42_ext.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-2075020-1247359581/watcher-2075020-1247359581 -o /tmp/evaluation-result-2075020-1247359581/solver-2075020-1247359581 -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-2075020-1247359581.xml

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

MD5SUM BENCH= 3218b2b39d653cbd3ae60435a9373695
RANDOM SEED=348098204

node61.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.229
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.229
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:       1638344 kB
Buffers:         50868 kB
Cached:         197808 kB
SwapCached:          0 kB
Active:         304316 kB
Inactive:        63160 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1638344 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            6620 kB
Writeback:           0 kB
Mapped:         129948 kB
Slab:            35352 kB
Committed_AS:   298304 kB
PageTables:       1996 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264884 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66404 MiB
End job on node61 at 2009-07-12 03:16:26