Trace number 1055986

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.09 1816.43

General information on the benchmark

Namecsp/queenAttacking/
normalized-queenAttacking-8.xml
MD5SUMe0d3c2a9b72782260c487372febe60b6
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables65
Number of constraints2034
Maximum constraint arity2
Maximum domain size64
Number of constraints which are defined in extension0
Number of constraints which are defined in intension2034
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 Thu Jul  3 06:54:04 2008
0.00/0.04	c 0	PID 28757
0.00/0.04	c 0	HOST node76.alineos.net
0.00/0.04	c 0	CONVERTING HOME/instance-1055986-1215060844.xml TO HOME/temp.csp
0.00/0.04	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1055986-1215060844.xml' 'HOME/temp.csp'
0.04/0.71	c 1	2 domains, 65 variables, 3 predicates, 0 relations, 2034 constraints
0.04/0.71	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.04/0.71	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.04/0.79	c 1	Parsing HOME/temp.csp
0.69/0.98	c 1	parsed 2104 expressions
0.69/0.98	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.69/0.98	c 1	Converting to clausal form CSP
1.05/1.15	c 1	converted 211 (10%) expressions
1.05/1.18	c 1	converted 421 (20%) expressions
1.05/1.19	c 1	converted 632 (30%) expressions
1.15/1.20	c 1	converted 842 (40%) expressions
1.15/1.21	c 1	converted 1052 (50%) expressions
1.15/1.22	c 1	converted 1263 (60%) expressions
1.15/1.23	c 1	converted 1473 (70%) expressions
1.15/1.24	c 1	converted 1684 (80%) expressions
1.15/1.25	c 1	converted 1894 (90%) expressions
1.15/1.26	c 1	converted 2104 (100%) expressions
1.15/1.27	c 1	CSP : 343 integers, 216 booleans, 3302 clauses, largest domain size 64
1.15/1.27	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.15/1.27	c 1	Propagation in CSP
1.25/1.31	c 1	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.25/1.31	c 1	CSP : 343 integers, 216 booleans, 3302 clauses, largest domain size 64
1.25/1.31	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.25/1.31	c 1	Simplifing CSP by introducing new Boolean variables
1.25/1.34	c 1	CSP : 343 integers, 4734 booleans, 7820 clauses, largest domain size 64
1.25/1.34	c 1	Heap : 4 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.25/1.38	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.34/1.41	c 1	35 (10%) CSP integer variables are encoded (2116 clauses, 25398 bytes)
1.34/1.41	c 1	69 (20%) CSP integer variables are encoded (3992 clauses, 49786 bytes)
1.34/1.41	c 1	103 (30%) CSP integer variables are encoded (4188 clauses, 52334 bytes)
1.34/1.41	c 1	138 (40%) CSP integer variables are encoded (4398 clauses, 55064 bytes)
1.34/1.41	c 1	172 (50%) CSP integer variables are encoded (4602 clauses, 57716 bytes)
1.34/1.41	c 1	206 (60%) CSP integer variables are encoded (4806 clauses, 60368 bytes)
1.34/1.42	c 1	241 (70%) CSP integer variables are encoded (5016 clauses, 63098 bytes)
1.34/1.42	c 1	275 (80%) CSP integer variables are encoded (5220 clauses, 65750 bytes)
1.34/1.42	c 1	309 (90%) CSP integer variables are encoded (5424 clauses, 68402 bytes)
1.34/1.42	c 1	343 (100%) CSP integer variables are encoded (5628 clauses, 71054 bytes)
1.44/1.52	c 1	782 (10%) CSP clauses are encoded (31730 clauses, 625116 bytes)
1.44/1.58	c 2	1564 (20%) CSP clauses are encoded (62340 clauses, 1162574 bytes)
1.55/1.64	c 2	2346 (30%) CSP clauses are encoded (93072 clauses, 1705408 bytes)
1.55/1.70	c 2	3128 (40%) CSP clauses are encoded (123460 clauses, 2243828 bytes)
1.64/1.75	c 2	3910 (50%) CSP clauses are encoded (153616 clauses, 2798638 bytes)
1.74/1.80	c 2	4692 (60%) CSP clauses are encoded (182878 clauses, 3345704 bytes)
1.74/1.85	c 2	5474 (70%) CSP clauses are encoded (212081 clauses, 3892043 bytes)
1.84/1.90	c 2	6256 (80%) CSP clauses are encoded (240608 clauses, 4424854 bytes)
1.84/1.95	c 2	7038 (90%) CSP clauses are encoded (267610 clauses, 4946268 bytes)
1.93/2.00	c 2	7820 (100%) CSP clauses are encoded (289530 clauses, 5369836 bytes)
1.93/2.00	c 2	7820 CSP clauses encoded
1.93/2.00	c 2	Writing map file : HOME/temp.map
1.93/2.00	c 2	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.93/2.00	c 2	SAT : 10705 SAT variables, 289530 SAT clauses, 5369836 bytes
1.93/2.00	c 2	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.93/2.02	c 2	SOLVING HOME/temp.cnf
1.93/2.02	c 2	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1.93/2.02	c 2	This is MiniSat 2.0 beta
1.93/2.02	c 2	WARNING: for repeatability, setting FPU to use double precision
1.93/2.02	c 2	============================[ Problem Statistics ]=============================
1.93/2.02	c 2	|                                                                             |
1.93/2.02	c 2	|  Number of variables:  10705                                                |
1.93/2.02	c 2	|  Number of clauses:    289530                                               |
2.04/2.15	c 2	|  Parsing time:         0.11         s                                       |
2.04/2.16	c 2	============================[ Search Statistics ]==============================
2.04/2.16	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.04/2.16	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.04/2.16	c 2	===============================================================================
2.04/2.16	c 2	|         0 |   10705   289530   865708 |    96510        0    nan |  0.000 % |
2.04/2.19	c 2	|       100 |   10705   289530   865708 |   106161      100     10 |  0.000 % |
2.14/2.23	c 2	|       250 |   10705   289530   865708 |   116777      250     11 |  0.000 % |
2.14/2.29	c 2	|       476 |   10705   289530   865708 |   128454      476     10 |  0.000 % |
2.24/2.37	c 2	|       813 |   10705   289530   865708 |   141300      813     12 |  0.000 % |
2.44/2.53	c 2	|      1319 |   10705   289530   865708 |   155430     1319     12 |  0.000 % |
2.64/2.77	c 3	|      2080 |   10705   289530   865708 |   170973     2080     12 |  0.000 % |
2.84/2.92	c 3	|      3220 |   10705   289530   865708 |   188070     3220     13 |  0.000 % |
3.23/3.34	c 3	|      4928 |   10705   289530   865708 |   206877     4928     13 |  0.000 % |
4.02/4.12	c 4	|      7490 |   10705   289530   865708 |   227565     7490     13 |  0.000 % |
5.13/5.20	c 5	|     11334 |   10705   289530   865708 |   250322    11334     15 |  0.000 % |
6.71/6.87	c 7	|     17102 |   10705   289530   865708 |   275354    17102     17 |  0.000 % |
9.60/9.74	c 10	|     25751 |   10705   289530   865708 |   302889    25751     18 |  0.000 % |
17.26/17.46	c 17	|     38726 |   10705   289530   865708 |   333178    38726     27 |  0.000 % |
27.22/27.44	c 27	|     58187 |   10705   289530   865708 |   366496    58187     28 |  0.000 % |
49.31/49.65	c 50	|     87379 |   10705   289530   865708 |   403146    87379     36 |  0.000 % |
88.22/88.71	c 89	|    131168 |   10705   289530   865708 |   443460   131168     35 |  0.000 % |
176.88/177.84	c 178	|    196852 |   10705   289530   865708 |   487806   196852     41 |  0.000 % |
316.75/319.06	c 319	|    295378 |   10705   289530   865708 |   536587   295378     43 |  0.000 % |
590.74/595.68	c 596	|    443167 |   10705   289530   865708 |   590246   443167     43 |  0.000 % |
1144.30/1154.40	c 1154	|    664850 |   10705   289530   865708 |   649271    99745     47 |  0.000 % |
1728.57/1744.25	c 1744	|    997375 |   10705   289530   865708 |   714198   432270     50 |  0.000 % |
1800.09/1816.41	c ERROR INTERRUPTED
1800.09/1816.43	s UNKNOWN
1800.09/1816.43	c 1816	CPU 1.85 (0.04 0.01 1.81 0.12)
1800.09/1816.43	c 1816	END Thu Jul  3 07:24:20 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-1055986-1215060844/watcher-1055986-1215060844 -o /tmp/evaluation-result-1055986-1215060844/solver-1055986-1215060844 -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-1055986-1215060844.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/88 28757
/proc/meminfo: memFree=1591080/2055920 swapFree=4179076/4192956
[pid=28757] ppid=28755 vsize=12272 CPUtime=0
/proc/28757/stat : 28757 (sugar) R 28755 28757 22236 0 -1 4194304 359 0 0 0 0 0 0 0 18 0 1 0 117765026 12566528 327 996147200 4194304 4206940 548682068608 18446744073709551615 265674259045 0 0 4224 0 0 0 0 17 0 0 0
/proc/28757/statm: 3068 328 246 3 0 168 0

