Trace number 1048029

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sugar v1.13+minisat? (TO) 1800.1 1816.03

General information on the benchmark

Namecsp/schurrLemma/
normalized-lemma-67-4.xml
MD5SUM15619f0fa210145c5821fec8a750a21d
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables67
Number of constraints1089
Maximum constraint arity3
Maximum domain size4
Number of constraints which are defined in extension0
Number of constraints which are defined in intension1089
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 Thu Jul  3 01:37:45 2008
0.00/0.04	c 0	PID 9270
0.04/0.05	c 0	HOST node24.alineos.net
0.04/0.05	c 0	CONVERTING HOME/instance-1048029-1215041865.xml TO HOME/temp.csp
0.04/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1048029-1215041865.xml' 'HOME/temp.csp'
0.04/0.62	c 1	1 domains, 67 variables, 1 predicates, 0 relations, 1089 constraints
0.04/0.68	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.04/0.68	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.61/0.76	c 1	Parsing HOME/temp.csp
0.61/0.92	c 1	parsed 1158 expressions
0.61/0.92	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.61/0.92	c 1	Converting to clausal form CSP
0.61/1.00	c 1	converted 116 (10%) expressions
1.02/1.11	c 1	converted 232 (20%) expressions
1.02/1.14	c 1	converted 348 (30%) expressions
1.02/1.15	c 1	converted 464 (40%) expressions
1.02/1.16	c 1	converted 579 (50%) expressions
1.02/1.17	c 1	converted 695 (60%) expressions
1.02/1.18	c 1	converted 811 (70%) expressions
1.02/1.19	c 1	converted 927 (80%) expressions
1.11/1.20	c 1	converted 1043 (90%) expressions
1.11/1.21	c 1	converted 1158 (100%) expressions
1.11/1.21	c 1	CSP : 67 integers, 0 booleans, 1089 clauses, largest domain size 4
1.11/1.21	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.11/1.21	c 1	Propagation in CSP
1.11/1.23	c 1	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.11/1.23	c 1	CSP : 67 integers, 0 booleans, 1089 clauses, largest domain size 4
1.11/1.23	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.11/1.23	c 1	Simplifing CSP by introducing new Boolean variables
1.11/1.28	c 1	CSP : 67 integers, 6534 booleans, 7623 clauses, largest domain size 4
1.11/1.28	c 1	Heap : 4 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.21/1.32	c 2	Encoding CSP to SAT : HOME/temp.cnf
1.21/1.33	c 2	7 (10%) CSP integer variables are encoded (14 clauses, 178 bytes)
1.21/1.33	c 2	14 (20%) CSP integer variables are encoded (28 clauses, 304 bytes)
1.21/1.33	c 2	21 (30%) CSP integer variables are encoded (42 clauses, 430 bytes)
1.21/1.33	c 2	27 (40%) CSP integer variables are encoded (54 clauses, 538 bytes)
1.21/1.33	c 2	34 (50%) CSP integer variables are encoded (68 clauses, 668 bytes)
1.21/1.33	c 2	41 (60%) CSP integer variables are encoded (82 clauses, 822 bytes)
1.21/1.33	c 2	47 (70%) CSP integer variables are encoded (94 clauses, 954 bytes)
1.21/1.33	c 2	54 (80%) CSP integer variables are encoded (108 clauses, 1108 bytes)
1.21/1.33	c 2	61 (90%) CSP integer variables are encoded (122 clauses, 1262 bytes)
1.21/1.33	c 2	67 (100%) CSP integer variables are encoded (134 clauses, 1394 bytes)
1.21/1.38	c 2	763 (10%) CSP clauses are encoded (2859 clauses, 36058 bytes)
1.30/1.40	c 2	1525 (20%) CSP clauses are encoded (5583 clauses, 73780 bytes)
1.30/1.42	c 2	2287 (30%) CSP clauses are encoded (8304 clauses, 113362 bytes)
1.30/1.43	c 2	3050 (40%) CSP clauses are encoded (11029 clauses, 153048 bytes)
1.30/1.44	c 2	3812 (50%) CSP clauses are encoded (13750 clauses, 192828 bytes)
1.30/1.45	c 2	4574 (60%) CSP clauses are encoded (16471 clauses, 232653 bytes)
1.30/1.45	c 2	5337 (70%) CSP clauses are encoded (19196 clauses, 272684 bytes)
1.30/1.46	c 2	6099 (80%) CSP clauses are encoded (21917 clauses, 312716 bytes)
1.30/1.47	c 2	6861 (90%) CSP clauses are encoded (24638 clauses, 352796 bytes)
1.30/1.49	c 2	7623 (100%) CSP clauses are encoded (27359 clauses, 392966 bytes)
1.30/1.49	c 2	7623 CSP clauses encoded
1.30/1.49	c 2	Writing map file : HOME/temp.map
1.30/1.49	c 2	Heap : 4 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.30/1.49	c 2	SAT : 6735 SAT variables, 27359 SAT clauses, 392966 bytes
1.30/1.50	c 2	Heap : 4 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.39/1.52	c 2	SOLVING HOME/temp.cnf
1.39/1.52	c 2	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1.39/1.52	c 2	This is MiniSat 2.0 beta
1.39/1.52	c 2	WARNING: for repeatability, setting FPU to use double precision
1.39/1.52	c 2	============================[ Problem Statistics ]=============================
1.39/1.52	c 2	|                                                                             |
1.39/1.52	c 2	|  Number of variables:  6735                                                 |
1.39/1.52	c 2	|  Number of clauses:    27359                                                |
1.39/1.54	c 2	|  Parsing time:         0.01         s                                       |
1.39/1.54	c 2	============================[ Search Statistics ]==============================
1.39/1.54	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.39/1.54	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.39/1.54	c 2	===============================================================================
1.39/1.54	c 2	|         0 |    6735    27359    72142 |     9119        0    nan |  0.000 % |
1.39/1.55	c 2	|       100 |    6735    27359    72142 |    10031      100      6 |  0.000 % |
1.39/1.57	c 2	|       250 |    6735    27359    72142 |    11034      250      6 |  0.000 % |
1.39/1.60	c 2	|       475 |    6735    27359    72142 |    12138      475      6 |  0.000 % |
1.41/1.64	c 2	|       812 |    6735    27359    72142 |    13352      812      6 |  0.000 % |
1.41/1.69	c 2	|      1318 |    6735    27359    72142 |    14687     1318      6 |  0.000 % |
1.41/1.79	c 2	|      2077 |    6735    27359    72142 |    16156     2077      7 |  0.000 % |
1.41/1.92	c 2	|      3216 |    6735    27359    72142 |    17771     3216      9 |  0.000 % |
1.97/2.13	c 2	|      4924 |    6735    27359    72142 |    19548     4924     10 |  0.000 % |
2.36/2.51	c 3	|      7489 |    6735    27359    72142 |    21503     7489     15 |  0.000 % |
2.95/3.16	c 3	|     11335 |    6735    27359    72142 |    23654    11335     16 |  0.000 % |
4.44/4.64	c 5	|     17101 |    6735    27359    72142 |    26019    17101     20 |  0.000 % |
7.02/7.25	c 7	|     25751 |    6735    27359    72142 |    28621    25751     21 |  0.000 % |
11.77/12.02	c 12	|     38725 |    6735    27359    72142 |    31483    23482     23 |  0.000 % |
18.80/19.14	c 19	|     58186 |    6735    27359    72142 |    34631    24685     24 |  0.000 % |
30.99/31.47	c 32	|     87379 |    6735    27359    72142 |    38095    32012     26 |  0.000 % |
50.80/51.49	c 52	|    131168 |    6735    27359    72142 |    41904    28341     24 |  0.000 % |
82.60/83.56	c 84	|    196853 |    6735    27359    72142 |    46095    38767     26 |  0.000 % |
134.25/136.09	c 136	|    295379 |    6735    27359    72142 |    50704    44045     27 |  0.000 % |
220.14/223.62	c 224	|    443169 |    6735    27359    72142 |    55775    16655     31 |  0.000 % |
352.34/358.44	c 359	|    664852 |    6735    27359    72142 |    61352    37959     32 |  0.000 % |
574.07/584.50	c 585	|    997378 |    6735    27359    72142 |    67487    54189     45 |  0.000 % |
923.50/939.19	c 939	|   1496167 |    6735    27359    72142 |    74236    37618     37 |  0.000 % |
1456.47/1472.34	c 1473	|   2244349 |    6735    27359    72142 |    81660    31743     38 |  0.000 % |
1800.05/1816.01	sh: line 1:  9294 Terminated              HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out' 2>&1
1800.05/1816.01	c 1816	DECODING HOME/temp.out WITH HOME/temp.map
1800.05/1816.01	c 1816	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.05/1816.02	c ERROR INTERRUPTED
1800.05/1816.02	s UNKNOWN
1800.05/1816.02	c 1816	CPU 1799.84 (0.03 0.01 1799.81 0.23)
1800.05/1816.02	c 1816	END Thu Jul  3 02:08:01 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-1048029-1215041865/watcher-1048029-1215041865 -o /tmp/evaluation-result-1048029-1215041865/solver-1048029-1215041865 -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-1048029-1215041865.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.03 1.85 4/72 9270
/proc/meminfo: memFree=1279864/2055920 swapFree=4180448/4192956
[pid=9270] ppid=9268 vsize=12268 CPUtime=0
/proc/9270/stat : 9270 (sugar) R 9268 9270 8635 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 1983161079 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 237788428901 0 0 4224 0 0 0 0 17 1 0 0
/proc/9270/statm: 3067 316 241 3 0 167 0

