Trace number 1088418

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? (TO) 1800.07 1816.22

General information on the benchmark

Namecsp/graphColoring/
myciel/normalized-myciel7-7.xml
MD5SUM476f5652a7b81cad0245b6dfdd0cea29
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables191
Number of constraints2360
Maximum constraint arity2
Maximum domain size7
Number of constraints which are defined in extension0
Number of constraints which are defined in intension2360
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.05	c 0	Sugar v1-13 + HOME/minisat
0.00/0.05	c 0	BEGIN Tue Jul  8 03:03:51 2008
0.00/0.05	c 0	PID 3269
0.00/0.05	c 0	HOST node69.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1088418-1215479031.xml TO HOME/temp.csp
0.00/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1088418-1215479031.xml' 'HOME/temp.csp'
0.03/0.70	c 1	1 domains, 191 variables, 1 predicates, 0 relations, 2360 constraints
0.03/0.73	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.73	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.67/0.81	c 1	Parsing HOME/temp.csp
0.92/1.00	c 1	parsed 2553 expressions
0.92/1.01	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.92/1.01	c 1	Converting to clausal form CSP
0.92/1.06	c 1	converted 256 (10%) expressions
1.03/1.18	c 1	converted 511 (20%) expressions
1.11/1.21	c 1	converted 766 (30%) expressions
1.11/1.23	c 1	converted 1022 (40%) expressions
1.11/1.24	c 1	converted 1277 (50%) expressions
1.11/1.25	c 1	converted 1532 (60%) expressions
1.11/1.25	c 1	converted 1788 (70%) expressions
1.11/1.26	c 1	converted 2043 (80%) expressions
1.11/1.27	c 1	converted 2298 (90%) expressions
1.11/1.28	c 1	converted 2553 (100%) expressions
1.11/1.28	c 1	CSP : 191 integers, 0 booleans, 2360 clauses, largest domain size 7
1.11/1.28	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.11/1.28	c 1	Propagation in CSP
1.21/1.32	c 1	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.21/1.32	c 1	CSP : 191 integers, 0 booleans, 2360 clauses, largest domain size 7
1.21/1.32	c 1	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.21/1.32	c 1	Simplifing CSP by introducing new Boolean variables
1.21/1.36	c 2	CSP : 191 integers, 4720 booleans, 7080 clauses, largest domain size 7
1.21/1.36	c 2	Heap : 4 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.31/1.41	c 2	Encoding CSP to SAT : HOME/temp.cnf
1.31/1.42	c 2	20 (10%) CSP integer variables are encoded (100 clauses, 984 bytes)
1.31/1.42	c 2	39 (20%) CSP integer variables are encoded (195 clauses, 2029 bytes)
1.31/1.42	c 2	58 (30%) CSP integer variables are encoded (290 clauses, 3074 bytes)
1.31/1.42	c 2	77 (40%) CSP integer variables are encoded (385 clauses, 4119 bytes)
1.31/1.42	c 2	96 (50%) CSP integer variables are encoded (480 clauses, 5164 bytes)
1.31/1.42	c 2	115 (60%) CSP integer variables are encoded (575 clauses, 6209 bytes)
1.31/1.43	c 2	134 (70%) CSP integer variables are encoded (670 clauses, 7254 bytes)
1.31/1.43	c 2	153 (80%) CSP integer variables are encoded (765 clauses, 8299 bytes)
1.31/1.43	c 2	172 (90%) CSP integer variables are encoded (860 clauses, 9399 bytes)
1.31/1.43	c 2	191 (100%) CSP integer variables are encoded (955 clauses, 10634 bytes)
1.31/1.47	c 2	708 (10%) CSP clauses are encoded (4495 clauses, 61402 bytes)
1.31/1.49	c 2	1416 (20%) CSP clauses are encoded (8035 clauses, 113502 bytes)
1.41/1.51	c 2	2124 (30%) CSP clauses are encoded (11575 clauses, 165734 bytes)
1.41/1.52	c 2	2832 (40%) CSP clauses are encoded (15115 clauses, 219562 bytes)
1.41/1.54	c 2	3540 (50%) CSP clauses are encoded (18655 clauses, 274578 bytes)
1.41/1.55	c 2	4248 (60%) CSP clauses are encoded (22195 clauses, 329450 bytes)
1.41/1.56	c 2	4956 (70%) CSP clauses are encoded (25735 clauses, 384568 bytes)
1.41/1.57	c 2	5664 (80%) CSP clauses are encoded (29275 clauses, 439500 bytes)
1.41/1.58	c 2	6372 (90%) CSP clauses are encoded (32815 clauses, 494516 bytes)
1.41/1.59	c 2	7080 (100%) CSP clauses are encoded (36355 clauses, 551080 bytes)
1.41/1.59	c 2	7080 CSP clauses encoded
1.41/1.59	c 2	Writing map file : HOME/temp.map
1.41/1.59	c 2	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.41/1.59	c 2	SAT : 5866 SAT variables, 36355 SAT clauses, 551080 bytes
1.41/1.59	c 2	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.51/1.62	c 2	SOLVING HOME/temp.cnf
1.51/1.62	c 2	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1.51/1.62	c 2	This is MiniSat 2.0 beta
1.51/1.62	c 2	WARNING: for repeatability, setting FPU to use double precision
1.51/1.62	c 2	============================[ Problem Statistics ]=============================
1.51/1.62	c 2	|                                                                             |
1.51/1.62	c 2	|  Number of variables:  5866                                                 |
1.51/1.62	c 2	|  Number of clauses:    36355                                                |
1.51/1.64	c 2	|  Parsing time:         0.02         s                                       |
1.51/1.65	c 2	============================[ Search Statistics ]==============================
1.51/1.65	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.51/1.65	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.51/1.65	c 2	===============================================================================
1.51/1.65	c 2	|         0 |    5866    36355    96310 |    12118        0    nan |  0.000 % |
1.51/1.67	c 2	|       102 |    5866    36355    96310 |    13330      102     37 |  0.000 % |
1.51/1.69	c 2	|       253 |    5866    36355    96310 |    14663      253     27 |  0.000 % |
1.52/1.75	c 2	|       478 |    5866    36355    96310 |    16129      478     31 |  0.000 % |
1.52/1.80	c 2	|       816 |    5866    36355    96310 |    17742      816     33 |  0.000 % |
1.52/1.90	c 2	|      1322 |    5866    36355    96310 |    19516     1322     31 |  0.000 % |
1.52/2.00	c 2	|      2081 |    5866    36355    96310 |    21468     2081     29 |  0.000 % |
2.08/2.22	c 2	|      3220 |    5866    36355    96310 |    23615     3220     31 |  0.000 % |
2.37/2.57	c 3	|      4929 |    5866    36355    96310 |    25976     4929     33 |  0.000 % |
2.77/2.98	c 3	|      7491 |    5866    36355    96310 |    28574     7491     33 |  0.000 % |
3.46/3.64	c 4	|     11337 |    5866    36355    96310 |    31431    11337     33 |  0.000 % |
4.75/4.98	c 5	|     17103 |    5866    36355    96310 |    34575    17103     36 |  0.000 % |
7.72/7.91	c 8	|     25752 |    5866    36355    96310 |    38032    25752     40 |  0.000 % |
12.68/12.90	c 13	|     38727 |    5866    36355    96310 |    41835    38727     41 |  0.000 % |
19.32/19.69	c 20	|     58188 |    5866    36355    96310 |    46019    26675     42 |  0.000 % |
35.06/35.58	c 36	|     87382 |    5866    36355    96310 |    50621    20755     63 |  0.000 % |
57.46/58.18	c 58	|    131172 |    5866    36355    96310 |    55683    28768     42 |  0.000 % |
90.64/91.64	c 92	|    196856 |    5866    36355    96310 |    61251    51586     45 |  0.000 % |
158.10/159.78	c 160	|    295382 |    5866    36355    96310 |    67376    55722     54 |  0.000 % |
239.54/241.92	c 242	|    443171 |    5866    36355    96310 |    74114    40275     58 |  0.000 % |
411.22/415.27	c 415	|    664854 |    5866    36355    96310 |    81526    22925     55 |  0.000 % |
676.72/683.27	c 683	|    997379 |    5866    36355    96310 |    89678    82501     52 |  0.000 % |
1176.42/1187.67	c 1188	|   1496167 |    5866    36355    96310 |    98646    57477     55 |  0.000 % |
1800.02/1816.21	sh: line 1:  3293 Terminated              HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out' 2>&1
1800.02/1816.21	c 1816	DECODING HOME/temp.out WITH HOME/temp.map
1800.02/1816.21	c 1816	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
1800.02/1816.22	c ERROR INTERRUPTED
1800.02/1816.22	s UNKNOWN
1800.02/1816.22	c 1816	CPU 1799.83 (0.03 0.01 1799.8 0.2)
1800.02/1816.22	c 1816	END Tue Jul  8 03:34:07 2008

