Trace number 1089153

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.06 1803.42

General information on the benchmark

Namecsp/graphColoring/register/mulsol/
normalized-mulsol-i-1-25.xml
MD5SUM67de4692b904c4e63dfd523c6fff12a6
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.132978
Satisfiable
(Un)Satisfiability was proved
Number of variables197
Number of constraints3925
Maximum constraint arity2
Maximum domain size25
Number of constraints which are defined in extension0
Number of constraints which are defined in intension3925
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 Sat Jul  5 14:45:04 2008
0.00/0.04	c 0	PID 3845
0.00/0.05	c 0	HOST node15.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1089153-1215261904.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-1089153-1215261904.xml' 'HOME/temp.csp'
0.03/0.83	c 1	1 domains, 197 variables, 1 predicates, 0 relations, 3925 constraints
0.03/0.84	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.84	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.80/0.92	c 1	Parsing HOME/temp.csp
1.05/1.14	c 1	parsed 4124 expressions
1.05/1.14	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.05/1.14	c 1	Converting to clausal form CSP
1.14/1.23	c 2	converted 413 (10%) expressions
1.24/1.34	c 2	converted 825 (20%) expressions
1.24/1.36	c 2	converted 1238 (30%) expressions
1.24/1.38	c 2	converted 1650 (40%) expressions
1.24/1.39	c 2	converted 2062 (50%) expressions
1.34/1.40	c 2	converted 2475 (60%) expressions
1.34/1.41	c 2	converted 2887 (70%) expressions
1.34/1.42	c 2	converted 3300 (80%) expressions
1.34/1.43	c 2	converted 3712 (90%) expressions
1.34/1.45	c 2	converted 4124 (100%) expressions
1.34/1.45	c 2	CSP : 197 integers, 0 booleans, 3925 clauses, largest domain size 25
1.34/1.45	c 2	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.34/1.45	c 2	Propagation in CSP
1.43/1.50	c 2	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.43/1.51	c 2	CSP : 197 integers, 0 booleans, 3925 clauses, largest domain size 25
1.43/1.51	c 2	Heap : 4 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.43/1.51	c 2	Simplifing CSP by introducing new Boolean variables
1.53/1.60	c 2	CSP : 197 integers, 7850 booleans, 11775 clauses, largest domain size 25
1.53/1.60	c 2	Heap : 6 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.53/1.65	c 2	Encoding CSP to SAT : HOME/temp.cnf
1.53/1.67	c 2	20 (10%) CSP integer variables are encoded (460 clauses, 4918 bytes)
1.53/1.67	c 2	40 (20%) CSP integer variables are encoded (920 clauses, 9978 bytes)
1.53/1.67	c 2	60 (30%) CSP integer variables are encoded (1380 clauses, 15883 bytes)
1.53/1.68	c 2	79 (40%) CSP integer variables are encoded (1817 clauses, 21564 bytes)
1.53/1.68	c 2	99 (50%) CSP integer variables are encoded (2277 clauses, 27544 bytes)
1.53/1.68	c 2	119 (60%) CSP integer variables are encoded (2737 clauses, 33524 bytes)
1.53/1.68	c 2	138 (70%) CSP integer variables are encoded (3174 clauses, 39205 bytes)
1.53/1.68	c 2	158 (80%) CSP integer variables are encoded (3634 clauses, 45185 bytes)
1.53/1.68	c 2	178 (90%) CSP integer variables are encoded (4094 clauses, 51165 bytes)
1.53/1.68	c 2	197 (100%) CSP integer variables are encoded (4531 clauses, 56846 bytes)
1.62/1.76	c 2	1178 (10%) CSP clauses are encoded (24573 clauses, 382190 bytes)
1.72/1.82	c 2	2355 (20%) CSP clauses are encoded (44566 clauses, 728020 bytes)
1.72/1.86	c 2	3533 (30%) CSP clauses are encoded (64608 clauses, 1075966 bytes)
1.83/1.90	c 2	4710 (40%) CSP clauses are encoded (84601 clauses, 1420692 bytes)
1.83/1.95	c 2	5888 (50%) CSP clauses are encoded (104643 clauses, 1766880 bytes)
1.83/1.99	c 2	7065 (60%) CSP clauses are encoded (124636 clauses, 2113772 bytes)
1.93/2.03	c 2	8243 (70%) CSP clauses are encoded (144678 clauses, 2478888 bytes)
1.93/2.07	c 2	9420 (80%) CSP clauses are encoded (164671 clauses, 2867766 bytes)
2.03/2.12	c 2	10598 (90%) CSP clauses are encoded (184713 clauses, 3257608 bytes)
2.03/2.17	c 3	11775 (100%) CSP clauses are encoded (204706 clauses, 3646486 bytes)
2.03/2.17	c 3	11775 CSP clauses encoded
2.03/2.17	c 3	Writing map file : HOME/temp.map
2.03/2.17	c 3	Heap : 4 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.03/2.17	c 3	SAT : 12578 SAT variables, 204706 SAT clauses, 3646486 bytes
2.03/2.17	c 3	Heap : 4 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.03/2.20	c 3	SOLVING HOME/temp.cnf
2.03/2.20	c 3	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
2.12/2.20	c 3	This is MiniSat 2.0 beta
2.12/2.20	c 3	WARNING: for repeatability, setting FPU to use double precision
2.12/2.20	c 3	============================[ Problem Statistics ]=============================
2.12/2.20	c 3	|                                                                             |
2.12/2.21	c 3	|  Number of variables:  12578                                                |
2.12/2.21	c 3	|  Number of clauses:    204706                                               |
2.12/2.31	c 3	|  Parsing time:         0.10         s                                       |
2.12/2.32	c 3	============================[ Search Statistics ]==============================
2.12/2.32	c 3	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.12/2.32	c 3	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.12/2.32	c 3	===============================================================================
2.12/2.32	c 3	|         0 |   12578   204706   589962 |    68235        0    nan |  0.000 % |
2.12/2.39	c 3	|       101 |   12578   204706   589962 |    75058      101     13 |  0.000 % |
2.12/2.42	c 3	|       251 |   12578   204706   589962 |    82564      251     12 |  0.000 % |
2.12/2.45	c 3	|       477 |   12578   204706   589962 |    90821      477     10 |  0.000 % |
2.12/2.49	c 3	|       815 |   12578   204706   589962 |    99903      815      9 |  0.000 % |
2.12/2.62	c 3	|      1321 |   12578   204706   589962 |   109893     1321     12 |  0.000 % |
2.12/2.68	c 3	|      2081 |   12578   204706   589962 |   120883     2081     11 |  0.000 % |
2.12/2.79	c 3	|      3221 |   12578   204706   589962 |   132971     3221     10 |  0.000 % |
2.12/3.03	c 3	|      4930 |   12578   204706   589962 |   146268     4930     11 |  0.000 % |
3.10/3.25	c 4	|      7492 |   12578   204706   589962 |   160895     7492     11 |  0.000 % |
3.39/3.54	c 4	|     11336 |   12578   204706   589962 |   176984    11336     11 |  0.000 % |
3.99/4.15	c 4	|     17102 |   12578   204706   589962 |   194683    17102     11 |  0.000 % |
5.08/5.25	c 6	|     25752 |   12578   204706   589962 |   214151    25752     12 |  0.000 % |
6.76/6.99	c 7	|     38726 |   12578   204706   589962 |   235566    38726     12 |  0.000 % |
13.20/13.44	c 14	|     58187 |   12578   204706   589962 |   259123    58187     14 |  0.000 % |
25.47/25.85	c 26	|     87379 |   12578   204706   589962 |   285035    87379     15 |  0.000 % |
50.94/51.52	c 52	|    131168 |   12578   204706   589962 |   313539   131168     16 |  0.000 % |
92.25/93.27	c 94	|    196854 |   12578   204706   589962 |   344893   196854     16 |  0.000 % |
186.85/188.75	c 189	|    295380 |   12578   204706   589962 |   379382   295380     16 |  0.000 % |
315.39/318.28	c 319	|    443169 |   12578   204706   589962 |   417321    82627     24 |  0.000 % |
458.43/461.39	c 462	|    664854 |   12578   204706   589962 |   459053   304312     19 |  0.000 % |
887.89/890.99	c 891	|    997379 |   12578   204706   589962 |   504958   200735     24 |  0.000 % |
1745.07/1748.44	c 1749	|   1496168 |   12578   204706   589962 |   555454   212349     21 |  0.000 % |
1800.06/1803.41	c ERROR INTERRUPTED
1800.06/1803.42	s UNKNOWN
1800.06/1803.42	c 1804	CPU 1.98 (0.03 0.01 1.95 0.13)
1800.06/1803.42	c 1804	END Sat Jul  5 15:15:08 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-1089153-1215261904/watcher-1089153-1215261904 -o /tmp/evaluation-result-1089153-1215261904/solver-1089153-1215261904 -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-1089153-1215261904.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/75 3845
/proc/meminfo: memFree=1660720/2055920 swapFree=4180972/4192956
[pid=3845] ppid=3843 vsize=18572 CPUtime=0
/proc/3845/stat : 3845 (runsolver) R 3843 3845 3656 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 2005165063 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 240472616231 0 0 4096 24578 0 0 0 17 1 0 0
/proc/3845/statm: 4643 292 257 25 0 2626 0