[startup+0.064518 s]
/proc/loadavg: 2.00 2.00 2.00 4/88 28757
/proc/meminfo: memFree=1591080/2055920 swapFree=4179076/4192956
[pid=28757] ppid=28755 vsize=13600 CPUtime=0.04
/proc/28757/stat : 28757 (sugar) S 28755 28757 22236 0 -1 4194304 900 127 0 0 3 1 0 0 17 0 1 0 117765026 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28757/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.102347 s]
/proc/loadavg: 2.00 2.00 2.00 4/88 28757
/proc/meminfo: memFree=1591080/2055920 swapFree=4179076/4192956
[pid=28757] ppid=28755 vsize=13600 CPUtime=0.04
/proc/28757/stat : 28757 (sugar) S 28755 28757 22236 0 -1 4194304 900 127 0 0 3 1 0 0 17 0 1 0 117765026 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28757/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.301372 s]
/proc/loadavg: 2.00 2.00 2.00 4/88 28757
/proc/meminfo: memFree=1591080/2055920 swapFree=4179076/4192956
[pid=28757] ppid=28755 vsize=13600 CPUtime=0.04
/proc/28757/stat : 28757 (sugar) S 28755 28757 22236 0 -1 4194304 900 127 0 0 3 1 0 0 17 0 1 0 117765026 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28757/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.701416 s]
/proc/loadavg: 2.00 2.00 2.00 4/88 28757
/proc/meminfo: memFree=1591080/2055920 swapFree=4179076/4192956
[pid=28757] ppid=28755 vsize=13600 CPUtime=0.04
/proc/28757/stat : 28757 (sugar) S 28755 28757 22236 0 -1 4194304 900 127 0 0 3 1 0 0 17 0 1 0 117765026 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28757/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+1.5015 s]
/proc/loadavg: 2.00 2.00 2.00 3/99 28779
/proc/meminfo: memFree=1582352/2055920 swapFree=4179076/4192956
[pid=28757] ppid=28755 vsize=13600 CPUtime=0.69
/proc/28757/stat : 28757 (sugar) S 28755 28757 22236 0 -1 4194304 974 5128 0 1 3 1 63 2 15 0 1 0 117765026 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28757/statm: 3400 797 370 3 0 500 0
[pid=28770] ppid=28757 vsize=5356 CPUtime=0
/proc/28770/stat : 28770 (sh) S 28757 28757 22236 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 117765098 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28770/statm: 1339 233 193 169 0 50 0
[pid=28771] ppid=28770 vsize=868484 CPUtime=0.75
/proc/28771/stat : 28771 (java) S 28770 28757 22236 0 -1 0 7048 0 1 0 71 4 0 0 20 0 9 0 117765098 889327616 6263 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28771/statm: 217121 6263 2563 9 0 211668 0
[pid=28771/tid=28772] ppid=28770 vsize=868484 CPUtime=0.45
/proc/28771/task/28772/stat : 28772 (java) R 28770 28757 22236 0 -1 64 2731 0 1 0 43 2 0 0 25 0 9 0 117765099 889327616 6263 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28771/tid=28773] ppid=28770 vsize=868484 CPUtime=0.08
/proc/28771/task/28773/stat : 28773 (java) S 28770 28757 22236 0 -1 64 2147 0 0 0 8 0 0 0 16 0 9 0 117765100 889327616 6263 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28771/tid=28774] ppid=28770 vsize=868484 CPUtime=0
/proc/28771/task/28774/stat : 28774 (java) S 28770 28757 22236 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 117765100 889327616 6263 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28771/tid=28775] ppid=28770 vsize=868484 CPUtime=0
/proc/28771/task/28775/stat : 28775 (java) S 28770 28757 22236 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 117765100 889327616 6263 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28771/tid=28776] ppid=28770 vsize=868484 CPUtime=0
/proc/28771/task/28776/stat : 28776 (java) S 28770 28757 22236 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 117765102 889327616 6263 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28771/tid=28777] ppid=28770 vsize=868484 CPUtime=0.19
/proc/28771/task/28777/stat : 28777 (java) R 28770 28757 22236 0 -1 64 1477 0 0 0 19 0 0 0 16 0 9 0 117765102 889327616 6263 996147200 134512640 134550740 4294955952 18446744073709551615 101660476 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28771/tid=28778] ppid=28770 vsize=868484 CPUtime=0
/proc/28771/task/28778/stat : 28778 (java) S 28770 28757 22236 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 117765102 889327616 6263 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28771/tid=28779] ppid=28770 vsize=868484 CPUtime=0
/proc/28771/task/28779/stat : 28779 (java) S 28770 28757 22236 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 117765102 889327616 6263 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.44
Current children cumulated vsize (KiB) 887440

