Trace number 1037506

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 1802.93

General information on the benchmark

Namecsp/rand-2-26/
normalized-rand-26-26-325-155-61021_ext.xml
MD5SUM7e6a9f70634568dedad3cbac85bcc871
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 benchmark16.1865
Satisfiable
(Un)Satisfiability was proved
Number of variables26
Number of constraints325
Maximum constraint arity2
Maximum domain size26
Number of constraints which are defined in extension325
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 03:16:16 2008
0.00/0.04	c 0	PID 26956
0.00/0.05	c 0	HOST node26.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1037506-1214961376.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-1037506-1214961376.xml' 'HOME/temp.csp'
0.04/0.71	c 0	1 domains, 26 variables, 0 predicates, 325 relations, 325 constraints
0.04/0.73	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.04/0.73	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.69/0.80	c 1	Parsing HOME/temp.csp
1.35/1.41	c 1	parsed 677 expressions
1.35/1.41	c 1	Heap : 5 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.35/1.41	c 1	Converting to clausal form CSP
1.35/1.44	c 1	converted 68 (10%) expressions
1.35/1.44	c 1	converted 136 (20%) expressions
1.35/1.44	c 1	converted 204 (30%) expressions
1.35/1.44	c 1	converted 271 (40%) expressions
1.35/1.45	c 1	converted 339 (50%) expressions
1.35/1.49	c 1	converted 407 (60%) expressions
1.44/1.57	c 1	converted 474 (70%) expressions
1.54/1.60	c 1	converted 542 (80%) expressions
1.54/1.63	c 1	converted 610 (90%) expressions
1.54/1.65	c 1	converted 677 (100%) expressions
1.54/1.66	c 1	CSP : 26 integers, 0 booleans, 325 clauses, largest domain size 26
1.54/1.66	c 1	Heap : 11 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.54/1.66	c 1	Propagation in CSP
1.54/1.66	c 1	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.54/1.66	c 1	CSP : 26 integers, 0 booleans, 325 clauses, largest domain size 26
1.54/1.66	c 1	Heap : 11 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.54/1.66	c 1	Simplifing CSP by introducing new Boolean variables
1.54/1.66	c 1	CSP : 26 integers, 0 booleans, 325 clauses, largest domain size 26
1.54/1.66	c 1	Heap : 11 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.63/1.71	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.63/1.72	c 1	3 (10%) CSP integer variables are encoded (72 clauses, 695 bytes)
1.63/1.72	c 1	6 (20%) CSP integer variables are encoded (144 clauses, 1440 bytes)
1.63/1.72	c 1	8 (30%) CSP integer variables are encoded (192 clauses, 1968 bytes)
1.63/1.72	c 1	11 (40%) CSP integer variables are encoded (264 clauses, 2760 bytes)
1.63/1.72	c 1	13 (50%) CSP integer variables are encoded (312 clauses, 3288 bytes)
1.63/1.73	c 1	16 (60%) CSP integer variables are encoded (384 clauses, 4080 bytes)
1.63/1.73	c 1	19 (70%) CSP integer variables are encoded (456 clauses, 4872 bytes)
1.63/1.73	c 1	21 (80%) CSP integer variables are encoded (504 clauses, 5400 bytes)
1.63/1.73	c 1	24 (90%) CSP integer variables are encoded (576 clauses, 6192 bytes)
1.63/1.73	c 1	26 (100%) CSP integer variables are encoded (624 clauses, 6720 bytes)
1.63/1.80	c 2	33 (10%) CSP clauses are encoded (4131 clauses, 64523 bytes)
1.72/1.82	c 2	65 (20%) CSP clauses are encoded (7576 clauses, 123816 bytes)
1.72/1.84	c 2	98 (30%) CSP clauses are encoded (11075 clauses, 185086 bytes)
1.72/1.86	c 2	130 (40%) CSP clauses are encoded (14512 clauses, 251051 bytes)
1.72/1.88	c 2	163 (50%) CSP clauses are encoded (18023 clauses, 318416 bytes)
1.82/1.91	c 2	195 (60%) CSP clauses are encoded (21504 clauses, 385066 bytes)
1.82/1.93	c 2	228 (70%) CSP clauses are encoded (25052 clauses, 453007 bytes)
1.82/1.95	c 2	260 (80%) CSP clauses are encoded (28472 clauses, 518416 bytes)
1.82/1.97	c 2	293 (90%) CSP clauses are encoded (32031 clauses, 586630 bytes)
1.82/1.99	c 2	325 (100%) CSP clauses are encoded (35463 clauses, 652306 bytes)
1.82/1.99	c 2	325 CSP clauses encoded
1.82/1.99	c 2	Writing map file : HOME/temp.map
1.82/1.99	c 2	Heap : 4 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.82/1.99	c 2	SAT : 650 SAT variables, 35463 SAT clauses, 652306 bytes
1.82/1.99	c 2	Heap : 4 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.92/2.03	c 2	SOLVING HOME/temp.cnf
1.92/2.03	c 2	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1.92/2.04	c 2	This is MiniSat 2.0 beta
1.92/2.04	c 2	WARNING: for repeatability, setting FPU to use double precision
1.92/2.04	c 2	============================[ Problem Statistics ]=============================
1.92/2.04	c 2	|                                                                             |
1.92/2.04	c 2	|  Number of variables:  650                                                  |
1.92/2.04	c 2	|  Number of clauses:    35463                                                |
1.92/2.06	c 2	|  Parsing time:         0.01         s                                       |
1.92/2.06	c 2	============================[ Search Statistics ]==============================
1.92/2.06	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.92/2.06	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.92/2.06	c 2	===============================================================================
1.92/2.06	c 2	|         0 |     650    35463   134105 |    11821        0    nan |  0.000 % |
1.92/2.08	c 2	|       100 |     650    35463   134105 |    13003      100     11 |  0.000 % |
2.00/2.12	c 2	|       251 |     650    35463   134105 |    14303      251     11 |  0.008 % |
2.00/2.16	c 2	|       478 |     650    35463   134105 |    15733      478     11 |  0.010 % |
2.10/2.23	c 2	|       815 |     650    35463   134105 |    17307      815     11 |  0.010 % |
2.19/2.33	c 2	|      1323 |     650    35463   134105 |    19037     1323     12 |  0.008 % |
2.29/2.47	c 2	|      2082 |     650    35463   134105 |    20941     2082     12 |  0.008 % |
2.59/2.70	c 2	|      3222 |     650    35463   134105 |    23035     3222     12 |  0.008 % |
2.89/3.04	c 3	|      4931 |     650    35463   134105 |    25339     4931     12 |  0.007 % |
3.38/3.59	c 3	|      7493 |     650    35463   134105 |    27873     7493     12 |  0.008 % |
4.27/4.49	c 4	|     11338 |     650    35463   134105 |    30660    11338     12 |  0.008 % |
5.87/6.04	c 6	|     17106 |     650    35463   134105 |    33726    17106     12 |  0.009 % |
8.44/8.61	c 8	|     25757 |     650    35463   134105 |    37099    25757     13 |  0.008 % |
13.49/13.80	c 14	|     38732 |     650    35463   134105 |    40809    13555     14 |  0.008 % |
19.92/20.29	c 20	|     58194 |     650    35463   134105 |    44890    33017     14 |  0.008 % |
31.52/31.90	c 32	|     87390 |     650    35463   134105 |    49379    29849     16 |  0.008 % |
51.03/51.64	c 51	|    131179 |     650    35463   134105 |    54317    37813     16 |  0.008 % |
82.24/83.13	c 83	|    196863 |     650    35463   134105 |    59748    22959     15 |  0.008 % |
125.73/127.07	c 127	|    295389 |     650    35463   134105 |    65723    28951     16 |  0.008 % |
199.37/201.27	c 201	|    443179 |     650    35463   134105 |    72296    22513     15 |  0.008 % |
310.60/312.50	c 312	|    664862 |     650    35463   134105 |    79525    71211     18 |  0.000 % |
483.68/485.71	c 485	|    997387 |     650    35463   134105 |    87478    75835     18 |  0.008 % |
759.72/761.97	c 762	|   1496175 |     650    35463   134105 |    96226    66287     17 |  0.004 % |
1218.24/1220.74	c 1220	|   2244360 |     650    35463   134105 |   105848    88770     18 |  0.000 % |
1800.10/1802.91	sh: line 1: 26980 Terminated              HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out' 2>&1
1800.10/1802.91	c 1803	DECODING HOME/temp.out WITH HOME/temp.map
1800.10/1802.91	c 1803	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.10/1802.92	c ERROR INTERRUPTED
1800.10/1802.92	s UNKNOWN
1800.10/1802.92	c 1803	CPU 1799.91 (0.03 0.01 1799.88 0.19)
1800.10/1802.92	c 1803	END Wed Jul  2 03:46:19 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-1037506-1214961376/watcher-1037506-1214961376 -o /tmp/evaluation-result-1037506-1214961376/solver-1037506-1214961376 -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-1037506-1214961376.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/81 26956
/proc/meminfo: memFree=1626224/2055920 swapFree=4133472/4192956
[pid=26956] ppid=26954 vsize=12132 CPUtime=0
/proc/26956/stat : 26956 (sugar) R 26954 26956 25389 0 -1 4194304 216 0 0 0 0 0 0 0 20 0 1 0 980592499 12423168 184 996147200 4194304 4206940 548682068608 18446744073709551615 269028332257 0 0 4224 0 0 0 0 17 1 0 0
/proc/26956/statm: 3033 184 142 3 0 133 0