Verifier Data (download as text)

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: UNKNOWN

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-1088418-1215479031/watcher-1088418-1215479031 -o /tmp/evaluation-result-1088418-1215479031/solver-1088418-1215479031 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/sugar -c -vv -java=java -Xmx700M -jar=HOME/sugar-v1-13.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-1088418-1215479031.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2200 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: 1.93 1.96 1.82 4/80 3269
/proc/meminfo: memFree=1355160/2055920 swapFree=4192956/4192956
[pid=3269] ppid=3267 vsize=18572 CPUtime=0
/proc/3269/stat : 3269 (runsolver) R 3267 3269 2741 0 -1 4194368 15 0 0 0 0 0 0 0 23 0 1 0 4601023 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 237947645223 0 0 4096 24578 0 0 0 17 1 0 0
/proc/3269/statm: 4643 292 257 25 0 2626 0

[startup+0.0696009 s]
/proc/loadavg: 1.93 1.96 1.82 4/80 3269
/proc/meminfo: memFree=1355160/2055920 swapFree=4192956/4192956
[pid=3269] ppid=3267 vsize=13600 CPUtime=0.03
/proc/3269/stat : 3269 (sugar) S 3267 3269 2741 0 -1 4194304 900 127 0 0 2 1 0 0 24 0 1 0 4601023 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3269/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.102877 s]
/proc/loadavg: 1.93 1.96 1.82 4/80 3269
/proc/meminfo: memFree=1355160/2055920 swapFree=4192956/4192956
[pid=3269] ppid=3267 vsize=13600 CPUtime=0.03
/proc/3269/stat : 3269 (sugar) S 3267 3269 2741 0 -1 4194304 900 127 0 0 2 1 0 0 24 0 1 0 4601023 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3269/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301885 s]
/proc/loadavg: 1.93 1.96 1.82 4/80 3269
/proc/meminfo: memFree=1355160/2055920 swapFree=4192956/4192956
[pid=3269] ppid=3267 vsize=13600 CPUtime=0.03
/proc/3269/stat : 3269 (sugar) S 3267 3269 2741 0 -1 4194304 900 127 0 0 2 1 0 0 24 0 1 0 4601023 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3269/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701925 s]
/proc/loadavg: 1.93 1.96 1.82 4/80 3269
/proc/meminfo: memFree=1355160/2055920 swapFree=4192956/4192956
[pid=3269] ppid=3267 vsize=13600 CPUtime=0.03
/proc/3269/stat : 3269 (sugar) S 3267 3269 2741 0 -1 4194304 901 127 0 0 2 1 0 0 15 0 1 0 4601023 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3269/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50299 s]
/proc/loadavg: 1.93 1.96 1.82 3/91 3291
/proc/meminfo: memFree=1346944/2055920 swapFree=4192956/4192956
[pid=3269] ppid=3267 vsize=13600 CPUtime=0.67
/proc/3269/stat : 3269 (sugar) S 3267 3269 2741 0 -1 4194304 974 5226 0 1 2 1 61 3 15 0 1 0 4601023 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3269/statm: 3400 797 370 3 0 500 0
[pid=3282] ppid=3269 vsize=5356 CPUtime=0
/proc/3282/stat : 3282 (sh) S 3269 3269 2741 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 4601097 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3282/statm: 1339 233 193 169 0 50 0
[pid=3283] ppid=3282 vsize=868460 CPUtime=0.74
/proc/3283/stat : 3283 (java) S 3282 3269 2741 0 -1 0 6984 0 1 0 70 4 0 0 18 0 9 0 4601097 889303040 6217 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3283/statm: 217115 6217 2562 9 0 211662 0
[pid=3283/tid=3284] ppid=3282 vsize=868460 CPUtime=0.41
/proc/3283/task/3284/stat : 3284 (java) R 3282 3269 2741 0 -1 64 2712 0 1 0 40 1 0 0 22 0 9 0 4601098 889303040 6217 996147200 134512640 134550740 4294955952 18446744073709551615 4125950496 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3283/tid=3285] ppid=3282 vsize=868460 CPUtime=0.07
/proc/3283/task/3285/stat : 3285 (java) S 3282 3269 2741 0 -1 64 2126 0 0 0 7 0 0 0 16 0 9 0 4601099 889303040 6217 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3283/tid=3286] ppid=3282 vsize=868460 CPUtime=0
/proc/3283/task/3286/stat : 3286 (java) S 3282 3269 2741 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 4601099 889303040 6217 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3283/tid=3287] ppid=3282 vsize=868460 CPUtime=0
/proc/3283/task/3287/stat : 3287 (java) S 3282 3269 2741 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 4601099 889303040 6217 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3283/tid=3288] ppid=3282 vsize=868460 CPUtime=0
/proc/3283/task/3288/stat : 3288 (java) S 3282 3269 2741 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 4601101 889303040 6217 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3283/tid=3289] ppid=3282 vsize=868460 CPUtime=0.21
/proc/3283/task/3289/stat : 3289 (java) S 3282 3269 2741 0 -1 64 1453 0 0 0 21 0 0 0 16 0 9 0 4601101 889303040 6217 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3283/tid=3290] ppid=3282 vsize=868460 CPUtime=0
/proc/3283/task/3290/stat : 3290 (java) S 3282 3269 2741 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 4601101 889303040 6217 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3283/tid=3291] ppid=3282 vsize=868460 CPUtime=0
/proc/3283/task/3291/stat : 3291 (java) S 3282 3269 2741 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 4601101 889303040 6217 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.41
Current children cumulated vsize (KiB) 887416

