Trace number 1035562

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.14 1803.52

General information on the benchmark

Namecsp/frb53-24/
normalized-frb53-24-3-mgd_ext.xml
MD5SUM23b475c474576353e22a1b6c2b09c086
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 benchmark166.74
Satisfiable
(Un)Satisfiability was proved
Number of variables53
Number of constraints470
Maximum constraint arity2
Maximum domain size24
Number of constraints which are defined in extension470
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/minisat
0.00/0.04	c 0	BEGIN Wed Jul  2 00:41:41 2008
0.00/0.04	c 0	PID 25714
0.00/0.04	c 0	HOST node85.alineos.net
0.00/0.04	c 0	CONVERTING HOME/instance-1035562-1214952101.xml TO HOME/temp.csp
0.00/0.04	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1035562-1214952101.xml' 'HOME/temp.csp'
0.03/0.59	c 1	1 domains, 53 variables, 0 predicates, 470 relations, 470 constraints
0.03/0.62	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.62	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.03/0.69	c 1	Parsing HOME/temp.csp
1.14/1.24	c 1	parsed 994 expressions
1.14/1.24	c 1	Heap : 8 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.14/1.24	c 1	Converting to clausal form CSP
1.14/1.27	c 1	converted 100 (10%) expressions
1.14/1.27	c 1	converted 199 (20%) expressions
1.14/1.28	c 1	converted 299 (30%) expressions
1.14/1.28	c 1	converted 398 (40%) expressions
1.14/1.29	c 1	converted 497 (50%) expressions
1.24/1.33	c 1	converted 597 (60%) expressions
1.24/1.37	c 1	converted 696 (70%) expressions
1.33/1.49	c 2	converted 796 (80%) expressions
1.43/1.52	c 2	converted 895 (90%) expressions
1.43/1.57	c 2	converted 994 (100%) expressions
1.43/1.57	c 2	CSP : 53 integers, 0 booleans, 470 clauses, largest domain size 24
1.43/1.57	c 2	Heap : 17 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.43/1.57	c 2	Propagation in CSP
1.43/1.57	c 2	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.43/1.57	c 2	CSP : 53 integers, 0 booleans, 470 clauses, largest domain size 24
1.43/1.57	c 2	Heap : 17 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.43/1.57	c 2	Simplifing CSP by introducing new Boolean variables
1.43/1.57	c 2	CSP : 53 integers, 0 booleans, 470 clauses, largest domain size 24
1.43/1.57	c 2	Heap : 17 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.54/1.63	c 2	Encoding CSP to SAT : HOME/temp.cnf
1.54/1.64	c 2	6 (10%) CSP integer variables are encoded (132 clauses, 1310 bytes)
1.54/1.64	c 2	11 (20%) CSP integer variables are encoded (242 clauses, 2520 bytes)
1.54/1.65	c 2	16 (30%) CSP integer variables are encoded (352 clauses, 3730 bytes)
1.54/1.65	c 2	22 (40%) CSP integer variables are encoded (484 clauses, 5182 bytes)
1.54/1.65	c 2	27 (50%) CSP integer variables are encoded (594 clauses, 6392 bytes)
1.54/1.65	c 2	32 (60%) CSP integer variables are encoded (704 clauses, 7602 bytes)
1.54/1.65	c 2	38 (70%) CSP integer variables are encoded (836 clauses, 9054 bytes)
1.54/1.65	c 2	43 (80%) CSP integer variables are encoded (946 clauses, 10264 bytes)
1.54/1.65	c 2	48 (90%) CSP integer variables are encoded (1056 clauses, 11675 bytes)
1.54/1.65	c 2	53 (100%) CSP integer variables are encoded (1166 clauses, 13105 bytes)
1.63/1.72	c 2	47 (10%) CSP clauses are encoded (5927 clauses, 95431 bytes)
1.63/1.75	c 2	94 (20%) CSP clauses are encoded (10924 clauses, 187844 bytes)
1.63/1.78	c 2	141 (30%) CSP clauses are encoded (15776 clauses, 281733 bytes)
1.73/1.80	c 2	188 (40%) CSP clauses are encoded (20543 clauses, 373988 bytes)
1.73/1.83	c 2	235 (50%) CSP clauses are encoded (25324 clauses, 467635 bytes)
1.73/1.86	c 2	282 (60%) CSP clauses are encoded (30222 clauses, 563640 bytes)
1.73/1.88	c 2	329 (70%) CSP clauses are encoded (35097 clauses, 659353 bytes)
1.84/1.91	c 2	376 (80%) CSP clauses are encoded (39991 clauses, 756915 bytes)
1.84/1.94	c 2	423 (90%) CSP clauses are encoded (45072 clauses, 858065 bytes)
1.84/1.97	c 2	470 (100%) CSP clauses are encoded (49990 clauses, 961929 bytes)
1.84/1.97	c 2	470 CSP clauses encoded
1.84/1.97	c 2	Writing map file : HOME/temp.map
1.84/1.97	c 2	Heap : 7 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.84/1.97	c 2	SAT : 1219 SAT variables, 49990 SAT clauses, 961929 bytes
1.84/1.97	c 2	Heap : 7 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.91/2.02	c 2	SOLVING HOME/temp.cnf
1.91/2.02	c 2	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1.91/2.02	c 2	This is MiniSat 2.0 beta
1.91/2.02	c 2	WARNING: for repeatability, setting FPU to use double precision
1.91/2.02	c 2	============================[ Problem Statistics ]=============================
1.91/2.02	c 2	|                                                                             |
1.91/2.03	c 2	|  Number of variables:  1219                                                 |
1.91/2.03	c 2	|  Number of clauses:    49990                                                |
1.91/2.05	c 2	|  Parsing time:         0.02         s                                       |
1.91/2.05	c 2	============================[ Search Statistics ]==============================
1.91/2.05	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.91/2.05	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.91/2.05	c 2	===============================================================================
1.91/2.05	c 2	|         0 |    1219    49990   186801 |    16663        0    nan |  0.000 % |
1.91/2.08	c 2	|       100 |    1219    49990   186801 |    18329      100     12 |  0.000 % |
1.98/2.10	c 2	|       252 |    1219    49990   186801 |    20162      252     12 |  0.003 % |
1.98/2.15	c 2	|       478 |    1219    49990   186801 |    22178      478     12 |  0.003 % |
1.98/2.20	c 2	|       816 |    1219    49990   186801 |    24396      816     12 |  0.003 % |
2.08/2.29	c 2	|      1323 |    1219    49990   186801 |    26836     1323     13 |  0.003 % |
2.27/2.44	c 3	|      2082 |    1219    49990   186801 |    29520     2082     13 |  0.003 % |
2.47/2.67	c 3	|      3222 |    1219    49990   186801 |    32472     3222     14 |  0.001 % |
2.87/3.04	c 3	|      4930 |    1219    49990   186801 |    35719     4930     15 |  0.002 % |
3.47/3.64	c 4	|      7492 |    1219    49990   186801 |    39291     7492     16 |  0.003 % |
4.47/4.60	c 5	|     11337 |    1219    49990   186801 |    43220    11337     17 |  0.001 % |
5.96/6.14	c 6	|     17103 |    1219    49990   186801 |    47542    17103     19 |  0.000 % |
8.87/9.07	c 9	|     25753 |    1219    49990   186801 |    52296    25753     19 |  0.003 % |
14.26/14.50	c 15	|     38727 |    1219    49990   186801 |    57526    38727     19 |  0.003 % |
25.56/25.78	c 26	|     58190 |    1219    49990   186801 |    63278    14096     18 |  0.001 % |
39.95/40.11	c 40	|     87382 |    1219    49990   186801 |    69606    43288     19 |  0.003 % |
66.04/66.30	c 66	|    131172 |    1219    49990   186801 |    76567    32166     20 |  0.001 % |
108.11/108.39	c 108	|    196856 |    1219    49990   186801 |    84224    36960     21 |  0.002 % |
180.78/181.06	c 181	|    295382 |    1219    49990   186801 |    92646    68082     22 |  0.002 % |
293.63/293.91	c 294	|    443172 |    1219    49990   186801 |   101911    66343     21 |  0.002 % |
447.55/447.95	c 448	|    664855 |    1219    49990   186801 |   112102    31159     23 |  0.002 % |
684.33/684.82	c 685	|    997380 |    1219    49990   186801 |   123312    74700     24 |  0.001 % |
1086.64/1087.38	c 1087	|   1496168 |    1219    49990   186801 |   135644    40587     23 |  0.000 % |
1757.42/1760.57	c 1761	|   2244350 |    1219    49990   186801 |   149208    81187     27 |  0.003 % |
1800.09/1803.51	sh: line 1: 25738 Terminated              HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out' 2>&1
1800.09/1803.51	c 1804	DECODING HOME/temp.out WITH HOME/temp.map
1800.09/1803.51	c 1804	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.09/1803.51	c ERROR INTERRUPTED
1800.09/1803.52	s UNKNOWN
1800.09/1803.52	c 1804	CPU 1799.88 (0.03 0 1799.85 0.24)
1800.09/1803.52	c 1804	END Wed Jul  2 01:11:45 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-1035562-1214952101/watcher-1035562-1214952101 -o /tmp/evaluation-result-1035562-1214952101/solver-1035562-1214952101 -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-1035562-1214952101.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.99 1.97 1.83 4/82 25714
/proc/meminfo: memFree=1258136/2055920 swapFree=4181168/4192956
[pid=25714] ppid=25712 vsize=12000 CPUtime=0
/proc/25714/stat : 25714 (sugar) R 25712 25714 24720 0 -1 4194304 181 0 0 0 0 0 0 0 20 0 1 0 236152833 12288000 149 996147200 4194304 4206940 548682068608 18446744073709551615 214963089808 0 0 4224 0 0 0 0 17 0 0 0
/proc/25714/statm: 3000 149 114 3 0 100 0

