Trace number 1070442

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.12 1803.02

General information on the benchmark

Namecsp/pseudoGLB/
normalized-chnl15-25-pb-cnf-cr.xml
MD5SUM6c69b9c3a26f35e194d95bd996872af3
Bench CategoryGLOBAL (global constraints)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.629903
Satisfiable
(Un)Satisfiability was proved
Number of variables750
Number of constraints80
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(80)

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 11:50:03 2008
0.00/0.04	c 0	PID 10163
0.00/0.05	c 0	HOST node35.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1070442-1215165003.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-1070442-1215165003.xml' 'HOME/temp.csp'
0.04/0.55	c 0	1 domains, 750 variables, 0 predicates, 0 relations, 80 constraints
0.04/0.58	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.04/0.58	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.54/0.66	c 0	Parsing HOME/temp.csp
0.54/0.84	c 0	parsed 831 expressions
0.54/0.84	c 0	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.54/0.84	c 0	Converting to clausal form CSP
0.54/0.86	c 0	converted 84 (10%) expressions
0.54/0.86	c 0	converted 167 (20%) expressions
0.54/0.87	c 0	converted 250 (30%) expressions
0.54/0.87	c 0	converted 333 (40%) expressions
0.54/0.87	c 0	converted 416 (50%) expressions
0.54/0.87	c 0	converted 499 (60%) expressions
0.54/0.87	c 0	converted 582 (70%) expressions
0.54/0.88	c 0	converted 665 (80%) expressions
0.54/0.88	c 0	converted 748 (90%) expressions
1.03/1.18	c 1	converted 831 (100%) expressions
1.03/1.18	c 1	CSP : 2090 integers, 0 booleans, 2760 clauses, largest domain size 14
1.03/1.18	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.03/1.18	c 1	Propagation in CSP
1.13/1.24	c 1	2100 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.13/1.24	c 1	CSP : 2090 integers, 0 booleans, 2760 clauses, largest domain size 9
1.13/1.24	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.13/1.24	c 1	Simplifing CSP by introducing new Boolean variables
1.13/1.24	c 1	CSP : 2090 integers, 0 booleans, 2760 clauses, largest domain size 9
1.13/1.24	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.13/1.28	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.13/1.29	c 1	209 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.13/1.29	c 1	418 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.13/1.29	c 1	627 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.22/1.30	c 1	836 (40%) CSP integer variables are encoded (204 clauses, 2367 bytes)
1.22/1.30	c 1	1045 (50%) CSP integer variables are encoded (701 clauses, 8828 bytes)
1.22/1.31	c 1	1254 (60%) CSP integer variables are encoded (1200 clauses, 15315 bytes)
1.22/1.31	c 1	1463 (70%) CSP integer variables are encoded (1550 clauses, 19865 bytes)
1.22/1.31	c 1	1672 (80%) CSP integer variables are encoded (1550 clauses, 19865 bytes)
1.22/1.31	c 1	1881 (90%) CSP integer variables are encoded (1550 clauses, 19865 bytes)
1.22/1.31	c 1	2090 (100%) CSP integer variables are encoded (1550 clauses, 19865 bytes)
1.22/1.34	c 1	276 (10%) CSP clauses are encoded (3448 clauses, 46571 bytes)
1.22/1.35	c 1	552 (20%) CSP clauses are encoded (5346 clauses, 76055 bytes)
1.22/1.36	c 1	828 (30%) CSP clauses are encoded (7276 clauses, 106087 bytes)
1.22/1.37	c 1	1104 (40%) CSP clauses are encoded (9178 clauses, 135636 bytes)
1.22/1.38	c 1	1380 (50%) CSP clauses are encoded (10960 clauses, 163220 bytes)
1.22/1.39	c 1	1656 (60%) CSP clauses are encoded (11506 clauses, 170414 bytes)
1.22/1.39	c 1	1932 (70%) CSP clauses are encoded (12052 clauses, 177611 bytes)
1.32/1.40	c 1	2208 (80%) CSP clauses are encoded (12598 clauses, 184898 bytes)
1.32/1.40	c 1	2484 (90%) CSP clauses are encoded (13144 clauses, 192224 bytes)
1.32/1.41	c 1	2760 (100%) CSP clauses are encoded (13690 clauses, 199553 bytes)
1.32/1.41	c 1	2760 CSP clauses encoded
1.32/1.41	c 1	Writing map file : HOME/temp.map
1.32/1.42	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.32/1.42	c 1	SAT : 3640 SAT variables, 13690 SAT clauses, 199553 bytes
1.32/1.42	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.32/1.47	c 1	SOLVING HOME/temp.cnf
1.32/1.47	c 1	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1.32/1.48	c 1	This is MiniSat 2.0 beta
1.32/1.48	c 1	WARNING: for repeatability, setting FPU to use double precision
1.32/1.48	c 1	============================[ Problem Statistics ]=============================
1.32/1.48	c 1	|                                                                             |
1.32/1.48	c 1	|  Number of variables:  3640                                                 |
1.32/1.48	c 1	|  Number of clauses:    13690                                                |
1.32/1.48	c 1	|  Parsing time:         0.00         s                                       |
1.32/1.48	c 1	============================[ Search Statistics ]==============================
1.32/1.48	c 1	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.32/1.49	c 1	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.32/1.49	c 1	===============================================================================
1.32/1.49	c 1	|         0 |    3640    13690    32970 |     4563        0    nan |  0.000 % |
1.32/1.49	c 1	|       100 |    3640    13690    32970 |     5019      100     49 |  0.001 % |
1.36/1.50	c 1	|       253 |    3640    13690    32970 |     5521      253     40 |  0.000 % |
1.36/1.52	c 1	|       480 |    3640    13690    32970 |     6073      480     33 |  0.000 % |
1.36/1.54	c 1	|       817 |    3640    13690    32970 |     6681      817     35 |  0.000 % |
1.36/1.58	c 1	|      1323 |    3640    13690    32970 |     7349     1323     37 |  0.000 % |
1.36/1.65	c 1	|      2082 |    3640    13690    32970 |     8084     2082     39 |  0.000 % |
1.36/1.80	c 1	|      3221 |    3640    13690    32970 |     8892     3221     46 |  0.001 % |
1.36/2.03	c 2	|      4929 |    3640    13690    32970 |     9781     4929     53 |  0.000 % |
2.25/2.48	c 2	|      7492 |    3640    13690    32970 |    10760     7492     57 |  0.000 % |
3.04/3.29	c 3	|     11336 |    3640    13690    32970 |    11836    11336     62 |  0.001 % |
4.41/4.63	c 4	|     17103 |    3640    13690    32970 |    13019    10710     70 |  0.001 % |
6.86/7.11	c 7	|     25755 |    3640    13690    32970 |    14321    12395     76 |  0.001 % |
10.98/11.32	c 11	|     38730 |    3640    13690    32970 |    15753    10082     86 |  0.000 % |
18.63/19.19	c 19	|     58193 |    3640    13690    32970 |    17329    12837     93 |  0.001 % |
30.78/31.53	c 31	|     87386 |    3640    13690    32970 |    19062    14770     88 |  0.001 % |
48.24/49.33	c 49	|    131175 |    3640    13690    32970 |    20968    18824     88 |  0.001 % |
80.89/82.65	c 82	|    196859 |    3640    13690    32970 |    23065    19028     97 |  0.001 % |
135.71/137.80	c 137	|    295386 |    3640    13690    32970 |    25371    21834     99 |  0.000 % |
215.46/217.60	c 217	|    443175 |    3640    13690    32970 |    27908    25289    101 |  0.001 % |
334.68/336.96	c 337	|    664858 |    3640    13690    32970 |    30699    26830     94 |  0.001 % |
546.78/549.14	c 549	|    997384 |    3640    13690    32970 |    33769    21617     91 |  0.001 % |
904.70/907.29	c 907	|   1496173 |    3640    13690    32970 |    37146    31097     90 |  0.001 % |
1466.13/1468.99	c 1469	|   2244357 |    3640    13690    32970 |    40861    23883     87 |  0.001 % |
1800.07/1803.01	sh: line 1: 10187 Terminated              HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out' 2>&1
1800.07/1803.01	c 1803	DECODING HOME/temp.out WITH HOME/temp.map
1800.07/1803.01	c 1803	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
1800.07/1803.02	c ERROR INTERRUPTED
1800.07/1803.02	s UNKNOWN
1800.07/1803.02	c 1803	CPU 1799.84 (0.03 0.01 1799.81 0.25)
1800.07/1803.02	c 1803	END Fri Jul  4 12:20:06 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-1070442-1215165003/watcher-1070442-1215165003 -o /tmp/evaluation-result-1070442-1215165003/solver-1070442-1215165003 -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-1070442-1215165003.xml 

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


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 4/92 10163
/proc/meminfo: memFree=1739528/2055920 swapFree=4174728/4192956
[pid=10163] ppid=10161 vsize=18572 CPUtime=0
/proc/10163/stat : 10163 (runsolver) R 10161 10163 9620 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 1000902788 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 266134416679 0 0 4096 24578 0 0 0 17 1 0 0
/proc/10163/statm: 4643 292 257 25 0 2626 0

