Trace number 1127723

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sugar++ v1.13+minisat-incMSAT (TO) 3600.12 3629.74

General information on the benchmark

Namemaxcsp/cnf/2-40-1100-2000/
normalized-cnf-2-40-1600-616124_ext.xml
MD5SUM93d8ddd39d49bf6edecdb034fae8b10b
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkMOPT
Best Number of falsified constraints220
Best CPU time to get the best result obtained on this benchmark1.65875
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints647
Maximum constraint arity2
Maximum domain size2
Number of constraints which are defined in extension647
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.04/0.15	c 0	Sugar++ v1-13 + HOME/minisat-inc
0.04/0.15	c 0	BEGIN Wed Jul 23 03:10:34 2008
0.04/0.15	c 0	PID 6159
0.04/0.16	c 0	HOST node63.alineos.net
0.04/0.16	c 0	CONVERTING HOME/instance-1127723-1216775434.xml TO HOME/temp.csp
0.04/0.16	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1127723-1216775434.xml' 'HOME/temp.csp'
0.06/0.47	c 1	1 domains, 40 variables, 0 predicates, 14 relations, 647 constraints
0.06/0.53	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.53	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.36/0.61	c 1	Parsing HOME/temp.csp
0.36/0.75	c 1	parsed 702 expressions
0.36/0.75	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.36/0.77	c 1	MAX CSP: 647 constraints
0.36/0.77	c 1	Converting to clausal form CSP
0.36/0.80	c 1	converted 136 (10%) expressions
0.36/0.81	c 1	converted 271 (20%) expressions
0.36/0.83	c 1	converted 406 (30%) expressions
0.36/0.84	c 1	converted 541 (40%) expressions
0.36/0.85	c 1	converted 676 (50%) expressions
0.36/0.86	c 1	converted 812 (60%) expressions
0.36/0.87	c 1	converted 947 (70%) expressions
0.36/0.93	c 1	converted 1082 (80%) expressions
0.36/0.94	c 1	converted 1217 (90%) expressions
0.80/1.06	c 1	converted 1352 (100%) expressions
0.80/1.06	c 1	CSP : 1334 integers, 0 booleans, 1940 clauses, largest domain size 971
0.80/1.06	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.80/1.06	c 1	Propagation in CSP
0.80/1.10	c 1	642 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.90/1.10	c 1	CSP : 1334 integers, 0 booleans, 1940 clauses, largest domain size 648
0.90/1.10	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.90/1.11	c 1	Simplifing CSP by introducing new Boolean variables
0.90/1.11	c 1	CSP : 1334 integers, 0 booleans, 1940 clauses, largest domain size 648
0.90/1.11	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.90/1.14	c 1	Encoding CSP to SAT : HOME/temp.cnf
0.90/1.15	c 1	134 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
0.90/1.15	c 1	267 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
0.90/1.15	c 1	401 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
0.90/1.16	c 1	534 (40%) CSP integer variables are encoded (0 clauses, 64 bytes)
0.90/1.16	c 1	667 (50%) CSP integer variables are encoded (0 clauses, 64 bytes)
0.90/1.17	c 1	801 (60%) CSP integer variables are encoded (1193 clauses, 14950 bytes)
0.90/1.17	c 1	934 (70%) CSP integer variables are encoded (2138 clauses, 27235 bytes)
0.90/1.17	c 1	1068 (80%) CSP integer variables are encoded (3275 clauses, 42016 bytes)
0.90/1.17	c 1	1201 (90%) CSP integer variables are encoded (4191 clauses, 53924 bytes)
0.90/1.18	c 1	1334 (100%) CSP integer variables are encoded (10628 clauses, 141524 bytes)
0.99/1.21	c 1	194 (10%) CSP clauses are encoded (10882 clauses, 144396 bytes)
0.99/1.22	c 1	388 (20%) CSP clauses are encoded (11132 clauses, 147363 bytes)
0.99/1.24	c 1	582 (30%) CSP clauses are encoded (11399 clauses, 150673 bytes)
0.99/1.26	c 1	776 (40%) CSP clauses are encoded (14181 clauses, 197644 bytes)
1.09/1.31	c 1	970 (50%) CSP clauses are encoded (39973 clauses, 664695 bytes)
1.09/1.33	c 2	1164 (60%) CSP clauses are encoded (47755 clauses, 801802 bytes)
1.19/1.46	c 2	1358 (70%) CSP clauses are encoded (122391 clauses, 2170191 bytes)
1.19/1.48	c 2	1552 (80%) CSP clauses are encoded (131359 clauses, 2328585 bytes)
1.30/1.52	c 2	1746 (90%) CSP clauses are encoded (152783 clauses, 2716172 bytes)
2.00/2.28	c 2	1940 (100%) CSP clauses are encoded (555678 clauses, 10738053 bytes)
2.00/2.28	c 2	1940 CSP clauses encoded
2.00/2.28	c 2	Writing map file : HOME/temp.map
2.00/2.30	c 2	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.00/2.30	c 2	SAT : 11962 SAT variables, 555678 SAT clauses, 10738053 bytes
2.00/2.30	c 2	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.10/2.35	c 3	OBJECTIVE minimize _COST
2.10/2.35	c 3	SOLVING HOME/temp.cnf
2.10/2.35	c 3	CMD HOME/minisat-inc -incremental HOME/temp.cnf HOME/temp.out
2.10/2.35	c 3	This is MiniSat 2.0 beta incremental
2.10/2.35	c 3	WARNING: for repeatability, setting FPU to use double precision
2.10/2.35	c 3	============================[ Problem Statistics ]=============================
2.10/2.35	c 3	|                                                                             |
2.10/2.36	c 3	|  Number of variables:  11962                                                |
2.10/2.36	c 3	|  Number of clauses:    555678                                               |
2.12/2.60	c 3	|  Parsing time:         0.21         s                                       |
2.12/2.61	c 3	OK
2.12/2.61	c 3	OBJECTIVE BOUND: 0 <= _COST <= 
2.12/2.61	c 3	SEARCHING: _COST <= 324
2.12/2.61	c 3	============================[ Search Statistics ]==============================
2.12/2.61	c 3	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.12/2.61	c 3	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.12/2.61	c 3	===============================================================================
2.12/2.61	c 3	|         0 |   11962   555678  1634097 |   185226        0    nan |  0.000 % |
2.12/2.85	c 3	|       102 |   11959   555678  1634097 |   203748       99     18 |  0.362 % |
2.12/2.95	c 3	|       252 |   11959   555678  1634097 |   224123      249     25 |  0.362 % |
2.12/2.98	c 3	===============================================================================
2.12/2.98	c 3	restarts              : 3
2.12/2.98	c 3	conflicts             : 285           (490 /sec)
2.12/2.98	c 3	decisions             : 1215          (0.58 % random) (2088 /sec)
2.12/2.98	c 3	propagations          : 250122         (429829 /sec)
2.12/2.98	c 3	conflict literals     : 6751           (18.71 % deleted)
2.12/2.98	c 3	Memory used           : 25.33 MB
2.12/2.98	c 3	CPU time              : 0.581911 s
2.12/2.98	c 3	
2.12/2.98	c 3	SATISFIABLE
2.12/2.99	c 3	OK
2.12/2.99	c 3	FOUND: _COST <= 324
2.12/2.99	s SATISFIABLE
2.12/2.99	c 3	DECODING HOME/temp.out WITH HOME/temp.map
2.12/2.99	c 3	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
2.12/3.06	c 3	Decoding HOME/temp.out
2.12/3.19	c 3	OBJECTIVE _COST 324
2.12/3.19	o 324
2.12/3.19	v 0 1 1 1 1 1 1 1 1 0 0 1 1 1 1 1 0 1 1 0 1 1 1 0 1 1 1 1 1 1 1 1 1 1 0 1 0 1 1 0
2.12/3.19	c 3	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
2.93/3.24	c 3	OK
2.93/3.24	c 3	OBJECTIVE BOUND: 0 <= _COST <= 324
2.93/3.24	c 3	SEARCHING: _COST <= 162
2.93/3.25	c 3	============================[ Search Statistics ]==============================
2.93/3.26	c 3	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.93/3.26	c 3	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.93/3.26	c 3	===============================================================================
2.93/3.26	c 3	|       285 |   11919   555678  1634097 |   185226      282     24 |  0.362 % |
3.10/3.42	c 4	|       386 |   11919   555678  1634097 |   203748      382     22 | 27.388 % |
3.20/3.53	c 4	|       539 |   11919   555678  1634097 |   224123      535     20 | 27.388 % |
3.40/3.70	c 4	|       765 |   11919   555678  1634097 |   246535      761     19 | 27.388 % |
3.60/3.96	c 4	|      1103 |   11918   555678  1634097 |   271189     1097     18 | 27.647 % |
3.99/4.30	c 4	|      1610 |   11918   555678  1634097 |   298308     1604     18 | 27.647 % |
4.39/4.79	c 5	|      2369 |   11918   555678  1634097 |   328139     2362     18 | 27.798 % |
5.48/5.84	c 6	|      3509 |    8524   343588  1007916 |   360953     3490     17 | 28.742 % |
6.67/7.09	c 7	|      5217 |    8523   343588  1007916 |   397048     5196     16 | 29.102 % |
8.06/8.50	c 9	|      7780 |    8481   341044  1000434 |   436753     7757     17 | 29.102 % |
10.83/11.21	c 11	|     11624 |    8481   341044  1000434 |   480428    11601     19 | 29.102 % |
15.00/15.49	c 16	|     17392 |    8481   341044  1000434 |   528471    17369     20 | 29.102 % |
21.93/22.41	c 23	|     26042 |    8481   341044  1000434 |   581318    26019     21 | 29.102 % |
36.31/36.92	c 37	|     39019 |    8479   341021  1000373 |   639450    38994     23 | 29.152 % |
62.17/63.04	c 63	|     58481 |    8475   340931  1000119 |   703395    58456     23 | 29.152 % |
110.06/111.35	c 112	|     87673 |    8475   340931  1000119 |   773734    87648     24 | 29.152 % |
204.44/206.59	c 207	|    131463 |    8459   340162   997868 |   851108   131437     25 | 29.286 % |
360.80/364.24	c 364	|    197149 |    8459   340162   997868 |   936219   197123     25 | 29.286 % |
638.80/644.67	c 645	|    295676 |    8459   340162   997868 |  1029841   295650     26 | 29.286 % |
1171.10/1181.54	c 1182	|    443467 |    8459   340162   997868 |  1132825   443441     26 | 29.286 % |
2274.28/2294.29	c 2294	|    665150 |    8445   339184   994980 |  1246107   665122     26 | 29.403 % |
3600.06/3629.71	c ERROR INTERRUPTED
3600.06/3629.73	c 3630	CPU 3599.4 (0.06 0.02 3599.34 0.67)
3600.06/3629.73	c 3630	END Wed Jul 23 04:11:04 2008