[startup+0.0495381 s]
/proc/loadavg: 2.00 2.03 1.85 4/72 9270
/proc/meminfo: memFree=1279864/2055920 swapFree=4180448/4192956
[pid=9270] ppid=9268 vsize=13600 CPUtime=0.04
/proc/9270/stat : 9270 (sugar) S 9268 9270 8635 0 -1 4194304 837 0 0 0 3 1 0 0 18 0 1 0 1983161079 13926400 792 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9270/statm: 3400 792 367 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.101842 s]
/proc/loadavg: 2.00 2.03 1.85 4/72 9270
/proc/meminfo: memFree=1279864/2055920 swapFree=4180448/4192956
[pid=9270] ppid=9268 vsize=13600 CPUtime=0.04
/proc/9270/stat : 9270 (sugar) S 9268 9270 8635 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1983161079 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9270/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.301856 s]
/proc/loadavg: 2.00 2.03 1.85 4/72 9270
/proc/meminfo: memFree=1279864/2055920 swapFree=4180448/4192956
[pid=9270] ppid=9268 vsize=13600 CPUtime=0.04
/proc/9270/stat : 9270 (sugar) S 9268 9270 8635 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1983161079 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9270/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.701904 s]
/proc/loadavg: 2.00 2.03 1.85 4/72 9270
/proc/meminfo: memFree=1279864/2055920 swapFree=4180448/4192956
[pid=9270] ppid=9268 vsize=13600 CPUtime=0.61
/proc/9270/stat : 9270 (sugar) S 9268 9270 8635 0 -1 4194304 956 4803 0 1 3 1 53 4 16 0 1 0 1983161079 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9270/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.61
Current children cumulated vsize (KiB) 13600

