Trace number 1115403

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.08 3601.81

General information on the benchmark

Namemaxcsp/randomMaxCSP/denseTight/
normalized-vcsp-25-10-25-87-49_ext.xml
MD5SUM5e4342cfe04164929a89212c0ea22b8e
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 benchmark4.08938
Satisfiable
(Un)Satisfiability was proved
Number of variables25
Number of constraints75
Maximum constraint arity2
Maximum domain size10
Number of constraints which are defined in extension75
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.07	c 0	Sugar++ v1-13 + HOME/minisat-inc
0.00/0.07	c 0	BEGIN Mon Jul 14 11:23:48 2008
0.00/0.07	c 0	PID 25609
0.00/0.08	c 0	HOST node8.alineos.net
0.00/0.08	c 0	CONVERTING HOME/instance-1115403-1216027428.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-1115403-1216027428.xml' 'HOME/temp.csp'
0.06/0.26	c 1	1 domains, 25 variables, 0 predicates, 75 relations, 75 constraints
0.06/0.30	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.30	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.06/0.39	c 1	Parsing HOME/temp.csp
0.27/0.47	c 1	parsed 176 expressions
0.27/0.49	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.27/0.49	c 1	MAX CSP: 75 constraints
0.27/0.49	c 1	Converting to clausal form CSP
0.27/0.51	c 1	converted 26 (10%) expressions
0.27/0.51	c 1	converted 51 (20%) expressions
0.27/0.51	c 1	converted 77 (30%) expressions
0.27/0.52	c 1	converted 102 (40%) expressions
0.27/0.53	c 1	converted 127 (50%) expressions
0.27/0.53	c 1	converted 153 (60%) expressions
0.27/0.53	c 1	converted 178 (70%) expressions
0.27/0.54	c 1	converted 204 (80%) expressions
0.27/0.54	c 1	converted 229 (90%) expressions
0.27/0.59	c 1	converted 254 (100%) expressions
0.27/0.59	c 1	CSP : 175 integers, 0 booleans, 224 clauses, largest domain size 113
0.27/0.59	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.27/0.59	c 1	Propagation in CSP
0.27/0.60	c 1	71 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.27/0.60	c 1	CSP : 175 integers, 0 booleans, 224 clauses, largest domain size 76
0.27/0.60	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.27/0.61	c 1	Simplifing CSP by introducing new Boolean variables
0.27/0.61	c 1	CSP : 175 integers, 0 booleans, 224 clauses, largest domain size 76
0.27/0.61	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.27/0.63	c 1	Encoding CSP to SAT : HOME/temp.cnf
0.27/0.64	c 1	18 (10%) CSP integer variables are encoded (144 clauses, 1456 bytes)
0.27/0.64	c 1	35 (20%) CSP integer variables are encoded (200 clauses, 2072 bytes)
0.27/0.64	c 1	53 (30%) CSP integer variables are encoded (200 clauses, 2072 bytes)
0.27/0.64	c 1	70 (40%) CSP integer variables are encoded (200 clauses, 2072 bytes)
0.27/0.64	c 1	88 (50%) CSP integer variables are encoded (200 clauses, 2072 bytes)
0.27/0.64	c 1	105 (60%) CSP integer variables are encoded (282 clauses, 2974 bytes)
0.27/0.64	c 1	123 (70%) CSP integer variables are encoded (346 clauses, 3678 bytes)
0.27/0.64	c 1	140 (80%) CSP integer variables are encoded (442 clauses, 4734 bytes)
0.27/0.64	c 1	158 (90%) CSP integer variables are encoded (506 clauses, 5438 bytes)
0.27/0.65	c 1	175 (100%) CSP integer variables are encoded (977 clauses, 10920 bytes)
0.27/0.67	c 1	23 (10%) CSP clauses are encoded (1373 clauses, 17489 bytes)
0.27/0.69	c 1	45 (20%) CSP clauses are encoded (1755 clauses, 24196 bytes)
0.27/0.69	c 1	68 (30%) CSP clauses are encoded (2153 clauses, 31722 bytes)
0.27/0.70	c 1	90 (40%) CSP clauses are encoded (2350 clauses, 35052 bytes)
0.28/0.70	c 1	112 (50%) CSP clauses are encoded (2782 clauses, 41192 bytes)
0.28/0.70	c 1	135 (60%) CSP clauses are encoded (2959 clauses, 43575 bytes)
0.28/0.71	c 1	157 (70%) CSP clauses are encoded (4127 clauses, 60860 bytes)
0.28/0.71	c 1	180 (80%) CSP clauses are encoded (4305 clauses, 63261 bytes)
0.28/0.72	c 1	202 (90%) CSP clauses are encoded (6122 clauses, 88850 bytes)
0.28/0.73	c 1	224 (100%) CSP clauses are encoded (10821 clauses, 166318 bytes)
0.28/0.73	c 1	224 CSP clauses encoded
0.28/0.73	c 1	Writing map file : HOME/temp.map
0.28/0.73	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.28/0.73	c 1	SAT : 1152 SAT variables, 10821 SAT clauses, 166318 bytes
0.28/0.73	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.28/0.74	c 1	OBJECTIVE minimize _COST
0.28/0.74	c 1	SOLVING HOME/temp.cnf
0.28/0.74	c 1	CMD HOME/minisat-inc -incremental HOME/temp.cnf HOME/temp.out
0.28/0.74	c 1	This is MiniSat 2.0 beta incremental
0.28/0.74	c 1	WARNING: for repeatability, setting FPU to use double precision
0.28/0.74	c 1	============================[ Problem Statistics ]=============================
0.28/0.74	c 1	|                                                                             |
0.28/0.74	c 1	|  Number of variables:  1152                                                 |
0.28/0.74	c 1	|  Number of clauses:    10821                                                |
0.28/0.74	c 1	|  Parsing time:         0.00         s                                       |
0.28/0.74	c 1	OK
0.28/0.74	c 1	OBJECTIVE BOUND: 0 <= _COST <= 
0.28/0.74	c 1	SEARCHING: _COST <= 38
0.28/0.74	c 1	============================[ Search Statistics ]==============================
0.28/0.74	c 1	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.28/0.74	c 1	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.28/0.74	c 1	===============================================================================
0.28/0.74	c 1	|         0 |    1152    10821    30853 |     3607        0    nan |  0.000 % |
0.28/0.75	c 1	|       100 |    1152    10821    30853 |     3967      100     16 |  0.020 % |
0.28/0.75	c 1	|       250 |    1152    10821    30853 |     4364      250     13 |  0.020 % |
0.28/0.76	c 1	|       475 |    1152    10821    30853 |     4800      475     17 |  0.020 % |
0.28/0.78	c 1	|       812 |    1152    10821    30853 |     5281      812     16 |  0.020 % |
0.68/0.80	c 1	|      1319 |    1152    10821    30853 |     5809     1319     16 |  0.020 % |
0.68/0.84	c 1	|      2078 |    1152    10821    30853 |     6390     2078     18 |  0.020 % |
0.68/0.91	c 1	|      3218 |    1152    10821    30853 |     7029     3218     19 |  0.020 % |
0.94/1.03	c 1	|      4926 |    1152    10821    30853 |     7731     4926     21 |  0.020 % |
1.13/1.24	c 2	|      7488 |    1152    10821    30853 |     8505     7488     21 |  0.020 % |
1.33/1.49	c 2	===============================================================================
1.33/1.49	c 2	restarts              : 10
1.33/1.49	c 2	conflicts             : 10258         (13679 /sec)
1.33/1.49	c 2	decisions             : 12646         (0.45 % random) (16864 /sec)
1.33/1.49	c 2	propagations          : 1045867        (1394701 /sec)
1.33/1.49	c 2	conflict literals     : 218697         (33.36 % deleted)
1.33/1.49	c 2	Memory used           : 3.36 MB
1.33/1.49	c 2	CPU time              : 0.749886 s
1.33/1.49	c 2	
1.33/1.49	c 2	SATISFIABLE
1.33/1.49	c 2	OK
1.33/1.49	c 2	FOUND: _COST <= 38
1.33/1.49	s SATISFIABLE
1.33/1.49	c 2	DECODING HOME/temp.out WITH HOME/temp.map
1.33/1.49	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.43/1.56	c 2	Decoding HOME/temp.out
1.43/1.60	c 2	OBJECTIVE _COST 38
1.43/1.60	o 38
1.43/1.61	v 9 8 2 9 7 6 9 8 7 9 9 8 4 8 1 2 2 8 1 9 2 0 0 2 9
1.43/1.61	c 2	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
1.43/1.65	c 2	OK
1.43/1.65	c 2	OBJECTIVE BOUND: 0 <= _COST <= 38
1.43/1.65	c 2	SEARCHING: _COST <= 19
1.43/1.65	c 2	============================[ Search Statistics ]==============================
1.43/1.66	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.43/1.66	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.43/1.66	c 2	===============================================================================
1.43/1.66	c 2	|     10258 |     893     7598    21924 |     2532     5629     20 |  0.020 % |
1.43/1.66	c 2	|     10358 |     893     7598    21924 |     2785     2915     18 | 22.494 % |
1.43/1.67	c 2	|     10509 |     893     7598    21924 |     3064     3066     17 | 22.494 % |
1.43/1.69	c 2	|     10735 |     893     7598    21924 |     3370     3292     17 | 22.494 % |
1.59/1.71	c 2	|     11073 |     893     7598    21924 |     3708     3630     16 | 22.494 % |
1.59/1.73	c 2	|     11581 |     893     7598    21924 |     4078     4138     16 | 22.494 % |
1.59/1.78	c 2	|     12342 |     893     7598    21924 |     4486     2540     11 | 22.494 % |
1.69/1.85	c 2	|     13481 |     893     7598    21924 |     4935     3679     12 | 22.494 % |
1.79/1.98	c 2	|     15190 |     893     7598    21924 |     5428     5388     13 | 22.494 % |
1.99/2.15	c 3	|     17754 |     893     7598    21924 |     5971     4906     13 | 22.494 % |
2.29/2.41	c 3	|     21599 |     893     7598    21924 |     6569     5537     12 | 22.494 % |
2.69/2.83	c 3	|     27367 |     893     7598    21924 |     7225     4165     13 | 22.494 % |
3.38/3.50	c 4	|     36016 |     893     7598    21924 |     7948     4994     13 | 22.494 % |
4.37/4.58	c 5	|     48992 |     893     7598    21924 |     8743     5168     13 | 22.494 % |
6.04/6.23	c 7	|     68454 |     893     7598    21924 |     9617     5893     15 | 22.494 % |
8.43/8.68	c 9	|     97646 |     893     7598    21924 |    10579     9479     15 | 22.494 % |
12.43/12.61	c 13	|    141436 |     893     7598    21924 |    11637     8536     14 | 22.494 % |
18.62/18.86	c 19	|    207121 |     893     7598    21924 |    12801     6835     13 | 22.500 % |
18.62/18.90	c 19	===============================================================================
18.62/18.90	c 19	restarts              : 28
18.62/18.90	c 19	conflicts             : 207482        (11582 /sec)
18.62/18.90	c 19	decisions             : 247665        (0.91 % random) (13825 /sec)
18.62/18.90	c 19	propagations          : 21730152       (1213008 /sec)
18.62/18.90	c 19	conflict literals     : 3283131        (33.04 % deleted)
18.62/18.90	c 19	Memory used           : 4.41 MB
18.62/18.90	c 19	CPU time              : 17.9143 s
18.62/18.90	c 19	
18.62/18.90	c 19	UNSATISFIABLE
18.62/18.90	c 19	OK
18.62/18.90	c 19	NOT FOUND: _COST <= 19
18.62/18.90	c 19	OK
18.62/18.90	c 19	OBJECTIVE BOUND: 20 <= _COST <= 38
18.62/18.90	c 19	SEARCHING: _COST <= 29
18.62/18.90	c 19	============================[ Search Statistics ]==============================
18.62/18.90	c 19	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
18.62/18.90	c 19	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
18.62/18.90	c 19	===============================================================================
18.62/18.90	c 19	|    207482 |     807     7008    20412 |     2336     5581     13 | 22.500 % |
18.72/18.91	c 19	|    207582 |     807     7008    20412 |     2569     1496     10 | 29.953 % |
18.72/18.91	c 19	|    207732 |     807     7008    20412 |     2826     1646     10 | 29.953 % |
18.72/18.92	c 19	|    207957 |     807     7008    20412 |     3109     1871     10 | 29.953 % |
18.72/18.94	c 19	|    208296 |     807     7008    20412 |     3420     2210     11 | 29.953 % |
18.72/18.97	c 19	|    208802 |     807     7008    20412 |     3762     2716     12 | 29.953 % |
18.82/19.02	c 19	|    209561 |     807     7008    20412 |     4138     3475     12 | 29.953 % |
18.82/19.09	c 20	|    210700 |     807     7008    20412 |     4552     4614     13 | 29.953 % |
19.02/19.21	c 20	|    212408 |     807     7008    20412 |     5007     3717     13 | 29.953 % |
19.12/19.39	c 20	|    214970 |     807     7008    20412 |     5508     3432     13 | 29.953 % |
19.42/19.70	c 20	|    218816 |     807     7008    20412 |     6058     4219     14 | 29.953 % |
19.92/20.10	c 21	|    224583 |     807     7008    20412 |     6664     6620     18 | 29.953 % |
20.52/20.78	c 21	|    233232 |     807     7008    20412 |     7331     4267     16 | 29.953 % |
21.61/21.85	c 22	|    246206 |     807     7008    20412 |     8064     5229     16 | 29.953 % |
23.11/23.37	c 24	|    265667 |     807     7008    20412 |     8870     7255     14 | 29.953 % |
25.51/25.75	c 26	|    294860 |     807     7008    20412 |     9758     7784     16 | 29.953 % |
29.52/29.75	c 30	|    338650 |     807     7008    20412 |    10733     9881     18 | 29.953 % |
35.51/35.71	c 36	|    404335 |     807     7008    20412 |    11807     7198     17 | 29.953 % |
45.10/45.38	c 46	|    502861 |     807     7008    20412 |    12987    11968     20 | 29.953 % |
60.80/61.09	c 62	|    650651 |     807     7008    20412 |    14286     9263     23 | 29.953 % |
85.68/85.99	c 86	|    872334 |     807     7008    20412 |    15715    14188     18 | 29.953 % |
125.67/125.98	c 126	|   1204861 |     807     7008    20412 |    17286    10713     19 | 29.953 % |
188.34/188.63	c 189	|   1703650 |     807     7008    20412 |    19015    16271     22 | 29.953 % |
289.90/290.29	c 291	|   2451832 |     807     7008    20412 |    20917    16593     21 | 29.953 % |
452.83/453.24	c 454	|   3574106 |     807     7008    20412 |    23008    16993     19 | 29.953 % |
706.11/706.64	c 707	|   5257518 |     807     7008    20412 |    25309    19824     21 | 29.953 % |
1129.62/1130.35	c 1131	|   7782634 |     807     7008    20412 |    27840    15106     19 | 29.953 % |
1819.44/1820.41	c 1821	|  11570309 |     807     7008    20412 |    30624    17441     22 | 29.953 % |
2969.41/2970.97	c 2971	|  17251823 |     807     7008    20412 |    33687    22569     20 | 29.953 % |
3600.05/3601.81	c 3602	CPU 3599.85 (0.06 0.01 3599.79 0.2)
3600.05/3601.81	c 3602	END Mon Jul 14 12:23:50 2008

