Trace number 1128363

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

General information on the benchmark

Namemaxcsp/kbtree/kbtree-9-2-3-5/kbtree-9-2-3-5-50/
normalized-kbtree-9-2-3-5-50-05_ext.xml
MD5SUMa3868b6ec1bb01fea4fa7d9cb9f3b3e3
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkMOPT
Best Number of falsified constraints48
Best CPU time to get the best result obtained on this benchmark815.95
Satisfiable
(Un)Satisfiability was proved
Number of variables58
Number of constraints309
Maximum constraint arity2
Maximum domain size5
Number of constraints which are defined in extension309
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 23 05:21:47 2008
0.00/0.08	c 0	PID 4572
0.00/0.08	c 0	HOST node2.alineos.net
0.00/0.08	c 0	CONVERTING HOME/instance-1128363-1216783307.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-1128363-1216783307.xml' 'HOME/temp.csp'
0.06/0.61	c 0	1 domains, 58 variables, 0 predicates, 309 relations, 309 constraints
0.06/0.66	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.66	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.60/0.74	c 0	Parsing HOME/temp.csp
0.60/0.91	c 1	parsed 677 expressions
0.60/0.91	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.60/0.92	c 1	MAX CSP: 309 constraints
0.60/0.92	c 1	Converting to clausal form CSP
0.60/0.94	c 1	converted 99 (10%) expressions
0.60/0.95	c 1	converted 198 (20%) expressions
0.60/0.95	c 1	converted 297 (30%) expressions
0.60/0.96	c 1	converted 396 (40%) expressions
0.60/0.98	c 1	converted 495 (50%) expressions
0.60/0.98	c 1	converted 594 (60%) expressions
0.60/0.99	c 1	converted 693 (70%) expressions
0.92/1.01	c 1	converted 792 (80%) expressions
0.92/1.02	c 1	converted 891 (90%) expressions
1.03/1.17	c 1	converted 989 (100%) expressions
1.03/1.17	c 1	CSP : 676 integers, 0 booleans, 926 clauses, largest domain size 464
1.03/1.17	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.03/1.17	c 1	Propagation in CSP
1.12/1.21	c 1	304 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.12/1.21	c 1	CSP : 676 integers, 0 booleans, 926 clauses, largest domain size 310
1.12/1.21	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.12/1.21	c 1	Simplifing CSP by introducing new Boolean variables
1.12/1.21	c 1	CSP : 676 integers, 0 booleans, 926 clauses, largest domain size 310
1.12/1.21	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.12/1.24	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.12/1.25	c 1	68 (10%) CSP integer variables are encoded (174 clauses, 1816 bytes)
1.12/1.26	c 1	136 (20%) CSP integer variables are encoded (174 clauses, 1816 bytes)
1.12/1.26	c 1	203 (30%) CSP integer variables are encoded (174 clauses, 1816 bytes)
1.12/1.26	c 1	271 (40%) CSP integer variables are encoded (174 clauses, 1816 bytes)
1.12/1.26	c 1	338 (50%) CSP integer variables are encoded (174 clauses, 1816 bytes)
1.12/1.26	c 1	406 (60%) CSP integer variables are encoded (653 clauses, 7200 bytes)
1.12/1.27	c 1	474 (70%) CSP integer variables are encoded (996 clauses, 11659 bytes)
1.12/1.27	c 1	541 (80%) CSP integer variables are encoded (1536 clauses, 18679 bytes)
1.12/1.27	c 1	609 (90%) CSP integer variables are encoded (3918 clauses, 49645 bytes)
1.12/1.27	c 1	676 (100%) CSP integer variables are encoded (4612 clauses, 58667 bytes)
1.22/1.31	c 1	93 (10%) CSP clauses are encoded (5229 clauses, 69096 bytes)
1.22/1.32	c 1	186 (20%) CSP clauses are encoded (5830 clauses, 79634 bytes)
1.22/1.34	c 1	278 (30%) CSP clauses are encoded (6438 clauses, 91636 bytes)
1.22/1.36	c 1	371 (40%) CSP clauses are encoded (7379 clauses, 105919 bytes)
1.22/1.37	c 1	463 (50%) CSP clauses are encoded (13641 clauses, 216133 bytes)
1.22/1.38	c 1	556 (60%) CSP clauses are encoded (15664 clauses, 250739 bytes)
1.31/1.42	c 1	649 (70%) CSP clauses are encoded (33015 clauses, 566474 bytes)
1.31/1.47	c 1	741 (80%) CSP clauses are encoded (49669 clauses, 852408 bytes)
1.41/1.53	c 1	834 (90%) CSP clauses are encoded (86128 clauses, 1517356 bytes)
1.51/1.62	c 1	926 (100%) CSP clauses are encoded (134716 clauses, 2407261 bytes)
1.51/1.62	c 1	926 CSP clauses encoded
1.51/1.63	c 1	Writing map file : HOME/temp.map
1.51/1.63	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.51/1.63	c 1	SAT : 5288 SAT variables, 134716 SAT clauses, 2407261 bytes
1.51/1.64	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.51/1.65	c 1	OBJECTIVE minimize _COST
1.51/1.65	c 1	SOLVING HOME/temp.cnf
1.51/1.65	c 1	CMD HOME/minisat-inc -incremental HOME/temp.cnf HOME/temp.out
1.51/1.66	c 1	This is MiniSat 2.0 beta incremental
1.51/1.66	c 1	WARNING: for repeatability, setting FPU to use double precision
1.51/1.66	c 1	============================[ Problem Statistics ]=============================
1.51/1.66	c 1	|                                                                             |
1.51/1.66	c 1	|  Number of variables:  5288                                                 |
1.51/1.66	c 1	|  Number of clauses:    134716                                               |
1.58/1.72	c 1	|  Parsing time:         0.05         s                                       |
1.58/1.72	c 1	OK
1.58/1.72	c 1	OBJECTIVE BOUND: 0 <= _COST <= 
1.58/1.72	c 1	SEARCHING: _COST <= 155
1.58/1.72	c 1	============================[ Search Statistics ]==============================
1.58/1.72	c 1	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.58/1.72	c 1	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.58/1.72	c 1	===============================================================================
1.58/1.72	c 1	|         0 |    5288   134716   392005 |    44905        0    nan |  0.000 % |
1.58/1.75	c 1	|       100 |    5288   134716   392005 |    49395      100     20 |  0.005 % |
1.58/1.77	c 1	|       250 |    5288   134716   392005 |    54335      250     22 |  0.005 % |
1.59/1.81	c 2	|       475 |    5288   134716   392005 |    59768      475     34 |  0.005 % |
1.59/1.82	c 2	===============================================================================
1.59/1.82	c 2	restarts              : 4
1.59/1.82	c 2	conflicts             : 482           (3110 /sec)
1.59/1.82	c 2	decisions             : 1231          (0.24 % random) (7943 /sec)
1.59/1.82	c 2	propagations          : 134617         (868631 /sec)
1.59/1.82	c 2	conflict literals     : 16198          (17.51 % deleted)
1.59/1.82	c 2	Memory used           : 7.51 MB
1.59/1.82	c 2	CPU time              : 0.154976 s
1.59/1.82	c 2	
1.59/1.82	c 2	SATISFIABLE
1.59/1.82	c 2	OK
1.59/1.82	c 2	FOUND: _COST <= 155
1.59/1.82	s SATISFIABLE
1.59/1.82	c 2	DECODING HOME/temp.out WITH HOME/temp.map
1.59/1.82	c 2	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
1.59/1.90	c 2	Decoding HOME/temp.out
1.59/2.00	c 2	OBJECTIVE _COST 155
1.59/2.00	o 155
1.59/2.00	v 1 4 4 4 0 4 4 3 4 4 4 4 4 2 4 4 1 3 4 0 4 3 4 3 2 4 3 0 4 4 4 3 4 3 4 1 4 3 4 4 4 4 1 4 4 4 4 4 2 2 4 2 4 0 4 3 4 3
1.59/2.02	c 2	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
1.59/2.06	c 2	OK
1.59/2.06	c 2	OBJECTIVE BOUND: 0 <= _COST <= 155
1.59/2.06	c 2	SEARCHING: _COST <= 77
1.59/2.07	c 2	============================[ Search Statistics ]==============================
1.59/2.08	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.59/2.08	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.59/2.08	c 2	===============================================================================
1.59/2.08	c 2	|       482 |    5288   134716   392005 |    44905      482     34 |  0.005 % |
1.59/2.09	c 2	|       583 |    5288   134716   392005 |    49395      583     30 | 26.213 % |
1.99/2.11	c 2	|       733 |    5288   134716   392005 |    54335      733     27 | 26.213 % |
1.99/2.12	c 2	|       959 |    5288   134716   392005 |    59768      959     26 | 26.213 % |
1.99/2.16	c 2	|      1296 |    5288   134716   392005 |    65745     1296     27 | 26.213 % |
2.08/2.26	c 2	|      1803 |    5288   134716   392005 |    72320     1803     27 | 26.213 % |
2.18/2.38	c 2	|      2562 |    3902    87328   253845 |    79552     2562     28 | 26.213 % |
2.38/2.53	c 2	|      3701 |    3902    87328   253845 |    87507     3701     32 | 26.213 % |
2.68/2.81	c 3	|      5409 |    3902    87328   253845 |    96258     5409     31 | 26.213 % |
3.17/3.31	c 3	|      7971 |    3902    87328   253845 |   105884     7971     32 | 26.213 % |
4.07/4.22	c 4	|     11816 |    3902    87328   253845 |   116472    11816     35 | 26.213 % |
5.06/5.25	c 5	|     17583 |    3902    87328   253845 |   128120    17583     35 | 26.213 % |
7.23/7.49	c 7	|     26233 |    3902    87328   253845 |   140932    26233     37 | 26.213 % |
11.00/11.22	c 11	|     39207 |    3902    87328   253845 |   155025    39207     37 | 26.213 % |
18.73/19.05	c 19	|     58668 |    3902    87328   253845 |   170527    58668     36 | 26.213 % |
33.99/34.47	c 34	|     87860 |    3902    87328   253845 |   187580    87860     37 | 26.213 % |
64.12/64.83	c 65	|    131649 |    3902    87328   253845 |   206338   131649     37 | 26.213 % |
132.69/134.01	c 134	|    197335 |    3902    87328   253845 |   226972   197335     40 | 26.213 % |
211.97/214.04	c 214	|    295861 |    3902    87328   253845 |   249669    79020     45 | 26.213 % |
438.51/442.63	c 442	|    443651 |    3902    87328   253845 |   274636   226810     41 | 26.213 % |
703.91/710.46	c 710	|    665335 |    3902    87328   253845 |   302100   188040     46 | 26.213 % |
1214.78/1225.99	c 1226	|    997861 |    3902    87328   253845 |   332310   234690     56 | 26.213 % |
2050.08/2068.83	c 2069	|   1496651 |    3902    87328   253845 |   365541    99653     49 | 26.213 % |
3247.08/3276.33	c 3276	|   2244833 |    3902    87328   253845 |   402095   149293     30 | 26.213 % |
3600.04/3629.41	c ERROR INTERRUPTED
3600.04/3629.42	c 3629	CPU 3599.57 (0.06 0.02 3599.51 0.47)
3600.04/3629.42	c 3629	END Wed Jul 23 06:22:16 2008