Verifier Data (download as text)

OK	265	382
265 unsatisfied constraints, 382 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-1127723-1216775434/watcher-1127723-1216775434 -o /tmp/evaluation-result-1127723-1216775434/solver-1127723-1216775434 -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-1127723-1216775434.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: 1.92 1.98 1.99 4/80 6159
/proc/meminfo: memFree=1543672/2055920 swapFree=4192956/4192956
[pid=6159] ppid=6157 vsize=12268 CPUtime=0
/proc/6159/stat : 6159 (sugar++) D 6157 6159 5946 0 -1 4194304 348 0 0 0 0 0 0 0 18 0 1 0 4630094 12562432 316 996147200 4194304 4206940 548682068528 18446744073709551615 244277017189 0 2147483391 4224 0 18446744072099863542 0 0 17 1 0 0
/proc/6159/statm: 3067 316 241 3 0 167 0

[startup+0.0754239 s]
/proc/loadavg: 1.92 1.98 1.99 4/80 6159
/proc/meminfo: memFree=1543672/2055920 swapFree=4192956/4192956
[pid=6159] ppid=6157 vsize=13336 CPUtime=0.03
/proc/6159/stat : 6159 (sugar++) D 6157 6159 5946 0 -1 4194304 739 0 0 0 2 1 0 0 18 0 1 0 4630094 13656064 707 996147200 4194304 4206940 548682068528 18446744073709551615 244285747298 0 0 4224 0 18446744071563479169 0 0 17 0 0 0
/proc/6159/statm: 3334 707 338 3 0 434 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13336