[startup+0.0540491 s]
/proc/loadavg: 2.00 2.00 2.00 4/75 3845
/proc/meminfo: memFree=1660720/2055920 swapFree=4180972/4192956
[pid=3845] ppid=3843 vsize=13600 CPUtime=0.03
/proc/3845/stat : 3845 (sugar) S 3843 3845 3656 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 2005165063 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3845/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.101054 s]
/proc/loadavg: 2.00 2.00 2.00 4/75 3845
/proc/meminfo: memFree=1660720/2055920 swapFree=4180972/4192956
[pid=3845] ppid=3843 vsize=13600 CPUtime=0.03
/proc/3845/stat : 3845 (sugar) S 3843 3845 3656 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 2005165063 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3845/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301067 s]
/proc/loadavg: 2.00 2.00 2.00 4/75 3845
/proc/meminfo: memFree=1660720/2055920 swapFree=4180972/4192956
[pid=3845] ppid=3843 vsize=13600 CPUtime=0.03
/proc/3845/stat : 3845 (sugar) S 3843 3845 3656 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 2005165063 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3845/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.70111 s]
/proc/loadavg: 2.00 2.00 2.00 4/75 3845
/proc/meminfo: memFree=1660720/2055920 swapFree=4180972/4192956
[pid=3845] ppid=3843 vsize=13600 CPUtime=0.03
/proc/3845/stat : 3845 (sugar) S 3843 3845 3656 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 2005165063 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3845/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50218 s]
/proc/loadavg: 2.00 2.00 2.00 3/86 3867
/proc/meminfo: memFree=1653080/2055920 swapFree=4180972/4192956
[pid=3845] ppid=3843 vsize=13600 CPUtime=0.8
/proc/3845/stat : 3845 (sugar) S 3843 3845 3656 0 -1 4194304 974 6971 0 1 3 1 72 4 15 0 1 0 2005165063 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3845/statm: 3400 797 370 3 0 500 0
[pid=3858] ppid=3845 vsize=5356 CPUtime=0
/proc/3858/stat : 3858 (sh) S 3845 3845 3656 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2005165147 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3858/statm: 1339 233 193 169 0 50 0
[pid=3859] ppid=3858 vsize=868272 CPUtime=0.63
/proc/3859/stat : 3859 (java) S 3858 3845 3656 0 -1 0 5783 0 1 0 60 3 0 0 18 0 9 0 2005165147 889110528 5196 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3859/statm: 217068 5196 1734 9 0 211643 0
[pid=3859/tid=3860] ppid=3858 vsize=868272 CPUtime=0.37
/proc/3859/task/3860/stat : 3860 (java) R 3858 3845 3656 0 -1 64 2660 0 1 0 37 0 0 0 22 0 9 0 2005165148 889110528 5196 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3859/tid=3861] ppid=3858 vsize=868272 CPUtime=0.04
/proc/3859/task/3861/stat : 3861 (java) R 3858 3845 3656 0 -1 64 976 0 0 0 4 0 0 0 16 0 9 0 2005165149 889110528 5196 996147200 134512640 134550740 4294955952 18446744073709551615 101588435 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3859/tid=3862] ppid=3858 vsize=868272 CPUtime=0
/proc/3859/task/3862/stat : 3862 (java) S 3858 3845 3656 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 2005165150 889110528 5196 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3859/tid=3863] ppid=3858 vsize=868272 CPUtime=0
/proc/3859/task/3863/stat : 3863 (java) S 3858 3845 3656 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 2005165150 889110528 5196 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3859/tid=3864] ppid=3858 vsize=868272 CPUtime=0
/proc/3859/task/3864/stat : 3864 (java) S 3858 3845 3656 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 2005165151 889110528 5196 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3859/tid=3865] ppid=3858 vsize=868272 CPUtime=0.19
/proc/3859/task/3865/stat : 3865 (java) S 3858 3845 3656 0 -1 64 1455 0 0 0 18 1 0 0 16 0 9 0 2005165152 889110528 5196 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3859/tid=3866] ppid=3858 vsize=868272 CPUtime=0
/proc/3859/task/3866/stat : 3866 (java) S 3858 3845 3656 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2005165152 889110528 5196 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3859/tid=3867] ppid=3858 vsize=868272 CPUtime=0
/proc/3859/task/3867/stat : 3867 (java) S 3858 3845 3656 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2005165152 889110528 5196 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.43
Current children cumulated vsize (KiB) 887228

