Trace number 1119187

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-incMSAT (TO) 3600.1 3601.82

General information on the benchmark

Namemaxcsp/maxcut/maxcut-30/
normalized-maxcut-30-400-2_ext.xml
MD5SUM44c8adcf84df2467395514318d52f31c
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkMOPT
Best Number of falsified constraints179
Best CPU time to get the best result obtained on this benchmark163.366
Satisfiable
(Un)Satisfiability was proved
Number of variables30
Number of constraints400
Maximum constraint arity2
Maximum domain size2
Number of constraints which are defined in extension400
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 Tue Jul 15 05:25:49 2008
0.00/0.08	c 0	PID 26069
0.07/0.08	c 0	HOST node29.alineos.net
0.07/0.08	c 0	CONVERTING HOME/instance-1119187-1216092348.xml TO HOME/temp.csp
0.07/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1119187-1216092348.xml' 'HOME/temp.csp'
0.07/0.52	c 0	1 domains, 30 variables, 0 predicates, 1 relations, 400 constraints
0.07/0.57	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.07/0.57	c 0	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'
0.42/0.65	c 0	Parsing HOME/temp.csp
0.42/0.75	c 0	parsed 432 expressions
0.42/0.76	c 0	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.42/0.77	c 0	MAX CSP: 400 constraints
0.42/0.77	c 0	Converting to clausal form CSP
0.42/0.80	c 0	converted 84 (10%) expressions
0.42/0.81	c 0	converted 167 (20%) expressions
0.42/0.82	c 0	converted 251 (30%) expressions
0.42/0.83	c 0	converted 334 (40%) expressions
0.42/0.84	c 0	converted 418 (50%) expressions
0.42/0.85	c 0	converted 501 (60%) expressions
0.42/0.85	c 0	converted 585 (70%) expressions
0.42/0.86	c 0	converted 668 (80%) expressions
0.42/0.86	c 0	converted 752 (90%) expressions
0.83/1.04	c 1	converted 835 (100%) expressions
0.83/1.04	c 1	CSP : 830 integers, 0 booleans, 1199 clauses, largest domain size 601
0.83/1.04	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.83/1.04	c 1	Propagation in CSP
0.83/1.08	c 1	397 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.83/1.08	c 1	CSP : 830 integers, 0 booleans, 1199 clauses, largest domain size 401
0.83/1.08	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.83/1.08	c 1	Simplifing CSP by introducing new Boolean variables
0.83/1.09	c 1	CSP : 830 integers, 0 booleans, 1199 clauses, largest domain size 401
0.83/1.09	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.93/1.12	c 1	Encoding CSP to SAT : HOME/temp.cnf
0.93/1.13	c 1	83 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
0.93/1.13	c 1	166 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
0.93/1.13	c 1	249 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
0.93/1.13	c 1	332 (40%) CSP integer variables are encoded (0 clauses, 64 bytes)
0.93/1.13	c 1	415 (50%) CSP integer variables are encoded (0 clauses, 64 bytes)
0.93/1.14	c 1	498 (60%) CSP integer variables are encoded (2987 clauses, 37786 bytes)
0.93/1.15	c 1	581 (70%) CSP integer variables are encoded (3813 clauses, 48524 bytes)
0.93/1.15	c 1	664 (80%) CSP integer variables are encoded (4659 clauses, 59522 bytes)
0.93/1.15	c 1	747 (90%) CSP integer variables are encoded (5168 clauses, 66139 bytes)
0.93/1.15	c 1	830 (100%) CSP integer variables are encoded (5892 clauses, 75551 bytes)
0.93/1.17	c 1	120 (10%) CSP clauses are encoded (6132 clauses, 78481 bytes)
0.93/1.19	c 1	240 (20%) CSP clauses are encoded (6372 clauses, 81661 bytes)
1.02/1.20	c 1	360 (30%) CSP clauses are encoded (6612 clauses, 85021 bytes)
1.02/1.27	c 1	480 (40%) CSP clauses are encoded (31112 clauses, 498078 bytes)
1.22/1.41	c 1	600 (50%) CSP clauses are encoded (93244 clauses, 1634142 bytes)
1.22/1.42	c 1	720 (60%) CSP clauses are encoded (96410 clauses, 1688843 bytes)
1.32/1.57	c 1	840 (70%) CSP clauses are encoded (175726 clauses, 3146221 bytes)
1.32/1.58	c 1	960 (80%) CSP clauses are encoded (179334 clauses, 3208761 bytes)
1.32/1.59	c 1	1080 (90%) CSP clauses are encoded (187784 clauses, 3360041 bytes)
1.41/1.65	c 1	1199 (100%) CSP clauses are encoded (218476 clauses, 3918670 bytes)
1.41/1.65	c 1	1199 CSP clauses encoded
1.41/1.65	c 1	Writing map file : HOME/temp.map
1.41/1.66	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.41/1.66	c 1	SAT : 6722 SAT variables, 218476 SAT clauses, 3918670 bytes
1.41/1.66	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.47/1.73	c 1	OBJECTIVE minimize _COST
1.47/1.73	c 1	SOLVING HOME/temp.cnf
1.47/1.73	c 1	CMD HOME/minisat-inc -incremental HOME/temp.cnf HOME/temp.out
1.47/1.73	c 1	This is MiniSat 2.0 beta incremental
1.47/1.73	c 1	WARNING: for repeatability, setting FPU to use double precision
1.47/1.73	c 1	============================[ Problem Statistics ]=============================
1.47/1.73	c 1	|                                                                             |
1.47/1.73	c 1	|  Number of variables:  6722                                                 |
1.47/1.73	c 1	|  Number of clauses:    218476                                               |
1.51/1.83	c 1	|  Parsing time:         0.09         s                                       |
1.51/1.83	c 1	OK
1.51/1.83	c 1	OBJECTIVE BOUND: 0 <= _COST <= 
1.51/1.83	c 1	SEARCHING: _COST <= 200
1.51/1.83	c 1	============================[ Search Statistics ]==============================
1.51/1.83	c 1	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.51/1.84	c 1	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.51/1.84	c 1	===============================================================================
1.51/1.84	c 1	|         0 |    6722   218476   637352 |    72825        0    nan |  0.000 % |
1.51/1.95	c 1	|       101 |    6722   218476   637352 |    80107      101     24 |  0.004 % |
1.51/2.07	c 2	|       251 |    6722   218476   637352 |    88118      251     27 |  0.004 % |
1.97/2.25	c 2	|       476 |    6722   218476   637352 |    96930      476     28 |  0.004 % |
2.16/2.49	c 2	|       813 |    6722   218476   637352 |   106623      813     29 |  0.004 % |
2.56/2.90	c 2	|      1319 |    6722   218476   637352 |   117285     1319     30 |  0.004 % |
3.15/3.49	c 3	|      2078 |    6722   218476   637352 |   129014     2078     30 |  0.004 % |
3.95/4.25	c 4	===============================================================================
3.95/4.25	c 4	restarts              : 7
3.95/4.25	c 4	conflicts             : 2973          (1198 /sec)
3.95/4.25	c 4	decisions             : 3947          (0.30 % random) (1590 /sec)
3.95/4.25	c 4	propagations          : 1326008        (534331 /sec)
3.95/4.25	c 4	conflict literals     : 92519          (43.03 % deleted)
3.95/4.25	c 4	Memory used           : 11.78 MB
3.95/4.25	c 4	CPU time              : 2.48162 s
3.95/4.25	c 4	
3.95/4.25	c 4	SATISFIABLE
3.95/4.25	c 4	OK
3.95/4.25	c 4	FOUND: _COST <= 200
3.95/4.25	s SATISFIABLE
3.95/4.25	c 4	DECODING HOME/temp.out WITH HOME/temp.map
3.95/4.25	c 4	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
4.03/4.34	c 4	Decoding HOME/temp.out
4.13/4.43	c 4	OBJECTIVE _COST 200
4.13/4.43	o 200
4.13/4.43	v 1 1 0 1 0 1 1 0 0 1 1 1 0 1 0 1 0 1 0 1 1 0 1 1 0 1 1 1 0 0
4.13/4.44	c 4	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
4.20/4.51	c 4	OK
4.20/4.51	c 4	OBJECTIVE BOUND: 0 <= _COST <= 200
4.20/4.51	c 4	SEARCHING: _COST <= 100
4.20/4.57	c 4	============================[ Search Statistics ]==============================
4.20/4.57	c 4	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
4.20/4.57	c 4	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
4.20/4.57	c 4	===============================================================================
4.20/4.57	c 4	|      2973 |    4922   140048   407268 |    46682     2973     31 |  0.004 % |
4.24/4.64	c 4	|      3073 |    4922   140048   407268 |    51350     3073     31 | 26.780 % |
4.34/4.72	c 4	|      3224 |    4922   140048   407268 |    56486     3224     30 | 26.780 % |
4.44/4.82	c 4	|      3449 |    4922   140048   407268 |    62134     3449     30 | 26.780 % |
4.54/4.98	c 4	|      3786 |    4922   140048   407268 |    68348     3786     29 | 26.780 % |
4.84/5.25	c 5	|      4292 |    4922   140048   407268 |    75182     4292     28 | 26.780 % |
5.34/5.71	c 5	|      5053 |    4922   140048   407268 |    82701     5053     27 | 26.780 % |
6.04/6.41	c 6	|      6192 |    4922   140048   407268 |    90971     6192     26 | 26.780 % |
7.04/7.45	c 7	|      7901 |    4922   140048   407268 |   100068     7901     25 | 26.780 % |
8.84/9.27	c 9	|     10463 |    4922   140048   407268 |   110075    10463     24 | 26.780 % |
12.14/12.53	c 12	|     14307 |    4922   140048   407268 |   121082    14307     24 | 26.780 % |
17.44/17.85	c 17	|     20073 |    4922   140048   407268 |   133191    20073     23 | 26.780 % |
26.93/27.39	c 27	|     28723 |    4922   140048   407268 |   146510    28723     23 | 26.780 % |
42.83/43.27	c 43	|     41697 |    4922   140048   407268 |   161161    41697     23 | 26.780 % |
71.31/71.79	c 71	|     61159 |    4922   140048   407268 |   177277    61159     23 | 26.780 % |
124.49/124.92	c 124	|     90352 |    4922   140048   407268 |   195005    90352     23 | 26.780 % |
218.17/218.60	c 218	|    134142 |    4922   140048   407268 |   214505   134142     23 | 26.780 % |
369.71/370.22	c 370	|    199826 |    4922   140048   407268 |   235956   199826     23 | 26.780 % |
570.04/570.65	c 570	|    298353 |    4922   140048   407268 |   259551    75326     23 | 26.780 % |
902.76/903.57	c 903	|    446142 |    4922   140048   407268 |   285506   223115     24 | 26.780 % |
1407.78/1408.79	c 1408	|    667826 |    4922   140048   407268 |   314057   171595     23 | 26.780 % |
2231.26/2232.59	c 2232	|   1000353 |    4922   140048   407268 |   345463   203949     24 | 26.780 % |
3600.06/3601.81	c ERROR INTERRUPTED
3600.06/3601.81	c 3601	CPU 3599.7 (0.07 0.01 3599.63 0.36)
3600.06/3601.81	c 3601	END Tue Jul 15 06:25:50 2008