[startup+0.0924171 s]
/proc/loadavg: 2.00 2.00 2.00 4/92 10163
/proc/meminfo: memFree=1739528/2055920 swapFree=4174728/4192956
[pid=10163] ppid=10161 vsize=13600 CPUtime=0.04
/proc/10163/stat : 10163 (sugar) S 10161 10163 9620 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1000902788 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10163/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.102417 s]
/proc/loadavg: 2.00 2.00 2.00 4/92 10163
/proc/meminfo: memFree=1739528/2055920 swapFree=4174728/4192956
[pid=10163] ppid=10161 vsize=13600 CPUtime=0.04
/proc/10163/stat : 10163 (sugar) S 10161 10163 9620 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1000902788 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10163/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.302458 s]
/proc/loadavg: 2.00 2.00 2.00 4/92 10163
/proc/meminfo: memFree=1739528/2055920 swapFree=4174728/4192956
[pid=10163] ppid=10161 vsize=13600 CPUtime=0.04
/proc/10163/stat : 10163 (sugar) S 10161 10163 9620 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1000902788 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10163/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.701535 s]
/proc/loadavg: 2.00 2.00 2.00 4/92 10163
/proc/meminfo: memFree=1739528/2055920 swapFree=4174728/4192956
[pid=10163] ppid=10161 vsize=13600 CPUtime=0.54
/proc/10163/stat : 10163 (sugar) S 10161 10163 9620 0 -1 4194304 973 4604 0 1 3 1 46 4 16 0 1 0 1000902788 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10163/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.54
Current children cumulated vsize (KiB) 13600

