Trace number 1060410

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.13 1816.82

General information on the benchmark

Namecsp/allIntervalSeries/
normalized-series-20.xml
MD5SUMe33464de6d36c41189e3c9712ad7286f
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.021996
Satisfiable
(Un)Satisfiability was proved
Number of variables39
Number of constraints380
Maximum constraint arity3
Maximum domain size20
Number of constraints which are defined in extension0
Number of constraints which are defined in intension380
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 Fri Jul  4 01:09:23 2008
0.00/0.04	c 0	PID 1706
0.04/0.05	c 0	HOST node28.alineos.net
0.04/0.05	c 0	CONVERTING HOME/instance-1060410-1215126563.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-1060410-1215126563.xml' 'HOME/temp.csp'
0.04/0.40	c 1	2 domains, 39 variables, 2 predicates, 0 relations, 380 constraints
0.04/0.50	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.47/0.50	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.47/0.58	c 1	Parsing HOME/temp.csp
0.47/0.69	c 1	parsed 423 expressions
0.47/0.73	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.47/0.73	c 1	Converting to clausal form CSP
0.47/0.75	c 1	converted 43 (10%) expressions
0.47/0.77	c 1	converted 85 (20%) expressions
0.47/0.79	c 1	converted 127 (30%) expressions
0.47/0.80	c 1	converted 170 (40%) expressions
0.47/0.81	c 1	converted 212 (50%) expressions
0.47/0.83	c 1	converted 254 (60%) expressions
0.47/0.84	c 1	converted 297 (70%) expressions
0.47/0.84	c 1	converted 339 (80%) expressions
0.47/0.91	c 1	converted 381 (90%) expressions
0.47/0.92	c 1	converted 423 (100%) expressions
0.47/0.92	c 1	CSP : 39 integers, 0 booleans, 418 clauses, largest domain size 20
0.47/0.92	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.47/0.92	c 1	Propagation in CSP
0.47/0.95	c 1	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.47/0.95	c 1	CSP : 39 integers, 0 booleans, 418 clauses, largest domain size 20
0.47/0.95	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.47/0.95	c 1	Simplifing CSP by introducing new Boolean variables
0.47/0.96	c 1	CSP : 39 integers, 760 booleans, 1178 clauses, largest domain size 20
0.47/0.97	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.47/1.00	c 1	Encoding CSP to SAT : HOME/temp.cnf
0.95/1.01	c 1	4 (10%) CSP integer variables are encoded (72 clauses, 695 bytes)
0.95/1.01	c 1	8 (20%) CSP integer variables are encoded (144 clauses, 1444 bytes)
0.95/1.01	c 1	12 (30%) CSP integer variables are encoded (216 clauses, 2236 bytes)
0.95/1.02	c 1	16 (40%) CSP integer variables are encoded (288 clauses, 3028 bytes)
0.95/1.02	c 1	20 (50%) CSP integer variables are encoded (360 clauses, 3820 bytes)
0.95/1.02	c 1	24 (60%) CSP integer variables are encoded (428 clauses, 4568 bytes)
0.95/1.02	c 1	28 (70%) CSP integer variables are encoded (496 clauses, 5316 bytes)
0.95/1.02	c 1	32 (80%) CSP integer variables are encoded (564 clauses, 6064 bytes)
0.95/1.02	c 1	36 (90%) CSP integer variables are encoded (632 clauses, 6812 bytes)
0.95/1.02	c 1	39 (100%) CSP integer variables are encoded (683 clauses, 7373 bytes)
0.95/1.04	c 1	118 (10%) CSP clauses are encoded (2302 clauses, 30127 bytes)
0.95/1.05	c 1	236 (20%) CSP clauses are encoded (3921 clauses, 53527 bytes)
0.95/1.05	c 1	354 (30%) CSP clauses are encoded (5521 clauses, 77845 bytes)
0.95/1.06	c 1	472 (40%) CSP clauses are encoded (7140 clauses, 103601 bytes)
0.95/1.07	c 1	589 (50%) CSP clauses are encoded (8726 clauses, 129666 bytes)
0.95/1.07	c 1	707 (60%) CSP clauses are encoded (10266 clauses, 154940 bytes)
0.95/1.08	c 1	825 (70%) CSP clauses are encoded (11788 clauses, 179912 bytes)
0.95/1.09	c 1	943 (80%) CSP clauses are encoded (13328 clauses, 205186 bytes)
0.95/1.09	c 1	1061 (90%) CSP clauses are encoded (14868 clauses, 230460 bytes)
1.05/1.13	c 1	1178 (100%) CSP clauses are encoded (29601 clauses, 489248 bytes)
1.05/1.13	c 1	1178 CSP clauses encoded
1.05/1.13	c 1	Writing map file : HOME/temp.map
1.05/1.13	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.05/1.13	c 1	SAT : 1482 SAT variables, 29601 SAT clauses, 489248 bytes
1.05/1.13	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.05/1.18	c 1	SOLVING HOME/temp.cnf
1.05/1.18	c 1	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1.05/1.18	c 1	This is MiniSat 2.0 beta
1.05/1.18	c 1	WARNING: for repeatability, setting FPU to use double precision
1.05/1.18	c 1	============================[ Problem Statistics ]=============================
1.05/1.18	c 1	|                                                                             |
1.05/1.19	c 1	|  Number of variables:  1482                                                 |
1.05/1.19	c 1	|  Number of clauses:    29601                                                |
1.10/1.20	c 1	|  Parsing time:         0.01         s                                       |
1.10/1.20	c 1	============================[ Search Statistics ]==============================
1.10/1.20	c 1	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.10/1.20	c 1	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.10/1.20	c 1	===============================================================================
1.10/1.20	c 1	|         0 |    1482    29601    92034 |     9867        0    nan |  0.000 % |
1.10/1.21	c 1	|       100 |    1482    29601    92034 |    10853      100      8 |  0.000 % |
1.10/1.23	c 1	|       250 |    1482    29601    92034 |    11939      250     18 |  0.000 % |
1.10/1.25	c 1	|       475 |    1482    29601    92034 |    13132      475     19 |  0.000 % |
1.10/1.30	c 1	|       812 |    1482    29601    92034 |    14446      812     23 |  0.001 % |
1.10/1.35	c 1	|      1319 |    1482    29601    92034 |    15890     1319     23 |  0.000 % |
1.10/1.44	c 2	|      2078 |    1482    29601    92034 |    17479     2078     23 |  0.001 % |
1.10/1.58	c 2	|      3217 |    1482    29601    92034 |    19227     3217     23 |  0.001 % |
1.10/1.85	c 2	|      4926 |    1482    29601    92034 |    21150     4926     23 |  0.000 % |
2.10/2.28	c 2	|      7488 |    1482    29601    92034 |    23265     7488     25 |  0.001 % |
2.80/2.93	c 3	|     11334 |    1482    29601    92034 |    25592    11334     25 |  0.001 % |
4.18/4.35	c 4	|     17102 |    1482    29601    92034 |    28151    17102     27 |  0.000 % |
6.25/6.48	c 7	|     25751 |    1482    29601    92034 |    30966    25751     27 |  0.001 % |
9.82/10.00	c 10	|     38725 |    1482    29601    92034 |    34063    19154     25 |  0.000 % |
16.64/16.98	c 17	|     58186 |    1482    29601    92034 |    37469    15609     31 |  0.000 % |
26.14/26.59	c 27	|     87379 |    1482    29601    92034 |    41216    19614     29 |  0.000 % |
43.81/44.45	c 45	|    131168 |    1482    29601    92034 |    45338    34307     34 |  0.001 % |
68.07/68.94	c 69	|    196855 |    1482    29601    92034 |    49872    34374     27 |  0.000 % |
114.41/115.77	c 116	|    295382 |    1482    29601    92034 |    54859    23065     35 |  0.001 % |
197.81/199.96	c 200	|    443171 |    1482    29601    92034 |    60345    48445     37 |  0.001 % |
333.99/337.41	c 338	|    664854 |    1482    29601    92034 |    66380    39492     34 |  0.000 % |
532.16/537.54	c 538	|    997379 |    1482    29601    92034 |    73018    55435     34 |  0.000 % |
863.85/872.40	c 873	|   1496167 |    1482    29601    92034 |    80320    32212     31 |  0.000 % |
1484.72/1499.40	c 1500	|   2244352 |    1482    29601    92034 |    88352    78276     33 |  0.000 % |
1800.08/1816.81	sh: line 1:  1730 Terminated              HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out' 2>&1
1800.08/1816.81	c 1817	DECODING HOME/temp.out WITH HOME/temp.map
1800.08/1816.81	c 1817	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.08/1816.82	c ERROR INTERRUPTED
1800.08/1816.82	s UNKNOWN
1800.08/1816.82	c 1817	CPU 1799.91 (0.03 0.01 1799.88 0.18)
1800.08/1816.82	c 1817	END Fri Jul  4 01:39:40 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-1060410-1215126563/watcher-1060410-1215126563 -o /tmp/evaluation-result-1060410-1215126563/solver-1060410-1215126563 -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-1060410-1215126563.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.92 1.82 4/73 1706
/proc/meminfo: memFree=1514912/2055920 swapFree=4192812/4192956
[pid=1706] ppid=1704 vsize=18572 CPUtime=0
/proc/1706/stat : 1706 (runsolver) R 1704 1706 1224 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 140041636 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 217871609127 0 0 4096 24578 0 0 0 17 1 0 0
/proc/1706/statm: 4643 292 257 25 0 2626 0

