Trace number 1069834

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 1819.82

General information on the benchmark

Namecsp/pseudoGLB/
normalized-pigeon-cardinality-25-20.xml
MD5SUM08abe1d1fc902588a82e15e1624306c6
Bench CategoryGLOBAL (global constraints)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.764882
Satisfiable
(Un)Satisfiability was proved
Number of variables500
Number of constraints45
Maximum constraint arity25
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)weightedsum(45)

Solver Data (download as text)

0.00/0.05	c 0	Sugar v1-13 + HOME/minisat
0.00/0.05	c 0	BEGIN Fri Jul  4 10:58:01 2008
0.00/0.05	c 0	PID 25543
0.00/0.05	c 0	HOST node32.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1069834-1215161881.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-1069834-1215161881.xml' 'HOME/temp.csp'
0.03/0.43	c 1	1 domains, 500 variables, 0 predicates, 0 relations, 45 constraints
0.03/0.47	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.47	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.42/0.55	c 1	Parsing HOME/temp.csp
0.42/0.71	c 1	parsed 546 expressions
0.42/0.72	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.42/0.72	c 1	Converting to clausal form CSP
0.42/0.74	c 1	converted 55 (10%) expressions
0.42/0.74	c 1	converted 110 (20%) expressions
0.42/0.74	c 1	converted 164 (30%) expressions
0.42/0.74	c 1	converted 219 (40%) expressions
0.42/0.74	c 1	converted 273 (50%) expressions
0.42/0.75	c 1	converted 328 (60%) expressions
0.42/0.75	c 1	converted 383 (70%) expressions
0.42/0.75	c 1	converted 437 (80%) expressions
0.42/0.75	c 1	converted 492 (90%) expressions
0.93/1.01	c 1	converted 546 (100%) expressions
0.93/1.01	c 1	CSP : 1410 integers, 0 booleans, 1865 clauses, largest domain size 14
0.93/1.01	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.93/1.01	c 1	Propagation in CSP
0.93/1.06	c 1	1400 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.93/1.06	c 1	CSP : 1410 integers, 0 booleans, 1865 clauses, largest domain size 11
0.93/1.06	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.93/1.06	c 1	Simplifing CSP by introducing new Boolean variables
0.93/1.06	c 1	CSP : 1410 integers, 0 booleans, 1865 clauses, largest domain size 11
0.93/1.06	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.93/1.09	c 1	Encoding CSP to SAT : HOME/temp.cnf
0.93/1.10	c 1	141 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.02/1.10	c 1	282 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.02/1.11	c 1	423 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.02/1.11	c 1	564 (40%) CSP integer variables are encoded (176 clauses, 2000 bytes)
1.02/1.12	c 1	705 (50%) CSP integer variables are encoded (562 clauses, 6639 bytes)
1.02/1.12	c 1	846 (60%) CSP integer variables are encoded (958 clauses, 11787 bytes)
1.02/1.12	c 1	987 (70%) CSP integer variables are encoded (1250 clauses, 15583 bytes)
1.02/1.12	c 1	1128 (80%) CSP integer variables are encoded (1250 clauses, 15583 bytes)
1.02/1.12	c 1	1269 (90%) CSP integer variables are encoded (1250 clauses, 15583 bytes)
1.02/1.12	c 1	1410 (100%) CSP integer variables are encoded (1250 clauses, 15583 bytes)
1.02/1.14	c 1	187 (10%) CSP clauses are encoded (2841 clauses, 36666 bytes)
1.02/1.15	c 1	373 (20%) CSP clauses are encoded (4431 clauses, 60124 bytes)
1.02/1.16	c 1	560 (30%) CSP clauses are encoded (6024 clauses, 85346 bytes)
1.02/1.17	c 1	746 (40%) CSP clauses are encoded (7612 clauses, 110500 bytes)
1.02/1.18	c 1	933 (50%) CSP clauses are encoded (9191 clauses, 135503 bytes)
1.02/1.18	c 1	1119 (60%) CSP clauses are encoded (9559 clauses, 140372 bytes)
1.02/1.19	c 1	1306 (70%) CSP clauses are encoded (9928 clauses, 145260 bytes)
1.02/1.19	c 1	1492 (80%) CSP clauses are encoded (10296 clauses, 150138 bytes)
1.11/1.20	c 1	1679 (90%) CSP clauses are encoded (10667 clauses, 155054 bytes)
1.11/1.20	c 1	1865 (100%) CSP clauses are encoded (11035 clauses, 159938 bytes)
1.11/1.20	c 1	1865 CSP clauses encoded
1.11/1.20	c 1	Writing map file : HOME/temp.map
1.11/1.22	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.11/1.22	c 1	SAT : 2660 SAT variables, 11035 SAT clauses, 159938 bytes
1.11/1.22	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.11/1.26	c 1	SOLVING HOME/temp.cnf
1.11/1.26	c 1	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1.11/1.26	c 1	This is MiniSat 2.0 beta
1.11/1.26	c 1	WARNING: for repeatability, setting FPU to use double precision
1.11/1.26	c 1	============================[ Problem Statistics ]=============================
1.11/1.26	c 1	|                                                                             |
1.11/1.26	c 1	|  Number of variables:  2660                                                 |
1.11/1.26	c 1	|  Number of clauses:    11035                                                |
1.11/1.27	c 1	|  Parsing time:         0.01         s                                       |
1.11/1.27	c 1	============================[ Search Statistics ]==============================
1.11/1.27	c 1	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.11/1.27	c 1	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.11/1.27	c 1	===============================================================================
1.11/1.27	c 1	|         0 |    2660    11035    27030 |     3678        0    nan |  0.000 % |
1.11/1.28	c 1	|       101 |    2660    11035    27030 |     4046      101     91 |  0.002 % |
1.11/1.29	c 1	|       253 |    2660    11035    27030 |     4450      253     46 |  0.002 % |
1.15/1.31	c 1	|       478 |    2660    11035    27030 |     4895      478     46 |  0.000 % |
1.15/1.33	c 1	|       816 |    2660    11035    27030 |     5385      816     39 |  0.000 % |
1.15/1.37	c 2	|      1322 |    2660    11035    27030 |     5923     1322     42 |  0.002 % |
1.15/1.42	c 2	|      2081 |    2660    11035    27030 |     6516     2081     36 |  0.002 % |
1.15/1.56	c 2	|      3220 |    2660    11035    27030 |     7168     3220     43 |  0.000 % |
1.15/1.71	c 2	|      4930 |    2660    11035    27030 |     7884     4930     42 |  0.000 % |
1.97/2.14	c 2	|      7492 |    2660    11035    27030 |     8673     7492     52 |  0.002 % |
2.56/2.76	c 3	|     11336 |    2660    11035    27030 |     9540     6010     62 |  0.002 % |
3.65/3.85	c 4	|     17102 |    2660    11035    27030 |    10494     6109     56 |  0.000 % |
5.13/5.33	c 5	|     25751 |    2660    11035    27030 |    11544     8637     45 |  0.002 % |
6.61/6.89	c 7	|     38725 |    2660    11035    27030 |    12698     8208     32 |  0.000 % |
10.48/10.77	c 11	|     58188 |    2660    11035    27030 |    13968    13219     59 |  0.000 % |
16.53/16.85	c 17	|     87380 |    2660    11035    27030 |    15365    10766     44 |  0.000 % |
25.44/25.84	c 26	|    131170 |    2660    11035    27030 |    16901    12430     46 |  0.000 % |
36.93/37.47	c 38	|    196854 |    2660    11035    27030 |    18592    14150     49 |  0.000 % |
55.75/56.47	c 57	|    295380 |    2660    11035    27030 |    20451    12937     45 |  0.000 % |
101.02/102.11	c 102	|    443171 |    2660    11035    27030 |    22496    18753     65 |  0.000 % |
151.44/153.04	c 153	|    664856 |    2660    11035    27030 |    24745    14029     53 |  0.000 % |
223.15/225.46	c 226	|    997381 |    2660    11035    27030 |    27220    18607     43 |  0.002 % |
322.81/326.03	c 326	|   1496169 |    2660    11035    27030 |    29942    27843     25 |  0.000 % |
594.52/602.71	c 603	|   2244352 |    2660    11035    27030 |    32936    14540     45 |  0.000 % |
917.14/931.72	c 932	|   3366626 |    2660    11035    27030 |    36230    30071     42 |  0.000 % |
1379.66/1399.02	c 1399	|   5050038 |    2660    11035    27030 |    39853    30716     26 |  0.000 % |
1800.06/1819.81	sh: line 1: 25567 Terminated              HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out' 2>&1
1800.06/1819.81	c 1820	DECODING HOME/temp.out WITH HOME/temp.map
1800.06/1819.81	c 1820	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.06/1819.82	c ERROR INTERRUPTED
1800.06/1819.82	s UNKNOWN
1800.06/1819.82	c 1820	CPU 1799.84 (0.03 0 1799.81 0.24)
1800.06/1819.82	c 1820	END Fri Jul  4 11:28:21 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-1069834-1215161881/watcher-1069834-1215161881 -o /tmp/evaluation-result-1069834-1215161881/solver-1069834-1215161881 -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-1069834-1215161881.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2200 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.99 1.97 1.99 4/81 25543
/proc/meminfo: memFree=1703872/2055920 swapFree=4097924/4192956
[pid=25543] ppid=25541 vsize=12268 CPUtime=0
/proc/25543/stat : 25543 (sugar) R 25541 25543 25048 0 -1 4194304 348 0 0 0 0 0 0 0 24 0 1 0 1545860295 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 268213910117 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/25543/statm: 3067 316 241 3 0 167 0