Verifier Data (download as text)

OK	200	200
200 unsatisfied constraints, 200 satisfied constraints

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-1119187-1216092348/watcher-1119187-1216092348 -o /tmp/evaluation-result-1119187-1216092348/solver-1119187-1216092348 -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-1119187-1216092348.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.72 2.65 2.58 5/80 26069
/proc/meminfo: memFree=1682392/2055920 swapFree=4180012/4192956
[pid=26069] ppid=26067 vsize=12268 CPUtime=0
/proc/26069/stat : 26069 (sugar++) R 26067 26069 25279 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 65936560 12562432 316 996147200 4194304 4206940 548682068528 18446744073709551615 221780867685 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/26069/statm: 3067 316 241 3 0 167 0

[startup+0.081424 s]
/proc/loadavg: 2.72 2.65 2.58 5/80 26069
/proc/meminfo: memFree=1682392/2055920 swapFree=4180012/4192956
[pid=26069] ppid=26067 vsize=16740 CPUtime=0.07
/proc/26069/stat : 26069 (sugar++) S 26067 26069 25279 0 -1 4194304 1143 0 0 0 6 1 0 0 18 0 1 0 65936560 17141760 1099 996147200 4194304 4206940 548682068528 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26069/statm: 4185 1099 406 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+0.101012 s]
/proc/loadavg: 2.72 2.65 2.58 5/80 26069
/proc/meminfo: memFree=1682392/2055920 swapFree=4180012/4192956
[pid=26069] ppid=26067 vsize=16740 CPUtime=0.07
/proc/26069/stat : 26069 (sugar++) S 26067 26069 25279 0 -1 4194304 1219 128 0 0 6 1 0 0 19 0 1 0 65936560 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26069/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+0.301987 s]
/proc/loadavg: 2.72 2.65 2.58 5/80 26069
/proc/meminfo: memFree=1682392/2055920 swapFree=4180012/4192956
[pid=26069] ppid=26067 vsize=16740 CPUtime=0.07
/proc/26069/stat : 26069 (sugar++) S 26067 26069 25279 0 -1 4194304 1219 128 0 0 6 1 0 0 19 0 1 0 65936560 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26069/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+0.70201 s]
/proc/loadavg: 2.72 2.65 2.58 5/80 26069
/proc/meminfo: memFree=1682392/2055920 swapFree=4180012/4192956
[pid=26069] ppid=26067 vsize=16740 CPUtime=0.42
/proc/26069/stat : 26069 (sugar++) S 26067 26069 25279 0 -1 4194304 1296 4422 0 1 6 1 32 3 16 0 1 0 65936560 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26069/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.42
Current children cumulated vsize (KiB) 16740

