Trace number 1070090

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.07 1818.44

General information on the benchmark

Namecsp/pseudoGLB/
normalized-chnl40-45-pb-cnf-cr.xml
MD5SUMd90b14d447b2d0625f8e023b3d8fff94
Bench CategoryGLOBAL (global constraints)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark27.4118
Satisfiable
(Un)Satisfiability was proved
Number of variables3600
Number of constraints170
Maximum constraint arity45
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(170)

Solver Data (download as text)

0.00/0.05	c 0	Sugar v1-13 + HOME/minisat
0.00/0.05	c 0	BEGIN Fri Jul  4 11:20:27 2008
0.00/0.05	c 0	PID 28425
0.00/0.05	c 0	HOST node65.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1070090-1215163227.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-1070090-1215163227.xml' 'HOME/temp.csp'
0.03/0.54	c 1	1 domains, 3600 variables, 0 predicates, 0 relations, 170 constraints
0.03/0.58	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.58	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.50/0.66	c 1	Parsing HOME/temp.csp
1.00/1.14	c 1	parsed 3771 expressions
1.00/1.15	c 1	Heap : 3 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.00/1.15	c 1	Converting to clausal form CSP
1.00/1.18	c 1	converted 378 (10%) expressions
1.00/1.18	c 1	converted 755 (20%) expressions
1.00/1.19	c 1	converted 1132 (30%) expressions
1.09/1.20	c 1	converted 1509 (40%) expressions
1.09/1.20	c 1	converted 1886 (50%) expressions
1.09/1.20	c 1	converted 2263 (60%) expressions
1.09/1.20	c 1	converted 2640 (70%) expressions
1.09/1.20	c 1	converted 3017 (80%) expressions
1.09/1.20	c 1	converted 3394 (90%) expressions
1.79/1.94	c 2	converted 3771 (100%) expressions
1.79/1.95	c 2	CSP : 10460 integers, 0 booleans, 13890 clauses, largest domain size 24
1.79/1.95	c 2	Heap : 10 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.79/1.95	c 2	Propagation in CSP
1.98/2.13	c 2	13040 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.98/2.14	c 2	CSP : 10460 integers, 0 booleans, 13890 clauses, largest domain size 21
1.98/2.14	c 2	Heap : 10 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.98/2.15	c 2	Simplifing CSP by introducing new Boolean variables
1.98/2.16	c 2	CSP : 10460 integers, 0 booleans, 13890 clauses, largest domain size 21
1.98/2.16	c 2	Heap : 10 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.08/2.23	c 2	Encoding CSP to SAT : HOME/temp.cnf
2.08/2.24	c 2	1046 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
2.08/2.25	c 2	2092 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
2.08/2.25	c 2	3138 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
2.08/2.27	c 2	4184 (40%) CSP integer variables are encoded (2104 clauses, 27416 bytes)
2.08/2.28	c 2	5230 (50%) CSP integer variables are encoded (5901 clauses, 78552 bytes)
2.08/2.28	c 2	6276 (60%) CSP integer variables are encoded (9697 clauses, 135492 bytes)
2.08/2.29	c 2	7322 (70%) CSP integer variables are encoded (12420 clauses, 176337 bytes)
2.08/2.29	c 2	8368 (80%) CSP integer variables are encoded (12420 clauses, 176337 bytes)
2.08/2.29	c 2	9414 (90%) CSP integer variables are encoded (12420 clauses, 176337 bytes)
2.08/2.29	c 2	10460 (100%) CSP integer variables are encoded (12420 clauses, 176337 bytes)
2.17/2.38	c 3	1389 (10%) CSP clauses are encoded (32465 clauses, 508511 bytes)
2.27/2.43	c 3	2778 (20%) CSP clauses are encoded (52510 clauses, 843125 bytes)
2.27/2.48	c 3	4167 (30%) CSP clauses are encoded (72569 clauses, 1228832 bytes)
2.37/2.53	c 3	5556 (40%) CSP clauses are encoded (92616 clauses, 1615297 bytes)
2.37/2.58	c 3	6945 (50%) CSP clauses are encoded (112619 clauses, 2000941 bytes)
2.37/2.59	c 3	8334 (60%) CSP clauses are encoded (115382 clauses, 2042960 bytes)
2.47/2.61	c 3	9723 (70%) CSP clauses are encoded (118143 clauses, 2085035 bytes)
2.47/2.63	c 3	11112 (80%) CSP clauses are encoded (120906 clauses, 2127786 bytes)
2.47/2.64	c 3	12501 (90%) CSP clauses are encoded (123667 clauses, 2171156 bytes)
2.47/2.66	c 3	13890 (100%) CSP clauses are encoded (126430 clauses, 2214547 bytes)
2.47/2.66	c 3	13890 CSP clauses encoded
2.47/2.66	c 3	Writing map file : HOME/temp.map
2.58/2.71	c 3	Heap : 9 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.58/2.71	c 3	SAT : 22880 SAT variables, 126430 SAT clauses, 2214547 bytes
2.58/2.71	c 3	Heap : 9 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.58/2.75	c 3	SOLVING HOME/temp.cnf
2.58/2.75	c 3	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
2.58/2.75	c 3	This is MiniSat 2.0 beta
2.58/2.75	c 3	WARNING: for repeatability, setting FPU to use double precision
2.58/2.75	c 3	============================[ Problem Statistics ]=============================
2.58/2.75	c 3	|                                                                             |
2.58/2.75	c 3	|  Number of variables:  22880                                                |
2.58/2.75	c 3	|  Number of clauses:    126430                                               |
2.62/2.82	c 3	|  Parsing time:         0.06         s                                       |
2.62/2.82	c 3	============================[ Search Statistics ]==============================
2.62/2.82	c 3	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.62/2.82	c 3	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.62/2.82	c 3	===============================================================================
2.62/2.82	c 3	|         0 |   22880   126430   324700 |    42143        0    nan |  0.000 % |
2.62/2.85	c 3	|       102 |   22880   126430   324700 |    46357      102    101 |  0.000 % |
2.62/2.89	c 3	|       252 |   22880   126430   324700 |    50993      252     68 |  0.000 % |
2.62/2.95	c 3	|       477 |   22880   126430   324700 |    56092      477     45 |  0.000 % |
2.62/2.99	c 3	|       815 |   22880   126430   324700 |    61702      815     33 |  0.000 % |
2.62/3.08	c 3	|      1322 |   22880   126430   324700 |    67872     1322     42 |  0.000 % |
2.62/3.18	c 3	|      2081 |   22880   126430   324700 |    74659     2081     38 |  0.000 % |
3.15/3.35	c 4	|      3221 |   22880   126430   324700 |    82125     3221     37 |  0.000 % |
3.35/3.57	c 4	|      4930 |   22880   126430   324700 |    90337     4930     33 |  0.000 % |
3.85/4.00	c 4	|      7492 |   22880   126430   324700 |    99371     7492     37 |  0.000 % |
4.64/4.81	c 5	|     11336 |   22880   126430   324700 |   109308    11336     46 |  0.000 % |
5.42/5.67	c 6	|     17103 |   22880   126430   324700 |   120239    17103     38 |  0.000 % |
8.60/8.87	c 9	|     25752 |   22880   126430   324700 |   132263    25752     61 |  0.000 % |
11.77/12.08	c 12	|     38727 |   22880   126430   324700 |   145490    38727     56 |  0.000 % |
18.31/18.68	c 19	|     58189 |   22880   126430   324700 |   160039    58189     60 |  0.000 % |
33.46/33.96	c 34	|     87383 |   22880   126430   324700 |   176043    87383     63 |  0.000 % |
65.46/66.24	c 66	|    131172 |   22880   126430   324700 |   193647   131172     71 |  0.000 % |
171.56/173.34	c 174	|    196856 |   22880   126430   324700 |   213012   196856     98 |  0.000 % |
290.47/293.47	c 294	|    295382 |   22880   126430   324700 |   234313    88239    139 |  0.000 % |
590.46/599.35	c 600	|    443173 |   22880   126430   324700 |   257744   236030    128 |  0.000 % |
903.49/918.54	c 919	|    664856 |   22880   126430   324700 |   283519   206252     56 |  0.000 % |
1800.07/1818.41	c ERROR INTERRUPTED
1800.07/1818.43	s UNKNOWN
1800.07/1818.43	c 1819	CPU 2.51 (0.04 0 2.47 0.11)
1800.07/1818.43	c 1819	END Fri Jul  4 11:50:46 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-1070090-1215163227/watcher-1070090-1215163227 -o /tmp/evaluation-result-1070090-1215163227/solver-1070090-1215163227 -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-1070090-1215163227.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/84 28425
/proc/meminfo: memFree=1687032/2055920 swapFree=4180796/4192956
[pid=28425] ppid=28423 vsize=12000 CPUtime=0
/proc/28425/stat : 28425 (sugar) R 28423 28425 27977 0 -1 4194304 209 0 0 0 0 0 0 0 20 0 1 0 1995292512 12288000 177 996147200 4194304 4206940 548682068608 18446744073709551615 257217779088 0 0 4224 0 0 0 0 17 1 0 0
/proc/28425/statm: 3000 177 138 3 0 100 0

