Trace number 1128595

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.12 3624.02

General information on the benchmark

Namemaxcsp/kbtree/kbtree-9-5-3-5/kbtree-9-5-3-5-40/
normalized-kbtree-9-5-3-5-40-09_ext.xml
MD5SUM0bbc95245e908b589e5eb824799fb1b4
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkMOPT
Best Number of falsified constraints32
Best CPU time to get the best result obtained on this benchmark20.5679
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints255
Maximum constraint arity2
Maximum domain size5
Number of constraints which are defined in extension255
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data (download as text)

0.00/0.07	c 0	Sugar++ v1-13 + HOME/minisat-inc
0.00/0.07	c 0	BEGIN Wed Jul 23 06:16:54 2008
0.00/0.07	c 0	PID 5932
0.00/0.07	c 0	HOST node27.alineos.net
0.00/0.07	c 0	CONVERTING HOME/instance-1128595-1216786614.xml TO HOME/temp.csp
0.00/0.07	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1128595-1216786614.xml' 'HOME/temp.csp'
0.07/0.57	c 1	1 domains, 40 variables, 0 predicates, 255 relations, 255 constraints
0.07/0.62	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.07/0.62	c 1	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.57/0.70	c 1	Parsing HOME/temp.csp
0.57/0.89	c 1	parsed 551 expressions
0.57/0.89	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.57/0.89	c 1	MAX CSP: 255 constraints
0.57/0.89	c 1	Converting to clausal form CSP
0.57/0.92	c 1	converted 81 (10%) expressions
0.57/0.92	c 1	converted 162 (20%) expressions
0.57/0.92	c 1	converted 243 (30%) expressions
0.57/0.93	c 1	converted 324 (40%) expressions
0.57/0.94	c 1	converted 405 (50%) expressions
0.57/0.96	c 1	converted 486 (60%) expressions
0.57/0.97	c 1	converted 567 (70%) expressions
0.57/0.97	c 1	converted 648 (80%) expressions
0.57/0.98	c 1	converted 729 (90%) expressions
1.03/1.13	c 1	converted 809 (100%) expressions
1.03/1.13	c 1	CSP : 550 integers, 0 booleans, 764 clauses, largest domain size 383
1.03/1.13	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.03/1.13	c 1	Propagation in CSP
1.03/1.16	c 1	247 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.03/1.16	c 1	CSP : 550 integers, 0 booleans, 764 clauses, largest domain size 256
1.03/1.16	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.03/1.16	c 1	Simplifing CSP by introducing new Boolean variables
1.03/1.16	c 1	CSP : 550 integers, 0 booleans, 764 clauses, largest domain size 256
1.03/1.16	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.03/1.19	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.03/1.20	c 1	55 (10%) CSP integer variables are encoded (120 clauses, 1222 bytes)
1.03/1.20	c 1	110 (20%) CSP integer variables are encoded (120 clauses, 1222 bytes)
1.03/1.20	c 1	165 (30%) CSP integer variables are encoded (120 clauses, 1222 bytes)
1.13/1.20	c 1	220 (40%) CSP integer variables are encoded (120 clauses, 1222 bytes)
1.13/1.20	c 1	275 (50%) CSP integer variables are encoded (120 clauses, 1222 bytes)
1.13/1.21	c 1	330 (60%) CSP integer variables are encoded (508 clauses, 5490 bytes)
1.13/1.21	c 1	385 (70%) CSP integer variables are encoded (767 clauses, 8592 bytes)
1.13/1.21	c 1	440 (80%) CSP integer variables are encoded (1194 clauses, 14143 bytes)
1.13/1.21	c 1	495 (90%) CSP integer variables are encoded (1483 clauses, 17900 bytes)
1.13/1.22	c 1	550 (100%) CSP integer variables are encoded (3443 clauses, 43380 bytes)
1.13/1.25	c 1	77 (10%) CSP clauses are encoded (3912 clauses, 51374 bytes)
1.13/1.26	c 1	153 (20%) CSP clauses are encoded (4376 clauses, 59601 bytes)
1.13/1.27	c 1	230 (30%) CSP clauses are encoded (4845 clauses, 68148 bytes)
1.13/1.29	c 1	306 (40%) CSP clauses are encoded (5511 clauses, 78341 bytes)
1.13/1.30	c 1	382 (50%) CSP clauses are encoded (9811 clauses, 144479 bytes)
1.23/1.30	c 1	459 (60%) CSP clauses are encoded (11230 clauses, 168531 bytes)
1.23/1.33	c 1	535 (70%) CSP clauses are encoded (23216 clauses, 384924 bytes)
1.23/1.33	c 1	612 (80%) CSP clauses are encoded (24784 clauses, 411596 bytes)
1.23/1.35	c 1	688 (90%) CSP clauses are encoded (28365 clauses, 474992 bytes)
1.33/1.46	c 2	764 (100%) CSP clauses are encoded (92808 clauses, 1642556 bytes)
1.33/1.46	c 2	764 CSP clauses encoded
1.33/1.46	c 2	Writing map file : HOME/temp.map
1.33/1.46	c 2	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.33/1.46	c 2	SAT : 3993 SAT variables, 92808 SAT clauses, 1642556 bytes
1.33/1.46	c 2	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.40/1.51	c 2	OBJECTIVE minimize _COST
1.40/1.51	c 2	SOLVING HOME/temp.cnf
1.40/1.51	c 2	CMD HOME/minisat-inc -incremental HOME/temp.cnf HOME/temp.out
1.40/1.51	c 2	This is MiniSat 2.0 beta incremental
1.40/1.51	c 2	WARNING: for repeatability, setting FPU to use double precision
1.40/1.51	c 2	============================[ Problem Statistics ]=============================
1.40/1.51	c 2	|                                                                             |
1.40/1.51	c 2	|  Number of variables:  3993                                                 |
1.40/1.51	c 2	|  Number of clauses:    92808                                                |
1.40/1.55	c 2	|  Parsing time:         0.04         s                                       |
1.40/1.56	c 2	OK
1.40/1.56	c 2	OBJECTIVE BOUND: 0 <= _COST <= 
1.40/1.56	c 2	SEARCHING: _COST <= 128
1.40/1.56	c 2	============================[ Search Statistics ]==============================
1.40/1.56	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.40/1.56	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.40/1.56	c 2	===============================================================================
1.40/1.56	c 2	|         0 |    3993    92808   269498 |    30936        0    nan |  0.000 % |
1.40/1.58	c 2	|       104 |    3993    92808   269498 |    34029      104     30 |  0.006 % |
1.40/1.59	c 2	===============================================================================
1.40/1.59	c 2	restarts              : 2
1.40/1.59	c 2	conflicts             : 104           (1406 /sec)
1.40/1.59	c 2	decisions             : 596           (0.34 % random) (8055 /sec)
1.40/1.59	c 2	propagations          : 39906          (539358 /sec)
1.40/1.59	c 2	conflict literals     : 3090           (17.93 % deleted)
1.40/1.59	c 2	Memory used           : 6.01 MB
1.40/1.59	c 2	CPU time              : 0.073988 s
1.40/1.59	c 2	
1.40/1.59	c 2	SATISFIABLE
1.40/1.59	c 2	OK
1.40/1.59	c 2	FOUND: _COST <= 128
1.40/1.59	s SATISFIABLE
1.40/1.59	c 2	DECODING HOME/temp.out WITH HOME/temp.map
1.40/1.59	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.41/1.67	c 2	Decoding HOME/temp.out
1.41/1.75	c 2	OBJECTIVE _COST 128
1.41/1.75	o 128
1.41/1.75	v 1 4 4 4 4 3 4 0 4 2 0 4 3 4 4 4 4 4 4 1 2 3 2 4 3 4 1 4 3 4 4 2 1 4 4 3 4 3 4 4
1.41/1.76	c 2	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
1.41/1.80	c 2	OK
1.41/1.80	c 2	OBJECTIVE BOUND: 0 <= _COST <= 128
1.41/1.80	c 2	SEARCHING: _COST <= 64
1.41/1.81	c 2	============================[ Search Statistics ]==============================
1.41/1.82	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.41/1.82	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.41/1.82	c 2	===============================================================================
1.41/1.82	c 2	|       104 |    3993    92808   269498 |    30936      104     30 |  0.006 % |
1.41/1.82	c 2	|       204 |    3993    92808   269498 |    34029      204     23 | 25.448 % |
1.41/1.84	c 2	|       354 |    3993    92808   269498 |    37432      354     20 | 25.448 % |
1.41/1.86	c 2	|       580 |    3993    92808   269498 |    41175      580     24 | 25.448 % |
1.41/1.90	c 2	|       918 |    3993    92808   269498 |    45293      918     25 | 25.448 % |
1.58/1.95	c 2	|      1424 |    3993    92808   269498 |    49822     1424     23 | 25.448 % |
1.58/2.05	c 2	|      2183 |    2977    60423   175264 |    54805     2183     23 | 25.448 % |
1.95/2.18	c 2	|      3323 |    2977    60423   175264 |    60285     3323     27 | 25.448 % |
2.24/2.40	c 2	|      5031 |    2977    60423   175264 |    66314     5031     30 | 25.448 % |
2.24/2.44	c 3	===============================================================================
2.24/2.44	c 3	restarts              : 11
2.24/2.44	c 3	conflicts             : 5447          (7619 /sec)
2.24/2.44	c 3	decisions             : 8293          (0.46 % random) (11600 /sec)
2.24/2.44	c 3	propagations          : 1280786        (1791582 /sec)
2.24/2.44	c 3	conflict literals     : 165153         (24.39 % deleted)
2.24/2.44	c 3	Memory used           : 6.14 MB
2.24/2.44	c 3	CPU time              : 0.714891 s
2.24/2.44	c 3	
2.24/2.44	c 3	SATISFIABLE
2.24/2.45	c 3	OK
2.24/2.45	c 3	FOUND: _COST <= 64
2.24/2.45	c 3	DECODING HOME/temp.out WITH HOME/temp.map
2.24/2.45	c 3	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
2.29/2.52	c 3	Decoding HOME/temp.out
2.29/2.60	c 3	OBJECTIVE _COST 64
2.29/2.60	o 64
2.29/2.60	v 4 4 4 4 4 2 4 0 4 0 3 4 4 2 0 2 2 4 4 2 2 3 4 3 0 1 4 4 3 2 3 0 4 2 4 3 1 3 2 2
2.29/2.60	c 3	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
2.29/2.66	c 3	OK
2.29/2.66	c 3	OBJECTIVE BOUND: 0 <= _COST <= 64
2.29/2.66	c 3	SEARCHING: _COST <= 32
2.29/2.67	c 3	============================[ Search Statistics ]==============================
2.29/2.68	c 3	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.29/2.68	c 3	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.29/2.68	c 3	===============================================================================
2.29/2.68	c 3	|      5447 |    2401    40487   117120 |    13495     5431     30 | 25.448 % |
2.29/2.69	c 3	|      5549 |    2401    40487   117120 |    14845     5533     30 | 39.872 % |
2.53/2.70	c 3	|      5699 |    2401    40487   117120 |    16329     5683     30 | 39.872 % |
2.53/2.72	c 3	|      5927 |    2401    40487   117120 |    17962     5911     29 | 39.872 % |
2.53/2.76	c 3	|      6265 |    2401    40487   117120 |    19759     6249     29 | 39.872 % |
2.62/2.82	c 3	|      6771 |    2401    40487   117120 |    21734     6755     28 | 39.872 % |
2.72/2.92	c 3	|      7531 |    2401    40487   117120 |    23908     7515     27 | 39.872 % |
2.82/3.06	c 3	|      8670 |    2401    40487   117120 |    26299     8654     27 | 39.872 % |
3.12/3.31	c 3	|     10378 |    2401    40487   117120 |    28929    10362     26 | 39.872 % |
3.51/3.70	c 4	|     12942 |    2401    40487   117120 |    31822    12926     25 | 39.872 % |
4.21/4.41	c 5	|     16786 |    2401    40487   117120 |    35004    16770     24 | 39.872 % |
5.39/5.67	c 6	|     22553 |    2401    40487   117120 |    38504    22537     23 | 39.872 % |
7.48/7.77	c 8	|     31202 |    2401    40487   117120 |    42355    31186     22 | 39.872 % |
11.34/11.63	c 12	|     44176 |    2401    40487   117120 |    46590    44160     22 | 39.872 % |
16.59/16.96	c 17	|     63638 |    2401    40487   117120 |    51249    27507     22 | 39.872 % |
28.08/28.58	c 29	|     92832 |    2401    40487   117120 |    56374    17591     22 | 39.872 % |
43.83/44.42	c 45	|    136622 |    2401    40487   117120 |    62012    16423     20 | 39.872 % |
67.80/68.69	c 69	|    202306 |    2401    40487   117120 |    68213    31886     25 | 39.872 % |
112.19/113.45	c 114	|    300833 |    2401    40487   117120 |    75034    17869     23 | 39.872 % |
168.75/170.56	c 171	|    448622 |    2401    40487   117120 |    82538    39244     23 | 39.872 % |
269.79/272.58	c 273	|    670305 |    2401    40487   117120 |    90792    54007     23 | 39.872 % |
441.07/445.45	c 446	|   1002830 |    2401    40487   117120 |    99871    80103     24 | 39.872 % |
728.35/735.42	c 736	|   1501619 |    2401    40487   117120 |   109858    61003     25 | 39.872 % |
1197.41/1208.93	c 1209	|   2249801 |    2401    40487   117120 |   120844    36950     26 | 39.872 % |
1883.19/1899.38	c 1899	|   3372075 |    2401    40487   117120 |   132928    88272     28 | 39.872 % |
3027.73/3049.41	c 3050	|   5055487 |    2401    40487   117120 |   146221   101124     25 | 39.872 % |
3600.07/3624.01	c ERROR INTERRUPTED
3600.07/3624.01	c 3624	CPU 3599.83 (0.06 0.01 3599.77 0.25)
3600.07/3624.01	c 3624	END Wed Jul 23 07:17:18 2008