[startup+0.0501499 s]
/proc/loadavg: 1.99 1.92 1.82 4/73 1706
/proc/meminfo: memFree=1514912/2055920 swapFree=4192812/4192956
[pid=1706] ppid=1704 vsize=13600 CPUtime=0.04
/proc/1706/stat : 1706 (sugar) S 1704 1706 1224 0 -1 4194304 837 0 0 0 3 1 0 0 18 0 1 0 140041636 13926400 792 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1706/statm: 3400 792 367 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.10126 s]
/proc/loadavg: 1.99 1.92 1.82 4/73 1706
/proc/meminfo: memFree=1514912/2055920 swapFree=4192812/4192956
[pid=1706] ppid=1704 vsize=13600 CPUtime=0.04
/proc/1706/stat : 1706 (sugar) S 1704 1706 1224 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 140041636 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1706/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.301085 s]
/proc/loadavg: 1.99 1.92 1.82 4/73 1706
/proc/meminfo: memFree=1514912/2055920 swapFree=4192812/4192956
[pid=1706] ppid=1704 vsize=13600 CPUtime=0.04
/proc/1706/stat : 1706 (sugar) S 1704 1706 1224 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 140041636 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1706/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.701136 s]
/proc/loadavg: 1.99 1.92 1.82 4/73 1706
/proc/meminfo: memFree=1514912/2055920 swapFree=4192812/4192956
[pid=1706] ppid=1704 vsize=13600 CPUtime=0.47
/proc/1706/stat : 1706 (sugar) S 1704 1706 1224 0 -1 4194304 973 4537 0 1 3 1 40 3 15 0 1 0 140041636 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1706/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 13600

