Trace number 1092688

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 499.393 501.332

General information on the benchmark

Namecsp/langford4/
normalized-langford-4-14.xml
MD5SUM6c0880b040fe6260481479fcc94ce736
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 benchmark11.5402
Satisfiable
(Un)Satisfiability was proved
Number of variables56
Number of constraints1582
Maximum constraint arity2
Maximum domain size56
Number of constraints which are defined in extension0
Number of constraints which are defined in intension1582
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/minisat
0.00/0.04	c 0	BEGIN Sat Jul  5 18:53:34 2008
0.00/0.04	c 0	PID 17701
0.03/0.04	c 0	HOST node79.alineos.net
0.03/0.04	c 0	CONVERTING HOME/instance-1092688-1215276814.xml TO HOME/temp.csp
0.03/0.04	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1092688-1215276814.xml' 'HOME/temp.csp'
0.03/0.44	c 0	1 domains, 56 variables, 2 predicates, 0 relations, 1582 constraints
0.03/0.46	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.46	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.42/0.54	c 0	Parsing HOME/temp.csp
0.42/0.69	c 1	parsed 1641 expressions
0.42/0.69	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.42/0.69	c 1	Converting to clausal form CSP
0.42/0.75	c 1	converted 165 (10%) expressions
0.42/0.78	c 1	converted 329 (20%) expressions
0.42/0.86	c 1	converted 493 (30%) expressions
0.42/0.87	c 1	converted 657 (40%) expressions
0.42/0.89	c 1	converted 821 (50%) expressions
0.42/0.89	c 1	converted 985 (60%) expressions
0.42/0.90	c 1	converted 1149 (70%) expressions
0.42/0.91	c 1	converted 1313 (80%) expressions
0.42/0.91	c 1	converted 1477 (90%) expressions
0.42/0.92	c 1	converted 1641 (100%) expressions
0.42/0.92	c 1	CSP : 56 integers, 0 booleans, 1624 clauses, largest domain size 56
0.42/0.92	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.42/0.92	c 1	Propagation in CSP
0.42/0.97	c 1	1428 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.42/0.97	c 1	CSP : 56 integers, 0 booleans, 1624 clauses, largest domain size 50
0.42/0.97	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.42/0.97	c 1	Simplifing CSP by introducing new Boolean variables
0.42/1.00	c 1	CSP : 56 integers, 3080 booleans, 4704 clauses, largest domain size 50
0.42/1.00	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.93/1.03	c 1	Encoding CSP to SAT : HOME/temp.cnf
0.93/1.04	c 1	6 (10%) CSP integer variables are encoded (243 clauses, 2527 bytes)
0.93/1.05	c 1	12 (20%) CSP integer variables are encoded (378 clauses, 4012 bytes)
0.93/1.05	c 1	17 (30%) CSP integer variables are encoded (534 clauses, 5728 bytes)
0.93/1.05	c 1	23 (40%) CSP integer variables are encoded (723 clauses, 7807 bytes)
0.93/1.05	c 1	28 (50%) CSP integer variables are encoded (798 clauses, 8632 bytes)
0.93/1.05	c 1	34 (60%) CSP integer variables are encoded (1041 clauses, 11452 bytes)
0.93/1.05	c 1	40 (70%) CSP integer variables are encoded (1176 clauses, 13207 bytes)
0.93/1.05	c 1	45 (80%) CSP integer variables are encoded (1332 clauses, 15235 bytes)
0.93/1.05	c 1	51 (90%) CSP integer variables are encoded (1521 clauses, 17692 bytes)
0.93/1.05	c 1	56 (100%) CSP integer variables are encoded (1596 clauses, 18667 bytes)
0.93/1.09	c 1	471 (10%) CSP clauses are encoded (10583 clauses, 163789 bytes)
1.04/1.12	c 1	941 (20%) CSP clauses are encoded (17431 clauses, 278779 bytes)
1.04/1.13	c 1	1412 (30%) CSP clauses are encoded (21980 clauses, 353889 bytes)
1.04/1.14	c 1	1882 (40%) CSP clauses are encoded (24269 clauses, 390133 bytes)
1.04/1.16	c 1	2352 (50%) CSP clauses are encoded (30150 clauses, 489073 bytes)
1.04/1.18	c 1	2823 (60%) CSP clauses are encoded (37733 clauses, 617964 bytes)
1.04/1.19	c 1	3293 (70%) CSP clauses are encoded (42499 clauses, 698624 bytes)
1.14/1.20	c 1	3764 (80%) CSP clauses are encoded (48257 clauses, 796975 bytes)
1.14/1.21	c 1	4234 (90%) CSP clauses are encoded (55127 clauses, 920904 bytes)
1.14/1.23	c 1	4704 (100%) CSP clauses are encoded (60992 clauses, 1028315 bytes)
1.14/1.23	c 1	4704 CSP clauses encoded
1.14/1.23	c 1	Writing map file : HOME/temp.map
1.14/1.23	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.14/1.23	c 1	SAT : 4732 SAT variables, 60992 SAT clauses, 1028315 bytes
1.14/1.23	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.14/1.25	c 1	SOLVING HOME/temp.cnf
1.14/1.25	c 1	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1.14/1.25	c 1	This is MiniSat 2.0 beta
1.14/1.25	c 1	WARNING: for repeatability, setting FPU to use double precision
1.14/1.25	c 1	============================[ Problem Statistics ]=============================
1.14/1.25	c 1	|                                                                             |
1.14/1.25	c 1	|  Number of variables:  4732                                                 |
1.14/1.25	c 1	|  Number of clauses:    60992                                                |
1.14/1.28	c 1	|  Parsing time:         0.03         s                                       |
1.14/1.28	c 1	============================[ Search Statistics ]==============================
1.14/1.28	c 1	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.14/1.28	c 1	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.14/1.28	c 1	===============================================================================
1.14/1.28	c 1	|         0 |    4352    60612   173500 |    20204        0    nan |  0.000 % |
1.19/1.35	c 1	|       101 |    4352    60612   173500 |    22224      101     10 |  8.030 % |
1.19/1.42	c 1	|       252 |    4352    60612   173500 |    24446      252     10 |  8.032 % |
1.19/1.52	c 1	|       478 |    4352    60612   173500 |    26891      478     10 |  8.031 % |
1.19/1.70	c 2	|       815 |    4352    60612   173500 |    29580      815     10 |  8.031 % |
1.19/2.04	c 2	|      1321 |    4350    60600   173467 |    32538     1320     10 |  8.074 % |
2.42/2.53	c 2	|      2082 |    4350    60600   173467 |    35792     2081     10 |  8.074 % |
3.23/3.38	c 3	|      3222 |    4350    60600   173467 |    39371     3221     10 |  8.074 % |
4.42/4.59	c 4	|      4931 |    4350    60600   173467 |    43309     4930     10 |  8.074 % |
6.32/6.50	c 6	|      7493 |    4348    60568   173374 |    47639     7491     11 |  8.116 % |
8.91/9.00	c 9	|     11338 |    4348    60568   173374 |    52403    11336     11 |  8.116 % |
12.42/12.52	c 12	|     17105 |    4346    60523   173242 |    57644    17101     12 |  8.202 % |
19.62/19.75	c 20	|     25754 |    4342    60485   173134 |    63408    25749     12 |  8.244 % |
32.71/32.89	c 33	|     38728 |    4340    60444   173014 |    69749    38722     12 |  8.284 % |
53.00/53.17	c 53	|     58189 |    4338    60407   172906 |    76724    58182     13 |  8.327 % |
86.50/86.69	c 87	|     87384 |    4322    60219   172385 |    84397    10829     12 |  8.664 % |
129.98/130.17	c 130	|    131173 |    4300    59906   171496 |    92836    39723     13 |  9.130 % |
206.11/206.33	c 206	|    196858 |    4280    59587   170594 |   102120    78104     14 |  9.553 % |
346.56/347.24	c 347	|    295385 |    4274    59495   170327 |   112332    90318     15 |  9.679 % |
499.19/501.16	c 501	===============================================================================
499.19/501.16	c 501	restarts              : 19
499.19/501.16	c 501	conflicts             : 385113         (773 /sec)
499.19/501.16	c 501	decisions             : 463284         (1.27 % random) (930 /sec)
499.19/501.16	c 501	propagations          : 349077992      (700950 /sec)
499.19/501.16	c 501	conflict literals     : 5519986        (52.08 % deleted)
499.19/501.16	c 501	Memory used           : 16.71 MB
499.19/501.16	c 501	CPU time              : 498.007 s
499.19/501.16	c 501	
499.19/501.16	c 501	UNSATISFIABLE
499.19/501.16	c 501	DECODING HOME/temp.out WITH HOME/temp.map
499.19/501.16	c 501	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
499.26/501.25	c 501	Decoding HOME/temp.out
499.26/501.27	s UNSATISFIABLE
499.26/501.28	c 501	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
499.26/501.33	c 501	CPU 499.18 (0.03 0.01 499.15 0.18)
499.26/501.33	c 501	END Sat Jul  5 19:01:55 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-1092688-1215276814/watcher-1092688-1215276814 -o /tmp/evaluation-result-1092688-1215276814/solver-1092688-1215276814 -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-1092688-1215276814.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.92 1.98 1.99 4/75 17701
/proc/meminfo: memFree=1746984/2055920 swapFree=4180580/4192956
[pid=17701] ppid=17699 vsize=11904 CPUtime=0
/proc/17701/stat : 17701 (sugar) R 17699 17701 17664 0 -1 4194304 77 0 0 0 0 0 0 0 20 0 1 0 650611786 12189696 62 996147200 4194304 4206940 548682068608 18446744073709551615 234043278032 0 0 4096 0 0 0 0 17 1 0 0
/proc/17701/statm: 2976 62 45 3 0 60 0