Verifier Data (download as text)

OK	37	38
37 unsatisfied constraints, 38 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-1115403-1216027428/watcher-1115403-1216027428 -o /tmp/evaluation-result-1115403-1216027428/solver-1115403-1216027428 -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-1115403-1216027428.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: 0.00 0.00 0.00 3/68 25609
/proc/meminfo: memFree=1772392/2055920 swapFree=4192812/4192956
[pid=25609] ppid=25607 vsize=12268 CPUtime=0
/proc/25609/stat : 25609 (sugar++) D 25607 25609 25564 0 -1 4194304 348 0 0 0 0 0 0 0 18 0 1 0 59445918 12562432 316 996147200 4194304 4206940 548682068528 18446744073709551615 228706712165 0 2147483391 4224 0 18446744072099937270 0 0 17 0 0 0
/proc/25609/statm: 3067 316 241 3 0 167 0

[startup+0.0193299 s]
/proc/loadavg: 0.00 0.00 0.00 3/68 25609
/proc/meminfo: memFree=1772392/2055920 swapFree=4192812/4192956
[pid=25609] ppid=25607 vsize=12544 CPUtime=0
/proc/25609/stat : 25609 (sugar++) R 25607 25609 25564 0 -1 4194304 501 0 0 0 0 0 0 0 18 0 1 0 59445918 12845056 469 996147200 4194304 4206940 548682068528 18446744073709551615 228720547408 0 0 4224 0 0 0 0 17 0 0 0
/proc/25609/statm: 3136 469 298 3 0 236 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12544