[startup+0.0865179 s]
/proc/loadavg: 1.99 1.97 1.83 4/82 25714
/proc/meminfo: memFree=1258136/2055920 swapFree=4181168/4192956
[pid=25714] ppid=25712 vsize=13600 CPUtime=0.03
/proc/25714/stat : 25714 (sugar) S 25712 25714 24720 0 -1 4194304 900 127 0 0 3 0 0 0 16 0 1 0 236152833 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25714/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.101521 s]
/proc/loadavg: 1.99 1.97 1.83 4/82 25714
/proc/meminfo: memFree=1258136/2055920 swapFree=4181168/4192956
[pid=25714] ppid=25712 vsize=13600 CPUtime=0.03
/proc/25714/stat : 25714 (sugar) S 25712 25714 24720 0 -1 4194304 900 127 0 0 3 0 0 0 16 0 1 0 236152833 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25714/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301561 s]
/proc/loadavg: 1.99 1.97 1.83 4/82 25714
/proc/meminfo: memFree=1258136/2055920 swapFree=4181168/4192956
[pid=25714] ppid=25712 vsize=13600 CPUtime=0.03
/proc/25714/stat : 25714 (sugar) S 25712 25714 24720 0 -1 4194304 900 127 0 0 3 0 0 0 16 0 1 0 236152833 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25714/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701637 s]
/proc/loadavg: 1.99 1.97 1.83 4/82 25714
/proc/meminfo: memFree=1258136/2055920 swapFree=4181168/4192956
[pid=25714] ppid=25712 vsize=13600 CPUtime=0.57
/proc/25714/stat : 25714 (sugar) S 25712 25714 24720 0 -1 4194304 973 4964 0 1 3 0 49 5 16 0 1 0 236152833 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25714/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.57
Current children cumulated vsize (KiB) 13600