[startup+3.10232 s]
/proc/loadavg: 2.00 2.00 2.00 3/86 3867
/proc/meminfo: memFree=1638040/2055920 swapFree=4180972/4192956
[pid=3845] ppid=3843 vsize=13600 CPUtime=2.12
/proc/3845/stat : 3845 (sugar) S 3843 3845 3656 0 -1 4194304 1032 14991 0 2 3 1 195 13 15 0 1 0 2005165063 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3845/statm: 3400 798 370 3 0 500 0
Current children cumulated CPU time (s) 2.12
Current children cumulated vsize (KiB) 13600

[startup+6.3016 s]
/proc/loadavg: 2.00 2.00 2.00 3/78 3869
/proc/meminfo: memFree=1641816/2055920 swapFree=4180972/4192956
[pid=3845] ppid=3843 vsize=13600 CPUtime=2.12
/proc/3845/stat : 3845 (sugar) S 3843 3845 3656 0 -1 4194304 1032 14991 0 2 3 1 195 13 16 0 1 0 2005165063 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3845/statm: 3400 798 370 3 0 500 0
[pid=3868] ppid=3845 vsize=5356 CPUtime=0
/proc/3868/stat : 3868 (sh) S 3845 3845 3656 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2005165283 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3868/statm: 1339 232 193 169 0 50 0
[pid=3869] ppid=3868 vsize=14252 CPUtime=4.05
/proc/3869/stat : 3869 (minisat) R 3868 3845 3656 0 -1 4194304 3430 0 0 0 404 1 0 0 25 0 1 0 2005165284 14594048 3416 996147200 134512640 135127466 4294956256 18446744073709551615 134530799 0 0 4096 3 0 0 0 17 1 0 0
/proc/3869/statm: 3563 3416 76 150 0 3410 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 33208