[startup+1.50168 s]
/proc/loadavg: 2.08 2.02 2.01 4/103 10185
/proc/meminfo: memFree=1729520/2055920 swapFree=4174728/4192956
[pid=10163] ppid=10161 vsize=13600 CPUtime=1.36
/proc/10163/stat : 10163 (sugar) S 10161 10163 9620 0 -1 4194304 1034 11504 0 2 3 1 123 9 16 0 1 0 1000902788 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10163/statm: 3400 799 370 3 0 500 0
Current children cumulated CPU time (s) 1.36
Current children cumulated vsize (KiB) 13600

[startup+3.10199 s]
/proc/loadavg: 2.08 2.02 2.01 3/95 10187
/proc/meminfo: memFree=1734320/2055920 swapFree=4174728/4192956
[pid=10163] ppid=10161 vsize=13600 CPUtime=1.36
/proc/10163/stat : 10163 (sugar) S 10161 10163 9620 0 -1 4194304 1034 11504 0 2 3 1 123 9 15 0 1 0 1000902788 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10163/statm: 3400 799 370 3 0 500 0
[pid=10186] ppid=10163 vsize=5356 CPUtime=0
/proc/10186/stat : 10186 (sh) S 10163 10163 9620 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1000902936 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10186/statm: 1339 232 193 169 0 50 0
[pid=10187] ppid=10186 vsize=5696 CPUtime=1.58
/proc/10187/stat : 10187 (minisat) R 10186 10163 9620 0 -1 4194304 1125 0 0 0 158 0 0 0 25 0 1 0 1000902936 5832704 1111 996147200 134512640 135127466 4294956256 18446744073709551615 134530768 0 0 4096 3 0 0 0 17 1 0 0
/proc/10187/statm: 1424 1111 75 150 0 1271 0
Current children cumulated CPU time (s) 2.94
Current children cumulated vsize (KiB) 24652

[startup+6.3016 s]
/proc/loadavg: 2.07 2.02 2.00 3/95 10187
/proc/meminfo: memFree=1730992/2055920 swapFree=4174728/4192956
[pid=10163] ppid=10161 vsize=13600 CPUtime=1.36
/proc/10163/stat : 10163 (sugar) S 10161 10163 9620 0 -1 4194304 1034 11504 0 2 3 1 123 9 16 0 1 0 1000902788 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10163/statm: 3400 799 370 3 0 500 0
[pid=10186] ppid=10163 vsize=5356 CPUtime=0
/proc/10186/stat : 10186 (sh) S 10163 10163 9620 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1000902936 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10186/statm: 1339 232 193 169 0 50 0
[pid=10187] ppid=10186 vsize=7416 CPUtime=4.71
/proc/10187/stat : 10187 (minisat) R 10186 10163 9620 0 -1 4194304 1564 0 0 0 471 0 0 0 25 0 1 0 1000902936 7593984 1550 996147200 134512640 135127466 4294956256 18446744073709551615 134530828 0 0 4096 3 0 0 0 17 1 0 0
/proc/10187/statm: 1854 1550 75 150 0 1701 0
Current children cumulated CPU time (s) 6.07
Current children cumulated vsize (KiB) 26372