Verifier Data (download as text)

OK	63	192
63 unsatisfied constraints, 192 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-1128595-1216786614/watcher-1128595-1216786614 -o /tmp/evaluation-result-1128595-1216786614/solver-1128595-1216786614 -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-1128595-1216786614.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.56 2.70 2.65 4/81 5932
/proc/meminfo: memFree=1344096/2055920 swapFree=4192956/4192956
[pid=5932] ppid=5930 vsize=12268 CPUtime=0
/proc/5932/stat : 5932 (sugar++) R 5930 5932 4786 0 -1 4194304 348 0 0 0 0 0 0 0 18 0 1 0 5751305 12562432 316 996147200 4194304 4206940 548682068528 18446744073709551615 233588882021 0 0 4224 0 0 0 0 17 0 0 0
/proc/5932/statm: 3067 316 241 3 0 167 0

[startup+0.090703 s]
/proc/loadavg: 2.56 2.70 2.65 4/81 5932
/proc/meminfo: memFree=1344096/2055920 swapFree=4192956/4192956
[pid=5932] ppid=5930 vsize=16740 CPUtime=0.07
/proc/5932/stat : 5932 (sugar++) S 5930 5932 4786 0 -1 4194304 1219 128 0 0 6 1 0 0 17 0 1 0 5751305 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/5932/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+0.102707 s]
/proc/loadavg: 2.56 2.70 2.65 4/81 5932
/proc/meminfo: memFree=1344096/2055920 swapFree=4192956/4192956
[pid=5932] ppid=5930 vsize=16740 CPUtime=0.07
/proc/5932/stat : 5932 (sugar++) S 5930 5932 4786 0 -1 4194304 1219 128 0 0 6 1 0 0 17 0 1 0 5751305 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/5932/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+0.301716 s]
/proc/loadavg: 2.56 2.70 2.65 4/81 5932
/proc/meminfo: memFree=1344096/2055920 swapFree=4192956/4192956
[pid=5932] ppid=5930 vsize=16740 CPUtime=0.07
/proc/5932/stat : 5932 (sugar++) S 5930 5932 4786 0 -1 4194304 1219 128 0 0 6 1 0 0 17 0 1 0 5751305 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/5932/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+0.701757 s]
/proc/loadavg: 2.56 2.70 2.65 4/81 5932
/proc/meminfo: memFree=1344096/2055920 swapFree=4192956/4192956
[pid=5932] ppid=5930 vsize=16740 CPUtime=0.57
/proc/5932/stat : 5932 (sugar++) S 5930 5932 4786 0 -1 4194304 1279 4591 0 1 6 1 48 2 16 0 1 0 5751305 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5932/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.57
Current children cumulated vsize (KiB) 16740

