Trace number 1088292

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+minisatUNSAT 365.613 369.307

General information on the benchmark

Namecsp/graphColoring/
myciel/normalized-myciel7-5.xml
MD5SUMdb0f93b84b1192e2e8f64726b7d53b32
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 benchmark41.9686
Satisfiable
(Un)Satisfiability was proved
Number of variables191
Number of constraints2360
Maximum constraint arity2
Maximum domain size5
Number of constraints which are defined in extension0
Number of constraints which are defined in intension2360
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.13	c 0	Sugar v1-13 + HOME/minisat
0.00/0.13	c 0	BEGIN Sat Jul  5 10:29:22 2008
0.00/0.13	c 0	PID 20071
0.00/0.14	c 0	HOST node47.alineos.net
0.00/0.14	c 0	CONVERTING HOME/instance-1088292-1215246561.xml TO HOME/temp.csp
0.00/0.14	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1088292-1215246561.xml' 'HOME/temp.csp'
0.04/0.78	c 0	1 domains, 191 variables, 1 predicates, 0 relations, 2360 constraints
0.04/0.82	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.04/0.82	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.68/0.90	c 0	Parsing HOME/temp.csp
0.85/1.09	c 1	parsed 2553 expressions
0.85/1.10	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.85/1.10	c 1	Converting to clausal form CSP
0.94/1.15	c 1	converted 256 (10%) expressions
1.03/1.27	c 1	converted 511 (20%) expressions
1.03/1.30	c 1	converted 766 (30%) expressions
1.13/1.32	c 1	converted 1022 (40%) expressions
1.13/1.32	c 1	converted 1277 (50%) expressions
1.13/1.33	c 1	converted 1532 (60%) expressions
1.13/1.34	c 1	converted 1788 (70%) expressions
1.13/1.35	c 1	converted 2043 (80%) expressions
1.13/1.36	c 1	converted 2298 (90%) expressions
1.13/1.36	c 1	converted 2553 (100%) expressions
1.13/1.37	c 1	CSP : 191 integers, 0 booleans, 2360 clauses, largest domain size 5
1.13/1.37	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.13/1.37	c 1	Propagation in CSP
1.23/1.41	c 1	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.23/1.41	c 1	CSP : 191 integers, 0 booleans, 2360 clauses, largest domain size 5
1.23/1.41	c 1	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.23/1.41	c 1	Simplifing CSP by introducing new Boolean variables
1.23/1.45	c 1	CSP : 191 integers, 4720 booleans, 7080 clauses, largest domain size 5
1.23/1.45	c 1	Heap : 4 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.23/1.49	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.33/1.50	c 1	20 (10%) CSP integer variables are encoded (60 clauses, 591 bytes)
1.33/1.51	c 1	39 (20%) CSP integer variables are encoded (117 clauses, 1189 bytes)
1.33/1.51	c 1	58 (30%) CSP integer variables are encoded (174 clauses, 1816 bytes)
1.33/1.51	c 1	77 (40%) CSP integer variables are encoded (231 clauses, 2443 bytes)
1.33/1.51	c 1	96 (50%) CSP integer variables are encoded (288 clauses, 3070 bytes)
1.33/1.51	c 1	115 (60%) CSP integer variables are encoded (345 clauses, 3697 bytes)
1.33/1.51	c 1	134 (70%) CSP integer variables are encoded (402 clauses, 4324 bytes)
1.33/1.51	c 1	153 (80%) CSP integer variables are encoded (459 clauses, 4951 bytes)
1.33/1.51	c 1	172 (90%) CSP integer variables are encoded (516 clauses, 5578 bytes)
1.33/1.51	c 1	191 (100%) CSP integer variables are encoded (573 clauses, 6205 bytes)
1.33/1.55	c 1	708 (10%) CSP clauses are encoded (3169 clauses, 40199 bytes)
1.33/1.57	c 1	1416 (20%) CSP clauses are encoded (5765 clauses, 76811 bytes)
1.33/1.59	c 1	2124 (30%) CSP clauses are encoded (8361 clauses, 113511 bytes)
1.43/1.60	c 1	2832 (40%) CSP clauses are encoded (10957 clauses, 150235 bytes)
1.43/1.61	c 1	3540 (50%) CSP clauses are encoded (13553 clauses, 187571 bytes)
1.43/1.62	c 1	4248 (60%) CSP clauses are encoded (16149 clauses, 226275 bytes)
1.43/1.63	c 1	4956 (70%) CSP clauses are encoded (18745 clauses, 264979 bytes)
1.43/1.64	c 1	5664 (80%) CSP clauses are encoded (21341 clauses, 303683 bytes)
1.43/1.65	c 1	6372 (90%) CSP clauses are encoded (23937 clauses, 342387 bytes)
1.43/1.66	c 1	7080 (100%) CSP clauses are encoded (26533 clauses, 381091 bytes)
1.43/1.66	c 1	7080 CSP clauses encoded
1.43/1.66	c 1	Writing map file : HOME/temp.map
1.43/1.67	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.43/1.67	c 1	SAT : 5484 SAT variables, 26533 SAT clauses, 381091 bytes
1.43/1.67	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.50/1.71	c 1	SOLVING HOME/temp.cnf
1.50/1.71	c 1	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1.50/1.71	c 1	This is MiniSat 2.0 beta
1.50/1.71	c 1	WARNING: for repeatability, setting FPU to use double precision
1.50/1.71	c 1	============================[ Problem Statistics ]=============================
1.50/1.71	c 1	|                                                                             |
1.50/1.71	c 1	|  Number of variables:  5484                                                 |
1.50/1.71	c 1	|  Number of clauses:    26533                                                |
1.50/1.73	c 1	|  Parsing time:         0.01         s                                       |
1.50/1.73	c 1	============================[ Search Statistics ]==============================
1.50/1.73	c 1	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.50/1.73	c 1	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.50/1.73	c 1	===============================================================================
1.50/1.73	c 1	|         0 |    5484    26533    67226 |     8844        0    nan |  0.000 % |
1.50/1.76	c 1	|       100 |    5484    26533    67226 |     9728      100     33 |  0.000 % |
1.50/1.79	c 1	|       251 |    5484    26533    67226 |    10701      251     28 |  0.000 % |
1.51/1.84	c 1	|       476 |    5484    26533    67226 |    11771      476     25 |  0.000 % |
1.51/1.93	c 1	|       814 |    5484    26533    67226 |    12948      814     23 |  0.000 % |
1.51/2.05	c 2	|      1322 |    5484    26533    67226 |    14243     1322     22 |  0.000 % |
1.98/2.25	c 2	|      2081 |    5484    26533    67226 |    15668     2081     23 |  0.000 % |
2.28/2.55	c 2	|      3220 |    5484    26533    67226 |    17235     3220     21 |  0.000 % |
2.78/3.02	c 3	|      4929 |    5484    26533    67226 |    18958     4929     22 |  0.000 % |
3.56/3.83	c 3	|      7491 |    5484    26533    67226 |    20854     7491     22 |  0.000 % |
4.85/5.18	c 5	|     11335 |    5484    26533    67226 |    22939    11335     21 |  0.000 % |
7.33/7.60	c 7	|     17101 |    5484    26533    67226 |    25233    17101     22 |  0.001 % |
11.87/12.29	c 12	|     25750 |    5484    26533    67226 |    27757    11445     21 |  0.000 % |
18.03/18.48	c 18	|     38725 |    5484    26533    67226 |    30533    24420     20 |  0.000 % |
28.73/29.29	c 29	|     58186 |    5484    26533    67226 |    33586    25373     19 |  0.000 % |
47.05/47.78	c 47	|     87378 |    5484    26533    67226 |    36944    32826     21 |  0.000 % |
73.60/74.50	c 74	|    131167 |    5484    26533    67226 |    40639    28228     22 |  0.000 % |
119.46/120.87	c 120	|    196852 |    5484    26533    67226 |    44703    37256     20 |  0.000 % |
187.81/189.82	c 189	|    295378 |    5484    26533    67226 |    49173    41531     22 |  0.000 % |
296.67/299.79	c 299	|    443167 |    5479    26155    66236 |    54091     3125     10 |  0.091 % |
365.42/369.12	c 369	===============================================================================
365.42/369.12	c 369	restarts              : 20
365.42/369.12	c 369	conflicts             : 548135         (1506 /sec)
365.42/369.12	c 369	decisions             : 657736         (1.69 % random) (1807 /sec)
365.42/369.12	c 369	propagations          : 498765698      (1370602 /sec)
365.42/369.12	c 369	conflict literals     : 11251613       (10.40 % deleted)
365.42/369.12	c 369	Memory used           : 12.66 MB
365.42/369.12	c 369	CPU time              : 363.903 s
365.42/369.12	c 369	
365.42/369.12	c 369	UNSATISFIABLE
365.42/369.12	c 369	DECODING HOME/temp.out WITH HOME/temp.map
365.42/369.12	c 369	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
365.45/369.21	c 369	Decoding HOME/temp.out
365.45/369.24	s UNSATISFIABLE
365.45/369.25	c 369	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
365.45/369.30	c 369	CPU 365.43 (0.03 0.01 365.4 0.15)
365.45/369.30	c 369	END Sat Jul  5 10:35:31 2008