[startup+0.101346 s]
/proc/loadavg: 0.00 0.00 0.00 3/68 25609
/proc/meminfo: memFree=1772392/2055920 swapFree=4192812/4192956
[pid=25609] ppid=25607 vsize=16740 CPUtime=0.06
/proc/25609/stat : 25609 (sugar++) S 25607 25609 25564 0 -1 4194304 1219 128 0 0 5 1 0 0 16 0 1 0 59445918 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25609/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.301396 s]
/proc/loadavg: 0.00 0.00 0.00 3/68 25609
/proc/meminfo: memFree=1772392/2055920 swapFree=4192812/4192956
[pid=25609] ppid=25607 vsize=16740 CPUtime=0.06
/proc/25609/stat : 25609 (sugar++) S 25607 25609 25564 0 -1 4194304 1236 128 0 0 5 1 0 0 15 0 1 0 59445918 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25609/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.701452 s]
/proc/loadavg: 0.00 0.00 0.00 3/68 25609
/proc/meminfo: memFree=1772392/2055920 swapFree=4192812/4192956
[pid=25609] ppid=25607 vsize=16740 CPUtime=0.28
/proc/25609/stat : 25609 (sugar++) S 25607 25609 25564 0 -1 4194304 1297 4298 0 1 6 1 19 2 15 0 1 0 59445918 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25609/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 16740