[startup+1.50122 s]
/proc/loadavg: 2.15 1.96 1.83 3/84 1728
/proc/meminfo: memFree=1501128/2055920 swapFree=4192812/4192956
[pid=1706] ppid=1704 vsize=13600 CPUtime=1.1
/proc/1706/stat : 1706 (sugar) S 1704 1706 1224 0 -1 4194304 1031 11071 0 2 3 1 97 9 15 0 1 0 140041636 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1706/statm: 3400 798 370 3 0 500 0
Current children cumulated CPU time (s) 1.1
Current children cumulated vsize (KiB) 13600

[startup+3.10241 s]
/proc/loadavg: 2.15 1.96 1.83 3/76 1730
/proc/meminfo: memFree=1509320/2055920 swapFree=4192812/4192956
[pid=1706] ppid=1704 vsize=13600 CPUtime=1.1
/proc/1706/stat : 1706 (sugar) S 1704 1706 1224 0 -1 4194304 1031 11071 0 2 3 1 97 9 15 0 1 0 140041636 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1706/statm: 3400 798 370 3 0 500 0
[pid=1729] ppid=1706 vsize=5356 CPUtime=0
/proc/1729/stat : 1729 (sh) S 1706 1706 1224 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 140041754 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1729/statm: 1339 232 193 169 0 50 0
[pid=1730] ppid=1729 vsize=4792 CPUtime=1.9
/proc/1730/stat : 1730 (minisat) R 1729 1706 1224 0 -1 4194304 972 0 0 0 190 0 0 0 25 0 1 0 140041755 4907008 958 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/1730/statm: 1198 958 75 150 0 1045 0
Current children cumulated CPU time (s) 3
Current children cumulated vsize (KiB) 23748

[startup+6.30179 s]
/proc/loadavg: 2.15 1.96 1.83 3/76 1730
/proc/meminfo: memFree=1507080/2055920 swapFree=4192812/4192956
[pid=1706] ppid=1704 vsize=13600 CPUtime=1.1
/proc/1706/stat : 1706 (sugar) S 1704 1706 1224 0 -1 4194304 1031 11071 0 2 3 1 97 9 16 0 1 0 140041636 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1706/statm: 3400 798 370 3 0 500 0
[pid=1729] ppid=1706 vsize=5356 CPUtime=0
/proc/1729/stat : 1729 (sh) S 1706 1706 1224 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 140041754 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1729/statm: 1339 232 193 169 0 50 0
[pid=1730] ppid=1729 vsize=6684 CPUtime=5.05
/proc/1730/stat : 1730 (minisat) R 1729 1706 1224 0 -1 4194304 1451 0 0 0 505 0 0 0 25 0 1 0 140041755 6844416 1437 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/1730/statm: 1671 1437 75 150 0 1518 0
Current children cumulated CPU time (s) 6.15
Current children cumulated vsize (KiB) 25640