[startup+1.50206 s]
/proc/loadavg: 2.72 2.65 2.58 5/91 26091
/proc/meminfo: memFree=1667968/2055920 swapFree=4180012/4192956
[pid=26069] ppid=26067 vsize=16740 CPUtime=0.42
/proc/26069/stat : 26069 (sugar++) S 26067 26069 25279 0 -1 4194304 1297 4422 0 1 6 1 32 3 15 0 1 0 65936560 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26069/statm: 4185 1104 409 3 0 764 0
[pid=26082] ppid=26069 vsize=5356 CPUtime=0
/proc/26082/stat : 26082 (sh) S 26069 26069 25279 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 65936618 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26082/statm: 1339 233 193 169 0 50 0
[pid=26083] ppid=26082 vsize=868468 CPUtime=0.9
/proc/26083/stat : 26083 (java) S 26082 26069 25279 0 -1 0 6452 0 1 0 84 6 0 0 18 0 9 0 65936618 889311232 5616 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26083/statm: 217117 5616 2563 9 0 211664 0
[pid=26083/tid=26084] ppid=26082 vsize=868468 CPUtime=0.57
/proc/26083/task/26084/stat : 26084 (java) R 26082 26069 25279 0 -1 64 2781 0 1 0 54 3 0 0 20 0 9 0 65936619 889311232 5616 996147200 134512640 134550740 4294955920 18446744073709551615 4126889802 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26083/tid=26085] ppid=26082 vsize=868468 CPUtime=0.07
/proc/26083/task/26085/stat : 26085 (java) S 26082 26069 25279 0 -1 64 1503 0 0 0 7 0 0 0 16 0 9 0 65936620 889311232 5616 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26083/tid=26086] ppid=26082 vsize=868468 CPUtime=0
/proc/26083/task/26086/stat : 26086 (java) S 26082 26069 25279 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 65936620 889311232 5616 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26083/tid=26087] ppid=26082 vsize=868468 CPUtime=0
/proc/26083/task/26087/stat : 26087 (java) S 26082 26069 25279 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 65936620 889311232 5616 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26083/tid=26088] ppid=26082 vsize=868468 CPUtime=0
/proc/26083/task/26088/stat : 26088 (java) S 26082 26069 25279 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 65936622 889311232 5616 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26083/tid=26089] ppid=26082 vsize=868468 CPUtime=0.22
/proc/26083/task/26089/stat : 26089 (java) S 26082 26069 25279 0 -1 64 1475 0 0 0 21 1 0 0 16 0 9 0 65936622 889311232 5616 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26083/tid=26090] ppid=26082 vsize=868468 CPUtime=0
/proc/26083/task/26090/stat : 26090 (java) S 26082 26069 25279 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 65936622 889311232 5616 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26083/tid=26091] ppid=26082 vsize=868468 CPUtime=0
/proc/26083/task/26091/stat : 26091 (java) S 26082 26069 25279 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 65936622 889311232 5616 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 890564