[startup+0.0540961 s]
/proc/loadavg: 1.99 1.97 1.99 4/81 25543
/proc/meminfo: memFree=1703872/2055920 swapFree=4097924/4192956
[pid=25543] ppid=25541 vsize=13600 CPUtime=0.03
/proc/25543/stat : 25543 (sugar) S 25541 25543 25048 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1545860295 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25543/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.101844 s]
/proc/loadavg: 1.99 1.97 1.99 4/81 25543
/proc/meminfo: memFree=1703872/2055920 swapFree=4097924/4192956
[pid=25543] ppid=25541 vsize=13600 CPUtime=0.03
/proc/25543/stat : 25543 (sugar) S 25541 25543 25048 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1545860295 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25543/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301867 s]
/proc/loadavg: 1.99 1.97 1.99 4/81 25543
/proc/meminfo: memFree=1703872/2055920 swapFree=4097924/4192956
[pid=25543] ppid=25541 vsize=13600 CPUtime=0.03
/proc/25543/stat : 25543 (sugar) S 25541 25543 25048 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1545860295 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25543/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701911 s]
/proc/loadavg: 1.99 1.97 1.99 4/81 25543
/proc/meminfo: memFree=1703872/2055920 swapFree=4097924/4192956
[pid=25543] ppid=25541 vsize=13600 CPUtime=0.42
/proc/25543/stat : 25543 (sugar) S 25541 25543 25048 0 -1 4194304 973 4533 0 1 3 0 36 3 16 0 1 0 1545860295 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25543/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.42
Current children cumulated vsize (KiB) 13600