Verifier Data (download as text)

OK	106	203
106 unsatisfied constraints, 203 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-1128363-1216783307/watcher-1128363-1216783307 -o /tmp/evaluation-result-1128363-1216783307/solver-1128363-1216783307 -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-1128363-1216783307.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.46 2.57 2.59 4/81 4572
/proc/meminfo: memFree=1629536/2055920 swapFree=4192956/4192956
[pid=4572] ppid=4570 vsize=12268 CPUtime=0
/proc/4572/stat : 4572 (sugar++) R 4570 4572 3660 0 -1 4194304 348 0 0 0 0 0 0 0 22 0 1 0 5423422 12562432 316 996147200 4194304 4206940 548682068528 18446744073709551615 206381480549 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/4572/statm: 3067 316 241 3 0 167 0

[startup+0.084068 s]
/proc/loadavg: 2.46 2.57 2.59 4/81 4572
/proc/meminfo: memFree=1629536/2055920 swapFree=4192956/4192956
[pid=4572] ppid=4570 vsize=16740 CPUtime=0.06
/proc/4572/stat : 4572 (sugar++) S 4570 4572 3660 0 -1 4194304 1199 128 0 0 5 1 0 0 18 0 1 0 5423422 17141760 1103 996147200 4194304 4206940 548682068528 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4572/statm: 4185 1103 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.100908 s]
/proc/loadavg: 2.46 2.57 2.59 4/81 4572
/proc/meminfo: memFree=1629536/2055920 swapFree=4192956/4192956
[pid=4572] ppid=4570 vsize=16740 CPUtime=0.06
/proc/4572/stat : 4572 (sugar++) S 4570 4572 3660 0 -1 4194304 1219 128 0 0 5 1 0 0 19 0 1 0 5423422 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4572/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.301924 s]
/proc/loadavg: 2.46 2.57 2.59 4/81 4572
/proc/meminfo: memFree=1629536/2055920 swapFree=4192956/4192956
[pid=4572] ppid=4570 vsize=16740 CPUtime=0.06
/proc/4572/stat : 4572 (sugar++) S 4570 4572 3660 0 -1 4194304 1219 128 0 0 5 1 0 0 19 0 1 0 5423422 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4572/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.701969 s]
/proc/loadavg: 2.46 2.57 2.59 4/81 4572
/proc/meminfo: memFree=1629536/2055920 swapFree=4192956/4192956
[pid=4572] ppid=4570 vsize=16740 CPUtime=0.6
/proc/4572/stat : 4572 (sugar++) S 4570 4572 3660 0 -1 4194304 1279 4650 0 1 5 1 51 3 16 0 1 0 5423422 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4572/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.6
Current children cumulated vsize (KiB) 16740