[startup+3.10116 s]
/proc/loadavg: 2.72 2.65 2.58 4/82 26092
/proc/meminfo: memFree=1664520/2055920 swapFree=4180012/4192956
[pid=26069] ppid=26067 vsize=16872 CPUtime=1.51
/proc/26069/stat : 26069 (sugar++) S 26067 26069 25279 0 -1 4194304 1472 11223 0 2 7 1 132 11 15 0 1 0 65936560 17276928 1123 996147200 4194304 4206940 548682068528 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26069/statm: 4218 1123 414 3 0 797 0
[pid=26092] ppid=26069 vsize=11796 CPUtime=1.35
/proc/26092/stat : 26092 (minisat-inc) R 26069 26069 25279 0 -1 4194304 2804 0 0 0 134 1 0 0 25 0 1 0 65936733 12079104 2754 996147200 134512640 135134323 4294956192 18446744073709551615 134532169 0 0 4096 3 0 0 0 17 1 0 0
/proc/26092/statm: 2949 2754 73 151 0 2795 0
Current children cumulated CPU time (s) 2.86
Current children cumulated vsize (KiB) 28668

[startup+6.30141 s]
/proc/loadavg: 2.74 2.65 2.58 3/82 26102
/proc/meminfo: memFree=1663752/2055920 swapFree=4180012/4192956
[pid=26069] ppid=26067 vsize=16872 CPUtime=1.69
/proc/26069/stat : 26069 (sugar++) S 26067 26069 25279 0 -1 4194304 1556 15087 0 3 7 1 148 13 15 0 1 0 65936560 17276928 1124 996147200 4194304 4206940 548682068528 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26069/statm: 4218 1124 414 3 0 797 0
[pid=26092] ppid=26069 vsize=12060 CPUtime=4.25
/proc/26092/stat : 26092 (minisat-inc) R 26069 26069 25279 0 -1 4194304 2880 0 0 0 424 1 0 0 25 0 1 0 65936733 12349440 2828 996147200 134512640 135134323 4294956192 18446744073709551615 134531900 0 0 4096 3 0 0 0 17 0 0 0
/proc/26092/statm: 3015 2828 79 151 0 2861 0
Current children cumulated CPU time (s) 5.94
Current children cumulated vsize (KiB) 28932

[startup+12.7018 s]
/proc/loadavg: 2.68 2.64 2.57 3/82 26102
/proc/meminfo: memFree=1663760/2055920 swapFree=4180012/4192956
[pid=26069] ppid=26067 vsize=16872 CPUtime=1.69
/proc/26069/stat : 26069 (sugar++) S 26067 26069 25279 0 -1 4194304 1556 15087 0 3 7 1 148 13 16 0 1 0 65936560 17276928 1124 996147200 4194304 4206940 548682068528 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26069/statm: 4218 1124 414 3 0 797 0
[pid=26092] ppid=26069 vsize=12192 CPUtime=10.65
/proc/26092/stat : 26092 (minisat-inc) R 26069 26069 25279 0 -1 4194304 2889 0 0 0 1064 1 0 0 25 0 1 0 65936733 12484608 2837 996147200 134512640 135134323 4294956192 18446744073709551615 134532097 0 0 4096 3 0 0 0 17 0 0 0
/proc/26092/statm: 3048 2837 79 151 0 2894 0
Current children cumulated CPU time (s) 12.34
Current children cumulated vsize (KiB) 29064

[startup+25.5016 s]
/proc/loadavg: 2.68 2.64 2.57 3/82 26102
/proc/meminfo: memFree=1662928/2055920 swapFree=4180012/4192956
[pid=26069] ppid=26067 vsize=16872 CPUtime=1.69
/proc/26069/stat : 26069 (sugar++) S 26067 26069 25279 0 -1 4194304 1556 15087 0 3 7 1 148 13 16 0 1 0 65936560 17276928 1124 996147200 4194304 4206940 548682068528 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26069/statm: 4218 1124 414 3 0 797 0
[pid=26092] ppid=26069 vsize=13344 CPUtime=23.44
/proc/26092/stat : 26092 (minisat-inc) R 26069 26069 25279 0 -1 4194304 3202 0 0 0 2342 2 0 0 25 0 1 0 65936733 13664256 3150 996147200 134512640 135134323 4294956192 18446744073709551615 134532042 0 0 4096 3 0 0 0 17 0 0 0
/proc/26092/statm: 3336 3150 79 151 0 3182 0
Current children cumulated CPU time (s) 25.13
Current children cumulated vsize (KiB) 30216

