Trace number 1125355

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sugar++ v1.13+minisat-incNo Cert. 231.72 234.542

General information on the benchmark

Namemaxcsp/celar/graphs/
normalized-graphw-12_ext.xml
MD5SUMe3208b2cbdfb5e345be7d842ab817689
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkMOPT
Best Number of falsified constraints203
Best CPU time to get the best result obtained on this benchmark1.05884
Satisfiable
(Un)Satisfiability was proved
Number of variables253
Number of constraints3724
Maximum constraint arity2
Maximum domain size44
Number of constraints which are defined in extension3724
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.08	c 0	Sugar++ v1-13 + HOME/minisat-inc
0.00/0.08	c 0	BEGIN Wed Jul 16 02:54:42 2008
0.00/0.08	c 0	PID 30704
0.00/0.08	c 0	HOST node6.alineos.net
0.00/0.08	c 0	CONVERTING HOME/instance-1125355-1216169682.xml TO HOME/temp.csp
0.00/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1125355-1216169682.xml' 'HOME/temp.csp'
1.74/1.82	c 2	7 domains, 253 variables, 0 predicates, 1613 relations, 3724 constraints
1.74/1.87	c 2	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.74/1.87	c 2	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -max -incremental -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
1.78/1.95	c 2	Parsing HOME/temp.csp
4.46/4.60	c 5	parsed 5597 expressions
4.46/4.61	c 5	Heap : 45 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
4.46/4.65	c 5	MAX CSP: 3724 constraints
4.46/4.65	c 5	Converting to clausal form CSP
4.56/4.73	c 5	converted 933 (10%) expressions
4.56/4.79	c 5	converted 1865 (20%) expressions
5.36/5.56	c 6	converted 2798 (30%) expressions
5.84/6.04	c 6	converted 3730 (40%) expressions
6.14/6.33	c 7	converted 4662 (50%) expressions
6.54/6.76	c 7	converted 5595 (60%) expressions
7.72/7.95	c 8	converted 6527 (70%) expressions
7.93/8.19	c 9	converted 7460 (80%) expressions
8.23/8.50	c 9	converted 8392 (90%) expressions
8.72/8.99	c 9	converted 9324 (100%) expressions
8.72/8.99	c 9	CSP : 7701 integers, 0 booleans, 11171 clauses, largest domain size 5587
8.72/8.99	c 9	Heap : 140 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
8.72/8.99	c 9	Propagation in CSP
8.91/9.15	c 10	3718 values, 0 unsatisfiable literals, and 0 valid clauses are removed
8.91/9.15	c 10	CSP : 7701 integers, 0 booleans, 11171 clauses, largest domain size 3725
8.91/9.15	c 10	Heap : 143 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
8.91/9.16	c 10	Simplifing CSP by introducing new Boolean variables
8.91/9.17	c 10	CSP : 7701 integers, 0 booleans, 11171 clauses, largest domain size 3725
8.91/9.17	c 10	Heap : 144 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
9.62/9.82	c 10	Encoding CSP to SAT : HOME/temp.cnf
9.62/9.85	c 10	771 (10%) CSP integer variables are encoded (8998 clauses, 114893 bytes)
9.62/9.86	c 10	1541 (20%) CSP integer variables are encoded (8998 clauses, 114893 bytes)
9.62/9.86	c 10	2311 (30%) CSP integer variables are encoded (8998 clauses, 114893 bytes)
9.62/9.86	c 10	3081 (40%) CSP integer variables are encoded (8998 clauses, 114893 bytes)
9.62/9.86	c 10	3851 (50%) CSP integer variables are encoded (8998 clauses, 114893 bytes)
9.62/9.87	c 10	4621 (60%) CSP integer variables are encoded (17388 clauses, 240743 bytes)
9.71/9.92	c 10	5391 (70%) CSP integer variables are encoded (60125 clauses, 881798 bytes)
9.71/9.94	c 10	6161 (80%) CSP integer variables are encoded (70421 clauses, 1036238 bytes)
9.71/9.96	c 10	6931 (90%) CSP integer variables are encoded (77545 clauses, 1143098 bytes)
9.71/9.97	c 10	7701 (100%) CSP integer variables are encoded (86837 clauses, 1282478 bytes)
10.40/10.66	c 11	1118 (10%) CSP clauses are encoded (111565 clauses, 1924933 bytes)
10.99/11.27	c 12	2235 (20%) CSP clauses are encoded (134018 clauses, 2550353 bytes)
11.48/11.79	c 12	3352 (30%) CSP clauses are encoded (152998 clauses, 3076248 bytes)
11.79/12.06	c 12	4469 (40%) CSP clauses are encoded (230001 clauses, 4715633 bytes)
23.89/24.36	c 25	5586 (50%) CSP clauses are encoded (7179918 clauses, 153587679 bytes)
24.28/24.79	c 25	6703 (60%) CSP clauses are encoded (7410227 clauses, 158478223 bytes)
36.44/37.17	c 38	7820 (70%) CSP clauses are encoded (14159252 clauses, 303452160 bytes)
36.92/37.67	c 38	8937 (80%) CSP clauses are encoded (14424099 clauses, 309080746 bytes)
38.17/38.94	c 39	10054 (90%) CSP clauses are encoded (15097532 clauses, 323484326 bytes)
42.76/43.62	c 44	11171 (100%) CSP clauses are encoded (17647524 clauses, 378186337 bytes)
42.76/43.62	c 44	11171 CSP clauses encoded
42.76/43.62	c 44	Writing map file : HOME/temp.map
42.76/43.67	c 44	Heap : 87 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
42.76/43.67	c 44	SAT : 94537 SAT variables, 17647524 SAT clauses, 378186337 bytes
42.76/43.67	c 44	Heap : 87 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
42.83/43.75	c 44	OBJECTIVE minimize _COST
42.83/43.76	c 44	SOLVING HOME/temp.cnf
42.83/43.76	c 44	CMD HOME/minisat-inc -incremental HOME/temp.cnf HOME/temp.out
42.83/43.76	c 44	This is MiniSat 2.0 beta incremental
42.83/43.76	c 44	WARNING: for repeatability, setting FPU to use double precision
42.83/43.76	c 44	============================[ Problem Statistics ]=============================
42.83/43.76	c 44	|                                                                             |
42.83/43.76	c 44	|  Number of variables:  94537                                                |
42.83/43.76	c 44	|  Number of clauses:    17647524                                             |
51.22/52.22	c 53	|  Parsing time:         6.99         s                                       |
51.53/52.59	c 53	OK
51.53/52.59	c 53	OBJECTIVE BOUND: 0 <= _COST <= 
51.53/52.59	c 53	SEARCHING: _COST <= 1862
51.53/52.59	c 53	============================[ Search Statistics ]==============================
51.53/52.59	c 53	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
51.53/52.59	c 53	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
51.53/52.59	c 53	===============================================================================
51.53/52.59	c 53	|         0 |   94537 17647524 52795169 |  5882508        0    nan |  0.000 % |
68.27/69.45	c 70	|       100 |   94537 17647524 52795169 |  6470758      100     26 |  0.000 % |
69.36/70.52	c 71	|       250 |   94537 17647524 52795169 |  7117834      250     27 |  0.000 % |
74.41/75.66	c 76	|       476 |   94537 17647524 52795169 |  7829618      476     24 |  0.000 % |
76.89/78.16	c 79	|       814 |   94537 17647524 52795169 |  8612579      814     42 |  0.000 % |
78.67/79.98	c 80	|      1320 |   94537 17647524 52795169 |  9473837     1320     40 |  0.000 % |
85.41/86.79	c 87	|      2079 |   94537 17647524 52795169 | 10421221     2078     34 |  0.022 % |
90.85/92.20	c 93	|      3218 |   94537 17647524 52795169 | 11463343     3217     30 |  0.022 % |
98.18/99.60	c 100	|      4927 |   94537 17647524 52795169 | 12609678     4926     28 |  0.022 % |
106.59/108.17	c 109	|      7490 |   94537 17647524 52795169 | 13870646     7489     25 |  0.022 % |
123.33/125.06	c 125	|     11334 |   94537 17647524 52795169 | 15257710    11333     25 |  0.022 % |
146.92/148.85	c 149	|     17100 |   94537 17647524 52795169 | 16783481    17099     25 |  0.022 % |
178.71/180.94	c 181	|     25749 |   94537 17647524 52795169 | 18461830    25748     24 |  0.022 % |
226.26/228.97	c 229	|     38723 |   94516 17641860 52778258 | 20308013    38721     28 |  0.022 % |
231.11/233.82	c 234	===============================================================================
231.11/233.83	c 234	restarts              : 14
231.11/233.83	c 234	conflicts             : 38872         (208 /sec)
231.11/233.83	c 234	decisions             : 83121         (0.76 % random) (445 /sec)
231.11/233.83	c 234	propagations          : 78364319       (419566 /sec)
231.11/233.83	c 234	conflict literals     : 1104695        (21.16 % deleted)
231.11/233.83	c 234	Memory used           : 719.03 MB
231.11/233.83	c 234	CPU time              : 186.775 s
231.11/233.83	c 234	
231.11/233.83	c 234	SATISFIABLE
231.11/233.86	c 234	OK
231.11/233.86	c 234	FOUND: _COST <= 1862
231.11/233.86	s SATISFIABLE
231.11/233.86	c 234	DECODING HOME/temp.out WITH HOME/temp.map
231.11/233.86	c 234	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
231.17/233.95	c 234	Decoding HOME/temp.out
231.49/234.23	c ERROR INTERRUPTED
231.30/234.33	c 235	CPU 226.82 (0.08 0.02 226.74 4.48)
231.30/234.33	c 235	END Wed Jul 16 02:58:37 2008