[startup+1.50205 s]
/proc/loadavg: 2.46 2.57 2.59 3/92 4594
/proc/meminfo: memFree=1619200/2055920 swapFree=4192956/4192956
[pid=4572] ppid=4570 vsize=16740 CPUtime=0.6
/proc/4572/stat : 4572 (sugar++) S 4570 4572 3660 0 -1 4194304 1297 4650 0 1 5 1 51 3 15 0 1 0 5423422 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4572/statm: 4185 1104 409 3 0 764 0
[pid=4585] ppid=4572 vsize=5356 CPUtime=0
/proc/4585/stat : 4585 (sh) S 4572 4572 3660 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 5423489 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4585/statm: 1339 233 193 169 0 50 0
[pid=4586] ppid=4585 vsize=868364 CPUtime=0.81
/proc/4586/stat : 4586 (java) S 4585 4572 3660 0 -1 0 6578 0 1 0 75 6 0 0 18 0 9 0 5423489 889204736 5763 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4586/statm: 217091 5763 2564 9 0 211638 0
[pid=4586/tid=4587] ppid=4585 vsize=868364 CPUtime=0.47
/proc/4586/task/4587/stat : 4587 (java) R 4585 4572 3660 0 -1 64 2745 0 1 0 45 2 0 0 19 0 9 0 5423490 889204736 5763 996147200 134512640 134550740 4294955920 18446744073709551615 102064734 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4586/tid=4588] ppid=4585 vsize=868364 CPUtime=0.07
/proc/4586/task/4588/stat : 4588 (java) S 4585 4572 3660 0 -1 64 1647 0 0 0 6 1 0 0 16 0 9 0 5423491 889204736 5763 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=4586/tid=4589] ppid=4585 vsize=868364 CPUtime=0
/proc/4586/task/4589/stat : 4589 (java) S 4585 4572 3660 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 5423491 889204736 5763 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4586/tid=4590] ppid=4585 vsize=868364 CPUtime=0
/proc/4586/task/4590/stat : 4590 (java) S 4585 4572 3660 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 5423491 889204736 5763 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4586/tid=4591] ppid=4585 vsize=868364 CPUtime=0
/proc/4586/task/4591/stat : 4591 (java) S 4585 4572 3660 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 5423493 889204736 5763 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4586/tid=4592] ppid=4585 vsize=868364 CPUtime=0.24
/proc/4586/task/4592/stat : 4592 (java) S 4585 4572 3660 0 -1 64 1493 0 0 0 23 1 0 0 16 0 9 0 5423493 889204736 5763 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4586/tid=4593] ppid=4585 vsize=868364 CPUtime=0
/proc/4586/task/4593/stat : 4593 (java) S 4585 4572 3660 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 5423493 889204736 5763 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4586/tid=4594] ppid=4585 vsize=868364 CPUtime=0
/proc/4586/task/4594/stat : 4594 (java) S 4585 4572 3660 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 5423493 889204736 5763 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.41
Current children cumulated vsize (KiB) 890460