[startup+0.0454089 s]
/proc/loadavg: 1.92 1.98 1.99 4/75 17701
/proc/meminfo: memFree=1746984/2055920 swapFree=4180580/4192956
[pid=17701] ppid=17699 vsize=13600 CPUtime=0.03
/proc/17701/stat : 17701 (sugar) S 17699 17701 17664 0 -1 4194304 837 0 0 0 3 0 0 0 20 0 1 0 650611786 13926400 792 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17701/statm: 3400 792 367 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.101838 s]
/proc/loadavg: 1.92 1.98 1.99 4/75 17701
/proc/meminfo: memFree=1746984/2055920 swapFree=4180580/4192956
[pid=17701] ppid=17699 vsize=13600 CPUtime=0.03
/proc/17701/stat : 17701 (sugar) S 17699 17701 17664 0 -1 4194304 900 127 0 0 3 0 0 0 18 0 1 0 650611786 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17701/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301858 s]
/proc/loadavg: 1.92 1.98 1.99 4/75 17701
/proc/meminfo: memFree=1746984/2055920 swapFree=4180580/4192956
[pid=17701] ppid=17699 vsize=13600 CPUtime=0.03
/proc/17701/stat : 17701 (sugar) S 17699 17701 17664 0 -1 4194304 900 127 0 0 3 0 0 0 18 0 1 0 650611786 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17701/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.7019 s]
/proc/loadavg: 1.92 1.98 1.99 4/75 17701
/proc/meminfo: memFree=1746984/2055920 swapFree=4180580/4192956
[pid=17701] ppid=17699 vsize=13600 CPUtime=0.42
/proc/17701/stat : 17701 (sugar) S 17699 17701 17664 0 -1 4194304 973 4969 0 1 3 1 35 3 15 0 1 0 650611786 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17701/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.42
Current children cumulated vsize (KiB) 13600