[startup+1.50199 s]
/proc/loadavg: 1.99 1.97 1.99 3/92 25565
/proc/meminfo: memFree=1690152/2055920 swapFree=4097924/4192956
[pid=25543] ppid=25541 vsize=13600 CPUtime=1.15
/proc/25543/stat : 25543 (sugar) S 25541 25543 25048 0 -1 4194304 1034 11257 0 2 3 0 103 9 15 0 1 0 1545860295 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25543/statm: 3400 799 370 3 0 500 0
Current children cumulated CPU time (s) 1.15
Current children cumulated vsize (KiB) 13600

[startup+3.10218 s]
/proc/loadavg: 1.99 1.97 1.99 3/84 25567
/proc/meminfo: memFree=1698664/2055920 swapFree=4097924/4192956
[pid=25543] ppid=25541 vsize=13600 CPUtime=1.15
/proc/25543/stat : 25543 (sugar) S 25541 25543 25048 0 -1 4194304 1034 11257 0 2 3 0 103 9 15 0 1 0 1545860295 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25543/statm: 3400 799 370 3 0 500 0
[pid=25566] ppid=25543 vsize=5356 CPUtime=0
/proc/25566/stat : 25566 (sh) S 25543 25543 25048 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1545860422 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25566/statm: 1339 232 193 169 0 50 0
[pid=25567] ppid=25566 vsize=5128 CPUtime=1.81
/proc/25567/stat : 25567 (minisat) R 25566 25543 25048 0 -1 4194304 987 0 0 0 181 0 0 0 25 0 1 0 1545860422 5251072 973 996147200 134512640 135127466 4294956256 18446744073709551615 134530616 0 0 4096 3 0 0 0 17 1 0 0
/proc/25567/statm: 1282 973 75 150 0 1129 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 24084

[startup+6.30154 s]
/proc/loadavg: 1.99 1.97 1.99 3/84 25567
/proc/meminfo: memFree=1697000/2055920 swapFree=4097924/4192956
[pid=25543] ppid=25541 vsize=13600 CPUtime=1.15
/proc/25543/stat : 25543 (sugar) S 25541 25543 25048 0 -1 4194304 1034 11257 0 2 3 0 103 9 16 0 1 0 1545860295 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25543/statm: 3400 799 370 3 0 500 0
[pid=25566] ppid=25543 vsize=5356 CPUtime=0
/proc/25566/stat : 25566 (sh) S 25543 25543 25048 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1545860422 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25566/statm: 1339 232 193 169 0 50 0
[pid=25567] ppid=25566 vsize=5928 CPUtime=4.97
/proc/25567/stat : 25567 (minisat) R 25566 25543 25048 0 -1 4194304 1164 0 0 0 497 0 0 0 25 0 1 0 1545860422 6070272 1150 996147200 134512640 135127466 4294956256 18446744073709551615 134530644 0 0 4096 3 0 0 0 17 1 0 0
/proc/25567/statm: 1482 1150 75 150 0 1329 0
Current children cumulated CPU time (s) 6.12
Current children cumulated vsize (KiB) 24884