[startup+51.1012 s]
/proc/loadavg: 2.72 2.65 2.58 3/82 26102
/proc/meminfo: memFree=1660304/2055920 swapFree=4180012/4192956
[pid=26069] ppid=26067 vsize=16872 CPUtime=1.69
/proc/26069/stat : 26069 (sugar++) S 26067 26069 25279 0 -1 4194304 1556 15087 0 3 7 1 148 13 16 0 1 0 65936560 17276928 1124 996147200 4194304 4206940 548682068528 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26069/statm: 4218 1124 414 3 0 797 0
[pid=26092] ppid=26069 vsize=16168 CPUtime=49.04
/proc/26092/stat : 26092 (minisat-inc) R 26069 26069 25279 0 -1 4194304 3872 0 0 0 4901 3 0 0 25 0 1 0 65936733 16556032 3820 996147200 134512640 135134323 4294956192 18446744073709551615 134532052 0 0 4096 3 0 0 0 17 0 0 0
/proc/26092/statm: 4042 3820 79 151 0 3888 0
Current children cumulated CPU time (s) 50.73
Current children cumulated vsize (KiB) 33040

[startup+102.306 s]
/proc/loadavg: 2.66 2.64 2.58 3/82 26102
/proc/meminfo: memFree=1655952/2055920 swapFree=4180012/4192956
[pid=26069] ppid=26067 vsize=16872 CPUtime=1.69
/proc/26069/stat : 26069 (sugar++) S 26067 26069 25279 0 -1 4194304 1556 15087 0 3 7 1 148 13 16 0 1 0 65936560 17276928 1124 996147200 4194304 4206940 548682068528 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26069/statm: 4218 1124 414 3 0 797 0
[pid=26092] ppid=26069 vsize=20208 CPUtime=100.22
/proc/26092/stat : 26092 (minisat-inc) R 26069 26069 25279 0 -1 4194304 4887 0 0 0 10018 4 0 0 25 0 1 0 65936733 20692992 4835 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/26092/statm: 5052 4835 79 151 0 4898 0
Current children cumulated CPU time (s) 101.91
Current children cumulated vsize (KiB) 37080

[startup+162.301 s]
/proc/loadavg: 2.54 2.62 2.57 3/82 26102
/proc/meminfo: memFree=1652048/2055920 swapFree=4180012/4192956
[pid=26069] ppid=26067 vsize=16872 CPUtime=1.69
/proc/26069/stat : 26069 (sugar++) S 26067 26069 25279 0 -1 4194304 1556 15087 0 3 7 1 148 13 16 0 1 0 65936560 17276928 1124 996147200 4194304 4206940 548682068528 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26069/statm: 4218 1124 414 3 0 797 0
[pid=26092] ppid=26069 vsize=24444 CPUtime=160.2
/proc/26092/stat : 26092 (minisat-inc) R 26069 26069 25279 0 -1 4194304 5874 0 0 0 16015 5 0 0 25 0 1 0 65936733 25030656 5822 996147200 134512640 135134323 4294956192 18446744073709551615 134532062 0 0 4096 3 0 0 0 17 0 0 0
/proc/26092/statm: 6111 5822 79 151 0 5957 0
Current children cumulated CPU time (s) 161.89
Current children cumulated vsize (KiB) 41316

[startup+222.302 s]
/proc/loadavg: 2.50 2.59 2.56 4/82 26102
/proc/meminfo: memFree=1648656/2055920 swapFree=4180012/4192956
[pid=26069] ppid=26067 vsize=16872 CPUtime=1.69
/proc/26069/stat : 26069 (sugar++) S 26067 26069 25279 0 -1 4194304 1556 15087 0 3 7 1 148 13 16 0 1 0 65936560 17276928 1124 996147200 4194304 4206940 548682068528 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26069/statm: 4218 1124 414 3 0 797 0
[pid=26092] ppid=26069 vsize=27564 CPUtime=220.17
/proc/26092/stat : 26092 (minisat-inc) R 26069 26069 25279 0 -1 4194304 6686 0 0 0 22011 6 0 0 25 0 1 0 65936733 28225536 6634 996147200 134512640 135134323 4294956192 18446744073709551615 134532097 0 0 4096 3 0 0 0 17 0 0 0
/proc/26092/statm: 6891 6634 79 151 0 6737 0
Current children cumulated CPU time (s) 221.86
Current children cumulated vsize (KiB) 44436

[startup+282.302 s]
/proc/loadavg: 2.63 2.60 2.56 3/82 26102
/proc/meminfo: memFree=1645008/2055920 swapFree=4180012/4192956
[pid=26069] ppid=26067 vsize=16872 CPUtime=1.69
/proc/26069/stat : 26069 (sugar++) S 26067 26069 25279 0 -1 4194304 1556 15087 0 3 7 1 148 13 16 0 1 0 65936560 17276928 1124 996147200 4194304 4206940 548682068528 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26069/statm: 4218 1124 414 3 0 797 0
[pid=26092] ppid=26069 vsize=31532 CPUtime=280.15
/proc/26092/stat : 26092 (minisat-inc) R 26069 26069 25279 0 -1 4194304 7613 0 0 0 28008 7 0 0 25 0 1 0 65936733 32288768 7561 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/26092/statm: 7883 7561 79 151 0 7729 0
Current children cumulated CPU time (s) 281.84
Current children cumulated vsize (KiB) 48404