[startup+3.10168 s]
/proc/loadavg: 2.00 2.00 2.00 3/91 28781
/proc/meminfo: memFree=1575312/2055920 swapFree=4179076/4192956
[pid=28757] ppid=28755 vsize=13600 CPUtime=1.97
/proc/28757/stat : 28757 (sugar) S 28755 28757 22236 0 -1 4194304 1032 12640 0 2 3 1 181 12 15 0 1 0 117765026 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28757/statm: 3400 798 370 3 0 500 0
[pid=28780] ppid=28757 vsize=5356 CPUtime=0
/proc/28780/stat : 28780 (sh) S 28757 28757 22236 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 117765228 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28780/statm: 1339 232 193 169 0 50 0
[pid=28781] ppid=28780 vsize=15872 CPUtime=1.06
/proc/28781/stat : 28781 (minisat) R 28780 28757 22236 0 -1 4194304 3858 0 0 0 104 2 0 0 25 0 1 0 117765228 16252928 3844 996147200 134512640 135127466 4294956272 18446744073709551615 134530668 0 0 4096 3 0 0 0 17 0 0 0
/proc/28781/statm: 3968 3844 75 150 0 3815 0
Current children cumulated CPU time (s) 3.03
Current children cumulated vsize (KiB) 34828

[startup+6.30104 s]
/proc/loadavg: 2.00 2.00 2.00 3/91 28781
/proc/meminfo: memFree=1567248/2055920 swapFree=4179076/4192956
[pid=28757] ppid=28755 vsize=13600 CPUtime=1.98
/proc/28757/stat : 28757 (sugar) S 28755 28757 22236 0 -1 4194304 1032 12640 0 2 4 1 181 12 16 0 1 0 117765026 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28757/statm: 3400 798 370 3 0 500 0
[pid=28780] ppid=28757 vsize=5356 CPUtime=0
/proc/28780/stat : 28780 (sh) S 28757 28757 22236 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 117765228 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28780/statm: 1339 232 193 169 0 50 0
[pid=28781] ppid=28780 vsize=16964 CPUtime=4.24
/proc/28781/stat : 28781 (minisat) R 28780 28757 22236 0 -1 4194304 4124 0 0 0 421 3 0 0 25 0 1 0 117765228 17371136 4110 996147200 134512640 135127466 4294956272 18446744073709551615 134530941 0 0 4096 3 0 0 0 17 0 0 0
/proc/28781/statm: 4241 4110 75 150 0 4088 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 35920