[startup+12.7018 s]
/proc/loadavg: 2.07 2.02 2.00 3/95 10187
/proc/meminfo: memFree=1729392/2055920 swapFree=4174728/4192956
[pid=10163] ppid=10161 vsize=13600 CPUtime=1.36
/proc/10163/stat : 10163 (sugar) S 10161 10163 9620 0 -1 4194304 1034 11504 0 2 3 1 123 9 16 0 1 0 1000902788 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10163/statm: 3400 799 370 3 0 500 0
[pid=10186] ppid=10163 vsize=5356 CPUtime=0
/proc/10186/stat : 10186 (sh) S 10163 10163 9620 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1000902936 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10186/statm: 1339 232 193 169 0 50 0
[pid=10187] ppid=10186 vsize=9276 CPUtime=10.99
/proc/10187/stat : 10187 (minisat) R 10186 10163 9620 0 -1 4194304 2025 0 0 0 1098 1 0 0 25 0 1 0 1000902936 9498624 2011 996147200 134512640 135127466 4294956256 18446744073709551615 134530840 0 0 4096 3 0 0 0 17 1 0 0
/proc/10187/statm: 2319 2011 75 150 0 2166 0
Current children cumulated CPU time (s) 12.35
Current children cumulated vsize (KiB) 28232

[startup+25.5023 s]
/proc/loadavg: 2.06 2.01 2.00 3/95 10187
/proc/meminfo: memFree=1726768/2055920 swapFree=4174728/4192956
[pid=10163] ppid=10161 vsize=13600 CPUtime=1.36
/proc/10163/stat : 10163 (sugar) S 10161 10163 9620 0 -1 4194304 1034 11504 0 2 3 1 123 9 16 0 1 0 1000902788 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10163/statm: 3400 799 370 3 0 500 0
[pid=10186] ppid=10163 vsize=5356 CPUtime=0
/proc/10186/stat : 10186 (sh) S 10163 10163 9620 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1000902936 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10186/statm: 1339 232 193 169 0 50 0
[pid=10187] ppid=10186 vsize=11504 CPUtime=23.54
/proc/10187/stat : 10187 (minisat) R 10186 10163 9620 0 -1 4194304 2565 0 0 0 2353 1 0 0 25 0 1 0 1000902936 11780096 2551 996147200 134512640 135127466 4294956256 18446744073709551615 134530783 0 0 4096 3 0 0 0 17 1 0 0
/proc/10187/statm: 2876 2551 75 150 0 2723 0
Current children cumulated CPU time (s) 24.9
Current children cumulated vsize (KiB) 30460

[startup+51.1021 s]
/proc/loadavg: 2.03 2.01 2.00 3/95 10187
/proc/meminfo: memFree=1724720/2055920 swapFree=4174728/4192956
[pid=10163] ppid=10161 vsize=13600 CPUtime=1.36
/proc/10163/stat : 10163 (sugar) S 10161 10163 9620 0 -1 4194304 1034 11504 0 2 3 1 123 9 16 0 1 0 1000902788 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10163/statm: 3400 799 370 3 0 500 0
[pid=10186] ppid=10163 vsize=5356 CPUtime=0
/proc/10186/stat : 10186 (sh) S 10163 10163 9620 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1000902936 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10186/statm: 1339 232 193 169 0 50 0
[pid=10187] ppid=10186 vsize=13800 CPUtime=48.65
/proc/10187/stat : 10187 (minisat) R 10186 10163 9620 0 -1 4194304 3143 0 0 0 4863 2 0 0 25 0 1 0 1000902936 14131200 3129 996147200 134512640 135127466 4294956256 18446744073709551615 134530736 0 0 4096 3 0 0 0 17 1 0 0
/proc/10187/statm: 3450 3129 75 150 0 3297 0
Current children cumulated CPU time (s) 50.01
Current children cumulated vsize (KiB) 32756