[startup+12.7025 s]
/proc/loadavg: 2.13 1.96 1.83 3/76 1730
/proc/meminfo: memFree=1505672/2055920 swapFree=4192812/4192956
[pid=1706] ppid=1704 vsize=13600 CPUtime=1.1
/proc/1706/stat : 1706 (sugar) S 1704 1706 1224 0 -1 4194304 1031 11071 0 2 3 1 97 9 16 0 1 0 140041636 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1706/statm: 3400 798 370 3 0 500 0
[pid=1729] ppid=1706 vsize=5356 CPUtime=0
/proc/1729/stat : 1729 (sh) S 1706 1706 1224 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 140041754 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1729/statm: 1339 232 193 169 0 50 0
[pid=1730] ppid=1729 vsize=7508 CPUtime=11.39
/proc/1730/stat : 1730 (minisat) R 1729 1706 1224 0 -1 4194304 1645 0 0 0 1138 1 0 0 25 0 1 0 140041755 7688192 1631 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/1730/statm: 1877 1631 75 150 0 1724 0
Current children cumulated CPU time (s) 12.49
Current children cumulated vsize (KiB) 26464

[startup+25.502 s]
/proc/loadavg: 2.11 1.96 1.83 3/76 1730
/proc/meminfo: memFree=1502472/2055920 swapFree=4192812/4192956
[pid=1706] ppid=1704 vsize=13600 CPUtime=1.1
/proc/1706/stat : 1706 (sugar) S 1704 1706 1224 0 -1 4194304 1031 11071 0 2 3 1 97 9 16 0 1 0 140041636 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1706/statm: 3400 798 370 3 0 500 0
[pid=1729] ppid=1706 vsize=5356 CPUtime=0
/proc/1729/stat : 1729 (sh) S 1706 1706 1224 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 140041754 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1729/statm: 1339 232 193 169 0 50 0
[pid=1730] ppid=1729 vsize=9628 CPUtime=24.05
/proc/1730/stat : 1730 (minisat) R 1729 1706 1224 0 -1 4194304 2188 0 0 0 2404 1 0 0 25 0 1 0 140041755 9859072 2174 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/1730/statm: 2407 2174 75 150 0 2254 0
Current children cumulated CPU time (s) 25.15
Current children cumulated vsize (KiB) 28584

[startup+51.102 s]
/proc/loadavg: 2.07 1.96 1.83 3/76 1730
/proc/meminfo: memFree=1493448/2055920 swapFree=4192812/4192956
[pid=1706] ppid=1704 vsize=13600 CPUtime=1.1
/proc/1706/stat : 1706 (sugar) S 1704 1706 1224 0 -1 4194304 1031 11071 0 2 3 1 97 9 16 0 1 0 140041636 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1706/statm: 3400 798 370 3 0 500 0
[pid=1729] ppid=1706 vsize=5356 CPUtime=0
/proc/1729/stat : 1729 (sh) S 1706 1706 1224 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 140041754 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1729/statm: 1339 232 193 169 0 50 0
[pid=1730] ppid=1729 vsize=11428 CPUtime=49.34
/proc/1730/stat : 1730 (minisat) R 1729 1706 1224 0 -1 4194304 2618 0 0 0 4933 1 0 0 25 0 1 0 140041755 11702272 2604 996147200 134512640 135127466 4294956272 18446744073709551615 134526929 0 0 4096 3 0 0 0 17 1 0 0
/proc/1730/statm: 2857 2604 75 150 0 2704 0
Current children cumulated CPU time (s) 50.44
Current children cumulated vsize (KiB) 30384