[startup+0.0788361 s]
/proc/loadavg: 2.00 2.00 2.00 4/84 28425
/proc/meminfo: memFree=1687032/2055920 swapFree=4180796/4192956
[pid=28425] ppid=28423 vsize=13600 CPUtime=0.03
/proc/28425/stat : 28425 (sugar) S 28423 28425 27977 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1995292512 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 257212592226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28425/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.102837 s]
/proc/loadavg: 2.00 2.00 2.00 4/84 28425
/proc/meminfo: memFree=1687032/2055920 swapFree=4180796/4192956
[pid=28425] ppid=28423 vsize=13600 CPUtime=0.03
/proc/28425/stat : 28425 (sugar) S 28423 28425 27977 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1995292512 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 257212592226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28425/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301862 s]
/proc/loadavg: 2.00 2.00 2.00 4/84 28425
/proc/meminfo: memFree=1687032/2055920 swapFree=4180796/4192956
[pid=28425] ppid=28423 vsize=13600 CPUtime=0.03
/proc/28425/stat : 28425 (sugar) S 28423 28425 27977 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1995292512 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 257212592226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28425/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701886 s]
/proc/loadavg: 2.00 2.00 2.00 4/84 28425
/proc/meminfo: memFree=1687032/2055920 swapFree=4180796/4192956
[pid=28425] ppid=28423 vsize=13600 CPUtime=0.5
/proc/28425/stat : 28425 (sugar) S 28423 28425 27977 0 -1 4194304 973 5118 0 1 3 0 44 3 16 0 1 0 1995292512 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 257212592226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28425/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 13600