[startup+1.50198 s]
/proc/loadavg: 1.92 1.98 1.99 4/86 17723
/proc/meminfo: memFree=1732304/2055920 swapFree=4180580/4192956
[pid=17701] ppid=17699 vsize=13600 CPUtime=1.19
/proc/17701/stat : 17701 (sugar) S 17699 17701 17664 0 -1 4194304 1032 11930 0 2 3 1 107 8 15 0 1 0 650611786 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17701/statm: 3400 798 370 3 0 500 0
Current children cumulated CPU time (s) 1.19
Current children cumulated vsize (KiB) 13600

[startup+3.10115 s]
/proc/loadavg: 1.92 1.98 1.99 3/78 17725
/proc/meminfo: memFree=1739536/2055920 swapFree=4180580/4192956
[pid=17701] ppid=17699 vsize=13600 CPUtime=1.19
/proc/17701/stat : 17701 (sugar) S 17699 17701 17664 0 -1 4194304 1032 11930 0 2 3 1 107 8 15 0 1 0 650611786 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17701/statm: 3400 798 370 3 0 500 0
[pid=17724] ppid=17701 vsize=5356 CPUtime=0
/proc/17724/stat : 17724 (sh) S 17701 17701 17664 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 650611911 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17724/statm: 1339 232 193 169 0 50 0
[pid=17725] ppid=17724 vsize=4928 CPUtime=1.83
/proc/17725/stat : 17725 (minisat) R 17724 17701 17664 0 -1 4194304 1124 0 0 0 183 0 0 0 25 0 1 0 650611911 5046272 1110 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/17725/statm: 1232 1110 75 150 0 1079 0
Current children cumulated CPU time (s) 3.02
Current children cumulated vsize (KiB) 23884