[startup+0.101895 s]
/proc/loadavg: 1.92 1.98 1.99 4/80 6159
/proc/meminfo: memFree=1543672/2055920 swapFree=4192956/4192956
[pid=6159] ppid=6157 vsize=14776 CPUtime=0.04
/proc/6159/stat : 6159 (sugar++) R 6157 6159 5946 0 -1 4194304 868 0 0 0 3 1 0 0 18 0 1 0 4630094 15130624 836 996147200 4194304 4206940 548682068528 18446744073709551615 244295166572 0 0 4224 0 0 0 0 17 0 0 0
/proc/6159/statm: 3694 836 378 3 0 533 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 14776

[startup+0.302923 s]
/proc/loadavg: 1.92 1.98 1.99 4/80 6159
/proc/meminfo: memFree=1543672/2055920 swapFree=4192956/4192956
[pid=6159] ppid=6157 vsize=16740 CPUtime=0.06
/proc/6159/stat : 6159 (sugar++) S 6157 6159 5946 0 -1 4194304 1219 128 0 0 5 1 0 0 16 0 1 0 4630094 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6159/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.701962 s]
/proc/loadavg: 1.92 1.98 1.99 4/80 6159
/proc/meminfo: memFree=1543672/2055920 swapFree=4192956/4192956
[pid=6159] ppid=6157 vsize=16740 CPUtime=0.36
/proc/6159/stat : 6159 (sugar++) S 6157 6159 5946 0 -1 4194304 1296 4528 0 1 5 1 27 3 15 0 1 0 4630094 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6159/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.36
Current children cumulated vsize (KiB) 16740