[startup+342.301 s]
/proc/loadavg: 2.64 2.60 2.56 3/82 26102
/proc/meminfo: memFree=1642000/2055920 swapFree=4180012/4192956
[pid=26069] ppid=26067 vsize=16872 CPUtime=1.69
/proc/26069/stat : 26069 (sugar++) S 26067 26069 25279 0 -1 4194304 1556 15087 0 3 7 1 148 13 16 0 1 0 65936560 17276928 1124 996147200 4194304 4206940 548682068528 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0

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

[pid=26092] ppid=26069 vsize=58860 CPUtime=2859.14
/proc/26092/stat : 26092 (minisat-inc) R 26069 26069 25279 0 -1 4194304 14154 0 0 0 285894 20 0 0 25 0 1 0 65936733 60272640 14094 996147200 134512640 135134323 4294956192 18446744073709551615 134531971 0 0 4096 3 0 0 0 17 0 0 0
/proc/26092/statm: 14715 14094 79 151 0 14561 0
Current children cumulated CPU time (s) 2860.83
Current children cumulated vsize (KiB) 75732

[startup+2922.3 s]
/proc/loadavg: 2.70 2.67 2.58 3/82 26146
/proc/meminfo: memFree=1616912/2055920 swapFree=4180012/4192956
[pid=26069] ppid=26067 vsize=16872 CPUtime=1.69
/proc/26069/stat : 26069 (sugar++) S 26067 26069 25279 0 -1 4194304 1556 15087 0 3 7 1 148 13 16 0 1 0 65936560 17276928 1124 996147200 4194304 4206940 548682068528 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26069/statm: 4218 1124 414 3 0 797 0
[pid=26092] ppid=26069 vsize=58860 CPUtime=2919.12
/proc/26092/stat : 26092 (minisat-inc) R 26069 26069 25279 0 -1 4194304 14154 0 0 0 291892 20 0 0 25 0 1 0 65936733 60272640 14094 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/26092/statm: 14715 14094 79 151 0 14561 0
Current children cumulated CPU time (s) 2920.81
Current children cumulated vsize (KiB) 75732

[startup+2982.3 s]
/proc/loadavg: 2.83 2.71 2.60 3/82 26146
/proc/meminfo: memFree=1616720/2055920 swapFree=4180012/4192956
[pid=26069] ppid=26067 vsize=16872 CPUtime=1.69
/proc/26069/stat : 26069 (sugar++) S 26067 26069 25279 0 -1 4194304 1556 15087 0 3 7 1 148 13 16 0 1 0 65936560 17276928 1124 996147200 4194304 4206940 548682068528 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26069/statm: 4218 1124 414 3 0 797 0
[pid=26092] ppid=26069 vsize=58860 CPUtime=2979.1
/proc/26092/stat : 26092 (minisat-inc) R 26069 26069 25279 0 -1 4194304 14168 0 0 0 297890 20 0 0 25 0 1 0 65936733 60272640 14108 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/26092/statm: 14715 14108 79 151 0 14561 0
Current children cumulated CPU time (s) 2980.79
Current children cumulated vsize (KiB) 75732

[startup+3042.3 s]
/proc/loadavg: 2.58 2.67 2.59 3/82 26146
/proc/meminfo: memFree=1616656/2055920 swapFree=4180012/4192956
[pid=26069] ppid=26067 vsize=16872 CPUtime=1.69
/proc/26069/stat : 26069 (sugar++) S 26067 26069 25279 0 -1 4194304 1556 15087 0 3 7 1 148 13 16 0 1 0 65936560 17276928 1124 996147200 4194304 4206940 548682068528 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26069/statm: 4218 1124 414 3 0 797 0
[pid=26092] ppid=26069 vsize=58980 CPUtime=3039.08
/proc/26092/stat : 26092 (minisat-inc) R 26069 26069 25279 0 -1 4194304 14187 0 0 0 303888 20 0 0 25 0 1 0 65936733 60395520 14127 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/26092/statm: 14745 14127 79 151 0 14591 0
Current children cumulated CPU time (s) 3040.77
Current children cumulated vsize (KiB) 75852

[startup+3102.3 s]
/proc/loadavg: 2.42 2.60 2.57 3/82 26146
/proc/meminfo: memFree=1616528/2055920 swapFree=4180012/4192956
[pid=26069] ppid=26067 vsize=16872 CPUtime=1.69
/proc/26069/stat : 26069 (sugar++) S 26067 26069 25279 0 -1 4194304 1556 15087 0 3 7 1 148 13 16 0 1 0 65936560 17276928 1124 996147200 4194304 4206940 548682068528 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26069/statm: 4218 1124 414 3 0 797 0
[pid=26092] ppid=26069 vsize=58980 CPUtime=3099.05
/proc/26092/stat : 26092 (minisat-inc) R 26069 26069 25279 0 -1 4194304 14193 0 0 0 309885 20 0 0 25 0 1 0 65936733 60395520 14133 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/26092/statm: 14745 14133 79 151 0 14591 0
Current children cumulated CPU time (s) 3100.74
Current children cumulated vsize (KiB) 75852