[startup+6.30149 s]
/proc/loadavg: 1.93 1.98 1.99 3/78 17725
/proc/meminfo: memFree=1739216/2055920 swapFree=4180580/4192956
[pid=17701] ppid=17699 vsize=13600 CPUtime=1.19
/proc/17701/stat : 17701 (sugar) S 17699 17701 17664 0 -1 4194304 1032 11930 0 2 3 1 107 8 16 0 1 0 650611786 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17701/statm: 3400 798 370 3 0 500 0
[pid=17724] ppid=17701 vsize=5356 CPUtime=0
/proc/17724/stat : 17724 (sh) S 17701 17701 17664 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 650611911 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17724/statm: 1339 232 193 169 0 50 0
[pid=17725] ppid=17724 vsize=5192 CPUtime=5.03
/proc/17725/stat : 17725 (minisat) R 17724 17701 17664 0 -1 4194304 1213 0 0 0 503 0 0 0 25 0 1 0 650611911 5316608 1199 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/17725/statm: 1298 1199 75 150 0 1145 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 24148

[startup+12.7012 s]
/proc/loadavg: 1.93 1.98 1.99 3/78 17725
/proc/meminfo: memFree=1738272/2055920 swapFree=4180580/4192956
[pid=17701] ppid=17699 vsize=13600 CPUtime=1.19
/proc/17701/stat : 17701 (sugar) S 17699 17701 17664 0 -1 4194304 1032 11930 0 2 3 1 107 8 16 0 1 0 650611786 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17701/statm: 3400 798 370 3 0 500 0
[pid=17724] ppid=17701 vsize=5356 CPUtime=0
/proc/17724/stat : 17724 (sh) S 17701 17701 17664 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 650611911 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17724/statm: 1339 232 193 169 0 50 0
[pid=17725] ppid=17724 vsize=6040 CPUtime=11.43
/proc/17725/stat : 17725 (minisat) R 17724 17701 17664 0 -1 4194304 1426 0 0 0 1142 1 0 0 25 0 1 0 650611911 6184960 1412 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/17725/statm: 1510 1412 75 150 0 1357 0
Current children cumulated CPU time (s) 12.62
Current children cumulated vsize (KiB) 24996

[startup+25.5025 s]
/proc/loadavg: 1.95 1.98 1.99 3/78 17725
/proc/meminfo: memFree=1737056/2055920 swapFree=4180580/4192956
[pid=17701] ppid=17699 vsize=13600 CPUtime=1.19
/proc/17701/stat : 17701 (sugar) S 17699 17701 17664 0 -1 4194304 1032 11930 0 2 3 1 107 8 16 0 1 0 650611786 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17701/statm: 3400 798 370 3 0 500 0
[pid=17724] ppid=17701 vsize=5356 CPUtime=0
/proc/17724/stat : 17724 (sh) S 17701 17701 17664 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 650611911 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17724/statm: 1339 232 193 169 0 50 0
[pid=17725] ppid=17724 vsize=7272 CPUtime=24.22
/proc/17725/stat : 17725 (minisat) R 17724 17701 17664 0 -1 4194304 1714 0 0 0 2421 1 0 0 25 0 1 0 650611911 7446528 1700 996147200 134512640 135127466 4294956256 18446744073709551615 134530933 0 0 4096 3 0 0 0 17 1 0 0
/proc/17725/statm: 1818 1700 75 150 0 1665 0
Current children cumulated CPU time (s) 25.41
Current children cumulated vsize (KiB) 26228

[startup+51.1022 s]
/proc/loadavg: 1.96 1.98 1.99 3/78 17725
/proc/meminfo: memFree=1734880/2055920 swapFree=4180580/4192956
[pid=17701] ppid=17699 vsize=13600 CPUtime=1.19
/proc/17701/stat : 17701 (sugar) S 17699 17701 17664 0 -1 4194304 1032 11930 0 2 3 1 107 8 16 0 1 0 650611786 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17701/statm: 3400 798 370 3 0 500 0
[pid=17724] ppid=17701 vsize=5356 CPUtime=0
/proc/17724/stat : 17724 (sh) S 17701 17701 17664 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 650611911 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17724/statm: 1339 232 193 169 0 50 0
[pid=17725] ppid=17724 vsize=9464 CPUtime=49.81
/proc/17725/stat : 17725 (minisat) R 17724 17701 17664 0 -1 4194304 2248 0 0 0 4979 2 0 0 25 0 1 0 650611911 9691136 2234 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/17725/statm: 2366 2234 75 150 0 2213 0
Current children cumulated CPU time (s) 51
Current children cumulated vsize (KiB) 28420