[startup+3.10212 s]
/proc/loadavg: 1.93 1.96 1.82 3/83 3293
/proc/meminfo: memFree=1343488/2055920 swapFree=4192956/4192956
[pid=3269] ppid=3267 vsize=13600 CPUtime=1.52
/proc/3269/stat : 3269 (sugar) S 3267 3269 2741 0 -1 4194304 1032 12538 0 2 3 1 140 8 15 0 1 0 4601023 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3269/statm: 3400 798 370 3 0 500 0
[pid=3292] ppid=3269 vsize=5356 CPUtime=0
/proc/3292/stat : 3292 (sh) S 3269 3269 2741 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4601186 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3292/statm: 1339 232 193 169 0 50 0
[pid=3293] ppid=3292 vsize=5212 CPUtime=1.45
/proc/3293/stat : 3293 (minisat) R 3292 3269 2741 0 -1 4194304 1085 0 0 0 145 0 0 0 25 0 1 0 4601186 5337088 1071 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/3293/statm: 1303 1071 76 150 0 1150 0
Current children cumulated CPU time (s) 2.97
Current children cumulated vsize (KiB) 24168

[startup+6.30138 s]
/proc/loadavg: 1.94 1.96 1.82 3/83 3293
/proc/meminfo: memFree=1340416/2055920 swapFree=4192956/4192956
[pid=3269] ppid=3267 vsize=13600 CPUtime=1.52
/proc/3269/stat : 3269 (sugar) S 3267 3269 2741 0 -1 4194304 1032 12538 0 2 3 1 140 8 16 0 1 0 4601023 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3269/statm: 3400 798 370 3 0 500 0
[pid=3292] ppid=3269 vsize=5356 CPUtime=0
/proc/3292/stat : 3292 (sh) S 3269 3269 2741 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4601186 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3292/statm: 1339 232 193 169 0 50 0
[pid=3293] ppid=3292 vsize=7864 CPUtime=4.62
/proc/3293/stat : 3293 (minisat) R 3292 3269 2741 0 -1 4194304 1729 0 0 0 462 0 0 0 25 0 1 0 4601186 8052736 1715 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/3293/statm: 1966 1715 76 150 0 1813 0
Current children cumulated CPU time (s) 6.14
Current children cumulated vsize (KiB) 26820