[startup+12.7013 s]
/proc/loadavg: 1.99 1.97 1.99 3/84 25567
/proc/meminfo: memFree=1694888/2055920 swapFree=4097924/4192956
[pid=25543] ppid=25541 vsize=13600 CPUtime=1.15
/proc/25543/stat : 25543 (sugar) S 25541 25543 25048 0 -1 4194304 1034 11257 0 2 3 0 103 9 16 0 1 0 1545860295 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25543/statm: 3400 799 370 3 0 500 0
[pid=25566] ppid=25543 vsize=5356 CPUtime=0
/proc/25566/stat : 25566 (sh) S 25543 25543 25048 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1545860422 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25566/statm: 1339 232 193 169 0 50 0
[pid=25567] ppid=25566 vsize=7920 CPUtime=11.32
/proc/25567/stat : 25567 (minisat) R 25566 25543 25048 0 -1 4194304 1663 0 0 0 1131 1 0 0 25 0 1 0 1545860422 8110080 1649 996147200 134512640 135127466 4294956256 18446744073709551615 134530752 0 0 4096 3 0 0 0 17 1 0 0
/proc/25567/statm: 1980 1649 75 150 0 1827 0
Current children cumulated CPU time (s) 12.47
Current children cumulated vsize (KiB) 26876

[startup+25.5017 s]
/proc/loadavg: 1.99 1.97 1.99 3/84 25567
/proc/meminfo: memFree=1694248/2055920 swapFree=4097924/4192956
[pid=25543] ppid=25541 vsize=13600 CPUtime=1.15
/proc/25543/stat : 25543 (sugar) S 25541 25543 25048 0 -1 4194304 1034 11257 0 2 3 0 103 9 16 0 1 0 1545860295 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25543/statm: 3400 799 370 3 0 500 0
[pid=25566] ppid=25543 vsize=5356 CPUtime=0
/proc/25566/stat : 25566 (sh) S 25543 25543 25048 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1545860422 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25566/statm: 1339 232 193 169 0 50 0
[pid=25567] ppid=25566 vsize=8452 CPUtime=23.99
/proc/25567/stat : 25567 (minisat) R 25566 25543 25048 0 -1 4194304 1823 0 0 0 2398 1 0 0 25 0 1 0 1545860422 8654848 1809 996147200 134512640 135127466 4294956256 18446744073709551615 134530752 0 0 4096 3 0 0 0 17 1 0 0
/proc/25567/statm: 2113 1809 75 150 0 1960 0
Current children cumulated CPU time (s) 25.14
Current children cumulated vsize (KiB) 27408

[startup+51.1016 s]
/proc/loadavg: 1.99 1.97 1.99 3/84 25567
/proc/meminfo: memFree=1692392/2055920 swapFree=4097924/4192956
[pid=25543] ppid=25541 vsize=13600 CPUtime=1.15
/proc/25543/stat : 25543 (sugar) S 25541 25543 25048 0 -1 4194304 1034 11257 0 2 3 0 103 9 16 0 1 0 1545860295 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25543/statm: 3400 799 370 3 0 500 0
[pid=25566] ppid=25543 vsize=5356 CPUtime=0
/proc/25566/stat : 25566 (sh) S 25543 25543 25048 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1545860422 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25566/statm: 1339 232 193 169 0 50 0
[pid=25567] ppid=25566 vsize=10384 CPUtime=49.35
/proc/25567/stat : 25567 (minisat) R 25566 25543 25048 0 -1 4194304 2290 0 0 0 4934 1 0 0 25 0 1 0 1545860422 10633216 2276 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/25567/statm: 2596 2276 75 150 0 2443 0
Current children cumulated CPU time (s) 50.5
Current children cumulated vsize (KiB) 29340

[startup+102.306 s]
/proc/loadavg: 1.99 1.97 1.99 3/84 25567
/proc/meminfo: memFree=1689128/2055920 swapFree=4097924/4192956
[pid=25543] ppid=25541 vsize=13600 CPUtime=1.15
/proc/25543/stat : 25543 (sugar) S 25541 25543 25048 0 -1 4194304 1034 11257 0 2 3 0 103 9 16 0 1 0 1545860295 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25543/statm: 3400 799 370 3 0 500 0
[pid=25566] ppid=25543 vsize=5356 CPUtime=0
/proc/25566/stat : 25566 (sh) S 25543 25543 25048 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1545860422 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25566/statm: 1339 232 193 169 0 50 0
[pid=25567] ppid=25566 vsize=13588 CPUtime=100.08
/proc/25567/stat : 25567 (minisat) R 25566 25543 25048 0 -1 4194304 3070 0 0 0 10005 3 0 0 25 0 1 0 1545860422 13914112 3056 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/25567/statm: 3397 3056 75 150 0 3244 0
Current children cumulated CPU time (s) 101.23
Current children cumulated vsize (KiB) 32544