[startup+3.10222 s]
/proc/loadavg: 2.46 2.57 2.59 3/83 4605
/proc/meminfo: memFree=1616712/2055920 swapFree=4192956/4192956
[pid=4572] ppid=4570 vsize=16872 CPUtime=1.8
/proc/4572/stat : 4572 (sugar++) S 4570 4572 3660 0 -1 4194304 1553 15366 0 3 6 2 160 12 15 0 1 0 5423422 17276928 1121 996147200 4194304 4206940 548682068528 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4572/statm: 4218 1121 414 3 0 797 0
[pid=4595] ppid=4572 vsize=7960 CPUtime=1.18
/proc/4595/stat : 4595 (minisat-inc) R 4572 4572 3660 0 -1 4194304 1927 0 0 0 118 0 0 0 24 0 1 0 5423588 8151040 1874 996147200 134512640 135134323 4294956192 18446744073709551615 134531971 0 0 4096 3 0 0 0 17 1 0 0
/proc/4595/statm: 1990 1874 80 151 0 1836 0
Current children cumulated CPU time (s) 2.98
Current children cumulated vsize (KiB) 24832

[startup+6.30155 s]
/proc/loadavg: 2.42 2.56 2.59 3/83 4605
/proc/meminfo: memFree=1614792/2055920 swapFree=4192956/4192956
[pid=4572] ppid=4570 vsize=16872 CPUtime=1.8
/proc/4572/stat : 4572 (sugar++) S 4570 4572 3660 0 -1 4194304 1553 15366 0 3 6 2 160 12 16 0 1 0 5423422 17276928 1121 996147200 4194304 4206940 548682068528 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4572/statm: 4218 1121 414 3 0 797 0
[pid=4595] ppid=4572 vsize=10384 CPUtime=4.34
/proc/4595/stat : 4595 (minisat-inc) R 4572 4572 3660 0 -1 4194304 2555 0 0 0 433 1 0 0 25 0 1 0 5423588 10633216 2502 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/4595/statm: 2596 2502 80 151 0 2442 0
Current children cumulated CPU time (s) 6.14
Current children cumulated vsize (KiB) 27256

[startup+12.7022 s]
/proc/loadavg: 2.39 2.55 2.59 3/83 4605
/proc/meminfo: memFree=1610440/2055920 swapFree=4192956/4192956
[pid=4572] ppid=4570 vsize=16872 CPUtime=1.8
/proc/4572/stat : 4572 (sugar++) S 4570 4572 3660 0 -1 4194304 1553 15366 0 3 6 2 160 12 16 0 1 0 5423422 17276928 1121 996147200 4194304 4206940 548682068528 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4572/statm: 4218 1121 414 3 0 797 0
[pid=4595] ppid=4572 vsize=14592 CPUtime=10.68
/proc/4595/stat : 4595 (minisat-inc) R 4572 4572 3660 0 -1 4194304 3572 0 0 0 1066 2 0 0 25 0 1 0 5423588 14942208 3519 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/4595/statm: 3648 3519 80 151 0 3494 0
Current children cumulated CPU time (s) 12.48
Current children cumulated vsize (KiB) 31464

[startup+25.5015 s]
/proc/loadavg: 2.30 2.52 2.58 3/83 4605
/proc/meminfo: memFree=1605200/2055920 swapFree=4192956/4192956
[pid=4572] ppid=4570 vsize=16872 CPUtime=1.8
/proc/4572/stat : 4572 (sugar++) S 4570 4572 3660 0 -1 4194304 1553 15366 0 3 6 2 160 12 16 0 1 0 5423422 17276928 1121 996147200 4194304 4206940 548682068528 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4572/statm: 4218 1121 414 3 0 797 0
[pid=4595] ppid=4572 vsize=19736 CPUtime=23.37
/proc/4595/stat : 4595 (minisat-inc) R 4572 4572 3660 0 -1 4194304 4846 0 0 0 2333 4 0 0 25 0 1 0 5423588 20209664 4793 996147200 134512640 135134323 4294956192 18446744073709551615 134532363 0 0 4096 3 0 0 0 17 1 0 0
/proc/4595/statm: 4934 4793 80 151 0 4780 0
Current children cumulated CPU time (s) 25.17
Current children cumulated vsize (KiB) 36608