[startup+12.7012 s]
/proc/loadavg: 2.00 2.00 2.00 3/78 3869
/proc/meminfo: memFree=1638936/2055920 swapFree=4180972/4192956
[pid=3845] ppid=3843 vsize=13600 CPUtime=2.12
/proc/3845/stat : 3845 (sugar) S 3843 3845 3656 0 -1 4194304 1032 14991 0 2 3 1 195 13 16 0 1 0 2005165063 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3845/statm: 3400 798 370 3 0 500 0
[pid=3868] ppid=3845 vsize=5356 CPUtime=0
/proc/3868/stat : 3868 (sh) S 3845 3845 3656 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2005165283 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3868/statm: 1339 232 193 169 0 50 0
[pid=3869] ppid=3868 vsize=16736 CPUtime=10.38
/proc/3869/stat : 3869 (minisat) R 3868 3845 3656 0 -1 4194304 4059 0 0 0 1036 2 0 0 25 0 1 0 2005165284 17137664 4045 996147200 134512640 135127466 4294956256 18446744073709551615 134530692 0 0 4096 3 0 0 0 17 1 0 0
/proc/3869/statm: 4184 4045 76 150 0 4031 0
Current children cumulated CPU time (s) 12.5
Current children cumulated vsize (KiB) 35692

[startup+25.5013 s]
/proc/loadavg: 2.00 2.00 2.00 3/78 3869
/proc/meminfo: memFree=1635800/2055920 swapFree=4180972/4192956
[pid=3845] ppid=3843 vsize=13600 CPUtime=2.12
/proc/3845/stat : 3845 (sugar) S 3843 3845 3656 0 -1 4194304 1032 14991 0 2 3 1 195 13 16 0 1 0 2005165063 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3845/statm: 3400 798 370 3 0 500 0
[pid=3868] ppid=3845 vsize=5356 CPUtime=0
/proc/3868/stat : 3868 (sh) S 3845 3845 3656 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2005165283 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3868/statm: 1339 232 193 169 0 50 0
[pid=3869] ppid=3868 vsize=19800 CPUtime=23.06
/proc/3869/stat : 3869 (minisat) R 3868 3845 3656 0 -1 4194304 4823 0 0 0 2304 2 0 0 25 0 1 0 2005165284 20275200 4809 996147200 134512640 135127466 4294956256 18446744073709551615 134718351 0 0 4096 3 0 0 0 17 1 0 0
/proc/3869/statm: 4950 4809 76 150 0 4797 0
Current children cumulated CPU time (s) 25.18
Current children cumulated vsize (KiB) 38756

