Trace number 1128603

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.06 3617.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-41_ext.xml
MD5SUMf081c6714e0b8bdb34f8075a4fcccf23
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkMOPT
Best Number of falsified constraints31
Best CPU time to get the best result obtained on this benchmark24.4823
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.06/0.77	c 0	Sugar++ v1-13 + HOME/minisat-inc
0.06/0.77	c 0	BEGIN Wed Jul 23 06:20:19 2008
0.06/0.77	c 0	PID 7240
0.06/0.77	c 0	HOST node73.alineos.net
0.06/0.77	c 0	CONVERTING HOME/instance-1128603-1216786818.xml TO HOME/temp.csp
0.06/0.77	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1128603-1216786818.xml' 'HOME/temp.csp'
0.38/1.14	c 0	1 domains, 40 variables, 0 predicates, 255 relations, 255 constraints
0.38/1.19	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.38/1.19	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.43/1.27	c 0	Parsing HOME/temp.csp
0.43/1.43	c 0	parsed 551 expressions
0.43/1.44	c 0	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.43/1.44	c 0	MAX CSP: 255 constraints
0.43/1.44	c 0	Converting to clausal form CSP
0.43/1.46	c 0	converted 81 (10%) expressions
0.43/1.47	c 0	converted 162 (20%) expressions
0.43/1.47	c 0	converted 243 (30%) expressions
0.43/1.48	c 0	converted 324 (40%) expressions
0.43/1.49	c 0	converted 405 (50%) expressions
0.43/1.51	c 0	converted 486 (60%) expressions
0.43/1.51	c 0	converted 567 (70%) expressions
0.43/1.52	c 0	converted 648 (80%) expressions
0.43/1.53	c 0	converted 729 (90%) expressions
0.43/1.68	c 0	converted 809 (100%) expressions
0.43/1.68	c 0	CSP : 550 integers, 0 booleans, 764 clauses, largest domain size 383
0.43/1.68	c 0	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.43/1.68	c 0	Propagation in CSP
0.43/1.71	c 1	247 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.43/1.71	c 1	CSP : 550 integers, 0 booleans, 764 clauses, largest domain size 256
0.43/1.71	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.43/1.71	c 1	Simplifing CSP by introducing new Boolean variables
0.43/1.71	c 1	CSP : 550 integers, 0 booleans, 764 clauses, largest domain size 256
0.43/1.71	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.43/1.74	c 1	Encoding CSP to SAT : HOME/temp.cnf
0.43/1.75	c 1	55 (10%) CSP integer variables are encoded (120 clauses, 1222 bytes)
0.43/1.75	c 1	110 (20%) CSP integer variables are encoded (120 clauses, 1222 bytes)
0.43/1.75	c 1	165 (30%) CSP integer variables are encoded (120 clauses, 1222 bytes)
0.43/1.75	c 1	220 (40%) CSP integer variables are encoded (120 clauses, 1222 bytes)
0.43/1.75	c 1	275 (50%) CSP integer variables are encoded (120 clauses, 1222 bytes)
0.43/1.76	c 1	330 (60%) CSP integer variables are encoded (508 clauses, 5490 bytes)
0.43/1.76	c 1	385 (70%) CSP integer variables are encoded (767 clauses, 8592 bytes)
0.43/1.76	c 1	440 (80%) CSP integer variables are encoded (1194 clauses, 14143 bytes)
0.43/1.76	c 1	495 (90%) CSP integer variables are encoded (1483 clauses, 17900 bytes)
0.43/1.77	c 1	550 (100%) CSP integer variables are encoded (3443 clauses, 43380 bytes)
0.44/1.81	c 1	77 (10%) CSP clauses are encoded (3908 clauses, 51278 bytes)
0.44/1.81	c 1	153 (20%) CSP clauses are encoded (4364 clauses, 59250 bytes)
0.44/1.83	c 1	230 (30%) CSP clauses are encoded (4830 clauses, 67976 bytes)
0.44/1.84	c 1	306 (40%) CSP clauses are encoded (5481 clauses, 77845 bytes)
0.44/1.85	c 1	382 (50%) CSP clauses are encoded (9781 clauses, 143983 bytes)
0.44/1.86	c 1	459 (60%) CSP clauses are encoded (11200 clauses, 168035 bytes)
0.44/1.88	c 1	535 (70%) CSP clauses are encoded (23186 clauses, 384428 bytes)
0.44/1.88	c 1	612 (80%) CSP clauses are encoded (24754 clauses, 411100 bytes)
0.44/1.90	c 1	688 (90%) CSP clauses are encoded (28335 clauses, 474496 bytes)
0.44/2.02	c 1	764 (100%) CSP clauses are encoded (92778 clauses, 1642060 bytes)
0.44/2.02	c 1	764 CSP clauses encoded
0.44/2.02	c 1	Writing map file : HOME/temp.map
0.44/2.03	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.44/2.03	c 1	SAT : 3993 SAT variables, 92778 SAT clauses, 1642060 bytes
0.44/2.03	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.44/2.04	c 1	OBJECTIVE minimize _COST
0.44/2.04	c 1	SOLVING HOME/temp.cnf
0.44/2.04	c 1	CMD HOME/minisat-inc -incremental HOME/temp.cnf HOME/temp.out
0.44/2.04	c 1	This is MiniSat 2.0 beta incremental
0.44/2.04	c 1	WARNING: for repeatability, setting FPU to use double precision
0.44/2.04	c 1	============================[ Problem Statistics ]=============================
0.44/2.04	c 1	|                                                                             |
0.44/2.04	c 1	|  Number of variables:  3993                                                 |
0.44/2.04	c 1	|  Number of clauses:    92778                                                |
0.44/2.08	c 1	|  Parsing time:         0.04         s                                       |
0.44/2.08	c 1	OK
0.44/2.08	c 1	OBJECTIVE BOUND: 0 <= _COST <= 
0.44/2.08	c 1	SEARCHING: _COST <= 128
0.44/2.08	c 1	============================[ Search Statistics ]==============================
0.44/2.08	c 1	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.44/2.08	c 1	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.44/2.08	c 1	===============================================================================
0.44/2.08	c 1	|         0 |    3993    92778   269379 |    30926        0    nan |  0.000 % |
1.27/2.11	c 1	|       101 |    3993    92778   269379 |    34018      101     30 |  0.006 % |
1.27/2.11	c 1	===============================================================================
1.27/2.11	c 1	restarts              : 2
1.27/2.11	c 1	conflicts             : 102           (1546 /sec)
1.27/2.11	c 1	decisions             : 404           (0.74 % random) (6122 /sec)
1.27/2.11	c 1	propagations          : 29309          (444150 /sec)
1.27/2.11	c 1	conflict literals     : 3018           (20.83 % deleted)
1.27/2.11	c 1	Memory used           : 6.01 MB
1.27/2.11	c 1	CPU time              : 0.065989 s
1.27/2.11	c 1	
1.27/2.11	c 1	SATISFIABLE
1.27/2.11	c 1	OK
1.27/2.11	c 1	FOUND: _COST <= 128
1.27/2.11	s SATISFIABLE
1.27/2.11	c 1	DECODING HOME/temp.out WITH HOME/temp.map
1.27/2.11	c 1	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.27/2.19	c 1	Decoding HOME/temp.out
1.40/2.26	c 1	OBJECTIVE _COST 128
1.40/2.26	o 128
1.40/2.26	v 4 2 3 4 4 4 4 4 1 4 4 4 4 4 4 2 4 4 3 4 1 4 3 3 0 4 2 4 4 4 4 0 4 4 4 3 4 4 1 4
1.40/2.27	c 1	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
1.40/2.30	c 1	OK
1.40/2.30	c 1	OBJECTIVE BOUND: 0 <= _COST <= 128
1.40/2.30	c 1	SEARCHING: _COST <= 64
1.48/2.30	c 1	============================[ Search Statistics ]==============================
1.48/2.30	c 1	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.48/2.30	c 1	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.48/2.30	c 1	===============================================================================
1.48/2.30	c 1	|       102 |    3993    92778   269379 |    30926      102     30 |  0.006 % |
1.48/2.33	c 1	|       202 |    3993    92778   269379 |    34018      202     21 | 25.448 % |
1.48/2.34	c 1	|       352 |    3993    92778   269379 |    37420      352     18 | 25.448 % |
1.48/2.37	c 1	|       578 |    3993    92778   269379 |    41162      578     18 | 25.448 % |
1.58/2.41	c 1	|       915 |    3993    92778   269379 |    45278      915     17 | 25.448 % |
1.58/2.46	c 1	|      1421 |    3993    92778   269379 |    49806     1421     16 | 25.448 % |
1.68/2.54	c 1	===============================================================================
1.68/2.54	c 1	restarts              : 8
1.68/2.54	c 1	conflicts             : 2103          (6896 /sec)
1.68/2.54	c 1	decisions             : 3139          (0.51 % random) (10293 /sec)
1.68/2.54	c 1	propagations          : 524586         (1720219 /sec)
1.68/2.54	c 1	conflict literals     : 38131          (27.36 % deleted)
1.68/2.54	c 1	Memory used           : 6.14 MB
1.68/2.54	c 1	CPU time              : 0.304953 s
1.68/2.54	c 1	
1.68/2.54	c 1	SATISFIABLE
1.68/2.54	c 1	OK
1.68/2.54	c 1	FOUND: _COST <= 64
1.68/2.54	c 1	DECODING HOME/temp.out WITH HOME/temp.map
1.68/2.54	c 1	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.72/2.62	c 1	Decoding HOME/temp.out
1.72/2.69	c 1	OBJECTIVE _COST 64
1.72/2.69	o 64
1.72/2.69	v 4 4 0 4 4 4 4 4 4 4 4 4 4 4 2 1 4 1 1 4 2 3 3 3 3 3 3 4 2 2 3 3 4 0 3 1 4 3 3 2
1.72/2.69	c 1	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
1.72/2.70	c 2	OK
1.72/2.70	c 2	OBJECTIVE BOUND: 0 <= _COST <= 64
1.72/2.70	c 2	SEARCHING: _COST <= 32
1.72/2.72	c 2	============================[ Search Statistics ]==============================
1.72/2.72	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.72/2.72	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.72/2.72	c 2	===============================================================================
1.72/2.72	c 2	|      2103 |    2977    60393   175145 |    20131     2103     18 | 25.448 % |
1.72/2.72	c 2	|      2203 |    2977    60393   175145 |    22144     2203     18 | 39.872 % |
1.72/2.73	c 2	|      2353 |    2977    60393   175145 |    24358     2353     18 | 39.872 % |
1.72/2.76	c 2	|      2579 |    2401    40457   117001 |    26794     2566     17 | 39.872 % |
1.72/2.79	c 2	|      2916 |    2401    40457   117001 |    29473     2903     17 | 39.872 % |
1.96/2.84	c 2	|      3423 |    2401    40457   117001 |    32421     3410     16 | 39.872 % |
2.06/2.92	c 2	|      4182 |    2401    40457   117001 |    35663     4169     17 | 39.872 % |
2.16/3.05	c 2	|      5321 |    2401    40457   117001 |    39229     5308     18 | 39.872 % |
2.36/3.26	c 2	|      7029 |    2401    40457   117001 |    43152     7016     19 | 39.872 % |
2.76/3.61	c 2	|      9591 |    2401    40457   117001 |    47467     9578     19 | 39.872 % |
3.26/4.14	c 3	|     13435 |    2401    40457   117001 |    52214    13422     20 | 39.872 % |
4.25/5.11	c 4	|     19201 |    2401    40457   117001 |    57436    19188     21 | 39.872 % |
6.05/6.95	c 6	|     27851 |    2401    40457   117001 |    63179    27838     20 | 39.872 % |
9.43/10.32	c 9	|     40826 |    2401    40457   117001 |    69497    40813     21 | 39.872 % |
18.19/19.17	c 18	|     60288 |    2401    40457   117001 |    76447    60275     22 | 39.872 % |
32.43/33.40	c 32	|     89480 |    2401    40457   117001 |    84092    26221     23 | 39.872 % |
52.43/53.58	c 52	|    133269 |    2401    40457   117001 |    92501    70010     23 | 39.872 % |
88.86/90.14	c 89	|    198953 |    2401    40457   117001 |   101751    57020     21 | 39.872 % |
138.74/140.25	c 139	|    297479 |    2401    40457   117001 |   111926    65913     23 | 39.872 % |
231.91/233.85	c 233	|    445268 |    2401    40457   117001 |   123119    15723     23 | 39.872 % |
361.43/363.93	c 363	|    666951 |    2401    40457   117001 |   135431    18331     21 | 39.872 % |
571.56/575.02	c 574	|    999476 |    2401    40457   117001 |   148974   109464     24 | 39.872 % |
923.75/928.86	c 928	|   1498266 |    2401    40457   117001 |   163871    69259     25 | 39.872 % |
1498.33/1506.04	c 1505	|   2246448 |    2401    40457   117001 |   180259    70672     24 | 39.872 % |
2449.60/2461.60	c 2460	|   3368723 |    2401    40457   117001 |   198284    37576     26 | 39.872 % |
3600.02/3617.01	c ERROR INTERRUPTED
3600.02/3617.01	c 3616	CPU 3599.61 (0.06 0.03 3599.55 0.4)
3600.02/3617.01	c 3616	END Wed Jul 23 07:20:35 2008