[startup+1.50195 s]
/proc/loadavg: 2.00 2.00 2.00 4/95 28447
/proc/meminfo: memFree=1678880/2055920 swapFree=4180796/4192956
[pid=28425] ppid=28423 vsize=13600 CPUtime=0.5
/proc/28425/stat : 28425 (sugar) S 28423 28425 27977 0 -1 4194304 973 5118 0 1 3 0 44 3 15 0 1 0 1995292512 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 257212592226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28425/statm: 3400 797 370 3 0 500 0
[pid=28438] ppid=28425 vsize=5356 CPUtime=0
/proc/28438/stat : 28438 (sh) S 28425 28425 27977 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1995292570 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 257203692356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28438/statm: 1339 233 193 169 0 50 0
[pid=28439] ppid=28438 vsize=869444 CPUtime=0.89
/proc/28439/stat : 28439 (java) S 28438 28425 27977 0 -1 0 5860 0 1 0 86 3 0 0 19 0 9 0 1995292571 890310656 5261 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28439/statm: 217361 5261 1730 9 0 211936 0
[pid=28439/tid=28440] ppid=28438 vsize=869444 CPUtime=0.6
/proc/28439/task/28440/stat : 28440 (java) R 28438 28425 27977 0 -1 64 2661 0 1 0 59 1 0 0 19 0 9 0 1995292572 890310656 5261 996147200 134512640 134550740 4294955952 18446744073709551615 102064848 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28439/tid=28441] ppid=28438 vsize=869444 CPUtime=0.05
/proc/28439/task/28441/stat : 28441 (java) S 28438 28425 27977 0 -1 64 1033 0 0 0 5 0 0 0 16 0 9 0 1995292573 890310656 5261 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28439/tid=28442] ppid=28438 vsize=869444 CPUtime=0
/proc/28439/task/28442/stat : 28442 (java) S 28438 28425 27977 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 1995292573 890310656 5261 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28439/tid=28443] ppid=28438 vsize=869444 CPUtime=0
/proc/28439/task/28443/stat : 28443 (java) S 28438 28425 27977 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1995292573 890310656 5261 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28439/tid=28444] ppid=28438 vsize=869444 CPUtime=0
/proc/28439/task/28444/stat : 28444 (java) S 28438 28425 27977 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1995292575 890310656 5261 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28439/tid=28445] ppid=28438 vsize=869444 CPUtime=0.2
/proc/28439/task/28445/stat : 28445 (java) S 28438 28425 27977 0 -1 64 1474 0 0 0 20 0 0 0 16 0 9 0 1995292575 890310656 5261 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28439/tid=28446] ppid=28438 vsize=869444 CPUtime=0
/proc/28439/task/28446/stat : 28446 (java) S 28438 28425 27977 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1995292575 890310656 5261 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28439/tid=28447] ppid=28438 vsize=869444 CPUtime=0
/proc/28439/task/28447/stat : 28447 (java) S 28438 28425 27977 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1995292575 890310656 5261 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.39
Current children cumulated vsize (KiB) 888400