[startup+51.1015 s]
/proc/loadavg: 2.00 2.00 2.00 3/78 3869
/proc/meminfo: memFree=1631384/2055920 swapFree=4180972/4192956
[pid=3845] ppid=3843 vsize=13600 CPUtime=2.12
/proc/3845/stat : 3845 (sugar) S 3843 3845 3656 0 -1 4194304 1032 14991 0 2 3 1 195 13 16 0 1 0 2005165063 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3845/statm: 3400 798 370 3 0 500 0
[pid=3868] ppid=3845 vsize=5356 CPUtime=0
/proc/3868/stat : 3868 (sh) S 3845 3845 3656 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2005165283 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3868/statm: 1339 232 193 169 0 50 0
[pid=3869] ppid=3868 vsize=24368 CPUtime=48.42
/proc/3869/stat : 3869 (minisat) R 3868 3845 3656 0 -1 4194304 5944 0 0 0 4838 4 0 0 25 0 1 0 2005165284 24952832 5930 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/3869/statm: 6092 5930 76 150 0 5939 0
Current children cumulated CPU time (s) 50.54
Current children cumulated vsize (KiB) 43324

[startup+102.306 s]
/proc/loadavg: 2.00 2.00 2.00 3/78 3869
/proc/meminfo: memFree=1622744/2055920 swapFree=4180972/4192956
[pid=3845] ppid=3843 vsize=13600 CPUtime=2.12
/proc/3845/stat : 3845 (sugar) S 3843 3845 3656 0 -1 4194304 1032 14991 0 2 3 1 195 13 16 0 1 0 2005165063 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3845/statm: 3400 798 370 3 0 500 0
[pid=3868] ppid=3845 vsize=5356 CPUtime=0
/proc/3868/stat : 3868 (sh) S 3845 3845 3656 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2005165283 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3868/statm: 1339 232 193 169 0 50 0
[pid=3869] ppid=3868 vsize=33040 CPUtime=99.14
/proc/3869/stat : 3869 (minisat) R 3868 3845 3656 0 -1 4194304 8022 0 0 0 9908 6 0 0 25 0 1 0 2005165284 33832960 8008 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/3869/statm: 8260 8008 76 150 0 8107 0
Current children cumulated CPU time (s) 101.26
Current children cumulated vsize (KiB) 51996