Verifier Data (download as text)

OK	54	201
54 unsatisfied constraints, 201 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-1128603-1216786818/watcher-1128603-1216786818 -o /tmp/evaluation-result-1128603-1216786818/solver-1128603-1216786818 -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-1128603-1216786818.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.51 2.42 2.20 5/81 7240
/proc/meminfo: memFree=1279248/2055920 swapFree=4192956/4192956
[pid=7240] ppid=7238 vsize=18572 CPUtime=0
/proc/7240/stat : 7240 (runsolver) R 7238 7240 6292 0 -1 4194368 15 0 0 0 0 0 0 0 18 0 1 0 5768194 19017728 292 996147200 4194304 4296836 548682068192 18446744073709551615 210723466535 0 0 4096 24578 0 0 0 17 1 0 0
/proc/7240/statm: 4643 292 257 25 0 2626 0

[startup+0.105185 s]
/proc/loadavg: 2.51 2.42 2.20 5/81 7240
/proc/meminfo: memFree=1279248/2055920 swapFree=4192956/4192956
[pid=7240] ppid=7238 vsize=13336 CPUtime=0.03
/proc/7240/stat : 7240 (sugar++) R 7238 7240 6292 0 -1 4194304 732 0 0 0 2 1 0 0 18 0 1 0 5768194 13656064 700 996147200 4194304 4206940 548682068528 18446744073709551615 210723633765 0 0 4224 0 0 0 0 17 1 0 0
/proc/7240/statm: 3334 700 338 3 0 434 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13336