[startup+51.1012 s]
/proc/loadavg: 2.20 2.48 2.56 3/83 4605
/proc/meminfo: memFree=1597264/2055920 swapFree=4192956/4192956
[pid=4572] ppid=4570 vsize=16872 CPUtime=1.8
/proc/4572/stat : 4572 (sugar++) S 4570 4572 3660 0 -1 4194304 1553 15366 0 3 6 2 160 12 16 0 1 0 5423422 17276928 1121 996147200 4194304 4206940 548682068528 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4572/statm: 4218 1121 414 3 0 797 0
[pid=4595] ppid=4572 vsize=27776 CPUtime=48.73
/proc/4595/stat : 4595 (minisat-inc) R 4572 4572 3660 0 -1 4194304 6861 0 0 0 4867 6 0 0 25 0 1 0 5423588 28442624 6808 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/4595/statm: 6944 6808 80 151 0 6790 0
Current children cumulated CPU time (s) 50.53
Current children cumulated vsize (KiB) 44648

[startup+102.306 s]
/proc/loadavg: 2.08 2.40 2.53 3/83 4605
/proc/meminfo: memFree=1585744/2055920 swapFree=4192956/4192956
[pid=4572] ppid=4570 vsize=16872 CPUtime=1.8
/proc/4572/stat : 4572 (sugar++) S 4570 4572 3660 0 -1 4194304 1553 15366 0 3 6 2 160 12 16 0 1 0 5423422 17276928 1121 996147200 4194304 4206940 548682068528 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4572/statm: 4218 1121 414 3 0 797 0
[pid=4595] ppid=4572 vsize=39244 CPUtime=99.48
/proc/4595/stat : 4595 (minisat-inc) R 4572 4572 3660 0 -1 4194304 9713 0 0 0 9940 8 0 0 25 0 1 0 5423588 40185856 9660 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/4595/statm: 9811 9660 80 151 0 9657 0
Current children cumulated CPU time (s) 101.28
Current children cumulated vsize (KiB) 56116

[startup+162.302 s]
/proc/loadavg: 2.03 2.33 2.49 3/83 4605
/proc/meminfo: memFree=1573840/2055920 swapFree=4192956/4192956
[pid=4572] ppid=4570 vsize=16872 CPUtime=1.8
/proc/4572/stat : 4572 (sugar++) S 4570 4572 3660 0 -1 4194304 1553 15366 0 3 6 2 160 12 16 0 1 0 5423422 17276928 1121 996147200 4194304 4206940 548682068528 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4572/statm: 4218 1121 414 3 0 797 0
[pid=4595] ppid=4572 vsize=51260 CPUtime=158.94
/proc/4595/stat : 4595 (minisat-inc) R 4572 4572 3660 0 -1 4194304 12653 0 0 0 15882 12 0 0 25 0 1 0 5423588 52490240 12600 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/4595/statm: 12815 12600 80 151 0 12661 0
Current children cumulated CPU time (s) 160.74
Current children cumulated vsize (KiB) 68132

[startup+222.302 s]
/proc/loadavg: 2.01 2.26 2.46 3/83 4605
/proc/meminfo: memFree=1572624/2055920 swapFree=4192956/4192956
[pid=4572] ppid=4570 vsize=16872 CPUtime=1.8
/proc/4572/stat : 4572 (sugar++) S 4570 4572 3660 0 -1 4194304 1553 15366 0 3 6 2 160 12 16 0 1 0 5423422 17276928 1121 996147200 4194304 4206940 548682068528 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4572/statm: 4218 1121 414 3 0 797 0
[pid=4595] ppid=4572 vsize=52324 CPUtime=218.39
/proc/4595/stat : 4595 (minisat-inc) R 4572 4572 3660 0 -1 4194304 12913 0 0 0 21827 12 0 0 25 0 1 0 5423588 53579776 12860 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/4595/statm: 13081 12860 80 151 0 12927 0
Current children cumulated CPU time (s) 220.19
Current children cumulated vsize (KiB) 69196

[startup+282.301 s]
/proc/loadavg: 2.00 2.21 2.43 3/83 4605
/proc/meminfo: memFree=1572496/2055920 swapFree=4192956/4192956
[pid=4572] ppid=4570 vsize=16872 CPUtime=1.8
/proc/4572/stat : 4572 (sugar++) S 4570 4572 3660 0 -1 4194304 1553 15366 0 3 6 2 160 12 16 0 1 0 5423422 17276928 1121 996147200 4194304 4206940 548682068528 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4572/statm: 4218 1121 414 3 0 797 0
[pid=4595] ppid=4572 vsize=52324 CPUtime=277.86
/proc/4595/stat : 4595 (minisat-inc) R 4572 4572 3660 0 -1 4194304 12914 0 0 0 27773 13 0 0 25 0 1 0 5423588 53579776 12861 996147200 134512640 135134323 4294956192 18446744073709551615 134532035 0 0 4096 3 0 0 0 17 1 0 0
/proc/4595/statm: 13081 12861 80 151 0 12927 0
Current children cumulated CPU time (s) 279.66
Current children cumulated vsize (KiB) 69196