[startup+12.7018 s]
/proc/loadavg: 2.00 2.00 2.00 3/91 28781
/proc/meminfo: memFree=1565072/2055920 swapFree=4179076/4192956
[pid=28757] ppid=28755 vsize=13600 CPUtime=1.98
/proc/28757/stat : 28757 (sugar) S 28755 28757 22236 0 -1 4194304 1032 12640 0 2 4 1 181 12 16 0 1 0 117765026 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28757/statm: 3400 798 370 3 0 500 0
[pid=28780] ppid=28757 vsize=5356 CPUtime=0
/proc/28780/stat : 28780 (sh) S 28757 28757 22236 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 117765228 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28780/statm: 1339 232 193 169 0 50 0
[pid=28781] ppid=28780 vsize=19300 CPUtime=10.61
/proc/28781/stat : 28781 (minisat) R 28780 28757 22236 0 -1 4194304 4685 0 0 0 1057 4 0 0 25 0 1 0 117765228 19763200 4671 996147200 134512640 135127466 4294956272 18446744073709551615 134530828 0 0 4096 3 0 0 0 17 0 0 0
/proc/28781/statm: 4825 4671 75 150 0 4672 0
Current children cumulated CPU time (s) 12.59
Current children cumulated vsize (KiB) 38256

[startup+25.5022 s]
/proc/loadavg: 2.00 2.00 2.00 3/91 28781
/proc/meminfo: memFree=1561040/2055920 swapFree=4179076/4192956
[pid=28757] ppid=28755 vsize=13600 CPUtime=1.98
/proc/28757/stat : 28757 (sugar) S 28755 28757 22236 0 -1 4194304 1032 12640 0 2 4 1 181 12 16 0 1 0 117765026 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28757/statm: 3400 798 370 3 0 500 0
[pid=28780] ppid=28757 vsize=5356 CPUtime=0
/proc/28780/stat : 28780 (sh) S 28757 28757 22236 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 117765228 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28780/statm: 1339 232 193 169 0 50 0
[pid=28781] ppid=28780 vsize=23208 CPUtime=23.34
/proc/28781/stat : 28781 (minisat) R 28780 28757 22236 0 -1 4194304 5684 0 0 0 2329 5 0 0 25 0 1 0 117765228 23764992 5670 996147200 134512640 135127466 4294956272 18446744073709551615 134530635 0 0 4096 3 0 0 0 17 0 0 0
/proc/28781/statm: 5802 5670 75 150 0 5649 0
Current children cumulated CPU time (s) 25.32
Current children cumulated vsize (KiB) 42164