[startup+1.50279 s]
/proc/loadavg: 1.99 1.97 1.83 4/93 25736
/proc/meminfo: memFree=1244992/2055920 swapFree=4181168/4192956
[pid=25714] ppid=25712 vsize=13600 CPUtime=0.57
/proc/25714/stat : 25714 (sugar) S 25712 25714 24720 0 -1 4194304 973 4964 0 1 3 0 49 5 15 0 1 0 236152833 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25714/statm: 3400 797 370 3 0 500 0
[pid=25727] ppid=25714 vsize=5356 CPUtime=0
/proc/25727/stat : 25727 (sh) S 25714 25714 24720 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 236152895 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25727/statm: 1339 233 193 169 0 50 0
[pid=25728] ppid=25727 vsize=864312 CPUtime=0.86
/proc/25728/stat : 25728 (java) S 25727 25714 24720 0 -1 0 8463 0 1 0 82 4 0 0 20 0 9 0 236152895 885055488 7738 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25728/statm: 216078 7738 2540 9 0 210653 0
[pid=25728/tid=25729] ppid=25727 vsize=864312 CPUtime=0.45
/proc/25728/task/25729/stat : 25729 (java) R 25727 25714 24720 0 -1 64 2708 0 1 0 43 2 0 0 25 0 9 0 236152896 885055488 7738 996147200 134512640 134550740 4294955952 18446744073709551615 4126580781 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25728/tid=25730] ppid=25727 vsize=864312 CPUtime=0.32
/proc/25728/task/25730/stat : 25730 (java) S 25727 25714 24720 0 -1 64 4718 0 0 0 31 1 0 0 16 0 9 0 236152897 885055488 7738 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25728/tid=25731] ppid=25727 vsize=864312 CPUtime=0
/proc/25728/task/25731/stat : 25731 (java) S 25727 25714 24720 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 236152897 885055488 7738 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25728/tid=25732] ppid=25727 vsize=864312 CPUtime=0
/proc/25728/task/25732/stat : 25732 (java) S 25727 25714 24720 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 236152897 885055488 7738 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25728/tid=25733] ppid=25727 vsize=864312 CPUtime=0
/proc/25728/task/25733/stat : 25733 (java) S 25727 25714 24720 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 236152899 885055488 7738 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25728/tid=25734] ppid=25727 vsize=864312 CPUtime=0.07
/proc/25728/task/25734/stat : 25734 (java) S 25727 25714 24720 0 -1 64 339 0 0 0 7 0 0 0 16 0 9 0 236152899 885055488 7738 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25728/tid=25735] ppid=25727 vsize=864312 CPUtime=0
/proc/25728/task/25735/stat : 25735 (java) S 25727 25714 24720 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 236152899 885055488 7738 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25728/tid=25736] ppid=25727 vsize=864312 CPUtime=0
/proc/25728/task/25736/stat : 25736 (java) S 25727 25714 24720 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 236152899 885055488 7738 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.43
Current children cumulated vsize (KiB) 883268