[startup+102.307 s]
/proc/loadavg: 1.98 1.98 1.99 3/78 17726
/proc/meminfo: memFree=1733024/2055920 swapFree=4180580/4192956
[pid=17701] ppid=17699 vsize=13600 CPUtime=1.19
/proc/17701/stat : 17701 (sugar) S 17699 17701 17664 0 -1 4194304 1032 11930 0 2 3 1 107 8 16 0 1 0 650611786 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17701/statm: 3400 798 370 3 0 500 0
[pid=17724] ppid=17701 vsize=5356 CPUtime=0
/proc/17724/stat : 17724 (sh) S 17701 17701 17664 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 650611911 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17724/statm: 1339 232 193 169 0 50 0
[pid=17725] ppid=17724 vsize=11172 CPUtime=101.01
/proc/17725/stat : 17725 (minisat) R 17724 17701 17664 0 -1 4194304 2683 0 0 0 10098 3 0 0 25 0 1 0 650611911 11440128 2669 996147200 134512640 135127466 4294956256 18446744073709551615 134530635 0 0 4096 3 0 0 0 17 1 0 0
/proc/17725/statm: 2793 2669 75 150 0 2640 0
Current children cumulated CPU time (s) 102.2
Current children cumulated vsize (KiB) 30128

[startup+162.303 s]
/proc/loadavg: 1.99 1.98 1.99 3/78 17727
/proc/meminfo: memFree=1732832/2055920 swapFree=4180580/4192956
[pid=17701] ppid=17699 vsize=13600 CPUtime=1.19
/proc/17701/stat : 17701 (sugar) S 17699 17701 17664 0 -1 4194304 1032 11930 0 2 3 1 107 8 16 0 1 0 650611786 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17701/statm: 3400 798 370 3 0 500 0
[pid=17724] ppid=17701 vsize=5356 CPUtime=0
/proc/17724/stat : 17724 (sh) S 17701 17701 17664 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 650611911 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17724/statm: 1339 232 193 169 0 50 0
[pid=17725] ppid=17724 vsize=11312 CPUtime=160.99
/proc/17725/stat : 17725 (minisat) R 17724 17701 17664 0 -1 4194304 2707 0 0 0 16096 3 0 0 25 0 1 0 650611911 11583488 2693 996147200 134512640 135127466 4294956256 18446744073709551615 134530739 0 0 4096 3 0 0 0 17 1 0 0
/proc/17725/statm: 2828 2693 75 150 0 2675 0
Current children cumulated CPU time (s) 162.18
Current children cumulated vsize (KiB) 30268

[startup+222.302 s]
/proc/loadavg: 1.99 1.98 1.99 3/85 17776
/proc/meminfo: memFree=1643992/2055920 swapFree=4180580/4192956
[pid=17701] ppid=17699 vsize=13600 CPUtime=1.19
/proc/17701/stat : 17701 (sugar) S 17699 17701 17664 0 -1 4194304 1032 11930 0 2 3 1 107 8 16 0 1 0 650611786 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17701/statm: 3400 798 370 3 0 500 0
[pid=17724] ppid=17701 vsize=5356 CPUtime=0
/proc/17724/stat : 17724 (sh) S 17701 17701 17664 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 650611911 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17724/statm: 1339 232 193 169 0 50 0
[pid=17725] ppid=17724 vsize=13572 CPUtime=220.93
/proc/17725/stat : 17725 (minisat) R 17724 17701 17664 0 -1 4194304 3307 0 0 0 22089 4 0 0 25 0 1 0 650611911 13897728 3293 996147200 134512640 135127466 4294956256 18446744073709551615 134530755 0 0 4096 3 0 0 0 17 1 0 0
/proc/17725/statm: 3393 3293 75 150 0 3240 0
Current children cumulated CPU time (s) 222.12
Current children cumulated vsize (KiB) 32528

[startup+282.303 s]
/proc/loadavg: 1.99 1.98 1.99 3/85 17776
/proc/meminfo: memFree=1600280/2055920 swapFree=4180580/4192956
[pid=17701] ppid=17699 vsize=13600 CPUtime=1.19
/proc/17701/stat : 17701 (sugar) S 17699 17701 17664 0 -1 4194304 1032 11930 0 2 3 1 107 8 16 0 1 0 650611786 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17701/statm: 3400 798 370 3 0 500 0
[pid=17724] ppid=17701 vsize=5356 CPUtime=0
/proc/17724/stat : 17724 (sh) S 17701 17701 17664 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 650611911 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17724/statm: 1339 232 193 169 0 50 0
[pid=17725] ppid=17724 vsize=15080 CPUtime=280.87
/proc/17725/stat : 17725 (minisat) R 17724 17701 17664 0 -1 4194304 3639 0 0 0 28083 4 0 0 25 0 1 0 650611911 15441920 3625 996147200 134512640 135127466 4294956256 18446744073709551615 134530772 0 0 4096 3 0 0 0 17 1 0 0
/proc/17725/statm: 3770 3625 75 150 0 3617 0
Current children cumulated CPU time (s) 282.06
Current children cumulated vsize (KiB) 34036