Verifier Data (download as text)

No possible verification on an UNSAT instance

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-1088292-1215246561/watcher-1088292-1215246561 -o /tmp/evaluation-result-1088292-1215246561/solver-1088292-1215246561 -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-1088292-1215246561.xml 

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


[startup+0 s]
/proc/loadavg: 1.08 1.02 1.24 4/80 20071
/proc/meminfo: memFree=1732952/2055920 swapFree=4117816/4192956
[pid=20071] ppid=20069 vsize=18572 CPUtime=0
/proc/20071/stat : 20071 (runsolver) D 20069 20071 17603 0 -1 4194368 15 0 0 0 0 0 0 0 21 0 1 0 2003628417 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 208717540647 0 0 4096 24578 18446744071563608240 0 0 17 1 0 0
/proc/20071/statm: 4643 292 257 25 0 2626 0

[startup+0.0123039 s]
/proc/loadavg: 1.08 1.02 1.24 4/80 20071
/proc/meminfo: memFree=1732952/2055920 swapFree=4117816/4192956
[pid=20071] ppid=20069 vsize=18572 CPUtime=0
/proc/20071/stat : 20071 (runsolver) D 20069 20071 17603 0 -1 4194368 15 0 0 0 0 0 0 0 21 0 1 0 2003628417 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 208717540647 0 0 4096 24578 18446744071563608240 0 0 17 1 0 0
/proc/20071/statm: 4643 292 257 25 0 2626 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18572