[startup+3.1021 s]
/proc/loadavg: 1.99 1.97 1.83 3/85 25738
/proc/meminfo: memFree=1250688/2055920 swapFree=4181168/4192956
[pid=25714] ppid=25712 vsize=13600 CPUtime=1.91
/proc/25714/stat : 25714 (sugar) S 25712 25714 24720 0 -1 4194304 1031 14534 0 2 3 0 177 11 15 0 1 0 236152833 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25714/statm: 3400 798 370 3 0 500 0
[pid=25737] ppid=25714 vsize=5356 CPUtime=0
/proc/25737/stat : 25737 (sh) S 25714 25714 24720 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 236153035 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25737/statm: 1339 232 193 169 0 50 0
[pid=25738] ppid=25737 vsize=4804 CPUtime=1.06
/proc/25738/stat : 25738 (minisat) R 25737 25714 24720 0 -1 4194304 1097 0 0 0 106 0 0 0 25 0 1 0 236153036 4919296 1083 996147200 134512640 135127466 4294956272 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 0 0 0
/proc/25738/statm: 1201 1083 75 150 0 1048 0
Current children cumulated CPU time (s) 2.97
Current children cumulated vsize (KiB) 23760

[startup+6.30172 s]
/proc/loadavg: 1.99 1.97 1.83 3/85 25738
/proc/meminfo: memFree=1249088/2055920 swapFree=4181168/4192956
[pid=25714] ppid=25712 vsize=13600 CPUtime=1.91
/proc/25714/stat : 25714 (sugar) S 25712 25714 24720 0 -1 4194304 1031 14534 0 2 3 0 177 11 16 0 1 0 236152833 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25714/statm: 3400 798 370 3 0 500 0
[pid=25737] ppid=25714 vsize=5356 CPUtime=0
/proc/25737/stat : 25737 (sh) S 25714 25714 24720 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 236153035 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25737/statm: 1339 232 193 169 0 50 0
[pid=25738] ppid=25737 vsize=6272 CPUtime=4.25
/proc/25738/stat : 25738 (minisat) R 25737 25714 24720 0 -1 4194304 1440 0 0 0 425 0 0 0 25 0 1 0 236153036 6422528 1426 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/25738/statm: 1568 1426 75 150 0 1415 0
Current children cumulated CPU time (s) 6.16
Current children cumulated vsize (KiB) 25228

[startup+12.702 s]
/proc/loadavg: 1.99 1.97 1.83 3/85 25738
/proc/meminfo: memFree=1247104/2055920 swapFree=4181168/4192956
[pid=25714] ppid=25712 vsize=13600 CPUtime=1.91
/proc/25714/stat : 25714 (sugar) S 25712 25714 24720 0 -1 4194304 1031 14534 0 2 3 0 177 11 16 0 1 0 236152833 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25714/statm: 3400 798 370 3 0 500 0
[pid=25737] ppid=25714 vsize=5356 CPUtime=0
/proc/25737/stat : 25737 (sh) S 25714 25714 24720 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 236153035 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25737/statm: 1339 232 193 169 0 50 0
[pid=25738] ppid=25737 vsize=8076 CPUtime=10.65
/proc/25738/stat : 25738 (minisat) R 25737 25714 24720 0 -1 4194304 1893 0 0 0 1064 1 0 0 25 0 1 0 236153036 8269824 1879 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/25738/statm: 2019 1879 75 150 0 1866 0
Current children cumulated CPU time (s) 12.56
Current children cumulated vsize (KiB) 27032

[startup+25.5014 s]
/proc/loadavg: 1.99 1.97 1.83 4/85 25738
/proc/meminfo: memFree=1244544/2055920 swapFree=4181168/4192956
[pid=25714] ppid=25712 vsize=13600 CPUtime=1.91
/proc/25714/stat : 25714 (sugar) S 25712 25714 24720 0 -1 4194304 1031 14534 0 2 3 0 177 11 16 0 1 0 236152833 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25714/statm: 3400 798 370 3 0 500 0
[pid=25737] ppid=25714 vsize=5356 CPUtime=0
/proc/25737/stat : 25737 (sh) S 25714 25714 24720 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 236153035 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25737/statm: 1339 232 193 169 0 50 0
[pid=25738] ppid=25737 vsize=10532 CPUtime=23.45
/proc/25738/stat : 25738 (minisat) R 25737 25714 24720 0 -1 4194304 2519 0 0 0 2343 2 0 0 25 0 1 0 236153036 10784768 2505 996147200 134512640 135127466 4294956272 18446744073709551615 134530783 0 0 4096 3 0 0 0 17 0 0 0
/proc/25738/statm: 2633 2505 75 150 0 2480 0
Current children cumulated CPU time (s) 25.36
Current children cumulated vsize (KiB) 29488