Verifier Data (download as text)

ERROR: no interpretation found !

Watcher Data (download as text)

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

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1125355-1216169682/watcher-1125355-1216169682 -o /tmp/evaluation-result-1125355-1216169682/solver-1125355-1216169682 -C 3600 -W 4000 -M 900 --output-limit 1,15 HOME/sugar++ -max -incremental -c -vv -java=java -Xmx700M -decjava=java -Xmx50M -jar=HOME/sugar-v1-13.jar -solver=HOME/minisat-inc -tmp=HOME/temp HOME/instance-1125355-1216169682.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 4000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 4/74 30704
/proc/meminfo: memFree=1466020/2055924 swapFree=4181092/4192956
[pid=30704] ppid=30702 vsize=12268 CPUtime=0
/proc/30704/stat : 30704 (sugar++) R 30702 30704 29504 0 -1 4194304 348 0 0 0 0 0 0 0 22 0 1 0 73671460 12562432 316 996147200 4194304 4206940 548682068528 18446744073709551615 268583008869 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/30704/statm: 3067 316 241 3 0 167 0

[startup+0.0957941 s]
/proc/loadavg: 2.00 2.00 2.00 4/74 30704
/proc/meminfo: memFree=1466020/2055924 swapFree=4181092/4192956
[pid=30704] ppid=30702 vsize=16740 CPUtime=0.06
/proc/30704/stat : 30704 (sugar++) S 30702 30704 29504 0 -1 4194304 1219 128 0 0 5 1 0 0 19 0 1 0 73671460 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30704/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.101804 s]
/proc/loadavg: 2.00 2.00 2.00 4/74 30704
/proc/meminfo: memFree=1466020/2055924 swapFree=4181092/4192956
[pid=30704] ppid=30702 vsize=16740 CPUtime=0.06
/proc/30704/stat : 30704 (sugar++) S 30702 30704 29504 0 -1 4194304 1219 128 0 0 5 1 0 0 19 0 1 0 73671460 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30704/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.301816 s]
/proc/loadavg: 2.00 2.00 2.00 4/74 30704
/proc/meminfo: memFree=1466020/2055924 swapFree=4181092/4192956
[pid=30704] ppid=30702 vsize=16740 CPUtime=0.06
/proc/30704/stat : 30704 (sugar++) S 30702 30704 29504 0 -1 4194304 1219 128 0 0 5 1 0 0 19 0 1 0 73671460 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30704/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.701866 s]
/proc/loadavg: 2.00 2.00 2.00 4/74 30704
/proc/meminfo: memFree=1466020/2055924 swapFree=4181092/4192956
[pid=30704] ppid=30702 vsize=16740 CPUtime=0.06
/proc/30704/stat : 30704 (sugar++) S 30702 30704 29504 0 -1 4194304 1219 128 0 0 5 1 0 0 19 0 1 0 73671460 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30704/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+1.50297 s]
/proc/loadavg: 2.00 2.00 2.00 4/85 30716
/proc/meminfo: memFree=1444940/2055924 swapFree=4181092/4192956
[pid=30704] ppid=30702 vsize=16740 CPUtime=0.06
/proc/30704/stat : 30704 (sugar++) S 30702 30704 29504 0 -1 4194304 1219 128 0 0 5 1 0 0 19 0 1 0 73671460 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30704/statm: 4185 1104 409 3 0 764 0
[pid=30707] ppid=30704 vsize=5356 CPUtime=0
/proc/30707/stat : 30707 (sh) S 30704 30704 29504 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 73671468 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30707/statm: 1339 233 193 169 0 50 0
[pid=30708] ppid=30707 vsize=864688 CPUtime=1.38
/proc/30708/stat : 30708 (java) S 30707 30704 29504 0 -1 0 7903 0 1 0 132 6 0 0 18 0 9 0 73671468 885440512 7071 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30708/statm: 216172 7071 2529 9 0 210754 0
[pid=30708/tid=30709] ppid=30707 vsize=864688 CPUtime=1.04
/proc/30708/task/30709/stat : 30709 (java) R 30707 30704 29504 0 -1 64 2824 0 1 0 101 3 0 0 25 0 9 0 73671469 885440512 7071 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30708/tid=30710] ppid=30707 vsize=864688 CPUtime=0.14
/proc/30708/task/30710/stat : 30710 (java) S 30707 30704 29504 0 -1 64 3852 0 0 0 13 1 0 0 16 0 9 0 73671471 885440512 7071 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30708/tid=30711] ppid=30707 vsize=864688 CPUtime=0
/proc/30708/task/30711/stat : 30711 (java) S 30707 30704 29504 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 73671471 885440512 7071 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30708/tid=30712] ppid=30707 vsize=864688 CPUtime=0
/proc/30708/task/30712/stat : 30712 (java) S 30707 30704 29504 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 73671471 885440512 7071 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30708/tid=30713] ppid=30707 vsize=864688 CPUtime=0
/proc/30708/task/30713/stat : 30713 (java) S 30707 30704 29504 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 73671473 885440512 7071 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30708/tid=30714] ppid=30707 vsize=864688 CPUtime=0.17
/proc/30708/task/30714/stat : 30714 (java) S 30707 30704 29504 0 -1 64 528 0 0 0 17 0 0 0 16 0 9 0 73671473 885440512 7071 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30708/tid=30715] ppid=30707 vsize=864688 CPUtime=0
/proc/30708/task/30715/stat : 30715 (java) S 30707 30704 29504 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 73671473 885440512 7071 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30708/tid=30716] ppid=30707 vsize=864688 CPUtime=0
/proc/30708/task/30716/stat : 30716 (java) S 30707 30704 29504 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 73671473 885440512 7071 996147200 134512640 134550740 4294956000 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) 886784

