Trace number 1098712

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.11 1805.82

General information on the benchmark

Namecsp/rand-2-40-19/
normalized-rand-2-40-19-443-230-16_ext.xml
MD5SUMcc325c351ec31ee347a68e2396f7ab89
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark99.6858
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints338
Maximum constraint arity2
Maximum domain size19
Number of constraints which are defined in extension338
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 Sat Jul  5 21:10:06 2008
0.00/0.05	c 0	PID 25039
0.03/0.05	c 0	HOST node17.alineos.net
0.03/0.05	c 0	CONVERTING HOME/instance-1098712-1215285005.xml TO HOME/temp.csp
0.03/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1098712-1215285005.xml' 'HOME/temp.csp'
0.03/0.74	c 0	1 domains, 40 variables, 0 predicates, 338 relations, 338 constraints
0.03/0.77	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.77	c 0	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.72/0.85	c 0	Parsing HOME/temp.csp
1.03/1.15	c 1	parsed 717 expressions
1.03/1.15	c 1	Heap : 4 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.03/1.15	c 1	Converting to clausal form CSP
1.03/1.18	c 1	converted 72 (10%) expressions
1.03/1.18	c 1	converted 144 (20%) expressions
1.03/1.19	c 1	converted 216 (30%) expressions
1.03/1.19	c 1	converted 287 (40%) expressions
1.03/1.19	c 1	converted 359 (50%) expressions
1.12/1.26	c 1	converted 431 (60%) expressions
1.12/1.28	c 1	converted 502 (70%) expressions
1.21/1.31	c 1	converted 574 (80%) expressions
1.21/1.33	c 1	converted 646 (90%) expressions
1.21/1.34	c 1	converted 717 (100%) expressions
1.21/1.34	c 1	CSP : 40 integers, 0 booleans, 338 clauses, largest domain size 19
1.21/1.34	c 1	Heap : 8 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.21/1.34	c 1	Propagation in CSP
1.21/1.35	c 1	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.21/1.35	c 1	CSP : 40 integers, 0 booleans, 338 clauses, largest domain size 19
1.21/1.35	c 1	Heap : 8 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.21/1.35	c 1	Simplifing CSP by introducing new Boolean variables
1.21/1.35	c 1	CSP : 40 integers, 0 booleans, 338 clauses, largest domain size 19
1.21/1.35	c 1	Heap : 8 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.21/1.39	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.21/1.40	c 1	4 (10%) CSP integer variables are encoded (68 clauses, 659 bytes)
1.32/1.40	c 1	8 (20%) CSP integer variables are encoded (136 clauses, 1356 bytes)
1.32/1.40	c 1	12 (30%) CSP integer variables are encoded (204 clauses, 2104 bytes)
1.32/1.40	c 1	16 (40%) CSP integer variables are encoded (272 clauses, 2852 bytes)
1.32/1.40	c 1	20 (50%) CSP integer variables are encoded (340 clauses, 3600 bytes)
1.32/1.41	c 1	24 (60%) CSP integer variables are encoded (408 clauses, 4348 bytes)
1.32/1.41	c 1	28 (70%) CSP integer variables are encoded (476 clauses, 5096 bytes)
1.32/1.41	c 1	32 (80%) CSP integer variables are encoded (544 clauses, 5844 bytes)
1.32/1.41	c 1	36 (90%) CSP integer variables are encoded (612 clauses, 6592 bytes)
1.32/1.41	c 1	40 (100%) CSP integer variables are encoded (680 clauses, 7340 bytes)
1.32/1.46	c 1	34 (10%) CSP clauses are encoded (2945 clauses, 43967 bytes)
1.32/1.48	c 1	68 (20%) CSP clauses are encoded (5174 clauses, 81294 bytes)
1.32/1.49	c 1	102 (30%) CSP clauses are encoded (7338 clauses, 119433 bytes)
1.41/1.51	c 1	136 (40%) CSP clauses are encoded (9472 clauses, 159335 bytes)
1.41/1.52	c 1	169 (50%) CSP clauses are encoded (11588 clauses, 199028 bytes)
1.41/1.53	c 1	203 (60%) CSP clauses are encoded (13742 clauses, 239450 bytes)
1.41/1.55	c 1	237 (70%) CSP clauses are encoded (15826 clauses, 278594 bytes)
1.41/1.56	c 1	271 (80%) CSP clauses are encoded (17899 clauses, 317462 bytes)
1.41/1.58	c 1	305 (90%) CSP clauses are encoded (20097 clauses, 358662 bytes)
1.41/1.59	c 1	338 (100%) CSP clauses are encoded (22167 clauses, 397494 bytes)
1.41/1.59	c 1	338 CSP clauses encoded
1.41/1.59	c 1	Writing map file : HOME/temp.map
1.41/1.59	c 1	Heap : 4 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.41/1.59	c 1	SAT : 720 SAT variables, 22167 SAT clauses, 397494 bytes
1.41/1.59	c 1	Heap : 4 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.51/1.61	c 1	SOLVING HOME/temp.cnf
1.51/1.61	c 1	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1.51/1.62	c 1	This is MiniSat 2.0 beta
1.51/1.62	c 1	WARNING: for repeatability, setting FPU to use double precision
1.51/1.62	c 1	============================[ Problem Statistics ]=============================
1.51/1.62	c 1	|                                                                             |
1.51/1.62	c 1	|  Number of variables:  720                                                  |
1.51/1.62	c 1	|  Number of clauses:    22167                                                |
1.51/1.63	c 1	|  Parsing time:         0.01         s                                       |
1.51/1.63	c 1	============================[ Search Statistics ]==============================
1.51/1.63	c 1	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.51/1.63	c 1	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.51/1.63	c 1	===============================================================================
1.51/1.63	c 1	|         0 |     720    22167    81380 |     7389        0    nan |  0.000 % |
1.51/1.64	c 1	|       100 |     720    22167    81380 |     8127      100     10 |  0.000 % |
1.51/1.66	c 1	|       250 |     720    22167    81380 |     8940      250     11 |  0.007 % |
1.51/1.68	c 1	|       475 |     720    22167    81380 |     9834      475     12 |  0.007 % |
1.54/1.72	c 1	|       812 |     720    22167    81380 |    10818      812     13 |  0.007 % |
1.54/1.78	c 1	|      1321 |     720    22167    81380 |    11900     1321     12 |  0.006 % |
1.54/1.87	c 1	|      2083 |     720    22167    81380 |    13090     2083     13 |  0.006 % |
1.54/2.02	c 2	|      3223 |     720    22167    81380 |    14399     3223     13 |  0.007 % |
2.11/2.24	c 2	|      4931 |     720    22167    81380 |    15838     4931     14 |  0.006 % |
2.40/2.56	c 2	|      7493 |     720    22167    81380 |    17422     7493     14 |  0.004 % |
3.00/3.15	c 3	|     11337 |     720    22167    81380 |    19165    11337     15 |  0.006 % |
3.98/4.18	c 4	|     17104 |     720    22167    81380 |    21081    17104     16 |  0.006 % |
5.66/5.88	c 5	|     25753 |     720    22167    81380 |    23189    15169     16 |  0.006 % |
8.73/8.91	c 8	|     38728 |     720    22167    81380 |    25508    16463     15 |  0.006 % |
13.00/13.22	c 13	|     58190 |     720    22167    81380 |    28059    22766     16 |  0.006 % |
19.94/20.26	c 20	|     87382 |     720    22167    81380 |    30865    22180     17 |  0.006 % |
30.83/31.27	c 31	|    131173 |     720    22167    81380 |    33952    29051     19 |  0.004 % |
48.56/49.18	c 49	|    196858 |     720    22167    81380 |    37347    33210     20 |  0.000 % |
75.81/76.62	c 76	|    295385 |     720    22167    81380 |    41082    13779     18 |  0.003 % |
118.70/119.95	c 119	|    443174 |     719    22116    81240 |    45190    38070     16 |  0.139 % |
194.58/196.51	c 196	|    664860 |     719    22116    81240 |    49709    20089     16 |  0.148 % |
306.81/309.88	c 309	|    997388 |     718    22060    81086 |    54680    47116     20 |  0.278 % |
494.25/499.06	c 499	|   1496177 |     718    22060    81086 |    60148    41604     21 |  0.280 % |
780.65/786.07	c 786	|   2244360 |     714    21769    80054 |    66163    36775     18 |  0.839 % |
1231.98/1237.58	c 1237	|   3366635 |     714    21769    80054 |    72779    47447     21 |  0.835 % |
1800.07/1805.81	sh: line 1: 25063 Terminated              HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out' 2>&1
1800.07/1805.81	c 1805	DECODING HOME/temp.out WITH HOME/temp.map
1800.07/1805.81	c 1805	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.07/1805.81	c ERROR INTERRUPTED
1800.07/1805.82	s UNKNOWN
1800.07/1805.82	c 1805	CPU 1799.89 (0.04 0.01 1799.85 0.2)
1800.07/1805.82	c 1805	END Sat Jul  5 21:40:11 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-1098712-1215285005/watcher-1098712-1215285005 -o /tmp/evaluation-result-1098712-1215285005/solver-1098712-1215285005 -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-1098712-1215285005.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/73 25039
/proc/meminfo: memFree=1701696/2055920 swapFree=4179840/4192956
[pid=25039] ppid=25037 vsize=12268 CPUtime=0
/proc/25039/stat : 25039 (sugar) R 25037 25039 23017 0 -1 4194304 348 0 0 0 0 0 0 0 22 0 1 0 649689834 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 245482879589 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/25039/statm: 3067 316 241 3 0 167 0