[startup+51.1014 s]
/proc/loadavg: 1.99 1.97 1.84 4/85 25738
/proc/meminfo: memFree=1243968/2055920 swapFree=4181168/4192956
[pid=25714] ppid=25712 vsize=13600 CPUtime=1.91
/proc/25714/stat : 25714 (sugar) S 25712 25714 24720 0 -1 4194304 1031 14534 0 2 3 0 177 11 16 0 1 0 236152833 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25714/statm: 3400 798 370 3 0 500 0
[pid=25737] ppid=25714 vsize=5356 CPUtime=0
/proc/25737/stat : 25737 (sh) S 25714 25714 24720 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 236153035 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25737/statm: 1339 232 193 169 0 50 0
[pid=25738] ppid=25737 vsize=11212 CPUtime=49.03
/proc/25738/stat : 25738 (minisat) R 25737 25714 24720 0 -1 4194304 2680 0 0 0 4901 2 0 0 25 0 1 0 236153036 11481088 2666 996147200 134512640 135127466 4294956272 18446744073709551615 134530766 0 0 4096 3 0 0 0 17 0 0 0
/proc/25738/statm: 2803 2666 75 150 0 2650 0
Current children cumulated CPU time (s) 50.94
Current children cumulated vsize (KiB) 30168

[startup+102.306 s]
/proc/loadavg: 1.99 1.97 1.84 3/85 25738
/proc/meminfo: memFree=1240704/2055920 swapFree=4181168/4192956
[pid=25714] ppid=25712 vsize=13600 CPUtime=1.91
/proc/25714/stat : 25714 (sugar) S 25712 25714 24720 0 -1 4194304 1031 14534 0 2 3 0 177 11 16 0 1 0 236152833 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25714/statm: 3400 798 370 3 0 500 0
[pid=25737] ppid=25714 vsize=5356 CPUtime=0
/proc/25737/stat : 25737 (sh) S 25714 25714 24720 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 236153035 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25737/statm: 1339 232 193 169 0 50 0
[pid=25738] ppid=25737 vsize=14276 CPUtime=100.21
/proc/25738/stat : 25738 (minisat) R 25737 25714 24720 0 -1 4194304 3430 0 0 0 10018 3 0 0 25 0 1 0 236153036 14618624 3416 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/25738/statm: 3569 3416 75 150 0 3416 0
Current children cumulated CPU time (s) 102.12
Current children cumulated vsize (KiB) 33232

[startup+162.302 s]
/proc/loadavg: 1.99 1.97 1.85 3/85 25738
/proc/meminfo: memFree=1238784/2055920 swapFree=4181168/4192956
[pid=25714] ppid=25712 vsize=13600 CPUtime=1.91
/proc/25714/stat : 25714 (sugar) S 25712 25714 24720 0 -1 4194304 1031 14534 0 2 3 0 177 11 16 0 1 0 236152833 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25714/statm: 3400 798 370 3 0 500 0
[pid=25737] ppid=25714 vsize=5356 CPUtime=0
/proc/25737/stat : 25737 (sh) S 25714 25714 24720 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 236153035 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25737/statm: 1339 232 193 169 0 50 0
[pid=25738] ppid=25737 vsize=16180 CPUtime=160.18
/proc/25738/stat : 25738 (minisat) R 25737 25714 24720 0 -1 4194304 3885 0 0 0 16014 4 0 0 25 0 1 0 236153036 16568320 3871 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/25738/statm: 4045 3871 75 150 0 3892 0
Current children cumulated CPU time (s) 162.09
Current children cumulated vsize (KiB) 35136

[startup+222.302 s]
/proc/loadavg: 1.99 1.97 1.85 3/85 25738
/proc/meminfo: memFree=1237312/2055920 swapFree=4181168/4192956
[pid=25714] ppid=25712 vsize=13600 CPUtime=1.91
/proc/25714/stat : 25714 (sugar) S 25712 25714 24720 0 -1 4194304 1031 14534 0 2 3 0 177 11 16 0 1 0 236152833 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25714/statm: 3400 798 370 3 0 500 0
[pid=25737] ppid=25714 vsize=5356 CPUtime=0
/proc/25737/stat : 25737 (sh) S 25714 25714 24720 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 236153035 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0

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