[startup+1.50184 s]
/proc/loadavg: 2.51 2.69 2.64 3/92 5954
/proc/meminfo: memFree=1334088/2055920 swapFree=4192956/4192956
[pid=5932] ppid=5930 vsize=16740 CPUtime=0.57
/proc/5932/stat : 5932 (sugar++) S 5930 5932 4786 0 -1 4194304 1297 4591 0 1 6 1 48 2 15 0 1 0 5751305 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/5932/statm: 4185 1104 409 3 0 764 0
[pid=5945] ppid=5932 vsize=5356 CPUtime=0
/proc/5945/stat : 5945 (sh) S 5932 5932 4786 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 5751367 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5945/statm: 1339 233 193 169 0 50 0
[pid=5946] ppid=5945 vsize=868476 CPUtime=0.83
/proc/5946/stat : 5946 (java) S 5945 5932 4786 0 -1 0 6484 0 1 0 78 5 0 0 20 0 9 0 5751368 889319424 5666 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/5946/statm: 217119 5666 2566 9 0 211666 0
[pid=5946/tid=5947] ppid=5945 vsize=868476 CPUtime=0.53
/proc/5946/task/5947/stat : 5947 (java) S 5945 5932 4786 0 -1 64 2769 0 1 0 50 3 0 0 25 0 9 0 5751368 889319424 5666 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5946/tid=5948] ppid=5945 vsize=868476 CPUtime=0.06
/proc/5946/task/5948/stat : 5948 (java) S 5945 5932 4786 0 -1 64 1550 0 0 0 6 0 0 0 16 0 9 0 5751370 889319424 5666 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=5946/tid=5949] ppid=5945 vsize=868476 CPUtime=0
/proc/5946/task/5949/stat : 5949 (java) S 5945 5932 4786 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 5751370 889319424 5666 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5946/tid=5950] ppid=5945 vsize=868476 CPUtime=0
/proc/5946/task/5950/stat : 5950 (java) S 5945 5932 4786 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 5751370 889319424 5666 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5946/tid=5951] ppid=5945 vsize=868476 CPUtime=0
/proc/5946/task/5951/stat : 5951 (java) S 5945 5932 4786 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 5751372 889319424 5666 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5946/tid=5952] ppid=5945 vsize=868476 CPUtime=0.22
/proc/5946/task/5952/stat : 5952 (java) S 5945 5932 4786 0 -1 64 1472 0 0 0 21 1 0 0 16 0 9 0 5751372 889319424 5666 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5946/tid=5953] ppid=5945 vsize=868476 CPUtime=0
/proc/5946/task/5953/stat : 5953 (java) S 5945 5932 4786 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 5751372 889319424 5666 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5946/tid=5954] ppid=5945 vsize=868476 CPUtime=0
/proc/5946/task/5954/stat : 5954 (java) S 5945 5932 4786 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 5751372 889319424 5666 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.4
Current children cumulated vsize (KiB) 890572