[startup+1.50105 s]
/proc/loadavg: 1.92 1.98 1.99 3/91 6181
/proc/meminfo: memFree=1528736/2055920 swapFree=4192956/4192956
[pid=6159] ppid=6157 vsize=16740 CPUtime=0.37
/proc/6159/stat : 6159 (sugar++) S 6157 6159 5946 0 -1 4194304 1297 4528 0 1 6 1 27 3 15 0 1 0 4630094 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6159/statm: 4185 1104 409 3 0 764 0
[pid=6172] ppid=6159 vsize=5356 CPUtime=0
/proc/6172/stat : 6172 (sh) S 6159 6159 5946 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 4630147 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/6172/statm: 1339 233 193 169 0 50 0
[pid=6173] ppid=6172 vsize=868472 CPUtime=0.93
/proc/6173/stat : 6173 (java) S 6172 6159 5946 0 -1 0 6623 0 1 0 87 6 0 0 20 0 9 0 4630148 889315328 5778 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/6173/statm: 217118 5778 2563 9 0 211665 0
[pid=6173/tid=6174] ppid=6172 vsize=868472 CPUtime=0.61
/proc/6173/task/6174/stat : 6174 (java) R 6172 6159 5946 0 -1 64 2790 0 1 0 57 4 0 0 25 0 9 0 4630149 889315328 5778 996147200 134512640 134550740 4294955920 18446744073709551615 4126950128 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6173/tid=6175] ppid=6172 vsize=868472 CPUtime=0.07
/proc/6173/task/6175/stat : 6175 (java) S 6172 6159 5946 0 -1 64 1655 0 0 0 6 1 0 0 16 0 9 0 4630150 889315328 5778 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=6173/tid=6176] ppid=6172 vsize=868472 CPUtime=0
/proc/6173/task/6176/stat : 6176 (java) S 6172 6159 5946 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 4630150 889315328 5778 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6173/tid=6177] ppid=6172 vsize=868472 CPUtime=0
/proc/6173/task/6177/stat : 6177 (java) S 6172 6159 5946 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 4630150 889315328 5778 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6173/tid=6178] ppid=6172 vsize=868472 CPUtime=0
/proc/6173/task/6178/stat : 6178 (java) S 6172 6159 5946 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 4630152 889315328 5778 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6173/tid=6179] ppid=6172 vsize=868472 CPUtime=0.24
/proc/6173/task/6179/stat : 6179 (java) S 6172 6159 5946 0 -1 64 1485 0 0 0 23 1 0 0 16 0 9 0 4630152 889315328 5778 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6173/tid=6180] ppid=6172 vsize=868472 CPUtime=0
/proc/6173/task/6180/stat : 6180 (java) S 6172 6159 5946 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 4630152 889315328 5778 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6173/tid=6181] ppid=6172 vsize=868472 CPUtime=0
/proc/6173/task/6181/stat : 6181 (java) S 6172 6159 5946 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 4630152 889315328 5778 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.3
Current children cumulated vsize (KiB) 890568

[startup+3.10122 s]
/proc/loadavg: 1.92 1.98 1.99 3/91 6181
/proc/meminfo: memFree=1517984/2055920 swapFree=4192956/4192956
[pid=6159] ppid=6157 vsize=16872 CPUtime=2.12
/proc/6159/stat : 6159 (sugar++) S 6157 6159 5946 0 -1 4194304 1547 11700 0 2 6 2 187 17 15 0 1 0 4630094 17276928 1132 996147200 4194304 4206940 548682068528 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6159/statm: 4218 1132 414 3 0 797 0
Current children cumulated CPU time (s) 2.12
Current children cumulated vsize (KiB) 16872

[startup+6.30158 s]
/proc/loadavg: 1.93 1.98 1.99 3/82 6192
/proc/meminfo: memFree=1503912/2055920 swapFree=4192956/4192956
[pid=6159] ppid=6157 vsize=16872 CPUtime=2.33
/proc/6159/stat : 6159 (sugar++) S 6157 6159 5946 0 -1 4194304 1566 15573 0 3 6 2 206 19 16 0 1 0 4630094 17276928 1132 996147200 4194304 4206940 548682068528 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6159/statm: 4218 1132 414 3 0 797 0
[pid=6182] ppid=6159 vsize=26064 CPUtime=3.64
/proc/6182/stat : 6182 (minisat-inc) R 6159 6159 5946 0 -1 4194304 6341 0 0 0 360 4 0 0 25 0 1 0 4630330 26689536 6288 996147200 134512640 135134323 4294956192 18446744073709551615 134531971 0 0 4096 3 0 0 0 17 0 0 0
/proc/6182/statm: 6516 6288 80 151 0 6362 0
Current children cumulated CPU time (s) 5.97
Current children cumulated vsize (KiB) 42936

[startup+12.7013 s]
/proc/loadavg: 1.93 1.98 1.99 3/82 6192
/proc/meminfo: memFree=1503848/2055920 swapFree=4192956/4192956
[pid=6159] ppid=6157 vsize=16872 CPUtime=2.33
/proc/6159/stat : 6159 (sugar++) S 6157 6159 5946 0 -1 4194304 1566 15573 0 3 6 2 206 19 16 0 1 0 4630094 17276928 1132 996147200 4194304 4206940 548682068528 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6159/statm: 4218 1132 414 3 0 797 0
[pid=6182] ppid=6159 vsize=26220 CPUtime=9.99
/proc/6182/stat : 6182 (minisat-inc) R 6159 6159 5946 0 -1 4194304 6355 0 0 0 995 4 0 0 25 0 1 0 4630330 26849280 6302 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/6182/statm: 6555 6302 80 151 0 6401 0
Current children cumulated CPU time (s) 12.32
Current children cumulated vsize (KiB) 43092

[startup+25.5027 s]
/proc/loadavg: 1.95 1.98 1.99 3/82 6192
/proc/meminfo: memFree=1503848/2055920 swapFree=4192956/4192956
[pid=6159] ppid=6157 vsize=16872 CPUtime=2.33
/proc/6159/stat : 6159 (sugar++) S 6157 6159 5946 0 -1 4194304 1566 15573 0 3 6 2 206 19 16 0 1 0 4630094 17276928 1132 996147200 4194304 4206940 548682068528 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6159/statm: 4218 1132 414 3 0 797 0
[pid=6182] ppid=6159 vsize=26384 CPUtime=22.68
/proc/6182/stat : 6182 (minisat-inc) R 6159 6159 5946 0 -1 4194304 6404 0 0 0 2264 4 0 0 25 0 1 0 4630330 27017216 6351 996147200 134512640 135134323 4294956192 18446744073709551615 134532052 0 0 4096 3 0 0 0 17 0 0 0
/proc/6182/statm: 6596 6351 80 151 0 6442 0
Current children cumulated CPU time (s) 25.01
Current children cumulated vsize (KiB) 43256