[pid=25714] ppid=25712 vsize=13600 CPUtime=1.91
/proc/25714/stat : 25714 (sugar) S 25712 25714 24720 0 -1 4194304 1031 14534 0 2 3 0 177 11 16 0 1 0 236152833 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25714/statm: 3400 798 370 3 0 500 0
[pid=25737] ppid=25714 vsize=5356 CPUtime=0
/proc/25737/stat : 25737 (sh) S 25714 25714 24720 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 236153035 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25737/statm: 1339 232 193 169 0 50 0
[pid=25738] ppid=25737 vsize=29668 CPUtime=1299.61
/proc/25738/stat : 25738 (minisat) R 25737 25714 24720 0 -1 4194304 7158 0 0 0 129952 9 0 0 25 0 1 0 236153036 30380032 7144 996147200 134512640 135127466 4294956272 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 0 0 0
/proc/25738/statm: 7417 7144 75 150 0 7264 0
Current children cumulated CPU time (s) 1301.52
Current children cumulated vsize (KiB) 48624

[startup+1362.3 s]
/proc/loadavg: 1.99 1.97 1.91 3/85 25746
/proc/meminfo: memFree=1224832/2055920 swapFree=4181168/4192956
[pid=25714] ppid=25712 vsize=13600 CPUtime=1.91
/proc/25714/stat : 25714 (sugar) S 25712 25714 24720 0 -1 4194304 1031 14534 0 2 3 0 177 11 16 0 1 0 236152833 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25714/statm: 3400 798 370 3 0 500 0
[pid=25737] ppid=25714 vsize=5356 CPUtime=0
/proc/25737/stat : 25737 (sh) S 25714 25714 24720 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 236153035 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25737/statm: 1339 232 193 169 0 50 0
[pid=25738] ppid=25737 vsize=29824 CPUtime=1359.57
/proc/25738/stat : 25738 (minisat) R 25737 25714 24720 0 -1 4194304 7211 0 0 0 135948 9 0 0 25 0 1 0 236153036 30539776 7197 996147200 134512640 135127466 4294956272 18446744073709551615 134530739 0 0 4096 3 0 0 0 17 0 0 0
/proc/25738/statm: 7456 7197 75 150 0 7303 0
Current children cumulated CPU time (s) 1361.48
Current children cumulated vsize (KiB) 48780

[startup+1422.31 s]
/proc/loadavg: 1.99 1.97 1.91 3/85 25746
/proc/meminfo: memFree=1224448/2055920 swapFree=4181168/4192956
[pid=25714] ppid=25712 vsize=13600 CPUtime=1.91
/proc/25714/stat : 25714 (sugar) S 25712 25714 24720 0 -1 4194304 1031 14534 0 2 3 0 177 11 16 0 1 0 236152833 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25714/statm: 3400 798 370 3 0 500 0
[pid=25737] ppid=25714 vsize=5356 CPUtime=0
/proc/25737/stat : 25737 (sh) S 25714 25714 24720 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 236153035 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25737/statm: 1339 232 193 169 0 50 0
[pid=25738] ppid=25737 vsize=30412 CPUtime=1419.54
/proc/25738/stat : 25738 (minisat) R 25737 25714 24720 0 -1 4194304 7310 0 0 0 141945 9 0 0 25 0 1 0 236153036 31141888 7296 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/25738/statm: 7603 7296 75 150 0 7450 0
Current children cumulated CPU time (s) 1421.45
Current children cumulated vsize (KiB) 49368

[startup+1482.3 s]
/proc/loadavg: 1.92 1.95 1.90 3/76 25776
/proc/meminfo: memFree=1226312/2055920 swapFree=4181168/4192956
[pid=25714] ppid=25712 vsize=13600 CPUtime=1.91
/proc/25714/stat : 25714 (sugar) S 25712 25714 24720 0 -1 4194304 1031 14534 0 2 3 0 177 11 16 0 1 0 236152833 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25714/statm: 3400 798 370 3 0 500 0
[pid=25737] ppid=25714 vsize=5356 CPUtime=0
/proc/25737/stat : 25737 (sh) S 25714 25714 24720 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 236153035 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25737/statm: 1339 232 193 169 0 50 0
[pid=25738] ppid=25737 vsize=30412 CPUtime=1479.43
/proc/25738/stat : 25738 (minisat) R 25737 25714 24720 0 -1 4194304 7310 0 0 0 147933 10 0 0 25 0 1 0 236153036 31141888 7296 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/25738/statm: 7603 7296 75 150 0 7450 0
Current children cumulated CPU time (s) 1481.34
Current children cumulated vsize (KiB) 49368