[startup+3.10348 s]
/proc/loadavg: 2.51 2.69 2.64 3/83 5965
/proc/meminfo: memFree=1333904/2055920 swapFree=4192956/4192956
[pid=5932] ppid=5930 vsize=16872 CPUtime=1.77
/proc/5932/stat : 5932 (sugar++) S 5930 5932 4786 0 -1 4194304 1622 18913 0 4 6 1 157 13 15 0 1 0 5751305 17276928 1120 996147200 4194304 4206940 548682068528 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5932/statm: 4218 1120 414 3 0 797 0
[pid=5955] ppid=5932 vsize=6280 CPUtime=1.15
/proc/5955/stat : 5955 (minisat-inc) R 5932 5932 4786 0 -1 4194304 1500 0 0 0 115 0 0 0 19 0 1 0 5751456 6430720 1445 996147200 134512640 135134323 4294956192 18446744073709551615 134531985 0 0 4096 3 0 0 0 17 1 0 0
/proc/5955/statm: 1570 1445 80 151 0 1416 0
Current children cumulated CPU time (s) 2.92
Current children cumulated vsize (KiB) 23152

[startup+6.30133 s]
/proc/loadavg: 2.51 2.69 2.64 3/83 5975
/proc/meminfo: memFree=1332496/2055920 swapFree=4192956/4192956
[pid=5932] ppid=5930 vsize=16872 CPUtime=1.77
/proc/5932/stat : 5932 (sugar++) S 5930 5932 4786 0 -1 4194304 1622 18913 0 4 6 1 157 13 16 0 1 0 5751305 17276928 1120 996147200 4194304 4206940 548682068528 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5932/statm: 4218 1120 414 3 0 797 0
[pid=5955] ppid=5932 vsize=8056 CPUtime=4.32
/proc/5955/stat : 5955 (minisat-inc) R 5932 5932 4786 0 -1 4194304 1933 0 0 0 432 0 0 0 25 0 1 0 5751456 8249344 1878 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/5955/statm: 2014 1878 80 151 0 1860 0
Current children cumulated CPU time (s) 6.09
Current children cumulated vsize (KiB) 24928

[startup+12.702 s]
/proc/loadavg: 2.43 2.66 2.63 3/83 5975
/proc/meminfo: memFree=1329488/2055920 swapFree=4192956/4192956
[pid=5932] ppid=5930 vsize=16872 CPUtime=1.77
/proc/5932/stat : 5932 (sugar++) S 5930 5932 4786 0 -1 4194304 1622 18913 0 4 6 1 157 13 16 0 1 0 5751305 17276928 1120 996147200 4194304 4206940 548682068528 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5932/statm: 4218 1120 414 3 0 797 0
[pid=5955] ppid=5932 vsize=10832 CPUtime=10.66
/proc/5955/stat : 5955 (minisat-inc) R 5932 5932 4786 0 -1 4194304 2604 0 0 0 1065 1 0 0 25 0 1 0 5751456 11091968 2549 996147200 134512640 135134323 4294956192 18446744073709551615 134531965 0 0 4096 3 0 0 0 17 1 0 0
/proc/5955/statm: 2708 2549 80 151 0 2554 0
Current children cumulated CPU time (s) 12.43
Current children cumulated vsize (KiB) 27704