[startup+102.307 s]
/proc/loadavg: 2.03 1.97 1.84 3/76 1730
/proc/meminfo: memFree=1492360/2055920 swapFree=4192812/4192956
[pid=1706] ppid=1704 vsize=13600 CPUtime=1.1
/proc/1706/stat : 1706 (sugar) S 1704 1706 1224 0 -1 4194304 1031 11071 0 2 3 1 97 9 16 0 1 0 140041636 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1706/statm: 3400 798 370 3 0 500 0
[pid=1729] ppid=1706 vsize=5356 CPUtime=0
/proc/1729/stat : 1729 (sh) S 1706 1706 1224 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 140041754 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1729/statm: 1339 232 193 169 0 50 0
[pid=1730] ppid=1729 vsize=12488 CPUtime=100.05
/proc/1730/stat : 1730 (minisat) R 1729 1706 1224 0 -1 4194304 2867 0 0 0 10003 2 0 0 25 0 1 0 140041755 12787712 2853 996147200 134512640 135127466 4294956272 18446744073709551615 134530635 0 0 4096 3 0 0 0 17 1 0 0
/proc/1730/statm: 3122 2853 75 150 0 2969 0
Current children cumulated CPU time (s) 101.15
Current children cumulated vsize (KiB) 31444

[startup+162.302 s]
/proc/loadavg: 2.01 1.97 1.84 3/76 1730
/proc/meminfo: memFree=1480776/2055920 swapFree=4192812/4192956
[pid=1706] ppid=1704 vsize=13600 CPUtime=1.1
/proc/1706/stat : 1706 (sugar) S 1704 1706 1224 0 -1 4194304 1031 11071 0 2 3 1 97 9 16 0 1 0 140041636 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1706/statm: 3400 798 370 3 0 500 0
[pid=1729] ppid=1706 vsize=5356 CPUtime=0
/proc/1729/stat : 1729 (sh) S 1706 1706 1224 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 140041754 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1729/statm: 1339 232 193 169 0 50 0
[pid=1730] ppid=1729 vsize=15152 CPUtime=159.47
/proc/1730/stat : 1730 (minisat) R 1729 1706 1224 0 -1 4194304 3530 0 0 0 15944 3 0 0 25 0 1 0 140041755 15515648 3516 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/1730/statm: 3788 3516 75 150 0 3635 0
Current children cumulated CPU time (s) 160.57
Current children cumulated vsize (KiB) 34108

[startup+222.302 s]
/proc/loadavg: 2.00 1.97 1.85 3/76 1730
/proc/meminfo: memFree=1478920/2055920 swapFree=4192812/4192956
[pid=1706] ppid=1704 vsize=13600 CPUtime=1.1
/proc/1706/stat : 1706 (sugar) S 1704 1706 1224 0 -1 4194304 1031 11071 0 2 3 1 97 9 16 0 1 0 140041636 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1706/statm: 3400 798 370 3 0 500 0
[pid=1729] ppid=1706 vsize=5356 CPUtime=0
/proc/1729/stat : 1729 (sh) S 1706 1706 1224 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 140041754 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1729/statm: 1339 232 193 169 0 50 0
[pid=1730] ppid=1729 vsize=16896 CPUtime=218.88
/proc/1730/stat : 1730 (minisat) R 1729 1706 1224 0 -1 4194304 3973 0 0 0 21885 3 0 0 25 0 1 0 140041755 17301504 3959 996147200 134512640 135127466 4294956272 18446744073709551615 134530595 0 0 4096 3 0 0 0 17 1 0 0
/proc/1730/statm: 4224 3959 75 150 0 4071 0
Current children cumulated CPU time (s) 219.98
Current children cumulated vsize (KiB) 35852

[startup+282.302 s]
/proc/loadavg: 2.00 1.97 1.86 3/76 1732
/proc/meminfo: memFree=1455872/2055920 swapFree=4192812/4192956
[pid=1706] ppid=1704 vsize=13600 CPUtime=1.1
/proc/1706/stat : 1706 (sugar) S 1704 1706 1224 0 -1 4194304 1031 11071 0 2 3 1 97 9 16 0 1 0 140041636 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1706/statm: 3400 798 370 3 0 500 0
[pid=1729] ppid=1706 vsize=5356 CPUtime=0
/proc/1729/stat : 1729 (sh) S 1706 1706 1224 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 140041754 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1729/statm: 1339 232 193 169 0 50 0
[pid=1730] ppid=1729 vsize=17716 CPUtime=278.31
/proc/1730/stat : 1730 (minisat) R 1729 1706 1224 0 -1 4194304 4179 0 0 0 27828 3 0 0 25 0 1 0 140041755 18141184 4165 996147200 134512640 135127466 4294956272 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/1730/statm: 4429 4165 75 150 0 4276 0
Current children cumulated CPU time (s) 279.41
Current children cumulated vsize (KiB) 36672


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