[startup+1542.3 s]
/proc/loadavg: 1.97 1.96 1.91 3/76 25776
/proc/meminfo: memFree=1226056/2055920 swapFree=4181168/4192956
[pid=25714] ppid=25712 vsize=13600 CPUtime=1.91
/proc/25714/stat : 25714 (sugar) S 25712 25714 24720 0 -1 4194304 1031 14534 0 2 3 0 177 11 16 0 1 0 236152833 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25714/statm: 3400 798 370 3 0 500 0
[pid=25737] ppid=25714 vsize=5356 CPUtime=0
/proc/25737/stat : 25737 (sh) S 25714 25714 24720 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 236153035 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25737/statm: 1339 232 193 169 0 50 0
[pid=25738] ppid=25737 vsize=30412 CPUtime=1538.97
/proc/25738/stat : 25738 (minisat) R 25737 25714 24720 0 -1 4194304 7328 0 0 0 153887 10 0 0 25 0 1 0 236153036 31141888 7314 996147200 134512640 135127466 4294956272 18446744073709551615 134527198 0 0 4096 3 0 0 0 17 1 0 0
/proc/25738/statm: 7603 7314 75 150 0 7450 0
Current children cumulated CPU time (s) 1540.88
Current children cumulated vsize (KiB) 49368

[startup+1602.3 s]
/proc/loadavg: 1.99 1.97 1.91 3/76 25776
/proc/meminfo: memFree=1225608/2055920 swapFree=4181168/4192956
[pid=25714] ppid=25712 vsize=13600 CPUtime=1.91
/proc/25714/stat : 25714 (sugar) S 25712 25714 24720 0 -1 4194304 1031 14534 0 2 3 0 177 11 16 0 1 0 236152833 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25714/statm: 3400 798 370 3 0 500 0
[pid=25737] ppid=25714 vsize=5356 CPUtime=0
/proc/25737/stat : 25737 (sh) S 25714 25714 24720 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 236153035 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25737/statm: 1339 232 193 169 0 50 0
[pid=25738] ppid=25737 vsize=30796 CPUtime=1598.51
/proc/25738/stat : 25738 (minisat) R 25737 25714 24720 0 -1 4194304 7423 0 0 0 159841 10 0 0 25 0 1 0 236153036 31535104 7409 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/25738/statm: 7699 7409 75 150 0 7546 0
Current children cumulated CPU time (s) 1600.42
Current children cumulated vsize (KiB) 49752

[startup+1662.3 s]
/proc/loadavg: 1.99 1.97 1.91 3/76 25776
/proc/meminfo: memFree=1225416/2055920 swapFree=4181168/4192956
[pid=25714] ppid=25712 vsize=13600 CPUtime=1.91
/proc/25714/stat : 25714 (sugar) S 25712 25714 24720 0 -1 4194304 1031 14534 0 2 3 0 177 11 16 0 1 0 236152833 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25714/statm: 3400 798 370 3 0 500 0
[pid=25737] ppid=25714 vsize=5356 CPUtime=0
/proc/25737/stat : 25737 (sh) S 25714 25714 24720 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 236153035 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25737/statm: 1339 232 193 169 0 50 0
[pid=25738] ppid=25737 vsize=30968 CPUtime=1658.05
/proc/25738/stat : 25738 (minisat) R 25737 25714 24720 0 -1 4194304 7437 0 0 0 165795 10 0 0 25 0 1 0 236153036 31711232 7423 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/25738/statm: 7742 7423 75 150 0 7589 0
Current children cumulated CPU time (s) 1659.96
Current children cumulated vsize (KiB) 49924

[startup+1722.3 s]
/proc/loadavg: 1.99 1.97 1.91 3/76 25776
/proc/meminfo: memFree=1223176/2055920 swapFree=4181168/4192956
[pid=25714] ppid=25712 vsize=13600 CPUtime=1.91
/proc/25714/stat : 25714 (sugar) S 25712 25714 24720 0 -1 4194304 1031 14534 0 2 3 0 177 11 16 0 1 0 236152833 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25714/statm: 3400 798 370 3 0 500 0
[pid=25737] ppid=25714 vsize=5356 CPUtime=0
/proc/25737/stat : 25737 (sh) S 25714 25714 24720 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 236153035 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25737/statm: 1339 232 193 169 0 50 0
[pid=25738] ppid=25737 vsize=33316 CPUtime=1717.6
/proc/25738/stat : 25738 (minisat) R 25737 25714 24720 0 -1 4194304 8020 0 0 0 171749 11 0 0 25 0 1 0 236153036 34115584 8006 996147200 134512640 135127466 4294956272 18446744073709551615 134704542 0 0 4096 3 0 0 0 17 1 0 0
/proc/25738/statm: 8329 8006 75 150 0 8176 0
Current children cumulated CPU time (s) 1719.51
Current children cumulated vsize (KiB) 52272