[startup+25.5023 s]
/proc/loadavg: 2.37 2.64 2.63 3/83 5975
/proc/meminfo: memFree=1328656/2055920 swapFree=4192956/4192956
[pid=5932] ppid=5930 vsize=16872 CPUtime=1.77
/proc/5932/stat : 5932 (sugar++) S 5930 5932 4786 0 -1 4194304 1622 18913 0 4 6 1 157 13 16 0 1 0 5751305 17276928 1120 996147200 4194304 4206940 548682068528 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5932/statm: 4218 1120 414 3 0 797 0
[pid=5955] ppid=5932 vsize=11632 CPUtime=23.34
/proc/5955/stat : 5955 (minisat-inc) R 5932 5932 4786 0 -1 4194304 2815 0 0 0 2333 1 0 0 25 0 1 0 5751456 11911168 2760 996147200 134512640 135134323 4294956192 18446744073709551615 134531900 0 0 4096 3 0 0 0 17 1 0 0
/proc/5955/statm: 2908 2760 80 151 0 2754 0
Current children cumulated CPU time (s) 25.11
Current children cumulated vsize (KiB) 28504

[startup+51.1029 s]
/proc/loadavg: 2.24 2.59 2.61 3/83 5975
/proc/meminfo: memFree=1327312/2055920 swapFree=4192956/4192956
[pid=5932] ppid=5930 vsize=16872 CPUtime=1.77
/proc/5932/stat : 5932 (sugar++) S 5930 5932 4786 0 -1 4194304 1622 18913 0 4 6 1 157 13 16 0 1 0 5751305 17276928 1120 996147200 4194304 4206940 548682068528 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5932/statm: 4218 1120 414 3 0 797 0
[pid=5955] ppid=5932 vsize=12824 CPUtime=48.7
/proc/5955/stat : 5955 (minisat-inc) R 5932 5932 4786 0 -1 4194304 3083 0 0 0 4868 2 0 0 25 0 1 0 5751456 13131776 3028 996147200 134512640 135134323 4294956192 18446744073709551615 134532035 0 0 4096 3 0 0 0 17 1 0 0
/proc/5955/statm: 3206 3028 80 151 0 3052 0
Current children cumulated CPU time (s) 50.47
Current children cumulated vsize (KiB) 29696

[startup+102.306 s]
/proc/loadavg: 2.09 2.49 2.57 3/83 5975
/proc/meminfo: memFree=1324432/2055920 swapFree=4192956/4192956
[pid=5932] ppid=5930 vsize=16872 CPUtime=1.77
/proc/5932/stat : 5932 (sugar++) S 5930 5932 4786 0 -1 4194304 1622 18913 0 4 6 1 157 13 16 0 1 0 5751305 17276928 1120 996147200 4194304 4206940 548682068528 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5932/statm: 4218 1120 414 3 0 797 0
[pid=5955] ppid=5932 vsize=15848 CPUtime=99.42
/proc/5955/stat : 5955 (minisat-inc) R 5932 5932 4786 0 -1 4194304 3814 0 0 0 9940 2 0 0 25 0 1 0 5751456 16228352 3759 996147200 134512640 135134323 4294956192 18446744073709551615 134532050 0 0 4096 3 0 0 0 17 1 0 0
/proc/5955/statm: 3962 3759 80 151 0 3808 0
Current children cumulated CPU time (s) 101.19
Current children cumulated vsize (KiB) 32720

[startup+162.302 s]
/proc/loadavg: 2.03 2.40 2.53 3/83 5977
/proc/meminfo: memFree=1323088/2055920 swapFree=4192956/4192956
[pid=5932] ppid=5930 vsize=16872 CPUtime=1.77
/proc/5932/stat : 5932 (sugar++) S 5930 5932 4786 0 -1 4194304 1622 18913 0 4 6 1 157 13 16 0 1 0 5751305 17276928 1120 996147200 4194304 4206940 548682068528 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5932/statm: 4218 1120 414 3 0 797 0
[pid=5955] ppid=5932 vsize=17244 CPUtime=158.86
/proc/5955/stat : 5955 (minisat-inc) R 5932 5932 4786 0 -1 4194304 4181 0 0 0 15883 3 0 0 25 0 1 0 5751456 17657856 4126 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/5955/statm: 4311 4126 80 151 0 4157 0
Current children cumulated CPU time (s) 160.63
Current children cumulated vsize (KiB) 34116

[startup+222.302 s]
/proc/loadavg: 2.01 2.32 2.50 3/83 5977
/proc/meminfo: memFree=1321744/2055920 swapFree=4192956/4192956
[pid=5932] ppid=5930 vsize=16872 CPUtime=1.77
/proc/5932/stat : 5932 (sugar++) S 5930 5932 4786 0 -1 4194304 1622 18913 0 4 6 1 157 13 16 0 1 0 5751305 17276928 1120 996147200 4194304 4206940 548682068528 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5932/statm: 4218 1120 414 3 0 797 0
[pid=5955] ppid=5932 vsize=18632 CPUtime=218.29
/proc/5955/stat : 5955 (minisat-inc) R 5932 5932 4786 0 -1 4194304 4504 0 0 0 21826 3 0 0 25 0 1 0 5751456 19079168 4449 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/5955/statm: 4658 4449 80 151 0 4504 0
Current children cumulated CPU time (s) 220.06
Current children cumulated vsize (KiB) 35504