[startup+0.201197 s]
/proc/loadavg: 2.51 2.42 2.20 5/81 7240
/proc/meminfo: memFree=1279248/2055920 swapFree=4192956/4192956
[pid=7240] ppid=7238 vsize=13468 CPUtime=0.03
/proc/7240/stat : 7240 (sugar++) R 7238 7240 6292 0 -1 4194304 753 0 0 0 2 1 0 0 18 0 1 0 5768194 13791232 721 996147200 4194304 4206940 548682068528 18446744073709551615 210732366846 0 0 4224 0 0 0 0 17 1 0 0
/proc/7240/statm: 3367 721 338 3 0 467 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13468

[startup+0.301211 s]
/proc/loadavg: 2.51 2.42 2.20 5/81 7240
/proc/meminfo: memFree=1279248/2055920 swapFree=4192956/4192956
[pid=7240] ppid=7238 vsize=14644 CPUtime=0.03
/proc/7240/stat : 7240 (sugar++) R 7238 7240 6292 0 -1 4194304 831 0 0 0 2 1 0 0 18 0 1 0 5768194 14995456 799 996147200 4194304 4206940 548682068528 18446744073709551615 210723312353 0 0 4224 0 0 0 0 17 1 0 0
/proc/7240/statm: 3661 800 378 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 14644