[startup+3.10109 s]
/proc/loadavg: 2.08 2.02 2.01 3/95 28447
/proc/meminfo: memFree=1663584/2055920 swapFree=4180796/4192956
[pid=28425] ppid=28423 vsize=13600 CPUtime=2.62
/proc/28425/stat : 28425 (sugar) S 28423 28425 27977 0 -1 4194304 1034 14275 0 2 4 0 247 11 15 0 1 0 1995292512 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 257212592226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28425/statm: 3400 799 370 3 0 500 0
Current children cumulated CPU time (s) 2.62
Current children cumulated vsize (KiB) 13600

[startup+6.30235 s]
/proc/loadavg: 2.08 2.02 2.01 3/87 28449
/proc/meminfo: memFree=1671456/2055920 swapFree=4180796/4192956
[pid=28425] ppid=28423 vsize=13600 CPUtime=2.62
/proc/28425/stat : 28425 (sugar) S 28423 28425 27977 0 -1 4194304 1034 14275 0 2 4 0 247 11 16 0 1 0 1995292512 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 257212592226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28425/statm: 3400 799 370 3 0 500 0
[pid=28448] ppid=28425 vsize=5356 CPUtime=0
/proc/28448/stat : 28448 (sh) S 28425 28425 27977 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1995292787 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 257203692356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28448/statm: 1339 232 193 169 0 50 0
[pid=28449] ppid=28448 vsize=12960 CPUtime=3.51
/proc/28449/stat : 28449 (minisat) R 28448 28425 27977 0 -1 4194304 3080 0 0 0 349 2 0 0 25 0 1 0 1995292787 13271040 3066 996147200 134512640 135127466 4294956256 18446744073709551615 134530936 0 0 4096 3 0 0 0 17 1 0 0
/proc/28449/statm: 3240 3066 76 150 0 3087 0
Current children cumulated CPU time (s) 6.13
Current children cumulated vsize (KiB) 31916

[startup+12.7019 s]
/proc/loadavg: 2.15 2.03 2.01 3/87 28449
/proc/meminfo: memFree=1664032/2055920 swapFree=4180796/4192956
[pid=28425] ppid=28423 vsize=13600 CPUtime=2.62
/proc/28425/stat : 28425 (sugar) S 28423 28425 27977 0 -1 4194304 1034 14275 0 2 4 0 247 11 16 0 1 0 1995292512 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 257212592226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28425/statm: 3400 799 370 3 0 500 0
[pid=28448] ppid=28425 vsize=5356 CPUtime=0
/proc/28448/stat : 28448 (sh) S 28425 28425 27977 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1995292787 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 257203692356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28448/statm: 1339 232 193 169 0 50 0
[pid=28449] ppid=28448 vsize=19964 CPUtime=9.84
/proc/28449/stat : 28449 (minisat) R 28448 28425 27977 0 -1 4194304 4812 0 0 0 981 3 0 0 25 0 1 0 1995292787 20443136 4798 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/28449/statm: 4991 4798 76 150 0 4838 0
Current children cumulated CPU time (s) 12.46
Current children cumulated vsize (KiB) 38920

[startup+25.5029 s]
/proc/loadavg: 2.12 2.03 2.01 3/87 28449
/proc/meminfo: memFree=1653408/2055920 swapFree=4180796/4192956
[pid=28425] ppid=28423 vsize=13600 CPUtime=2.62
/proc/28425/stat : 28425 (sugar) S 28423 28425 27977 0 -1 4194304 1034 14275 0 2 4 0 247 11 16 0 1 0 1995292512 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 257212592226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28425/statm: 3400 799 370 3 0 500 0
[pid=28448] ppid=28425 vsize=5356 CPUtime=0
/proc/28448/stat : 28448 (sh) S 28425 28425 27977 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1995292787 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 257203692356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28448/statm: 1339 232 193 169 0 50 0
[pid=28449] ppid=28448 vsize=30148 CPUtime=22.53
/proc/28449/stat : 28449 (minisat) R 28448 28425 27977 0 -1 4194304 7342 0 0 0 2248 5 0 0 25 0 1 0 1995292787 30871552 7328 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/28449/statm: 7537 7328 76 150 0 7384 0
Current children cumulated CPU time (s) 25.15
Current children cumulated vsize (KiB) 49104