[startup+162.301 s]
/proc/loadavg: 1.99 1.97 1.99 3/84 25567
/proc/meminfo: memFree=1688616/2055920 swapFree=4097924/4192956
[pid=25543] ppid=25541 vsize=13600 CPUtime=1.15
/proc/25543/stat : 25543 (sugar) S 25541 25543 25048 0 -1 4194304 1034 11257 0 2 3 0 103 9 16 0 1 0 1545860295 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25543/statm: 3400 799 370 3 0 500 0
[pid=25566] ppid=25543 vsize=5356 CPUtime=0
/proc/25566/stat : 25566 (sh) S 25543 25543 25048 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1545860422 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25566/statm: 1339 232 193 169 0 50 0
[pid=25567] ppid=25566 vsize=13984 CPUtime=159.51
/proc/25567/stat : 25567 (minisat) R 25566 25543 25048 0 -1 4194304 3182 0 0 0 15948 3 0 0 25 0 1 0 1545860422 14319616 3168 996147200 134512640 135127466 4294956256 18446744073709551615 134530759 0 0 4096 3 0 0 0 17 1 0 0
/proc/25567/statm: 3496 3168 75 150 0 3343 0
Current children cumulated CPU time (s) 160.66
Current children cumulated vsize (KiB) 32940

[startup+222.302 s]
/proc/loadavg: 1.99 1.97 1.99 3/84 25573
/proc/meminfo: memFree=1688424/2055920 swapFree=4097924/4192956
[pid=25543] ppid=25541 vsize=13600 CPUtime=1.15
/proc/25543/stat : 25543 (sugar) S 25541 25543 25048 0 -1 4194304 1034 11257 0 2 3 0 103 9 16 0 1 0 1545860295 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25543/statm: 3400 799 370 3 0 500 0
[pid=25566] ppid=25543 vsize=5356 CPUtime=0
/proc/25566/stat : 25566 (sh) S 25543 25543 25048 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1545860422 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25566/statm: 1339 232 193 169 0 50 0
[pid=25567] ppid=25566 vsize=14124 CPUtime=218.92
/proc/25567/stat : 25567 (minisat) R 25566 25543 25048 0 -1 4194304 3214 0 0 0 21889 3 0 0 25 0 1 0 1545860422 14462976 3200 996147200 134512640 135127466 4294956256 18446744073709551615 134530936 0 0 4096 3 0 0 0 17 1 0 0
/proc/25567/statm: 3531 3200 75 150 0 3378 0
Current children cumulated CPU time (s) 220.07
Current children cumulated vsize (KiB) 33080

[startup+282.302 s]
/proc/loadavg: 1.99 1.97 1.99 3/84 25573
/proc/meminfo: memFree=1687464/2055920 swapFree=4097924/4192956
[pid=25543] ppid=25541 vsize=13600 CPUtime=1.15
/proc/25543/stat : 25543 (sugar) S 25541 25543 25048 0 -1 4194304 1034 11257 0 2 3 0 103 9 16 0 1 0 1545860295 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25543/statm: 3400 799 370 3 0 500 0
[pid=25566] ppid=25543 vsize=5356 CPUtime=0
/proc/25566/stat : 25566 (sh) S 25543 25543 25048 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1545860422 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25566/statm: 1339 232 193 169 0 50 0
[pid=25567] ppid=25566 vsize=15260 CPUtime=278.37
/proc/25567/stat : 25567 (minisat) R 25566 25543 25048 0 -1 4194304 3468 0 0 0 27833 4 0 0 25 0 1 0 1545860422 15626240 3454 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/25567/statm: 3815 3454 75 150 0 3662 0
Current children cumulated CPU time (s) 279.52
Current children cumulated vsize (KiB) 34216


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