[pid=1706] ppid=1704 vsize=13600 CPUtime=1.1
/proc/1706/stat : 1706 (sugar) S 1704 1706 1224 0 -1 4194304 1031 11071 0 2 3 1 97 9 16 0 1 0 140041636 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1706/statm: 3400 798 370 3 0 500 0
[pid=1729] ppid=1706 vsize=5356 CPUtime=0
/proc/1729/stat : 1729 (sh) S 1706 1706 1224 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 140041754 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1729/statm: 1339 232 193 169 0 50 0
[pid=1730] ppid=1729 vsize=26196 CPUtime=1229.09
/proc/1730/stat : 1730 (minisat) R 1729 1706 1224 0 -1 4194304 6207 0 0 0 122904 5 0 0 25 0 1 0 140041755 26824704 6193 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/1730/statm: 6549 6193 75 150 0 6396 0
Current children cumulated CPU time (s) 1230.19
Current children cumulated vsize (KiB) 45152

[startup+1302.3 s]
/proc/loadavg: 2.00 1.97 1.91 3/76 1732
/proc/meminfo: memFree=1341000/2055920 swapFree=4192812/4192956
[pid=1706] ppid=1704 vsize=13600 CPUtime=1.1
/proc/1706/stat : 1706 (sugar) S 1704 1706 1224 0 -1 4194304 1031 11071 0 2 3 1 97 9 16 0 1 0 140041636 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1706/statm: 3400 798 370 3 0 500 0
[pid=1729] ppid=1706 vsize=5356 CPUtime=0
/proc/1729/stat : 1729 (sh) S 1706 1706 1224 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 140041754 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1729/statm: 1339 232 193 169 0 50 0
[pid=1730] ppid=1729 vsize=26368 CPUtime=1288.52
/proc/1730/stat : 1730 (minisat) R 1729 1706 1224 0 -1 4194304 6265 0 0 0 128847 5 0 0 25 0 1 0 140041755 27000832 6251 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/1730/statm: 6592 6251 75 150 0 6439 0
Current children cumulated CPU time (s) 1289.62
Current children cumulated vsize (KiB) 45324

[startup+1362.3 s]
/proc/loadavg: 2.00 1.97 1.91 3/76 1732
/proc/meminfo: memFree=1341000/2055920 swapFree=4192812/4192956
[pid=1706] ppid=1704 vsize=13600 CPUtime=1.1
/proc/1706/stat : 1706 (sugar) S 1704 1706 1224 0 -1 4194304 1031 11071 0 2 3 1 97 9 16 0 1 0 140041636 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1706/statm: 3400 798 370 3 0 500 0
[pid=1729] ppid=1706 vsize=5356 CPUtime=0
/proc/1729/stat : 1729 (sh) S 1706 1706 1224 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 140041754 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1729/statm: 1339 232 193 169 0 50 0
[pid=1730] ppid=1729 vsize=26508 CPUtime=1347.95
/proc/1730/stat : 1730 (minisat) R 1729 1706 1224 0 -1 4194304 6291 0 0 0 134790 5 0 0 25 0 1 0 140041755 27144192 6277 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/1730/statm: 6627 6277 75 150 0 6474 0
Current children cumulated CPU time (s) 1349.05
Current children cumulated vsize (KiB) 45464

[startup+1422.31 s]
/proc/loadavg: 2.00 1.97 1.91 3/76 1732
/proc/meminfo: memFree=1340744/2055920 swapFree=4192812/4192956
[pid=1706] ppid=1704 vsize=13600 CPUtime=1.1
/proc/1706/stat : 1706 (sugar) S 1704 1706 1224 0 -1 4194304 1031 11071 0 2 3 1 97 9 16 0 1 0 140041636 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1706/statm: 3400 798 370 3 0 500 0
[pid=1729] ppid=1706 vsize=5356 CPUtime=0
/proc/1729/stat : 1729 (sh) S 1706 1706 1224 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 140041754 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1729/statm: 1339 232 193 169 0 50 0
[pid=1730] ppid=1729 vsize=26668 CPUtime=1407.37
/proc/1730/stat : 1730 (minisat) R 1729 1706 1224 0 -1 4194304 6318 0 0 0 140732 5 0 0 25 0 1 0 140041755 27308032 6304 996147200 134512640 135127466 4294956272 18446744073709551615 134530752 0 0 4096 3 0 0 0 17 1 0 0
/proc/1730/statm: 6667 6304 75 150 0 6514 0
Current children cumulated CPU time (s) 1408.47
Current children cumulated vsize (KiB) 45624