[startup+1.5016 s]
/proc/loadavg: 0.00 0.00 0.00 3/76 25648
/proc/meminfo: memFree=1757096/2055920 swapFree=4192812/4192956
[pid=25609] ppid=25607 vsize=16740 CPUtime=0.68
/proc/25609/stat : 25609 (sugar++) S 25607 25609 25564 0 -1 4194304 1509 9686 0 2 6 1 56 5 15 0 1 0 59445918 17141760 1115 996147200 4194304 4206940 548682068528 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25609/statm: 4185 1115 414 3 0 764 0
[pid=25648] ppid=25609 vsize=3440 CPUtime=0.75
/proc/25648/stat : 25648 (minisat-inc) S 25609 25609 25564 0 -1 4194304 608 0 0 0 75 0 0 0 25 0 1 0 59445992 3522560 553 996147200 134512640 135134323 4294956192 18446744073709551615 134725182 0 0 4096 3 18446744071563648864 0 0 17 0 0 0
/proc/25648/statm: 860 553 79 151 0 706 0
Current children cumulated CPU time (s) 1.43
Current children cumulated vsize (KiB) 20180

[startup+3.10187 s]
/proc/loadavg: 0.16 0.03 0.01 3/76 25658
/proc/meminfo: memFree=1756008/2055920 swapFree=4192812/4192956
[pid=25609] ppid=25607 vsize=16740 CPUtime=0.8
/proc/25609/stat : 25609 (sugar++) S 25607 25609 25564 0 -1 4194304 1544 13397 0 3 6 1 65 8 15 0 1 0 59445918 17141760 1115 996147200 4194304 4206940 548682068528 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25609/statm: 4185 1115 414 3 0 764 0
[pid=25648] ppid=25609 vsize=3440 CPUtime=2.19
/proc/25648/stat : 25648 (minisat-inc) R 25609 25609 25564 0 -1 4194304 614 0 0 0 219 0 0 0 25 0 1 0 59445992 3522560 559 996147200 134512640 135134323 4294956192 18446744073709551615 134531900 0 0 4096 3 0 0 0 17 1 0 0
/proc/25648/statm: 860 559 79 151 0 706 0
Current children cumulated CPU time (s) 2.99
Current children cumulated vsize (KiB) 20180

[startup+6.30143 s]
/proc/loadavg: 0.16 0.03 0.01 3/76 25658
/proc/meminfo: memFree=1755816/2055920 swapFree=4192812/4192956
[pid=25609] ppid=25607 vsize=16740 CPUtime=0.8
/proc/25609/stat : 25609 (sugar++) S 25607 25609 25564 0 -1 4194304 1544 13397 0 3 6 1 65 8 16 0 1 0 59445918 17141760 1115 996147200 4194304 4206940 548682068528 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25609/statm: 4185 1115 414 3 0 764 0
[pid=25648] ppid=25609 vsize=3708 CPUtime=5.33
/proc/25648/stat : 25648 (minisat-inc) R 25609 25609 25564 0 -1 4194304 659 0 0 0 532 1 0 0 25 0 1 0 59445992 3796992 604 996147200 134512640 135134323 4294956192 18446744073709551615 134532161 0 0 4096 3 0 0 0 17 0 0 0
/proc/25648/statm: 927 604 79 151 0 773 0
Current children cumulated CPU time (s) 6.13
Current children cumulated vsize (KiB) 20448

[startup+12.7015 s]
/proc/loadavg: 0.44 0.10 0.03 3/83 25693
/proc/meminfo: memFree=1742512/2055920 swapFree=4192812/4192956
[pid=25609] ppid=25607 vsize=16740 CPUtime=0.8
/proc/25609/stat : 25609 (sugar++) S 25607 25609 25564 0 -1 4194304 1544 13397 0 3 6 1 65 8 16 0 1 0 59445918 17141760 1115 996147200 4194304 4206940 548682068528 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25609/statm: 4185 1115 414 3 0 764 0
[pid=25648] ppid=25609 vsize=4104 CPUtime=11.73
/proc/25648/stat : 25648 (minisat-inc) R 25609 25609 25564 0 -1 4194304 775 0 0 0 1172 1 0 0 25 0 1 0 59445992 4202496 720 996147200 134512640 135134323 4294956192 18446744073709551615 134529634 0 0 4096 3 0 0 0 17 0 0 0
/proc/25648/statm: 1026 720 79 151 0 872 0
Current children cumulated CPU time (s) 12.53
Current children cumulated vsize (KiB) 20844

[startup+25.5017 s]
/proc/loadavg: 0.68 0.16 0.05 3/83 25693
/proc/meminfo: memFree=1741936/2055920 swapFree=4192812/4192956
[pid=25609] ppid=25607 vsize=16740 CPUtime=0.8
/proc/25609/stat : 25609 (sugar++) S 25607 25609 25564 0 -1 4194304 1547 13397 0 3 6 1 65 8 16 0 1 0 59445918 17141760 1115 996147200 4194304 4206940 548682068528 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25609/statm: 4185 1115 414 3 0 764 0
[pid=25648] ppid=25609 vsize=4644 CPUtime=24.51
/proc/25648/stat : 25648 (minisat-inc) R 25609 25609 25564 0 -1 4194304 908 0 0 0 2450 1 0 0 25 0 1 0 59445992 4755456 851 996147200 134512640 135134323 4294956192 18446744073709551615 134531971 0 0 4096 3 0 0 0 17 0 0 0
/proc/25648/statm: 1161 851 79 151 0 1007 0
Current children cumulated CPU time (s) 25.31
Current children cumulated vsize (KiB) 21384