[startup+51.1021 s]
/proc/loadavg: 2.00 2.00 2.00 3/91 28781
/proc/meminfo: memFree=1553104/2055920 swapFree=4179076/4192956
[pid=28757] ppid=28755 vsize=13600 CPUtime=1.98
/proc/28757/stat : 28757 (sugar) S 28755 28757 22236 0 -1 4194304 1032 12640 0 2 4 1 181 12 16 0 1 0 117765026 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28757/statm: 3400 798 370 3 0 500 0
[pid=28780] ppid=28757 vsize=5356 CPUtime=0
/proc/28780/stat : 28780 (sh) S 28757 28757 22236 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 117765228 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28780/statm: 1339 232 193 169 0 50 0
[pid=28781] ppid=28780 vsize=31248 CPUtime=48.82
/proc/28781/stat : 28781 (minisat) R 28780 28757 22236 0 -1 4194304 7692 0 0 0 4875 7 0 0 25 0 1 0 117765228 31997952 7678 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/28781/statm: 7812 7678 75 150 0 7659 0
Current children cumulated CPU time (s) 50.8
Current children cumulated vsize (KiB) 50204

[startup+102.308 s]
/proc/loadavg: 2.00 2.00 2.00 3/91 28781
/proc/meminfo: memFree=1543248/2055920 swapFree=4179076/4192956
[pid=28757] ppid=28755 vsize=13600 CPUtime=1.98
/proc/28757/stat : 28757 (sugar) S 28755 28757 22236 0 -1 4194304 1032 12640 0 2 4 1 181 12 16 0 1 0 117765026 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28757/statm: 3400 798 370 3 0 500 0
[pid=28780] ppid=28757 vsize=5356 CPUtime=0
/proc/28780/stat : 28780 (sh) S 28757 28757 22236 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 117765228 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28780/statm: 1339 232 193 169 0 50 0
[pid=28781] ppid=28780 vsize=41068 CPUtime=99.77
/proc/28781/stat : 28781 (minisat) R 28780 28757 22236 0 -1 4194304 10084 0 0 0 9967 10 0 0 25 0 1 0 117765228 42053632 10070 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/28781/statm: 10267 10070 75 150 0 10114 0
Current children cumulated CPU time (s) 101.75
Current children cumulated vsize (KiB) 60024

[startup+162.303 s]
/proc/loadavg: 2.00 2.00 2.00 3/91 28781
/proc/meminfo: memFree=1533264/2055920 swapFree=4179076/4192956
[pid=28757] ppid=28755 vsize=13600 CPUtime=1.98
/proc/28757/stat : 28757 (sugar) S 28755 28757 22236 0 -1 4194304 1032 12640 0 2 4 1 181 12 16 0 1 0 117765026 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28757/statm: 3400 798 370 3 0 500 0
[pid=28780] ppid=28757 vsize=5356 CPUtime=0
/proc/28780/stat : 28780 (sh) S 28757 28757 22236 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 117765228 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28780/statm: 1339 232 193 169 0 50 0
[pid=28781] ppid=28780 vsize=50976 CPUtime=159.48
/proc/28781/stat : 28781 (minisat) R 28780 28757 22236 0 -1 4194304 12583 0 0 0 15935 13 0 0 25 0 1 0 117765228 52199424 12569 996147200 134512640 135127466 4294956272 18446744073709551615 134530828 0 0 4096 3 0 0 0 17 0 0 0
/proc/28781/statm: 12744 12569 75 150 0 12591 0
Current children cumulated CPU time (s) 161.46
Current children cumulated vsize (KiB) 69932