[startup+0.101326 s]
/proc/loadavg: 1.08 1.02 1.24 4/80 20071
/proc/meminfo: memFree=1732952/2055920 swapFree=4117816/4192956
[pid=20071] ppid=20069 vsize=12544 CPUtime=0
/proc/20071/stat : 20071 (sugar) R 20069 20071 17603 0 -1 4194304 468 0 0 0 0 0 0 0 18 0 1 0 2003628417 12845056 436 996147200 4194304 4206940 548682068608 18446744073709551615 208735066171 0 0 4224 0 0 0 0 17 1 0 0
/proc/20071/statm: 3136 436 289 3 0 236 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12544

[startup+0.301364 s]
/proc/loadavg: 1.08 1.02 1.24 4/80 20071
/proc/meminfo: memFree=1732952/2055920 swapFree=4117816/4192956
[pid=20071] ppid=20069 vsize=13600 CPUtime=0.04
/proc/20071/stat : 20071 (sugar) S 20069 20071 17603 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 2003628417 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20071/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.70144 s]
/proc/loadavg: 1.08 1.02 1.24 4/80 20071
/proc/meminfo: memFree=1732952/2055920 swapFree=4117816/4192956
[pid=20071] ppid=20069 vsize=13600 CPUtime=0.04
/proc/20071/stat : 20071 (sugar) S 20069 20071 17603 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 2003628417 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20071/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+1.50259 s]
/proc/loadavg: 1.08 1.02 1.24 3/91 20093
/proc/meminfo: memFree=1724992/2055920 swapFree=4117816/4192956
[pid=20071] ppid=20069 vsize=13600 CPUtime=0.68
/proc/20071/stat : 20071 (sugar) S 20069 20071 17603 0 -1 4194304 974 5225 0 1 3 1 61 3 15 0 1 0 2003628417 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20071/statm: 3400 797 370 3 0 500 0
[pid=20084] ppid=20071 vsize=5356 CPUtime=0
/proc/20084/stat : 20084 (sh) S 20071 20071 17603 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2003628499 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20084/statm: 1339 233 193 169 0 50 0
[pid=20085] ppid=20084 vsize=868460 CPUtime=0.65
/proc/20085/stat : 20085 (java) S 20084 20071 17603 0 -1 0 6953 0 1 0 61 4 0 0 18 0 9 0 2003628500 889303040 6196 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20085/statm: 217115 6196 2558 9 0 211662 0
[pid=20085/tid=20086] ppid=20084 vsize=868460 CPUtime=0.35
/proc/20085/task/20086/stat : 20086 (java) R 20084 20071 17603 0 -1 64 2695 0 1 0 34 1 0 0 18 0 9 0 2003628501 889303040 6196 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20085/tid=20087] ppid=20084 vsize=868460 CPUtime=0.07
/proc/20085/task/20087/stat : 20087 (java) S 20084 20071 17603 0 -1 64 2126 0 0 0 7 0 0 0 16 0 9 0 2003628502 889303040 6196 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20085/tid=20088] ppid=20084 vsize=868460 CPUtime=0
/proc/20085/task/20088/stat : 20088 (java) S 20084 20071 17603 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2003628502 889303040 6196 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20085/tid=20089] ppid=20084 vsize=868460 CPUtime=0
/proc/20085/task/20089/stat : 20089 (java) S 20084 20071 17603 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2003628502 889303040 6196 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20085/tid=20090] ppid=20084 vsize=868460 CPUtime=0
/proc/20085/task/20090/stat : 20090 (java) S 20084 20071 17603 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2003628504 889303040 6196 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20085/tid=20091] ppid=20084 vsize=868460 CPUtime=0.19
/proc/20085/task/20091/stat : 20091 (java) S 20084 20071 17603 0 -1 64 1439 0 0 0 19 0 0 0 16 0 9 0 2003628504 889303040 6196 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20085/tid=20092] ppid=20084 vsize=868460 CPUtime=0
/proc/20085/task/20092/stat : 20092 (java) S 20084 20071 17603 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2003628504 889303040 6196 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20085/tid=20093] ppid=20084 vsize=868460 CPUtime=0
/proc/20085/task/20093/stat : 20093 (java) S 20084 20071 17603 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2003628504 889303040 6196 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.33
Current children cumulated vsize (KiB) 887416