[startup+0.701251 s]
/proc/loadavg: 2.51 2.42 2.20 5/81 7240
/proc/meminfo: memFree=1279248/2055920 swapFree=4192956/4192956
[pid=7240] ppid=7238 vsize=16212 CPUtime=0.06
/proc/7240/stat : 7240 (sugar++) R 7238 7240 6292 0 -1 4194304 967 0 0 0 4 2 0 0 18 0 1 0 5768194 16601088 935 996147200 4194304 4206940 548682068528 18446744073709551615 210723308431 0 0 4224 0 0 0 0 17 0 0 0
/proc/7240/statm: 4053 935 380 3 0 632 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16212

[startup+1.50134 s]
/proc/loadavg: 2.51 2.42 2.20 5/92 7252
/proc/meminfo: memFree=1268280/2055920 swapFree=4192956/4192956
[pid=7240] ppid=7238 vsize=16740 CPUtime=0.43
/proc/7240/stat : 7240 (sugar++) S 7238 7240 6292 0 -1 4194304 1296 4587 0 1 5 2 32 4 15 0 1 0 5768194 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7240/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.43
Current children cumulated vsize (KiB) 16740

[startup+3.10154 s]
/proc/loadavg: 2.51 2.42 2.20 3/93 7273
/proc/meminfo: memFree=1264240/2055920 swapFree=4192956/4192956
[pid=7240] ppid=7238 vsize=16872 CPUtime=1.57
/proc/7240/stat : 7240 (sugar++) S 7238 7240 6292 0 -1 4194304 1622 18902 0 4 6 3 133 15 15 0 1 0 5768194 17276928 1120 996147200 4194304 4206940 548682068528 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/7240/statm: 4218 1120 414 3 0 797 0
[pid=7263] ppid=7240 vsize=6284 CPUtime=0.69
/proc/7263/stat : 7263 (minisat-inc) R 7240 7240 6292 0 -1 4194304 1484 0 0 0 69 0 0 0 20 0 1 0 5768398 6434816 1429 996147200 134512640 135134323 4294956192 18446744073709551615 134531947 0 0 4096 3 0 0 0 17 0 0 0
/proc/7263/statm: 1571 1429 80 151 0 1417 0
Current children cumulated CPU time (s) 2.26
Current children cumulated vsize (KiB) 23156

[startup+6.30292 s]
/proc/loadavg: 2.47 2.41 2.19 3/83 7283
/proc/meminfo: memFree=1267456/2055920 swapFree=4192956/4192956
[pid=7240] ppid=7238 vsize=16872 CPUtime=1.57
/proc/7240/stat : 7240 (sugar++) S 7238 7240 6292 0 -1 4194304 1622 18902 0 4 6 3 133 15 16 0 1 0 5768194 17276928 1120 996147200 4194304 4206940 548682068528 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/7240/statm: 4218 1120 414 3 0 797 0
[pid=7263] ppid=7240 vsize=7816 CPUtime=3.88
/proc/7263/stat : 7263 (minisat-inc) R 7240 7240 6292 0 -1 4194304 1859 0 0 0 387 1 0 0 25 0 1 0 5768398 8003584 1804 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/7263/statm: 1954 1804 80 151 0 1800 0
Current children cumulated CPU time (s) 5.45
Current children cumulated vsize (KiB) 24688

[startup+12.7017 s]
/proc/loadavg: 2.43 2.41 2.19 3/83 7283
/proc/meminfo: memFree=1264448/2055920 swapFree=4192956/4192956
[pid=7240] ppid=7238 vsize=16872 CPUtime=1.57
/proc/7240/stat : 7240 (sugar++) S 7238 7240 6292 0 -1 4194304 1622 18902 0 4 6 3 133 15 16 0 1 0 5768194 17276928 1120 996147200 4194304 4206940 548682068528 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/7240/statm: 4218 1120 414 3 0 797 0
[pid=7263] ppid=7240 vsize=10584 CPUtime=10.25
/proc/7263/stat : 7263 (minisat-inc) R 7240 7240 6292 0 -1 4194304 2546 0 0 0 1024 1 0 0 25 0 1 0 5768398 10838016 2491 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/7263/statm: 2646 2491 80 151 0 2492 0
Current children cumulated CPU time (s) 11.82
Current children cumulated vsize (KiB) 27456

[startup+25.5012 s]
/proc/loadavg: 2.48 2.42 2.20 4/83 7283
/proc/meminfo: memFree=1261184/2055920 swapFree=4192956/4192956
[pid=7240] ppid=7238 vsize=16872 CPUtime=1.57
/proc/7240/stat : 7240 (sugar++) S 7238 7240 6292 0 -1 4194304 1622 18902 0 4 6 3 133 15 16 0 1 0 5768194 17276928 1120 996147200 4194304 4206940 548682068528 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/7240/statm: 4218 1120 414 3 0 797 0
[pid=7263] ppid=7240 vsize=13836 CPUtime=22.99
/proc/7263/stat : 7263 (minisat-inc) R 7240 7240 6292 0 -1 4194304 3357 0 0 0 2296 3 0 0 25 0 1 0 5768398 14168064 3302 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/7263/statm: 3459 3302 80 151 0 3305 0
Current children cumulated CPU time (s) 24.56
Current children cumulated vsize (KiB) 30708