[startup+12.7029 s]
/proc/loadavg: 1.94 1.96 1.82 3/83 3293
/proc/meminfo: memFree=1336384/2055920 swapFree=4192956/4192956
[pid=3269] ppid=3267 vsize=13600 CPUtime=1.52
/proc/3269/stat : 3269 (sugar) S 3267 3269 2741 0 -1 4194304 1032 12538 0 2 3 1 140 8 16 0 1 0 4601023 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3269/statm: 3400 798 370 3 0 500 0
[pid=3292] ppid=3269 vsize=5356 CPUtime=0
/proc/3292/stat : 3292 (sh) S 3269 3269 2741 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4601186 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3292/statm: 1339 232 193 169 0 50 0
[pid=3293] ppid=3292 vsize=11472 CPUtime=10.96
/proc/3293/stat : 3293 (minisat) R 3292 3269 2741 0 -1 4194304 2658 0 0 0 1095 1 0 0 25 0 1 0 4601186 11747328 2644 996147200 134512640 135127466 4294956256 18446744073709551615 134527053 0 0 4096 3 0 0 0 17 1 0 0
/proc/3293/statm: 2868 2644 76 150 0 2715 0
Current children cumulated CPU time (s) 12.48
Current children cumulated vsize (KiB) 30428

[startup+25.5019 s]
/proc/loadavg: 1.95 1.96 1.83 3/83 3293
/proc/meminfo: memFree=1334848/2055920 swapFree=4192956/4192956
[pid=3269] ppid=3267 vsize=13600 CPUtime=1.52
/proc/3269/stat : 3269 (sugar) S 3267 3269 2741 0 -1 4194304 1032 12538 0 2 3 1 140 8 16 0 1 0 4601023 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3269/statm: 3400 798 370 3 0 500 0
[pid=3292] ppid=3269 vsize=5356 CPUtime=0
/proc/3292/stat : 3292 (sh) S 3269 3269 2741 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4601186 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3292/statm: 1339 232 193 169 0 50 0
[pid=3293] ppid=3292 vsize=13008 CPUtime=23.64
/proc/3293/stat : 3293 (minisat) R 3292 3269 2741 0 -1 4194304 3024 0 0 0 2362 2 0 0 25 0 1 0 4601186 13320192 3010 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/3293/statm: 3252 3010 76 150 0 3099 0
Current children cumulated CPU time (s) 25.16
Current children cumulated vsize (KiB) 31964