[startup+222.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 28811
/proc/meminfo: memFree=1528472/2055920 swapFree=4179076/4192956
[pid=28757] ppid=28755 vsize=13600 CPUtime=1.98
/proc/28757/stat : 28757 (sugar) S 28755 28757 22236 0 -1 4194304 1032 12640 0 2 4 1 181 12 16 0 1 0 117765026 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28757/statm: 3400 798 370 3 0 500 0
[pid=28780] ppid=28757 vsize=5356 CPUtime=0
/proc/28780/stat : 28780 (sh) S 28757 28757 22236 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 117765228 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0

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

/proc/meminfo: memFree=1446296/2055920 swapFree=4179076/4192956
[pid=28757] ppid=28755 vsize=13600 CPUtime=1.98
/proc/28757/stat : 28757 (sugar) S 28755 28757 22236 0 -1 4194304 1032 12640 0 2 4 1 181 12 16 0 1 0 117765026 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28757/statm: 3400 798 370 3 0 500 0
[pid=28780] ppid=28757 vsize=5356 CPUtime=0
/proc/28780/stat : 28780 (sh) S 28757 28757 22236 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 117765228 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28780/statm: 1339 232 193 169 0 50 0
[pid=28781] ppid=28780 vsize=143500 CPUtime=1288.83
/proc/28781/stat : 28781 (minisat) R 28780 28757 22236 0 -1 4194304 35605 0 0 0 128846 37 0 0 25 0 1 0 117765228 146944000 35591 996147200 134512640 135127466 4294956272 18446744073709551615 134530692 0 0 4096 3 0 0 0 17 1 0 0
/proc/28781/statm: 35875 35591 75 150 0 35722 0
Current children cumulated CPU time (s) 1290.81
Current children cumulated vsize (KiB) 162456

[startup+1362.3 s]
/proc/loadavg: 2.06 2.02 2.00 3/82 28817
/proc/meminfo: memFree=1446296/2055920 swapFree=4179076/4192956
[pid=28757] ppid=28755 vsize=13600 CPUtime=1.98
/proc/28757/stat : 28757 (sugar) S 28755 28757 22236 0 -1 4194304 1032 12640 0 2 4 1 181 12 16 0 1 0 117765026 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28757/statm: 3400 798 370 3 0 500 0
[pid=28780] ppid=28757 vsize=5356 CPUtime=0
/proc/28780/stat : 28780 (sh) S 28757 28757 22236 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 117765228 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28780/statm: 1339 232 193 169 0 50 0
[pid=28781] ppid=28780 vsize=143500 CPUtime=1348.27
/proc/28781/stat : 28781 (minisat) R 28780 28757 22236 0 -1 4194304 35606 0 0 0 134790 37 0 0 25 0 1 0 117765228 146944000 35592 996147200 134512640 135127466 4294956272 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/28781/statm: 35875 35592 75 150 0 35722 0
Current children cumulated CPU time (s) 1350.25
Current children cumulated vsize (KiB) 162456

[startup+1422.31 s]
/proc/loadavg: 2.06 2.03 2.00 3/82 28817
/proc/meminfo: memFree=1446168/2055920 swapFree=4179076/4192956
[pid=28757] ppid=28755 vsize=13600 CPUtime=1.98
/proc/28757/stat : 28757 (sugar) S 28755 28757 22236 0 -1 4194304 1032 12640 0 2 4 1 181 12 16 0 1 0 117765026 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28757/statm: 3400 798 370 3 0 500 0
[pid=28780] ppid=28757 vsize=5356 CPUtime=0
/proc/28780/stat : 28780 (sh) S 28757 28757 22236 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 117765228 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28780/statm: 1339 232 193 169 0 50 0
[pid=28781] ppid=28780 vsize=143500 CPUtime=1407.71
/proc/28781/stat : 28781 (minisat) R 28780 28757 22236 0 -1 4194304 35607 0 0 0 140734 37 0 0 25 0 1 0 117765228 146944000 35593 996147200 134512640 135127466 4294956272 18446744073709551615 134530828 0 0 4096 3 0 0 0 17 1 0 0
/proc/28781/statm: 35875 35593 75 150 0 35722 0
Current children cumulated CPU time (s) 1409.69
Current children cumulated vsize (KiB) 162456

[startup+1482.3 s]
/proc/loadavg: 2.06 2.04 2.00 3/82 28817
/proc/meminfo: memFree=1446104/2055920 swapFree=4179076/4192956
[pid=28757] ppid=28755 vsize=13600 CPUtime=1.98
/proc/28757/stat : 28757 (sugar) S 28755 28757 22236 0 -1 4194304 1032 12640 0 2 4 1 181 12 16 0 1 0 117765026 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28757/statm: 3400 798 370 3 0 500 0
[pid=28780] ppid=28757 vsize=5356 CPUtime=0
/proc/28780/stat : 28780 (sh) S 28757 28757 22236 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 117765228 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28780/statm: 1339 232 193 169 0 50 0
[pid=28781] ppid=28780 vsize=143500 CPUtime=1467.14
/proc/28781/stat : 28781 (minisat) R 28780 28757 22236 0 -1 4194304 35607 0 0 0 146677 37 0 0 25 0 1 0 117765228 146944000 35593 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/28781/statm: 35875 35593 75 150 0 35722 0
Current children cumulated CPU time (s) 1469.12
Current children cumulated vsize (KiB) 162456

[startup+1542.3 s]
/proc/loadavg: 2.05 2.04 2.00 3/82 28817
/proc/meminfo: memFree=1446168/2055920 swapFree=4179076/4192956
[pid=28757] ppid=28755 vsize=13600 CPUtime=1.98
/proc/28757/stat : 28757 (sugar) S 28755 28757 22236 0 -1 4194304 1032 12640 0 2 4 1 181 12 16 0 1 0 117765026 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28757/statm: 3400 798 370 3 0 500 0
[pid=28780] ppid=28757 vsize=5356 CPUtime=0
/proc/28780/stat : 28780 (sh) S 28757 28757 22236 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 117765228 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28780/statm: 1339 232 193 169 0 50 0
[pid=28781] ppid=28780 vsize=143500 CPUtime=1526.58
/proc/28781/stat : 28781 (minisat) R 28780 28757 22236 0 -1 4194304 35607 0 0 0 152621 37 0 0 25 0 1 0 117765228 146944000 35593 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/28781/statm: 35875 35593 75 150 0 35722 0
Current children cumulated CPU time (s) 1528.56
Current children cumulated vsize (KiB) 162456

[startup+1602.3 s]
/proc/loadavg: 2.13 2.06 2.01 3/82 28817
/proc/meminfo: memFree=1446168/2055920 swapFree=4179076/4192956
[pid=28757] ppid=28755 vsize=13600 CPUtime=1.98
/proc/28757/stat : 28757 (sugar) S 28755 28757 22236 0 -1 4194304 1032 12640 0 2 4 1 181 12 16 0 1 0 117765026 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28757/statm: 3400 798 370 3 0 500 0
[pid=28780] ppid=28757 vsize=5356 CPUtime=0
/proc/28780/stat : 28780 (sh) S 28757 28757 22236 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 117765228 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28780/statm: 1339 232 193 169 0 50 0
[pid=28781] ppid=28780 vsize=143500 CPUtime=1586.02
/proc/28781/stat : 28781 (minisat) R 28780 28757 22236 0 -1 4194304 35607 0 0 0 158565 37 0 0 25 0 1 0 117765228 146944000 35593 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/28781/statm: 35875 35593 75 150 0 35722 0
Current children cumulated CPU time (s) 1588
Current children cumulated vsize (KiB) 162456

[startup+1662.3 s]
/proc/loadavg: 2.12 2.07 2.01 3/82 28817
/proc/meminfo: memFree=1446168/2055920 swapFree=4179076/4192956
[pid=28757] ppid=28755 vsize=13600 CPUtime=1.98
/proc/28757/stat : 28757 (sugar) S 28755 28757 22236 0 -1 4194304 1032 12640 0 2 4 1 181 12 16 0 1 0 117765026 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28757/statm: 3400 798 370 3 0 500 0
[pid=28780] ppid=28757 vsize=5356 CPUtime=0
/proc/28780/stat : 28780 (sh) S 28757 28757 22236 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 117765228 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28780/statm: 1339 232 193 169 0 50 0
[pid=28781] ppid=28780 vsize=143500 CPUtime=1645.45
/proc/28781/stat : 28781 (minisat) R 28780 28757 22236 0 -1 4194304 35608 0 0 0 164508 37 0 0 25 0 1 0 117765228 146944000 35594 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/28781/statm: 35875 35594 75 150 0 35722 0
Current children cumulated CPU time (s) 1647.43
Current children cumulated vsize (KiB) 162456

[startup+1722.3 s]
/proc/loadavg: 2.11 2.07 2.01 3/82 28817
/proc/meminfo: memFree=1446168/2055920 swapFree=4179076/4192956
[pid=28757] ppid=28755 vsize=13600 CPUtime=1.98
/proc/28757/stat : 28757 (sugar) S 28755 28757 22236 0 -1 4194304 1032 12640 0 2 4 1 181 12 16 0 1 0 117765026 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28757/statm: 3400 798 370 3 0 500 0
[pid=28780] ppid=28757 vsize=5356 CPUtime=0
/proc/28780/stat : 28780 (sh) S 28757 28757 22236 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 117765228 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28780/statm: 1339 232 193 169 0 50 0
[pid=28781] ppid=28780 vsize=143500 CPUtime=1704.89
/proc/28781/stat : 28781 (minisat) R 28780 28757 22236 0 -1 4194304 35608 0 0 0 170452 37 0 0 25 0 1 0 117765228 146944000 35594 996147200 134512640 135127466 4294956272 18446744073709551615 134530581 0 0 4096 3 0 0 0 17 1 0 0
/proc/28781/statm: 35875 35594 75 150 0 35722 0
Current children cumulated CPU time (s) 1706.87
Current children cumulated vsize (KiB) 162456

[startup+1782.3 s]
/proc/loadavg: 2.10 2.07 2.00 3/82 28817
/proc/meminfo: memFree=1446040/2055920 swapFree=4179076/4192956
[pid=28757] ppid=28755 vsize=13600 CPUtime=1.98
/proc/28757/stat : 28757 (sugar) S 28755 28757 22236 0 -1 4194304 1032 12640 0 2 4 1 181 12 16 0 1 0 117765026 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28757/statm: 3400 798 370 3 0 500 0
[pid=28780] ppid=28757 vsize=5356 CPUtime=0
/proc/28780/stat : 28780 (sh) S 28757 28757 22236 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 117765228 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28780/statm: 1339 232 193 169 0 50 0
[pid=28781] ppid=28780 vsize=143500 CPUtime=1764.32
/proc/28781/stat : 28781 (minisat) R 28780 28757 22236 0 -1 4194304 35612 0 0 0 176395 37 0 0 25 0 1 0 117765228 146944000 35598 996147200 134512640 135127466 4294956272 18446744073709551615 134527246 0 0 4096 3 0 0 0 17 1 0 0
/proc/28781/statm: 35875 35598 75 150 0 35722 0
Current children cumulated CPU time (s) 1766.3
Current children cumulated vsize (KiB) 162456



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1816.4 s]
/proc/loadavg: 2.06 2.06 2.00 3/82 28817
/proc/meminfo: memFree=1446040/2055920 swapFree=4179076/4192956
[pid=28757] ppid=28755 vsize=13600 CPUtime=1.98
/proc/28757/stat : 28757 (sugar) S 28755 28757 22236 0 -1 4194304 1032 12640 0 2 4 1 181 12 16 0 1 0 117765026 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28757/statm: 3400 798 370 3 0 500 0
[pid=28780] ppid=28757 vsize=5356 CPUtime=0
/proc/28780/stat : 28780 (sh) S 28757 28757 22236 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 117765228 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28780/statm: 1339 232 193 169 0 50 0
[pid=28781] ppid=28780 vsize=143500 CPUtime=1798.11
/proc/28781/stat : 28781 (minisat) R 28780 28757 22236 0 -1 4194304 35613 0 0 0 179774 37 0 0 25 0 1 0 117765228 146944000 35599 996147200 134512640 135127466 4294956272 18446744073709551615 134522866 0 0 4096 3 0 0 0 17 1 0 0
/proc/28781/statm: 35875 35599 75 150 0 35722 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 162456

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 28757 and gives
#  childrusage.ru_utime.tv_sec=1
#  childrusage.ru_utime.tv_usec=855717
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=141978
# CPU time returned by wait4() is 1.99769
# while last known CPU time is 1800.09
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1816.43
CPU time (s): 1800.09
CPU user time (s): 1799.59
CPU system time (s): 0.5
CPU usage (%): 99.1002
Max. virtual memory (cumulated for all children) (KiB): 887440

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.85572
system time used= 0.141978
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 14016
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= 2676
involuntary context switches= 2576

runsolver used 2.14267 second user time and 6.12907 second system time

The end

Launcher Data (download as text)

Begin job on node76 at 2008-07-03 06:54:04
IDJOB=1055986
IDBENCH=57393
IDSOLVER=346
FILE ID=node76/1055986-1215060844
PBS_JOBID= 7875025
Free space on /tmp= 66552 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/queenAttacking/normalized-queenAttacking-8.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-1055986-1215060844/watcher-1055986-1215060844 -o /tmp/evaluation-result-1055986-1215060844/solver-1055986-1215060844 -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-1055986-1215060844.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= e0d3c2a9b72782260c487372febe60b6
RANDOM SEED=864936038

node76.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.222
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.222
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1591560 kB
Buffers:         63412 kB
Cached:         305172 kB
SwapCached:       7660 kB
Active:         134000 kB
Inactive:       258044 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1591560 kB
SwapTotal:     4192956 kB
SwapFree:      4179076 kB
Dirty:            1764 kB
Writeback:           0 kB
Mapped:          42300 kB
Slab:            57152 kB
Committed_AS:   336156 kB
PageTables:       2132 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= 66548 MiB
End job on node76 at 2008-07-03 07:24:22