[startup+3.10215 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 30726
/proc/meminfo: memFree=1453516/2055924 swapFree=4181092/4192956
[pid=30704] ppid=30702 vsize=16740 CPUtime=1.78
/proc/30704/stat : 30704 (sugar++) S 30702 30704 29504 0 -1 4194304 1297 8527 0 1 6 1 163 8 16 0 1 0 73671460 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30704/statm: 4185 1104 409 3 0 764 0
[pid=30717] ppid=30704 vsize=5356 CPUtime=0
/proc/30717/stat : 30717 (sh) S 30704 30704 29504 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 73671647 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30717/statm: 1339 233 193 169 0 50 0
[pid=30718] ppid=30717 vsize=864012 CPUtime=1.21
/proc/30718/stat : 30718 (java) S 30717 30704 29504 0 -1 0 9508 0 1 0 115 6 0 0 18 0 9 0 73671647 884748288 8774 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30718/statm: 216003 8774 2532 9 0 210585 0
[pid=30718/tid=30719] ppid=30717 vsize=864012 CPUtime=0.74
/proc/30718/task/30719/stat : 30719 (java) R 30717 30704 29504 0 -1 64 2591 0 1 0 72 2 0 0 25 0 9 0 73671648 884748288 8774 996147200 134512640 134550740 4294955920 18446744073709551615 4126486959 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30718/tid=30720] ppid=30717 vsize=864012 CPUtime=0.37
/proc/30718/task/30720/stat : 30720 (java) S 30717 30704 29504 0 -1 64 5886 0 0 0 35 2 0 0 16 0 9 0 73671649 884748288 8774 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30718/tid=30721] ppid=30717 vsize=864012 CPUtime=0
/proc/30718/task/30721/stat : 30721 (java) S 30717 30704 29504 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 73671649 884748288 8774 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30718/tid=30722] ppid=30717 vsize=864012 CPUtime=0
/proc/30718/task/30722/stat : 30722 (java) S 30717 30704 29504 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 73671649 884748288 8774 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30718/tid=30723] ppid=30717 vsize=864012 CPUtime=0
/proc/30718/task/30723/stat : 30723 (java) S 30717 30704 29504 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 73671651 884748288 8774 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30718/tid=30724] ppid=30717 vsize=864012 CPUtime=0.07
/proc/30718/task/30724/stat : 30724 (java) S 30717 30704 29504 0 -1 64 335 0 0 0 7 0 0 0 16 0 9 0 73671651 884748288 8774 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30718/tid=30725] ppid=30717 vsize=864012 CPUtime=0
/proc/30718/task/30725/stat : 30725 (java) S 30717 30704 29504 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 73671651 884748288 8774 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30718/tid=30726] ppid=30717 vsize=864012 CPUtime=0
/proc/30718/task/30726/stat : 30726 (java) S 30717 30704 29504 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 73671651 884748288 8774 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.99
Current children cumulated vsize (KiB) 886108