[startup+1.50298 s]
/proc/loadavg: 2.00 2.03 1.85 3/83 9292
/proc/meminfo: memFree=1271072/2055920 swapFree=4180448/4192956
[pid=9270] ppid=9268 vsize=13600 CPUtime=0.61
/proc/9270/stat : 9270 (sugar) S 9268 9270 8635 0 -1 4194304 974 4803 0 1 3 1 53 4 15 0 1 0 1983161079 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9270/statm: 3400 797 370 3 0 500 0
[pid=9283] ppid=9270 vsize=5356 CPUtime=0
/proc/9283/stat : 9283 (sh) S 9270 9270 8635 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1983161147 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9283/statm: 1339 233 193 169 0 50 0
[pid=9284] ppid=9283 vsize=868484 CPUtime=0.78
/proc/9284/stat : 9284 (java) S 9283 9270 8635 0 -1 0 7030 0 1 0 74 4 0 0 19 0 9 0 1983161148 889327616 6242 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9284/statm: 217121 6242 2565 9 0 211668 0
[pid=9284/tid=9285] ppid=9283 vsize=868484 CPUtime=0.44
/proc/9284/task/9285/stat : 9285 (java) S 9283 9270 8635 0 -1 64 2738 0 1 0 43 1 0 0 18 0 9 0 1983161149 889327616 6242 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9284/tid=9286] ppid=9283 vsize=868484 CPUtime=0.08
/proc/9284/task/9286/stat : 9286 (java) S 9283 9270 8635 0 -1 64 2136 0 0 0 8 0 0 0 16 0 9 0 1983161150 889327616 6242 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9284/tid=9287] ppid=9283 vsize=868484 CPUtime=0
/proc/9284/task/9287/stat : 9287 (java) S 9283 9270 8635 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1983161150 889327616 6242 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9284/tid=9288] ppid=9283 vsize=868484 CPUtime=0
/proc/9284/task/9288/stat : 9288 (java) S 9283 9270 8635 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1983161150 889327616 6242 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9284/tid=9289] ppid=9283 vsize=868484 CPUtime=0
/proc/9284/task/9289/stat : 9289 (java) S 9283 9270 8635 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1983161152 889327616 6242 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9284/tid=9290] ppid=9283 vsize=868484 CPUtime=0.22
/proc/9284/task/9290/stat : 9290 (java) S 9283 9270 8635 0 -1 64 1464 0 0 0 21 1 0 0 16 0 9 0 1983161152 889327616 6242 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9284/tid=9291] ppid=9283 vsize=868484 CPUtime=0
/proc/9284/task/9291/stat : 9291 (java) S 9283 9270 8635 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1983161152 889327616 6242 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9284/tid=9292] ppid=9283 vsize=868484 CPUtime=0
/proc/9284/task/9292/stat : 9292 (java) S 9283 9270 8635 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1983161152 889327616 6242 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.39
Current children cumulated vsize (KiB) 887440