[startup+51.1012 s]
/proc/loadavg: 1.21 0.32 0.11 3/83 25693
/proc/meminfo: memFree=1695792/2055920 swapFree=4192812/4192956
[pid=25609] ppid=25607 vsize=16740 CPUtime=0.8
/proc/25609/stat : 25609 (sugar++) S 25607 25609 25564 0 -1 4194304 1547 13397 0 3 6 1 65 8 16 0 1 0 59445918 17141760 1115 996147200 4194304 4206940 548682068528 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25609/statm: 4185 1115 414 3 0 764 0
[pid=25648] ppid=25609 vsize=6116 CPUtime=50.1
/proc/25648/stat : 25648 (minisat-inc) R 25609 25609 25564 0 -1 4194304 1265 0 0 0 5009 1 0 0 25 0 1 0 59445992 6262784 1208 996147200 134512640 135134323 4294956192 18446744073709551615 134531971 0 0 4096 3 0 0 0 17 0 0 0
/proc/25648/statm: 1529 1208 79 151 0 1375 0
Current children cumulated CPU time (s) 50.9
Current children cumulated vsize (KiB) 22856

[startup+102.305 s]
/proc/loadavg: 2.08 0.71 0.25 3/83 25693
/proc/meminfo: memFree=1685296/2055920 swapFree=4192812/4192956
[pid=25609] ppid=25607 vsize=16740 CPUtime=0.8
/proc/25609/stat : 25609 (sugar++) S 25607 25609 25564 0 -1 4194304 1547 13397 0 3 6 1 65 8 16 0 1 0 59445918 17141760 1115 996147200 4194304 4206940 548682068528 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25609/statm: 4185 1115 414 3 0 764 0
[pid=25648] ppid=25609 vsize=7320 CPUtime=101.28
/proc/25648/stat : 25648 (minisat-inc) R 25609 25609 25564 0 -1 4194304 1572 0 0 0 10127 1 0 0 25 0 1 0 59445992 7495680 1515 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/25648/statm: 1830 1515 79 151 0 1676 0
Current children cumulated CPU time (s) 102.08
Current children cumulated vsize (KiB) 24060

[startup+162.301 s]
/proc/loadavg: 2.51 1.06 0.40 3/83 25693
/proc/meminfo: memFree=1683760/2055920 swapFree=4192812/4192956
[pid=25609] ppid=25607 vsize=16740 CPUtime=0.8
/proc/25609/stat : 25609 (sugar++) S 25607 25609 25564 0 -1 4194304 1547 13397 0 3 6 1 65 8 16 0 1 0 59445918 17141760 1115 996147200 4194304 4206940 548682068528 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25609/statm: 4185 1115 414 3 0 764 0
[pid=25648] ppid=25609 vsize=8612 CPUtime=161.25
/proc/25648/stat : 25648 (minisat-inc) R 25609 25609 25564 0 -1 4194304 1868 0 0 0 16124 1 0 0 25 0 1 0 59445992 8818688 1811 996147200 134512640 135134323 4294956192 18446744073709551615 134531898 0 0 4096 3 0 0 0 17 0 0 0
/proc/25648/statm: 2153 1811 79 151 0 1999 0
Current children cumulated CPU time (s) 162.05
Current children cumulated vsize (KiB) 25352

[startup+222.303 s]
/proc/loadavg: 2.59 1.37 0.55 3/83 25693
/proc/meminfo: memFree=1682992/2055920 swapFree=4192812/4192956
[pid=25609] ppid=25607 vsize=16740 CPUtime=0.8
/proc/25609/stat : 25609 (sugar++) S 25607 25609 25564 0 -1 4194304 1547 13397 0 3 6 1 65 8 16 0 1 0 59445918 17141760 1115 996147200 4194304 4206940 548682068528 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25609/statm: 4185 1115 414 3 0 764 0
[pid=25648] ppid=25609 vsize=9348 CPUtime=221.23
/proc/25648/stat : 25648 (minisat-inc) R 25609 25609 25564 0 -1 4194304 2053 0 0 0 22121 2 0 0 25 0 1 0 59445992 9572352 1996 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/25648/statm: 2337 1996 79 151 0 2183 0
Current children cumulated CPU time (s) 222.03
Current children cumulated vsize (KiB) 26088

[startup+282.301 s]
/proc/loadavg: 2.50 1.55 0.65 3/83 25693
/proc/meminfo: memFree=1682416/2055920 swapFree=4192812/4192956
[pid=25609] ppid=25607 vsize=16740 CPUtime=0.8
/proc/25609/stat : 25609 (sugar++) S 25607 25609 25564 0 -1 4194304 1547 13397 0 3 6 1 65 8 16 0 1 0 59445918 17141760 1115 996147200 4194304 4206940 548682068528 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25609/statm: 4185 1115 414 3 0 764 0
[pid=25648] ppid=25609 vsize=10052 CPUtime=281.2
/proc/25648/stat : 25648 (minisat-inc) R 25609 25609 25564 0 -1 4194304 2201 0 0 0 28118 2 0 0 25 0 1 0 59445992 10293248 2144 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/25648/statm: 2513 2144 79 151 0 2359 0
Current children cumulated CPU time (s) 282
Current children cumulated vsize (KiB) 26792