[startup+342.301 s]
/proc/loadavg: 2.00 2.17 2.40 3/83 4605
/proc/meminfo: memFree=1572432/2055920 swapFree=4192956/4192956
[pid=4572] ppid=4570 vsize=16872 CPUtime=1.8
/proc/4572/stat : 4572 (sugar++) S 4570 4572 3660 0 -1 4194304 1553 15366 0 3 6 2 160 12 16 0 1 0 5423422 17276928 1121 996147200 4194304 4206940 548682068528 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0

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

[pid=4595] ppid=4572 vsize=109028 CPUtime=2834.6
/proc/4595/stat : 4595 (minisat-inc) R 4572 4572 3660 0 -1 4194304 26937 0 0 0 283429 31 0 0 25 0 1 0 5423588 111644672 26876 996147200 134512640 135134323 4294956192 18446744073709551615 134532164 0 0 4096 3 0 0 0 17 1 0 0
/proc/4595/statm: 27257 26876 80 151 0 27103 0
Current children cumulated CPU time (s) 2836.4
Current children cumulated vsize (KiB) 125900

[startup+2922.3 s]
/proc/loadavg: 2.00 2.03 2.04 3/83 4611
/proc/meminfo: memFree=1514576/2055920 swapFree=4192956/4192956
[pid=4572] ppid=4570 vsize=16872 CPUtime=1.8
/proc/4572/stat : 4572 (sugar++) S 4570 4572 3660 0 -1 4194304 1553 15366 0 3 6 2 160 12 16 0 1 0 5423422 17276928 1121 996147200 4194304 4206940 548682068528 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4572/statm: 4218 1121 414 3 0 797 0
[pid=4595] ppid=4572 vsize=109028 CPUtime=2894.07
/proc/4595/stat : 4595 (minisat-inc) R 4572 4572 3660 0 -1 4194304 26937 0 0 0 289376 31 0 0 25 0 1 0 5423588 111644672 26876 996147200 134512640 135134323 4294956192 18446744073709551615 134531980 0 0 4096 3 0 0 0 17 1 0 0
/proc/4595/statm: 27257 26876 80 151 0 27103 0
Current children cumulated CPU time (s) 2895.87
Current children cumulated vsize (KiB) 125900

[startup+2982.3 s]
/proc/loadavg: 2.00 2.02 2.04 3/83 4611
/proc/meminfo: memFree=1514064/2055920 swapFree=4192956/4192956
[pid=4572] ppid=4570 vsize=16872 CPUtime=1.8
/proc/4572/stat : 4572 (sugar++) S 4570 4572 3660 0 -1 4194304 1553 15366 0 3 6 2 160 12 16 0 1 0 5423422 17276928 1121 996147200 4194304 4206940 548682068528 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4572/statm: 4218 1121 414 3 0 797 0
[pid=4595] ppid=4572 vsize=109572 CPUtime=2953.53
/proc/4595/stat : 4595 (minisat-inc) R 4572 4572 3660 0 -1 4194304 27067 0 0 0 295322 31 0 0 25 0 1 0 5423588 112201728 27006 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/4595/statm: 27393 27006 80 151 0 27239 0
Current children cumulated CPU time (s) 2955.33
Current children cumulated vsize (KiB) 126444

[startup+3042.3 s]
/proc/loadavg: 2.00 2.02 2.03 3/83 4611
/proc/meminfo: memFree=1514064/2055920 swapFree=4192956/4192956
[pid=4572] ppid=4570 vsize=16872 CPUtime=1.8
/proc/4572/stat : 4572 (sugar++) S 4570 4572 3660 0 -1 4194304 1553 15366 0 3 6 2 160 12 16 0 1 0 5423422 17276928 1121 996147200 4194304 4206940 548682068528 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4572/statm: 4218 1121 414 3 0 797 0
[pid=4595] ppid=4572 vsize=109572 CPUtime=3012.99
/proc/4595/stat : 4595 (minisat-inc) R 4572 4572 3660 0 -1 4194304 27079 0 0 0 301268 31 0 0 25 0 1 0 5423588 112201728 27018 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/4595/statm: 27393 27018 80 151 0 27239 0
Current children cumulated CPU time (s) 3014.79
Current children cumulated vsize (KiB) 126444

[startup+3102.3 s]
/proc/loadavg: 2.00 2.01 2.02 3/83 4611
/proc/meminfo: memFree=1513872/2055920 swapFree=4192956/4192956
[pid=4572] ppid=4570 vsize=16872 CPUtime=1.8
/proc/4572/stat : 4572 (sugar++) S 4570 4572 3660 0 -1 4194304 1553 15366 0 3 6 2 160 12 16 0 1 0 5423422 17276928 1121 996147200 4194304 4206940 548682068528 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4572/statm: 4218 1121 414 3 0 797 0
[pid=4595] ppid=4572 vsize=109572 CPUtime=3072.44
/proc/4595/stat : 4595 (minisat-inc) R 4572 4572 3660 0 -1 4194304 27080 0 0 0 307213 31 0 0 25 0 1 0 5423588 112201728 27019 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/4595/statm: 27393 27019 80 151 0 27239 0
Current children cumulated CPU time (s) 3074.24
Current children cumulated vsize (KiB) 126444