[startup+3.10115 s]
/proc/loadavg: 2.00 2.03 1.85 3/75 9294
/proc/meminfo: memFree=1274656/2055920 swapFree=4180448/4192956
[pid=9270] ppid=9268 vsize=13600 CPUtime=1.41
/proc/9270/stat : 9270 (sugar) S 9268 9270 8635 0 -1 4194304 1031 12124 0 2 3 1 128 9 15 0 1 0 1983161079 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9270/statm: 3400 798 370 3 0 500 0
[pid=9293] ppid=9270 vsize=5356 CPUtime=0
/proc/9293/stat : 9293 (sh) S 9270 9270 8635 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1983161231 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9293/statm: 1339 232 193 169 0 50 0
[pid=9294] ppid=9293 vsize=4572 CPUtime=1.54
/proc/9294/stat : 9294 (minisat) R 9293 9270 8635 0 -1 4194304 885 0 0 0 154 0 0 0 25 0 1 0 1983161232 4681728 871 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/9294/statm: 1143 871 76 150 0 990 0
Current children cumulated CPU time (s) 2.95
Current children cumulated vsize (KiB) 23528

[startup+6.30248 s]
/proc/loadavg: 2.00 2.03 1.85 3/75 9294
/proc/meminfo: memFree=1272608/2055920 swapFree=4180448/4192956
[pid=9270] ppid=9268 vsize=13600 CPUtime=1.41
/proc/9270/stat : 9270 (sugar) S 9268 9270 8635 0 -1 4194304 1031 12124 0 2 3 1 128 9 16 0 1 0 1983161079 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9270/statm: 3400 798 370 3 0 500 0
[pid=9293] ppid=9270 vsize=5356 CPUtime=0
/proc/9293/stat : 9293 (sh) S 9270 9270 8635 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1983161231 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9293/statm: 1339 232 193 169 0 50 0
[pid=9294] ppid=9293 vsize=6332 CPUtime=4.72
/proc/9294/stat : 9294 (minisat) R 9293 9270 8635 0 -1 4194304 1293 0 0 0 471 1 0 0 25 0 1 0 1983161232 6483968 1279 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/9294/statm: 1583 1279 76 150 0 1430 0
Current children cumulated CPU time (s) 6.13
Current children cumulated vsize (KiB) 25288

[startup+12.7011 s]
/proc/loadavg: 2.00 2.03 1.85 3/75 9294
/proc/meminfo: memFree=1271200/2055920 swapFree=4180448/4192956
[pid=9270] ppid=9268 vsize=13600 CPUtime=1.41
/proc/9270/stat : 9270 (sugar) S 9268 9270 8635 0 -1 4194304 1031 12124 0 2 3 1 128 9 16 0 1 0 1983161079 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9270/statm: 3400 798 370 3 0 500 0
[pid=9293] ppid=9270 vsize=5356 CPUtime=0
/proc/9293/stat : 9293 (sh) S 9270 9270 8635 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1983161231 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9293/statm: 1339 232 193 169 0 50 0
[pid=9294] ppid=9293 vsize=7164 CPUtime=11.06
/proc/9294/stat : 9294 (minisat) R 9293 9270 8635 0 -1 4194304 1518 0 0 0 1105 1 0 0 25 0 1 0 1983161232 7335936 1504 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/9294/statm: 1791 1504 76 150 0 1638 0
Current children cumulated CPU time (s) 12.47
Current children cumulated vsize (KiB) 26120

[startup+25.5014 s]
/proc/loadavg: 2.00 2.02 1.85 3/75 9295
/proc/meminfo: memFree=1268000/2055920 swapFree=4180448/4192956
[pid=9270] ppid=9268 vsize=13600 CPUtime=1.41
/proc/9270/stat : 9270 (sugar) S 9268 9270 8635 0 -1 4194304 1031 12124 0 2 3 1 128 9 16 0 1 0 1983161079 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9270/statm: 3400 798 370 3 0 500 0
[pid=9293] ppid=9270 vsize=5356 CPUtime=0
/proc/9293/stat : 9293 (sh) S 9270 9270 8635 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1983161231 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9293/statm: 1339 232 193 169 0 50 0
[pid=9294] ppid=9293 vsize=8616 CPUtime=23.73
/proc/9294/stat : 9294 (minisat) R 9293 9270 8635 0 -1 4194304 1886 0 0 0 2372 1 0 0 25 0 1 0 1983161232 8822784 1872 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/9294/statm: 2154 1872 76 150 0 2001 0
Current children cumulated CPU time (s) 25.14
Current children cumulated vsize (KiB) 27572