[startup+51.1025 s]
/proc/loadavg: 1.96 1.98 1.99 3/82 6192
/proc/meminfo: memFree=1503016/2055920 swapFree=4192956/4192956
[pid=6159] ppid=6157 vsize=16872 CPUtime=2.33
/proc/6159/stat : 6159 (sugar++) S 6157 6159 5946 0 -1 4194304 1566 15573 0 3 6 2 206 19 16 0 1 0 4630094 17276928 1132 996147200 4194304 4206940 548682068528 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6159/statm: 4218 1132 414 3 0 797 0
[pid=6182] ppid=6159 vsize=27404 CPUtime=48.05
/proc/6182/stat : 6182 (minisat-inc) R 6159 6159 5946 0 -1 4194304 6656 0 0 0 4801 4 0 0 25 0 1 0 4630330 28061696 6603 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/6182/statm: 6851 6603 80 151 0 6697 0
Current children cumulated CPU time (s) 50.38
Current children cumulated vsize (KiB) 44276

[startup+102.306 s]
/proc/loadavg: 1.98 1.98 1.99 3/82 6192
/proc/meminfo: memFree=1498344/2055920 swapFree=4192956/4192956
[pid=6159] ppid=6157 vsize=16872 CPUtime=2.33
/proc/6159/stat : 6159 (sugar++) S 6157 6159 5946 0 -1 4194304 1566 15573 0 3 6 2 206 19 16 0 1 0 4630094 17276928 1132 996147200 4194304 4206940 548682068528 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6159/statm: 4218 1132 414 3 0 797 0
[pid=6182] ppid=6159 vsize=31960 CPUtime=98.81
/proc/6182/stat : 6182 (minisat-inc) R 6159 6159 5946 0 -1 4194304 7780 0 0 0 9875 6 0 0 25 0 1 0 4630330 32727040 7727 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/6182/statm: 7990 7727 80 151 0 7836 0
Current children cumulated CPU time (s) 101.14
Current children cumulated vsize (KiB) 48832

[startup+162.303 s]
/proc/loadavg: 1.99 1.98 1.99 3/82 6192
/proc/meminfo: memFree=1493992/2055920 swapFree=4192956/4192956
[pid=6159] ppid=6157 vsize=16872 CPUtime=2.33
/proc/6159/stat : 6159 (sugar++) S 6157 6159 5946 0 -1 4194304 1566 15573 0 3 6 2 206 19 16 0 1 0 4630094 17276928 1132 996147200 4194304 4206940 548682068528 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6159/statm: 4218 1132 414 3 0 797 0
[pid=6182] ppid=6159 vsize=36516 CPUtime=158.29
/proc/6182/stat : 6182 (minisat-inc) R 6159 6159 5946 0 -1 4194304 8880 0 0 0 15822 7 0 0 25 0 1 0 4630330 37392384 8827 996147200 134512640 135134323 4294956192 18446744073709551615 134531980 0 0 4096 3 0 0 0 17 0 0 0
/proc/6182/statm: 9129 8827 80 151 0 8975 0
Current children cumulated CPU time (s) 160.62
Current children cumulated vsize (KiB) 53388

[startup+222.302 s]
/proc/loadavg: 1.99 1.98 1.99 3/82 6192
/proc/meminfo: memFree=1490024/2055920 swapFree=4192956/4192956
[pid=6159] ppid=6157 vsize=16872 CPUtime=2.33
/proc/6159/stat : 6159 (sugar++) S 6157 6159 5946 0 -1 4194304 1566 15573 0 3 6 2 206 19 16 0 1 0 4630094 17276928 1132 996147200 4194304 4206940 548682068528 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6159/statm: 4218 1132 414 3 0 797 0
[pid=6182] ppid=6159 vsize=40280 CPUtime=217.78
/proc/6182/stat : 6182 (minisat-inc) R 6159 6159 5946 0 -1 4194304 9861 0 0 0 21770 8 0 0 25 0 1 0 4630330 41246720 9808 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/6182/statm: 10070 9808 80 151 0 9916 0
Current children cumulated CPU time (s) 220.11
Current children cumulated vsize (KiB) 57152

[startup+282.303 s]
/proc/loadavg: 1.99 1.98 1.99 3/82 6192
/proc/meminfo: memFree=1486376/2055920 swapFree=4192956/4192956
[pid=6159] ppid=6157 vsize=16872 CPUtime=2.33
/proc/6159/stat : 6159 (sugar++) S 6157 6159 5946 0 -1 4194304 1566 15573 0 3 6 2 206 19 16 0 1 0 4630094 17276928 1132 996147200 4194304 4206940 548682068528 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6159/statm: 4218 1132 414 3 0 797 0
[pid=6182] ppid=6159 vsize=44320 CPUtime=277.27
/proc/6182/stat : 6182 (minisat-inc) R 6159 6159 5946 0 -1 4194304 10786 0 0 0 27717 10 0 0 25 0 1 0 4630330 45383680 10733 996147200 134512640 135134323 4294956192 18446744073709551615 134532114 0 0 4096 3 0 0 0 17 0 0 0
/proc/6182/statm: 11080 10733 80 151 0 10926 0
Current children cumulated CPU time (s) 279.6
Current children cumulated vsize (KiB) 61192