[startup+1782.3 s]
/proc/loadavg: 1.99 1.97 1.91 3/76 25776
/proc/meminfo: memFree=1222920/2055920 swapFree=4181168/4192956
[pid=25714] ppid=25712 vsize=13600 CPUtime=1.91
/proc/25714/stat : 25714 (sugar) S 25712 25714 24720 0 -1 4194304 1031 14534 0 2 3 0 177 11 16 0 1 0 236152833 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25714/statm: 3400 798 370 3 0 500 0
[pid=25737] ppid=25714 vsize=5356 CPUtime=0
/proc/25737/stat : 25737 (sh) S 25714 25714 24720 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 236153035 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25737/statm: 1339 232 193 169 0 50 0
[pid=25738] ppid=25737 vsize=33316 CPUtime=1777.14
/proc/25738/stat : 25738 (minisat) R 25737 25714 24720 0 -1 4194304 8037 0 0 0 177703 11 0 0 25 0 1 0 236153036 34115584 8023 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/25738/statm: 8329 8023 75 150 0 8176 0
Current children cumulated CPU time (s) 1779.05
Current children cumulated vsize (KiB) 52272



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1803.5 s]
/proc/loadavg: 1.99 1.97 1.91 3/76 25776
/proc/meminfo: memFree=1222920/2055920 swapFree=4181168/4192956
[pid=25714] ppid=25712 vsize=13600 CPUtime=1.91
/proc/25714/stat : 25714 (sugar) S 25712 25714 24720 0 -1 4194304 1031 14534 0 2 3 0 177 11 16 0 1 0 236152833 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25714/statm: 3400 798 370 3 0 500 0
[pid=25737] ppid=25714 vsize=5356 CPUtime=0
/proc/25737/stat : 25737 (sh) S 25714 25714 24720 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 236153035 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25737/statm: 1339 232 193 169 0 50 0
[pid=25738] ppid=25737 vsize=33316 CPUtime=1798.18
/proc/25738/stat : 25738 (minisat) R 25737 25714 24720 0 -1 4194304 8038 0 0 0 179807 11 0 0 25 0 1 0 236153036 34115584 8024 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/25738/statm: 8329 8024 75 150 0 8176 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 52272

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

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

[startup+1803.5 s]
/proc/loadavg: 1.99 1.97 1.91 3/76 25776
/proc/meminfo: memFree=1222920/2055920 swapFree=4181168/4192956
[pid=25714] ppid=25712 vsize=13600 CPUtime=1.91
/proc/25714/stat : 25714 (sugar) S 25712 25714 24720 0 -1 4194304 1031 14534 0 2 3 0 177 11 16 0 1 0 236152833 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25714/statm: 3400 798 370 3 0 500 0
[pid=25737] ppid=25714 vsize=5356 CPUtime=0
/proc/25737/stat : 25737 (sh) S 25714 25714 24720 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 236153035 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25737/statm: 1339 232 193 169 0 50 0
[pid=25738] ppid=25737 vsize=33316 CPUtime=1798.18
/proc/25738/stat : 25738 (minisat) R 25737 25714 24720 0 -1 4194304 8038 0 0 0 179807 11 0 0 25 0 1 0 236153036 34115584 8024 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/25738/statm: 8329 8024 75 150 0 8176 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 52272

Child status: 0
Real time (s): 1803.52
CPU time (s): 1800.14
CPU user time (s): 1799.89
CPU system time (s): 0.252961
CPU usage (%): 99.8127
Max. virtual memory (cumulated for all children) (KiB): 883380

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.89
system time used= 0.252961
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 24263
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= 2294
involuntary context switches= 15438

runsolver used 1.63175 second user time and 4.95725 second system time

The end

Launcher Data (download as text)

Begin job on node85 at 2008-07-02 00:41:41
IDJOB=1035562
IDBENCH=53404
IDSOLVER=346
FILE ID=node85/1035562-1214952101
PBS_JOBID= 7870166
Free space on /tmp= 126852 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/frb53-24/normalized-frb53-24-3-mgd_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-1035562-1214952101/watcher-1035562-1214952101 -o /tmp/evaluation-result-1035562-1214952101/solver-1035562-1214952101 -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-1035562-1214952101.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 23b475c474576353e22a1b6c2b09c086
RANDOM SEED=244899598

node85.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.272
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.272
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:       1258552 kB
Buffers:         60108 kB
Cached:         632356 kB
SwapCached:       5556 kB
Active:         200472 kB
Inactive:       516892 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1258552 kB
SwapTotal:     4192956 kB
SwapFree:      4181168 kB
Dirty:            1736 kB
Writeback:           0 kB
Mapped:          41896 kB
Slab:            65372 kB
Committed_AS:   501188 kB
PageTables:       1640 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= 126848 MiB
End job on node85 at 2008-07-02 01:11:47