[startup+102.306 s]
/proc/loadavg: 2.01 2.01 2.00 2/73 10191
/proc/meminfo: memFree=1805736/2055920 swapFree=4174728/4192956
[pid=10163] ppid=10161 vsize=13600 CPUtime=1.36
/proc/10163/stat : 10163 (sugar) S 10161 10163 9620 0 -1 4194304 1034 11504 0 2 3 1 123 9 16 0 1 0 1000902788 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10163/statm: 3400 799 370 3 0 500 0
[pid=10186] ppid=10163 vsize=5356 CPUtime=0
/proc/10186/stat : 10186 (sh) S 10163 10163 9620 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1000902936 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10186/statm: 1339 232 193 169 0 50 0
[pid=10187] ppid=10186 vsize=17852 CPUtime=98.87
/proc/10187/stat : 10187 (minisat) R 10186 10163 9620 0 -1 4194304 4100 0 0 0 9884 3 0 0 25 0 1 0 1000902936 18280448 4086 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/10187/statm: 4463 4086 75 150 0 4310 0
Current children cumulated CPU time (s) 100.23
Current children cumulated vsize (KiB) 36808

[startup+162.302 s]
/proc/loadavg: 2.10 2.05 2.01 3/87 10236
/proc/meminfo: memFree=1774008/2055920 swapFree=4174728/4192956
[pid=10163] ppid=10161 vsize=13600 CPUtime=1.36
/proc/10163/stat : 10163 (sugar) S 10161 10163 9620 0 -1 4194304 1034 11504 0 2 3 1 123 9 16 0 1 0 1000902788 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/10163/statm: 3400 799 370 3 0 500 0
[pid=10186] ppid=10163 vsize=5356 CPUtime=0
/proc/10186/stat : 10186 (sh) S 10163 10163 9620 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1000902936 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10186/statm: 1339 232 193 169 0 50 0
[pid=10187] ppid=10186 vsize=20260 CPUtime=158.82
/proc/10187/stat : 10187 (minisat) R 10186 10163 9620 0 -1 4194304 4674 0 0 0 15876 6 0 0 25 0 1 0 1000902936 20746240 4660 996147200 134512640 135127466 4294956256 18446744073709551615 134530748 0 0 4096 3 0 0 0 17 0 0 0
/proc/10187/statm: 5065 4660 75 150 0 4912 0
Current children cumulated CPU time (s) 160.18
Current children cumulated vsize (KiB) 39216

[startup+222.302 s]
/proc/loadavg: 2.04 2.03 2.00 3/87 10236
/proc/meminfo: memFree=1771960/2055920 swapFree=4174728/4192956
[pid=10163] ppid=10161 vsize=13600 CPUtime=1.36
/proc/10163/stat : 10163 (sugar) S 10161 10163 9620 0 -1 4194304 1034 11504 0 2 3 1 123 9 16 0 1 0 1000902788 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/10163/statm: 3400 799 370 3 0 500 0
[pid=10186] ppid=10163 vsize=5356 CPUtime=0
/proc/10186/stat : 10186 (sh) S 10163 10163 9620 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1000902936 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10186/statm: 1339 232 193 169 0 50 0
[pid=10187] ppid=10186 vsize=22580 CPUtime=218.79
/proc/10187/stat : 10187 (minisat) R 10186 10163 9620 0 -1 4194304 5195 0 0 0 21873 6 0 0 25 0 1 0 1000902936 23121920 5181 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/10187/statm: 5645 5181 75 150 0 5492 0
Current children cumulated CPU time (s) 220.15
Current children cumulated vsize (KiB) 41536

[startup+282.301 s]
/proc/loadavg: 2.05 2.04 2.00 3/77 10286
/proc/meminfo: memFree=1757512/2055920 swapFree=4174728/4192956
[pid=10163] ppid=10161 vsize=13600 CPUtime=1.36
/proc/10163/stat : 10163 (sugar) S 10161 10163 9620 0 -1 4194304 1034 11504 0 2 3 1 123 9 16 0 1 0 1000902788 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/10163/statm: 3400 799 370 3 0 500 0
[pid=10186] ppid=10163 vsize=5356 CPUtime=0
/proc/10186/stat : 10186 (sh) S 10163 10163 9620 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1000902936 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10186/statm: 1339 232 193 169 0 50 0
[pid=10187] ppid=10186 vsize=25024 CPUtime=278.75
/proc/10187/stat : 10187 (minisat) R 10186 10163 9620 0 -1 4194304 5750 0 0 0 27867 8 0 0 25 0 1 0 1000902936 25624576 5736 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/10187/statm: 6256 5736 75 150 0 6103 0
Current children cumulated CPU time (s) 280.11
Current children cumulated vsize (KiB) 43980


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