[startup+3.10289 s]
/proc/loadavg: 1.08 1.02 1.24 3/83 20095
/proc/meminfo: memFree=1727744/2055920 swapFree=4117816/4192956
[pid=20071] ppid=20069 vsize=13600 CPUtime=1.51
/proc/20071/stat : 20071 (sugar) S 20069 20071 17603 0 -1 4194304 1032 12532 0 2 3 1 139 8 15 0 1 0 2003628417 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20071/statm: 3400 798 370 3 0 500 0
[pid=20094] ppid=20071 vsize=5356 CPUtime=0
/proc/20094/stat : 20094 (sh) S 20071 20071 17603 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2003628589 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20094/statm: 1339 232 193 169 0 50 0
[pid=20095] ppid=20094 vsize=4028 CPUtime=1.36
/proc/20095/stat : 20095 (minisat) R 20094 20071 17603 0 -1 4194304 744 0 0 0 136 0 0 0 25 0 1 0 2003628589 4124672 730 996147200 134512640 135127466 4294956256 18446744073709551615 134530635 0 0 4096 3 0 0 0 17 1 0 0
/proc/20095/statm: 1007 730 76 150 0 854 0
Current children cumulated CPU time (s) 2.87
Current children cumulated vsize (KiB) 22984

[startup+6.3015 s]
/proc/loadavg: 1.15 1.04 1.25 3/83 20095
/proc/meminfo: memFree=1726336/2055920 swapFree=4117816/4192956
[pid=20071] ppid=20069 vsize=13600 CPUtime=1.51
/proc/20071/stat : 20071 (sugar) S 20069 20071 17603 0 -1 4194304 1032 12532 0 2 3 1 139 8 16 0 1 0 2003628417 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20071/statm: 3400 798 370 3 0 500 0
[pid=20094] ppid=20071 vsize=5356 CPUtime=0
/proc/20094/stat : 20094 (sh) S 20071 20071 17603 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2003628589 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20094/statm: 1339 232 193 169 0 50 0
[pid=20095] ppid=20094 vsize=5088 CPUtime=4.53
/proc/20095/stat : 20095 (minisat) R 20094 20071 17603 0 -1 4194304 1025 0 0 0 453 0 0 0 25 0 1 0 2003628589 5210112 1011 996147200 134512640 135127466 4294956256 18446744073709551615 134530752 0 0 4096 3 0 0 0 17 1 0 0
/proc/20095/statm: 1272 1011 76 150 0 1119 0
Current children cumulated CPU time (s) 6.04
Current children cumulated vsize (KiB) 24044

[startup+12.7027 s]
/proc/loadavg: 1.22 1.05 1.25 3/83 20095
/proc/meminfo: memFree=1724480/2055920 swapFree=4117816/4192956
[pid=20071] ppid=20069 vsize=13600 CPUtime=1.51
/proc/20071/stat : 20071 (sugar) S 20069 20071 17603 0 -1 4194304 1032 12532 0 2 3 1 139 8 16 0 1 0 2003628417 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20071/statm: 3400 798 370 3 0 500 0
[pid=20094] ppid=20071 vsize=5356 CPUtime=0
/proc/20094/stat : 20094 (sh) S 20071 20071 17603 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2003628589 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20094/statm: 1339 232 193 169 0 50 0
[pid=20095] ppid=20094 vsize=6616 CPUtime=10.87
/proc/20095/stat : 20095 (minisat) R 20094 20071 17603 0 -1 4194304 1395 0 0 0 1087 0 0 0 25 0 1 0 2003628589 6774784 1381 996147200 134512640 135127466 4294956256 18446744073709551615 134530936 0 0 4096 3 0 0 0 17 1 0 0
/proc/20095/statm: 1654 1381 76 150 0 1501 0
Current children cumulated CPU time (s) 12.38
Current children cumulated vsize (KiB) 25572