[pid=25543] ppid=25541 vsize=13600 CPUtime=1.15
/proc/25543/stat : 25543 (sugar) S 25541 25543 25048 0 -1 4194304 1034 11257 0 2 3 0 103 9 16 0 1 0 1545860295 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25543/statm: 3400 799 370 3 0 500 0
[pid=25566] ppid=25543 vsize=5356 CPUtime=0
/proc/25566/stat : 25566 (sh) S 25543 25543 25048 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1545860422 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25566/statm: 1339 232 193 169 0 50 0
[pid=25567] ppid=25566 vsize=28324 CPUtime=1221.95
/proc/25567/stat : 25567 (minisat) R 25566 25543 25048 0 -1 4194304 6646 0 0 0 122182 13 0 0 25 0 1 0 1545860422 29003776 6632 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 0 0 0
/proc/25567/statm: 7081 6632 75 150 0 6928 0
Current children cumulated CPU time (s) 1223.1
Current children cumulated vsize (KiB) 47280

[startup+1302.3 s]
/proc/loadavg: 2.00 1.99 1.99 3/88 25630
/proc/meminfo: memFree=1652168/2055920 swapFree=4097924/4192956
[pid=25543] ppid=25541 vsize=13600 CPUtime=1.15
/proc/25543/stat : 25543 (sugar) S 25541 25543 25048 0 -1 4194304 1034 11257 0 2 3 0 103 9 16 0 1 0 1545860295 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25543/statm: 3400 799 370 3 0 500 0
[pid=25566] ppid=25543 vsize=5356 CPUtime=0
/proc/25566/stat : 25566 (sh) S 25543 25543 25048 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1545860422 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25566/statm: 1339 232 193 169 0 50 0
[pid=25567] ppid=25566 vsize=28784 CPUtime=1281.9
/proc/25567/stat : 25567 (minisat) R 25566 25543 25048 0 -1 4194304 6769 0 0 0 128177 13 0 0 25 0 1 0 1545860422 29474816 6755 996147200 134512640 135127466 4294956256 18446744073709551615 134527694 0 0 4096 3 0 0 0 17 0 0 0
/proc/25567/statm: 7196 6755 75 150 0 7043 0
Current children cumulated CPU time (s) 1283.05
Current children cumulated vsize (KiB) 47740

[startup+1362.3 s]
/proc/loadavg: 2.00 1.99 1.99 3/88 25630
/proc/meminfo: memFree=1650568/2055920 swapFree=4097924/4192956
[pid=25543] ppid=25541 vsize=13600 CPUtime=1.15
/proc/25543/stat : 25543 (sugar) S 25541 25543 25048 0 -1 4194304 1034 11257 0 2 3 0 103 9 16 0 1 0 1545860295 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25543/statm: 3400 799 370 3 0 500 0
[pid=25566] ppid=25543 vsize=5356 CPUtime=0
/proc/25566/stat : 25566 (sh) S 25543 25543 25048 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1545860422 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25566/statm: 1339 232 193 169 0 50 0
[pid=25567] ppid=25566 vsize=30396 CPUtime=1341.84
/proc/25567/stat : 25567 (minisat) R 25566 25543 25048 0 -1 4194304 7156 0 0 0 134170 14 0 0 25 0 1 0 1545860422 31125504 7142 996147200 134512640 135127466 4294956256 18446744073709551615 134522687 0 0 4096 3 0 0 0 17 0 0 0
/proc/25567/statm: 7599 7142 75 150 0 7446 0
Current children cumulated CPU time (s) 1342.99
Current children cumulated vsize (KiB) 49352

[startup+1422.31 s]
/proc/loadavg: 2.03 2.00 2.00 3/96 25641
/proc/meminfo: memFree=1601792/2055920 swapFree=4097924/4192956
[pid=25543] ppid=25541 vsize=13600 CPUtime=1.15
/proc/25543/stat : 25543 (sugar) S 25541 25543 25048 0 -1 4194304 1034 11257 0 2 3 0 103 9 16 0 1 0 1545860295 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25543/statm: 3400 799 370 3 0 500 0
[pid=25566] ppid=25543 vsize=5356 CPUtime=0
/proc/25566/stat : 25566 (sh) S 25543 25543 25048 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1545860422 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25566/statm: 1339 232 193 169 0 50 0
[pid=25567] ppid=25566 vsize=30476 CPUtime=1401.79
/proc/25567/stat : 25567 (minisat) R 25566 25543 25048 0 -1 4194304 7160 0 0 0 140165 14 0 0 25 0 1 0 1545860422 31207424 7146 996147200 134512640 135127466 4294956256 18446744073709551615 134530692 0 0 4096 3 0 0 0 17 0 0 0
/proc/25567/statm: 7619 7146 75 150 0 7466 0
Current children cumulated CPU time (s) 1402.94
Current children cumulated vsize (KiB) 49432