[pid=10163] ppid=10161 vsize=13600 CPUtime=1.36
/proc/10163/stat : 10163 (sugar) S 10161 10163 9620 0 -1 4194304 1034 11504 0 2 3 1 123 9 16 0 1 0 1000902788 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/10163/statm: 3400 799 370 3 0 500 0
[pid=10186] ppid=10163 vsize=5356 CPUtime=0
/proc/10186/stat : 10186 (sh) S 10163 10163 9620 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1000902936 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10186/statm: 1339 232 193 169 0 50 0
[pid=10187] ppid=10186 vsize=34776 CPUtime=1238.27
/proc/10187/stat : 10187 (minisat) R 10186 10163 9620 0 -1 4194304 8070 0 0 0 123815 12 0 0 25 0 1 0 1000902936 35610624 8056 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/10187/statm: 8694 8056 75 150 0 8541 0
Current children cumulated CPU time (s) 1239.63
Current children cumulated vsize (KiB) 53732

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 10294
/proc/meminfo: memFree=1457544/2055920 swapFree=4174728/4192956
[pid=10163] ppid=10161 vsize=13600 CPUtime=1.36
/proc/10163/stat : 10163 (sugar) S 10161 10163 9620 0 -1 4194304 1034 11504 0 2 3 1 123 9 16 0 1 0 1000902788 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/10163/statm: 3400 799 370 3 0 500 0
[pid=10186] ppid=10163 vsize=5356 CPUtime=0
/proc/10186/stat : 10186 (sh) S 10163 10163 9620 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1000902936 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10186/statm: 1339 232 193 169 0 50 0
[pid=10187] ppid=10186 vsize=35960 CPUtime=1298.26
/proc/10187/stat : 10187 (minisat) R 10186 10163 9620 0 -1 4194304 8293 0 0 0 129813 13 0 0 25 0 1 0 1000902936 36823040 8279 996147200 134512640 135127466 4294956256 18446744073709551615 134530766 0 0 4096 3 0 0 0 17 0 0 0
/proc/10187/statm: 8990 8279 75 150 0 8837 0
Current children cumulated CPU time (s) 1299.62
Current children cumulated vsize (KiB) 54916

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 10294
/proc/meminfo: memFree=1442184/2055920 swapFree=4174728/4192956
[pid=10163] ppid=10161 vsize=13600 CPUtime=1.36
/proc/10163/stat : 10163 (sugar) S 10161 10163 9620 0 -1 4194304 1034 11504 0 2 3 1 123 9 16 0 1 0 1000902788 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/10163/statm: 3400 799 370 3 0 500 0
[pid=10186] ppid=10163 vsize=5356 CPUtime=0
/proc/10186/stat : 10186 (sh) S 10163 10163 9620 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1000902936 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10186/statm: 1339 232 193 169 0 50 0
[pid=10187] ppid=10186 vsize=35960 CPUtime=1358.22
/proc/10187/stat : 10187 (minisat) R 10186 10163 9620 0 -1 4194304 8293 0 0 0 135809 13 0 0 25 0 1 0 1000902936 36823040 8279 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/10187/statm: 8990 8279 75 150 0 8837 0
Current children cumulated CPU time (s) 1359.58
Current children cumulated vsize (KiB) 54916

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 10294
/proc/meminfo: memFree=1427144/2055920 swapFree=4174728/4192956
[pid=10163] ppid=10161 vsize=13600 CPUtime=1.36
/proc/10163/stat : 10163 (sugar) S 10161 10163 9620 0 -1 4194304 1034 11504 0 2 3 1 123 9 16 0 1 0 1000902788 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/10163/statm: 3400 799 370 3 0 500 0
[pid=10186] ppid=10163 vsize=5356 CPUtime=0
/proc/10186/stat : 10186 (sh) S 10163 10163 9620 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1000902936 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10186/statm: 1339 232 193 169 0 50 0
[pid=10187] ppid=10186 vsize=35960 CPUtime=1418.2
/proc/10187/stat : 10187 (minisat) R 10186 10163 9620 0 -1 4194304 8295 0 0 0 141807 13 0 0 25 0 1 0 1000902936 36823040 8281 996147200 134512640 135127466 4294956256 18446744073709551615 134523542 0 0 4096 3 0 0 0 17 0 0 0
/proc/10187/statm: 8990 8281 75 150 0 8837 0
Current children cumulated CPU time (s) 1419.56
Current children cumulated vsize (KiB) 54916

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 10294
/proc/meminfo: memFree=1414600/2055920 swapFree=4174728/4192956
[pid=10163] ppid=10161 vsize=13600 CPUtime=1.36
/proc/10163/stat : 10163 (sugar) S 10161 10163 9620 0 -1 4194304 1034 11504 0 2 3 1 123 9 16 0 1 0 1000902788 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/10163/statm: 3400 799 370 3 0 500 0
[pid=10186] ppid=10163 vsize=5356 CPUtime=0
/proc/10186/stat : 10186 (sh) S 10163 10163 9620 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1000902936 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10186/statm: 1339 232 193 169 0 50 0
[pid=10187] ppid=10186 vsize=35960 CPUtime=1478.17
/proc/10187/stat : 10187 (minisat) R 10186 10163 9620 0 -1 4194304 8295 0 0 0 147804 13 0 0 25 0 1 0 1000902936 36823040 8281 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/10187/statm: 8990 8281 75 150 0 8837 0
Current children cumulated CPU time (s) 1479.53
Current children cumulated vsize (KiB) 54916

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 10294
/proc/meminfo: memFree=1401544/2055920 swapFree=4174728/4192956
[pid=10163] ppid=10161 vsize=13600 CPUtime=1.36
/proc/10163/stat : 10163 (sugar) S 10161 10163 9620 0 -1 4194304 1034 11504 0 2 3 1 123 9 16 0 1 0 1000902788 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/10163/statm: 3400 799 370 3 0 500 0
[pid=10186] ppid=10163 vsize=5356 CPUtime=0
/proc/10186/stat : 10186 (sh) S 10163 10163 9620 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1000902936 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10186/statm: 1339 232 193 169 0 50 0
[pid=10187] ppid=10186 vsize=37652 CPUtime=1538.14
/proc/10187/stat : 10187 (minisat) R 10186 10163 9620 0 -1 4194304 8691 0 0 0 153800 14 0 0 25 0 1 0 1000902936 38555648 8677 996147200 134512640 135127466 4294956256 18446744073709551615 134530752 0 0 4096 3 0 0 0 17 0 0 0
/proc/10187/statm: 9413 8677 75 150 0 9260 0
Current children cumulated CPU time (s) 1539.5
Current children cumulated vsize (KiB) 56608

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 10294
/proc/meminfo: memFree=1389512/2055920 swapFree=4174728/4192956
[pid=10163] ppid=10161 vsize=13600 CPUtime=1.36
/proc/10163/stat : 10163 (sugar) S 10161 10163 9620 0 -1 4194304 1034 11504 0 2 3 1 123 9 16 0 1 0 1000902788 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/10163/statm: 3400 799 370 3 0 500 0
[pid=10186] ppid=10163 vsize=5356 CPUtime=0
/proc/10186/stat : 10186 (sh) S 10163 10163 9620 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1000902936 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10186/statm: 1339 232 193 169 0 50 0
[pid=10187] ppid=10186 vsize=39092 CPUtime=1598.1
/proc/10187/stat : 10187 (minisat) R 10186 10163 9620 0 -1 4194304 9074 0 0 0 159796 14 0 0 25 0 1 0 1000902936 40030208 9060 996147200 134512640 135127466 4294956256 18446744073709551615 134530752 0 0 4096 3 0 0 0 17 0 0 0
/proc/10187/statm: 9773 9060 75 150 0 9620 0
Current children cumulated CPU time (s) 1599.46
Current children cumulated vsize (KiB) 58048

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 10294
/proc/meminfo: memFree=1378376/2055920 swapFree=4174728/4192956
[pid=10163] ppid=10161 vsize=13600 CPUtime=1.36
/proc/10163/stat : 10163 (sugar) S 10161 10163 9620 0 -1 4194304 1034 11504 0 2 3 1 123 9 16 0 1 0 1000902788 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/10163/statm: 3400 799 370 3 0 500 0
[pid=10186] ppid=10163 vsize=5356 CPUtime=0
/proc/10186/stat : 10186 (sh) S 10163 10163 9620 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1000902936 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10186/statm: 1339 232 193 169 0 50 0
[pid=10187] ppid=10186 vsize=39092 CPUtime=1658.08
/proc/10187/stat : 10187 (minisat) R 10186 10163 9620 0 -1 4194304 9081 0 0 0 165794 14 0 0 25 0 1 0 1000902936 40030208 9067 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/10187/statm: 9773 9067 75 150 0 9620 0
Current children cumulated CPU time (s) 1659.44
Current children cumulated vsize (KiB) 58048

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 10294
/proc/meminfo: memFree=1368008/2055920 swapFree=4174728/4192956
[pid=10163] ppid=10161 vsize=13600 CPUtime=1.36
/proc/10163/stat : 10163 (sugar) S 10161 10163 9620 0 -1 4194304 1034 11504 0 2 3 1 123 9 16 0 1 0 1000902788 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/10163/statm: 3400 799 370 3 0 500 0
[pid=10186] ppid=10163 vsize=5356 CPUtime=0
/proc/10186/stat : 10186 (sh) S 10163 10163 9620 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1000902936 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10186/statm: 1339 232 193 169 0 50 0
[pid=10187] ppid=10186 vsize=39092 CPUtime=1718.04
/proc/10187/stat : 10187 (minisat) R 10186 10163 9620 0 -1 4194304 9081 0 0 0 171790 14 0 0 25 0 1 0 1000902936 40030208 9067 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/10187/statm: 9773 9067 75 150 0 9620 0
Current children cumulated CPU time (s) 1719.4
Current children cumulated vsize (KiB) 58048

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 10294
/proc/meminfo: memFree=1358344/2055920 swapFree=4174728/4192956
[pid=10163] ppid=10161 vsize=13600 CPUtime=1.36
/proc/10163/stat : 10163 (sugar) S 10161 10163 9620 0 -1 4194304 1034 11504 0 2 3 1 123 9 16 0 1 0 1000902788 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/10163/statm: 3400 799 370 3 0 500 0
[pid=10186] ppid=10163 vsize=5356 CPUtime=0
/proc/10186/stat : 10186 (sh) S 10163 10163 9620 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1000902936 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10186/statm: 1339 232 193 169 0 50 0
[pid=10187] ppid=10186 vsize=39092 CPUtime=1778.01
/proc/10187/stat : 10187 (minisat) R 10186 10163 9620 0 -1 4194304 9084 0 0 0 177787 14 0 0 25 0 1 0 1000902936 40030208 9070 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/10187/statm: 9773 9070 75 150 0 9620 0
Current children cumulated CPU time (s) 1779.37
Current children cumulated vsize (KiB) 58048



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1803 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 10294
/proc/meminfo: memFree=1354952/2055920 swapFree=4174728/4192956
[pid=10163] ppid=10161 vsize=13600 CPUtime=1.36
/proc/10163/stat : 10163 (sugar) S 10161 10163 9620 0 -1 4194304 1034 11504 0 2 3 1 123 9 16 0 1 0 1000902788 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/10163/statm: 3400 799 370 3 0 500 0
[pid=10186] ppid=10163 vsize=5356 CPUtime=0
/proc/10186/stat : 10186 (sh) S 10163 10163 9620 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1000902936 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10186/statm: 1339 232 193 169 0 50 0
[pid=10187] ppid=10186 vsize=39092 CPUtime=1798.71
/proc/10187/stat : 10187 (minisat) R 10186 10163 9620 0 -1 4194304 9084 0 0 0 179857 14 0 0 25 0 1 0 1000902936 40030208 9070 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/10187/statm: 9773 9070 75 150 0 9620 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 58048

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): 1803.02
CPU time (s): 1800.12
CPU user time (s): 1799.85
CPU system time (s): 0.271958
CPU usage (%): 99.8392
Max. virtual memory (cumulated for all children) (KiB): 887336

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

runsolver used 2.01869 second user time and 6.19506 second system time

The end

Launcher Data (download as text)

Begin job on node35 at 2008-07-04 11:50:03
IDJOB=1070442
IDBENCH=55870
IDSOLVER=346
FILE ID=node35/1070442-1215165003
PBS_JOBID= 7881443
Free space on /tmp= 66524 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/pseudoGLB/normalized-chnl15-25-pb-cnf-cr.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-1070442-1215165003/watcher-1070442-1215165003 -o /tmp/evaluation-result-1070442-1215165003/solver-1070442-1215165003 -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-1070442-1215165003.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 6c69b9c3a26f35e194d95bd996872af3
RANDOM SEED=1178361678

node35.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.261
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.261
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:       1740008 kB
Buffers:         24564 kB
Cached:         125556 kB
SwapCached:      11992 kB
Active:         216920 kB
Inactive:        33800 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1740008 kB
SwapTotal:     4192956 kB
SwapFree:      4174728 kB
Dirty:            1328 kB
Writeback:           0 kB
Mapped:         117852 kB
Slab:            49868 kB
Committed_AS:  2229728 kB
PageTables:       2168 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= 66536 MiB
End job on node35 at 2008-07-04 12:20:08