[startup+51.1021 s]
/proc/loadavg: 2.08 2.03 2.01 3/87 28449
/proc/meminfo: memFree=1637536/2055920 swapFree=4180796/4192956
[pid=28425] ppid=28423 vsize=13600 CPUtime=2.62
/proc/28425/stat : 28425 (sugar) S 28423 28425 27977 0 -1 4194304 1034 14275 0 2 4 0 247 11 16 0 1 0 1995292512 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 257212592226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28425/statm: 3400 799 370 3 0 500 0
[pid=28448] ppid=28425 vsize=5356 CPUtime=0
/proc/28448/stat : 28448 (sh) S 28425 28425 27977 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1995292787 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 257203692356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28448/statm: 1339 232 193 169 0 50 0
[pid=28449] ppid=28448 vsize=46040 CPUtime=47.88
/proc/28449/stat : 28449 (minisat) R 28448 28425 27977 0 -1 4194304 11315 0 0 0 4779 9 0 0 25 0 1 0 1995292787 47144960 11301 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/28449/statm: 11510 11301 76 150 0 11357 0
Current children cumulated CPU time (s) 50.5
Current children cumulated vsize (KiB) 64996

[startup+102.307 s]
/proc/loadavg: 2.07 2.03 2.01 3/87 28449
/proc/meminfo: memFree=1613600/2055920 swapFree=4180796/4192956
[pid=28425] ppid=28423 vsize=13600 CPUtime=2.62
/proc/28425/stat : 28425 (sugar) S 28423 28425 27977 0 -1 4194304 1034 14275 0 2 4 0 247 11 16 0 1 0 1995292512 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 257212592226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28425/statm: 3400 799 370 3 0 500 0
[pid=28448] ppid=28425 vsize=5356 CPUtime=0
/proc/28448/stat : 28448 (sh) S 28425 28425 27977 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1995292787 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 257203692356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28448/statm: 1339 232 193 169 0 50 0
[pid=28449] ppid=28448 vsize=69852 CPUtime=98.6
/proc/28449/stat : 28449 (minisat) R 28448 28425 27977 0 -1 4194304 17192 0 0 0 9845 15 0 0 25 0 1 0 1995292787 71528448 17178 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/28449/statm: 17463 17178 76 150 0 17310 0
Current children cumulated CPU time (s) 101.22
Current children cumulated vsize (KiB) 88808

[startup+162.302 s]
/proc/loadavg: 2.14 2.06 2.01 3/87 28449
/proc/meminfo: memFree=1591712/2055920 swapFree=4180796/4192956
[pid=28425] ppid=28423 vsize=13600 CPUtime=2.62
/proc/28425/stat : 28425 (sugar) S 28423 28425 27977 0 -1 4194304 1034 14275 0 2 4 0 247 11 16 0 1 0 1995292512 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 257212592226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28425/statm: 3400 799 370 3 0 500 0
[pid=28448] ppid=28425 vsize=5356 CPUtime=0
/proc/28448/stat : 28448 (sh) S 28425 28425 27977 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1995292787 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 257203692356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28448/statm: 1339 232 193 169 0 50 0
[pid=28449] ppid=28448 vsize=91684 CPUtime=158.05
/proc/28449/stat : 28449 (minisat) R 28448 28425 27977 0 -1 4194304 22674 0 0 0 15784 21 0 0 25 0 1 0 1995292787 93884416 22660 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/28449/statm: 22921 22660 76 150 0 22768 0
Current children cumulated CPU time (s) 160.67
Current children cumulated vsize (KiB) 110640

[startup+222.302 s]
/proc/loadavg: 2.12 2.07 2.02 3/87 28449
/proc/meminfo: memFree=1574816/2055920 swapFree=4180796/4192956
[pid=28425] ppid=28423 vsize=13600 CPUtime=2.62
/proc/28425/stat : 28425 (sugar) S 28423 28425 27977 0 -1 4194304 1034 14275 0 2 4 0 247 11 16 0 1 0 1995292512 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 257212592226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28425/statm: 3400 799 370 3 0 500 0
[pid=28448] ppid=28425 vsize=5356 CPUtime=0
/proc/28448/stat : 28448 (sh) S 28425 28425 27977 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1995292787 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 257203692356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28448/statm: 1339 232 193 169 0 50 0
[pid=28449] ppid=28448 vsize=108604 CPUtime=217.48
/proc/28449/stat : 28449 (minisat) R 28448 28425 27977 0 -1 4194304 26824 0 0 0 21723 25 0 0 25 0 1 0 1995292787 111210496 26810 996147200 134512640 135127466 4294956256 18446744073709551615 134530775 0 0 4096 3 0 0 0 17 1 0 0
/proc/28449/statm: 27151 26810 76 150 0 26998 0
Current children cumulated CPU time (s) 220.1
Current children cumulated vsize (KiB) 127560

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