[startup+0.051931 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 26956
/proc/meminfo: memFree=1626224/2055920 swapFree=4133472/4192956
[pid=26956] ppid=26954 vsize=13600 CPUtime=0.04
/proc/26956/stat : 26956 (sugar) S 26954 26956 25389 0 -1 4194304 884 127 0 0 3 1 0 0 18 0 1 0 980592499 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26956/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.101652 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 26956
/proc/meminfo: memFree=1626224/2055920 swapFree=4133472/4192956
[pid=26956] ppid=26954 vsize=13600 CPUtime=0.04
/proc/26956/stat : 26956 (sugar) S 26954 26956 25389 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 980592499 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26956/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.301668 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 26956
/proc/meminfo: memFree=1626224/2055920 swapFree=4133472/4192956
[pid=26956] ppid=26954 vsize=13600 CPUtime=0.04
/proc/26956/stat : 26956 (sugar) S 26954 26956 25389 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 980592499 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26956/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.701702 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 26956
/proc/meminfo: memFree=1626224/2055920 swapFree=4133472/4192956
[pid=26956] ppid=26954 vsize=13600 CPUtime=0.04
/proc/26956/stat : 26956 (sugar) S 26954 26956 25389 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 980592499 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26956/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+1.50277 s]
/proc/loadavg: 2.00 2.00 2.00 4/92 26978
/proc/meminfo: memFree=1618264/2055920 swapFree=4133472/4192956
[pid=26956] ppid=26954 vsize=13600 CPUtime=0.69
/proc/26956/stat : 26956 (sugar) S 26954 26956 25389 0 -1 4194304 973 4801 0 1 3 1 62 3 15 0 1 0 980592499 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26956/statm: 3400 797 370 3 0 500 0
[pid=26969] ppid=26956 vsize=5356 CPUtime=0
/proc/26969/stat : 26969 (sh) S 26956 26956 25389 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 980592572 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26969/statm: 1339 233 193 169 0 50 0
[pid=26970] ppid=26969 vsize=864152 CPUtime=0.75
/proc/26970/stat : 26970 (java) S 26969 26956 25389 0 -1 0 6738 0 1 0 73 2 0 0 18 0 9 0 980592573 884891648 6004 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26970/statm: 216038 6004 2540 9 0 210613 0
[pid=26970/tid=26971] ppid=26969 vsize=864152 CPUtime=0.52
/proc/26970/task/26971/stat : 26971 (java) R 26969 26956 25389 0 -1 64 2576 0 1 0 52 0 0 0 22 0 9 0 980592573 884891648 6004 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26970/tid=26972] ppid=26969 vsize=864152 CPUtime=0.12
/proc/26970/task/26972/stat : 26972 (java) R 26969 26956 25389 0 -1 64 3127 0 0 0 12 0 0 0 16 0 9 0 980592575 884891648 6004 996147200 134512640 134550740 4294955952 18446744073709551615 103205445 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26970/tid=26973] ppid=26969 vsize=864152 CPUtime=0
/proc/26970/task/26973/stat : 26973 (java) S 26969 26956 25389 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 980592575 884891648 6004 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26970/tid=26974] ppid=26969 vsize=864152 CPUtime=0
/proc/26970/task/26974/stat : 26974 (java) S 26969 26956 25389 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 980592575 884891648 6004 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26970/tid=26975] ppid=26969 vsize=864152 CPUtime=0
/proc/26970/task/26975/stat : 26975 (java) S 26969 26956 25389 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 980592577 884891648 6004 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26970/tid=26976] ppid=26969 vsize=864152 CPUtime=0.08
/proc/26970/task/26976/stat : 26976 (java) S 26969 26956 25389 0 -1 64 338 0 0 0 8 0 0 0 16 0 9 0 980592577 884891648 6004 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26970/tid=26977] ppid=26969 vsize=864152 CPUtime=0
/proc/26970/task/26977/stat : 26977 (java) S 26969 26956 25389 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 980592577 884891648 6004 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26970/tid=26978] ppid=26969 vsize=864152 CPUtime=0
/proc/26970/task/26978/stat : 26978 (java) S 26969 26956 25389 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 980592577 884891648 6004 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) 883108