[startup+282.302 s]
/proc/loadavg: 2.00 2.26 2.46 3/83 5977
/proc/meminfo: memFree=1321232/2055920 swapFree=4192956/4192956
[pid=5932] ppid=5930 vsize=16872 CPUtime=1.77
/proc/5932/stat : 5932 (sugar++) S 5930 5932 4786 0 -1 4194304 1622 18913 0 4 6 1 157 13 16 0 1 0 5751305 17276928 1120 996147200 4194304 4206940 548682068528 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5932/statm: 4218 1120 414 3 0 797 0
[pid=5955] ppid=5932 vsize=19104 CPUtime=277.73
/proc/5955/stat : 5955 (minisat-inc) R 5932 5932 4786 0 -1 4194304 4614 0 0 0 27770 3 0 0 25 0 1 0 5751456 19562496 4559 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/5955/statm: 4776 4559 80 151 0 4622 0
Current children cumulated CPU time (s) 279.5
Current children cumulated vsize (KiB) 35976

[startup+342.302 s]
/proc/loadavg: 2.00 2.21 2.43 3/83 5977
/proc/meminfo: memFree=1319440/2055920 swapFree=4192956/4192956
[pid=5932] ppid=5930 vsize=16872 CPUtime=1.77
/proc/5932/stat : 5932 (sugar++) S 5930 5932 4786 0 -1 4194304 1622 18913 0 4 6 1 157 13 16 0 1 0 5751305 17276928 1120 996147200 4194304 4206940 548682068528 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0

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

[pid=5955] ppid=5932 vsize=37644 CPUtime=2839.76
/proc/5955/stat : 5955 (minisat-inc) R 5932 5932 4786 0 -1 4194304 9001 0 0 0 283967 9 0 0 25 0 1 0 5751456 38547456 8925 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/5955/statm: 9411 8925 80 151 0 9257 0
Current children cumulated CPU time (s) 2841.53
Current children cumulated vsize (KiB) 54516

[startup+2922.3 s]
/proc/loadavg: 2.12 2.04 2.01 3/83 5983
/proc/meminfo: memFree=1301768/2055920 swapFree=4192956/4192956
[pid=5932] ppid=5930 vsize=16872 CPUtime=1.77
/proc/5932/stat : 5932 (sugar++) S 5930 5932 4786 0 -1 4194304 1622 18913 0 4 6 1 157 13 16 0 1 0 5751305 17276928 1120 996147200 4194304 4206940 548682068528 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5932/statm: 4218 1120 414 3 0 797 0
[pid=5955] ppid=5932 vsize=38272 CPUtime=2899.47
/proc/5955/stat : 5955 (minisat-inc) R 5932 5932 4786 0 -1 4194304 9108 0 0 0 289938 9 0 0 25 0 1 0 5751456 39190528 9032 996147200 134512640 135134323 4294956192 18446744073709551615 134531850 0 0 4096 3 0 0 0 17 1 0 0
/proc/5955/statm: 9568 9032 80 151 0 9414 0
Current children cumulated CPU time (s) 2901.24
Current children cumulated vsize (KiB) 55144

[startup+2982.3 s]
/proc/loadavg: 2.19 2.07 2.02 3/83 5983
/proc/meminfo: memFree=1301776/2055920 swapFree=4192956/4192956
[pid=5932] ppid=5930 vsize=16872 CPUtime=1.77
/proc/5932/stat : 5932 (sugar++) S 5930 5932 4786 0 -1 4194304 1622 18913 0 4 6 1 157 13 16 0 1 0 5751305 17276928 1120 996147200 4194304 4206940 548682068528 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5932/statm: 4218 1120 414 3 0 797 0
[pid=5955] ppid=5932 vsize=38272 CPUtime=2959.18
/proc/5955/stat : 5955 (minisat-inc) R 5932 5932 4786 0 -1 4194304 9116 0 0 0 295909 9 0 0 25 0 1 0 5751456 39190528 9040 996147200 134512640 135134323 4294956192 18446744073709551615 134532161 0 0 4096 3 0 0 0 17 1 0 0
/proc/5955/statm: 9568 9040 80 151 0 9414 0
Current children cumulated CPU time (s) 2960.95
Current children cumulated vsize (KiB) 55144

[startup+3042.3 s]
/proc/loadavg: 2.27 2.10 2.03 3/83 5983
/proc/meminfo: memFree=1301520/2055920 swapFree=4192956/4192956
[pid=5932] ppid=5930 vsize=16872 CPUtime=1.77
/proc/5932/stat : 5932 (sugar++) S 5930 5932 4786 0 -1 4194304 1622 18913 0 4 6 1 157 13 16 0 1 0 5751305 17276928 1120 996147200 4194304 4206940 548682068528 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5932/statm: 4218 1120 414 3 0 797 0
[pid=5955] ppid=5932 vsize=38580 CPUtime=3018.89
/proc/5955/stat : 5955 (minisat-inc) R 5932 5932 4786 0 -1 4194304 9171 0 0 0 301880 9 0 0 25 0 1 0 5751456 39505920 9095 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/5955/statm: 9645 9095 80 151 0 9491 0
Current children cumulated CPU time (s) 3020.66
Current children cumulated vsize (KiB) 55452

[startup+3102.3 s]
/proc/loadavg: 2.25 2.13 2.04 3/83 5983
/proc/meminfo: memFree=1300880/2055920 swapFree=4192956/4192956
[pid=5932] ppid=5930 vsize=16872 CPUtime=1.77
/proc/5932/stat : 5932 (sugar++) S 5930 5932 4786 0 -1 4194304 1622 18913 0 4 6 1 157 13 16 0 1 0 5751305 17276928 1120 996147200 4194304 4206940 548682068528 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5932/statm: 4218 1120 414 3 0 797 0
[pid=5955] ppid=5932 vsize=39244 CPUtime=3078.61
/proc/5955/stat : 5955 (minisat-inc) R 5932 5932 4786 0 -1 4194304 9305 0 0 0 307851 10 0 0 25 0 1 0 5751456 40185856 9229 996147200 134512640 135134323 4294956192 18446744073709551615 134529106 0 0 4096 3 0 0 0 17 1 0 0
/proc/5955/statm: 9811 9229 80 151 0 9657 0
Current children cumulated CPU time (s) 3080.38
Current children cumulated vsize (KiB) 56116