[startup+1482.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/96 25641
/proc/meminfo: memFree=1601792/2055920 swapFree=4097924/4192956
[pid=25543] ppid=25541 vsize=13600 CPUtime=1.15
/proc/25543/stat : 25543 (sugar) S 25541 25543 25048 0 -1 4194304 1034 11257 0 2 3 0 103 9 16 0 1 0 1545860295 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25543/statm: 3400 799 370 3 0 500 0
[pid=25566] ppid=25543 vsize=5356 CPUtime=0
/proc/25566/stat : 25566 (sh) S 25543 25543 25048 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1545860422 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25566/statm: 1339 232 193 169 0 50 0
[pid=25567] ppid=25566 vsize=30476 CPUtime=1461.72
/proc/25567/stat : 25567 (minisat) R 25566 25543 25048 0 -1 4194304 7165 0 0 0 146158 14 0 0 25 0 1 0 1545860422 31207424 7151 996147200 134512640 135127466 4294956256 18446744073709551615 134531083 0 0 4096 3 0 0 0 17 0 0 0
/proc/25567/statm: 7619 7151 75 150 0 7466 0
Current children cumulated CPU time (s) 1462.87
Current children cumulated vsize (KiB) 49432

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/96 25641
/proc/meminfo: memFree=1600896/2055920 swapFree=4097924/4192956
[pid=25543] ppid=25541 vsize=13600 CPUtime=1.15
/proc/25543/stat : 25543 (sugar) S 25541 25543 25048 0 -1 4194304 1034 11257 0 2 3 0 103 9 16 0 1 0 1545860295 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25543/statm: 3400 799 370 3 0 500 0
[pid=25566] ppid=25543 vsize=5356 CPUtime=0
/proc/25566/stat : 25566 (sh) S 25543 25543 25048 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1545860422 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25566/statm: 1339 232 193 169 0 50 0
[pid=25567] ppid=25566 vsize=31400 CPUtime=1521.67
/proc/25567/stat : 25567 (minisat) R 25566 25543 25048 0 -1 4194304 7393 0 0 0 152153 14 0 0 25 0 1 0 1545860422 32153600 7379 996147200 134512640 135127466 4294956256 18446744073709551615 134530775 0 0 4096 3 0 0 0 17 0 0 0
/proc/25567/statm: 7850 7379 75 150 0 7697 0
Current children cumulated CPU time (s) 1522.82
Current children cumulated vsize (KiB) 50356

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/96 25641
/proc/meminfo: memFree=1600576/2055920 swapFree=4097924/4192956
[pid=25543] ppid=25541 vsize=13600 CPUtime=1.15
/proc/25543/stat : 25543 (sugar) S 25541 25543 25048 0 -1 4194304 1034 11257 0 2 3 0 103 9 16 0 1 0 1545860295 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25543/statm: 3400 799 370 3 0 500 0
[pid=25566] ppid=25543 vsize=5356 CPUtime=0
/proc/25566/stat : 25566 (sh) S 25543 25543 25048 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1545860422 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25566/statm: 1339 232 193 169 0 50 0
[pid=25567] ppid=25566 vsize=31592 CPUtime=1581.61
/proc/25567/stat : 25567 (minisat) R 25566 25543 25048 0 -1 4194304 7421 0 0 0 158147 14 0 0 25 0 1 0 1545860422 32350208 7407 996147200 134512640 135127466 4294956256 18446744073709551615 134530936 0 0 4096 3 0 0 0 17 0 0 0
/proc/25567/statm: 7898 7407 75 150 0 7745 0
Current children cumulated CPU time (s) 1582.76
Current children cumulated vsize (KiB) 50548

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/96 25641
/proc/meminfo: memFree=1600384/2055920 swapFree=4097924/4192956
[pid=25543] ppid=25541 vsize=13600 CPUtime=1.15
/proc/25543/stat : 25543 (sugar) S 25541 25543 25048 0 -1 4194304 1034 11257 0 2 3 0 103 9 16 0 1 0 1545860295 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25543/statm: 3400 799 370 3 0 500 0
[pid=25566] ppid=25543 vsize=5356 CPUtime=0
/proc/25566/stat : 25566 (sh) S 25543 25543 25048 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1545860422 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25566/statm: 1339 232 193 169 0 50 0
[pid=25567] ppid=25566 vsize=31772 CPUtime=1641.55
/proc/25567/stat : 25567 (minisat) R 25566 25543 25048 0 -1 4194304 7465 0 0 0 164141 14 0 0 25 0 1 0 1545860422 32534528 7451 996147200 134512640 135127466 4294956256 18446744073709551615 134522681 0 0 4096 3 0 0 0 17 0 0 0
/proc/25567/statm: 7943 7451 75 150 0 7790 0
Current children cumulated CPU time (s) 1642.7
Current children cumulated vsize (KiB) 50728

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/96 25641
/proc/meminfo: memFree=1600128/2055920 swapFree=4097924/4192956
[pid=25543] ppid=25541 vsize=13600 CPUtime=1.15
/proc/25543/stat : 25543 (sugar) S 25541 25543 25048 0 -1 4194304 1034 11257 0 2 3 0 103 9 16 0 1 0 1545860295 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25543/statm: 3400 799 370 3 0 500 0
[pid=25566] ppid=25543 vsize=5356 CPUtime=0
/proc/25566/stat : 25566 (sh) S 25543 25543 25048 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1545860422 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25566/statm: 1339 232 193 169 0 50 0
[pid=25567] ppid=25566 vsize=32092 CPUtime=1701.5
/proc/25567/stat : 25567 (minisat) R 25566 25543 25048 0 -1 4194304 7519 0 0 0 170136 14 0 0 25 0 1 0 1545860422 32862208 7505 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 0 0 0
/proc/25567/statm: 8023 7505 75 150 0 7870 0
Current children cumulated CPU time (s) 1702.65
Current children cumulated vsize (KiB) 51048

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/96 25641
/proc/meminfo: memFree=1599936/2055920 swapFree=4097924/4192956
[pid=25543] ppid=25541 vsize=13600 CPUtime=1.15
/proc/25543/stat : 25543 (sugar) S 25541 25543 25048 0 -1 4194304 1034 11257 0 2 3 0 103 9 16 0 1 0 1545860295 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25543/statm: 3400 799 370 3 0 500 0
[pid=25566] ppid=25543 vsize=5356 CPUtime=0
/proc/25566/stat : 25566 (sh) S 25543 25543 25048 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1545860422 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25566/statm: 1339 232 193 169 0 50 0
[pid=25567] ppid=25566 vsize=32236 CPUtime=1761.44
/proc/25567/stat : 25567 (minisat) R 25566 25543 25048 0 -1 4194304 7568 0 0 0 176130 14 0 0 25 0 1 0 1545860422 33009664 7554 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/25567/statm: 8059 7554 75 150 0 7906 0
Current children cumulated CPU time (s) 1762.59
Current children cumulated vsize (KiB) 51192



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1819.8 s]
/proc/loadavg: 2.00 2.00 2.00 3/96 25641
/proc/meminfo: memFree=1599808/2055920 swapFree=4097924/4192956
[pid=25543] ppid=25541 vsize=13600 CPUtime=1.15
/proc/25543/stat : 25543 (sugar) S 25541 25543 25048 0 -1 4194304 1034 11257 0 2 3 0 103 9 16 0 1 0 1545860295 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25543/statm: 3400 799 370 3 0 500 0
[pid=25566] ppid=25543 vsize=5356 CPUtime=0
/proc/25566/stat : 25566 (sh) S 25543 25543 25048 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1545860422 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25566/statm: 1339 232 193 169 0 50 0
[pid=25567] ppid=25566 vsize=32400 CPUtime=1798.91
/proc/25567/stat : 25567 (minisat) R 25566 25543 25048 0 -1 4194304 7583 0 0 0 179877 14 0 0 25 0 1 0 1545860422 33177600 7569 996147200 134512640 135127466 4294956256 18446744073709551615 134529001 0 0 4096 3 0 0 0 17 0 0 0
/proc/25567/statm: 8100 7569 75 150 0 7947 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 51356

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): 1819.82
CPU time (s): 1800.11
CPU user time (s): 1799.85
CPU system time (s): 0.25996
CPU usage (%): 98.917
Max. virtual memory (cumulated for all children) (KiB): 887336

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.85
system time used= 0.25996
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 20518
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= 1500
involuntary context switches= 44665

runsolver used 1.90571 second user time and 6.38203 second system time

The end

Launcher Data (download as text)

Begin job on node32 at 2008-07-04 10:58:01
IDJOB=1069834
IDBENCH=55718
IDSOLVER=346
FILE ID=node32/1069834-1215161881
PBS_JOBID= 7881417
Free space on /tmp= 66548 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/pseudoGLB/normalized-pigeon-cardinality-25-20.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-1069834-1215161881/watcher-1069834-1215161881 -o /tmp/evaluation-result-1069834-1215161881/solver-1069834-1215161881 -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-1069834-1215161881.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 08abe1d1fc902588a82e15e1624306c6
RANDOM SEED=1741332293

node32.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.218
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.218
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:       1704352 kB
Buffers:         28356 kB
Cached:         113100 kB
SwapCached:      88316 kB
Active:         248944 kB
Inactive:        50204 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1704352 kB
SwapTotal:     4192956 kB
SwapFree:      4097924 kB
Dirty:            1332 kB
Writeback:           0 kB
Mapped:         173640 kB
Slab:            37080 kB
Committed_AS:  4046556 kB
PageTables:       2200 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66524 MiB
End job on node32 at 2008-07-04 11:28:23