[startup+25.5011 s]
/proc/loadavg: 1.39 1.10 1.26 3/83 20095
/proc/meminfo: memFree=1723840/2055920 swapFree=4117816/4192956
[pid=20071] ppid=20069 vsize=13600 CPUtime=1.51
/proc/20071/stat : 20071 (sugar) S 20069 20071 17603 0 -1 4194304 1032 12532 0 2 3 1 139 8 16 0 1 0 2003628417 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20071/statm: 3400 798 370 3 0 500 0
[pid=20094] ppid=20071 vsize=5356 CPUtime=0
/proc/20094/stat : 20094 (sh) S 20071 20071 17603 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2003628589 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20094/statm: 1339 232 193 169 0 50 0
[pid=20095] ppid=20094 vsize=7316 CPUtime=23.55
/proc/20095/stat : 20095 (minisat) R 20094 20071 17603 0 -1 4194304 1566 0 0 0 2354 1 0 0 25 0 1 0 2003628589 7491584 1552 996147200 134512640 135127466 4294956256 18446744073709551615 134530581 0 0 4096 3 0 0 0 17 1 0 0
/proc/20095/statm: 1829 1552 76 150 0 1676 0
Current children cumulated CPU time (s) 25.06
Current children cumulated vsize (KiB) 26272

[startup+51.1019 s]
/proc/loadavg: 1.60 1.17 1.28 3/83 20095
/proc/meminfo: memFree=1722560/2055920 swapFree=4117816/4192956
[pid=20071] ppid=20069 vsize=13600 CPUtime=1.51
/proc/20071/stat : 20071 (sugar) S 20069 20071 17603 0 -1 4194304 1032 12532 0 2 3 1 139 8 16 0 1 0 2003628417 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20071/statm: 3400 798 370 3 0 500 0
[pid=20094] ppid=20071 vsize=5356 CPUtime=0
/proc/20094/stat : 20094 (sh) S 20071 20071 17603 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2003628589 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20094/statm: 1339 232 193 169 0 50 0
[pid=20095] ppid=20094 vsize=8680 CPUtime=48.9
/proc/20095/stat : 20095 (minisat) R 20094 20071 17603 0 -1 4194304 1905 0 0 0 4889 1 0 0 25 0 1 0 2003628589 8888320 1891 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/20095/statm: 2170 1891 76 150 0 2017 0
Current children cumulated CPU time (s) 50.41
Current children cumulated vsize (KiB) 27636

[startup+102.307 s]
/proc/loadavg: 1.82 1.29 1.32 3/83 20095
/proc/meminfo: memFree=1721344/2055920 swapFree=4117816/4192956
[pid=20071] ppid=20069 vsize=13600 CPUtime=1.51
/proc/20071/stat : 20071 (sugar) S 20069 20071 17603 0 -1 4194304 1032 12532 0 2 3 1 139 8 16 0 1 0 2003628417 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20071/statm: 3400 798 370 3 0 500 0
[pid=20094] ppid=20071 vsize=5356 CPUtime=0
/proc/20094/stat : 20094 (sh) S 20071 20071 17603 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2003628589 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20094/statm: 1339 232 193 169 0 50 0
[pid=20095] ppid=20094 vsize=9824 CPUtime=99.62
/proc/20095/stat : 20095 (minisat) R 20094 20071 17603 0 -1 4194304 2181 0 0 0 9961 1 0 0 25 0 1 0 2003628589 10059776 2167 996147200 134512640 135127466 4294956256 18446744073709551615 134530823 0 0 4096 3 0 0 0 17 1 0 0
/proc/20095/statm: 2456 2167 76 150 0 2303 0
Current children cumulated CPU time (s) 101.13
Current children cumulated vsize (KiB) 28780

