Trace number 1036750

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.1 1806.32

General information on the benchmark

Namecsp/frb50-23/
normalized-frb50-23-1_ext.xml
MD5SUM96cbf3d1ea03405661042452fc7ca9d0
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark146.492
Satisfiable
(Un)Satisfiability was proved
Number of variables50
Number of constraints544
Maximum constraint arity2
Maximum domain size23
Number of constraints which are defined in extension544
Number of constraints which are defined in intension0
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 Wed Jul  2 02:27:37 2008
0.00/0.05	c 0	PID 8221
0.00/0.05	c 0	HOST node43.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1036750-1214958457.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-1036750-1214958457.xml' 'HOME/temp.csp'
0.04/0.88	c 1	1 domains, 50 variables, 0 predicates, 544 relations, 544 constraints
0.04/0.89	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.04/0.89	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.85/0.97	c 1	Parsing HOME/temp.csp
1.44/1.54	c 1	parsed 1139 expressions
1.44/1.55	c 1	Heap : 7 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.44/1.55	c 1	Converting to clausal form CSP
1.44/1.57	c 1	converted 114 (10%) expressions
1.44/1.58	c 1	converted 228 (20%) expressions
1.44/1.58	c 1	converted 342 (30%) expressions
1.44/1.59	c 1	converted 456 (40%) expressions
1.44/1.60	c 1	converted 570 (50%) expressions
1.53/1.64	c 1	converted 684 (60%) expressions
1.53/1.68	c 1	converted 798 (70%) expressions
1.63/1.79	c 1	converted 912 (80%) expressions
1.73/1.86	c 2	converted 1026 (90%) expressions
1.73/1.89	c 2	converted 1139 (100%) expressions
1.73/1.89	c 2	CSP : 50 integers, 0 booleans, 544 clauses, largest domain size 23
1.73/1.89	c 2	Heap : 16 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.73/1.89	c 2	Propagation in CSP
1.73/1.89	c 2	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.73/1.90	c 2	CSP : 50 integers, 0 booleans, 544 clauses, largest domain size 23
1.73/1.90	c 2	Heap : 16 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.73/1.90	c 2	Simplifing CSP by introducing new Boolean variables
1.73/1.90	c 2	CSP : 50 integers, 0 booleans, 544 clauses, largest domain size 23
1.73/1.90	c 2	Heap : 16 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.83/1.96	c 2	Encoding CSP to SAT : HOME/temp.cnf
1.83/1.97	c 2	5 (10%) CSP integer variables are encoded (105 clauses, 1013 bytes)
1.83/1.98	c 2	10 (20%) CSP integer variables are encoded (210 clauses, 2168 bytes)
1.83/1.98	c 2	15 (30%) CSP integer variables are encoded (315 clauses, 3323 bytes)
1.83/1.98	c 2	20 (40%) CSP integer variables are encoded (420 clauses, 4478 bytes)
1.83/1.98	c 2	25 (50%) CSP integer variables are encoded (525 clauses, 5633 bytes)
1.83/1.98	c 2	30 (60%) CSP integer variables are encoded (630 clauses, 6788 bytes)
1.83/1.99	c 2	35 (70%) CSP integer variables are encoded (735 clauses, 7943 bytes)
1.83/1.99	c 2	40 (80%) CSP integer variables are encoded (840 clauses, 9098 bytes)
1.83/1.99	c 2	45 (90%) CSP integer variables are encoded (945 clauses, 10253 bytes)
1.83/1.99	c 2	50 (100%) CSP integer variables are encoded (1050 clauses, 11601 bytes)
1.93/2.06	c 2	55 (10%) CSP clauses are encoded (5936 clauses, 92827 bytes)
1.93/2.09	c 2	109 (20%) CSP clauses are encoded (10719 clauses, 175191 bytes)
2.03/2.13	c 2	164 (30%) CSP clauses are encoded (15598 clauses, 266570 bytes)
2.03/2.16	c 2	218 (40%) CSP clauses are encoded (20389 clauses, 359283 bytes)
2.03/2.18	c 2	272 (50%) CSP clauses are encoded (25179 clauses, 451375 bytes)
2.12/2.21	c 2	327 (60%) CSP clauses are encoded (30080 clauses, 545500 bytes)
2.12/2.25	c 2	381 (70%) CSP clauses are encoded (34940 clauses, 638900 bytes)
2.12/2.27	c 2	436 (80%) CSP clauses are encoded (39821 clauses, 733305 bytes)
2.22/2.30	c 2	490 (90%) CSP clauses are encoded (44601 clauses, 826113 bytes)
2.22/2.33	c 2	544 (100%) CSP clauses are encoded (49346 clauses, 920062 bytes)
2.22/2.34	c 2	544 CSP clauses encoded
2.22/2.34	c 2	Writing map file : HOME/temp.map
2.22/2.34	c 2	Heap : 6 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.22/2.34	c 2	SAT : 1100 SAT variables, 49346 SAT clauses, 920062 bytes
2.22/2.34	c 2	Heap : 6 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.22/2.35	c 2	SOLVING HOME/temp.cnf
2.22/2.35	c 2	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
2.22/2.36	c 2	This is MiniSat 2.0 beta
2.22/2.36	c 2	WARNING: for repeatability, setting FPU to use double precision
2.22/2.36	c 2	============================[ Problem Statistics ]=============================
2.22/2.36	c 2	|                                                                             |
2.22/2.36	c 2	|  Number of variables:  1100                                                 |
2.22/2.36	c 2	|  Number of clauses:    49346                                                |
2.22/2.39	c 2	|  Parsing time:         0.02         s                                       |
2.22/2.39	c 2	============================[ Search Statistics ]==============================
2.22/2.39	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.22/2.39	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.22/2.39	c 2	===============================================================================
2.22/2.39	c 2	|         0 |    1100    49346   184832 |    16448        0    nan |  0.000 % |
2.28/2.41	c 2	|       100 |    1100    49346   184832 |    18093      100     12 |  0.000 % |
2.28/2.45	c 2	|       250 |    1100    49346   184832 |    19902      250     13 |  0.002 % |
2.28/2.50	c 2	|       475 |    1100    49346   184832 |    21893      475     12 |  0.003 % |
2.28/2.57	c 2	|       812 |    1100    49346   184832 |    24082      812     13 |  0.004 % |
2.28/2.68	c 2	|      1318 |    1100    49346   184832 |    26490     1318     14 |  0.001 % |
2.28/2.82	c 2	|      2078 |    1100    49346   184832 |    29139     2078     15 |  0.002 % |
2.28/3.05	c 3	|      3219 |    1100    49346   184832 |    32053     3219     15 |  0.004 % |
3.30/3.41	c 3	|      4928 |    1100    49346   184832 |    35259     4928     15 |  0.004 % |
3.89/4.02	c 4	|      7490 |    1100    49346   184832 |    38785     7490     15 |  0.004 % |
4.88/5.00	c 5	|     11334 |    1100    49346   184832 |    42663    11334     15 |  0.002 % |
6.56/6.79	c 6	|     17100 |    1100    49346   184832 |    46929    17100     15 |  0.002 % |
9.44/9.69	c 9	|     25749 |    1100    49346   184832 |    51622    25749     16 |  0.004 % |
14.89/15.18	c 15	|     38723 |    1100    49346   184832 |    56785    38723     16 |  0.004 % |
25.59/25.95	c 26	|     58185 |    1100    49346   184832 |    62463    16283     15 |  0.004 % |
39.36/39.82	c 39	|     87378 |    1100    49346   184832 |    68710    45476     18 |  0.004 % |
66.79/67.57	c 67	|    131169 |    1100    49346   184832 |    75581    36539     18 |  0.003 % |
106.73/107.86	c 108	|    196855 |    1100    49346   184832 |    83139    40764     20 |  0.004 % |
173.49/175.27	c 175	|    295381 |    1100    49346   184832 |    91453    71535     20 |  0.001 % |
277.12/279.85	c 280	|    443170 |    1100    49346   184832 |   100598    67851     21 |  0.001 % |
440.26/443.48	c 443	|    664853 |    1100    49346   184832 |   110658    37131     19 |  0.004 % |
704.57/707.87	c 708	|    997379 |    1100    49346   184832 |   121724    93449     22 |  0.004 % |
1126.60/1130.01	c 1130	|   1496168 |    1100    49346   184832 |   133896    78307     22 |  0.002 % |
1800.04/1806.31	sh: line 1:  8245 Terminated              HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out' 2>&1
1800.04/1806.31	c 1806	DECODING HOME/temp.out WITH HOME/temp.map
1800.04/1806.31	c 1806	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.04/1806.31	c ERROR INTERRUPTED
1800.04/1806.32	s UNKNOWN
1800.04/1806.32	c 1806	CPU 1799.85 (0.03 0.01 1799.82 0.21)
1800.04/1806.32	c 1806	END Wed Jul  2 02:57:43 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-1036750-1214958457/watcher-1036750-1214958457 -o /tmp/evaluation-result-1036750-1214958457/solver-1036750-1214958457 -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-1036750-1214958457.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: 2.00 2.00 2.00 4/84 8221
/proc/meminfo: memFree=1519496/2055920 swapFree=4179456/4192956
[pid=8221] ppid=8219 vsize=4708 CPUtime=0
/proc/8221/stat : 8221 (sugar) R 8219 8221 6308 0 -1 4194304 55 0 0 0 0 0 0 0 22 0 1 0 1974818136 4820992 40 996147200 4194304 4206940 548682068608 18446744073709551615 221952145452 0 0 4096 0 0 0 0 17 1 0 0
/proc/8221/statm: 1177 40 31 3 0 8 0