[startup+0.050475 s]
/proc/loadavg: 2.00 2.00 2.00 4/73 25039
/proc/meminfo: memFree=1701696/2055920 swapFree=4179840/4192956
[pid=25039] ppid=25037 vsize=13600 CPUtime=0.03
/proc/25039/stat : 25039 (sugar) S 25037 25039 23017 0 -1 4194304 837 0 0 0 3 0 0 0 18 0 1 0 649689834 13926400 792 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25039/statm: 3400 792 367 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.101857 s]
/proc/loadavg: 2.00 2.00 2.00 4/73 25039
/proc/meminfo: memFree=1701696/2055920 swapFree=4179840/4192956
[pid=25039] ppid=25037 vsize=13600 CPUtime=0.03
/proc/25039/stat : 25039 (sugar) S 25037 25039 23017 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 649689834 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25039/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301877 s]
/proc/loadavg: 2.00 2.00 2.00 4/73 25039
/proc/meminfo: memFree=1701696/2055920 swapFree=4179840/4192956
[pid=25039] ppid=25037 vsize=13600 CPUtime=0.03
/proc/25039/stat : 25039 (sugar) S 25037 25039 23017 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 649689834 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25039/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701918 s]
/proc/loadavg: 2.00 2.00 2.00 4/73 25039
/proc/meminfo: memFree=1701696/2055920 swapFree=4179840/4192956
[pid=25039] ppid=25037 vsize=13600 CPUtime=0.03
/proc/25039/stat : 25039 (sugar) S 25037 25039 23017 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 649689834 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25039/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.503 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 25061
/proc/meminfo: memFree=1692968/2055920 swapFree=4179840/4192956
[pid=25039] ppid=25037 vsize=13600 CPUtime=0.72
/proc/25039/stat : 25039 (sugar) S 25037 25039 23017 0 -1 4194304 974 4747 0 1 3 1 65 3 15 0 1 0 649689834 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25039/statm: 3400 797 370 3 0 500 0
[pid=25052] ppid=25039 vsize=5356 CPUtime=0
/proc/25052/stat : 25052 (sh) S 25039 25039 23017 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 649689912 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25052/statm: 1339 233 193 169 0 50 0
[pid=25053] ppid=25052 vsize=864388 CPUtime=0.69
/proc/25053/stat : 25053 (java) S 25052 25039 23017 0 -1 0 6770 0 1 0 66 3 0 0 18 0 9 0 649689912 885133312 6005 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25053/statm: 216097 6005 2564 9 0 210644 0
[pid=25053/tid=25054] ppid=25052 vsize=864388 CPUtime=0.4
/proc/25053/task/25054/stat : 25054 (java) R 25052 25039 23017 0 -1 64 2707 0 1 0 39 1 0 0 18 0 9 0 649689913 885133312 6005 996147200 134512640 134550740 4294955952 18446744073709551615 4126626774 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25053/tid=25055] ppid=25052 vsize=864388 CPUtime=0.16
/proc/25053/task/25055/stat : 25055 (java) S 25052 25039 23017 0 -1 64 3010 0 0 0 16 0 0 0 16 0 9 0 649689914 885133312 6005 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25053/tid=25056] ppid=25052 vsize=864388 CPUtime=0
/proc/25053/task/25056/stat : 25056 (java) S 25052 25039 23017 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 649689914 885133312 6005 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25053/tid=25057] ppid=25052 vsize=864388 CPUtime=0
/proc/25053/task/25057/stat : 25057 (java) S 25052 25039 23017 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 649689914 885133312 6005 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25053/tid=25058] ppid=25052 vsize=864388 CPUtime=0
/proc/25053/task/25058/stat : 25058 (java) S 25052 25039 23017 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 649689916 885133312 6005 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25053/tid=25059] ppid=25052 vsize=864388 CPUtime=0.11
/proc/25053/task/25059/stat : 25059 (java) S 25052 25039 23017 0 -1 64 360 0 0 0 11 0 0 0 16 0 9 0 649689916 885133312 6005 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25053/tid=25060] ppid=25052 vsize=864388 CPUtime=0
/proc/25053/task/25060/stat : 25060 (java) S 25052 25039 23017 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 649689916 885133312 6005 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25053/tid=25061] ppid=25052 vsize=864388 CPUtime=0
/proc/25053/task/25061/stat : 25061 (java) S 25052 25039 23017 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 649689916 885133312 6005 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.41
Current children cumulated vsize (KiB) 883344