/proc/meminfo: memFree=1546488/2055920 swapFree=4180796/4192956
[pid=28425] ppid=28423 vsize=13600 CPUtime=2.62
/proc/28425/stat : 28425 (sugar) S 28423 28425 27977 0 -1 4194304 1034 14275 0 2 4 0 247 11 16 0 1 0 1995292512 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 257212592226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28425/statm: 3400 799 370 3 0 500 0
[pid=28448] ppid=28425 vsize=5356 CPUtime=0
/proc/28448/stat : 28448 (sh) S 28425 28425 27977 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1995292787 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 257203692356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28448/statm: 1339 232 193 169 0 50 0
[pid=28449] ppid=28448 vsize=157232 CPUtime=1281.61
/proc/28449/stat : 28449 (minisat) R 28448 28425 27977 0 -1 4194304 38913 0 0 0 128123 38 0 0 25 0 1 0 1995292787 161005568 38899 996147200 134512640 135127466 4294956256 18446744073709551615 134530692 0 0 4096 3 0 0 0 17 0 0 0
/proc/28449/statm: 39308 38899 76 150 0 39155 0
Current children cumulated CPU time (s) 1284.23
Current children cumulated vsize (KiB) 176188

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 28505
/proc/meminfo: memFree=1546424/2055920 swapFree=4180796/4192956
[pid=28425] ppid=28423 vsize=13600 CPUtime=2.62
/proc/28425/stat : 28425 (sugar) S 28423 28425 27977 0 -1 4194304 1034 14275 0 2 4 0 247 11 16 0 1 0 1995292512 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 257212592226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28425/statm: 3400 799 370 3 0 500 0
[pid=28448] ppid=28425 vsize=5356 CPUtime=0
/proc/28448/stat : 28448 (sh) S 28425 28425 27977 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1995292787 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 257203692356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28448/statm: 1339 232 193 169 0 50 0
[pid=28449] ppid=28448 vsize=157232 CPUtime=1341.58
/proc/28449/stat : 28449 (minisat) R 28448 28425 27977 0 -1 4194304 38922 0 0 0 134120 38 0 0 25 0 1 0 1995292787 161005568 38908 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/28449/statm: 39308 38908 76 150 0 39155 0
Current children cumulated CPU time (s) 1344.2
Current children cumulated vsize (KiB) 176188

[startup+1422.31 s]
/proc/loadavg: 2.12 2.03 2.01 3/87 28682
/proc/meminfo: memFree=1527136/2055920 swapFree=4180796/4192956
[pid=28425] ppid=28423 vsize=13600 CPUtime=2.62
/proc/28425/stat : 28425 (sugar) S 28423 28425 27977 0 -1 4194304 1034 14275 0 2 4 0 247 11 16 0 1 0 1995292512 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 257212592226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28425/statm: 3400 799 370 3 0 500 0
[pid=28448] ppid=28425 vsize=5356 CPUtime=0
/proc/28448/stat : 28448 (sh) S 28425 28425 27977 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1995292787 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 257203692356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28448/statm: 1339 232 193 169 0 50 0
[pid=28449] ppid=28448 vsize=157232 CPUtime=1401.52
/proc/28449/stat : 28449 (minisat) R 28448 28425 27977 0 -1 4194304 38922 0 0 0 140109 43 0 0 25 0 1 0 1995292787 161005568 38908 996147200 134512640 135127466 4294956256 18446744073709551615 134530766 0 0 4096 3 0 0 0 17 0 0 0
/proc/28449/statm: 39308 38908 76 150 0 39155 0
Current children cumulated CPU time (s) 1404.14
Current children cumulated vsize (KiB) 176188

[startup+1482.3 s]
/proc/loadavg: 2.05 2.02 2.00 3/87 28682
/proc/meminfo: memFree=1527264/2055920 swapFree=4180796/4192956
[pid=28425] ppid=28423 vsize=13600 CPUtime=2.62
/proc/28425/stat : 28425 (sugar) S 28423 28425 27977 0 -1 4194304 1034 14275 0 2 4 0 247 11 16 0 1 0 1995292512 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 257212592226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28425/statm: 3400 799 370 3 0 500 0
[pid=28448] ppid=28425 vsize=5356 CPUtime=0
/proc/28448/stat : 28448 (sh) S 28425 28425 27977 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1995292787 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 257203692356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28448/statm: 1339 232 193 169 0 50 0
[pid=28449] ppid=28448 vsize=157232 CPUtime=1461.47
/proc/28449/stat : 28449 (minisat) R 28448 28425 27977 0 -1 4194304 38922 0 0 0 146104 43 0 0 25 0 1 0 1995292787 161005568 38908 996147200 134512640 135127466 4294956256 18446744073709551615 134530828 0 0 4096 3 0 0 0 17 0 0 0
/proc/28449/statm: 39308 38908 76 150 0 39155 0
Current children cumulated CPU time (s) 1464.09
Current children cumulated vsize (KiB) 176188