[startup+162.302 s]
/proc/loadavg: 1.93 1.42 1.36 3/83 20095
/proc/meminfo: memFree=1720512/2055920 swapFree=4117816/4192956
[pid=20071] ppid=20069 vsize=13600 CPUtime=1.51
/proc/20071/stat : 20071 (sugar) S 20069 20071 17603 0 -1 4194304 1032 12532 0 2 3 1 139 8 16 0 1 0 2003628417 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20071/statm: 3400 798 370 3 0 500 0
[pid=20094] ppid=20071 vsize=5356 CPUtime=0
/proc/20094/stat : 20094 (sh) S 20071 20071 17603 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2003628589 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20094/statm: 1339 232 193 169 0 50 0
[pid=20095] ppid=20094 vsize=10504 CPUtime=159.06
/proc/20095/stat : 20095 (minisat) R 20094 20071 17603 0 -1 4194304 2348 0 0 0 15904 2 0 0 25 0 1 0 2003628589 10756096 2334 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/20095/statm: 2626 2334 76 150 0 2473 0
Current children cumulated CPU time (s) 160.57
Current children cumulated vsize (KiB) 29460

[startup+222.302 s]
/proc/loadavg: 1.97 1.52 1.39 3/83 20095
/proc/meminfo: memFree=1719616/2055920 swapFree=4117816/4192956
[pid=20071] ppid=20069 vsize=13600 CPUtime=1.51
/proc/20071/stat : 20071 (sugar) S 20069 20071 17603 0 -1 4194304 1032 12532 0 2 3 1 139 8 16 0 1 0 2003628417 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20071/statm: 3400 798 370 3 0 500 0
[pid=20094] ppid=20071 vsize=5356 CPUtime=0
/proc/20094/stat : 20094 (sh) S 20071 20071 17603 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2003628589 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20094/statm: 1339 232 193 169 0 50 0
[pid=20095] ppid=20094 vsize=11456 CPUtime=218.48
/proc/20095/stat : 20095 (minisat) R 20094 20071 17603 0 -1 4194304 2595 0 0 0 21846 2 0 0 25 0 1 0 2003628589 11730944 2581 996147200 134512640 135127466 4294956256 18446744073709551615 134530679 0 0 4096 3 0 0 0 17 1 0 0
/proc/20095/statm: 2864 2581 76 150 0 2711 0
Current children cumulated CPU time (s) 219.99
Current children cumulated vsize (KiB) 30412

[startup+282.302 s]
/proc/loadavg: 1.99 1.61 1.43 3/83 20095
/proc/meminfo: memFree=1719040/2055920 swapFree=4117816/4192956
[pid=20071] ppid=20069 vsize=13600 CPUtime=1.51
/proc/20071/stat : 20071 (sugar) S 20069 20071 17603 0 -1 4194304 1032 12532 0 2 3 1 139 8 16 0 1 0 2003628417 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20071/statm: 3400 798 370 3 0 500 0
[pid=20094] ppid=20071 vsize=5356 CPUtime=0
/proc/20094/stat : 20094 (sh) S 20071 20071 17603 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2003628589 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20094/statm: 1339 232 193 169 0 50 0
[pid=20095] ppid=20094 vsize=12016 CPUtime=277.92
/proc/20095/stat : 20095 (minisat) R 20094 20071 17603 0 -1 4194304 2731 0 0 0 27790 2 0 0 25 0 1 0 2003628589 12304384 2717 996147200 134512640 135127466 4294956256 18446744073709551615 134530635 0 0 4096 3 0 0 0 17 1 0 0
/proc/20095/statm: 3004 2717 76 150 0 2851 0
Current children cumulated CPU time (s) 279.43
Current children cumulated vsize (KiB) 30972

[startup+342.302 s]
/proc/loadavg: 2.06 1.69 1.47 3/83 20095
/proc/meminfo: memFree=1718208/2055920 swapFree=4117816/4192956
[pid=20071] ppid=20069 vsize=13600 CPUtime=1.51
/proc/20071/stat : 20071 (sugar) S 20069 20071 17603 0 -1 4194304 1032 12532 0 2 3 1 139 8 16 0 1 0 2003628417 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20071/statm: 3400 798 370 3 0 500 0
[pid=20094] ppid=20071 vsize=5356 CPUtime=0
/proc/20094/stat : 20094 (sh) S 20071 20071 17603 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2003628589 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20094/statm: 1339 232 193 169 0 50 0
[pid=20095] ppid=20094 vsize=12816 CPUtime=337.36
/proc/20095/stat : 20095 (minisat) R 20094 20071 17603 0 -1 4194304 2921 0 0 0 33733 3 0 0 25 0 1 0 2003628589 13123584 2907 996147200 134512640 135127466 4294956256 18446744073709551615 134530730 0 0 4096 3 0 0 0 17 1 0 0
/proc/20095/statm: 3204 2907 76 150 0 3051 0
Current children cumulated CPU time (s) 338.87
Current children cumulated vsize (KiB) 31772

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