[startup+51.1011 s]
/proc/loadavg: 2.06 2.04 1.86 3/75 9296
/proc/meminfo: memFree=1267040/2055920 swapFree=4180448/4192956
[pid=9270] ppid=9268 vsize=13600 CPUtime=1.41
/proc/9270/stat : 9270 (sugar) S 9268 9270 8635 0 -1 4194304 1031 12124 0 2 3 1 128 9 16 0 1 0 1983161079 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9270/statm: 3400 798 370 3 0 500 0
[pid=9293] ppid=9270 vsize=5356 CPUtime=0
/proc/9293/stat : 9293 (sh) S 9270 9270 8635 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1983161231 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9293/statm: 1339 232 193 169 0 50 0
[pid=9294] ppid=9293 vsize=9696 CPUtime=49.1
/proc/9294/stat : 9294 (minisat) R 9293 9270 8635 0 -1 4194304 2129 0 0 0 4908 2 0 0 25 0 1 0 1983161232 9928704 2115 996147200 134512640 135127466 4294956272 18446744073709551615 134530686 0 0 4096 3 0 0 0 17 1 0 0
/proc/9294/statm: 2424 2115 76 150 0 2271 0
Current children cumulated CPU time (s) 50.51
Current children cumulated vsize (KiB) 28652

[startup+102.306 s]
/proc/loadavg: 2.09 2.04 1.87 3/96 9351
/proc/meminfo: memFree=1759736/2055920 swapFree=4180448/4192956
[pid=9270] ppid=9268 vsize=13600 CPUtime=1.41
/proc/9270/stat : 9270 (sugar) S 9268 9270 8635 0 -1 4194304 1031 12124 0 2 3 1 128 9 16 0 1 0 1983161079 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9270/statm: 3400 798 370 3 0 500 0
[pid=9293] ppid=9270 vsize=5356 CPUtime=0
/proc/9293/stat : 9293 (sh) S 9270 9270 8635 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1983161231 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9293/statm: 1339 232 193 169 0 50 0
[pid=9294] ppid=9293 vsize=11548 CPUtime=99.8
/proc/9294/stat : 9294 (minisat) R 9293 9270 8635 0 -1 4194304 2600 0 0 0 9975 5 0 0 25 0 1 0 1983161232 11825152 2586 996147200 134512640 135127466 4294956272 18446744073709551615 134530814 0 0 4096 3 0 0 0 17 1 0 0
/proc/9294/statm: 2887 2586 76 150 0 2734 0
Current children cumulated CPU time (s) 101.21
Current children cumulated vsize (KiB) 30504

[startup+162.301 s]
/proc/loadavg: 2.03 2.03 1.87 3/96 9351
/proc/meminfo: memFree=1757880/2055920 swapFree=4180448/4192956
[pid=9270] ppid=9268 vsize=13600 CPUtime=1.41
/proc/9270/stat : 9270 (sugar) S 9268 9270 8635 0 -1 4194304 1031 12124 0 2 3 1 128 9 16 0 1 0 1983161079 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9270/statm: 3400 798 370 3 0 500 0
[pid=9293] ppid=9270 vsize=5356 CPUtime=0
/proc/9293/stat : 9293 (sh) S 9270 9270 8635 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1983161231 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9293/statm: 1339 232 193 169 0 50 0
[pid=9294] ppid=9293 vsize=13064 CPUtime=158.62
/proc/9294/stat : 9294 (minisat) R 9293 9270 8635 0 -1 4194304 2968 0 0 0 15856 6 0 0 25 0 1 0 1983161232 13377536 2954 996147200 134512640 135127466 4294956272 18446744073709551615 134530739 0 0 4096 3 0 0 0 17 1 0 0
/proc/9294/statm: 3266 2954 76 150 0 3113 0
Current children cumulated CPU time (s) 160.03
Current children cumulated vsize (KiB) 32020

[startup+222.302 s]
/proc/loadavg: 2.01 2.02 1.88 3/96 9351
/proc/meminfo: memFree=1756280/2055920 swapFree=4180448/4192956
[pid=9270] ppid=9268 vsize=13600 CPUtime=1.41
/proc/9270/stat : 9270 (sugar) S 9268 9270 8635 0 -1 4194304 1031 12124 0 2 3 1 128 9 16 0 1 0 1983161079 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9270/statm: 3400 798 370 3 0 500 0
[pid=9293] ppid=9270 vsize=5356 CPUtime=0
/proc/9293/stat : 9293 (sh) S 9270 9270 8635 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1983161231 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0

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