[startup+3162.3 s]
/proc/loadavg: 2.14 2.12 2.04 3/83 5983
/proc/meminfo: memFree=1300624/2055920 swapFree=4192956/4192956
[pid=5932] ppid=5930 vsize=16872 CPUtime=1.77
/proc/5932/stat : 5932 (sugar++) S 5930 5932 4786 0 -1 4194304 1622 18913 0 4 6 1 157 13 16 0 1 0 5751305 17276928 1120 996147200 4194304 4206940 548682068528 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5932/statm: 4218 1120 414 3 0 797 0
[pid=5955] ppid=5932 vsize=39604 CPUtime=3138.32
/proc/5955/stat : 5955 (minisat-inc) R 5932 5932 4786 0 -1 4194304 9359 0 0 0 313822 10 0 0 25 0 1 0 5751456 40554496 9283 996147200 134512640 135134323 4294956192 18446744073709551615 134531965 0 0 4096 3 0 0 0 17 1 0 0
/proc/5955/statm: 9901 9283 80 151 0 9747 0
Current children cumulated CPU time (s) 3140.09
Current children cumulated vsize (KiB) 56476

[startup+3222.3 s]
/proc/loadavg: 2.10 2.11 2.04 3/83 5983
/proc/meminfo: memFree=1299600/2055920 swapFree=4192956/4192956
[pid=5932] ppid=5930 vsize=16872 CPUtime=1.77
/proc/5932/stat : 5932 (sugar++) S 5930 5932 4786 0 -1 4194304 1622 18913 0 4 6 1 157 13 16 0 1 0 5751305 17276928 1120 996147200 4194304 4206940 548682068528 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5932/statm: 4218 1120 414 3 0 797 0
[pid=5955] ppid=5932 vsize=40528 CPUtime=3198.03
/proc/5955/stat : 5955 (minisat-inc) R 5932 5932 4786 0 -1 4194304 9597 0 0 0 319793 10 0 0 25 0 1 0 5751456 41500672 9521 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/5955/statm: 10132 9521 80 151 0 9978 0
Current children cumulated CPU time (s) 3199.8
Current children cumulated vsize (KiB) 57400

[startup+3282.3 s]
/proc/loadavg: 2.40 2.19 2.07 3/83 5983
/proc/meminfo: memFree=1299600/2055920 swapFree=4192956/4192956
[pid=5932] ppid=5930 vsize=16872 CPUtime=1.77
/proc/5932/stat : 5932 (sugar++) S 5930 5932 4786 0 -1 4194304 1622 18913 0 4 6 1 157 13 16 0 1 0 5751305 17276928 1120 996147200 4194304 4206940 548682068528 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5932/statm: 4218 1120 414 3 0 797 0
[pid=5955] ppid=5932 vsize=40528 CPUtime=3257.74
/proc/5955/stat : 5955 (minisat-inc) R 5932 5932 4786 0 -1 4194304 9614 0 0 0 325764 10 0 0 25 0 1 0 5751456 41500672 9538 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/5955/statm: 10132 9538 80 151 0 9978 0
Current children cumulated CPU time (s) 3259.51
Current children cumulated vsize (KiB) 57400

[startup+3342.3 s]
/proc/loadavg: 2.18 2.17 2.07 3/83 5983
/proc/meminfo: memFree=1299408/2055920 swapFree=4192956/4192956
[pid=5932] ppid=5930 vsize=16872 CPUtime=1.77
/proc/5932/stat : 5932 (sugar++) S 5930 5932 4786 0 -1 4194304 1622 18913 0 4 6 1 157 13 16 0 1 0 5751305 17276928 1120 996147200 4194304 4206940 548682068528 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5932/statm: 4218 1120 414 3 0 797 0
[pid=5955] ppid=5932 vsize=40732 CPUtime=3317.45
/proc/5955/stat : 5955 (minisat-inc) R 5932 5932 4786 0 -1 4194304 9655 0 0 0 331735 10 0 0 25 0 1 0 5751456 41709568 9579 996147200 134512640 135134323 4294956192 18446744073709551615 134529673 0 0 4096 3 0 0 0 17 1 0 0
/proc/5955/statm: 10183 9579 80 151 0 10029 0
Current children cumulated CPU time (s) 3319.22
Current children cumulated vsize (KiB) 57604

[startup+3402.31 s]
/proc/loadavg: 2.06 2.14 2.06 3/83 5983
/proc/meminfo: memFree=1297808/2055920 swapFree=4192956/4192956
[pid=5932] ppid=5930 vsize=16872 CPUtime=1.77
/proc/5932/stat : 5932 (sugar++) S 5930 5932 4786 0 -1 4194304 1622 18913 0 4 6 1 157 13 16 0 1 0 5751305 17276928 1120 996147200 4194304 4206940 548682068528 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5932/statm: 4218 1120 414 3 0 797 0
[pid=5955] ppid=5932 vsize=42328 CPUtime=3377.16
/proc/5955/stat : 5955 (minisat-inc) R 5932 5932 4786 0 -1 4194304 10025 0 0 0 337706 10 0 0 25 0 1 0 5751456 43343872 9948 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/5955/statm: 10582 9948 80 151 0 10428 0
Current children cumulated CPU time (s) 3378.93
Current children cumulated vsize (KiB) 59200