[startup+6.30153 s]
/proc/loadavg: 2.08 2.02 2.01 4/85 30726
/proc/meminfo: memFree=1387348/2055924 swapFree=4181092/4192956
[pid=30704] ppid=30702 vsize=16740 CPUtime=1.78
/proc/30704/stat : 30704 (sugar++) S 30702 30704 29504 0 -1 4194304 1297 8527 0 1 6 1 163 8 15 0 1 0 73671460 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30704/statm: 4185 1104 409 3 0 764 0
[pid=30717] ppid=30704 vsize=5356 CPUtime=0
/proc/30717/stat : 30717 (sh) S 30704 30704 29504 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 73671647 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30717/statm: 1339 233 193 169 0 50 0
[pid=30718] ppid=30717 vsize=868404 CPUtime=4.36
/proc/30718/stat : 30718 (java) S 30717 30704 29504 0 -1 0 28518 0 1 0 420 16 0 0 18 0 9 0 73671647 889245696 27714 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30718/statm: 217101 27714 2541 9 0 211676 0
[pid=30718/tid=30719] ppid=30717 vsize=868404 CPUtime=2.16
/proc/30718/task/30719/stat : 30719 (java) R 30717 30704 29504 0 -1 64 3637 0 1 0 213 3 0 0 25 0 9 0 73671648 889245696 27714 996147200 134512640 134550740 4294955920 18446744073709551615 103215658 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30718/tid=30720] ppid=30717 vsize=868404 CPUtime=1.98
/proc/30718/task/30720/stat : 30720 (java) S 30717 30704 29504 0 -1 64 22772 0 0 0 187 11 0 0 16 0 9 0 73671649 889245696 27714 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30718/tid=30721] ppid=30717 vsize=868404 CPUtime=0
/proc/30718/task/30721/stat : 30721 (java) S 30717 30704 29504 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 73671649 889245696 27714 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30718/tid=30722] ppid=30717 vsize=868404 CPUtime=0
/proc/30718/task/30722/stat : 30722 (java) S 30717 30704 29504 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 73671649 889245696 27714 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30718/tid=30723] ppid=30717 vsize=868404 CPUtime=0
/proc/30718/task/30723/stat : 30723 (java) S 30717 30704 29504 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 73671651 889245696 27714 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30718/tid=30724] ppid=30717 vsize=868404 CPUtime=0.2
/proc/30718/task/30724/stat : 30724 (java) S 30717 30704 29504 0 -1 64 1413 0 0 0 19 1 0 0 16 0 9 0 73671651 889245696 27714 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30718/tid=30725] ppid=30717 vsize=868404 CPUtime=0
/proc/30718/task/30725/stat : 30725 (java) S 30717 30704 29504 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 73671651 889245696 27714 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30718/tid=30726] ppid=30717 vsize=868404 CPUtime=0
/proc/30718/task/30726/stat : 30726 (java) S 30717 30704 29504 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 73671651 889245696 27714 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.14
Current children cumulated vsize (KiB) 890500