[startup+3.10216 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 25063
/proc/meminfo: memFree=1696808/2055920 swapFree=4179840/4192956
[pid=25039] ppid=25037 vsize=13600 CPUtime=1.54
/proc/25039/stat : 25039 (sugar) S 25037 25039 23017 0 -1 4194304 1031 11842 0 2 4 1 141 8 15 0 1 0 649689834 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25039/statm: 3400 798 370 3 0 500 0
[pid=25062] ppid=25039 vsize=5356 CPUtime=0
/proc/25062/stat : 25062 (sh) S 25039 25039 23017 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 649689996 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25062/statm: 1339 232 193 169 0 50 0
[pid=25063] ppid=25062 vsize=3876 CPUtime=1.46
/proc/25063/stat : 25063 (minisat) R 25062 25039 23017 0 -1 4194304 735 0 0 0 146 0 0 0 25 0 1 0 649689996 3969024 721 996147200 134512640 135127466 4294956256 18446744073709551615 134530686 0 0 4096 3 0 0 0 17 1 0 0
/proc/25063/statm: 969 721 75 150 0 816 0
Current children cumulated CPU time (s) 3
Current children cumulated vsize (KiB) 22832

[startup+6.30149 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 25063
/proc/meminfo: memFree=1695080/2055920 swapFree=4179840/4192956
[pid=25039] ppid=25037 vsize=13600 CPUtime=1.54
/proc/25039/stat : 25039 (sugar) S 25037 25039 23017 0 -1 4194304 1031 11842 0 2 4 1 141 8 16 0 1 0 649689834 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25039/statm: 3400 798 370 3 0 500 0
[pid=25062] ppid=25039 vsize=5356 CPUtime=0
/proc/25062/stat : 25062 (sh) S 25039 25039 23017 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 649689996 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25062/statm: 1339 232 193 169 0 50 0
[pid=25063] ppid=25062 vsize=4944 CPUtime=4.62
/proc/25063/stat : 25063 (minisat) R 25062 25039 23017 0 -1 4194304 985 0 0 0 462 0 0 0 25 0 1 0 649689996 5062656 971 996147200 134512640 135127466 4294956256 18446744073709551615 134530624 0 0 4096 3 0 0 0 17 1 0 0
/proc/25063/statm: 1236 971 75 150 0 1083 0
Current children cumulated CPU time (s) 6.16
Current children cumulated vsize (KiB) 23900

[startup+12.7011 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 25063
/proc/meminfo: memFree=1694440/2055920 swapFree=4179840/4192956
[pid=25039] ppid=25037 vsize=13600 CPUtime=1.54
/proc/25039/stat : 25039 (sugar) S 25037 25039 23017 0 -1 4194304 1031 11842 0 2 4 1 141 8 16 0 1 0 649689834 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25039/statm: 3400 798 370 3 0 500 0
[pid=25062] ppid=25039 vsize=5356 CPUtime=0
/proc/25062/stat : 25062 (sh) S 25039 25039 23017 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 649689996 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25062/statm: 1339 232 193 169 0 50 0
[pid=25063] ppid=25062 vsize=5604 CPUtime=10.97
/proc/25063/stat : 25063 (minisat) R 25062 25039 23017 0 -1 4194304 1151 0 0 0 1096 1 0 0 25 0 1 0 649689996 5738496 1137 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/25063/statm: 1401 1137 75 150 0 1248 0
Current children cumulated CPU time (s) 12.51
Current children cumulated vsize (KiB) 24560

[startup+25.5015 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 25063
/proc/meminfo: memFree=1693544/2055920 swapFree=4179840/4192956
[pid=25039] ppid=25037 vsize=13600 CPUtime=1.54
/proc/25039/stat : 25039 (sugar) S 25037 25039 23017 0 -1 4194304 1031 11842 0 2 4 1 141 8 16 0 1 0 649689834 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25039/statm: 3400 798 370 3 0 500 0
[pid=25062] ppid=25039 vsize=5356 CPUtime=0
/proc/25062/stat : 25062 (sh) S 25039 25039 23017 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 649689996 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25062/statm: 1339 232 193 169 0 50 0
[pid=25063] ppid=25062 vsize=6564 CPUtime=23.64
/proc/25063/stat : 25063 (minisat) R 25062 25039 23017 0 -1 4194304 1380 0 0 0 2363 1 0 0 25 0 1 0 649689996 6721536 1366 996147200 134512640 135127466 4294956256 18446744073709551615 134530635 0 0 4096 3 0 0 0 17 1 0 0
/proc/25063/statm: 1641 1366 75 150 0 1488 0
Current children cumulated CPU time (s) 25.18
Current children cumulated vsize (KiB) 25520

[startup+51.1011 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 25063
/proc/meminfo: memFree=1691944/2055920 swapFree=4179840/4192956
[pid=25039] ppid=25037 vsize=13600 CPUtime=1.54
/proc/25039/stat : 25039 (sugar) S 25037 25039 23017 0 -1 4194304 1031 11842 0 2 4 1 141 8 16 0 1 0 649689834 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25039/statm: 3400 798 370 3 0 500 0
[pid=25062] ppid=25039 vsize=5356 CPUtime=0
/proc/25062/stat : 25062 (sh) S 25039 25039 23017 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 649689996 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25062/statm: 1339 232 193 169 0 50 0
[pid=25063] ppid=25062 vsize=8172 CPUtime=49.01
/proc/25063/stat : 25063 (minisat) R 25062 25039 23017 0 -1 4194304 1797 0 0 0 4899 2 0 0 25 0 1 0 649689996 8368128 1783 996147200 134512640 135127466 4294956256 18446744073709551615 134530775 0 0 4096 3 0 0 0 17 1 0 0
/proc/25063/statm: 2043 1783 75 150 0 1890 0
Current children cumulated CPU time (s) 50.55
Current children cumulated vsize (KiB) 27128

[startup+102.306 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 25063
/proc/meminfo: memFree=1690856/2055920 swapFree=4179840/4192956
[pid=25039] ppid=25037 vsize=13600 CPUtime=1.54
/proc/25039/stat : 25039 (sugar) S 25037 25039 23017 0 -1 4194304 1031 11842 0 2 4 1 141 8 16 0 1 0 649689834 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25039/statm: 3400 798 370 3 0 500 0
[pid=25062] ppid=25039 vsize=5356 CPUtime=0
/proc/25062/stat : 25062 (sh) S 25039 25039 23017 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 649689996 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25062/statm: 1339 232 193 169 0 50 0
[pid=25063] ppid=25062 vsize=9196 CPUtime=99.73
/proc/25063/stat : 25063 (minisat) R 25062 25039 23017 0 -1 4194304 2022 0 0 0 9971 2 0 0 25 0 1 0 649689996 9416704 2008 996147200 134512640 135127466 4294956256 18446744073709551615 134530783 0 0 4096 3 0 0 0 17 1 0 0
/proc/25063/statm: 2299 2008 75 150 0 2146 0
Current children cumulated CPU time (s) 101.27
Current children cumulated vsize (KiB) 28152

[startup+162.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 25063
/proc/meminfo: memFree=1689896/2055920 swapFree=4179840/4192956
[pid=25039] ppid=25037 vsize=13600 CPUtime=1.54
/proc/25039/stat : 25039 (sugar) S 25037 25039 23017 0 -1 4194304 1031 11842 0 2 4 1 141 8 16 0 1 0 649689834 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25039/statm: 3400 798 370 3 0 500 0
[pid=25062] ppid=25039 vsize=5356 CPUtime=0
/proc/25062/stat : 25062 (sh) S 25039 25039 23017 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 649689996 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25062/statm: 1339 232 193 169 0 50 0
[pid=25063] ppid=25062 vsize=10024 CPUtime=159.16
/proc/25063/stat : 25063 (minisat) R 25062 25039 23017 0 -1 4194304 2239 0 0 0 15914 2 0 0 25 0 1 0 649689996 10264576 2225 996147200 134512640 135127466 4294956256 18446744073709551615 134530778 0 0 4096 3 0 0 0 17 1 0 0
/proc/25063/statm: 2506 2225 75 150 0 2353 0
Current children cumulated CPU time (s) 160.7
Current children cumulated vsize (KiB) 28980

[startup+222.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 25063
/proc/meminfo: memFree=1689064/2055920 swapFree=4179840/4192956
[pid=25039] ppid=25037 vsize=13600 CPUtime=1.54
/proc/25039/stat : 25039 (sugar) S 25037 25039 23017 0 -1 4194304 1031 11842 0 2 4 1 141 8 16 0 1 0 649689834 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25039/statm: 3400 798 370 3 0 500 0
[pid=25062] ppid=25039 vsize=5356 CPUtime=0
/proc/25062/stat : 25062 (sh) S 25039 25039 23017 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 649689996 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0

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

[pid=25039] ppid=25037 vsize=13600 CPUtime=1.54
/proc/25039/stat : 25039 (sugar) S 25037 25039 23017 0 -1 4194304 1031 11842 0 2 4 1 141 8 16 0 1 0 649689834 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25039/statm: 3400 798 370 3 0 500 0
[pid=25062] ppid=25039 vsize=5356 CPUtime=0
/proc/25062/stat : 25062 (sh) S 25039 25039 23017 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 649689996 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25062/statm: 1339 232 193 169 0 50 0
[pid=25063] ppid=25062 vsize=19472 CPUtime=1235.24
/proc/25063/stat : 25063 (minisat) R 25062 25039 23017 0 -1 4194304 4501 0 0 0 123515 9 0 0 25 0 1 0 649689996 19939328 4487 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/25063/statm: 4868 4487 75 150 0 4715 0
Current children cumulated CPU time (s) 1236.78
Current children cumulated vsize (KiB) 38428

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 25395
/proc/meminfo: memFree=1702256/2055920 swapFree=4179840/4192956
[pid=25039] ppid=25037 vsize=13600 CPUtime=1.54
/proc/25039/stat : 25039 (sugar) S 25037 25039 23017 0 -1 4194304 1031 11842 0 2 4 1 141 8 16 0 1 0 649689834 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25039/statm: 3400 798 370 3 0 500 0
[pid=25062] ppid=25039 vsize=5356 CPUtime=0
/proc/25062/stat : 25062 (sh) S 25039 25039 23017 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 649689996 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25062/statm: 1339 232 193 169 0 50 0
[pid=25063] ppid=25062 vsize=19904 CPUtime=1295.22
/proc/25063/stat : 25063 (minisat) R 25062 25039 23017 0 -1 4194304 4577 0 0 0 129513 9 0 0 25 0 1 0 649689996 20381696 4563 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/25063/statm: 4976 4563 75 150 0 4823 0
Current children cumulated CPU time (s) 1296.76
Current children cumulated vsize (KiB) 38860

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 25395
/proc/meminfo: memFree=1701808/2055920 swapFree=4179840/4192956
[pid=25039] ppid=25037 vsize=13600 CPUtime=1.54
/proc/25039/stat : 25039 (sugar) S 25037 25039 23017 0 -1 4194304 1031 11842 0 2 4 1 141 8 16 0 1 0 649689834 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25039/statm: 3400 798 370 3 0 500 0
[pid=25062] ppid=25039 vsize=5356 CPUtime=0
/proc/25062/stat : 25062 (sh) S 25039 25039 23017 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 649689996 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25062/statm: 1339 232 193 169 0 50 0
[pid=25063] ppid=25062 vsize=20204 CPUtime=1355.2
/proc/25063/stat : 25063 (minisat) R 25062 25039 23017 0 -1 4194304 4664 0 0 0 135510 10 0 0 25 0 1 0 649689996 20688896 4650 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/25063/statm: 5051 4650 75 150 0 4898 0
Current children cumulated CPU time (s) 1356.74
Current children cumulated vsize (KiB) 39160

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 25395
/proc/meminfo: memFree=1701552/2055920 swapFree=4179840/4192956
[pid=25039] ppid=25037 vsize=13600 CPUtime=1.54
/proc/25039/stat : 25039 (sugar) S 25037 25039 23017 0 -1 4194304 1031 11842 0 2 4 1 141 8 16 0 1 0 649689834 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25039/statm: 3400 798 370 3 0 500 0
[pid=25062] ppid=25039 vsize=5356 CPUtime=0
/proc/25062/stat : 25062 (sh) S 25039 25039 23017 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 649689996 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25062/statm: 1339 232 193 169 0 50 0
[pid=25063] ppid=25062 vsize=20496 CPUtime=1415.18
/proc/25063/stat : 25063 (minisat) R 25062 25039 23017 0 -1 4194304 4725 0 0 0 141508 10 0 0 25 0 1 0 649689996 20987904 4711 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/25063/statm: 5124 4711 75 150 0 4971 0
Current children cumulated CPU time (s) 1416.72
Current children cumulated vsize (KiB) 39452

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 25395
/proc/meminfo: memFree=1701232/2055920 swapFree=4179840/4192956
[pid=25039] ppid=25037 vsize=13600 CPUtime=1.54
/proc/25039/stat : 25039 (sugar) S 25037 25039 23017 0 -1 4194304 1031 11842 0 2 4 1 141 8 16 0 1 0 649689834 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25039/statm: 3400 798 370 3 0 500 0
[pid=25062] ppid=25039 vsize=5356 CPUtime=0
/proc/25062/stat : 25062 (sh) S 25039 25039 23017 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 649689996 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25062/statm: 1339 232 193 169 0 50 0
[pid=25063] ppid=25062 vsize=20936 CPUtime=1475.15
/proc/25063/stat : 25063 (minisat) R 25062 25039 23017 0 -1 4194304 4802 0 0 0 147505 10 0 0 25 0 1 0 649689996 21438464 4788 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/25063/statm: 5234 4788 75 150 0 5081 0
Current children cumulated CPU time (s) 1476.69
Current children cumulated vsize (KiB) 39892

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 25395
/proc/meminfo: memFree=1701104/2055920 swapFree=4179840/4192956
[pid=25039] ppid=25037 vsize=13600 CPUtime=1.54
/proc/25039/stat : 25039 (sugar) S 25037 25039 23017 0 -1 4194304 1031 11842 0 2 4 1 141 8 16 0 1 0 649689834 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25039/statm: 3400 798 370 3 0 500 0
[pid=25062] ppid=25039 vsize=5356 CPUtime=0
/proc/25062/stat : 25062 (sh) S 25039 25039 23017 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 649689996 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25062/statm: 1339 232 193 169 0 50 0
[pid=25063] ppid=25062 vsize=20936 CPUtime=1535.13
/proc/25063/stat : 25063 (minisat) R 25062 25039 23017 0 -1 4194304 4811 0 0 0 153503 10 0 0 25 0 1 0 649689996 21438464 4797 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/25063/statm: 5234 4797 75 150 0 5081 0
Current children cumulated CPU time (s) 1536.67
Current children cumulated vsize (KiB) 39892

[startup+1602.3 s]
/proc/loadavg: 2.06 2.02 2.00 3/84 25395
/proc/meminfo: memFree=1701040/2055920 swapFree=4179840/4192956
[pid=25039] ppid=25037 vsize=13600 CPUtime=1.54
/proc/25039/stat : 25039 (sugar) S 25037 25039 23017 0 -1 4194304 1031 11842 0 2 4 1 141 8 16 0 1 0 649689834 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25039/statm: 3400 798 370 3 0 500 0
[pid=25062] ppid=25039 vsize=5356 CPUtime=0
/proc/25062/stat : 25062 (sh) S 25039 25039 23017 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 649689996 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25062/statm: 1339 232 193 169 0 50 0
[pid=25063] ppid=25062 vsize=21080 CPUtime=1595.1
/proc/25063/stat : 25063 (minisat) R 25062 25039 23017 0 -1 4194304 4844 0 0 0 159500 10 0 0 25 0 1 0 649689996 21585920 4830 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/25063/statm: 5270 4830 75 150 0 5117 0
Current children cumulated CPU time (s) 1596.64
Current children cumulated vsize (KiB) 40036

[startup+1662.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/84 25395
/proc/meminfo: memFree=1700272/2055920 swapFree=4179840/4192956
[pid=25039] ppid=25037 vsize=13600 CPUtime=1.54
/proc/25039/stat : 25039 (sugar) S 25037 25039 23017 0 -1 4194304 1031 11842 0 2 4 1 141 8 16 0 1 0 649689834 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25039/statm: 3400 798 370 3 0 500 0
[pid=25062] ppid=25039 vsize=5356 CPUtime=0
/proc/25062/stat : 25062 (sh) S 25039 25039 23017 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 649689996 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25062/statm: 1339 232 193 169 0 50 0
[pid=25063] ppid=25062 vsize=21876 CPUtime=1655.08
/proc/25063/stat : 25063 (minisat) R 25062 25039 23017 0 -1 4194304 5033 0 0 0 165498 10 0 0 25 0 1 0 649689996 22401024 5019 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/25063/statm: 5469 5019 75 150 0 5316 0
Current children cumulated CPU time (s) 1656.62
Current children cumulated vsize (KiB) 40832

[startup+1722.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/84 25395
/proc/meminfo: memFree=1700016/2055920 swapFree=4179840/4192956
[pid=25039] ppid=25037 vsize=13600 CPUtime=1.54
/proc/25039/stat : 25039 (sugar) S 25037 25039 23017 0 -1 4194304 1031 11842 0 2 4 1 141 8 16 0 1 0 649689834 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25039/statm: 3400 798 370 3 0 500 0
[pid=25062] ppid=25039 vsize=5356 CPUtime=0
/proc/25062/stat : 25062 (sh) S 25039 25039 23017 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 649689996 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25062/statm: 1339 232 193 169 0 50 0
[pid=25063] ppid=25062 vsize=22036 CPUtime=1715.06
/proc/25063/stat : 25063 (minisat) R 25062 25039 23017 0 -1 4194304 5081 0 0 0 171496 10 0 0 25 0 1 0 649689996 22564864 5067 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/25063/statm: 5509 5067 75 150 0 5356 0
Current children cumulated CPU time (s) 1716.6
Current children cumulated vsize (KiB) 40992

[startup+1782.3 s]
/proc/loadavg: 2.06 2.01 2.00 3/84 25395
/proc/meminfo: memFree=1699952/2055920 swapFree=4179840/4192956
[pid=25039] ppid=25037 vsize=13600 CPUtime=1.54
/proc/25039/stat : 25039 (sugar) S 25037 25039 23017 0 -1 4194304 1031 11842 0 2 4 1 141 8 16 0 1 0 649689834 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25039/statm: 3400 798 370 3 0 500 0
[pid=25062] ppid=25039 vsize=5356 CPUtime=0
/proc/25062/stat : 25062 (sh) S 25039 25039 23017 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 649689996 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25062/statm: 1339 232 193 169 0 50 0
[pid=25063] ppid=25062 vsize=22304 CPUtime=1775.04
/proc/25063/stat : 25063 (minisat) R 25062 25039 23017 0 -1 4194304 5126 0 0 0 177494 10 0 0 25 0 1 0 649689996 22839296 5112 996147200 134512640 135127466 4294956256 18446744073709551615 134530686 0 0 4096 3 0 0 0 17 0 0 0
/proc/25063/statm: 5576 5112 75 150 0 5423 0
Current children cumulated CPU time (s) 1776.58
Current children cumulated vsize (KiB) 41260



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1805.8 s]
/proc/loadavg: 2.04 2.01 2.00 3/84 25395
/proc/meminfo: memFree=1699824/2055920 swapFree=4179840/4192956
[pid=25039] ppid=25037 vsize=13600 CPUtime=1.54
/proc/25039/stat : 25039 (sugar) S 25037 25039 23017 0 -1 4194304 1031 11842 0 2 4 1 141 8 16 0 1 0 649689834 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25039/statm: 3400 798 370 3 0 500 0
[pid=25062] ppid=25039 vsize=5356 CPUtime=0
/proc/25062/stat : 25062 (sh) S 25039 25039 23017 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 649689996 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25062/statm: 1339 232 193 169 0 50 0
[pid=25063] ppid=25062 vsize=22456 CPUtime=1798.53
/proc/25063/stat : 25063 (minisat) R 25062 25039 23017 0 -1 4194304 5155 0 0 0 179843 10 0 0 25 0 1 0 649689996 22994944 5141 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/25063/statm: 5614 5141 75 150 0 5461 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 41412

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

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

Child status: 0
Real time (s): 1805.82
CPU time (s): 1800.11
CPU user time (s): 1799.89
CPU system time (s): 0.215967
CPU usage (%): 99.6837
Max. virtual memory (cumulated for all children) (KiB): 883344

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

runsolver used 2.35364 second user time and 5.86911 second system time

The end

Launcher Data (download as text)

Begin job on node17 at 2008-07-05 21:10:06
IDJOB=1098712
IDBENCH=59652
IDSOLVER=346
FILE ID=node17/1098712-1215285005
PBS_JOBID= 7882251
Free space on /tmp= 66380 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/rand-2-40-19/normalized-rand-2-40-19-443-230-16_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-1098712-1215285005/watcher-1098712-1215285005 -o /tmp/evaluation-result-1098712-1215285005/solver-1098712-1215285005 -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-1098712-1215285005.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= cc325c351ec31ee347a68e2396f7ab89
RANDOM SEED=486827028

node17.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.234
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.234
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:       1702240 kB
Buffers:         47004 kB
Cached:         238992 kB
SwapCached:       7220 kB
Active:         187740 kB
Inactive:       113368 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1702240 kB
SwapTotal:     4192956 kB
SwapFree:      4179840 kB
Dirty:            1488 kB
Writeback:           0 kB
Mapped:          22296 kB
Slab:            37736 kB
Committed_AS:  1045844 kB
PageTables:       1900 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= 66408 MiB
End job on node17 at 2008-07-05 21:40:13