[startup+1482.3 s]
/proc/loadavg: 2.00 1.97 1.91 3/76 1732
/proc/meminfo: memFree=1340424/2055920 swapFree=4192812/4192956
[pid=1706] ppid=1704 vsize=13600 CPUtime=1.1
/proc/1706/stat : 1706 (sugar) S 1704 1706 1224 0 -1 4194304 1031 11071 0 2 3 1 97 9 16 0 1 0 140041636 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1706/statm: 3400 798 370 3 0 500 0
[pid=1729] ppid=1706 vsize=5356 CPUtime=0
/proc/1729/stat : 1729 (sh) S 1706 1706 1224 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 140041754 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1729/statm: 1339 232 193 169 0 50 0
[pid=1730] ppid=1729 vsize=26840 CPUtime=1466.79
/proc/1730/stat : 1730 (minisat) R 1729 1706 1224 0 -1 4194304 6359 0 0 0 146674 5 0 0 25 0 1 0 140041755 27484160 6345 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/1730/statm: 6710 6345 75 150 0 6557 0
Current children cumulated CPU time (s) 1467.89
Current children cumulated vsize (KiB) 45796

[startup+1542.3 s]
/proc/loadavg: 2.19 2.02 1.93 3/83 1776
/proc/meminfo: memFree=1520968/2055920 swapFree=4192812/4192956
[pid=1706] ppid=1704 vsize=13600 CPUtime=1.1
/proc/1706/stat : 1706 (sugar) S 1704 1706 1224 0 -1 4194304 1031 11071 0 2 3 1 97 9 16 0 1 0 140041636 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1706/statm: 3400 798 370 3 0 500 0
[pid=1729] ppid=1706 vsize=5356 CPUtime=0
/proc/1729/stat : 1729 (sh) S 1706 1706 1224 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 140041754 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1729/statm: 1339 232 193 169 0 50 0
[pid=1730] ppid=1729 vsize=27236 CPUtime=1526.48
/proc/1730/stat : 1730 (minisat) R 1729 1706 1224 0 -1 4194304 6485 0 0 0 152642 6 0 0 25 0 1 0 140041755 27889664 6471 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/1730/statm: 6809 6471 75 150 0 6656 0
Current children cumulated CPU time (s) 1527.58
Current children cumulated vsize (KiB) 46192

[startup+1602.3 s]
/proc/loadavg: 2.39 2.10 1.96 3/83 1776
/proc/meminfo: memFree=1520584/2055920 swapFree=4192812/4192956
[pid=1706] ppid=1704 vsize=13600 CPUtime=1.1
/proc/1706/stat : 1706 (sugar) S 1704 1706 1224 0 -1 4194304 1031 11071 0 2 3 1 97 9 16 0 1 0 140041636 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1706/statm: 3400 798 370 3 0 500 0
[pid=1729] ppid=1706 vsize=5356 CPUtime=0
/proc/1729/stat : 1729 (sh) S 1706 1706 1224 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 140041754 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1729/statm: 1339 232 193 169 0 50 0
[pid=1730] ppid=1729 vsize=27660 CPUtime=1586.43
/proc/1730/stat : 1730 (minisat) R 1729 1706 1224 0 -1 4194304 6562 0 0 0 158636 7 0 0 25 0 1 0 140041755 28323840 6548 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/1730/statm: 6915 6548 75 150 0 6762 0
Current children cumulated CPU time (s) 1587.53
Current children cumulated vsize (KiB) 46616

[startup+1662.3 s]
/proc/loadavg: 2.13 2.08 1.96 3/84 1817
/proc/meminfo: memFree=1532352/2055920 swapFree=4192812/4192956
[pid=1706] ppid=1704 vsize=13600 CPUtime=1.1
/proc/1706/stat : 1706 (sugar) S 1704 1706 1224 0 -1 4194304 1031 11071 0 2 3 1 97 9 16 0 1 0 140041636 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1706/statm: 3400 798 370 3 0 500 0
[pid=1729] ppid=1706 vsize=5356 CPUtime=0
/proc/1729/stat : 1729 (sh) S 1706 1706 1224 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 140041754 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1729/statm: 1339 232 193 169 0 50 0
[pid=1730] ppid=1729 vsize=27828 CPUtime=1645.98
/proc/1730/stat : 1730 (minisat) R 1729 1706 1224 0 -1 4194304 6626 0 0 0 164590 8 0 0 25 0 1 0 140041755 28495872 6612 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/1730/statm: 6957 6612 75 150 0 6804 0
Current children cumulated CPU time (s) 1647.08
Current children cumulated vsize (KiB) 46784