[startup+51.102 s]
/proc/loadavg: 1.97 1.96 1.83 3/83 3293
/proc/meminfo: memFree=1330880/2055920 swapFree=4192956/4192956
[pid=3269] ppid=3267 vsize=13600 CPUtime=1.52
/proc/3269/stat : 3269 (sugar) S 3267 3269 2741 0 -1 4194304 1032 12538 0 2 3 1 140 8 16 0 1 0 4601023 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3269/statm: 3400 798 370 3 0 500 0
[pid=3292] ppid=3269 vsize=5356 CPUtime=0
/proc/3292/stat : 3292 (sh) S 3269 3269 2741 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4601186 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3292/statm: 1339 232 193 169 0 50 0
[pid=3293] ppid=3292 vsize=17180 CPUtime=49
/proc/3293/stat : 3293 (minisat) R 3292 3269 2741 0 -1 4194304 4080 0 0 0 4897 3 0 0 25 0 1 0 4601186 17592320 4066 996147200 134512640 135127466 4294956256 18446744073709551615 134530739 0 0 4096 3 0 0 0 17 1 0 0
/proc/3293/statm: 4295 4066 76 150 0 4142 0
Current children cumulated CPU time (s) 50.52
Current children cumulated vsize (KiB) 36136

[startup+102.306 s]
/proc/loadavg: 1.98 1.97 1.83 3/83 3293
/proc/meminfo: memFree=1328320/2055920 swapFree=4192956/4192956
[pid=3269] ppid=3267 vsize=13600 CPUtime=1.52
/proc/3269/stat : 3269 (sugar) S 3267 3269 2741 0 -1 4194304 1032 12538 0 2 3 1 140 8 16 0 1 0 4601023 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3269/statm: 3400 798 370 3 0 500 0
[pid=3292] ppid=3269 vsize=5356 CPUtime=0
/proc/3292/stat : 3292 (sh) S 3269 3269 2741 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4601186 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3292/statm: 1339 232 193 169 0 50 0
[pid=3293] ppid=3292 vsize=19304 CPUtime=99.73
/proc/3293/stat : 3293 (minisat) R 3292 3269 2741 0 -1 4194304 4587 0 0 0 9970 3 0 0 25 0 1 0 4601186 19767296 4573 996147200 134512640 135127466 4294956256 18446744073709551615 134530579 0 0 4096 3 0 0 0 17 1 0 0
/proc/3293/statm: 4826 4573 76 150 0 4673 0
Current children cumulated CPU time (s) 101.25
Current children cumulated vsize (KiB) 38260

[startup+162.302 s]
/proc/loadavg: 1.99 1.97 1.84 3/83 3293
/proc/meminfo: memFree=1325632/2055920 swapFree=4192956/4192956
[pid=3269] ppid=3267 vsize=13600 CPUtime=1.52
/proc/3269/stat : 3269 (sugar) S 3267 3269 2741 0 -1 4194304 1032 12538 0 2 3 1 140 8 16 0 1 0 4601023 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3269/statm: 3400 798 370 3 0 500 0
[pid=3292] ppid=3269 vsize=5356 CPUtime=0
/proc/3292/stat : 3292 (sh) S 3269 3269 2741 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4601186 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3292/statm: 1339 232 193 169 0 50 0
[pid=3293] ppid=3292 vsize=22192 CPUtime=159.16
/proc/3293/stat : 3293 (minisat) R 3292 3269 2741 0 -1 4194304 5274 0 0 0 15912 4 0 0 25 0 1 0 4601186 22724608 5260 996147200 134512640 135127466 4294956256 18446744073709551615 134530863 0 0 4096 3 0 0 0 17 1 0 0
/proc/3293/statm: 5548 5260 76 150 0 5395 0
Current children cumulated CPU time (s) 160.68
Current children cumulated vsize (KiB) 41148

[startup+222.302 s]
/proc/loadavg: 2.05 1.99 1.85 3/83 3293
/proc/meminfo: memFree=1322048/2055920 swapFree=4192956/4192956
[pid=3269] ppid=3267 vsize=13600 CPUtime=1.52
/proc/3269/stat : 3269 (sugar) S 3267 3269 2741 0 -1 4194304 1032 12538 0 2 3 1 140 8 16 0 1 0 4601023 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3269/statm: 3400 798 370 3 0 500 0
[pid=3292] ppid=3269 vsize=5356 CPUtime=0
/proc/3292/stat : 3292 (sh) S 3269 3269 2741 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4601186 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0

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