[startup+342.303 s]
/proc/loadavg: 1.99 1.98 1.99 3/77 17777
/proc/meminfo: memFree=1483608/2055920 swapFree=4180580/4192956
[pid=17701] ppid=17699 vsize=13600 CPUtime=1.19
/proc/17701/stat : 17701 (sugar) S 17699 17701 17664 0 -1 4194304 1032 11930 0 2 3 1 107 8 16 0 1 0 650611786 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17701/statm: 3400 798 370 3 0 500 0
[pid=17724] ppid=17701 vsize=5356 CPUtime=0
/proc/17724/stat : 17724 (sh) S 17701 17701 17664 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 650611911 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17724/statm: 1339 232 193 169 0 50 0
[pid=17725] ppid=17724 vsize=15220 CPUtime=340.5
/proc/17725/stat : 17725 (minisat) R 17724 17701 17664 0 -1 4194304 3676 0 0 0 34045 5 0 0 25 0 1 0 650611911 15585280 3662 996147200 134512640 135127466 4294956256 18446744073709551615 134530581 0 0 4096 3 0 0 0 17 0 0 0
/proc/17725/statm: 3805 3662 75 150 0 3652 0
Current children cumulated CPU time (s) 341.69
Current children cumulated vsize (KiB) 34176

[startup+402.302 s]
/proc/loadavg: 1.99 1.98 1.99 3/77 17777
/proc/meminfo: memFree=1414552/2055920 swapFree=4180580/4192956
[pid=17701] ppid=17699 vsize=13600 CPUtime=1.19
/proc/17701/stat : 17701 (sugar) S 17699 17701 17664 0 -1 4194304 1032 11930 0 2 3 1 107 8 16 0 1 0 650611786 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17701/statm: 3400 798 370 3 0 500 0
[pid=17724] ppid=17701 vsize=5356 CPUtime=0
/proc/17724/stat : 17724 (sh) S 17701 17701 17664 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 650611911 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17724/statm: 1339 232 193 169 0 50 0
[pid=17725] ppid=17724 vsize=15884 CPUtime=400.03
/proc/17725/stat : 17725 (minisat) R 17724 17701 17664 0 -1 4194304 3844 0 0 0 39998 5 0 0 25 0 1 0 650611911 16265216 3830 996147200 134512640 135127466 4294956256 18446744073709551615 134530814 0 0 4096 3 0 0 0 17 0 0 0
/proc/17725/statm: 3971 3830 75 150 0 3818 0
Current children cumulated CPU time (s) 401.22
Current children cumulated vsize (KiB) 34840

[startup+462.302 s]
/proc/loadavg: 1.99 1.98 1.99 3/77 17783
/proc/meminfo: memFree=1348312/2055920 swapFree=4180580/4192956
[pid=17701] ppid=17699 vsize=13600 CPUtime=1.19
/proc/17701/stat : 17701 (sugar) S 17699 17701 17664 0 -1 4194304 1032 11930 0 2 3 1 107 8 16 0 1 0 650611786 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17701/statm: 3400 798 370 3 0 500 0
[pid=17724] ppid=17701 vsize=5356 CPUtime=0
/proc/17724/stat : 17724 (sh) S 17701 17701 17664 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 650611911 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17724/statm: 1339 232 193 169 0 50 0
[pid=17725] ppid=17724 vsize=16164 CPUtime=459.53
/proc/17725/stat : 17725 (minisat) R 17724 17701 17664 0 -1 4194304 3916 0 0 0 45947 6 0 0 25 0 1 0 650611911 16551936 3902 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/17725/statm: 4041 3902 75 150 0 3888 0
Current children cumulated CPU time (s) 460.72
Current children cumulated vsize (KiB) 35120

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