[startup+12.7023 s]
/proc/loadavg: 2.07 2.02 2.00 3/85 30726
/proc/meminfo: memFree=1296532/2055924 swapFree=4181092/4192956
[pid=30704] ppid=30702 vsize=16740 CPUtime=1.78
/proc/30704/stat : 30704 (sugar++) S 30702 30704 29504 0 -1 4194304 1297 8527 0 1 6 1 163 8 15 0 1 0 73671460 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30704/statm: 4185 1104 409 3 0 764 0
[pid=30717] ppid=30704 vsize=5356 CPUtime=0
/proc/30717/stat : 30717 (sh) S 30704 30704 29504 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 73671647 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30717/statm: 1339 233 193 169 0 50 0
[pid=30718] ppid=30717 vsize=868516 CPUtime=10.68
/proc/30718/stat : 30718 (java) S 30717 30704 29504 0 -1 0 54017 0 2 0 1030 38 0 0 18 0 9 0 73671647 889360384 41973 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30718/statm: 217129 41973 2567 9 0 211676 0
[pid=30718/tid=30719] ppid=30717 vsize=868516 CPUtime=6
/proc/30718/task/30719/stat : 30719 (java) R 30717 30704 29504 0 -1 64 4533 0 2 0 588 12 0 0 25 0 9 0 73671648 889360384 41973 996147200 134512640 134550740 4294955920 18446744073709551615 4127035296 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30718/tid=30720] ppid=30717 vsize=868516 CPUtime=4.33
/proc/30718/task/30720/stat : 30720 (java) S 30717 30704 29504 0 -1 64 47294 0 0 0 409 24 0 0 16 0 9 0 73671649 889360384 41973 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30718/tid=30721] ppid=30717 vsize=868516 CPUtime=0
/proc/30718/task/30721/stat : 30721 (java) S 30717 30704 29504 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 73671649 889360384 41973 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30718/tid=30722] ppid=30717 vsize=868516 CPUtime=0
/proc/30718/task/30722/stat : 30722 (java) S 30717 30704 29504 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 73671649 889360384 41973 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30718/tid=30723] ppid=30717 vsize=868516 CPUtime=0
/proc/30718/task/30723/stat : 30723 (java) S 30717 30704 29504 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 73671651 889360384 41973 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30718/tid=30724] ppid=30717 vsize=868516 CPUtime=0.33
/proc/30718/task/30724/stat : 30724 (java) S 30717 30704 29504 0 -1 64 1494 0 0 0 32 1 0 0 16 0 9 0 73671651 889360384 41973 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30718/tid=30725] ppid=30717 vsize=868516 CPUtime=0
/proc/30718/task/30725/stat : 30725 (java) S 30717 30704 29504 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 73671651 889360384 41973 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30718/tid=30726] ppid=30717 vsize=868516 CPUtime=0
/proc/30718/task/30726/stat : 30726 (java) S 30717 30704 29504 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 73671651 889360384 41973 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.46
Current children cumulated vsize (KiB) 890612

[startup+25.5028 s]
/proc/loadavg: 2.14 2.03 2.01 3/85 30726
/proc/meminfo: memFree=1136660/2055924 swapFree=4181092/4192956
[pid=30704] ppid=30702 vsize=16740 CPUtime=1.78
/proc/30704/stat : 30704 (sugar++) S 30702 30704 29504 0 -1 4194304 1297 8527 0 1 6 1 163 8 15 0 1 0 73671460 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30704/statm: 4185 1104 409 3 0 764 0
[pid=30717] ppid=30704 vsize=5356 CPUtime=0
/proc/30717/stat : 30717 (sh) S 30704 30704 29504 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 73671647 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30717/statm: 1339 233 193 169 0 50 0
[pid=30718] ppid=30717 vsize=868516 CPUtime=23.29
/proc/30718/stat : 30718 (java) S 30717 30704 29504 0 -1 0 54349 0 2 0 2194 135 0 0 18 0 9 0 73671647 889360384 41974 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30718/statm: 217129 41974 2567 9 0 211676 0
[pid=30718/tid=30719] ppid=30717 vsize=868516 CPUtime=18.38
/proc/30718/task/30719/stat : 30719 (java) R 30717 30704 29504 0 -1 64 4864 0 2 0 1732 106 0 0 25 0 9 0 73671648 889360384 41974 996147200 134512640 134550740 4294955920 18446744073709551615 4126568129 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30718/tid=30720] ppid=30717 vsize=868516 CPUtime=4.54
/proc/30718/task/30720/stat : 30720 (java) S 30717 30704 29504 0 -1 64 47294 0 0 0 428 26 0 0 16 0 9 0 73671649 889360384 41974 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30718/tid=30721] ppid=30717 vsize=868516 CPUtime=0
/proc/30718/task/30721/stat : 30721 (java) S 30717 30704 29504 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 73671649 889360384 41974 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30718/tid=30722] ppid=30717 vsize=868516 CPUtime=0
/proc/30718/task/30722/stat : 30722 (java) S 30717 30704 29504 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 73671649 889360384 41974 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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