[startup+3162.3 s]
/proc/loadavg: 2.57 2.61 2.58 3/82 26148
/proc/meminfo: memFree=1616208/2055920 swapFree=4180012/4192956
[pid=26069] ppid=26067 vsize=16872 CPUtime=1.69
/proc/26069/stat : 26069 (sugar++) S 26067 26069 25279 0 -1 4194304 1556 15087 0 3 7 1 148 13 16 0 1 0 65936560 17276928 1124 996147200 4194304 4206940 548682068528 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26069/statm: 4218 1124 414 3 0 797 0
[pid=26092] ppid=26069 vsize=59144 CPUtime=3159.02
/proc/26092/stat : 26092 (minisat-inc) R 26069 26069 25279 0 -1 4194304 14232 0 0 0 315882 20 0 0 25 0 1 0 65936733 60563456 14172 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/26092/statm: 14786 14172 79 151 0 14632 0
Current children cumulated CPU time (s) 3160.71
Current children cumulated vsize (KiB) 76016

[startup+3222.3 s]
/proc/loadavg: 2.78 2.66 2.59 3/82 26148
/proc/meminfo: memFree=1616144/2055920 swapFree=4180012/4192956
[pid=26069] ppid=26067 vsize=16872 CPUtime=1.69
/proc/26069/stat : 26069 (sugar++) S 26067 26069 25279 0 -1 4194304 1556 15087 0 3 7 1 148 13 16 0 1 0 65936560 17276928 1124 996147200 4194304 4206940 548682068528 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26069/statm: 4218 1124 414 3 0 797 0
[pid=26092] ppid=26069 vsize=59488 CPUtime=3219
/proc/26092/stat : 26092 (minisat-inc) R 26069 26069 25279 0 -1 4194304 14275 0 0 0 321880 20 0 0 25 0 1 0 65936733 60915712 14215 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/26092/statm: 14872 14215 79 151 0 14718 0
Current children cumulated CPU time (s) 3220.69
Current children cumulated vsize (KiB) 76360

[startup+3282.3 s]
/proc/loadavg: 2.52 2.61 2.58 3/82 26148
/proc/meminfo: memFree=1616144/2055920 swapFree=4180012/4192956
[pid=26069] ppid=26067 vsize=16872 CPUtime=1.69
/proc/26069/stat : 26069 (sugar++) S 26067 26069 25279 0 -1 4194304 1556 15087 0 3 7 1 148 13 16 0 1 0 65936560 17276928 1124 996147200 4194304 4206940 548682068528 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26069/statm: 4218 1124 414 3 0 797 0
[pid=26092] ppid=26069 vsize=59488 CPUtime=3278.98
/proc/26092/stat : 26092 (minisat-inc) R 26069 26069 25279 0 -1 4194304 14284 0 0 0 327878 20 0 0 25 0 1 0 65936733 60915712 14224 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/26092/statm: 14872 14224 79 151 0 14718 0
Current children cumulated CPU time (s) 3280.67
Current children cumulated vsize (KiB) 76360

[startup+3342.3 s]
/proc/loadavg: 2.74 2.65 2.59 3/82 26148
/proc/meminfo: memFree=1616080/2055920 swapFree=4180012/4192956
[pid=26069] ppid=26067 vsize=16872 CPUtime=1.69
/proc/26069/stat : 26069 (sugar++) S 26067 26069 25279 0 -1 4194304 1556 15087 0 3 7 1 148 13 16 0 1 0 65936560 17276928 1124 996147200 4194304 4206940 548682068528 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26069/statm: 4218 1124 414 3 0 797 0
[pid=26092] ppid=26069 vsize=59488 CPUtime=3338.96
/proc/26092/stat : 26092 (minisat-inc) R 26069 26069 25279 0 -1 4194304 14296 0 0 0 333875 21 0 0 25 0 1 0 65936733 60915712 14236 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/26092/statm: 14872 14236 79 151 0 14718 0
Current children cumulated CPU time (s) 3340.65
Current children cumulated vsize (KiB) 76360

[startup+3402.31 s]
/proc/loadavg: 2.66 2.65 2.59 3/82 26148
/proc/meminfo: memFree=1615952/2055920 swapFree=4180012/4192956
[pid=26069] ppid=26067 vsize=16872 CPUtime=1.69
/proc/26069/stat : 26069 (sugar++) S 26067 26069 25279 0 -1 4194304 1556 15087 0 3 7 1 148 13 16 0 1 0 65936560 17276928 1124 996147200 4194304 4206940 548682068528 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26069/statm: 4218 1124 414 3 0 797 0
[pid=26092] ppid=26069 vsize=59652 CPUtime=3398.95
/proc/26092/stat : 26092 (minisat-inc) R 26069 26069 25279 0 -1 4194304 14327 0 0 0 339874 21 0 0 25 0 1 0 65936733 61083648 14267 996147200 134512640 135134323 4294956192 18446744073709551615 134531900 0 0 4096 3 0 0 0 17 0 0 0
/proc/26092/statm: 14913 14267 79 151 0 14759 0
Current children cumulated CPU time (s) 3400.64
Current children cumulated vsize (KiB) 76524

[startup+3462.3 s]
/proc/loadavg: 2.63 2.65 2.60 3/82 26148
/proc/meminfo: memFree=1615632/2055920 swapFree=4180012/4192956
[pid=26069] ppid=26067 vsize=16872 CPUtime=1.69
/proc/26069/stat : 26069 (sugar++) S 26067 26069 25279 0 -1 4194304 1556 15087 0 3 7 1 148 13 16 0 1 0 65936560 17276928 1124 996147200 4194304 4206940 548682068528 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26069/statm: 4218 1124 414 3 0 797 0
[pid=26092] ppid=26069 vsize=60100 CPUtime=3458.91
/proc/26092/stat : 26092 (minisat-inc) R 26069 26069 25279 0 -1 4194304 14404 0 0 0 345870 21 0 0 25 0 1 0 65936733 61542400 14344 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/26092/statm: 15025 14344 79 151 0 14871 0
Current children cumulated CPU time (s) 3460.6
Current children cumulated vsize (KiB) 76972