[startup+342.302 s]
/proc/loadavg: 2.59 1.76 0.78 3/83 25693
/proc/meminfo: memFree=1681712/2055920 swapFree=4192812/4192956
[pid=25609] ppid=25607 vsize=16740 CPUtime=0.8
/proc/25609/stat : 25609 (sugar++) S 25607 25609 25564 0 -1 4194304 1547 13397 0 3 6 1 65 8 16 0 1 0 59445918 17141760 1115 996147200 4194304 4206940 548682068528 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25609/statm: 4185 1115 414 3 0 764 0
[pid=25648] ppid=25609 vsize=10744 CPUtime=341.17
/proc/25648/stat : 25648 (minisat-inc) R 25609 25609 25564 0 -1 4194304 2374 0 0 0 34115 2 0 0 25 0 1 0 59445992 11001856 2317 996147200 134512640 135134323 4294956192 18446744073709551615 134531982 0 0 4096 3 0 0 0 17 0 0 0
/proc/25648/statm: 2686 2317 79 151 0 2532 0
Current children cumulated CPU time (s) 341.97
Current children cumulated vsize (KiB) 27484

[startup+402.302 s]
/proc/loadavg: 2.75 1.94 0.90 4/83 25693
/proc/meminfo: memFree=1681200/2055920 swapFree=4192812/4192956
[pid=25609] ppid=25607 vsize=16740 CPUtime=0.8
/proc/25609/stat : 25609 (sugar++) S 25607 25609 25564 0 -1 4194304 1547 13397 0 3 6 1 65 8 16 0 1 0 59445918 17141760 1115 996147200 4194304 4206940 548682068528 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25609/statm: 4185 1115 414 3 0 764 0
[pid=25648] ppid=25609 vsize=11284 CPUtime=401.15
/proc/25648/stat : 25648 (minisat-inc) R 25609 25609 25564 0 -1 4194304 2509 0 0 0 40113 2 0 0 25 0 1 0 59445992 11554816 2452 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/25648/statm: 2821 2452 79 151 0 2667 0
Current children cumulated CPU time (s) 401.95
Current children cumulated vsize (KiB) 28024


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

/proc/25609/statm: 4185 1115 414 3 0 764 0
[pid=25648] ppid=25609 vsize=22660 CPUtime=2860.06
/proc/25648/stat : 25648 (minisat-inc) R 25609 25609 25564 0 -1 4194304 5148 0 0 0 285997 9 0 0 25 0 1 0 59445992 23203840 5091 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/25648/statm: 5665 5091 79 151 0 5511 0
Current children cumulated CPU time (s) 2860.86
Current children cumulated vsize (KiB) 39400

[startup+2922.3 s]
/proc/loadavg: 2.60 2.63 2.49 3/83 25699
/proc/meminfo: memFree=1669744/2055920 swapFree=4192812/4192956
[pid=25609] ppid=25607 vsize=16740 CPUtime=0.8
/proc/25609/stat : 25609 (sugar++) S 25607 25609 25564 0 -1 4194304 1547 13397 0 3 6 1 65 8 16 0 1 0 59445918 17141760 1115 996147200 4194304 4206940 548682068528 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25609/statm: 4185 1115 414 3 0 764 0
[pid=25648] ppid=25609 vsize=22804 CPUtime=2920.04
/proc/25648/stat : 25648 (minisat-inc) R 25609 25609 25564 0 -1 4194304 5170 0 0 0 291995 9 0 0 25 0 1 0 59445992 23351296 5113 996147200 134512640 135134323 4294956192 18446744073709551615 134532037 0 0 4096 3 0 0 0 17 0 0 0
/proc/25648/statm: 5701 5113 79 151 0 5547 0
Current children cumulated CPU time (s) 2920.84
Current children cumulated vsize (KiB) 39544

[startup+2982.3 s]
/proc/loadavg: 2.64 2.64 2.50 4/83 25699
/proc/meminfo: memFree=1669616/2055920 swapFree=4192812/4192956
[pid=25609] ppid=25607 vsize=16740 CPUtime=0.8
/proc/25609/stat : 25609 (sugar++) S 25607 25609 25564 0 -1 4194304 1547 13397 0 3 6 1 65 8 16 0 1 0 59445918 17141760 1115 996147200 4194304 4206940 548682068528 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25609/statm: 4185 1115 414 3 0 764 0
[pid=25648] ppid=25609 vsize=22992 CPUtime=2980.01
/proc/25648/stat : 25648 (minisat-inc) R 25609 25609 25564 0 -1 4194304 5212 0 0 0 297992 9 0 0 25 0 1 0 59445992 23543808 5155 996147200 134512640 135134323 4294956192 18446744073709551615 134532346 0 0 4096 3 0 0 0 17 0 0 0
/proc/25648/statm: 5748 5155 79 151 0 5594 0
Current children cumulated CPU time (s) 2980.81
Current children cumulated vsize (KiB) 39732

[startup+3042.3 s]
/proc/loadavg: 2.76 2.67 2.52 3/83 25699
/proc/meminfo: memFree=1669552/2055920 swapFree=4192812/4192956
[pid=25609] ppid=25607 vsize=16740 CPUtime=0.8
/proc/25609/stat : 25609 (sugar++) S 25607 25609 25564 0 -1 4194304 1547 13397 0 3 6 1 65 8 16 0 1 0 59445918 17141760 1115 996147200 4194304 4206940 548682068528 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25609/statm: 4185 1115 414 3 0 764 0
[pid=25648] ppid=25609 vsize=22992 CPUtime=3039.98
/proc/25648/stat : 25648 (minisat-inc) R 25609 25609 25564 0 -1 4194304 5228 0 0 0 303989 9 0 0 25 0 1 0 59445992 23543808 5171 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/25648/statm: 5748 5171 79 151 0 5594 0
Current children cumulated CPU time (s) 3040.78
Current children cumulated vsize (KiB) 39732

[startup+3102.3 s]
/proc/loadavg: 2.61 2.63 2.51 3/83 25699
/proc/meminfo: memFree=1669552/2055920 swapFree=4192812/4192956
[pid=25609] ppid=25607 vsize=16740 CPUtime=0.8
/proc/25609/stat : 25609 (sugar++) S 25607 25609 25564 0 -1 4194304 1547 13397 0 3 6 1 65 8 16 0 1 0 59445918 17141760 1115 996147200 4194304 4206940 548682068528 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25609/statm: 4185 1115 414 3 0 764 0
[pid=25648] ppid=25609 vsize=22992 CPUtime=3099.96
/proc/25648/stat : 25648 (minisat-inc) R 25609 25609 25564 0 -1 4194304 5230 0 0 0 309986 10 0 0 25 0 1 0 59445992 23543808 5173 996147200 134512640 135134323 4294956192 18446744073709551615 134532126 0 0 4096 3 0 0 0 17 0 0 0
/proc/25648/statm: 5748 5173 79 151 0 5594 0
Current children cumulated CPU time (s) 3100.76
Current children cumulated vsize (KiB) 39732