[startup+51.1012 s]
/proc/loadavg: 2.52 2.43 2.21 4/83 7283
/proc/meminfo: memFree=1259840/2055920 swapFree=4192956/4192956
[pid=7240] ppid=7238 vsize=16872 CPUtime=1.57
/proc/7240/stat : 7240 (sugar++) S 7238 7240 6292 0 -1 4194304 1622 18902 0 4 6 3 133 15 16 0 1 0 5768194 17276928 1120 996147200 4194304 4206940 548682068528 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/7240/statm: 4218 1120 414 3 0 797 0
[pid=7263] ppid=7240 vsize=15240 CPUtime=48.47
/proc/7263/stat : 7263 (minisat-inc) R 7240 7240 6292 0 -1 4194304 3668 0 0 0 4843 4 0 0 25 0 1 0 5768398 15605760 3613 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/7263/statm: 3810 3613 80 151 0 3656 0
Current children cumulated CPU time (s) 50.04
Current children cumulated vsize (KiB) 32112

[startup+102.301 s]
/proc/loadavg: 2.55 2.45 2.22 4/83 7283
/proc/meminfo: memFree=1256896/2055920 swapFree=4192956/4192956
[pid=7240] ppid=7238 vsize=16872 CPUtime=1.57
/proc/7240/stat : 7240 (sugar++) S 7238 7240 6292 0 -1 4194304 1622 18902 0 4 6 3 133 15 16 0 1 0 5768194 17276928 1120 996147200 4194304 4206940 548682068528 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/7240/statm: 4218 1120 414 3 0 797 0
[pid=7263] ppid=7240 vsize=18208 CPUtime=99.45
/proc/7263/stat : 7263 (minisat-inc) R 7240 7240 6292 0 -1 4194304 4392 0 0 0 9940 5 0 0 25 0 1 0 5768398 18644992 4337 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/7263/statm: 4552 4337 80 151 0 4398 0
Current children cumulated CPU time (s) 101.02
Current children cumulated vsize (KiB) 35080

[startup+162.301 s]
/proc/loadavg: 2.37 2.43 2.23 3/83 7283
/proc/meminfo: memFree=1255680/2055920 swapFree=4192956/4192956
[pid=7240] ppid=7238 vsize=16872 CPUtime=1.57
/proc/7240/stat : 7240 (sugar++) S 7238 7240 6292 0 -1 4194304 1622 18902 0 4 6 3 133 15 16 0 1 0 5768194 17276928 1120 996147200 4194304 4206940 548682068528 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/7240/statm: 4218 1120 414 3 0 797 0
[pid=7263] ppid=7240 vsize=19560 CPUtime=159.17
/proc/7263/stat : 7263 (minisat-inc) R 7240 7240 6292 0 -1 4194304 4692 0 0 0 15912 5 0 0 25 0 1 0 5768398 20029440 4637 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/7263/statm: 4890 4637 80 151 0 4736 0
Current children cumulated CPU time (s) 160.74
Current children cumulated vsize (KiB) 36432

[startup+222.307 s]
/proc/loadavg: 2.52 2.47 2.25 4/83 7283
/proc/meminfo: memFree=1253248/2055920 swapFree=4192956/4192956
[pid=7240] ppid=7238 vsize=16872 CPUtime=1.57
/proc/7240/stat : 7240 (sugar++) S 7238 7240 6292 0 -1 4194304 1622 18902 0 4 6 3 133 15 16 0 1 0 5768194 17276928 1120 996147200 4194304 4206940 548682068528 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/7240/statm: 4218 1120 414 3 0 797 0
[pid=7263] ppid=7240 vsize=21924 CPUtime=218.9
/proc/7263/stat : 7263 (minisat-inc) R 7240 7240 6292 0 -1 4194304 5274 0 0 0 21885 5 0 0 25 0 1 0 5768398 22450176 5219 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/7263/statm: 5481 5219 80 151 0 5327 0
Current children cumulated CPU time (s) 220.47
Current children cumulated vsize (KiB) 38796

[startup+282.302 s]
/proc/loadavg: 2.63 2.50 2.28 4/83 7283
/proc/meminfo: memFree=1252224/2055920 swapFree=4192956/4192956
[pid=7240] ppid=7238 vsize=16872 CPUtime=1.57
/proc/7240/stat : 7240 (sugar++) S 7238 7240 6292 0 -1 4194304 1622 18902 0 4 6 3 133 15 16 0 1 0 5768194 17276928 1120 996147200 4194304 4206940 548682068528 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/7240/statm: 4218 1120 414 3 0 797 0
[pid=7263] ppid=7240 vsize=22928 CPUtime=278.63
/proc/7263/stat : 7263 (minisat-inc) R 7240 7240 6292 0 -1 4194304 5517 0 0 0 27857 6 0 0 25 0 1 0 5768398 23478272 5462 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/7263/statm: 5732 5462 80 151 0 5578 0
Current children cumulated CPU time (s) 280.2
Current children cumulated vsize (KiB) 39800

[startup+342.301 s]
/proc/loadavg: 2.59 2.51 2.29 4/83 7283
/proc/meminfo: memFree=1250688/2055920 swapFree=4192956/4192956
[pid=7240] ppid=7238 vsize=16872 CPUtime=1.57
/proc/7240/stat : 7240 (sugar++) S 7238 7240 6292 0 -1 4194304 1622 18902 0 4 6 3 133 15 16 0 1 0 5768194 17276928 1120 996147200 4194304 4206940 548682068528 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/7240/statm: 4218 1120 414 3 0 797 0
[pid=7263] ppid=7240 vsize=24380 CPUtime=338.35
/proc/7263/stat : 7263 (minisat-inc) R 7240 7240 6292 0 -1 4194304 5889 0 0 0 33828 7 0 0 25 0 1 0 5768398 24965120 5834 996147200 134512640 135134323 4294956192 18446744073709551615 134532135 0 0 4096 3 0 0 0 17 0 0 0
/proc/7263/statm: 6095 5834 80 151 0 5941 0
Current children cumulated CPU time (s) 339.92
Current children cumulated vsize (KiB) 41252