[pid=9270] ppid=9268 vsize=13600 CPUtime=1.41
/proc/9270/stat : 9270 (sugar) S 9268 9270 8635 0 -1 4194304 1031 12124 0 2 3 1 128 9 16 0 1 0 1983161079 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/9270/statm: 3400 798 370 3 0 500 0
[pid=9293] ppid=9270 vsize=5356 CPUtime=0
/proc/9293/stat : 9293 (sh) S 9270 9270 8635 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1983161231 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9293/statm: 1339 232 193 169 0 50 0
[pid=9294] ppid=9293 vsize=24672 CPUtime=1225.16
/proc/9294/stat : 9294 (minisat) R 9293 9270 8635 0 -1 4194304 5758 0 0 0 122506 10 0 0 25 0 1 0 1983161232 25264128 5744 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/9294/statm: 6168 5744 76 150 0 6015 0
Current children cumulated CPU time (s) 1226.57
Current children cumulated vsize (KiB) 43628

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/95 9365
/proc/meminfo: memFree=1734512/2055920 swapFree=4180448/4192956
[pid=9270] ppid=9268 vsize=13600 CPUtime=1.41
/proc/9270/stat : 9270 (sugar) S 9268 9270 8635 0 -1 4194304 1031 12124 0 2 3 1 128 9 16 0 1 0 1983161079 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/9270/statm: 3400 798 370 3 0 500 0
[pid=9293] ppid=9270 vsize=5356 CPUtime=0
/proc/9293/stat : 9293 (sh) S 9270 9270 8635 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1983161231 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9293/statm: 1339 232 193 169 0 50 0
[pid=9294] ppid=9293 vsize=24840 CPUtime=1285.14
/proc/9294/stat : 9294 (minisat) R 9293 9270 8635 0 -1 4194304 5788 0 0 0 128504 10 0 0 25 0 1 0 1983161232 25436160 5774 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/9294/statm: 6210 5774 76 150 0 6057 0
Current children cumulated CPU time (s) 1286.55
Current children cumulated vsize (KiB) 43796

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/95 9365
/proc/meminfo: memFree=1734448/2055920 swapFree=4180448/4192956
[pid=9270] ppid=9268 vsize=13600 CPUtime=1.41
/proc/9270/stat : 9270 (sugar) S 9268 9270 8635 0 -1 4194304 1031 12124 0 2 3 1 128 9 16 0 1 0 1983161079 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/9270/statm: 3400 798 370 3 0 500 0
[pid=9293] ppid=9270 vsize=5356 CPUtime=0
/proc/9293/stat : 9293 (sh) S 9270 9270 8635 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1983161231 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9293/statm: 1339 232 193 169 0 50 0
[pid=9294] ppid=9293 vsize=24992 CPUtime=1345.11
/proc/9294/stat : 9294 (minisat) R 9293 9270 8635 0 -1 4194304 5811 0 0 0 134501 10 0 0 25 0 1 0 1983161232 25591808 5797 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/9294/statm: 6248 5797 76 150 0 6095 0
Current children cumulated CPU time (s) 1346.52
Current children cumulated vsize (KiB) 43948

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 1.91 3/95 9371
/proc/meminfo: memFree=1733416/2055920 swapFree=4180448/4192956
[pid=9270] ppid=9268 vsize=13600 CPUtime=1.41
/proc/9270/stat : 9270 (sugar) S 9268 9270 8635 0 -1 4194304 1031 12124 0 2 3 1 128 9 16 0 1 0 1983161079 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/9270/statm: 3400 798 370 3 0 500 0
[pid=9293] ppid=9270 vsize=5356 CPUtime=0
/proc/9293/stat : 9293 (sh) S 9270 9270 8635 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1983161231 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9293/statm: 1339 232 193 169 0 50 0
[pid=9294] ppid=9293 vsize=25520 CPUtime=1405.09
/proc/9294/stat : 9294 (minisat) R 9293 9270 8635 0 -1 4194304 5970 0 0 0 140498 11 0 0 25 0 1 0 1983161232 26132480 5956 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/9294/statm: 6380 5956 76 150 0 6227 0
Current children cumulated CPU time (s) 1406.5
Current children cumulated vsize (KiB) 44476

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 1.91 4/95 9371
/proc/meminfo: memFree=1733416/2055920 swapFree=4180448/4192956
[pid=9270] ppid=9268 vsize=13600 CPUtime=1.41
/proc/9270/stat : 9270 (sugar) S 9268 9270 8635 0 -1 4194304 1031 12124 0 2 3 1 128 9 16 0 1 0 1983161079 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/9270/statm: 3400 798 370 3 0 500 0
[pid=9293] ppid=9270 vsize=5356 CPUtime=0
/proc/9293/stat : 9293 (sh) S 9270 9270 8635 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1983161231 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9293/statm: 1339 232 193 169 0 50 0
[pid=9294] ppid=9293 vsize=25520 CPUtime=1465.06
/proc/9294/stat : 9294 (minisat) R 9293 9270 8635 0 -1 4194304 5970 0 0 0 146495 11 0 0 25 0 1 0 1983161232 26132480 5956 996147200 134512640 135127466 4294956272 18446744073709551615 134530739 0 0 4096 3 0 0 0 17 0 0 0
/proc/9294/statm: 6380 5956 76 150 0 6227 0
Current children cumulated CPU time (s) 1466.47
Current children cumulated vsize (KiB) 44476

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/95 9371
/proc/meminfo: memFree=1733416/2055920 swapFree=4180448/4192956
[pid=9270] ppid=9268 vsize=13600 CPUtime=1.41
/proc/9270/stat : 9270 (sugar) S 9268 9270 8635 0 -1 4194304 1031 12124 0 2 3 1 128 9 16 0 1 0 1983161079 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/9270/statm: 3400 798 370 3 0 500 0
[pid=9293] ppid=9270 vsize=5356 CPUtime=0
/proc/9293/stat : 9293 (sh) S 9270 9270 8635 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1983161231 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9293/statm: 1339 232 193 169 0 50 0
[pid=9294] ppid=9293 vsize=25520 CPUtime=1525.04
/proc/9294/stat : 9294 (minisat) R 9293 9270 8635 0 -1 4194304 5977 0 0 0 152493 11 0 0 25 0 1 0 1983161232 26132480 5963 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/9294/statm: 6380 5963 76 150 0 6227 0
Current children cumulated CPU time (s) 1526.45
Current children cumulated vsize (KiB) 44476

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.91 4/95 9371
/proc/meminfo: memFree=1733352/2055920 swapFree=4180448/4192956
[pid=9270] ppid=9268 vsize=13600 CPUtime=1.41
/proc/9270/stat : 9270 (sugar) S 9268 9270 8635 0 -1 4194304 1031 12124 0 2 3 1 128 9 16 0 1 0 1983161079 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/9270/statm: 3400 798 370 3 0 500 0
[pid=9293] ppid=9270 vsize=5356 CPUtime=0
/proc/9293/stat : 9293 (sh) S 9270 9270 8635 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1983161231 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9293/statm: 1339 232 193 169 0 50 0
[pid=9294] ppid=9293 vsize=25692 CPUtime=1585.02
/proc/9294/stat : 9294 (minisat) R 9293 9270 8635 0 -1 4194304 6009 0 0 0 158490 12 0 0 25 0 1 0 1983161232 26308608 5995 996147200 134512640 135127466 4294956272 18446744073709551615 134531110 0 0 4096 3 0 0 0 17 0 0 0
/proc/9294/statm: 6423 5995 76 150 0 6270 0
Current children cumulated CPU time (s) 1586.43
Current children cumulated vsize (KiB) 44648

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.91 4/95 9371
/proc/meminfo: memFree=1733288/2055920 swapFree=4180448/4192956
[pid=9270] ppid=9268 vsize=13600 CPUtime=1.41
/proc/9270/stat : 9270 (sugar) S 9268 9270 8635 0 -1 4194304 1031 12124 0 2 3 1 128 9 16 0 1 0 1983161079 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/9270/statm: 3400 798 370 3 0 500 0
[pid=9293] ppid=9270 vsize=5356 CPUtime=0
/proc/9293/stat : 9293 (sh) S 9270 9270 8635 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1983161231 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9293/statm: 1339 232 193 169 0 50 0
[pid=9294] ppid=9293 vsize=25692 CPUtime=1645
/proc/9294/stat : 9294 (minisat) R 9293 9270 8635 0 -1 4194304 6009 0 0 0 164488 12 0 0 25 0 1 0 1983161232 26308608 5995 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/9294/statm: 6423 5995 76 150 0 6270 0
Current children cumulated CPU time (s) 1646.41
Current children cumulated vsize (KiB) 44648

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/95 9371
/proc/meminfo: memFree=1733040/2055920 swapFree=4180448/4192956
[pid=9270] ppid=9268 vsize=13600 CPUtime=1.41
/proc/9270/stat : 9270 (sugar) S 9268 9270 8635 0 -1 4194304 1031 12124 0 2 3 1 128 9 16 0 1 0 1983161079 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/9270/statm: 3400 798 370 3 0 500 0
[pid=9293] ppid=9270 vsize=5356 CPUtime=0
/proc/9293/stat : 9293 (sh) S 9270 9270 8635 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1983161231 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9293/statm: 1339 232 193 169 0 50 0
[pid=9294] ppid=9293 vsize=26000 CPUtime=1704.97
/proc/9294/stat : 9294 (minisat) R 9293 9270 8635 0 -1 4194304 6067 0 0 0 170485 12 0 0 25 0 1 0 1983161232 26624000 6053 996147200 134512640 135127466 4294956272 18446744073709551615 134530686 0 0 4096 3 0 0 0 17 0 0 0
/proc/9294/statm: 6500 6053 76 150 0 6347 0
Current children cumulated CPU time (s) 1706.38
Current children cumulated vsize (KiB) 44956

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/95 9371
/proc/meminfo: memFree=1732080/2055920 swapFree=4180448/4192956
[pid=9270] ppid=9268 vsize=13600 CPUtime=1.41
/proc/9270/stat : 9270 (sugar) S 9268 9270 8635 0 -1 4194304 1031 12124 0 2 3 1 128 9 16 0 1 0 1983161079 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/9270/statm: 3400 798 370 3 0 500 0
[pid=9293] ppid=9270 vsize=5356 CPUtime=0
/proc/9293/stat : 9293 (sh) S 9270 9270 8635 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1983161231 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9293/statm: 1339 232 193 169 0 50 0
[pid=9294] ppid=9293 vsize=26876 CPUtime=1764.95
/proc/9294/stat : 9294 (minisat) R 9293 9270 8635 0 -1 4194304 6272 0 0 0 176483 12 0 0 25 0 1 0 1983161232 27521024 6258 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/9294/statm: 6719 6258 76 150 0 6566 0
Current children cumulated CPU time (s) 1766.36
Current children cumulated vsize (KiB) 45832



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1816 s]
/proc/loadavg: 2.00 2.00 1.91 3/95 9371
/proc/meminfo: memFree=1732016/2055920 swapFree=4180448/4192956
[pid=9270] ppid=9268 vsize=13600 CPUtime=1.41
/proc/9270/stat : 9270 (sugar) S 9268 9270 8635 0 -1 4194304 1031 12124 0 2 3 1 128 9 16 0 1 0 1983161079 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/9270/statm: 3400 798 370 3 0 500 0
[pid=9293] ppid=9270 vsize=5356 CPUtime=0
/proc/9293/stat : 9293 (sh) S 9270 9270 8635 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1983161231 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9293/statm: 1339 232 193 169 0 50 0
[pid=9294] ppid=9293 vsize=26876 CPUtime=1798.64
/proc/9294/stat : 9294 (minisat) R 9293 9270 8635 0 -1 4194304 6285 0 0 0 179852 12 0 0 25 0 1 0 1983161232 27521024 6271 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/9294/statm: 6719 6271 76 150 0 6566 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 45832

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): 1816.03
CPU time (s): 1800.1
CPU user time (s): 1799.86
CPU system time (s): 0.246962
CPU usage (%): 99.1232
Max. virtual memory (cumulated for all children) (KiB): 887440

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.86
system time used= 0.246962
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 20075
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= 1826
involuntary context switches= 41404

runsolver used 1.91671 second user time and 6.35903 second system time

The end

Launcher Data (download as text)

Begin job on node24 at 2008-07-03 01:37:45
IDJOB=1048029
IDBENCH=54344
IDSOLVER=346
FILE ID=node24/1048029-1215041865
PBS_JOBID= 7875126
Free space on /tmp= 66524 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/schurrLemma/normalized-lemma-67-4.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-1048029-1215041865/watcher-1048029-1215041865 -o /tmp/evaluation-result-1048029-1215041865/solver-1048029-1215041865 -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-1048029-1215041865.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 15619f0fa210145c5821fec8a750a21d
RANDOM SEED=2037287826

node24.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.232
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.232
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:       1280344 kB
Buffers:         15792 kB
Cached:         106036 kB
SwapCached:       6556 kB
Active:         654952 kB
Inactive:        60544 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1280344 kB
SwapTotal:     4192956 kB
SwapFree:      4180448 kB
Dirty:            1412 kB
Writeback:           0 kB
Mapped:         600376 kB
Slab:            43896 kB
Committed_AS:  4135456 kB
PageTables:       3424 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= 66500 MiB
End job on node24 at 2008-07-03 02:08:03