[startup+162.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/78 3869
/proc/meminfo: memFree=1616536/2055920 swapFree=4180972/4192956
[pid=3845] ppid=3843 vsize=13600 CPUtime=2.12
/proc/3845/stat : 3845 (sugar) S 3843 3845 3656 0 -1 4194304 1032 14991 0 2 3 1 195 13 16 0 1 0 2005165063 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3845/statm: 3400 798 370 3 0 500 0
[pid=3868] ppid=3845 vsize=5356 CPUtime=0
/proc/3868/stat : 3868 (sh) S 3845 3845 3656 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2005165283 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3868/statm: 1339 232 193 169 0 50 0
[pid=3869] ppid=3868 vsize=39188 CPUtime=158.58
/proc/3869/stat : 3869 (minisat) R 3868 3845 3656 0 -1 4194304 9584 0 0 0 15849 9 0 0 25 0 1 0 2005165284 40128512 9570 996147200 134512640 135127466 4294956256 18446744073709551615 134530635 0 0 4096 3 0 0 0 17 1 0 0
/proc/3869/statm: 9797 9570 76 150 0 9644 0
Current children cumulated CPU time (s) 160.7
Current children cumulated vsize (KiB) 58144

[startup+222.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/78 3869
/proc/meminfo: memFree=1610648/2055920 swapFree=4180972/4192956
[pid=3845] ppid=3843 vsize=13600 CPUtime=2.12
/proc/3845/stat : 3845 (sugar) S 3843 3845 3656 0 -1 4194304 1032 14991 0 2 3 1 195 13 16 0 1 0 2005165063 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3845/statm: 3400 798 370 3 0 500 0
[pid=3868] ppid=3845 vsize=5356 CPUtime=0
/proc/3868/stat : 3868 (sh) S 3845 3845 3656 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2005165283 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3868/statm: 1339 232 193 169 0 50 0
[pid=3869] ppid=3868 vsize=45528 CPUtime=218.02
/proc/3869/stat : 3869 (minisat) R 3868 3845 3656 0 -1 4194304 11029 0 0 0 21792 10 0 0 25 0 1 0 2005165284 46620672 11015 996147200 134512640 135127466 4294956256 18446744073709551615 134530654 0 0 4096 3 0 0 0 17 1 0 0
/proc/3869/statm: 11382 11015 76 150 0 11229 0
Current children cumulated CPU time (s) 220.14
Current children cumulated vsize (KiB) 64484

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

/proc/meminfo: memFree=1580080/2055920 swapFree=4180972/4192956
[pid=3845] ppid=3843 vsize=13600 CPUtime=2.12
/proc/3845/stat : 3845 (sugar) S 3843 3845 3656 0 -1 4194304 1032 14991 0 2 3 1 195 13 16 0 1 0 2005165063 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3845/statm: 3400 798 370 3 0 500 0
[pid=3868] ppid=3845 vsize=5356 CPUtime=0
/proc/3868/stat : 3868 (sh) S 3845 3845 3656 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2005165283 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3868/statm: 1339 232 193 169 0 50 0
[pid=3869] ppid=3868 vsize=75716 CPUtime=1297.01
/proc/3869/stat : 3869 (minisat) R 3868 3845 3656 0 -1 4194304 18468 0 0 0 129682 19 0 0 25 0 1 0 2005165284 77533184 18454 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/3869/statm: 18929 18454 76 150 0 18776 0
Current children cumulated CPU time (s) 1299.13
Current children cumulated vsize (KiB) 94672

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 3903
/proc/meminfo: memFree=1579184/2055920 swapFree=4180972/4192956
[pid=3845] ppid=3843 vsize=13600 CPUtime=2.12
/proc/3845/stat : 3845 (sugar) S 3843 3845 3656 0 -1 4194304 1032 14991 0 2 3 1 195 13 16 0 1 0 2005165063 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3845/statm: 3400 798 370 3 0 500 0
[pid=3868] ppid=3845 vsize=5356 CPUtime=0
/proc/3868/stat : 3868 (sh) S 3845 3845 3656 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2005165283 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3868/statm: 1339 232 193 169 0 50 0
[pid=3869] ppid=3868 vsize=76880 CPUtime=1357
/proc/3869/stat : 3869 (minisat) R 3868 3845 3656 0 -1 4194304 18702 0 0 0 135680 20 0 0 25 0 1 0 2005165284 78725120 18688 996147200 134512640 135127466 4294956256 18446744073709551615 134530654 0 0 4096 3 0 0 0 17 0 0 0
/proc/3869/statm: 19220 18688 76 150 0 19067 0
Current children cumulated CPU time (s) 1359.12
Current children cumulated vsize (KiB) 95836

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 3903
/proc/meminfo: memFree=1577072/2055920 swapFree=4180972/4192956
[pid=3845] ppid=3843 vsize=13600 CPUtime=2.12
/proc/3845/stat : 3845 (sugar) S 3843 3845 3656 0 -1 4194304 1032 14991 0 2 3 1 195 13 16 0 1 0 2005165063 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3845/statm: 3400 798 370 3 0 500 0
[pid=3868] ppid=3845 vsize=5356 CPUtime=0
/proc/3868/stat : 3868 (sh) S 3845 3845 3656 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2005165283 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3868/statm: 1339 232 193 169 0 50 0
[pid=3869] ppid=3868 vsize=79788 CPUtime=1416.97
/proc/3869/stat : 3869 (minisat) R 3868 3845 3656 0 -1 4194304 19207 0 0 0 141677 20 0 0 25 0 1 0 2005165284 81702912 19193 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/3869/statm: 19947 19193 76 150 0 19794 0
Current children cumulated CPU time (s) 1419.09
Current children cumulated vsize (KiB) 98744

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 3903
/proc/meminfo: memFree=1575024/2055920 swapFree=4180972/4192956
[pid=3845] ppid=3843 vsize=13600 CPUtime=2.12
/proc/3845/stat : 3845 (sugar) S 3843 3845 3656 0 -1 4194304 1032 14991 0 2 3 1 195 13 16 0 1 0 2005165063 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3845/statm: 3400 798 370 3 0 500 0
[pid=3868] ppid=3845 vsize=5356 CPUtime=0
/proc/3868/stat : 3868 (sh) S 3845 3845 3656 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2005165283 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3868/statm: 1339 232 193 169 0 50 0
[pid=3869] ppid=3868 vsize=81976 CPUtime=1476.95
/proc/3869/stat : 3869 (minisat) R 3868 3845 3656 0 -1 4194304 19719 0 0 0 147674 21 0 0 25 0 1 0 2005165284 83943424 19705 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/3869/statm: 20494 19705 76 150 0 20341 0
Current children cumulated CPU time (s) 1479.07
Current children cumulated vsize (KiB) 100932

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 3903
/proc/meminfo: memFree=1572976/2055920 swapFree=4180972/4192956
[pid=3845] ppid=3843 vsize=13600 CPUtime=2.12
/proc/3845/stat : 3845 (sugar) S 3843 3845 3656 0 -1 4194304 1032 14991 0 2 3 1 195 13 16 0 1 0 2005165063 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3845/statm: 3400 798 370 3 0 500 0
[pid=3868] ppid=3845 vsize=5356 CPUtime=0
/proc/3868/stat : 3868 (sh) S 3845 3845 3656 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2005165283 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3868/statm: 1339 232 193 169 0 50 0
[pid=3869] ppid=3868 vsize=83728 CPUtime=1536.92
/proc/3869/stat : 3869 (minisat) R 3868 3845 3656 0 -1 4194304 20203 0 0 0 153671 21 0 0 25 0 1 0 2005165284 85737472 20189 996147200 134512640 135127466 4294956256 18446744073709551615 134530840 0 0 4096 3 0 0 0 17 0 0 0
/proc/3869/statm: 20932 20189 76 150 0 20779 0
Current children cumulated CPU time (s) 1539.04
Current children cumulated vsize (KiB) 102684

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 3903
/proc/meminfo: memFree=1572656/2055920 swapFree=4180972/4192956
[pid=3845] ppid=3843 vsize=13600 CPUtime=2.12
/proc/3845/stat : 3845 (sugar) S 3843 3845 3656 0 -1 4194304 1032 14991 0 2 3 1 195 13 16 0 1 0 2005165063 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3845/statm: 3400 798 370 3 0 500 0
[pid=3868] ppid=3845 vsize=5356 CPUtime=0
/proc/3868/stat : 3868 (sh) S 3845 3845 3656 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2005165283 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3868/statm: 1339 232 193 169 0 50 0
[pid=3869] ppid=3868 vsize=84020 CPUtime=1596.9
/proc/3869/stat : 3869 (minisat) R 3868 3845 3656 0 -1 4194304 20270 0 0 0 159669 21 0 0 25 0 1 0 2005165284 86036480 20256 996147200 134512640 135127466 4294956256 18446744073709551615 134530944 0 0 4096 3 0 0 0 17 0 0 0
/proc/3869/statm: 21005 20256 76 150 0 20852 0
Current children cumulated CPU time (s) 1599.02
Current children cumulated vsize (KiB) 102976

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 3903
/proc/meminfo: memFree=1572592/2055920 swapFree=4180972/4192956
[pid=3845] ppid=3843 vsize=13600 CPUtime=2.12
/proc/3845/stat : 3845 (sugar) S 3843 3845 3656 0 -1 4194304 1032 14991 0 2 3 1 195 13 16 0 1 0 2005165063 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3845/statm: 3400 798 370 3 0 500 0
[pid=3868] ppid=3845 vsize=5356 CPUtime=0
/proc/3868/stat : 3868 (sh) S 3845 3845 3656 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2005165283 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3868/statm: 1339 232 193 169 0 50 0
[pid=3869] ppid=3868 vsize=84160 CPUtime=1656.89
/proc/3869/stat : 3869 (minisat) R 3868 3845 3656 0 -1 4194304 20289 0 0 0 165667 22 0 0 25 0 1 0 2005165284 86179840 20275 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/3869/statm: 21040 20275 76 150 0 20887 0
Current children cumulated CPU time (s) 1659.01
Current children cumulated vsize (KiB) 103116

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 3903
/proc/meminfo: memFree=1572400/2055920 swapFree=4180972/4192956
[pid=3845] ppid=3843 vsize=13600 CPUtime=2.12
/proc/3845/stat : 3845 (sugar) S 3843 3845 3656 0 -1 4194304 1032 14991 0 2 3 1 195 13 16 0 1 0 2005165063 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3845/statm: 3400 798 370 3 0 500 0
[pid=3868] ppid=3845 vsize=5356 CPUtime=0
/proc/3868/stat : 3868 (sh) S 3845 3845 3656 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2005165283 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3868/statm: 1339 232 193 169 0 50 0
[pid=3869] ppid=3868 vsize=84404 CPUtime=1716.86
/proc/3869/stat : 3869 (minisat) R 3868 3845 3656 0 -1 4194304 20343 0 0 0 171664 22 0 0 25 0 1 0 2005165284 86429696 20329 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/3869/statm: 21101 20329 76 150 0 20948 0
Current children cumulated CPU time (s) 1718.98
Current children cumulated vsize (KiB) 103360

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 3903
/proc/meminfo: memFree=1572016/2055920 swapFree=4180972/4192956
[pid=3845] ppid=3843 vsize=13600 CPUtime=2.12
/proc/3845/stat : 3845 (sugar) S 3843 3845 3656 0 -1 4194304 1032 14991 0 2 3 1 195 13 16 0 1 0 2005165063 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3845/statm: 3400 798 370 3 0 500 0
[pid=3868] ppid=3845 vsize=5356 CPUtime=0
/proc/3868/stat : 3868 (sh) S 3845 3845 3656 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2005165283 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3868/statm: 1339 232 193 169 0 50 0
[pid=3869] ppid=3868 vsize=84620 CPUtime=1776.84
/proc/3869/stat : 3869 (minisat) R 3868 3845 3656 0 -1 4194304 20393 0 0 0 177662 22 0 0 25 0 1 0 2005165284 86650880 20379 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/3869/statm: 21155 20379 76 150 0 21002 0
Current children cumulated CPU time (s) 1778.96
Current children cumulated vsize (KiB) 103576



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1803.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 3903
/proc/meminfo: memFree=1572016/2055920 swapFree=4180972/4192956
[pid=3845] ppid=3843 vsize=13600 CPUtime=2.12
/proc/3845/stat : 3845 (sugar) S 3843 3845 3656 0 -1 4194304 1032 14991 0 2 3 1 195 13 16 0 1 0 2005165063 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3845/statm: 3400 798 370 3 0 500 0
[pid=3868] ppid=3845 vsize=5356 CPUtime=0
/proc/3868/stat : 3868 (sh) S 3845 3845 3656 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2005165283 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3868/statm: 1339 232 193 169 0 50 0
[pid=3869] ppid=3868 vsize=84620 CPUtime=1797.94
/proc/3869/stat : 3869 (minisat) R 3868 3845 3656 0 -1 4194304 20393 0 0 0 179772 22 0 0 25 0 1 0 2005165284 86650880 20379 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/3869/statm: 21155 20379 76 150 0 21002 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 103576

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

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

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 3845 and gives
#  childrusage.ru_utime.tv_sec=1
#  childrusage.ru_utime.tv_usec=991697
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=152976
# CPU time returned by wait4() is 2.14467
# while last known CPU time is 1800.06
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1803.42
CPU time (s): 1800.06
CPU user time (s): 1799.7
CPU system time (s): 0.36
CPU usage (%): 99.8135
Max. virtual memory (cumulated for all children) (KiB): 887452

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.9917
system time used= 0.152976
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 16366
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= 2662
involuntary context switches= 2529

runsolver used 2.21966 second user time and 5.99409 second system time

The end

Launcher Data (download as text)

Begin job on node15 at 2008-07-05 14:45:04
IDJOB=1089153
IDBENCH=58227
IDSOLVER=346
FILE ID=node15/1089153-1215261904
PBS_JOBID= 7882153
Free space on /tmp= 66496 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/graphColoring/register/mulsol/normalized-mulsol-i-1-25.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-1089153-1215261904/watcher-1089153-1215261904 -o /tmp/evaluation-result-1089153-1215261904/solver-1089153-1215261904 -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-1089153-1215261904.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 67de4692b904c4e63dfd523c6fff12a6
RANDOM SEED=537359070

node15.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.229
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.229
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:       1661200 kB
Buffers:         66672 kB
Cached:         244188 kB
SwapCached:       6020 kB
Active:         210972 kB
Inactive:       122040 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1661200 kB
SwapTotal:     4192956 kB
SwapFree:      4180972 kB
Dirty:            1756 kB
Writeback:           0 kB
Mapped:          28896 kB
Slab:            46808 kB
Committed_AS:  3751932 kB
PageTables:       1924 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= 66492 MiB
End job on node15 at 2008-07-05 15:15:10