[startup+51.1018 s]
/proc/loadavg: 2.21 2.06 2.02 3/76 30727
/proc/meminfo: memFree=555612/2055924 swapFree=4181092/4192956
[pid=30704] ppid=30702 vsize=17268 CPUtime=42.88
/proc/30704/stat : 30704 (sugar++) S 30702 30704 29504 0 -1 4194304 1558 63643 0 3 8 1 3993 286 16 0 1 0 73671460 17682432 1216 996147200 4194304 4206940 548682068528 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30704/statm: 4317 1216 413 3 0 896 0
[pid=30727] ppid=30704 vsize=582588 CPUtime=7.26
/proc/30727/stat : 30727 (minisat-inc) R 30704 30704 29504 0 -1 4194304 141930 0 0 0 605 121 0 0 25 0 1 0 73675835 596570112 141878 996147200 134512640 135134323 4294956192 18446744073709551615 134515443 0 0 4096 3 0 0 0 17 1 0 0
/proc/30727/statm: 145647 141878 59 151 0 145493 0
Current children cumulated CPU time (s) 50.14
Current children cumulated vsize (KiB) 599856

[startup+102.307 s]
/proc/loadavg: 2.13 2.06 2.02 3/76 30727
/proc/meminfo: memFree=352284/2055924 swapFree=4181092/4192956
[pid=30704] ppid=30702 vsize=17268 CPUtime=42.88
/proc/30704/stat : 30704 (sugar++) S 30702 30704 29504 0 -1 4194304 1568 63643 0 3 8 1 3993 286 16 0 1 0 73671460 17682432 1218 996147200 4194304 4206940 548682068528 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30704/statm: 4317 1218 414 3 0 896 0
[pid=30727] ppid=30704 vsize=734112 CPUtime=57.97
/proc/30727/stat : 30727 (minisat-inc) R 30704 30704 29504 0 -1 4194304 181663 0 0 0 5649 148 0 0 25 0 1 0 73675835 751730688 181611 996147200 134512640 135134323 4294956192 18446744073709551615 134531900 0 0 4096 3 0 0 0 17 1 0 0
/proc/30727/statm: 183528 181611 74 151 0 183374 0
Current children cumulated CPU time (s) 100.85
Current children cumulated vsize (KiB) 751380

[startup+162.302 s]
/proc/loadavg: 2.08 2.06 2.02 3/76 30727
/proc/meminfo: memFree=351708/2055924 swapFree=4181092/4192956
[pid=30704] ppid=30702 vsize=17268 CPUtime=42.88
/proc/30704/stat : 30704 (sugar++) S 30702 30704 29504 0 -1 4194304 1568 63643 0 3 8 1 3993 286 16 0 1 0 73671460 17682432 1218 996147200 4194304 4206940 548682068528 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30704/statm: 4317 1218 414 3 0 896 0
[pid=30727] ppid=30704 vsize=734596 CPUtime=117.41
/proc/30727/stat : 30727 (minisat-inc) R 30704 30704 29504 0 -1 4194304 181780 0 0 0 11592 149 0 0 25 0 1 0 73675835 752226304 181728 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/30727/statm: 183649 181728 74 151 0 183495 0
Current children cumulated CPU time (s) 160.29
Current children cumulated vsize (KiB) 751864