[pid=3269] ppid=3267 vsize=13600 CPUtime=1.52
/proc/3269/stat : 3269 (sugar) S 3267 3269 2741 0 -1 4194304 1032 12538 0 2 3 1 140 8 16 0 1 0 4601023 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3269/statm: 3400 798 370 3 0 500 0
[pid=3292] ppid=3269 vsize=5356 CPUtime=0
/proc/3292/stat : 3292 (sh) S 3269 3269 2741 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4601186 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3292/statm: 1339 232 193 169 0 50 0
[pid=3293] ppid=3292 vsize=39308 CPUtime=1229.08
/proc/3293/stat : 3293 (minisat) R 3292 3269 2741 0 -1 4194304 9419 0 0 0 122900 8 0 0 25 0 1 0 4601186 40251392 9405 996147200 134512640 135127466 4294956256 18446744073709551615 134530814 0 0 4096 3 0 0 0 17 1 0 0
/proc/3293/statm: 9827 9405 76 150 0 9674 0
Current children cumulated CPU time (s) 1230.6
Current children cumulated vsize (KiB) 58264

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 1.92 3/83 3295
/proc/meminfo: memFree=1307656/2055920 swapFree=4192956/4192956
[pid=3269] ppid=3267 vsize=13600 CPUtime=1.52
/proc/3269/stat : 3269 (sugar) S 3267 3269 2741 0 -1 4194304 1032 12538 0 2 3 1 140 8 16 0 1 0 4601023 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3269/statm: 3400 798 370 3 0 500 0
[pid=3292] ppid=3269 vsize=5356 CPUtime=0
/proc/3292/stat : 3292 (sh) S 3269 3269 2741 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4601186 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3292/statm: 1339 232 193 169 0 50 0
[pid=3293] ppid=3292 vsize=39952 CPUtime=1288.54
/proc/3293/stat : 3293 (minisat) R 3292 3269 2741 0 -1 4194304 9538 0 0 0 128845 9 0 0 25 0 1 0 4601186 40910848 9524 996147200 134512640 135127466 4294956256 18446744073709551615 134523504 0 0 4096 3 0 0 0 17 1 0 0
/proc/3293/statm: 9988 9524 76 150 0 9835 0
Current children cumulated CPU time (s) 1290.06
Current children cumulated vsize (KiB) 58908

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 1.92 3/83 3295
/proc/meminfo: memFree=1307464/2055920 swapFree=4192956/4192956
[pid=3269] ppid=3267 vsize=13600 CPUtime=1.52
/proc/3269/stat : 3269 (sugar) S 3267 3269 2741 0 -1 4194304 1032 12538 0 2 3 1 140 8 16 0 1 0 4601023 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3269/statm: 3400 798 370 3 0 500 0
[pid=3292] ppid=3269 vsize=5356 CPUtime=0
/proc/3292/stat : 3292 (sh) S 3269 3269 2741 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4601186 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3292/statm: 1339 232 193 169 0 50 0
[pid=3293] ppid=3292 vsize=40104 CPUtime=1347.97
/proc/3293/stat : 3293 (minisat) R 3292 3269 2741 0 -1 4194304 9588 0 0 0 134788 9 0 0 25 0 1 0 4601186 41066496 9574 996147200 134512640 135127466 4294956256 18446744073709551615 134530828 0 0 4096 3 0 0 0 17 1 0 0
/proc/3293/statm: 10026 9574 76 150 0 9873 0
Current children cumulated CPU time (s) 1349.49
Current children cumulated vsize (KiB) 59060

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 1.92 3/83 3295
/proc/meminfo: memFree=1306888/2055920 swapFree=4192956/4192956
[pid=3269] ppid=3267 vsize=13600 CPUtime=1.52
/proc/3269/stat : 3269 (sugar) S 3267 3269 2741 0 -1 4194304 1032 12538 0 2 3 1 140 8 16 0 1 0 4601023 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3269/statm: 3400 798 370 3 0 500 0
[pid=3292] ppid=3269 vsize=5356 CPUtime=0
/proc/3292/stat : 3292 (sh) S 3269 3269 2741 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4601186 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3292/statm: 1339 232 193 169 0 50 0
[pid=3293] ppid=3292 vsize=40756 CPUtime=1407.42
/proc/3293/stat : 3293 (minisat) R 3292 3269 2741 0 -1 4194304 9716 0 0 0 140733 9 0 0 25 0 1 0 4601186 41734144 9702 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/3293/statm: 10189 9702 76 150 0 10036 0
Current children cumulated CPU time (s) 1408.94
Current children cumulated vsize (KiB) 59712

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 1.92 3/83 3295
/proc/meminfo: memFree=1306696/2055920 swapFree=4192956/4192956
[pid=3269] ppid=3267 vsize=13600 CPUtime=1.52
/proc/3269/stat : 3269 (sugar) S 3267 3269 2741 0 -1 4194304 1032 12538 0 2 3 1 140 8 16 0 1 0 4601023 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3269/statm: 3400 798 370 3 0 500 0
[pid=3292] ppid=3269 vsize=5356 CPUtime=0
/proc/3292/stat : 3292 (sh) S 3269 3269 2741 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4601186 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3292/statm: 1339 232 193 169 0 50 0
[pid=3293] ppid=3292 vsize=40936 CPUtime=1466.86
/proc/3293/stat : 3293 (minisat) R 3292 3269 2741 0 -1 4194304 9760 0 0 0 146677 9 0 0 25 0 1 0 4601186 41918464 9746 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/3293/statm: 10234 9746 76 150 0 10081 0
Current children cumulated CPU time (s) 1468.38
Current children cumulated vsize (KiB) 59892

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 1.92 3/83 3295
/proc/meminfo: memFree=1306184/2055920 swapFree=4192956/4192956
[pid=3269] ppid=3267 vsize=13600 CPUtime=1.52
/proc/3269/stat : 3269 (sugar) S 3267 3269 2741 0 -1 4194304 1032 12538 0 2 3 1 140 8 16 0 1 0 4601023 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3269/statm: 3400 798 370 3 0 500 0
[pid=3292] ppid=3269 vsize=5356 CPUtime=0
/proc/3292/stat : 3292 (sh) S 3269 3269 2741 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4601186 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3292/statm: 1339 232 193 169 0 50 0
[pid=3293] ppid=3292 vsize=40936 CPUtime=1526.29
/proc/3293/stat : 3293 (minisat) R 3292 3269 2741 0 -1 4194304 9777 0 0 0 152620 9 0 0 25 0 1 0 4601186 41918464 9763 996147200 134512640 135127466 4294956256 18446744073709551615 134530644 0 0 4096 3 0 0 0 17 1 0 0
/proc/3293/statm: 10234 9763 76 150 0 10081 0
Current children cumulated CPU time (s) 1527.81
Current children cumulated vsize (KiB) 59892

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.92 3/83 3295
/proc/meminfo: memFree=1305800/2055920 swapFree=4192956/4192956
[pid=3269] ppid=3267 vsize=13600 CPUtime=1.52
/proc/3269/stat : 3269 (sugar) S 3267 3269 2741 0 -1 4194304 1032 12538 0 2 3 1 140 8 16 0 1 0 4601023 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3269/statm: 3400 798 370 3 0 500 0
[pid=3292] ppid=3269 vsize=5356 CPUtime=0
/proc/3292/stat : 3292 (sh) S 3269 3269 2741 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4601186 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3292/statm: 1339 232 193 169 0 50 0
[pid=3293] ppid=3292 vsize=41240 CPUtime=1585.73
/proc/3293/stat : 3293 (minisat) R 3292 3269 2741 0 -1 4194304 9858 0 0 0 158564 9 0 0 25 0 1 0 4601186 42229760 9844 996147200 134512640 135127466 4294956256 18446744073709551615 134530692 0 0 4096 3 0 0 0 17 1 0 0
/proc/3293/statm: 10310 9844 76 150 0 10157 0
Current children cumulated CPU time (s) 1587.25
Current children cumulated vsize (KiB) 60196

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.92 3/83 3295
/proc/meminfo: memFree=1305800/2055920 swapFree=4192956/4192956
[pid=3269] ppid=3267 vsize=13600 CPUtime=1.52
/proc/3269/stat : 3269 (sugar) S 3267 3269 2741 0 -1 4194304 1032 12538 0 2 3 1 140 8 16 0 1 0 4601023 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3269/statm: 3400 798 370 3 0 500 0
[pid=3292] ppid=3269 vsize=5356 CPUtime=0
/proc/3292/stat : 3292 (sh) S 3269 3269 2741 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4601186 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3292/statm: 1339 232 193 169 0 50 0
[pid=3293] ppid=3292 vsize=41240 CPUtime=1645.17
/proc/3293/stat : 3293 (minisat) R 3292 3269 2741 0 -1 4194304 9862 0 0 0 164508 9 0 0 25 0 1 0 4601186 42229760 9848 996147200 134512640 135127466 4294956256 18446744073709551615 134530933 0 0 4096 3 0 0 0 17 1 0 0
/proc/3293/statm: 10310 9848 76 150 0 10157 0
Current children cumulated CPU time (s) 1646.69
Current children cumulated vsize (KiB) 60196

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.92 2/70 3315
/proc/meminfo: memFree=1832496/2055920 swapFree=4192956/4192956
[pid=3269] ppid=3267 vsize=13600 CPUtime=1.52
/proc/3269/stat : 3269 (sugar) S 3267 3269 2741 0 -1 4194304 1032 12538 0 2 3 1 140 8 16 0 1 0 4601023 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3269/statm: 3400 798 370 3 0 500 0
[pid=3292] ppid=3269 vsize=5356 CPUtime=0
/proc/3292/stat : 3292 (sh) S 3269 3269 2741 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4601186 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3292/statm: 1339 232 193 169 0 50 0
[pid=3293] ppid=3292 vsize=41632 CPUtime=1704.64
/proc/3293/stat : 3293 (minisat) R 3292 3269 2741 0 -1 4194304 9927 0 0 0 170454 10 0 0 25 0 1 0 4601186 42631168 9913 996147200 134512640 135127466 4294956256 18446744073709551615 134528963 0 0 4096 3 0 0 0 17 1 0 0
/proc/3293/statm: 10408 9913 76 150 0 10255 0
Current children cumulated CPU time (s) 1706.16
Current children cumulated vsize (KiB) 60588