[startup+1542.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/87 28682
/proc/meminfo: memFree=1527200/2055920 swapFree=4180796/4192956
[pid=28425] ppid=28423 vsize=13600 CPUtime=2.62
/proc/28425/stat : 28425 (sugar) S 28423 28425 27977 0 -1 4194304 1034 14275 0 2 4 0 247 11 16 0 1 0 1995292512 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 257212592226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28425/statm: 3400 799 370 3 0 500 0
[pid=28448] ppid=28425 vsize=5356 CPUtime=0
/proc/28448/stat : 28448 (sh) S 28425 28425 27977 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1995292787 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 257203692356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28448/statm: 1339 232 193 169 0 50 0
[pid=28449] ppid=28448 vsize=157312 CPUtime=1521.45
/proc/28449/stat : 28449 (minisat) R 28448 28425 27977 0 -1 4194304 38938 0 0 0 152102 43 0 0 25 0 1 0 1995292787 161087488 38924 996147200 134512640 135127466 4294956256 18446744073709551615 134530772 0 0 4096 3 0 0 0 17 0 0 0
/proc/28449/statm: 39328 38924 76 150 0 39175 0
Current children cumulated CPU time (s) 1524.07
Current children cumulated vsize (KiB) 176268

[startup+1602.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/87 28682
/proc/meminfo: memFree=1521504/2055920 swapFree=4180796/4192956
[pid=28425] ppid=28423 vsize=13600 CPUtime=2.62
/proc/28425/stat : 28425 (sugar) S 28423 28425 27977 0 -1 4194304 1034 14275 0 2 4 0 247 11 16 0 1 0 1995292512 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 257212592226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28425/statm: 3400 799 370 3 0 500 0
[pid=28448] ppid=28425 vsize=5356 CPUtime=0
/proc/28448/stat : 28448 (sh) S 28425 28425 27977 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1995292787 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 257203692356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28448/statm: 1339 232 193 169 0 50 0
[pid=28449] ppid=28448 vsize=163484 CPUtime=1581.42
/proc/28449/stat : 28449 (minisat) R 28448 28425 27977 0 -1 4194304 40366 0 0 0 158097 45 0 0 25 0 1 0 1995292787 167407616 40352 996147200 134512640 135127466 4294956256 18446744073709551615 134530752 0 0 4096 3 0 0 0 17 0 0 0
/proc/28449/statm: 40871 40352 76 150 0 40718 0
Current children cumulated CPU time (s) 1584.04
Current children cumulated vsize (KiB) 182440

[startup+1662.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/87 28682
/proc/meminfo: memFree=1514080/2055920 swapFree=4180796/4192956
[pid=28425] ppid=28423 vsize=13600 CPUtime=2.62
/proc/28425/stat : 28425 (sugar) S 28423 28425 27977 0 -1 4194304 1034 14275 0 2 4 0 247 11 16 0 1 0 1995292512 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 257212592226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28425/statm: 3400 799 370 3 0 500 0
[pid=28448] ppid=28425 vsize=5356 CPUtime=0
/proc/28448/stat : 28448 (sh) S 28425 28425 27977 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1995292787 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 257203692356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28448/statm: 1339 232 193 169 0 50 0
[pid=28449] ppid=28448 vsize=171400 CPUtime=1641.4
/proc/28449/stat : 28449 (minisat) R 28448 28425 27977 0 -1 4194304 42212 0 0 0 164094 46 0 0 25 0 1 0 1995292787 175513600 42198 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/28449/statm: 42850 42198 76 150 0 42697 0
Current children cumulated CPU time (s) 1644.02
Current children cumulated vsize (KiB) 190356

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 28682
/proc/meminfo: memFree=1504672/2055920 swapFree=4180796/4192956
[pid=28425] ppid=28423 vsize=13600 CPUtime=2.62
/proc/28425/stat : 28425 (sugar) S 28423 28425 27977 0 -1 4194304 1034 14275 0 2 4 0 247 11 16 0 1 0 1995292512 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 257212592226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28425/statm: 3400 799 370 3 0 500 0
[pid=28448] ppid=28425 vsize=5356 CPUtime=0
/proc/28448/stat : 28448 (sh) S 28425 28425 27977 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1995292787 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 257203692356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28448/statm: 1339 232 193 169 0 50 0
[pid=28449] ppid=28448 vsize=181304 CPUtime=1701.38
/proc/28449/stat : 28449 (minisat) R 28448 28425 27977 0 -1 4194304 44581 0 0 0 170089 49 0 0 25 0 1 0 1995292787 185655296 44567 996147200 134512640 135127466 4294956256 18446744073709551615 134530752 0 0 4096 3 0 0 0 17 0 0 0
/proc/28449/statm: 45326 44567 76 150 0 45173 0
Current children cumulated CPU time (s) 1704
Current children cumulated vsize (KiB) 200260

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 28682
/proc/meminfo: memFree=1500000/2055920 swapFree=4180796/4192956
[pid=28425] ppid=28423 vsize=13600 CPUtime=2.62
/proc/28425/stat : 28425 (sugar) S 28423 28425 27977 0 -1 4194304 1034 14275 0 2 4 0 247 11 16 0 1 0 1995292512 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 257212592226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28425/statm: 3400 799 370 3 0 500 0
[pid=28448] ppid=28425 vsize=5356 CPUtime=0
/proc/28448/stat : 28448 (sh) S 28425 28425 27977 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1995292787 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 257203692356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28448/statm: 1339 232 193 169 0 50 0
[pid=28449] ppid=28448 vsize=186080 CPUtime=1761.36
/proc/28449/stat : 28449 (minisat) R 28448 28425 27977 0 -1 4194304 45693 0 0 0 176085 51 0 0 25 0 1 0 1995292787 190545920 45679 996147200 134512640 135127466 4294956256 18446744073709551615 134530752 0 0 4096 3 0 0 0 17 0 0 0
/proc/28449/statm: 46520 45679 76 150 0 46367 0
Current children cumulated CPU time (s) 1763.98
Current children cumulated vsize (KiB) 205036



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1818.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 28682
/proc/meminfo: memFree=1497952/2055920 swapFree=4180796/4192956
[pid=28425] ppid=28423 vsize=13600 CPUtime=2.62
/proc/28425/stat : 28425 (sugar) S 28423 28425 27977 0 -1 4194304 1034 14275 0 2 4 0 247 11 16 0 1 0 1995292512 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 257212592226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28425/statm: 3400 799 370 3 0 500 0
[pid=28448] ppid=28425 vsize=5356 CPUtime=0
/proc/28448/stat : 28448 (sh) S 28425 28425 27977 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1995292787 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 257203692356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28448/statm: 1339 232 193 169 0 50 0
[pid=28449] ppid=28448 vsize=188232 CPUtime=1797.45
/proc/28449/stat : 28449 (minisat) R 28448 28425 27977 0 -1 4194304 46195 0 0 0 179694 51 0 0 25 0 1 0 1995292787 192749568 46181 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/28449/statm: 47058 46181 76 150 0 46905 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 207188

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 28425 and gives
#  childrusage.ru_utime.tv_sec=2
#  childrusage.ru_utime.tv_usec=520616
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=124981
# CPU time returned by wait4() is 2.6456
# while last known CPU time is 1800.07
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1818.44
CPU time (s): 1800.07
CPU user time (s): 1799.45
CPU system time (s): 0.62
CPU usage (%): 98.9899
Max. virtual memory (cumulated for all children) (KiB): 888652

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2.52062
system time used= 0.124981
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 15653
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= 3118
involuntary context switches= 3064

runsolver used 2.16767 second user time and 5.82711 second system time

The end

Launcher Data (download as text)

Begin job on node65 at 2008-07-04 11:20:27
IDJOB=1070090
IDBENCH=55795
IDSOLVER=346
FILE ID=node65/1070090-1215163227
PBS_JOBID= 7881440
Free space on /tmp= 66476 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/pseudoGLB/normalized-chnl40-45-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-1070090-1215163227/watcher-1070090-1215163227 -o /tmp/evaluation-result-1070090-1215163227/solver-1070090-1215163227 -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-1070090-1215163227.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= d90b14d447b2d0625f8e023b3d8fff94
RANDOM SEED=773489729

node65.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:       1687576 kB
Buffers:         43912 kB
Cached:         224380 kB
SwapCached:       5952 kB
Active:         238840 kB
Inactive:        71028 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1687576 kB
SwapTotal:     4192956 kB
SwapFree:      4180796 kB
Dirty:            1588 kB
Writeback:           0 kB
Mapped:          58748 kB
Slab:            43524 kB
Committed_AS:  3957268 kB
PageTables:       2040 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= 66472 MiB
End job on node65 at 2008-07-04 11:50:48