[startup+402.301 s]
/proc/loadavg: 2.57 2.52 2.31 4/83 7283
/proc/meminfo: memFree=1250048/2055920 swapFree=4192956/4192956
[pid=7240] ppid=7238 vsize=16872 CPUtime=1.57
/proc/7240/stat : 7240 (sugar++) S 7238 7240 6292 0 -1 4194304 1622 18902 0 4 6 3 133 15 16 0 1 0 5768194 17276928 1120 996147200 4194304 4206940 548682068528 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/7240/statm: 4218 1120 414 3 0 797 0
[pid=7263] ppid=7240 vsize=25112 CPUtime=398.08
/proc/7263/stat : 7263 (minisat-inc) R 7240 7240 6292 0 -1 4194304 6047 0 0 0 39801 7 0 0 25 0 1 0 5768398 25714688 5992 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/7263/statm: 6278 5992 80 151 0 6124 0
Current children cumulated CPU time (s) 399.65
Current children cumulated vsize (KiB) 41984

[startup+462.301 s]
/proc/loadavg: 2.64 2.55 2.33 4/83 7283
/proc/meminfo: memFree=1248192/2055920 swapFree=4192956/4192956

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

[pid=7263] ppid=7240 vsize=45200 CPUtime=2906.63
/proc/7263/stat : 7263 (minisat-inc) R 7240 7240 6292 0 -1 4194304 10747 0 0 0 290643 20 0 0 25 0 1 0 5768398 46284800 10692 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/7263/statm: 11300 10692 80 151 0 11146 0
Current children cumulated CPU time (s) 2908.2
Current children cumulated vsize (KiB) 62072

[startup+2982.3 s]
/proc/loadavg: 2.54 2.61 2.56 4/83 7289
/proc/meminfo: memFree=1229184/2055920 swapFree=4192956/4192956
[pid=7240] ppid=7238 vsize=16872 CPUtime=1.57
/proc/7240/stat : 7240 (sugar++) S 7238 7240 6292 0 -1 4194304 1622 18902 0 4 6 3 133 15 16 0 1 0 5768194 17276928 1120 996147200 4194304 4206940 548682068528 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/7240/statm: 4218 1120 414 3 0 797 0
[pid=7263] ppid=7240 vsize=45868 CPUtime=2966.36
/proc/7263/stat : 7263 (minisat-inc) R 7240 7240 6292 0 -1 4194304 10914 0 0 0 296616 20 0 0 25 0 1 0 5768398 46968832 10859 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/7263/statm: 11467 10859 80 151 0 11313 0
Current children cumulated CPU time (s) 2967.93
Current children cumulated vsize (KiB) 62740

[startup+3042.3 s]
/proc/loadavg: 2.68 2.64 2.58 4/83 7289
/proc/meminfo: memFree=1228864/2055920 swapFree=4192956/4192956
[pid=7240] ppid=7238 vsize=16872 CPUtime=1.57
/proc/7240/stat : 7240 (sugar++) S 7238 7240 6292 0 -1 4194304 1622 18902 0 4 6 3 133 15 16 0 1 0 5768194 17276928 1120 996147200 4194304 4206940 548682068528 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/7240/statm: 4218 1120 414 3 0 797 0
[pid=7263] ppid=7240 vsize=46112 CPUtime=3026.08
/proc/7263/stat : 7263 (minisat-inc) R 7240 7240 6292 0 -1 4194304 10960 0 0 0 302588 20 0 0 25 0 1 0 5768398 47218688 10905 996147200 134512640 135134323 4294956192 18446744073709551615 134531961 0 0 4096 3 0 0 0 17 0 0 0
/proc/7263/statm: 11528 10905 80 151 0 11374 0
Current children cumulated CPU time (s) 3027.65
Current children cumulated vsize (KiB) 62984

[startup+3102.3 s]
/proc/loadavg: 2.68 2.65 2.58 3/83 7289
/proc/meminfo: memFree=1228608/2055920 swapFree=4192956/4192956
[pid=7240] ppid=7238 vsize=16872 CPUtime=1.57
/proc/7240/stat : 7240 (sugar++) S 7238 7240 6292 0 -1 4194304 1622 18902 0 4 6 3 133 15 16 0 1 0 5768194 17276928 1120 996147200 4194304 4206940 548682068528 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/7240/statm: 4218 1120 414 3 0 797 0
[pid=7263] ppid=7240 vsize=46436 CPUtime=3085.81
/proc/7263/stat : 7263 (minisat-inc) R 7240 7240 6292 0 -1 4194304 11034 0 0 0 308561 20 0 0 25 0 1 0 5768398 47550464 10979 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/7263/statm: 11609 10979 80 151 0 11455 0
Current children cumulated CPU time (s) 3087.38
Current children cumulated vsize (KiB) 63308

[startup+3162.3 s]
/proc/loadavg: 2.73 2.65 2.58 4/83 7289
/proc/meminfo: memFree=1228416/2055920 swapFree=4192956/4192956
[pid=7240] ppid=7238 vsize=16872 CPUtime=1.57
/proc/7240/stat : 7240 (sugar++) S 7238 7240 6292 0 -1 4194304 1622 18902 0 4 6 3 133 15 16 0 1 0 5768194 17276928 1120 996147200 4194304 4206940 548682068528 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/7240/statm: 4218 1120 414 3 0 797 0
[pid=7263] ppid=7240 vsize=46568 CPUtime=3145.55
/proc/7263/stat : 7263 (minisat-inc) R 7240 7240 6292 0 -1 4194304 11068 0 0 0 314534 21 0 0 25 0 1 0 5768398 47685632 11013 996147200 134512640 135134323 4294956192 18446744073709551615 134532161 0 0 4096 3 0 0 0 17 0 0 0
/proc/7263/statm: 11642 11013 80 151 0 11488 0
Current children cumulated CPU time (s) 3147.12
Current children cumulated vsize (KiB) 63440