[startup+3162.3 s]
/proc/loadavg: 2.53 2.60 2.51 3/83 25699
/proc/meminfo: memFree=1669488/2055920 swapFree=4192812/4192956
[pid=25609] ppid=25607 vsize=16740 CPUtime=0.8
/proc/25609/stat : 25609 (sugar++) S 25607 25609 25564 0 -1 4194304 1547 13397 0 3 6 1 65 8 16 0 1 0 59445918 17141760 1115 996147200 4194304 4206940 548682068528 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25609/statm: 4185 1115 414 3 0 764 0
[pid=25648] ppid=25609 vsize=23136 CPUtime=3159.94
/proc/25648/stat : 25648 (minisat-inc) R 25609 25609 25564 0 -1 4194304 5258 0 0 0 315984 10 0 0 25 0 1 0 59445992 23691264 5201 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/25648/statm: 5784 5201 79 151 0 5630 0
Current children cumulated CPU time (s) 3160.74
Current children cumulated vsize (KiB) 39876

[startup+3222.3 s]
/proc/loadavg: 2.41 2.56 2.50 3/83 25699
/proc/meminfo: memFree=1669296/2055920 swapFree=4192812/4192956
[pid=25609] ppid=25607 vsize=16740 CPUtime=0.8
/proc/25609/stat : 25609 (sugar++) S 25607 25609 25564 0 -1 4194304 1547 13397 0 3 6 1 65 8 16 0 1 0 59445918 17141760 1115 996147200 4194304 4206940 548682068528 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25609/statm: 4185 1115 414 3 0 764 0
[pid=25648] ppid=25609 vsize=23420 CPUtime=3219.91
/proc/25648/stat : 25648 (minisat-inc) R 25609 25609 25564 0 -1 4194304 5304 0 0 0 321981 10 0 0 25 0 1 0 59445992 23982080 5247 996147200 134512640 135134323 4294956192 18446744073709551615 134532050 0 0 4096 3 0 0 0 17 0 0 0
/proc/25648/statm: 5855 5247 79 151 0 5701 0
Current children cumulated CPU time (s) 3220.71
Current children cumulated vsize (KiB) 40160

[startup+3282.3 s]
/proc/loadavg: 2.65 2.60 2.51 3/83 25699
/proc/meminfo: memFree=1669296/2055920 swapFree=4192812/4192956
[pid=25609] ppid=25607 vsize=16740 CPUtime=0.8
/proc/25609/stat : 25609 (sugar++) S 25607 25609 25564 0 -1 4194304 1547 13397 0 3 6 1 65 8 16 0 1 0 59445918 17141760 1115 996147200 4194304 4206940 548682068528 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25609/statm: 4185 1115 414 3 0 764 0
[pid=25648] ppid=25609 vsize=23420 CPUtime=3279.89
/proc/25648/stat : 25648 (minisat-inc) R 25609 25609 25564 0 -1 4194304 5305 0 0 0 327979 10 0 0 25 0 1 0 59445992 23982080 5248 996147200 134512640 135134323 4294956192 18446744073709551615 134532114 0 0 4096 3 0 0 0 17 0 0 0
/proc/25648/statm: 5855 5248 79 151 0 5701 0
Current children cumulated CPU time (s) 3280.69
Current children cumulated vsize (KiB) 40160

[startup+3342.3 s]
/proc/loadavg: 2.66 2.60 2.52 3/83 25701
/proc/meminfo: memFree=1669040/2055920 swapFree=4192812/4192956
[pid=25609] ppid=25607 vsize=16740 CPUtime=0.8
/proc/25609/stat : 25609 (sugar++) S 25607 25609 25564 0 -1 4194304 1547 13397 0 3 6 1 65 8 16 0 1 0 59445918 17141760 1115 996147200 4194304 4206940 548682068528 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25609/statm: 4185 1115 414 3 0 764 0
[pid=25648] ppid=25609 vsize=23420 CPUtime=3339.86
/proc/25648/stat : 25648 (minisat-inc) R 25609 25609 25564 0 -1 4194304 5321 0 0 0 333976 10 0 0 25 0 1 0 59445992 23982080 5264 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/25648/statm: 5855 5264 79 151 0 5701 0
Current children cumulated CPU time (s) 3340.66
Current children cumulated vsize (KiB) 40160

[startup+3402.31 s]
/proc/loadavg: 2.71 2.62 2.53 3/83 25701
/proc/meminfo: memFree=1668976/2055920 swapFree=4192812/4192956
[pid=25609] ppid=25607 vsize=16740 CPUtime=0.8
/proc/25609/stat : 25609 (sugar++) S 25607 25609 25564 0 -1 4194304 1547 13397 0 3 6 1 65 8 16 0 1 0 59445918 17141760 1115 996147200 4194304 4206940 548682068528 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25609/statm: 4185 1115 414 3 0 764 0
[pid=25648] ppid=25609 vsize=23564 CPUtime=3399.83
/proc/25648/stat : 25648 (minisat-inc) R 25609 25609 25564 0 -1 4194304 5355 0 0 0 339973 10 0 0 25 0 1 0 59445992 24129536 5298 996147200 134512640 135134323 4294956192 18446744073709551615 134531891 0 0 4096 3 0 0 0 17 0 0 0
/proc/25648/statm: 5891 5298 79 151 0 5737 0
Current children cumulated CPU time (s) 3400.63
Current children cumulated vsize (KiB) 40304