[startup+3522.3 s]
/proc/loadavg: 2.59 2.63 2.59 3/82 26148
/proc/meminfo: memFree=1615568/2055920 swapFree=4180012/4192956
[pid=26069] ppid=26067 vsize=16872 CPUtime=1.69
/proc/26069/stat : 26069 (sugar++) S 26067 26069 25279 0 -1 4194304 1556 15087 0 3 7 1 148 13 16 0 1 0 65936560 17276928 1124 996147200 4194304 4206940 548682068528 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26069/statm: 4218 1124 414 3 0 797 0
[pid=26092] ppid=26069 vsize=60100 CPUtime=3518.9
/proc/26092/stat : 26092 (minisat-inc) R 26069 26069 25279 0 -1 4194304 14418 0 0 0 351868 22 0 0 25 0 1 0 65936733 61542400 14358 996147200 134512640 135134323 4294956192 18446744073709551615 134532035 0 0 4096 3 0 0 0 17 0 0 0
/proc/26092/statm: 15025 14358 79 151 0 14871 0
Current children cumulated CPU time (s) 3520.59
Current children cumulated vsize (KiB) 76972

[startup+3582.3 s]
/proc/loadavg: 2.69 2.65 2.60 3/82 26148
/proc/meminfo: memFree=1615248/2055920 swapFree=4180012/4192956
[pid=26069] ppid=26067 vsize=16872 CPUtime=1.69
/proc/26069/stat : 26069 (sugar++) S 26067 26069 25279 0 -1 4194304 1556 15087 0 3 7 1 148 13 16 0 1 0 65936560 17276928 1124 996147200 4194304 4206940 548682068528 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26069/statm: 4218 1124 414 3 0 797 0
[pid=26092] ppid=26069 vsize=60264 CPUtime=3578.87
/proc/26092/stat : 26092 (minisat-inc) R 26069 26069 25279 0 -1 4194304 14471 0 0 0 357865 22 0 0 25 0 1 0 65936733 61710336 14411 996147200 134512640 135134323 4294956192 18446744073709551615 134524678 0 0 4096 3 0 0 0 17 0 0 0
/proc/26092/statm: 15066 14411 79 151 0 14912 0
Current children cumulated CPU time (s) 3580.56
Current children cumulated vsize (KiB) 77136



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3601.8 s]
/proc/loadavg: 2.70 2.66 2.60 4/82 26148
/proc/meminfo: memFree=1615248/2055920 swapFree=4180012/4192956
[pid=26069] ppid=26067 vsize=16872 CPUtime=1.69
/proc/26069/stat : 26069 (sugar++) S 26067 26069 25279 0 -1 4194304 1556 15087 0 3 7 1 148 13 16 0 1 0 65936560 17276928 1124 996147200 4194304 4206940 548682068528 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26069/statm: 4218 1124 414 3 0 797 0
[pid=26092] ppid=26069 vsize=60264 CPUtime=3598.37
/proc/26092/stat : 26092 (minisat-inc) R 26069 26069 25279 0 -1 4194304 14471 0 0 0 359815 22 0 0 25 0 1 0 65936733 61710336 14411 996147200 134512640 135134323 4294956192 18446744073709551615 134532052 0 0 4096 3 0 0 0 17 0 0 0
/proc/26092/statm: 15066 14411 79 151 0 14912 0
Current children cumulated CPU time (s) 3600.06
Current children cumulated vsize (KiB) 77136

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

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

Child status: 0
Real time (s): 3601.82
CPU time (s): 3600.1
CPU user time (s): 3599.71
CPU system time (s): 0.386941
CPU usage (%): 99.9521
Max. virtual memory (cumulated for all children) (KiB): 890564

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3599.71
system time used= 0.386941
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 31193
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= 2503
involuntary context switches= 29052

runsolver used 4.95725 second user time and 10.9033 second system time

The end

Launcher Data (download as text)

Begin job on node29 at 2008-07-15 05:25:48
IDJOB=1119187
IDBENCH=62338
IDSOLVER=367
FILE ID=node29/1119187-1216092348
PBS_JOBID= 7905226
Free space on /tmp= 66560 MiB

SOLVER NAME= Sugar++ v1.13+minisat-inc
BENCH NAME= CPAI08/maxcsp/maxcut/maxcut-30/normalized-maxcut-30-400-2_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-1119187-1216092348/watcher-1119187-1216092348 -o /tmp/evaluation-result-1119187-1216092348/solver-1119187-1216092348 -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-1119187-1216092348.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 44c8adcf84df2467395514318d52f31c
RANDOM SEED=1960786383

node29.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.242
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.242
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:       1682872 kB
Buffers:         65264 kB
Cached:         155504 kB
SwapCached:       6828 kB
Active:         226108 kB
Inactive:        79012 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1682872 kB
SwapTotal:     4192956 kB
SwapFree:      4180012 kB
Dirty:             868 kB
Writeback:           0 kB
Mapped:         100552 kB
Slab:            52988 kB
Committed_AS:  1093128 kB
PageTables:       2104 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= 66560 MiB
End job on node29 at 2008-07-15 06:25:52