[startup+342.302 s]
/proc/loadavg: 1.99 1.98 1.99 3/82 6192
/proc/meminfo: memFree=1482920/2055920 swapFree=4192956/4192956
[pid=6159] ppid=6157 vsize=16872 CPUtime=2.33
/proc/6159/stat : 6159 (sugar++) S 6157 6159 5946 0 -1 4194304 1566 15573 0 3 6 2 206 19 16 0 1 0 4630094 17276928 1132 996147200 4194304 4206940 548682068528 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6159/statm: 4218 1132 414 3 0 797 0
[pid=6182] ppid=6159 vsize=47768 CPUtime=336.75
/proc/6182/stat : 6182 (minisat-inc) R 6159 6159 5946 0 -1 4194304 11644 0 0 0 33664 11 0 0 25 0 1 0 4630330 48914432 11591 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0

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

[pid=6182] ppid=6159 vsize=135608 CPUtime=2896.51
/proc/6182/stat : 6182 (minisat-inc) R 6159 6159 5946 0 -1 4194304 32930 0 0 0 289613 38 0 0 25 0 1 0 4630330 138862592 32868 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/6182/statm: 33902 32868 80 151 0 33748 0
Current children cumulated CPU time (s) 2898.84
Current children cumulated vsize (KiB) 152480