[startup+3222.3 s]
/proc/loadavg: 2.90 2.71 2.60 3/83 7289
/proc/meminfo: memFree=1228288/2055920 swapFree=4192956/4192956
[pid=7240] ppid=7238 vsize=16872 CPUtime=1.57
/proc/7240/stat : 7240 (sugar++) S 7238 7240 6292 0 -1 4194304 1622 18902 0 4 6 3 133 15 16 0 1 0 5768194 17276928 1120 996147200 4194304 4206940 548682068528 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/7240/statm: 4218 1120 414 3 0 797 0
[pid=7263] ppid=7240 vsize=46708 CPUtime=3205.26
/proc/7263/stat : 7263 (minisat-inc) R 7240 7240 6292 0 -1 4194304 11090 0 0 0 320505 21 0 0 25 0 1 0 5768398 47828992 11035 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/7263/statm: 11677 11035 80 151 0 11523 0
Current children cumulated CPU time (s) 3206.83
Current children cumulated vsize (KiB) 63580

[startup+3282.3 s]
/proc/loadavg: 2.68 2.68 2.60 3/83 7289
/proc/meminfo: memFree=1227520/2055920 swapFree=4192956/4192956
[pid=7240] ppid=7238 vsize=16872 CPUtime=1.57
/proc/7240/stat : 7240 (sugar++) S 7238 7240 6292 0 -1 4194304 1622 18902 0 4 6 3 133 15 16 0 1 0 5768194 17276928 1120 996147200 4194304 4206940 548682068528 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/7240/statm: 4218 1120 414 3 0 797 0
[pid=7263] ppid=7240 vsize=47576 CPUtime=3264.99
/proc/7263/stat : 7263 (minisat-inc) R 7240 7240 6292 0 -1 4194304 11292 0 0 0 326478 21 0 0 25 0 1 0 5768398 48717824 11237 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/7263/statm: 11894 11237 80 151 0 11740 0
Current children cumulated CPU time (s) 3266.56
Current children cumulated vsize (KiB) 64448

[startup+3342.3 s]
/proc/loadavg: 2.43 2.61 2.58 3/83 7289
/proc/meminfo: memFree=1227392/2055920 swapFree=4192956/4192956
[pid=7240] ppid=7238 vsize=16872 CPUtime=1.57
/proc/7240/stat : 7240 (sugar++) S 7238 7240 6292 0 -1 4194304 1622 18902 0 4 6 3 133 15 16 0 1 0 5768194 17276928 1120 996147200 4194304 4206940 548682068528 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/7240/statm: 4218 1120 414 3 0 797 0
[pid=7263] ppid=7240 vsize=47740 CPUtime=3324.71
/proc/7263/stat : 7263 (minisat-inc) R 7240 7240 6292 0 -1 4194304 11322 0 0 0 332450 21 0 0 25 0 1 0 5768398 48885760 11267 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/7263/statm: 11935 11267 80 151 0 11781 0
Current children cumulated CPU time (s) 3326.28
Current children cumulated vsize (KiB) 64612

[startup+3402.3 s]
/proc/loadavg: 2.66 2.65 2.59 4/83 7289
/proc/meminfo: memFree=1227008/2055920 swapFree=4192956/4192956
[pid=7240] ppid=7238 vsize=16872 CPUtime=1.57
/proc/7240/stat : 7240 (sugar++) S 7238 7240 6292 0 -1 4194304 1622 18902 0 4 6 3 133 15 16 0 1 0 5768194 17276928 1120 996147200 4194304 4206940 548682068528 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/7240/statm: 4218 1120 414 3 0 797 0
[pid=7263] ppid=7240 vsize=48120 CPUtime=3384.45
/proc/7263/stat : 7263 (minisat-inc) R 7240 7240 6292 0 -1 4194304 11416 0 0 0 338423 22 0 0 25 0 1 0 5768398 49274880 11361 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/7263/statm: 12030 11361 80 151 0 11876 0
Current children cumulated CPU time (s) 3386.02
Current children cumulated vsize (KiB) 64992

[startup+3462.3 s]
/proc/loadavg: 2.83 2.70 2.61 3/83 7289
/proc/meminfo: memFree=1226432/2055920 swapFree=4192956/4192956
[pid=7240] ppid=7238 vsize=16872 CPUtime=1.57
/proc/7240/stat : 7240 (sugar++) S 7238 7240 6292 0 -1 4194304 1622 18902 0 4 6 3 133 15 16 0 1 0 5768194 17276928 1120 996147200 4194304 4206940 548682068528 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/7240/statm: 4218 1120 414 3 0 797 0
[pid=7263] ppid=7240 vsize=48568 CPUtime=3444.18
/proc/7263/stat : 7263 (minisat-inc) R 7240 7240 6292 0 -1 4194304 11536 0 0 0 344396 22 0 0 25 0 1 0 5768398 49733632 11473 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/7263/statm: 12142 11473 80 151 0 11988 0
Current children cumulated CPU time (s) 3445.75
Current children cumulated vsize (KiB) 65440