[startup+486.302 s]
/proc/loadavg: 1.99 1.98 1.99 3/77 17783
/proc/meminfo: memFree=1325976/2055920 swapFree=4180580/4192956
[pid=17701] ppid=17699 vsize=13600 CPUtime=1.19
/proc/17701/stat : 17701 (sugar) S 17699 17701 17664 0 -1 4194304 1032 11930 0 2 3 1 107 8 16 0 1 0 650611786 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17701/statm: 3400 798 370 3 0 500 0
[pid=17724] ppid=17701 vsize=5356 CPUtime=0
/proc/17724/stat : 17724 (sh) S 17701 17701 17664 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 650611911 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17724/statm: 1339 232 193 169 0 50 0
[pid=17725] ppid=17724 vsize=16976 CPUtime=483.32
/proc/17725/stat : 17725 (minisat) R 17724 17701 17664 0 -1 4194304 4113 0 0 0 48326 6 0 0 25 0 1 0 650611911 17383424 4099 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/17725/statm: 4244 4099 75 150 0 4091 0
Current children cumulated CPU time (s) 484.51
Current children cumulated vsize (KiB) 35932

[startup+492.702 s]
/proc/loadavg: 1.99 1.98 1.99 3/77 17783
/proc/meminfo: memFree=1320792/2055920 swapFree=4180580/4192956
[pid=17701] ppid=17699 vsize=13600 CPUtime=1.19
/proc/17701/stat : 17701 (sugar) S 17699 17701 17664 0 -1 4194304 1032 11930 0 2 3 1 107 8 16 0 1 0 650611786 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17701/statm: 3400 798 370 3 0 500 0
[pid=17724] ppid=17701 vsize=5356 CPUtime=0
/proc/17724/stat : 17724 (sh) S 17701 17701 17664 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 650611911 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17724/statm: 1339 232 193 169 0 50 0
[pid=17725] ppid=17724 vsize=17108 CPUtime=489.67
/proc/17725/stat : 17725 (minisat) R 17724 17701 17664 0 -1 4194304 4135 0 0 0 48961 6 0 0 25 0 1 0 650611911 17518592 4121 996147200 134512640 135127466 4294956256 18446744073709551615 134530828 0 0 4096 3 0 0 0 17 0 0 0
/proc/17725/statm: 4277 4121 75 150 0 4124 0
Current children cumulated CPU time (s) 490.86
Current children cumulated vsize (KiB) 36064

[startup+495.902 s]
/proc/loadavg: 1.99 1.98 1.99 3/77 17783
/proc/meminfo: memFree=1319128/2055920 swapFree=4180580/4192956
[pid=17701] ppid=17699 vsize=13600 CPUtime=1.19
/proc/17701/stat : 17701 (sugar) S 17699 17701 17664 0 -1 4194304 1032 11930 0 2 3 1 107 8 16 0 1 0 650611786 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17701/statm: 3400 798 370 3 0 500 0
[pid=17724] ppid=17701 vsize=5356 CPUtime=0
/proc/17724/stat : 17724 (sh) S 17701 17701 17664 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 650611911 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17724/statm: 1339 232 193 169 0 50 0
[pid=17725] ppid=17724 vsize=17108 CPUtime=492.85
/proc/17725/stat : 17725 (minisat) R 17724 17701 17664 0 -1 4194304 4135 0 0 0 49279 6 0 0 25 0 1 0 650611911 17518592 4121 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 0 0 0
/proc/17725/statm: 4277 4121 75 150 0 4124 0
Current children cumulated CPU time (s) 494.04
Current children cumulated vsize (KiB) 36064

[startup+499.101 s]
/proc/loadavg: 1.99 1.98 1.99 3/77 17783
/proc/meminfo: memFree=1316504/2055920 swapFree=4180580/4192956
[pid=17701] ppid=17699 vsize=13600 CPUtime=1.19
/proc/17701/stat : 17701 (sugar) S 17699 17701 17664 0 -1 4194304 1032 11930 0 2 3 1 107 8 16 0 1 0 650611786 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17701/statm: 3400 798 370 3 0 500 0
[pid=17724] ppid=17701 vsize=5356 CPUtime=0
/proc/17724/stat : 17724 (sh) S 17701 17701 17664 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 650611911 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17724/statm: 1339 232 193 169 0 50 0
[pid=17725] ppid=17724 vsize=17108 CPUtime=496.02
/proc/17725/stat : 17725 (minisat) R 17724 17701 17664 0 -1 4194304 4135 0 0 0 49596 6 0 0 25 0 1 0 650611911 17518592 4121 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/17725/statm: 4277 4121 75 150 0 4124 0
Current children cumulated CPU time (s) 497.21
Current children cumulated vsize (KiB) 36064