[startup+0.070224 s]
/proc/loadavg: 2.00 2.00 2.00 4/84 8221
/proc/meminfo: memFree=1519496/2055920 swapFree=4179456/4192956
[pid=8221] ppid=8219 vsize=13600 CPUtime=0.04
/proc/8221/stat : 8221 (sugar) S 8219 8221 6308 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1974818136 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8221/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.102225 s]
/proc/loadavg: 2.00 2.00 2.00 4/84 8221
/proc/meminfo: memFree=1519496/2055920 swapFree=4179456/4192956
[pid=8221] ppid=8219 vsize=13600 CPUtime=0.04
/proc/8221/stat : 8221 (sugar) S 8219 8221 6308 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1974818136 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8221/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.301243 s]
/proc/loadavg: 2.00 2.00 2.00 4/84 8221
/proc/meminfo: memFree=1519496/2055920 swapFree=4179456/4192956
[pid=8221] ppid=8219 vsize=13600 CPUtime=0.04
/proc/8221/stat : 8221 (sugar) S 8219 8221 6308 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1974818136 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8221/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.701281 s]
/proc/loadavg: 2.00 2.00 2.00 4/84 8221
/proc/meminfo: memFree=1519496/2055920 swapFree=4179456/4192956
[pid=8221] ppid=8219 vsize=13600 CPUtime=0.04
/proc/8221/stat : 8221 (sugar) S 8219 8221 6308 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1974818136 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8221/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+1.50236 s]
/proc/loadavg: 2.00 2.00 2.00 3/95 8243
/proc/meminfo: memFree=1512176/2055920 swapFree=4179456/4192956
[pid=8221] ppid=8219 vsize=13600 CPUtime=0.85
/proc/8221/stat : 8221 (sugar) S 8219 8221 6308 0 -1 4194304 973 4964 0 1 3 1 78 3 16 0 1 0 1974818136 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8221/statm: 3400 797 370 3 0 500 0
[pid=8234] ppid=8221 vsize=5356 CPUtime=0
/proc/8234/stat : 8234 (sh) S 8221 8221 6308 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1974818225 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8234/statm: 1339 233 193 169 0 50 0
[pid=8235] ppid=8234 vsize=864012 CPUtime=0.59
/proc/8235/stat : 8235 (java) S 8234 8221 6308 0 -1 0 6592 0 1 0 57 2 0 0 19 0 9 0 1974818225 884748288 5880 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8235/statm: 216003 5880 2532 9 0 210585 0
[pid=8235/tid=8236] ppid=8234 vsize=864012 CPUtime=0.35
/proc/8235/task/8236/stat : 8236 (java) R 8234 8221 6308 0 -1 64 2459 0 1 0 35 0 0 0 22 0 9 0 1974818226 884748288 5880 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8235/tid=8237] ppid=8234 vsize=864012 CPUtime=0.15
/proc/8235/task/8237/stat : 8237 (java) R 8234 8221 6308 0 -1 64 3104 0 0 0 14 1 0 0 16 0 9 0 1974818227 884748288 5880 996147200 134512640 134550740 4294955952 18446744073709551615 104181370 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=8235/tid=8238] ppid=8234 vsize=864012 CPUtime=0
/proc/8235/task/8238/stat : 8238 (java) S 8234 8221 6308 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1974818228 884748288 5880 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8235/tid=8239] ppid=8234 vsize=864012 CPUtime=0
/proc/8235/task/8239/stat : 8239 (java) S 8234 8221 6308 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1974818228 884748288 5880 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8235/tid=8240] ppid=8234 vsize=864012 CPUtime=0
/proc/8235/task/8240/stat : 8240 (java) S 8234 8221 6308 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1974818230 884748288 5880 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8235/tid=8241] ppid=8234 vsize=864012 CPUtime=0.07
/proc/8235/task/8241/stat : 8241 (java) S 8234 8221 6308 0 -1 64 332 0 0 0 7 0 0 0 16 0 9 0 1974818230 884748288 5880 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8235/tid=8242] ppid=8234 vsize=864012 CPUtime=0
/proc/8235/task/8242/stat : 8242 (java) S 8234 8221 6308 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1974818230 884748288 5880 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8235/tid=8243] ppid=8234 vsize=864012 CPUtime=0
/proc/8235/task/8243/stat : 8243 (java) S 8234 8221 6308 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1974818230 884748288 5880 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.44
Current children cumulated vsize (KiB) 882968