[startup+222.302 s]
/proc/loadavg: 2.14 2.08 2.02 3/76 30727
/proc/meminfo: memFree=350300/2055924 swapFree=4181092/4192956
[pid=30704] ppid=30702 vsize=17268 CPUtime=42.88
/proc/30704/stat : 30704 (sugar++) S 30702 30704 29504 0 -1 4194304 1568 63643 0 3 8 1 3993 286 16 0 1 0 73671460 17682432 1218 996147200 4194304 4206940 548682068528 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30704/statm: 4317 1218 414 3 0 896 0
[pid=30727] ppid=30704 vsize=735420 CPUtime=176.84
/proc/30727/stat : 30727 (minisat-inc) R 30704 30704 29504 0 -1 4194304 182002 0 0 0 17535 149 0 0 25 0 1 0 73675835 753070080 181950 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/30727/statm: 183855 181950 74 151 0 183701 0
Current children cumulated CPU time (s) 219.72
Current children cumulated vsize (KiB) 752688



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+234.201 s]
/proc/loadavg: 2.12 2.07 2.02 4/86 30737
/proc/meminfo: memFree=342732/2055924 swapFree=4181092/4192956
[pid=30704] ppid=30702 vsize=17268 CPUtime=42.89
/proc/30704/stat : 30704 (sugar++) S 30702 30704 29504 0 -1 4194304 1634 63643 0 3 8 2 3993 286 16 0 1 0 73671460 17682432 1219 996147200 4194304 4206940 548682068528 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30704/statm: 4317 1219 414 3 0 896 0
[pid=30727] ppid=30704 vsize=736284 CPUtime=188.29
/proc/30727/stat : 30727 (minisat-inc) S 30704 30704 29504 0 -1 4194304 182174 0 0 0 18680 149 0 0 25 0 1 0 73675835 753954816 182120 996147200 134512640 135134323 4294956192 18446744073709551615 134725182 0 0 4096 3 18446744071563648864 0 0 17 1 0 0
/proc/30727/statm: 184071 182120 80 151 0 183917 0
[pid=30728] ppid=30704 vsize=5356 CPUtime=0
/proc/30728/stat : 30728 (sh) S 30704 30704 29504 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 73694846 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30728/statm: 1339 233 193 169 0 50 0
[pid=30729] ppid=30728 vsize=195912 CPUtime=0.31
/proc/30729/stat : 30729 (java) S 30728 30704 29504 0 -1 0 3574 0 1 0 29 2 0 0 18 0 9 0 73694847 200613888 3049 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30729/statm: 48978 3049 1654 9 0 43560 0
[pid=30729/tid=30730] ppid=30728 vsize=195912 CPUtime=0.23
/proc/30729/task/30730/stat : 30730 (java) R 30728 30704 29504 0 -1 64 2438 0 1 0 22 1 0 0 19 0 9 0 73694848 200613888 3049 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30729/tid=30731] ppid=30728 vsize=195912 CPUtime=0
/proc/30729/task/30731/stat : 30731 (java) S 30728 30704 29504 0 -1 64 127 0 0 0 0 0 0 0 16 0 9 0 73694849 200613888 3049 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30729/tid=30732] ppid=30728 vsize=195912 CPUtime=0
/proc/30729/task/30732/stat : 30732 (java) S 30728 30704 29504 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 73694849 200613888 3049 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30729/tid=30733] ppid=30728 vsize=195912 CPUtime=0
/proc/30729/task/30733/stat : 30733 (java) S 30728 30704 29504 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 73694849 200613888 3049 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30729/tid=30734] ppid=30728 vsize=195912 CPUtime=0
/proc/30729/task/30734/stat : 30734 (java) S 30728 30704 29504 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 73694852 200613888 3049 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30729/tid=30735] ppid=30728 vsize=195912 CPUtime=0.06
/proc/30729/task/30735/stat : 30735 (java) R 30728 30704 29504 0 -1 64 317 0 0 0 6 0 0 0 17 0 9 0 73694852 200613888 3049 996147200 134512640 134550740 4294956000 18446744073709551615 101679048 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30729/tid=30736] ppid=30728 vsize=195912 CPUtime=0
/proc/30729/task/30736/stat : 30736 (java) S 30728 30704 29504 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 73694852 200613888 3049 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30729/tid=30737] ppid=30728 vsize=195912 CPUtime=0
/proc/30729/task/30737/stat : 30737 (java) S 30728 30704 29504 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 73694852 200613888 3049 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 231.49
Current children cumulated vsize (KiB) 954820

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

[startup+234.201 s]
/proc/loadavg: 2.12 2.07 2.02 4/86 30737
/proc/meminfo: memFree=342732/2055924 swapFree=4181092/4192956
[pid=30704] ppid=30702 vsize=17268 CPUtime=42.89
/proc/30704/stat : 30704 (sugar++) S 30702 30704 29504 0 -1 4194304 1634 63643 0 3 8 2 3993 286 16 0 1 0 73671460 17682432 1219 996147200 4194304 4206940 548682068528 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30704/statm: 4317 1219 414 3 0 896 0
[pid=30727] ppid=30704 vsize=736284 CPUtime=188.29
/proc/30727/stat : 30727 (minisat-inc) S 30704 30704 29504 0 -1 4194304 182174 0 0 0 18680 149 0 0 25 0 1 0 73675835 753954816 182120 996147200 134512640 135134323 4294956192 18446744073709551615 134725182 0 0 4096 3 18446744071563648864 0 0 17 1 0 0
/proc/30727/statm: 184071 182120 80 151 0 183917 0
[pid=30728] ppid=30704 vsize=5356 CPUtime=0
/proc/30728/stat : 30728 (sh) S 30704 30704 29504 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 73694846 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30728/statm: 1339 233 193 169 0 50 0
[pid=30729] ppid=30728 vsize=195912 CPUtime=0.31
/proc/30729/stat : 30729 (java) S 30728 30704 29504 0 -1 0 3574 0 1 0 29 2 0 0 18 0 9 0 73694847 200613888 3049 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30729/statm: 48978 3049 1654 9 0 43560 0
[pid=30729/tid=30730] ppid=30728 vsize=195912 CPUtime=0.23
/proc/30729/task/30730/stat : 30730 (java) R 30728 30704 29504 0 -1 64 2438 0 1 0 22 1 0 0 19 0 9 0 73694848 200613888 3049 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30729/tid=30731] ppid=30728 vsize=195912 CPUtime=0
/proc/30729/task/30731/stat : 30731 (java) S 30728 30704 29504 0 -1 64 127 0 0 0 0 0 0 0 16 0 9 0 73694849 200613888 3049 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30729/tid=30732] ppid=30728 vsize=195912 CPUtime=0
/proc/30729/task/30732/stat : 30732 (java) S 30728 30704 29504 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 73694849 200613888 3049 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30729/tid=30733] ppid=30728 vsize=195912 CPUtime=0
/proc/30729/task/30733/stat : 30733 (java) S 30728 30704 29504 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 73694849 200613888 3049 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30729/tid=30734] ppid=30728 vsize=195912 CPUtime=0
/proc/30729/task/30734/stat : 30734 (java) S 30728 30704 29504 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 73694852 200613888 3049 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30729/tid=30735] ppid=30728 vsize=195912 CPUtime=0.06
/proc/30729/task/30735/stat : 30735 (java) R 30728 30704 29504 0 -1 64 317 0 0 0 6 0 0 0 17 0 9 0 73694852 200613888 3049 996147200 134512640 134550740 4294956000 18446744073709551615 101679048 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30729/tid=30736] ppid=30728 vsize=195912 CPUtime=0
/proc/30729/task/30736/stat : 30736 (java) S 30728 30704 29504 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 73694852 200613888 3049 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30729/tid=30737] ppid=30728 vsize=195912 CPUtime=0
/proc/30729/task/30737/stat : 30737 (java) S 30728 30704 29504 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 73694852 200613888 3049 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 231.49
Current children cumulated vsize (KiB) 954820

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