[startup+500.702 s]
/proc/loadavg: 1.99 1.98 1.99 3/77 17783
/proc/meminfo: memFree=1314904/2055920 swapFree=4180580/4192956
[pid=17701] ppid=17699 vsize=13600 CPUtime=1.19
/proc/17701/stat : 17701 (sugar) S 17699 17701 17664 0 -1 4194304 1032 11930 0 2 3 1 107 8 16 0 1 0 650611786 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17701/statm: 3400 798 370 3 0 500 0
[pid=17724] ppid=17701 vsize=5356 CPUtime=0
/proc/17724/stat : 17724 (sh) S 17701 17701 17664 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 650611911 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17724/statm: 1339 232 193 169 0 50 0
[pid=17725] ppid=17724 vsize=17108 CPUtime=497.6
/proc/17725/stat : 17725 (minisat) R 17724 17701 17664 0 -1 4194304 4135 0 0 0 49754 6 0 0 25 0 1 0 650611911 17518592 4121 996147200 134512640 135127466 4294956256 18446744073709551615 134530823 0 0 4096 3 0 0 0 17 0 0 0
/proc/17725/statm: 4277 4121 75 150 0 4124 0
Current children cumulated CPU time (s) 498.79
Current children cumulated vsize (KiB) 36064

[startup+501.102 s]
/proc/loadavg: 1.99 1.98 1.99 3/77 17783
/proc/meminfo: memFree=1314904/2055920 swapFree=4180580/4192956
[pid=17701] ppid=17699 vsize=13600 CPUtime=1.19
/proc/17701/stat : 17701 (sugar) S 17699 17701 17664 0 -1 4194304 1032 11930 0 2 3 1 107 8 16 0 1 0 650611786 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17701/statm: 3400 798 370 3 0 500 0
[pid=17724] ppid=17701 vsize=5356 CPUtime=0
/proc/17724/stat : 17724 (sh) S 17701 17701 17664 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 650611911 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17724/statm: 1339 232 193 169 0 50 0
[pid=17725] ppid=17724 vsize=17108 CPUtime=498
/proc/17725/stat : 17725 (minisat) R 17724 17701 17664 0 -1 4194304 4135 0 0 0 49794 6 0 0 25 0 1 0 650611911 17518592 4121 996147200 134512640 135127466 4294956256 18446744073709551615 134530814 0 0 4096 3 0 0 0 17 0 0 0
/proc/17725/statm: 4277 4121 75 150 0 4124 0
Current children cumulated CPU time (s) 499.19
Current children cumulated vsize (KiB) 36064

[startup+501.302 s]
/proc/loadavg: 1.99 1.98 1.99 3/77 17783
/proc/meminfo: memFree=1314904/2055920 swapFree=4180580/4192956
[pid=17701] ppid=17699 vsize=13600 CPUtime=499.26
/proc/17701/stat : 17701 (sugar) S 17699 17701 17664 0 -1 4194304 1088 16359 0 2 3 1 49907 15 15 0 1 0 650611786 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17701/statm: 3400 798 370 3 0 500 0
Current children cumulated CPU time (s) 499.26
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 501.332
CPU time (s): 499.393
CPU user time (s): 499.19
CPU system time (s): 0.202969
CPU usage (%): 99.6133
Max. virtual memory (cumulated for all children) (KiB): 887336

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 499.19
system time used= 0.202969
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 21134
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= 2398
involuntary context switches= 7486

runsolver used 0.513921 second user time and 1.34879 second system time

The end

Launcher Data (download as text)

Begin job on node79 at 2008-07-05 18:53:34
IDJOB=1092688
IDBENCH=58649
IDSOLVER=346
FILE ID=node79/1092688-1215276814
PBS_JOBID= 7882283
Free space on /tmp= 66496 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/langford4/normalized-langford-4-14.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-1092688-1215276814/watcher-1092688-1215276814 -o /tmp/evaluation-result-1092688-1215276814/solver-1092688-1215276814 -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-1092688-1215276814.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 6c0880b040fe6260481479fcc94ce736
RANDOM SEED=1182781037

node79.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.218
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.218
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:       1747464 kB
Buffers:         46468 kB
Cached:         192504 kB
SwapCached:       6916 kB
Active:         162328 kB
Inactive:        96344 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1747464 kB
SwapTotal:     4192956 kB
SwapFree:      4180580 kB
Dirty:            1736 kB
Writeback:           0 kB
Mapped:          24320 kB
Slab:            35164 kB
Committed_AS:  1201832 kB
PageTables:       1752 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= 66432 MiB
End job on node79 at 2008-07-05 19:01:55