[startup+3162.3 s]
/proc/loadavg: 2.00 2.01 2.02 3/83 4611
/proc/meminfo: memFree=1513808/2055920 swapFree=4192956/4192956
[pid=4572] ppid=4570 vsize=16872 CPUtime=1.8
/proc/4572/stat : 4572 (sugar++) S 4570 4572 3660 0 -1 4194304 1553 15366 0 3 6 2 160 12 16 0 1 0 5423422 17276928 1121 996147200 4194304 4206940 548682068528 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4572/statm: 4218 1121 414 3 0 797 0
[pid=4595] ppid=4572 vsize=109572 CPUtime=3131.92
/proc/4595/stat : 4595 (minisat-inc) R 4572 4572 3660 0 -1 4194304 27081 0 0 0 313161 31 0 0 25 0 1 0 5423588 112201728 27020 996147200 134512640 135134323 4294956192 18446744073709551615 134531982 0 0 4096 3 0 0 0 17 1 0 0
/proc/4595/statm: 27393 27020 80 151 0 27239 0
Current children cumulated CPU time (s) 3133.72
Current children cumulated vsize (KiB) 126444

[startup+3222.3 s]
/proc/loadavg: 2.00 2.00 2.01 3/83 4611
/proc/meminfo: memFree=1513744/2055920 swapFree=4192956/4192956
[pid=4572] ppid=4570 vsize=16872 CPUtime=1.8
/proc/4572/stat : 4572 (sugar++) S 4570 4572 3660 0 -1 4194304 1553 15366 0 3 6 2 160 12 16 0 1 0 5423422 17276928 1121 996147200 4194304 4206940 548682068528 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4572/statm: 4218 1121 414 3 0 797 0
[pid=4595] ppid=4572 vsize=109572 CPUtime=3191.37
/proc/4595/stat : 4595 (minisat-inc) R 4572 4572 3660 0 -1 4194304 27081 0 0 0 319106 31 0 0 25 0 1 0 5423588 112201728 27020 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/4595/statm: 27393 27020 80 151 0 27239 0
Current children cumulated CPU time (s) 3193.17
Current children cumulated vsize (KiB) 126444

[startup+3282.3 s]
/proc/loadavg: 2.25 2.05 2.02 3/82 4649
/proc/meminfo: memFree=1454232/2055920 swapFree=4192956/4192956
[pid=4572] ppid=4570 vsize=16872 CPUtime=1.8
/proc/4572/stat : 4572 (sugar++) S 4570 4572 3660 0 -1 4194304 1553 15366 0 3 6 2 160 12 16 0 1 0 5423422 17276928 1121 996147200 4194304 4206940 548682068528 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/4572/statm: 4218 1121 414 3 0 797 0
[pid=4595] ppid=4572 vsize=109572 CPUtime=3251.28
/proc/4595/stat : 4595 (minisat-inc) R 4572 4572 3660 0 -1 4194304 27081 0 0 0 325096 32 0 0 25 0 1 0 5423588 112201728 27020 996147200 134512640 135134323 4294956192 18446744073709551615 134523927 0 0 4096 3 0 0 0 17 0 0 0
/proc/4595/statm: 27393 27020 80 151 0 27239 0
Current children cumulated CPU time (s) 3253.08
Current children cumulated vsize (KiB) 126444

[startup+3342.3 s]
/proc/loadavg: 2.47 2.14 2.05 3/82 4649
/proc/meminfo: memFree=1447704/2055920 swapFree=4192956/4192956
[pid=4572] ppid=4570 vsize=16872 CPUtime=1.8
/proc/4572/stat : 4572 (sugar++) S 4570 4572 3660 0 -1 4194304 1553 15366 0 3 6 2 160 12 16 0 1 0 5423422 17276928 1121 996147200 4194304 4206940 548682068528 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/4572/statm: 4218 1121 414 3 0 797 0
[pid=4595] ppid=4572 vsize=109572 CPUtime=3311.25
/proc/4595/stat : 4595 (minisat-inc) R 4572 4572 3660 0 -1 4194304 27085 0 0 0 331093 32 0 0 25 0 1 0 5423588 112201728 27024 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/4595/statm: 27393 27024 80 151 0 27239 0
Current children cumulated CPU time (s) 3313.05
Current children cumulated vsize (KiB) 126444

[startup+3402.31 s]
/proc/loadavg: 2.66 2.25 2.10 3/82 4649
/proc/meminfo: memFree=1447448/2055920 swapFree=4192956/4192956
[pid=4572] ppid=4570 vsize=16872 CPUtime=1.8
/proc/4572/stat : 4572 (sugar++) S 4570 4572 3660 0 -1 4194304 1553 15366 0 3 6 2 160 12 16 0 1 0 5423422 17276928 1121 996147200 4194304 4206940 548682068528 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/4572/statm: 4218 1121 414 3 0 797 0
[pid=4595] ppid=4572 vsize=109572 CPUtime=3371.24
/proc/4595/stat : 4595 (minisat-inc) R 4572 4572 3660 0 -1 4194304 27085 0 0 0 337091 33 0 0 25 0 1 0 5423588 112201728 27024 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/4595/statm: 27393 27024 80 151 0 27239 0
Current children cumulated CPU time (s) 3373.04
Current children cumulated vsize (KiB) 126444