[startup+2982.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 6235
/proc/meminfo: memFree=1430608/2055920 swapFree=4192956/4192956
[pid=6159] ppid=6157 vsize=16872 CPUtime=2.33
/proc/6159/stat : 6159 (sugar++) S 6157 6159 5946 0 -1 4194304 1566 15573 0 3 6 2 206 19 16 0 1 0 4630094 17276928 1132 996147200 4194304 4206940 548682068528 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6159/statm: 4218 1132 414 3 0 797 0
[pid=6182] ppid=6159 vsize=136952 CPUtime=2956.28
/proc/6182/stat : 6182 (minisat-inc) R 6159 6159 5946 0 -1 4194304 33302 0 0 0 295589 39 0 0 25 0 1 0 4630330 140238848 33240 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/6182/statm: 34238 33240 80 151 0 34084 0
Current children cumulated CPU time (s) 2958.61
Current children cumulated vsize (KiB) 153824

[startup+3042.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 6241
/proc/meminfo: memFree=1429072/2055920 swapFree=4192956/4192956
[pid=6159] ppid=6157 vsize=16872 CPUtime=2.33
/proc/6159/stat : 6159 (sugar++) S 6157 6159 5946 0 -1 4194304 1566 15573 0 3 6 2 206 19 16 0 1 0 4630094 17276928 1132 996147200 4194304 4206940 548682068528 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6159/statm: 4218 1132 414 3 0 797 0
[pid=6182] ppid=6159 vsize=138404 CPUtime=3016.02
/proc/6182/stat : 6182 (minisat-inc) R 6159 6159 5946 0 -1 4194304 33659 0 0 0 301562 40 0 0 25 0 1 0 4630330 141725696 33597 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/6182/statm: 34601 33597 80 151 0 34447 0
Current children cumulated CPU time (s) 3018.35
Current children cumulated vsize (KiB) 155276

[startup+3102.3 s]
/proc/loadavg: 2.38 2.08 2.03 3/83 6737
/proc/meminfo: memFree=1426528/2055920 swapFree=4192956/4192956
[pid=6159] ppid=6157 vsize=16872 CPUtime=2.33
/proc/6159/stat : 6159 (sugar++) S 6157 6159 5946 0 -1 4194304 1566 15573 0 3 6 2 206 19 16 0 1 0 4630094 17276928 1132 996147200 4194304 4206940 548682068528 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6159/statm: 4218 1132 414 3 0 797 0
[pid=6182] ppid=6159 vsize=139672 CPUtime=3072.45
/proc/6182/stat : 6182 (minisat-inc) R 6159 6159 5946 0 -1 4194304 33984 0 0 0 307203 42 0 0 25 0 1 0 4630330 143024128 33922 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/6182/statm: 34918 33922 80 151 0 34764 0
Current children cumulated CPU time (s) 3074.78
Current children cumulated vsize (KiB) 156544

[startup+3162.3 s]
/proc/loadavg: 2.14 2.06 2.02 3/83 6737
/proc/meminfo: memFree=1425680/2055920 swapFree=4192956/4192956
[pid=6159] ppid=6157 vsize=16872 CPUtime=2.33
/proc/6159/stat : 6159 (sugar++) S 6157 6159 5946 0 -1 4194304 1566 15573 0 3 6 2 206 19 16 0 1 0 4630094 17276928 1132 996147200 4194304 4206940 548682068528 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6159/statm: 4218 1132 414 3 0 797 0
[pid=6182] ppid=6159 vsize=140992 CPUtime=3132.21
/proc/6182/stat : 6182 (minisat-inc) R 6159 6159 5946 0 -1 4194304 34340 0 0 0 313179 42 0 0 25 0 1 0 4630330 144375808 34278 996147200 134512640 135134323 4294956192 18446744073709551615 134532100 0 0 4096 3 0 0 0 17 0 0 0
/proc/6182/statm: 35248 34278 80 151 0 35094 0
Current children cumulated CPU time (s) 3134.54
Current children cumulated vsize (KiB) 157864

[startup+3222.3 s]
/proc/loadavg: 2.05 2.05 2.01 3/83 6737
/proc/meminfo: memFree=1424464/2055920 swapFree=4192956/4192956
[pid=6159] ppid=6157 vsize=16872 CPUtime=2.33
/proc/6159/stat : 6159 (sugar++) S 6157 6159 5946 0 -1 4194304 1566 15573 0 3 6 2 206 19 16 0 1 0 4630094 17276928 1132 996147200 4194304 4206940 548682068528 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6159/statm: 4218 1132 414 3 0 797 0
[pid=6182] ppid=6159 vsize=142048 CPUtime=3191.96
/proc/6182/stat : 6182 (minisat-inc) R 6159 6159 5946 0 -1 4194304 34638 0 0 0 319154 42 0 0 25 0 1 0 4630330 145457152 34576 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/6182/statm: 35512 34576 80 151 0 35358 0
Current children cumulated CPU time (s) 3194.29
Current children cumulated vsize (KiB) 158920

[startup+3282.3 s]
/proc/loadavg: 2.02 2.04 2.01 3/83 6737
/proc/meminfo: memFree=1423120/2055920 swapFree=4192956/4192956
[pid=6159] ppid=6157 vsize=16872 CPUtime=2.33
/proc/6159/stat : 6159 (sugar++) S 6157 6159 5946 0 -1 4194304 1566 15573 0 3 6 2 206 19 16 0 1 0 4630094 17276928 1132 996147200 4194304 4206940 548682068528 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6159/statm: 4218 1132 414 3 0 797 0
[pid=6182] ppid=6159 vsize=143368 CPUtime=3251.73
/proc/6182/stat : 6182 (minisat-inc) R 6159 6159 5946 0 -1 4194304 34976 0 0 0 325130 43 0 0 25 0 1 0 4630330 146808832 34914 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/6182/statm: 35842 34914 80 151 0 35688 0
Current children cumulated CPU time (s) 3254.06
Current children cumulated vsize (KiB) 160240

[startup+3342.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/83 6737
/proc/meminfo: memFree=1421840/2055920 swapFree=4192956/4192956
[pid=6159] ppid=6157 vsize=16872 CPUtime=2.33
/proc/6159/stat : 6159 (sugar++) S 6157 6159 5946 0 -1 4194304 1566 15573 0 3 6 2 206 19 16 0 1 0 4630094 17276928 1132 996147200 4194304 4206940 548682068528 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6159/statm: 4218 1132 414 3 0 797 0
[pid=6182] ppid=6159 vsize=144716 CPUtime=3311.49
/proc/6182/stat : 6182 (minisat-inc) R 6159 6159 5946 0 -1 4194304 35313 0 0 0 331106 43 0 0 25 0 1 0 4630330 148189184 35251 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/6182/statm: 36179 35251 80 151 0 36025 0
Current children cumulated CPU time (s) 3313.82
Current children cumulated vsize (KiB) 161588

[startup+3402.31 s]
/proc/loadavg: 2.00 2.02 2.00 3/83 6737
/proc/meminfo: memFree=1420496/2055920 swapFree=4192956/4192956
[pid=6159] ppid=6157 vsize=16872 CPUtime=2.33
/proc/6159/stat : 6159 (sugar++) S 6157 6159 5946 0 -1 4194304 1566 15573 0 3 6 2 206 19 16 0 1 0 4630094 17276928 1132 996147200 4194304 4206940 548682068528 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6159/statm: 4218 1132 414 3 0 797 0
[pid=6182] ppid=6159 vsize=145904 CPUtime=3371.24
/proc/6182/stat : 6182 (minisat-inc) R 6159 6159 5946 0 -1 4194304 35628 0 0 0 337081 43 0 0 25 0 1 0 4630330 149405696 35566 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/6182/statm: 36476 35566 80 151 0 36322 0
Current children cumulated CPU time (s) 3373.57
Current children cumulated vsize (KiB) 162776

[startup+3462.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/83 6737
/proc/meminfo: memFree=1419088/2055920 swapFree=4192956/4192956
[pid=6159] ppid=6157 vsize=16872 CPUtime=2.33
/proc/6159/stat : 6159 (sugar++) S 6157 6159 5946 0 -1 4194304 1566 15573 0 3 6 2 206 19 16 0 1 0 4630094 17276928 1132 996147200 4194304 4206940 548682068528 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6159/statm: 4218 1132 414 3 0 797 0
[pid=6182] ppid=6159 vsize=147224 CPUtime=3431.01
/proc/6182/stat : 6182 (minisat-inc) R 6159 6159 5946 0 -1 4194304 35961 0 0 0 343057 44 0 0 25 0 1 0 4630330 150757376 35899 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/6182/statm: 36806 35899 80 151 0 36652 0
Current children cumulated CPU time (s) 3433.34
Current children cumulated vsize (KiB) 164096

[startup+3522.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/83 6737
/proc/meminfo: memFree=1416464/2055920 swapFree=4192956/4192956
[pid=6159] ppid=6157 vsize=16872 CPUtime=2.33
/proc/6159/stat : 6159 (sugar++) S 6157 6159 5946 0 -1 4194304 1566 15573 0 3 6 2 206 19 16 0 1 0 4630094 17276928 1132 996147200 4194304 4206940 548682068528 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6159/statm: 4218 1132 414 3 0 797 0
[pid=6182] ppid=6159 vsize=150028 CPUtime=3490.77
/proc/6182/stat : 6182 (minisat-inc) R 6159 6159 5946 0 -1 4194304 36629 0 0 0 349032 45 0 0 25 0 1 0 4630330 153628672 36567 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/6182/statm: 37507 36567 80 151 0 37353 0
Current children cumulated CPU time (s) 3493.1
Current children cumulated vsize (KiB) 166900

[startup+3582.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 6737
/proc/meminfo: memFree=1414864/2055920 swapFree=4192956/4192956
[pid=6159] ppid=6157 vsize=16872 CPUtime=2.33
/proc/6159/stat : 6159 (sugar++) S 6157 6159 5946 0 -1 4194304 1566 15573 0 3 6 2 206 19 16 0 1 0 4630094 17276928 1132 996147200 4194304 4206940 548682068528 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6159/statm: 4218 1132 414 3 0 797 0
[pid=6182] ppid=6159 vsize=151956 CPUtime=3550.52
/proc/6182/stat : 6182 (minisat-inc) R 6159 6159 5946 0 -1 4194304 36975 0 0 0 355007 45 0 0 25 0 1 0 4630330 155602944 36913 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/6182/statm: 37989 36913 80 151 0 37835 0
Current children cumulated CPU time (s) 3552.85
Current children cumulated vsize (KiB) 168828



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3629.7 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 6737
/proc/meminfo: memFree=1413904/2055920 swapFree=4192956/4192956
[pid=6159] ppid=6157 vsize=16872 CPUtime=2.33
/proc/6159/stat : 6159 (sugar++) S 6157 6159 5946 0 -1 4194304 1566 15573 0 3 6 2 206 19 16 0 1 0 4630094 17276928 1132 996147200 4194304 4206940 548682068528 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6159/statm: 4218 1132 414 3 0 797 0
[pid=6182] ppid=6159 vsize=152780 CPUtime=3597.73
/proc/6182/stat : 6182 (minisat-inc) R 6159 6159 5946 0 -1 4194304 37222 0 0 0 359728 45 0 0 25 0 1 0 4630330 156446720 37160 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/6182/statm: 38195 37160 80 151 0 38041 0
Current children cumulated CPU time (s) 3600.06
Current children cumulated vsize (KiB) 169652

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

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

[startup+3629.7 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 6737
/proc/meminfo: memFree=1413904/2055920 swapFree=4192956/4192956
[pid=6159] ppid=6157 vsize=16872 CPUtime=2.33
/proc/6159/stat : 6159 (sugar++) S 6157 6159 5946 0 -1 4194304 1566 15573 0 3 6 2 206 19 16 0 1 0 4630094 17276928 1132 996147200 4194304 4206940 548682068528 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6159/statm: 4218 1132 414 3 0 797 0
[pid=6182] ppid=6159 vsize=152780 CPUtime=3597.73
/proc/6182/stat : 6182 (minisat-inc) R 6159 6159 5946 0 -1 4194304 37222 0 0 0 359728 45 0 0 25 0 1 0 4630330 156446720 37160 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/6182/statm: 38195 37160 80 151 0 38041 0
Current children cumulated CPU time (s) 3600.06
Current children cumulated vsize (KiB) 169652

Child status: 0
Real time (s): 3629.74
CPU time (s): 3600.12
CPU user time (s): 3599.42
CPU system time (s): 0.703892
CPU usage (%): 99.1841
Max. virtual memory (cumulated for all children) (KiB): 890568

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3599.42
system time used= 0.703892
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 54440
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= 4376
involuntary context switches= 130294

runsolver used 3.24451 second user time and 9.98848 second system time

The end

Launcher Data (download as text)

Begin job on node63 at 2008-07-23 03:10:34
IDJOB=1127723
IDBENCH=63866
IDSOLVER=367
FILE ID=node63/1127723-1216775434
PBS_JOBID= 7974132
Free space on /tmp= 66560 MiB

SOLVER NAME= Sugar++ v1.13+minisat-inc
BENCH NAME= CPAI08/maxcsp/cnf/2-40-1100-2000/normalized-cnf-2-40-1600-616124_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-1127723-1216775434/watcher-1127723-1216775434 -o /tmp/evaluation-result-1127723-1216775434/solver-1127723-1216775434 -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-1127723-1216775434.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 93d8ddd39d49bf6edecdb034fae8b10b
RANDOM SEED=124041026

node63.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.221
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.221
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:       1544088 kB
Buffers:         24764 kB
Cached:         378204 kB
SwapCached:          0 kB
Active:         314516 kB
Inactive:       150084 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1544088 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:             912 kB
Writeback:           0 kB
Mapped:          81940 kB
Slab:            32200 kB
Committed_AS:   890040 kB
PageTables:       2020 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= 66560 MiB
End job on node63 at 2008-07-23 04:11:06