[startup+345.501 s]
/proc/loadavg: 2.05 1.70 1.47 3/83 20095
/proc/meminfo: memFree=1718208/2055920 swapFree=4117816/4192956
[pid=20071] ppid=20069 vsize=13600 CPUtime=1.51
/proc/20071/stat : 20071 (sugar) S 20069 20071 17603 0 -1 4194304 1032 12532 0 2 3 1 139 8 16 0 1 0 2003628417 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20071/statm: 3400 798 370 3 0 500 0
[pid=20094] ppid=20071 vsize=5356 CPUtime=0
/proc/20094/stat : 20094 (sh) S 20071 20071 17603 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2003628589 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20094/statm: 1339 232 193 169 0 50 0
[pid=20095] ppid=20094 vsize=12816 CPUtime=340.53
/proc/20095/stat : 20095 (minisat) R 20094 20071 17603 0 -1 4194304 2921 0 0 0 34050 3 0 0 25 0 1 0 2003628589 13123584 2907 996147200 134512640 135127466 4294956256 18446744073709551615 134521788 0 0 4096 3 0 0 0 17 1 0 0
/proc/20095/statm: 3204 2907 76 150 0 3051 0
Current children cumulated CPU time (s) 342.04
Current children cumulated vsize (KiB) 31772

[startup+358.303 s]
/proc/loadavg: 2.04 1.71 1.47 3/83 20095
/proc/meminfo: memFree=1718080/2055920 swapFree=4117816/4192956
[pid=20071] ppid=20069 vsize=13600 CPUtime=1.51
/proc/20071/stat : 20071 (sugar) S 20069 20071 17603 0 -1 4194304 1032 12532 0 2 3 1 139 8 16 0 1 0 2003628417 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20071/statm: 3400 798 370 3 0 500 0
[pid=20094] ppid=20071 vsize=5356 CPUtime=0
/proc/20094/stat : 20094 (sh) S 20071 20071 17603 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2003628589 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20094/statm: 1339 232 193 169 0 50 0
[pid=20095] ppid=20094 vsize=12816 CPUtime=353.21
/proc/20095/stat : 20095 (minisat) R 20094 20071 17603 0 -1 4194304 2937 0 0 0 35318 3 0 0 25 0 1 0 2003628589 13123584 2923 996147200 134512640 135127466 4294956256 18446744073709551615 134530736 0 0 4096 3 0 0 0 17 1 0 0
/proc/20095/statm: 3204 2923 76 150 0 3051 0
Current children cumulated CPU time (s) 354.72
Current children cumulated vsize (KiB) 31772

[startup+364.702 s]
/proc/loadavg: 2.04 1.71 1.48 3/83 20095
/proc/meminfo: memFree=1718080/2055920 swapFree=4117816/4192956
[pid=20071] ppid=20069 vsize=13600 CPUtime=1.51
/proc/20071/stat : 20071 (sugar) S 20069 20071 17603 0 -1 4194304 1032 12532 0 2 3 1 139 8 16 0 1 0 2003628417 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20071/statm: 3400 798 370 3 0 500 0
[pid=20094] ppid=20071 vsize=5356 CPUtime=0
/proc/20094/stat : 20094 (sh) S 20071 20071 17603 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2003628589 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20094/statm: 1339 232 193 169 0 50 0
[pid=20095] ppid=20094 vsize=12816 CPUtime=359.55
/proc/20095/stat : 20095 (minisat) R 20094 20071 17603 0 -1 4194304 2940 0 0 0 35952 3 0 0 25 0 1 0 2003628589 13123584 2926 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/20095/statm: 3204 2926 76 150 0 3051 0
Current children cumulated CPU time (s) 361.06
Current children cumulated vsize (KiB) 31772

[startup+367.901 s]
/proc/loadavg: 2.04 1.71 1.48 3/83 20095
/proc/meminfo: memFree=1718016/2055920 swapFree=4117816/4192956
[pid=20071] ppid=20069 vsize=13600 CPUtime=1.51
/proc/20071/stat : 20071 (sugar) S 20069 20071 17603 0 -1 4194304 1032 12532 0 2 3 1 139 8 16 0 1 0 2003628417 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20071/statm: 3400 798 370 3 0 500 0
[pid=20094] ppid=20071 vsize=5356 CPUtime=0
/proc/20094/stat : 20094 (sh) S 20071 20071 17603 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2003628589 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20094/statm: 1339 232 193 169 0 50 0
[pid=20095] ppid=20094 vsize=12956 CPUtime=362.72
/proc/20095/stat : 20095 (minisat) R 20094 20071 17603 0 -1 4194304 2943 0 0 0 36269 3 0 0 25 0 1 0 2003628589 13266944 2929 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/20095/statm: 3239 2929 76 150 0 3086 0
Current children cumulated CPU time (s) 364.23
Current children cumulated vsize (KiB) 31912