[startup+234.332 s]
/proc/loadavg: 2.12 2.07 2.02 4/86 30737
/proc/meminfo: memFree=342732/2055924 swapFree=4181092/4192956
[pid=30704] ppid=30702 vsize=17268 CPUtime=42.9
/proc/30704/stat : 30704 (sugar++) S 30702 30704 29504 0 -1 4194304 1667 63921 0 3 8 2 3994 286 16 0 1 0 73671460 17682432 1219 996147200 4194304 4206940 548682068528 18446744073709551615 268591742868 0 0 4224 16386 18446744071563356171 0 0 17 0 0 0
/proc/30704/statm: 4317 1219 414 3 0 896 0
[pid=30727] ppid=30704 vsize=0 CPUtime=188.4
/proc/30727/stat : 30727 (minisat-inc) R 30704 30704 29504 0 -1 4195332 182174 0 0 0 18680 160 0 0 25 0 1 0 73675835 0 0 996147200 0 0 0 0 0 0 0 4096 3 0 0 0 17 1 0 0
/proc/30727/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 231.3
Current children cumulated vsize (KiB) 17268

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

[startup+234.402 s]
/proc/loadavg: 2.12 2.07 2.02 4/86 30737
/proc/meminfo: memFree=342732/2055924 swapFree=4181092/4192956
[pid=30704] ppid=30702 vsize=17268 CPUtime=231.38
/proc/30704/stat : 30704 (sugar++) R 30702 30704 29504 0 -1 4194304 1674 246095 0 3 8 8 22674 448 19 0 1 0 73671460 17682432 1220 996147200 4194304 4206940 548682068528 18446744073709551615 268583015465 0 0 4224 16386 0 0 0 17 1 0 0
/proc/30704/statm: 4317 1220 415 3 0 896 0
Current children cumulated CPU time (s) 231.38
Current children cumulated vsize (KiB) 17268

[startup+234.502 s]
/proc/loadavg: 2.12 2.07 2.02 4/86 30737
/proc/meminfo: memFree=342732/2055924 swapFree=4181092/4192956
[pid=30704] ppid=30702 vsize=17268 CPUtime=231.48
/proc/30704/stat : 30704 (sugar++) R 30702 30704 29504 0 -1 4194304 1674 246095 0 3 8 18 22674 448 19 0 1 0 73671460 17682432 1220 996147200 4194304 4206940 548682068528 18446744073709551615 268583015465 0 0 4224 16386 0 0 0 17 1 0 0
/proc/30704/statm: 4317 1220 415 3 0 896 0
Current children cumulated CPU time (s) 231.48
Current children cumulated vsize (KiB) 17268

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): 0.189987
#  lost CPU user time (s): 0.279984
#  lost CPU system time (s): -0.0900002

Real time (s): 234.542
CPU time (s): 231.72
CPU user time (s): 227.107
CPU system time (s): 4.61229
CPU usage (%): 98.7969
Max. virtual memory (cumulated for all children) (KiB): 954820

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 226.828
system time used= 4.70228
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 247825
page faults= 3
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 10764
involuntary context switches= 15609

runsolver used 0.284956 second user time and 0.815875 second system time

The end

Launcher Data (download as text)

Begin job on node6 at 2008-07-16 02:54:42
IDJOB=1125355
IDBENCH=63109
IDSOLVER=367
FILE ID=node6/1125355-1216169682
PBS_JOBID= 7905718
Free space on /tmp= 66520 MiB

SOLVER NAME= Sugar++ v1.13+minisat-inc
BENCH NAME= CPAI08/maxcsp/celar/graphs/normalized-graphw-12_ext.xml
COMMAND LINE= DIR/sugar++ -max -incremental -c -vv -java="java -Xmx700M" -decjava="java -Xmx50M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/minisat-inc" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1125355-1216169682/watcher-1125355-1216169682 -o /tmp/evaluation-result-1125355-1216169682/solver-1125355-1216169682 -C 3600 -W 4000 -M 900 --output-limit 1,15  HOME/sugar++ -max -incremental -c -vv -java="java -Xmx700M" -decjava="java -Xmx50M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/minisat-inc" -tmp="HOME/temp" HOME/instance-1125355-1216169682.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= e3208b2cbdfb5e345be7d842ab817689
RANDOM SEED=1355701642

node6.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.232
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.232
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:      2055924 kB
MemFree:       1466500 kB
Buffers:         84732 kB
Cached:         303884 kB
SwapCached:       5716 kB
Active:         357216 kB
Inactive:       160016 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055924 kB
LowFree:       1466500 kB
SwapTotal:     4192956 kB
SwapFree:      4181092 kB
Dirty:            3428 kB
Writeback:           0 kB
Mapped:         135576 kB
Slab:            57084 kB
Committed_AS:   472504 kB
PageTables:       2248 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= 66520 MiB
End job on node6 at 2008-07-16 02:58:39