[startup+3462.3 s]
/proc/loadavg: 2.02 2.11 2.06 3/83 5983
/proc/meminfo: memFree=1297616/2055920 swapFree=4192956/4192956
[pid=5932] ppid=5930 vsize=16872 CPUtime=1.77
/proc/5932/stat : 5932 (sugar++) S 5930 5932 4786 0 -1 4194304 1622 18913 0 4 6 1 157 13 16 0 1 0 5751305 17276928 1120 996147200 4194304 4206940 548682068528 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5932/statm: 4218 1120 414 3 0 797 0
[pid=5955] ppid=5932 vsize=42328 CPUtime=3436.87
/proc/5955/stat : 5955 (minisat-inc) R 5932 5932 4786 0 -1 4194304 10043 0 0 0 343677 10 0 0 25 0 1 0 5751456 43343872 9966 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/5955/statm: 10582 9966 80 151 0 10428 0
Current children cumulated CPU time (s) 3438.64
Current children cumulated vsize (KiB) 59200

[startup+3522.3 s]
/proc/loadavg: 1.78 2.04 2.03 2/66 6007
/proc/meminfo: memFree=1311672/2055920 swapFree=4192956/4192956
[pid=5932] ppid=5930 vsize=16872 CPUtime=1.77
/proc/5932/stat : 5932 (sugar++) S 5930 5932 4786 0 -1 4194304 1622 18913 0 4 6 1 157 13 16 0 1 0 5751305 17276928 1120 996147200 4194304 4206940 548682068528 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5932/statm: 4218 1120 414 3 0 797 0
[pid=5955] ppid=5932 vsize=42328 CPUtime=3496.62
/proc/5955/stat : 5955 (minisat-inc) R 5932 5932 4786 0 -1 4194304 10043 0 0 0 349652 10 0 0 25 0 1 0 5751456 43343872 9966 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/5955/statm: 10582 9966 80 151 0 10428 0
Current children cumulated CPU time (s) 3498.39
Current children cumulated vsize (KiB) 59200

[startup+3582.3 s]
/proc/loadavg: 1.29 1.85 1.97 2/66 6007
/proc/meminfo: memFree=1311608/2055920 swapFree=4192956/4192956
[pid=5932] ppid=5930 vsize=16872 CPUtime=1.77
/proc/5932/stat : 5932 (sugar++) S 5930 5932 4786 0 -1 4194304 1622 18913 0 4 6 1 157 13 16 0 1 0 5751305 17276928 1120 996147200 4194304 4206940 548682068528 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5932/statm: 4218 1120 414 3 0 797 0
[pid=5955] ppid=5932 vsize=42328 CPUtime=3556.61
/proc/5955/stat : 5955 (minisat-inc) R 5932 5932 4786 0 -1 4194304 10043 0 0 0 355651 10 0 0 25 0 1 0 5751456 43343872 9966 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/5955/statm: 10582 9966 80 151 0 10428 0
Current children cumulated CPU time (s) 3558.38
Current children cumulated vsize (KiB) 59200



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3624 s]
/proc/loadavg: 1.15 1.74 1.92 2/66 6007
/proc/meminfo: memFree=1311736/2055920 swapFree=4192956/4192956
[pid=5932] ppid=5930 vsize=16872 CPUtime=1.77
/proc/5932/stat : 5932 (sugar++) S 5930 5932 4786 0 -1 4194304 1622 18913 0 4 6 1 157 13 16 0 1 0 5751305 17276928 1120 996147200 4194304 4206940 548682068528 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5932/statm: 4218 1120 414 3 0 797 0
[pid=5955] ppid=5932 vsize=42328 CPUtime=3598.3
/proc/5955/stat : 5955 (minisat-inc) R 5932 5932 4786 0 -1 4194304 10043 0 0 0 359820 10 0 0 25 0 1 0 5751456 43343872 9966 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/5955/statm: 10582 9966 80 151 0 10428 0
Current children cumulated CPU time (s) 3600.07
Current children cumulated vsize (KiB) 59200

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): 3624.02
CPU time (s): 3600.12
CPU user time (s): 3599.84
CPU system time (s): 0.272958
CPU usage (%): 99.3405
Max. virtual memory (cumulated for all children) (KiB): 890572

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3599.84
system time used= 0.272958
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 30659
page faults= 4
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2004
involuntary context switches= 121817

runsolver used 4.15337 second user time and 9.97548 second system time

The end

Launcher Data (download as text)

Begin job on node27 at 2008-07-23 06:16:54
IDJOB=1128595
IDBENCH=65755
IDSOLVER=367
FILE ID=node27/1128595-1216786614
PBS_JOBID= 7974139
Free space on /tmp= 66560 MiB

SOLVER NAME= Sugar++ v1.13+minisat-inc
BENCH NAME= CPAI08/maxcsp/kbtree/kbtree-9-5-3-5/kbtree-9-5-3-5-40/normalized-kbtree-9-5-3-5-40-09_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-1128595-1216786614/watcher-1128595-1216786614 -o /tmp/evaluation-result-1128595-1216786614/solver-1128595-1216786614 -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-1128595-1216786614.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 0bbc95245e908b589e5eb824799fb1b4
RANDOM SEED=1393894729

node27.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		: 2800.234
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	: 5521.40
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		: 2800.234
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:       1344576 kB
Buffers:         34260 kB
Cached:         598004 kB
SwapCached:          0 kB
Active:         161964 kB
Inactive:       496284 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1344576 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            1020 kB
Writeback:           0 kB
Mapped:          46120 kB
Slab:            38120 kB
Committed_AS:   131588 kB
PageTables:       1960 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264948 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 node27 at 2008-07-23 07:17:20