[startup+3462.3 s]
/proc/loadavg: 2.62 2.62 2.53 3/83 25701
/proc/meminfo: memFree=1668720/2055920 swapFree=4192812/4192956
[pid=25609] ppid=25607 vsize=16740 CPUtime=0.8
/proc/25609/stat : 25609 (sugar++) S 25607 25609 25564 0 -1 4194304 1547 13397 0 3 6 1 65 8 16 0 1 0 59445918 17141760 1115 996147200 4194304 4206940 548682068528 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25609/statm: 4185 1115 414 3 0 764 0
[pid=25648] ppid=25609 vsize=23864 CPUtime=3459.8
/proc/25648/stat : 25648 (minisat-inc) R 25609 25609 25564 0 -1 4194304 5419 0 0 0 345970 10 0 0 25 0 1 0 59445992 24436736 5362 996147200 134512640 135134323 4294956192 18446744073709551615 134532052 0 0 4096 3 0 0 0 17 0 0 0
/proc/25648/statm: 5966 5362 79 151 0 5812 0
Current children cumulated CPU time (s) 3460.6
Current children cumulated vsize (KiB) 40604

[startup+3522.3 s]
/proc/loadavg: 2.66 2.63 2.54 3/83 25701
/proc/meminfo: memFree=1668272/2055920 swapFree=4192812/4192956
[pid=25609] ppid=25607 vsize=16740 CPUtime=0.8
/proc/25609/stat : 25609 (sugar++) S 25607 25609 25564 0 -1 4194304 1547 13397 0 3 6 1 65 8 16 0 1 0 59445918 17141760 1115 996147200 4194304 4206940 548682068528 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25609/statm: 4185 1115 414 3 0 764 0
[pid=25648] ppid=25609 vsize=24400 CPUtime=3519.77
/proc/25648/stat : 25648 (minisat-inc) R 25609 25609 25564 0 -1 4194304 5523 0 0 0 351967 10 0 0 25 0 1 0 59445992 24985600 5466 996147200 134512640 135134323 4294956192 18446744073709551615 134524710 0 0 4096 3 0 0 0 17 0 0 0
/proc/25648/statm: 6100 5466 79 151 0 5946 0
Current children cumulated CPU time (s) 3520.57
Current children cumulated vsize (KiB) 41140

[startup+3582.3 s]
/proc/loadavg: 2.66 2.63 2.55 3/83 25701
/proc/meminfo: memFree=1667824/2055920 swapFree=4192812/4192956
[pid=25609] ppid=25607 vsize=16740 CPUtime=0.8
/proc/25609/stat : 25609 (sugar++) S 25607 25609 25564 0 -1 4194304 1547 13397 0 3 6 1 65 8 16 0 1 0 59445918 17141760 1115 996147200 4194304 4206940 548682068528 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25609/statm: 4185 1115 414 3 0 764 0
[pid=25648] ppid=25609 vsize=24756 CPUtime=3579.75
/proc/25648/stat : 25648 (minisat-inc) R 25609 25609 25564 0 -1 4194304 5626 0 0 0 357964 11 0 0 25 0 1 0 59445992 25350144 5569 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/25648/statm: 6189 5569 79 151 0 6035 0
Current children cumulated CPU time (s) 3580.55
Current children cumulated vsize (KiB) 41496



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3601.8 s]
/proc/loadavg: 2.56 2.61 2.54 3/83 25701
/proc/meminfo: memFree=1667632/2055920 swapFree=4192812/4192956
[pid=25609] ppid=25607 vsize=16740 CPUtime=0.8
/proc/25609/stat : 25609 (sugar++) S 25607 25609 25564 0 -1 4194304 1547 13397 0 3 6 1 65 8 16 0 1 0 59445918 17141760 1115 996147200 4194304 4206940 548682068528 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25609/statm: 4185 1115 414 3 0 764 0
[pid=25648] ppid=25609 vsize=25088 CPUtime=3599.25
/proc/25648/stat : 25648 (minisat-inc) R 25609 25609 25564 0 -1 4194304 5672 0 0 0 359914 11 0 0 25 0 1 0 59445992 25690112 5615 996147200 134512640 135134323 4294956192 18446744073709551615 134531900 0 0 4096 3 0 0 0 17 0 0 0
/proc/25648/statm: 6272 5615 79 151 0 6118 0
Current children cumulated CPU time (s) 3600.05
Current children cumulated vsize (KiB) 41828

Sending SIGTERM to process tree (bottom up)
Child status: 0
d. DDumping a history of the last processes samples

Child status: 0
Real time (s): 3601.81
CPU time (s): 3600.08
CPU user time (s): 3599.86
CPU system time (s): 0.220966
CPU usage (%): 99.952
Max. virtual memory (cumulated for all children) (KiB): 41828

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3599.86
system time used= 0.220966
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 20691
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= 1323
involuntary context switches= 15324

runsolver used 3.41448 second user time and 9.69952 second system time

The end

Launcher Data (download as text)

Begin job on node8 at 2008-07-14 11:23:48
IDJOB=1115403
IDBENCH=61865
IDSOLVER=367
FILE ID=node8/1115403-1216027428
PBS_JOBID= 7904908
Free space on /tmp= 66340 MiB

SOLVER NAME= Sugar++ v1.13+minisat-inc
BENCH NAME= CPAI08/maxcsp/randomMaxCSP/denseTight/normalized-vcsp-25-10-25-87-49_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-1115403-1216027428/watcher-1115403-1216027428 -o /tmp/evaluation-result-1115403-1216027428/solver-1115403-1216027428 -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-1115403-1216027428.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 5e4342cfe04164929a89212c0ea22b8e
RANDOM SEED=38384992

node8.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.268
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.268
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1772872 kB
Buffers:         60988 kB
Cached:         140752 kB
SwapCached:         16 kB
Active:         150356 kB
Inactive:        67160 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1772872 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:             876 kB
Writeback:           0 kB
Mapped:          25352 kB
Slab:            51100 kB
Committed_AS:   274904 kB
PageTables:       1568 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66336 MiB
End job on node8 at 2008-07-14 12:23:50