[startup+368.703 s]
/proc/loadavg: 2.04 1.71 1.48 3/83 20095
/proc/meminfo: memFree=1718016/2055920 swapFree=4117816/4192956
[pid=20071] ppid=20069 vsize=13600 CPUtime=1.51
/proc/20071/stat : 20071 (sugar) S 20069 20071 17603 0 -1 4194304 1032 12532 0 2 3 1 139 8 16 0 1 0 2003628417 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20071/statm: 3400 798 370 3 0 500 0
[pid=20094] ppid=20071 vsize=5356 CPUtime=0
/proc/20094/stat : 20094 (sh) S 20071 20071 17603 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2003628589 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20094/statm: 1339 232 193 169 0 50 0
[pid=20095] ppid=20094 vsize=12956 CPUtime=363.51
/proc/20095/stat : 20095 (minisat) R 20094 20071 17603 0 -1 4194304 2943 0 0 0 36348 3 0 0 25 0 1 0 2003628589 13266944 2929 996147200 134512640 135127466 4294956256 18446744073709551615 134530635 0 0 4096 3 0 0 0 17 1 0 0
/proc/20095/statm: 3239 2929 76 150 0 3086 0
Current children cumulated CPU time (s) 365.02
Current children cumulated vsize (KiB) 31912

[startup+369.103 s]
/proc/loadavg: 2.04 1.71 1.48 3/83 20095
/proc/meminfo: memFree=1718016/2055920 swapFree=4117816/4192956
[pid=20071] ppid=20069 vsize=13600 CPUtime=1.51
/proc/20071/stat : 20071 (sugar) S 20069 20071 17603 0 -1 4194304 1032 12532 0 2 3 1 139 8 16 0 1 0 2003628417 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20071/statm: 3400 798 370 3 0 500 0
[pid=20094] ppid=20071 vsize=5356 CPUtime=0
/proc/20094/stat : 20094 (sh) S 20071 20071 17603 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2003628589 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20094/statm: 1339 232 193 169 0 50 0
[pid=20095] ppid=20094 vsize=12956 CPUtime=363.91
/proc/20095/stat : 20095 (minisat) R 20094 20071 17603 0 -1 4194304 2946 0 0 0 36388 3 0 0 25 0 1 0 2003628589 13266944 2932 996147200 134512640 135127466 4294956256 18446744073709551615 134530840 0 0 4096 3 0 0 0 17 1 0 0
/proc/20095/statm: 3239 2932 76 150 0 3086 0
Current children cumulated CPU time (s) 365.42
Current children cumulated vsize (KiB) 31912

[startup+369.303 s]
/proc/loadavg: 2.04 1.71 1.48 3/83 20095
/proc/meminfo: memFree=1718016/2055920 swapFree=4117816/4192956
[pid=20071] ppid=20069 vsize=13600 CPUtime=365.45
/proc/20071/stat : 20071 (sugar) S 20069 20071 17603 0 -1 4194304 1088 15772 0 2 3 1 36529 12 16 0 1 0 2003628417 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20071/statm: 3400 798 370 3 0 500 0
Current children cumulated CPU time (s) 365.45
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 369.307
CPU time (s): 365.613
CPU user time (s): 365.441
CPU system time (s): 0.171973
CPU usage (%): 98.9997
Max. virtual memory (cumulated for all children) (KiB): 887416

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 365.441
system time used= 0.171973
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 20584
page faults= 3
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2142
involuntary context switches= 9936

runsolver used 0.451931 second user time and 1.23681 second system time

The end

Launcher Data (download as text)

Begin job on node47 at 2008-07-05 10:29:21
IDJOB=1088292
IDBENCH=58076
IDSOLVER=346
FILE ID=node47/1088292-1215246561
PBS_JOBID= 7881859
Free space on /tmp= 66504 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/graphColoring/myciel/normalized-myciel7-5.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-1088292-1215246561/watcher-1088292-1215246561 -o /tmp/evaluation-result-1088292-1215246561/solver-1088292-1215246561 -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-1088292-1215246561.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= db0f93b84b1192e2e8f64726b7d53b32
RANDOM SEED=402405351

node47.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.281
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.281
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:       1733496 kB
Buffers:          7412 kB
Cached:          85536 kB
SwapCached:      68960 kB
Active:         216904 kB
Inactive:        52100 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1733496 kB
SwapTotal:     4192956 kB
SwapFree:      4117816 kB
Dirty:            1572 kB
Writeback:           0 kB
Mapped:         189572 kB
Slab:            38472 kB
Committed_AS:  4903036 kB
PageTables:       2200 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= 66504 MiB
End job on node47 at 2008-07-05 10:35:31