[startup+3462.3 s]
/proc/loadavg: 2.52 2.29 2.12 3/82 4651
/proc/meminfo: memFree=1447256/2055920 swapFree=4192956/4192956
[pid=4572] ppid=4570 vsize=16872 CPUtime=1.8
/proc/4572/stat : 4572 (sugar++) S 4570 4572 3660 0 -1 4194304 1553 15366 0 3 6 2 160 12 16 0 1 0 5423422 17276928 1121 996147200 4194304 4206940 548682068528 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/4572/statm: 4218 1121 414 3 0 797 0
[pid=4595] ppid=4572 vsize=109572 CPUtime=3431.21
/proc/4595/stat : 4595 (minisat-inc) R 4572 4572 3660 0 -1 4194304 27086 0 0 0 343088 33 0 0 25 0 1 0 5423588 112201728 27025 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/4595/statm: 27393 27025 80 151 0 27239 0
Current children cumulated CPU time (s) 3433.01
Current children cumulated vsize (KiB) 126444

[startup+3522.3 s]
/proc/loadavg: 2.45 2.31 2.13 3/82 4651
/proc/meminfo: memFree=1447256/2055920 swapFree=4192956/4192956
[pid=4572] ppid=4570 vsize=16872 CPUtime=1.8
/proc/4572/stat : 4572 (sugar++) S 4570 4572 3660 0 -1 4194304 1553 15366 0 3 6 2 160 12 16 0 1 0 5423422 17276928 1121 996147200 4194304 4206940 548682068528 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/4572/statm: 4218 1121 414 3 0 797 0
[pid=4595] ppid=4572 vsize=109572 CPUtime=3491.18
/proc/4595/stat : 4595 (minisat-inc) R 4572 4572 3660 0 -1 4194304 27086 0 0 0 349085 33 0 0 25 0 1 0 5423588 112201728 27025 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/4595/statm: 27393 27025 80 151 0 27239 0
Current children cumulated CPU time (s) 3492.98
Current children cumulated vsize (KiB) 126444

[startup+3582.3 s]
/proc/loadavg: 2.67 2.40 2.17 3/82 4651
/proc/meminfo: memFree=1447192/2055920 swapFree=4192956/4192956
[pid=4572] ppid=4570 vsize=16872 CPUtime=1.8
/proc/4572/stat : 4572 (sugar++) S 4570 4572 3660 0 -1 4194304 1553 15366 0 3 6 2 160 12 16 0 1 0 5423422 17276928 1121 996147200 4194304 4206940 548682068528 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/4572/statm: 4218 1121 414 3 0 797 0
[pid=4595] ppid=4572 vsize=109572 CPUtime=3551.16
/proc/4595/stat : 4595 (minisat-inc) R 4572 4572 3660 0 -1 4194304 27086 0 0 0 355083 33 0 0 25 0 1 0 5423588 112201728 27025 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/4595/statm: 27393 27025 80 151 0 27239 0
Current children cumulated CPU time (s) 3552.96
Current children cumulated vsize (KiB) 126444



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3629.4 s]
/proc/loadavg: 2.61 2.42 2.19 3/82 4651
/proc/meminfo: memFree=1447192/2055920 swapFree=4192956/4192956
[pid=4572] ppid=4570 vsize=16872 CPUtime=1.8
/proc/4572/stat : 4572 (sugar++) S 4570 4572 3660 0 -1 4194304 1553 15366 0 3 6 2 160 12 16 0 1 0 5423422 17276928 1121 996147200 4194304 4206940 548682068528 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/4572/statm: 4218 1121 414 3 0 797 0
[pid=4595] ppid=4572 vsize=109572 CPUtime=3598.24
/proc/4595/stat : 4595 (minisat-inc) R 4572 4572 3660 0 -1 4194304 27086 0 0 0 359791 33 0 0 25 0 1 0 5423588 112201728 27025 996147200 134512640 135134323 4294956192 18446744073709551615 134532166 0 0 4096 3 0 0 0 17 0 0 0
/proc/4595/statm: 27393 27025 80 151 0 27239 0
Current children cumulated CPU time (s) 3600.04
Current children cumulated vsize (KiB) 126444

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): 3629.43
CPU time (s): 3600.09
CPU user time (s): 3599.58
CPU system time (s): 0.501923
CPU usage (%): 99.1916
Max. virtual memory (cumulated for all children) (KiB): 890460

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3599.58
system time used= 0.501923
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 44084
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= 2116
involuntary context switches= 71780

runsolver used 4.72828 second user time and 10.5064 second system time

The end

Launcher Data (download as text)

Begin job on node2 at 2008-07-23 05:21:47
IDJOB=1128363
IDBENCH=65256
IDSOLVER=367
FILE ID=node2/1128363-1216783307
PBS_JOBID= 7974150
Free space on /tmp= 66560 MiB

SOLVER NAME= Sugar++ v1.13+minisat-inc
BENCH NAME= CPAI08/maxcsp/kbtree/kbtree-9-2-3-5/kbtree-9-2-3-5-50/normalized-kbtree-9-2-3-5-50-05_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-1128363-1216783307/watcher-1128363-1216783307 -o /tmp/evaluation-result-1128363-1216783307/solver-1128363-1216783307 -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-1128363-1216783307.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= a3868b6ec1bb01fea4fa7d9cb9f3b3e3
RANDOM SEED=1974551923

node2.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.239
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.239
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:       1630016 kB
Buffers:         27844 kB
Cached:         326912 kB
SwapCached:          0 kB
Active:         301756 kB
Inactive:        78664 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1630016 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            1048 kB
Writeback:           0 kB
Mapped:          45840 kB
Slab:            30520 kB
Committed_AS:   126136 kB
PageTables:       2036 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 node2 at 2008-07-23 06:22:18