[startup+3522.31 s]
/proc/loadavg: 2.79 2.70 2.62 4/83 7289
/proc/meminfo: memFree=1226432/2055920 swapFree=4192956/4192956
[pid=7240] ppid=7238 vsize=16872 CPUtime=1.57
/proc/7240/stat : 7240 (sugar++) S 7238 7240 6292 0 -1 4194304 1622 18902 0 4 6 3 133 15 16 0 1 0 5768194 17276928 1120 996147200 4194304 4206940 548682068528 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/7240/statm: 4218 1120 414 3 0 797 0
[pid=7263] ppid=7240 vsize=48568 CPUtime=3503.91
/proc/7263/stat : 7263 (minisat-inc) R 7240 7240 6292 0 -1 4194304 11553 0 0 0 350369 22 0 0 25 0 1 0 5768398 49733632 11490 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/7263/statm: 12142 11490 80 151 0 11988 0
Current children cumulated CPU time (s) 3505.48
Current children cumulated vsize (KiB) 65440

[startup+3582.3 s]
/proc/loadavg: 1.92 2.49 2.55 2/67 7313
/proc/meminfo: memFree=1305736/2055920 swapFree=4192956/4192956
[pid=7240] ppid=7238 vsize=16872 CPUtime=1.57
/proc/7240/stat : 7240 (sugar++) S 7238 7240 6292 0 -1 4194304 1622 18902 0 4 6 3 133 15 16 0 1 0 5768194 17276928 1120 996147200 4194304 4206940 548682068528 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/7240/statm: 4218 1120 414 3 0 797 0
[pid=7263] ppid=7240 vsize=48732 CPUtime=3563.76
/proc/7263/stat : 7263 (minisat-inc) R 7240 7240 6292 0 -1 4194304 11597 0 0 0 356353 23 0 0 25 0 1 0 5768398 49901568 11534 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/7263/statm: 12183 11534 80 151 0 12029 0
Current children cumulated CPU time (s) 3565.33
Current children cumulated vsize (KiB) 65604



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3617 s]
/proc/loadavg: 1.51 2.32 2.49 2/67 7315
/proc/meminfo: memFree=1304392/2055920 swapFree=4192956/4192956
[pid=7240] ppid=7238 vsize=16872 CPUtime=1.57
/proc/7240/stat : 7240 (sugar++) S 7238 7240 6292 0 -1 4194304 1622 18902 0 4 6 3 133 15 16 0 1 0 5768194 17276928 1120 996147200 4194304 4206940 548682068528 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/7240/statm: 4218 1120 414 3 0 797 0
[pid=7263] ppid=7240 vsize=50172 CPUtime=3598.45
/proc/7263/stat : 7263 (minisat-inc) R 7240 7240 6292 0 -1 4194304 11950 0 0 0 359822 23 0 0 25 0 1 0 5768398 51376128 11887 996147200 134512640 135134323 4294956192 18446744073709551615 134524710 0 0 4096 3 0 0 0 17 1 0 0
/proc/7263/statm: 12543 11887 80 151 0 12389 0
Current children cumulated CPU time (s) 3600.02
Current children cumulated vsize (KiB) 67044

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

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

[startup+3617 s]
/proc/loadavg: 1.51 2.32 2.49 2/67 7315
/proc/meminfo: memFree=1304392/2055920 swapFree=4192956/4192956
[pid=7240] ppid=7238 vsize=16872 CPUtime=1.57
/proc/7240/stat : 7240 (sugar++) S 7238 7240 6292 0 -1 4194304 1622 18902 0 4 6 3 133 15 16 0 1 0 5768194 17276928 1120 996147200 4194304 4206940 548682068528 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/7240/statm: 4218 1120 414 3 0 797 0
[pid=7263] ppid=7240 vsize=50172 CPUtime=3598.45
/proc/7263/stat : 7263 (minisat-inc) R 7240 7240 6292 0 -1 4194304 11950 0 0 0 359822 23 0 0 25 0 1 0 5768398 51376128 11887 996147200 134512640 135134323 4294956192 18446744073709551615 134524710 0 0 4096 3 0 0 0 17 1 0 0
/proc/7263/statm: 12543 11887 80 151 0 12389 0
Current children cumulated CPU time (s) 3600.02
Current children cumulated vsize (KiB) 67044

Child status: 0
Real time (s): 3617.02
CPU time (s): 3600.06
CPU user time (s): 3599.62
CPU system time (s): 0.439933
CPU usage (%): 99.5313
Max. virtual memory (cumulated for all children) (KiB): 886720

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3599.62
system time used= 0.439933
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 32555
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= 2759
involuntary context switches= 118839

runsolver used 5.12122 second user time and 9.74452 second system time

The end

Launcher Data (download as text)

Begin job on node73 at 2008-07-23 06:20:18
IDJOB=1128603
IDBENCH=65764
IDSOLVER=367
FILE ID=node73/1128603-1216786818
PBS_JOBID= 7974209
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-41_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-1128603-1216786818/watcher-1128603-1216786818 -o /tmp/evaluation-result-1128603-1216786818/solver-1128603-1216786818 -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-1128603-1216786818.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= f081c6714e0b8bdb34f8075a4fcccf23
RANDOM SEED=293098946

node73.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.243
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.243
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:       1279792 kB
Buffers:         30672 kB
Cached:         604720 kB
SwapCached:          0 kB
Active:         381316 kB
Inactive:       343788 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1279792 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:             872 kB
Writeback:           0 kB
Mapped:         110036 kB
Slab:            36244 kB
Committed_AS:   908728 kB
PageTables:       1988 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 node73 at 2008-07-23 07:20:37