[startup+1722.3 s]
/proc/loadavg: 2.12 2.08 1.96 3/84 1817
/proc/meminfo: memFree=1531904/2055920 swapFree=4192812/4192956
[pid=1706] ppid=1704 vsize=13600 CPUtime=1.1
/proc/1706/stat : 1706 (sugar) S 1704 1706 1224 0 -1 4194304 1031 11071 0 2 3 1 97 9 16 0 1 0 140041636 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1706/statm: 3400 798 370 3 0 500 0
[pid=1729] ppid=1706 vsize=5356 CPUtime=0
/proc/1729/stat : 1729 (sh) S 1706 1706 1224 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 140041754 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1729/statm: 1339 232 193 169 0 50 0
[pid=1730] ppid=1729 vsize=28372 CPUtime=1705.4
/proc/1730/stat : 1730 (minisat) R 1729 1706 1224 0 -1 4194304 6721 0 0 0 170532 8 0 0 25 0 1 0 140041755 29052928 6707 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/1730/statm: 7093 6707 75 150 0 6940 0
Current children cumulated CPU time (s) 1706.5
Current children cumulated vsize (KiB) 47328

[startup+1782.3 s]
/proc/loadavg: 2.04 2.06 1.96 3/84 1817
/proc/meminfo: memFree=1531392/2055920 swapFree=4192812/4192956
[pid=1706] ppid=1704 vsize=13600 CPUtime=1.1
/proc/1706/stat : 1706 (sugar) S 1704 1706 1224 0 -1 4194304 1031 11071 0 2 3 1 97 9 16 0 1 0 140041636 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1706/statm: 3400 798 370 3 0 500 0
[pid=1729] ppid=1706 vsize=5356 CPUtime=0
/proc/1729/stat : 1729 (sh) S 1706 1706 1224 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 140041754 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1729/statm: 1339 232 193 169 0 50 0
[pid=1730] ppid=1729 vsize=28652 CPUtime=1764.82
/proc/1730/stat : 1730 (minisat) R 1729 1706 1224 0 -1 4194304 6787 0 0 0 176474 8 0 0 25 0 1 0 140041755 29339648 6773 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/1730/statm: 7163 6773 75 150 0 7010 0
Current children cumulated CPU time (s) 1765.92
Current children cumulated vsize (KiB) 47608



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1816.8 s]
/proc/loadavg: 2.02 2.05 1.96 3/84 1817
/proc/meminfo: memFree=1531264/2055920 swapFree=4192812/4192956
[pid=1706] ppid=1704 vsize=13600 CPUtime=1.1
/proc/1706/stat : 1706 (sugar) S 1704 1706 1224 0 -1 4194304 1031 11071 0 2 3 1 97 9 16 0 1 0 140041636 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1706/statm: 3400 798 370 3 0 500 0
[pid=1729] ppid=1706 vsize=5356 CPUtime=0
/proc/1729/stat : 1729 (sh) S 1706 1706 1224 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 140041754 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1729/statm: 1339 232 193 169 0 50 0
[pid=1730] ppid=1729 vsize=28784 CPUtime=1798.98
/proc/1730/stat : 1730 (minisat) R 1729 1706 1224 0 -1 4194304 6824 0 0 0 179890 8 0 0 25 0 1 0 140041755 29474816 6810 996147200 134512640 135127466 4294956272 18446744073709551615 134530775 0 0 4096 3 0 0 0 17 1 0 0
/proc/1730/statm: 7196 6810 75 150 0 7043 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 47740

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.82
CPU time (s): 1800.13
CPU user time (s): 1799.92
CPU system time (s): 0.201969
CPU usage (%): 99.081
Max. virtual memory (cumulated for all children) (KiB): 887416

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.92
system time used= 0.201969
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19596
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= 1072
involuntary context switches= 44580

runsolver used 2.11168 second user time and 6.17206 second system time

The end

Launcher Data (download as text)

Begin job on node28 at 2008-07-04 01:09:23
IDJOB=1060410
IDBENCH=54449
IDSOLVER=346
FILE ID=node28/1060410-1215126563
PBS_JOBID= 7877261
Free space on /tmp= 66540 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/allIntervalSeries/normalized-series-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-1060410-1215126563/watcher-1060410-1215126563 -o /tmp/evaluation-result-1060410-1215126563/solver-1060410-1215126563 -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-1060410-1215126563.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= e33464de6d36c41189e3c9712ad7286f
RANDOM SEED=879009438

node28.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.231
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.231
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:       1515392 kB
Buffers:         60628 kB
Cached:         320920 kB
SwapCached:          0 kB
Active:         255804 kB
Inactive:       221020 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1515392 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1372 kB
Writeback:           0 kB
Mapped:         103800 kB
Slab:            48660 kB
Committed_AS:   331244 kB
PageTables:       1964 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= 66544 MiB
End job on node28 at 2008-07-04 01:39:42