[startup+1782.3 s]
/proc/loadavg: 1.37 1.82 1.86 2/67 3319
/proc/meminfo: memFree=1833928/2055920 swapFree=4192956/4192956
[pid=3269] ppid=3267 vsize=13600 CPUtime=1.52
/proc/3269/stat : 3269 (sugar) S 3267 3269 2741 0 -1 4194304 1032 12538 0 2 3 1 140 8 16 0 1 0 4601023 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3269/statm: 3400 798 370 3 0 500 0
[pid=3292] ppid=3269 vsize=5356 CPUtime=0
/proc/3292/stat : 3292 (sh) S 3269 3269 2741 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4601186 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3292/statm: 1339 232 193 169 0 50 0
[pid=3293] ppid=3292 vsize=41632 CPUtime=1764.61
/proc/3293/stat : 3293 (minisat) R 3292 3269 2741 0 -1 4194304 9934 0 0 0 176451 10 0 0 25 0 1 0 4601186 42631168 9920 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/3293/statm: 10408 9920 76 150 0 10255 0
Current children cumulated CPU time (s) 1766.13
Current children cumulated vsize (KiB) 60588



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1816.2 s]
/proc/loadavg: 1.20 1.72 1.82 2/67 3319
/proc/meminfo: memFree=1833928/2055920 swapFree=4192956/4192956
[pid=3269] ppid=3267 vsize=13600 CPUtime=1.52
/proc/3269/stat : 3269 (sugar) S 3267 3269 2741 0 -1 4194304 1032 12538 0 2 3 1 140 8 16 0 1 0 4601023 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3269/statm: 3400 798 370 3 0 500 0
[pid=3292] ppid=3269 vsize=5356 CPUtime=0
/proc/3292/stat : 3292 (sh) S 3269 3269 2741 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4601186 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3292/statm: 1339 232 193 169 0 50 0
[pid=3293] ppid=3292 vsize=41844 CPUtime=1798.5
/proc/3293/stat : 3293 (minisat) R 3292 3269 2741 0 -1 4194304 9973 0 0 0 179840 10 0 0 25 0 1 0 4601186 42848256 9959 996147200 134512640 135127466 4294956256 18446744073709551615 134530692 0 0 4096 3 0 0 0 17 0 0 0
/proc/3293/statm: 10461 9959 76 150 0 10308 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 60800

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): 1816.22
CPU time (s): 1800.07
CPU user time (s): 1799.84
CPU system time (s): 0.222966
CPU usage (%): 99.1105
Max. virtual memory (cumulated for all children) (KiB): 887416

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.84
system time used= 0.222966
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 24202
page faults= 2
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1937
involuntary context switches= 37811

runsolver used 2.41663 second user time and 5.77012 second system time

The end

Launcher Data (download as text)

Begin job on node69 at 2008-07-08 03:03:51
IDJOB=1088418
IDBENCH=58082
IDSOLVER=346
FILE ID=node69/1088418-1215479031
PBS_JOBID= 7888662
Free space on /tmp= 66468 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/graphColoring/myciel/normalized-myciel7-7.xml
COMMAND LINE= DIR/sugar -c -vv -java="java -Xmx700M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1088418-1215479031/watcher-1088418-1215479031 -o /tmp/evaluation-result-1088418-1215479031/solver-1088418-1215479031 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/sugar -c -vv -java="java -Xmx700M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-1088418-1215479031.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 476f5652a7b81cad0245b6dfdd0cea29
RANDOM SEED=504661081

node69.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.233
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.233
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:       1355704 kB
Buffers:         31064 kB
Cached:         110444 kB
SwapCached:          0 kB
Active:         615272 kB
Inactive:        52636 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1355704 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            1928 kB
Writeback:           0 kB
Mapped:         544000 kB
Slab:            16444 kB
Committed_AS:   888708 kB
PageTables:       2888 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= 66476 MiB
End job on node69 at 2008-07-08 03:34:09