[startup+3.10151 s]
/proc/loadavg: 2.00 2.00 2.00 3/95 8243
/proc/meminfo: memFree=1493872/2055920 swapFree=4179456/4192956
[pid=8221] ppid=8219 vsize=13600 CPUtime=2.28
/proc/8221/stat : 8221 (sugar) S 8219 8221 6308 0 -1 4194304 1031 14222 0 2 3 1 215 9 15 0 1 0 1974818136 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8221/statm: 3400 798 370 3 0 500 0
Current children cumulated CPU time (s) 2.28
Current children cumulated vsize (KiB) 13600

[startup+6.30179 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 8245
/proc/meminfo: memFree=1510896/2055920 swapFree=4179456/4192956
[pid=8221] ppid=8219 vsize=13600 CPUtime=2.28
/proc/8221/stat : 8221 (sugar) S 8219 8221 6308 0 -1 4194304 1031 14222 0 2 3 1 215 9 16 0 1 0 1974818136 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8221/statm: 3400 798 370 3 0 500 0
[pid=8244] ppid=8221 vsize=5356 CPUtime=0
/proc/8244/stat : 8244 (sh) S 8221 8221 6308 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1974818372 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8244/statm: 1339 232 193 169 0 50 0
[pid=8245] ppid=8244 vsize=5708 CPUtime=3.89
/proc/8245/stat : 8245 (minisat) R 8244 8221 6308 0 -1 4194304 1316 0 0 0 389 0 0 0 25 0 1 0 1974818372 5844992 1302 996147200 134512640 135127466 4294956272 18446744073709551615 134530644 0 0 4096 3 0 0 0 17 1 0 0
/proc/8245/statm: 1427 1302 75 150 0 1274 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 24664

[startup+12.7014 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 8245
/proc/meminfo: memFree=1509040/2055920 swapFree=4179456/4192956
[pid=8221] ppid=8219 vsize=13600 CPUtime=2.28
/proc/8221/stat : 8221 (sugar) S 8219 8221 6308 0 -1 4194304 1031 14222 0 2 3 1 215 9 16 0 1 0 1974818136 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8221/statm: 3400 798 370 3 0 500 0
[pid=8244] ppid=8221 vsize=5356 CPUtime=0
/proc/8244/stat : 8244 (sh) S 8221 8221 6308 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1974818372 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8244/statm: 1339 232 193 169 0 50 0
[pid=8245] ppid=8244 vsize=7524 CPUtime=10.23
/proc/8245/stat : 8245 (minisat) R 8244 8221 6308 0 -1 4194304 1748 0 0 0 1022 1 0 0 25 0 1 0 1974818372 7704576 1734 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/8245/statm: 1881 1734 75 150 0 1728 0
Current children cumulated CPU time (s) 12.51
Current children cumulated vsize (KiB) 26480

[startup+25.5015 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 8245
/proc/meminfo: memFree=1506480/2055920 swapFree=4179456/4192956
[pid=8221] ppid=8219 vsize=13600 CPUtime=2.28
/proc/8221/stat : 8221 (sugar) S 8219 8221 6308 0 -1 4194304 1031 14222 0 2 3 1 215 9 16 0 1 0 1974818136 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8221/statm: 3400 798 370 3 0 500 0
[pid=8244] ppid=8221 vsize=5356 CPUtime=0
/proc/8244/stat : 8244 (sh) S 8221 8221 6308 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1974818372 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8244/statm: 1339 232 193 169 0 50 0
[pid=8245] ppid=8244 vsize=9984 CPUtime=22.91
/proc/8245/stat : 8245 (minisat) R 8244 8221 6308 0 -1 4194304 2367 0 0 0 2289 2 0 0 25 0 1 0 1974818372 10223616 2353 996147200 134512640 135127466 4294956272 18446744073709551615 134523538 0 0 4096 3 0 0 0 17 1 0 0
/proc/8245/statm: 2496 2353 75 150 0 2343 0
Current children cumulated CPU time (s) 25.19
Current children cumulated vsize (KiB) 28940

[startup+51.1018 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 8245
/proc/meminfo: memFree=1505328/2055920 swapFree=4179456/4192956
[pid=8221] ppid=8219 vsize=13600 CPUtime=2.28
/proc/8221/stat : 8221 (sugar) S 8219 8221 6308 0 -1 4194304 1031 14222 0 2 3 1 215 9 16 0 1 0 1974818136 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8221/statm: 3400 798 370 3 0 500 0
[pid=8244] ppid=8221 vsize=5356 CPUtime=0
/proc/8244/stat : 8244 (sh) S 8221 8221 6308 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1974818372 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8244/statm: 1339 232 193 169 0 50 0
[pid=8245] ppid=8244 vsize=11204 CPUtime=48.27
/proc/8245/stat : 8245 (minisat) R 8244 8221 6308 0 -1 4194304 2666 0 0 0 4825 2 0 0 25 0 1 0 1974818372 11472896 2652 996147200 134512640 135127466 4294956272 18446744073709551615 134530654 0 0 4096 3 0 0 0 17 1 0 0
/proc/8245/statm: 2801 2652 75 150 0 2648 0
Current children cumulated CPU time (s) 50.55
Current children cumulated vsize (KiB) 30160

[startup+102.306 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 8245
/proc/meminfo: memFree=1503088/2055920 swapFree=4179456/4192956
[pid=8221] ppid=8219 vsize=13600 CPUtime=2.28
/proc/8221/stat : 8221 (sugar) S 8219 8221 6308 0 -1 4194304 1031 14222 0 2 3 1 215 9 16 0 1 0 1974818136 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8221/statm: 3400 798 370 3 0 500 0
[pid=8244] ppid=8221 vsize=5356 CPUtime=0
/proc/8244/stat : 8244 (sh) S 8221 8221 6308 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1974818372 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8244/statm: 1339 232 193 169 0 50 0
[pid=8245] ppid=8244 vsize=13344 CPUtime=99
/proc/8245/stat : 8245 (minisat) R 8244 8221 6308 0 -1 4194304 3180 0 0 0 9897 3 0 0 25 0 1 0 1974818372 13664256 3166 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/8245/statm: 3336 3166 75 150 0 3183 0
Current children cumulated CPU time (s) 101.28
Current children cumulated vsize (KiB) 32300

[startup+162.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 8245
/proc/meminfo: memFree=1501296/2055920 swapFree=4179456/4192956
[pid=8221] ppid=8219 vsize=13600 CPUtime=2.28
/proc/8221/stat : 8221 (sugar) S 8219 8221 6308 0 -1 4194304 1031 14222 0 2 3 1 215 9 16 0 1 0 1974818136 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8221/statm: 3400 798 370 3 0 500 0
[pid=8244] ppid=8221 vsize=5356 CPUtime=0
/proc/8244/stat : 8244 (sh) S 8221 8221 6308 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1974818372 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8244/statm: 1339 232 193 169 0 50 0
[pid=8245] ppid=8244 vsize=15016 CPUtime=158.43
/proc/8245/stat : 8245 (minisat) R 8244 8221 6308 0 -1 4194304 3591 0 0 0 15840 3 0 0 25 0 1 0 1974818372 15376384 3577 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/8245/statm: 3754 3577 75 150 0 3601 0
Current children cumulated CPU time (s) 160.71
Current children cumulated vsize (KiB) 33972

[startup+222.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 8245
/proc/meminfo: memFree=1500208/2055920 swapFree=4179456/4192956
[pid=8221] ppid=8219 vsize=13600 CPUtime=2.28
/proc/8221/stat : 8221 (sugar) S 8219 8221 6308 0 -1 4194304 1031 14222 0 2 3 1 215 9 16 0 1 0 1974818136 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8221/statm: 3400 798 370 3 0 500 0
[pid=8244] ppid=8221 vsize=5356 CPUtime=0
/proc/8244/stat : 8244 (sh) S 8221 8221 6308 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1974818372 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8244/statm: 1339 232 193 169 0 50 0
[pid=8245] ppid=8244 vsize=16128 CPUtime=217.86
/proc/8245/stat : 8245 (minisat) R 8244 8221 6308 0 -1 4194304 3881 0 0 0 21783 3 0 0 25 0 1 0 1974818372 16515072 3867 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/8245/statm: 4032 3867 75 150 0 3879 0
Current children cumulated CPU time (s) 220.14
Current children cumulated vsize (KiB) 35084

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

[pid=8221] ppid=8219 vsize=13600 CPUtime=2.28
/proc/8221/stat : 8221 (sugar) S 8219 8221 6308 0 -1 4194304 1031 14222 0 2 3 1 215 9 16 0 1 0 1974818136 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/8221/statm: 3400 798 370 3 0 500 0
[pid=8244] ppid=8221 vsize=5356 CPUtime=0
/proc/8244/stat : 8244 (sh) S 8221 8221 6308 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1974818372 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8244/statm: 1339 232 193 169 0 50 0
[pid=8245] ppid=8244 vsize=26976 CPUtime=1296.56
/proc/8245/stat : 8245 (minisat) R 8244 8221 6308 0 -1 4194304 6543 0 0 0 129648 8 0 0 25 0 1 0 1974818372 27623424 6521 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/8245/statm: 6744 6521 75 150 0 6591 0
Current children cumulated CPU time (s) 1298.84
Current children cumulated vsize (KiB) 45932

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 8247
/proc/meminfo: memFree=1371824/2055920 swapFree=4179456/4192956
[pid=8221] ppid=8219 vsize=13600 CPUtime=2.28
/proc/8221/stat : 8221 (sugar) S 8219 8221 6308 0 -1 4194304 1031 14222 0 2 3 1 215 9 16 0 1 0 1974818136 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/8221/statm: 3400 798 370 3 0 500 0
[pid=8244] ppid=8221 vsize=5356 CPUtime=0
/proc/8244/stat : 8244 (sh) S 8221 8221 6308 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1974818372 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8244/statm: 1339 232 193 169 0 50 0
[pid=8245] ppid=8244 vsize=27116 CPUtime=1355.96
/proc/8245/stat : 8245 (minisat) R 8244 8221 6308 0 -1 4194304 6570 0 0 0 135588 8 0 0 25 0 1 0 1974818372 27766784 6548 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/8245/statm: 6779 6548 75 150 0 6626 0
Current children cumulated CPU time (s) 1358.24
Current children cumulated vsize (KiB) 46072

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 8247
/proc/meminfo: memFree=1371504/2055920 swapFree=4179456/4192956
[pid=8221] ppid=8219 vsize=13600 CPUtime=2.28
/proc/8221/stat : 8221 (sugar) S 8219 8221 6308 0 -1 4194304 1031 14222 0 2 3 1 215 9 16 0 1 0 1974818136 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/8221/statm: 3400 798 370 3 0 500 0
[pid=8244] ppid=8221 vsize=5356 CPUtime=0
/proc/8244/stat : 8244 (sh) S 8221 8221 6308 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1974818372 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8244/statm: 1339 232 193 169 0 50 0
[pid=8245] ppid=8244 vsize=27460 CPUtime=1415.4
/proc/8245/stat : 8245 (minisat) R 8244 8221 6308 0 -1 4194304 6627 0 0 0 141532 8 0 0 25 0 1 0 1974818372 28119040 6605 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/8245/statm: 6865 6605 75 150 0 6712 0
Current children cumulated CPU time (s) 1417.68
Current children cumulated vsize (KiB) 46416

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 8247
/proc/meminfo: memFree=1371312/2055920 swapFree=4179456/4192956
[pid=8221] ppid=8219 vsize=13600 CPUtime=2.28
/proc/8221/stat : 8221 (sugar) S 8219 8221 6308 0 -1 4194304 1031 14222 0 2 3 1 215 9 16 0 1 0 1974818136 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/8221/statm: 3400 798 370 3 0 500 0
[pid=8244] ppid=8221 vsize=5356 CPUtime=0
/proc/8244/stat : 8244 (sh) S 8221 8221 6308 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1974818372 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8244/statm: 1339 232 193 169 0 50 0
[pid=8245] ppid=8244 vsize=27596 CPUtime=1474.84
/proc/8245/stat : 8245 (minisat) R 8244 8221 6308 0 -1 4194304 6665 0 0 0 147476 8 0 0 25 0 1 0 1974818372 28258304 6643 996147200 134512640 135127466 4294956272 18446744073709551615 134530852 0 0 4096 3 0 0 0 17 1 0 0
/proc/8245/statm: 6899 6643 75 150 0 6746 0
Current children cumulated CPU time (s) 1477.12
Current children cumulated vsize (KiB) 46552

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 8247
/proc/meminfo: memFree=1371248/2055920 swapFree=4179456/4192956
[pid=8221] ppid=8219 vsize=13600 CPUtime=2.28
/proc/8221/stat : 8221 (sugar) S 8219 8221 6308 0 -1 4194304 1031 14222 0 2 3 1 215 9 16 0 1 0 1974818136 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/8221/statm: 3400 798 370 3 0 500 0
[pid=8244] ppid=8221 vsize=5356 CPUtime=0
/proc/8244/stat : 8244 (sh) S 8221 8221 6308 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1974818372 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8244/statm: 1339 232 193 169 0 50 0
[pid=8245] ppid=8244 vsize=27596 CPUtime=1534.27
/proc/8245/stat : 8245 (minisat) R 8244 8221 6308 0 -1 4194304 6674 0 0 0 153419 8 0 0 25 0 1 0 1974818372 28258304 6652 996147200 134512640 135127466 4294956272 18446744073709551615 134530936 0 0 4096 3 0 0 0 17 1 0 0
/proc/8245/statm: 6899 6652 75 150 0 6746 0
Current children cumulated CPU time (s) 1536.55
Current children cumulated vsize (KiB) 46552

[startup+1602.3 s]
/proc/loadavg: 1.93 1.98 1.99 3/83 8289
/proc/meminfo: memFree=1542992/2055920 swapFree=4179456/4192956
[pid=8221] ppid=8219 vsize=13600 CPUtime=2.28
/proc/8221/stat : 8221 (sugar) S 8219 8221 6308 0 -1 4194304 1031 14222 0 2 3 1 215 9 16 0 1 0 1974818136 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/8221/statm: 3400 798 370 3 0 500 0
[pid=8244] ppid=8221 vsize=5356 CPUtime=0
/proc/8244/stat : 8244 (sh) S 8221 8221 6308 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1974818372 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8244/statm: 1339 232 193 169 0 50 0
[pid=8245] ppid=8244 vsize=27872 CPUtime=1593.84
/proc/8245/stat : 8245 (minisat) R 8244 8221 6308 0 -1 4194304 6722 0 0 0 159375 9 0 0 25 0 1 0 1974818372 28540928 6700 996147200 134512640 135127466 4294956272 18446744073709551615 134530686 0 0 4096 3 0 0 0 17 0 0 0
/proc/8245/statm: 6968 6700 75 150 0 6815 0
Current children cumulated CPU time (s) 1596.12
Current children cumulated vsize (KiB) 46828

[startup+1662.3 s]
/proc/loadavg: 1.97 1.98 1.99 3/83 8289
/proc/meminfo: memFree=1542288/2055920 swapFree=4179456/4192956
[pid=8221] ppid=8219 vsize=13600 CPUtime=2.28
/proc/8221/stat : 8221 (sugar) S 8219 8221 6308 0 -1 4194304 1031 14222 0 2 3 1 215 9 16 0 1 0 1974818136 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/8221/statm: 3400 798 370 3 0 500 0
[pid=8244] ppid=8221 vsize=5356 CPUtime=0
/proc/8244/stat : 8244 (sh) S 8221 8221 6308 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1974818372 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8244/statm: 1339 232 193 169 0 50 0
[pid=8245] ppid=8244 vsize=28720 CPUtime=1653.82
/proc/8245/stat : 8245 (minisat) R 8244 8221 6308 0 -1 4194304 6926 0 0 0 165372 10 0 0 25 0 1 0 1974818372 29409280 6904 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/8245/statm: 7180 6904 75 150 0 7027 0
Current children cumulated CPU time (s) 1656.1
Current children cumulated vsize (KiB) 47676

[startup+1722.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/83 8289
/proc/meminfo: memFree=1541776/2055920 swapFree=4179456/4192956
[pid=8221] ppid=8219 vsize=13600 CPUtime=2.28
/proc/8221/stat : 8221 (sugar) S 8219 8221 6308 0 -1 4194304 1031 14222 0 2 3 1 215 9 16 0 1 0 1974818136 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/8221/statm: 3400 798 370 3 0 500 0
[pid=8244] ppid=8221 vsize=5356 CPUtime=0
/proc/8244/stat : 8244 (sh) S 8221 8221 6308 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1974818372 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8244/statm: 1339 232 193 169 0 50 0
[pid=8245] ppid=8244 vsize=29124 CPUtime=1713.79
/proc/8245/stat : 8245 (minisat) R 8244 8221 6308 0 -1 4194304 7012 0 0 0 171369 10 0 0 25 0 1 0 1974818372 29822976 6990 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/8245/statm: 7281 6990 75 150 0 7128 0
Current children cumulated CPU time (s) 1716.07
Current children cumulated vsize (KiB) 48080

[startup+1782.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/83 8289
/proc/meminfo: memFree=1541392/2055920 swapFree=4179456/4192956
[pid=8221] ppid=8219 vsize=13600 CPUtime=2.28
/proc/8221/stat : 8221 (sugar) S 8219 8221 6308 0 -1 4194304 1031 14222 0 2 3 1 215 9 16 0 1 0 1974818136 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/8221/statm: 3400 798 370 3 0 500 0
[pid=8244] ppid=8221 vsize=5356 CPUtime=0
/proc/8244/stat : 8244 (sh) S 8221 8221 6308 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1974818372 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8244/statm: 1339 232 193 169 0 50 0
[pid=8245] ppid=8244 vsize=29264 CPUtime=1773.77
/proc/8245/stat : 8245 (minisat) R 8244 8221 6308 0 -1 4194304 7070 0 0 0 177367 10 0 0 25 0 1 0 1974818372 29966336 7048 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/8245/statm: 7316 7048 75 150 0 7163 0
Current children cumulated CPU time (s) 1776.05
Current children cumulated vsize (KiB) 48220



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1806.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/83 8289
/proc/meminfo: memFree=1541264/2055920 swapFree=4179456/4192956
[pid=8221] ppid=8219 vsize=13600 CPUtime=2.28
/proc/8221/stat : 8221 (sugar) S 8219 8221 6308 0 -1 4194304 1031 14222 0 2 3 1 215 9 16 0 1 0 1974818136 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/8221/statm: 3400 798 370 3 0 500 0
[pid=8244] ppid=8221 vsize=5356 CPUtime=0
/proc/8244/stat : 8244 (sh) S 8221 8221 6308 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1974818372 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8244/statm: 1339 232 193 169 0 50 0
[pid=8245] ppid=8244 vsize=29548 CPUtime=1797.76
/proc/8245/stat : 8245 (minisat) R 8244 8221 6308 0 -1 4194304 7104 0 0 0 179766 10 0 0 25 0 1 0 1974818372 30257152 7082 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/8245/statm: 7387 7082 75 150 0 7234 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 48504

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

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

[startup+1806.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/83 8289
/proc/meminfo: memFree=1541264/2055920 swapFree=4179456/4192956
[pid=8221] ppid=8219 vsize=13600 CPUtime=2.28
/proc/8221/stat : 8221 (sugar) S 8219 8221 6308 0 -1 4194304 1031 14222 0 2 3 1 215 9 16 0 1 0 1974818136 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/8221/statm: 3400 798 370 3 0 500 0
[pid=8244] ppid=8221 vsize=5356 CPUtime=0
/proc/8244/stat : 8244 (sh) S 8221 8221 6308 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1974818372 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8244/statm: 1339 232 193 169 0 50 0
[pid=8245] ppid=8244 vsize=29548 CPUtime=1797.76
/proc/8245/stat : 8245 (minisat) R 8244 8221 6308 0 -1 4194304 7104 0 0 0 179766 10 0 0 25 0 1 0 1974818372 30257152 7082 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/8245/statm: 7387 7082 75 150 0 7234 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 48504

Child status: 0
Real time (s): 1806.32
CPU time (s): 1800.1
CPU user time (s): 1799.87
CPU system time (s): 0.230964
CPU usage (%): 99.6554
Max. virtual memory (cumulated for all children) (KiB): 883248

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.87
system time used= 0.230964
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 23058
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= 2027
involuntary context switches= 29600

runsolver used 2.11768 second user time and 5.9311 second system time

The end

Launcher Data (download as text)

Begin job on node43 at 2008-07-02 02:27:37
IDJOB=1036750
IDBENCH=53470
IDSOLVER=346
FILE ID=node43/1036750-1214958457
PBS_JOBID= 7870247
Free space on /tmp= 66528 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/frb50-23/normalized-frb50-23-1_ext.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-1036750-1214958457/watcher-1036750-1214958457 -o /tmp/evaluation-result-1036750-1214958457/solver-1036750-1214958457 -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-1036750-1214958457.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 96cbf3d1ea03405661042452fc7ca9d0
RANDOM SEED=953711558

node43.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.230
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.230
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:       1519976 kB
Buffers:         38900 kB
Cached:         329100 kB
SwapCached:       7360 kB
Active:         163092 kB
Inactive:       304996 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1519976 kB
SwapTotal:     4192956 kB
SwapFree:      4179456 kB
Dirty:            1732 kB
Writeback:           0 kB
Mapped:         111096 kB
Slab:            52872 kB
Committed_AS:  4278232 kB
PageTables:       2044 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= 66524 MiB
End job on node43 at 2008-07-02 02:57:45