[startup+3.10189 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 26980
/proc/meminfo: memFree=1620312/2055920 swapFree=4133472/4192956
[pid=26956] ppid=26954 vsize=13600 CPUtime=1.95
/proc/26956/stat : 26956 (sugar) S 26954 26956 25389 0 -1 4194304 1031 12816 0 2 3 1 183 8 15 0 1 0 980592499 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26956/statm: 3400 798 370 3 0 500 0
[pid=26979] ppid=26956 vsize=5356 CPUtime=0
/proc/26979/stat : 26979 (sh) S 26956 26956 25389 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 980592703 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26979/statm: 1339 232 193 169 0 50 0
[pid=26980] ppid=26979 vsize=4016 CPUtime=1.04
/proc/26980/stat : 26980 (minisat) R 26979 26956 25389 0 -1 4194304 815 0 0 0 104 0 0 0 25 0 1 0 980592703 4112384 801 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/26980/statm: 1004 801 75 150 0 851 0
Current children cumulated CPU time (s) 2.99
Current children cumulated vsize (KiB) 22972

[startup+6.30215 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 26980
/proc/meminfo: memFree=1619032/2055920 swapFree=4133472/4192956
[pid=26956] ppid=26954 vsize=13600 CPUtime=1.95
/proc/26956/stat : 26956 (sugar) S 26954 26956 25389 0 -1 4194304 1031 12816 0 2 3 1 183 8 16 0 1 0 980592499 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26956/statm: 3400 798 370 3 0 500 0
[pid=26979] ppid=26956 vsize=5356 CPUtime=0
/proc/26979/stat : 26979 (sh) S 26956 26956 25389 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 980592703 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26979/statm: 1339 232 193 169 0 50 0
[pid=26980] ppid=26979 vsize=4976 CPUtime=4.21
/proc/26980/stat : 26980 (minisat) R 26979 26956 25389 0 -1 4194304 1074 0 0 0 420 1 0 0 25 0 1 0 980592703 5095424 1060 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/26980/statm: 1244 1060 75 150 0 1091 0
Current children cumulated CPU time (s) 6.16
Current children cumulated vsize (KiB) 23932

[startup+12.7017 s]
/proc/loadavg: 2.00 2.00 2.00 4/84 26980
/proc/meminfo: memFree=1617240/2055920 swapFree=4133472/4192956
[pid=26956] ppid=26954 vsize=13600 CPUtime=1.95
/proc/26956/stat : 26956 (sugar) S 26954 26956 25389 0 -1 4194304 1031 12816 0 2 3 1 183 8 16 0 1 0 980592499 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26956/statm: 3400 798 370 3 0 500 0
[pid=26979] ppid=26956 vsize=5356 CPUtime=0
/proc/26979/stat : 26979 (sh) S 26956 26956 25389 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 980592703 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26979/statm: 1339 232 193 169 0 50 0
[pid=26980] ppid=26979 vsize=6572 CPUtime=10.54
/proc/26980/stat : 26980 (minisat) R 26979 26956 25389 0 -1 4194304 1467 0 0 0 1053 1 0 0 25 0 1 0 980592703 6729728 1453 996147200 134512640 135127466 4294956272 18446744073709551615 134530817 0 0 4096 3 0 0 0 17 1 0 0
/proc/26980/statm: 1643 1453 75 150 0 1490 0
Current children cumulated CPU time (s) 12.49
Current children cumulated vsize (KiB) 25528

[startup+25.5017 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 26980
/proc/meminfo: memFree=1616152/2055920 swapFree=4133472/4192956
[pid=26956] ppid=26954 vsize=13600 CPUtime=1.95
/proc/26956/stat : 26956 (sugar) S 26954 26956 25389 0 -1 4194304 1031 12816 0 2 3 1 183 8 16 0 1 0 980592499 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26956/statm: 3400 798 370 3 0 500 0
[pid=26979] ppid=26956 vsize=5356 CPUtime=0
/proc/26979/stat : 26979 (sh) S 26956 26956 25389 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 980592703 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26979/statm: 1339 232 193 169 0 50 0
[pid=26980] ppid=26979 vsize=7760 CPUtime=23.22
/proc/26980/stat : 26980 (minisat) R 26979 26956 25389 0 -1 4194304 1744 0 0 0 2321 1 0 0 25 0 1 0 980592703 7946240 1730 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/26980/statm: 1940 1730 75 150 0 1787 0
Current children cumulated CPU time (s) 25.17
Current children cumulated vsize (KiB) 26716

[startup+51.1017 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 26980
/proc/meminfo: memFree=1614936/2055920 swapFree=4133472/4192956
[pid=26956] ppid=26954 vsize=13600 CPUtime=1.95
/proc/26956/stat : 26956 (sugar) S 26954 26956 25389 0 -1 4194304 1031 12816 0 2 3 1 183 8 16 0 1 0 980592499 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26956/statm: 3400 798 370 3 0 500 0
[pid=26979] ppid=26956 vsize=5356 CPUtime=0
/proc/26979/stat : 26979 (sh) S 26956 26956 25389 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 980592703 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26979/statm: 1339 232 193 169 0 50 0
[pid=26980] ppid=26979 vsize=8956 CPUtime=48.59
/proc/26980/stat : 26980 (minisat) R 26979 26956 25389 0 -1 4194304 2042 0 0 0 4857 2 0 0 25 0 1 0 980592703 9170944 2028 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/26980/statm: 2239 2028 75 150 0 2086 0
Current children cumulated CPU time (s) 50.54
Current children cumulated vsize (KiB) 27912

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 26980
/proc/meminfo: memFree=1613208/2055920 swapFree=4133472/4192956
[pid=26956] ppid=26954 vsize=13600 CPUtime=1.95
/proc/26956/stat : 26956 (sugar) S 26954 26956 25389 0 -1 4194304 1031 12816 0 2 3 1 183 8 16 0 1 0 980592499 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26956/statm: 3400 798 370 3 0 500 0
[pid=26979] ppid=26956 vsize=5356 CPUtime=0
/proc/26979/stat : 26979 (sh) S 26956 26956 25389 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 980592703 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26979/statm: 1339 232 193 169 0 50 0
[pid=26980] ppid=26979 vsize=10576 CPUtime=99.31
/proc/26980/stat : 26980 (minisat) R 26979 26956 25389 0 -1 4194304 2440 0 0 0 9928 3 0 0 25 0 1 0 980592703 10829824 2426 996147200 134512640 135127466 4294956272 18446744073709551615 134530644 0 0 4096 3 0 0 0 17 1 0 0
/proc/26980/statm: 2644 2426 75 150 0 2491 0
Current children cumulated CPU time (s) 101.26
Current children cumulated vsize (KiB) 29532

[startup+162.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 26980
/proc/meminfo: memFree=1611864/2055920 swapFree=4133472/4192956
[pid=26956] ppid=26954 vsize=13600 CPUtime=1.95
/proc/26956/stat : 26956 (sugar) S 26954 26956 25389 0 -1 4194304 1031 12816 0 2 3 1 183 8 16 0 1 0 980592499 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26956/statm: 3400 798 370 3 0 500 0
[pid=26979] ppid=26956 vsize=5356 CPUtime=0
/proc/26979/stat : 26979 (sh) S 26956 26956 25389 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 980592703 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26979/statm: 1339 232 193 169 0 50 0
[pid=26980] ppid=26979 vsize=11900 CPUtime=158.74
/proc/26980/stat : 26980 (minisat) R 26979 26956 25389 0 -1 4194304 2761 0 0 0 15871 3 0 0 25 0 1 0 980592703 12185600 2747 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/26980/statm: 2975 2747 75 150 0 2822 0
Current children cumulated CPU time (s) 160.69
Current children cumulated vsize (KiB) 30856

[startup+222.301 s]
/proc/loadavg: 2.02 2.00 2.00 3/75 27010
/proc/meminfo: memFree=1621280/2055920 swapFree=4133472/4192956
[pid=26956] ppid=26954 vsize=13600 CPUtime=1.95
/proc/26956/stat : 26956 (sugar) S 26954 26956 25389 0 -1 4194304 1031 12816 0 2 3 1 183 8 16 0 1 0 980592499 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26956/statm: 3400 798 370 3 0 500 0
[pid=26979] ppid=26956 vsize=5356 CPUtime=0
/proc/26979/stat : 26979 (sh) S 26956 26956 25389 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 980592703 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0

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

[pid=26956] ppid=26954 vsize=13600 CPUtime=1.95
/proc/26956/stat : 26956 (sugar) S 26954 26956 25389 0 -1 4194304 1031 12816 0 2 3 1 183 8 16 0 1 0 980592499 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26956/statm: 3400 798 370 3 0 500 0
[pid=26979] ppid=26956 vsize=5356 CPUtime=0
/proc/26979/stat : 26979 (sh) S 26956 26956 25389 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 980592703 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26979/statm: 1339 232 193 169 0 50 0
[pid=26980] ppid=26979 vsize=26192 CPUtime=1297.85
/proc/26980/stat : 26980 (minisat) R 26979 26956 25389 0 -1 4194304 6156 0 0 0 129776 9 0 0 25 0 1 0 980592703 26820608 6142 996147200 134512640 135127466 4294956272 18446744073709551615 134528184 0 0 4096 3 0 0 0 17 0 0 0
/proc/26980/statm: 6548 6142 75 150 0 6395 0
Current children cumulated CPU time (s) 1299.8
Current children cumulated vsize (KiB) 45148

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 27010
/proc/meminfo: memFree=1607904/2055920 swapFree=4133472/4192956
[pid=26956] ppid=26954 vsize=13600 CPUtime=1.95
/proc/26956/stat : 26956 (sugar) S 26954 26956 25389 0 -1 4194304 1031 12816 0 2 3 1 183 8 16 0 1 0 980592499 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26956/statm: 3400 798 370 3 0 500 0
[pid=26979] ppid=26956 vsize=5356 CPUtime=0
/proc/26979/stat : 26979 (sh) S 26956 26956 25389 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 980592703 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26979/statm: 1339 232 193 169 0 50 0
[pid=26980] ppid=26979 vsize=26488 CPUtime=1357.81
/proc/26980/stat : 26980 (minisat) R 26979 26956 25389 0 -1 4194304 6235 0 0 0 135772 9 0 0 25 0 1 0 980592703 27123712 6221 996147200 134512640 135127466 4294956272 18446744073709551615 134530828 0 0 4096 3 0 0 0 17 0 0 0
/proc/26980/statm: 6622 6221 75 150 0 6469 0
Current children cumulated CPU time (s) 1359.76
Current children cumulated vsize (KiB) 45444

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 27010
/proc/meminfo: memFree=1607200/2055920 swapFree=4133472/4192956
[pid=26956] ppid=26954 vsize=13600 CPUtime=1.95
/proc/26956/stat : 26956 (sugar) S 26954 26956 25389 0 -1 4194304 1031 12816 0 2 3 1 183 8 16 0 1 0 980592499 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26956/statm: 3400 798 370 3 0 500 0
[pid=26979] ppid=26956 vsize=5356 CPUtime=0
/proc/26979/stat : 26979 (sh) S 26956 26956 25389 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 980592703 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26979/statm: 1339 232 193 169 0 50 0
[pid=26980] ppid=26979 vsize=27196 CPUtime=1417.77
/proc/26980/stat : 26980 (minisat) R 26979 26956 25389 0 -1 4194304 6397 0 0 0 141768 9 0 0 25 0 1 0 980592703 27848704 6383 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/26980/statm: 6799 6383 75 150 0 6646 0
Current children cumulated CPU time (s) 1419.72
Current children cumulated vsize (KiB) 46152

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 27010
/proc/meminfo: memFree=1606816/2055920 swapFree=4133472/4192956
[pid=26956] ppid=26954 vsize=13600 CPUtime=1.95
/proc/26956/stat : 26956 (sugar) S 26954 26956 25389 0 -1 4194304 1031 12816 0 2 3 1 183 8 16 0 1 0 980592499 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26956/statm: 3400 798 370 3 0 500 0
[pid=26979] ppid=26956 vsize=5356 CPUtime=0
/proc/26979/stat : 26979 (sh) S 26956 26956 25389 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 980592703 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26979/statm: 1339 232 193 169 0 50 0
[pid=26980] ppid=26979 vsize=27520 CPUtime=1477.73
/proc/26980/stat : 26980 (minisat) R 26979 26956 25389 0 -1 4194304 6473 0 0 0 147764 9 0 0 25 0 1 0 980592703 28180480 6459 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/26980/statm: 6880 6459 75 150 0 6727 0
Current children cumulated CPU time (s) 1479.68
Current children cumulated vsize (KiB) 46476

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 27010
/proc/meminfo: memFree=1606496/2055920 swapFree=4133472/4192956
[pid=26956] ppid=26954 vsize=13600 CPUtime=1.95
/proc/26956/stat : 26956 (sugar) S 26954 26956 25389 0 -1 4194304 1031 12816 0 2 3 1 183 8 16 0 1 0 980592499 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26956/statm: 3400 798 370 3 0 500 0
[pid=26979] ppid=26956 vsize=5356 CPUtime=0
/proc/26979/stat : 26979 (sh) S 26956 26956 25389 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 980592703 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26979/statm: 1339 232 193 169 0 50 0
[pid=26980] ppid=26979 vsize=27824 CPUtime=1537.69
/proc/26980/stat : 26980 (minisat) R 26979 26956 25389 0 -1 4194304 6556 0 0 0 153760 9 0 0 25 0 1 0 980592703 28491776 6542 996147200 134512640 135127466 4294956272 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 0 0 0
/proc/26980/statm: 6956 6542 75 150 0 6803 0
Current children cumulated CPU time (s) 1539.64
Current children cumulated vsize (KiB) 46780

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 27010
/proc/meminfo: memFree=1606112/2055920 swapFree=4133472/4192956
[pid=26956] ppid=26954 vsize=13600 CPUtime=1.95
/proc/26956/stat : 26956 (sugar) S 26954 26956 25389 0 -1 4194304 1031 12816 0 2 3 1 183 8 16 0 1 0 980592499 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26956/statm: 3400 798 370 3 0 500 0
[pid=26979] ppid=26956 vsize=5356 CPUtime=0
/proc/26979/stat : 26979 (sh) S 26956 26956 25389 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 980592703 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26979/statm: 1339 232 193 169 0 50 0
[pid=26980] ppid=26979 vsize=28276 CPUtime=1597.66
/proc/26980/stat : 26980 (minisat) R 26979 26956 25389 0 -1 4194304 6655 0 0 0 159756 10 0 0 25 0 1 0 980592703 28954624 6641 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/26980/statm: 7069 6641 75 150 0 6916 0
Current children cumulated CPU time (s) 1599.61
Current children cumulated vsize (KiB) 47232

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 27010
/proc/meminfo: memFree=1605856/2055920 swapFree=4133472/4192956
[pid=26956] ppid=26954 vsize=13600 CPUtime=1.95
/proc/26956/stat : 26956 (sugar) S 26954 26956 25389 0 -1 4194304 1031 12816 0 2 3 1 183 8 16 0 1 0 980592499 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26956/statm: 3400 798 370 3 0 500 0
[pid=26979] ppid=26956 vsize=5356 CPUtime=0
/proc/26979/stat : 26979 (sh) S 26956 26956 25389 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 980592703 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26979/statm: 1339 232 193 169 0 50 0
[pid=26980] ppid=26979 vsize=28408 CPUtime=1657.62
/proc/26980/stat : 26980 (minisat) R 26979 26956 25389 0 -1 4194304 6705 0 0 0 165752 10 0 0 25 0 1 0 980592703 29089792 6691 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/26980/statm: 7102 6691 75 150 0 6949 0
Current children cumulated CPU time (s) 1659.57
Current children cumulated vsize (KiB) 47364

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 27012
/proc/meminfo: memFree=1605408/2055920 swapFree=4133472/4192956
[pid=26956] ppid=26954 vsize=13600 CPUtime=1.95
/proc/26956/stat : 26956 (sugar) S 26954 26956 25389 0 -1 4194304 1031 12816 0 2 3 1 183 8 16 0 1 0 980592499 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26956/statm: 3400 798 370 3 0 500 0
[pid=26979] ppid=26956 vsize=5356 CPUtime=0
/proc/26979/stat : 26979 (sh) S 26956 26956 25389 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 980592703 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26979/statm: 1339 232 193 169 0 50 0
[pid=26980] ppid=26979 vsize=28884 CPUtime=1717.58
/proc/26980/stat : 26980 (minisat) R 26979 26956 25389 0 -1 4194304 6800 0 0 0 171748 10 0 0 25 0 1 0 980592703 29577216 6786 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/26980/statm: 7221 6786 75 150 0 7068 0
Current children cumulated CPU time (s) 1719.53
Current children cumulated vsize (KiB) 47840

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 27012
/proc/meminfo: memFree=1605152/2055920 swapFree=4133472/4192956
[pid=26956] ppid=26954 vsize=13600 CPUtime=1.95
/proc/26956/stat : 26956 (sugar) S 26954 26956 25389 0 -1 4194304 1031 12816 0 2 3 1 183 8 16 0 1 0 980592499 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26956/statm: 3400 798 370 3 0 500 0
[pid=26979] ppid=26956 vsize=5356 CPUtime=0
/proc/26979/stat : 26979 (sh) S 26956 26956 25389 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 980592703 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26979/statm: 1339 232 193 169 0 50 0
[pid=26980] ppid=26979 vsize=29184 CPUtime=1777.54
/proc/26980/stat : 26980 (minisat) R 26979 26956 25389 0 -1 4194304 6848 0 0 0 177744 10 0 0 25 0 1 0 980592703 29884416 6834 996147200 134512640 135127466 4294956272 18446744073709551615 134530941 0 0 4096 3 0 0 0 17 0 0 0
/proc/26980/statm: 7296 6834 75 150 0 7143 0
Current children cumulated CPU time (s) 1779.49
Current children cumulated vsize (KiB) 48140



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1802.91 s]
/proc/loadavg: 2.07 2.02 2.00 3/75 27012
/proc/meminfo: memFree=1605152/2055920 swapFree=4133472/4192956
[pid=26956] ppid=26954 vsize=13600 CPUtime=1.95
/proc/26956/stat : 26956 (sugar) S 26954 26956 25389 0 -1 4194304 1031 12816 0 2 3 1 183 8 16 0 1 0 980592499 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26956/statm: 3400 798 370 3 0 500 0
[pid=26979] ppid=26956 vsize=5356 CPUtime=0
/proc/26979/stat : 26979 (sh) S 26956 26956 25389 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 980592703 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26979/statm: 1339 232 193 169 0 50 0
[pid=26980] ppid=26979 vsize=29184 CPUtime=1798.15
/proc/26980/stat : 26980 (minisat) R 26979 26956 25389 0 -1 4194304 6857 0 0 0 179805 10 0 0 25 0 1 0 980592703 29884416 6843 996147200 134512640 135127466 4294956272 18446744073709551615 134530936 0 0 4096 3 0 0 0 17 0 0 0
/proc/26980/statm: 7296 6843 75 150 0 7143 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 48140

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

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

[startup+1802.91 s]
/proc/loadavg: 2.07 2.02 2.00 3/75 27012
/proc/meminfo: memFree=1605152/2055920 swapFree=4133472/4192956
[pid=26956] ppid=26954 vsize=13600 CPUtime=1.95
/proc/26956/stat : 26956 (sugar) S 26954 26956 25389 0 -1 4194304 1031 12816 0 2 3 1 183 8 16 0 1 0 980592499 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26956/statm: 3400 798 370 3 0 500 0
[pid=26979] ppid=26956 vsize=5356 CPUtime=0
/proc/26979/stat : 26979 (sh) S 26956 26956 25389 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 980592703 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26979/statm: 1339 232 193 169 0 50 0
[pid=26980] ppid=26979 vsize=29184 CPUtime=1798.15
/proc/26980/stat : 26980 (minisat) R 26979 26956 25389 0 -1 4194304 6857 0 0 0 179805 10 0 0 25 0 1 0 980592703 29884416 6843 996147200 134512640 135127466 4294956272 18446744073709551615 134530936 0 0 4096 3 0 0 0 17 0 0 0
/proc/26980/statm: 7296 6843 75 150 0 7143 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 48140

Child status: 0
Real time (s): 1802.93
CPU time (s): 1800.14
CPU user time (s): 1799.93
CPU system time (s): 0.209968
CPU usage (%): 99.8452
Max. virtual memory (cumulated for all children) (KiB): 883356

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.93
system time used= 0.209968
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 21321
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= 1779
involuntary context switches= 13371

runsolver used 2.11868 second user time and 5.43117 second system time

The end

Launcher Data (download as text)

Begin job on node26 at 2008-07-02 03:16:16
IDJOB=1037506
IDBENCH=53512
IDSOLVER=346
FILE ID=node26/1037506-1214961376
PBS_JOBID= 7870281
Free space on /tmp= 66548 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/rand-2-26/normalized-rand-26-26-325-155-61021_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-1037506-1214961376/watcher-1037506-1214961376 -o /tmp/evaluation-result-1037506-1214961376/solver-1037506-1214961376 -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-1037506-1214961376.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 7e6a9f70634568dedad3cbac85bcc871
RANDOM SEED=1595258541

node26.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.221
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.221
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1626704 kB
Buffers:         48604 kB
Cached:         254784 kB
SwapCached:      53680 kB
Active:         140244 kB
Inactive:       241180 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1626704 kB
SwapTotal:     4192956 kB
SwapFree:      4133472 kB
Dirty:            1584 kB
Writeback:           0 kB
Mapped:          93688 kB
Slab:            32860 kB
Committed_AS:  1606148 kB
PageTables:       1928 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= 66544 MiB
End job on node26 at 2008-07-02 03:46:21