Trace number 1097414

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 482.879 484.361

General information on the benchmark

Namecsp/tightness0.5/
normalized-rand-2-40-25-180-500-12_ext.xml
MD5SUM36496499a82f2ffc2b91e8d7c40fd560
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark12.856
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints180
Maximum constraint arity2
Maximum domain size25
Number of constraints which are defined in extension180
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.02/0.04	c 0	Sugar v1-13 + HOME/minisat
0.02/0.04	c 0	BEGIN Sat Jul  5 20:20:24 2008
0.02/0.04	c 0	PID 20221
0.02/0.04	c 0	HOST node76.alineos.net
0.02/0.04	c 0	CONVERTING HOME/instance-1097414-1215282024.xml TO HOME/temp.csp
0.02/0.04	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1097414-1215282024.xml' 'HOME/temp.csp'
0.03/0.47	c 1	1 domains, 40 variables, 0 predicates, 180 relations, 180 constraints
0.03/0.50	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.51	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.03/0.58	c 1	Parsing HOME/temp.csp
0.44/0.95	c 1	parsed 401 expressions
0.44/0.96	c 1	Heap : 6 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.44/0.96	c 1	Converting to clausal form CSP
0.44/0.98	c 1	converted 41 (10%) expressions
0.44/0.98	c 1	converted 81 (20%) expressions
0.44/0.99	c 1	converted 121 (30%) expressions
0.44/0.99	c 1	converted 161 (40%) expressions
0.44/0.99	c 1	converted 201 (50%) expressions
0.91/1.03	c 1	converted 241 (60%) expressions
1.01/1.10	c 2	converted 281 (70%) expressions
1.01/1.12	c 2	converted 321 (80%) expressions
1.01/1.15	c 2	converted 361 (90%) expressions
1.01/1.18	c 2	converted 401 (100%) expressions
1.01/1.18	c 2	CSP : 40 integers, 0 booleans, 180 clauses, largest domain size 25
1.01/1.18	c 2	Heap : 11 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.01/1.18	c 2	Propagation in CSP
1.01/1.18	c 2	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.01/1.18	c 2	CSP : 40 integers, 0 booleans, 180 clauses, largest domain size 25
1.01/1.18	c 2	Heap : 11 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.01/1.18	c 2	Simplifing CSP by introducing new Boolean variables
1.01/1.18	c 2	CSP : 40 integers, 0 booleans, 180 clauses, largest domain size 25
1.01/1.18	c 2	Heap : 11 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.11/1.23	c 2	Encoding CSP to SAT : HOME/temp.cnf
1.11/1.24	c 2	4 (10%) CSP integer variables are encoded (92 clauses, 875 bytes)
1.11/1.24	c 2	8 (20%) CSP integer variables are encoded (184 clauses, 1882 bytes)
1.11/1.24	c 2	12 (30%) CSP integer variables are encoded (276 clauses, 2894 bytes)
1.11/1.24	c 2	16 (40%) CSP integer variables are encoded (368 clauses, 3906 bytes)
1.11/1.25	c 2	20 (50%) CSP integer variables are encoded (460 clauses, 4918 bytes)
1.11/1.25	c 2	24 (60%) CSP integer variables are encoded (552 clauses, 5930 bytes)
1.11/1.25	c 2	28 (70%) CSP integer variables are encoded (644 clauses, 6942 bytes)
1.11/1.25	c 2	32 (80%) CSP integer variables are encoded (736 clauses, 7954 bytes)
1.11/1.25	c 2	36 (90%) CSP integer variables are encoded (828 clauses, 8966 bytes)
1.11/1.25	c 2	40 (100%) CSP integer variables are encoded (920 clauses, 9978 bytes)
1.21/1.30	c 2	18 (10%) CSP clauses are encoded (3541 clauses, 52567 bytes)
1.21/1.32	c 2	36 (20%) CSP clauses are encoded (6178 clauses, 98241 bytes)
1.21/1.34	c 2	54 (30%) CSP clauses are encoded (8829 clauses, 148068 bytes)
1.21/1.35	c 2	72 (40%) CSP clauses are encoded (11446 clauses, 197452 bytes)
1.21/1.37	c 2	90 (50%) CSP clauses are encoded (14045 clauses, 246356 bytes)
1.21/1.39	c 2	108 (60%) CSP clauses are encoded (16656 clauses, 295562 bytes)
1.30/1.40	c 2	126 (70%) CSP clauses are encoded (19258 clauses, 344575 bytes)
1.30/1.42	c 2	144 (80%) CSP clauses are encoded (21901 clauses, 394487 bytes)
1.30/1.43	c 2	162 (90%) CSP clauses are encoded (24498 clauses, 443454 bytes)
1.30/1.45	c 2	180 (100%) CSP clauses are encoded (27132 clauses, 493088 bytes)
1.30/1.45	c 2	180 CSP clauses encoded
1.30/1.45	c 2	Writing map file : HOME/temp.map
1.30/1.45	c 2	Heap : 5 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.30/1.45	c 2	SAT : 960 SAT variables, 27132 SAT clauses, 493088 bytes
1.30/1.45	c 2	Heap : 5 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.36/1.50	c 2	SOLVING HOME/temp.cnf
1.36/1.50	c 2	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1.36/1.50	c 2	This is MiniSat 2.0 beta
1.36/1.50	c 2	WARNING: for repeatability, setting FPU to use double precision
1.36/1.50	c 2	============================[ Problem Statistics ]=============================
1.36/1.50	c 2	|                                                                             |
1.36/1.50	c 2	|  Number of variables:  960                                                  |
1.36/1.50	c 2	|  Number of clauses:    27132                                                |
1.36/1.52	c 2	|  Parsing time:         0.01         s                                       |
1.36/1.52	c 2	============================[ Search Statistics ]==============================
1.36/1.52	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.36/1.52	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.36/1.52	c 2	===============================================================================
1.36/1.52	c 2	|         0 |     960    27132   100021 |     9044        0    nan |  0.000 % |
1.36/1.53	c 2	|       100 |     960    27132   100021 |     9948      100     11 |  0.000 % |
1.36/1.55	c 2	|       250 |     960    27132   100021 |    10943      250     13 |  0.004 % |
1.36/1.57	c 2	|       475 |     960    27132   100021 |    12037      475     12 |  0.002 % |
1.38/1.60	c 2	|       812 |     960    27132   100021 |    13241      812     11 |  0.006 % |
1.38/1.66	c 2	|      1318 |     960    27132   100021 |    14565     1318     12 |  0.006 % |
1.38/1.75	c 2	|      2077 |     960    27132   100021 |    16021     2077     12 |  0.006 % |
1.38/1.90	c 2	|      3216 |     960    27132   100021 |    17624     3216     12 |  0.006 % |
1.97/2.10	c 3	|      4924 |     960    27132   100021 |    19386     4924     12 |  0.006 % |
2.26/2.41	c 3	|      7486 |     960    27132   100021 |    21325     7486     12 |  0.006 % |
2.76/2.93	c 3	|     11330 |     960    27132   100021 |    23457    11330     12 |  0.006 % |
3.85/4.01	c 4	|     17099 |     960    27132   100021 |    25803    17099     13 |  0.006 % |
5.84/6.07	c 6	|     25749 |     960    27132   100021 |    28383    25749     13 |  0.007 % |
9.12/9.34	c 10	|     38724 |     960    27132   100021 |    31222    23453     15 |  0.007 % |
13.30/13.50	c 14	|     58186 |     959    27061    99818 |    34344    17970     15 |  0.105 % |
20.86/21.17	c 22	|     87378 |     959    27061    99818 |    37779    26234     17 |  0.106 % |
32.90/33.22	c 34	|    131168 |     958    27002    99653 |    41556    15983     14 |  0.208 % |
50.92/51.33	c 52	|    196852 |     958    27002    99653 |    45712    27477     16 |  0.211 % |
83.57/84.14	c 85	|    295379 |     957    26954    99515 |    50283    23079     18 |  0.313 % |
131.53/132.31	c 133	|    443170 |     957    26954    99515 |    55312    26095     16 |  0.317 % |
209.96/211.13	c 212	|    664854 |     950    26473    97772 |    60843    17667     17 |  1.043 % |
337.70/339.17	c 340	|    997379 |     941    25846    95362 |    66927    31589     16 |  1.979 % |
482.63/484.19	c 485	===============================================================================
482.63/484.19	c 485	restarts              : 22
482.63/484.19	c 485	conflicts             : 1347385        (2799 /sec)
482.63/484.19	c 485	decisions             : 1684872        (1.51 % random) (3501 /sec)
482.63/484.19	c 485	propagations          : 156009023      (324130 /sec)
482.63/484.19	c 485	conflict literals     : 23819104       (36.43 % deleted)
482.63/484.19	c 485	Memory used           : 14.58 MB
482.63/484.19	c 485	CPU time              : 481.317 s
482.63/484.19	c 485	
482.63/484.19	c 485	UNSATISFIABLE
482.63/484.19	c 485	DECODING HOME/temp.out WITH HOME/temp.map
482.63/484.19	c 485	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
482.75/484.28	c 485	Decoding HOME/temp.out
482.75/484.30	s UNSATISFIABLE
482.75/484.30	c 485	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
482.75/484.36	c 485	CPU 482.68 (0.03 0.01 482.65 0.16)
482.75/484.36	c 485	END Sat Jul  5 20:28:29 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-1097414-1215282024/watcher-1097414-1215282024 -o /tmp/evaluation-result-1097414-1215282024/solver-1097414-1215282024 -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-1097414-1215282024.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.12 2.07 2.07 4/88 20221
/proc/meminfo: memFree=1513344/2055920 swapFree=4179164/4192956
[pid=20221] ppid=20219 vsize=12272 CPUtime=0
/proc/20221/stat : 20221 (sugar) R 20219 20221 19365 0 -1 4194304 359 0 0 0 0 0 0 0 18 0 1 0 139883073 12566528 327 996147200 4194304 4206940 548682068608 18446744073709551615 265674259045 0 0 4224 0 0 0 0 17 0 0 0
/proc/20221/statm: 3068 327 246 3 0 168 0

[startup+0.0293079 s]
/proc/loadavg: 2.12 2.07 2.07 4/88 20221
/proc/meminfo: memFree=1513344/2055920 swapFree=4179164/4192956
[pid=20221] ppid=20219 vsize=13204 CPUtime=0.02
/proc/20221/stat : 20221 (sugar) R 20219 20221 19365 0 -1 4194304 653 0 0 0 2 0 0 0 18 0 1 0 139883073 13520896 621 996147200 4194304 4206940 548682068608 18446744073709551615 265673937575 0 0 4224 0 0 0 0 17 0 0 0
/proc/20221/statm: 3301 621 316 3 0 401 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 13204

[startup+0.101314 s]
/proc/loadavg: 2.12 2.07 2.07 4/88 20221
/proc/meminfo: memFree=1513344/2055920 swapFree=4179164/4192956
[pid=20221] ppid=20219 vsize=13600 CPUtime=0.03
/proc/20221/stat : 20221 (sugar) S 20219 20221 19365 0 -1 4194304 900 127 0 0 3 0 0 0 16 0 1 0 139883073 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/20221/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.30134 s]
/proc/loadavg: 2.12 2.07 2.07 4/88 20221
/proc/meminfo: memFree=1513344/2055920 swapFree=4179164/4192956
[pid=20221] ppid=20219 vsize=13600 CPUtime=0.03
/proc/20221/stat : 20221 (sugar) S 20219 20221 19365 0 -1 4194304 900 127 0 0 3 0 0 0 16 0 1 0 139883073 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/20221/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701379 s]
/proc/loadavg: 2.12 2.07 2.07 4/88 20221
/proc/meminfo: memFree=1513344/2055920 swapFree=4179164/4192956
[pid=20221] ppid=20219 vsize=13600 CPUtime=0.44
/proc/20221/stat : 20221 (sugar) S 20219 20221 19365 0 -1 4194304 973 4647 0 1 3 0 38 3 16 0 1 0 139883073 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20221/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.44
Current children cumulated vsize (KiB) 13600

[startup+1.50249 s]
/proc/loadavg: 2.12 2.07 2.07 3/99 20243
/proc/meminfo: memFree=1497576/2055920 swapFree=4179164/4192956
[pid=20221] ppid=20219 vsize=13600 CPUtime=0.44
/proc/20221/stat : 20221 (sugar) S 20219 20221 19365 0 -1 4194304 974 4647 0 1 3 0 38 3 15 0 1 0 139883073 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20221/statm: 3400 797 370 3 0 500 0
[pid=20234] ppid=20221 vsize=5356 CPUtime=0
/proc/20234/stat : 20234 (sh) S 20221 20221 19365 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 139883124 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20234/statm: 1339 233 193 169 0 50 0
[pid=20235] ppid=20234 vsize=0 CPUtime=0.92
/proc/20235/stat : 20235 (java) Z 20234 20221 19365 0 -1 12 7806 0 1 0 87 5 0 0 16 0 2 0 139883124 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20235/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.36
Current children cumulated vsize (KiB) 18956

[startup+3.10265 s]
/proc/loadavg: 2.11 2.07 2.07 3/91 20245
/proc/meminfo: memFree=1507816/2055920 swapFree=4179164/4192956
[pid=20221] ppid=20219 vsize=13600 CPUtime=1.38
/proc/20221/stat : 20221 (sugar) S 20219 20221 19365 0 -1 4194304 1031 12739 0 2 3 0 126 9 15 0 1 0 139883073 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20221/statm: 3400 798 370 3 0 500 0
[pid=20244] ppid=20221 vsize=5356 CPUtime=0
/proc/20244/stat : 20244 (sh) S 20221 20221 19365 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 139883223 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20244/statm: 1339 232 193 169 0 50 0
[pid=20245] ppid=20244 vsize=4276 CPUtime=1.58
/proc/20245/stat : 20245 (minisat) R 20244 20221 19365 0 -1 4194304 832 0 0 0 158 0 0 0 25 0 1 0 139883224 4378624 818 996147200 134512640 135127466 4294956256 18446744073709551615 134530686 0 0 4096 3 0 0 0 17 1 0 0
/proc/20245/statm: 1069 818 75 150 0 916 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 23232

[startup+6.30201 s]
/proc/loadavg: 2.11 2.07 2.07 3/91 20245
/proc/meminfo: memFree=1506152/2055920 swapFree=4179164/4192956
[pid=20221] ppid=20219 vsize=13600 CPUtime=1.38
/proc/20221/stat : 20221 (sugar) S 20219 20221 19365 0 -1 4194304 1031 12739 0 2 3 0 126 9 16 0 1 0 139883073 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20221/statm: 3400 798 370 3 0 500 0
[pid=20244] ppid=20221 vsize=5356 CPUtime=0
/proc/20244/stat : 20244 (sh) S 20221 20221 19365 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 139883223 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20244/statm: 1339 232 193 169 0 50 0
[pid=20245] ppid=20244 vsize=5524 CPUtime=4.76
/proc/20245/stat : 20245 (minisat) R 20244 20221 19365 0 -1 4194304 1149 0 0 0 476 0 0 0 25 0 1 0 139883224 5656576 1135 996147200 134512640 135127466 4294956256 18446744073709551615 134530644 0 0 4096 3 0 0 0 17 1 0 0
/proc/20245/statm: 1381 1135 75 150 0 1228 0
Current children cumulated CPU time (s) 6.14
Current children cumulated vsize (KiB) 24480

[startup+12.7017 s]
/proc/loadavg: 2.09 2.07 2.07 3/91 20245
/proc/meminfo: memFree=1505128/2055920 swapFree=4179164/4192956
[pid=20221] ppid=20219 vsize=13600 CPUtime=1.38
/proc/20221/stat : 20221 (sugar) S 20219 20221 19365 0 -1 4194304 1031 12739 0 2 3 0 126 9 16 0 1 0 139883073 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20221/statm: 3400 798 370 3 0 500 0
[pid=20244] ppid=20221 vsize=5356 CPUtime=0
/proc/20244/stat : 20244 (sh) S 20221 20221 19365 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 139883223 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20244/statm: 1339 232 193 169 0 50 0
[pid=20245] ppid=20244 vsize=6084 CPUtime=11.13
/proc/20245/stat : 20245 (minisat) R 20244 20221 19365 0 -1 4194304 1283 0 0 0 1113 0 0 0 25 0 1 0 139883224 6230016 1269 996147200 134512640 135127466 4294956256 18446744073709551615 134530936 0 0 4096 3 0 0 0 17 1 0 0
/proc/20245/statm: 1521 1269 75 150 0 1368 0
Current children cumulated CPU time (s) 12.51
Current children cumulated vsize (KiB) 25040

[startup+25.5012 s]
/proc/loadavg: 2.08 2.06 2.07 3/91 20245
/proc/meminfo: memFree=1503720/2055920 swapFree=4179164/4192956
[pid=20221] ppid=20219 vsize=13600 CPUtime=1.38
/proc/20221/stat : 20221 (sugar) S 20219 20221 19365 0 -1 4194304 1031 12739 0 2 3 0 126 9 16 0 1 0 139883073 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20221/statm: 3400 798 370 3 0 500 0
[pid=20244] ppid=20221 vsize=5356 CPUtime=0
/proc/20244/stat : 20244 (sh) S 20221 20221 19365 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 139883223 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20244/statm: 1339 232 193 169 0 50 0
[pid=20245] ppid=20244 vsize=7420 CPUtime=23.86
/proc/20245/stat : 20245 (minisat) R 20244 20221 19365 0 -1 4194304 1639 0 0 0 2386 0 0 0 25 0 1 0 139883224 7598080 1625 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/20245/statm: 1855 1625 75 150 0 1702 0
Current children cumulated CPU time (s) 25.24
Current children cumulated vsize (KiB) 26376

[startup+51.1011 s]
/proc/loadavg: 2.05 2.06 2.07 3/91 20245
/proc/meminfo: memFree=1502824/2055920 swapFree=4179164/4192956
[pid=20221] ppid=20219 vsize=13600 CPUtime=1.38
/proc/20221/stat : 20221 (sugar) S 20219 20221 19365 0 -1 4194304 1031 12739 0 2 3 0 126 9 16 0 1 0 139883073 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20221/statm: 3400 798 370 3 0 500 0
[pid=20244] ppid=20221 vsize=5356 CPUtime=0
/proc/20244/stat : 20244 (sh) S 20221 20221 19365 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 139883223 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20244/statm: 1339 232 193 169 0 50 0
[pid=20245] ppid=20244 vsize=8560 CPUtime=49.34
/proc/20245/stat : 20245 (minisat) R 20244 20221 19365 0 -1 4194304 1890 0 0 0 4934 0 0 0 25 0 1 0 139883224 8765440 1876 996147200 134512640 135127466 4294956256 18446744073709551615 134530682 0 0 4096 3 0 0 0 17 1 0 0
/proc/20245/statm: 2140 1876 75 150 0 1987 0
Current children cumulated CPU time (s) 50.72
Current children cumulated vsize (KiB) 27516

[startup+102.307 s]
/proc/loadavg: 2.02 2.05 2.06 3/91 20245
/proc/meminfo: memFree=1501160/2055920 swapFree=4179164/4192956
[pid=20221] ppid=20219 vsize=13600 CPUtime=1.38
/proc/20221/stat : 20221 (sugar) S 20219 20221 19365 0 -1 4194304 1031 12739 0 2 3 0 126 9 16 0 1 0 139883073 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20221/statm: 3400 798 370 3 0 500 0
[pid=20244] ppid=20221 vsize=5356 CPUtime=0
/proc/20244/stat : 20244 (sh) S 20221 20221 19365 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 139883223 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20244/statm: 1339 232 193 169 0 50 0
[pid=20245] ppid=20244 vsize=10044 CPUtime=100.3
/proc/20245/stat : 20245 (minisat) R 20244 20221 19365 0 -1 4194304 2268 0 0 0 10029 1 0 0 25 0 1 0 139883224 10285056 2254 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/20245/statm: 2511 2254 75 150 0 2358 0
Current children cumulated CPU time (s) 101.68
Current children cumulated vsize (KiB) 29000

[startup+162.302 s]
/proc/loadavg: 2.01 2.03 2.06 3/91 20245
/proc/meminfo: memFree=1500072/2055920 swapFree=4179164/4192956
[pid=20221] ppid=20219 vsize=13600 CPUtime=1.38
/proc/20221/stat : 20221 (sugar) S 20219 20221 19365 0 -1 4194304 1031 12739 0 2 3 0 126 9 16 0 1 0 139883073 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20221/statm: 3400 798 370 3 0 500 0
[pid=20244] ppid=20221 vsize=5356 CPUtime=0
/proc/20244/stat : 20244 (sh) S 20221 20221 19365 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 139883223 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20244/statm: 1339 232 193 169 0 50 0
[pid=20245] ppid=20244 vsize=11052 CPUtime=160
/proc/20245/stat : 20245 (minisat) R 20244 20221 19365 0 -1 4194304 2518 0 0 0 15999 1 0 0 25 0 1 0 139883224 11317248 2504 996147200 134512640 135127466 4294956256 18446744073709551615 134528448 0 0 4096 3 0 0 0 17 1 0 0
/proc/20245/statm: 2763 2504 75 150 0 2610 0
Current children cumulated CPU time (s) 161.38
Current children cumulated vsize (KiB) 30008

[startup+222.301 s]
/proc/loadavg: 2.00 2.03 2.05 3/91 20245
/proc/meminfo: memFree=1498984/2055920 swapFree=4179164/4192956
[pid=20221] ppid=20219 vsize=13600 CPUtime=1.38
/proc/20221/stat : 20221 (sugar) S 20219 20221 19365 0 -1 4194304 1031 12739 0 2 3 0 126 9 16 0 1 0 139883073 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20221/statm: 3400 798 370 3 0 500 0
[pid=20244] ppid=20221 vsize=5356 CPUtime=0
/proc/20244/stat : 20244 (sh) S 20221 20221 19365 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 139883223 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20244/statm: 1339 232 193 169 0 50 0
[pid=20245] ppid=20244 vsize=12252 CPUtime=219.72
/proc/20245/stat : 20245 (minisat) R 20244 20221 19365 0 -1 4194304 2821 0 0 0 21970 2 0 0 25 0 1 0 139883224 12546048 2807 996147200 134512640 135127466 4294956256 18446744073709551615 134530840 0 0 4096 3 0 0 0 17 1 0 0
/proc/20245/statm: 3063 2807 75 150 0 2910 0
Current children cumulated CPU time (s) 221.1
Current children cumulated vsize (KiB) 31208

[startup+282.301 s]
/proc/loadavg: 2.00 2.02 2.05 4/91 20287
/proc/meminfo: memFree=1657520/2055920 swapFree=4179164/4192956
[pid=20221] ppid=20219 vsize=13600 CPUtime=1.38
/proc/20221/stat : 20221 (sugar) S 20219 20221 19365 0 -1 4194304 1031 12739 0 2 3 0 126 9 16 0 1 0 139883073 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20221/statm: 3400 798 370 3 0 500 0
[pid=20244] ppid=20221 vsize=5356 CPUtime=0
/proc/20244/stat : 20244 (sh) S 20221 20221 19365 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 139883223 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20244/statm: 1339 232 193 169 0 50 0
[pid=20245] ppid=20244 vsize=13180 CPUtime=279.54
/proc/20245/stat : 20245 (minisat) R 20244 20221 19365 0 -1 4194304 3074 0 0 0 27951 3 0 0 25 0 1 0 139883224 13496320 3060 996147200 134512640 135127466 4294956256 18446744073709551615 134530775 0 0 4096 3 0 0 0 17 0 0 0
/proc/20245/statm: 3295 3060 75 150 0 3142 0
Current children cumulated CPU time (s) 280.92
Current children cumulated vsize (KiB) 32136

[startup+342.302 s]
/proc/loadavg: 2.00 2.01 2.04 3/91 20287
/proc/meminfo: memFree=1656944/2055920 swapFree=4179164/4192956
[pid=20221] ppid=20219 vsize=13600 CPUtime=1.38
/proc/20221/stat : 20221 (sugar) S 20219 20221 19365 0 -1 4194304 1031 12739 0 2 3 0 126 9 16 0 1 0 139883073 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/20221/statm: 3400 798 370 3 0 500 0
[pid=20244] ppid=20221 vsize=5356 CPUtime=0
/proc/20244/stat : 20244 (sh) S 20221 20221 19365 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 139883223 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20244/statm: 1339 232 193 169 0 50 0
[pid=20245] ppid=20244 vsize=13612 CPUtime=339.52
/proc/20245/stat : 20245 (minisat) R 20244 20221 19365 0 -1 4194304 3161 0 0 0 33949 3 0 0 25 0 1 0 139883224 13938688 3147 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/20245/statm: 3403 3147 75 150 0 3250 0
Current children cumulated CPU time (s) 340.9
Current children cumulated vsize (KiB) 32568

[startup+402.302 s]
/proc/loadavg: 2.00 2.01 2.03 3/91 20287
/proc/meminfo: memFree=1656304/2055920 swapFree=4179164/4192956
[pid=20221] ppid=20219 vsize=13600 CPUtime=1.38
/proc/20221/stat : 20221 (sugar) S 20219 20221 19365 0 -1 4194304 1031 12739 0 2 3 0 126 9 16 0 1 0 139883073 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/20221/statm: 3400 798 370 3 0 500 0
[pid=20244] ppid=20221 vsize=5356 CPUtime=0
/proc/20244/stat : 20244 (sh) S 20221 20221 19365 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 139883223 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20244/statm: 1339 232 193 169 0 50 0
[pid=20245] ppid=20244 vsize=14396 CPUtime=399.48
/proc/20245/stat : 20245 (minisat) R 20244 20221 19365 0 -1 4194304 3338 0 0 0 39945 3 0 0 25 0 1 0 139883224 14741504 3324 996147200 134512640 135127466 4294956256 18446744073709551615 134530668 0 0 4096 3 0 0 0 17 0 0 0
/proc/20245/statm: 3599 3324 75 150 0 3446 0
Current children cumulated CPU time (s) 400.86
Current children cumulated vsize (KiB) 33352

[startup+462.301 s]
/proc/loadavg: 2.00 2.00 2.03 3/91 20287
/proc/meminfo: memFree=1655792/2055920 swapFree=4179164/4192956
[pid=20221] ppid=20219 vsize=13600 CPUtime=1.38
/proc/20221/stat : 20221 (sugar) S 20219 20221 19365 0 -1 4194304 1031 12739 0 2 3 0 126 9 16 0 1 0 139883073 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/20221/statm: 3400 798 370 3 0 500 0
[pid=20244] ppid=20221 vsize=5356 CPUtime=0
/proc/20244/stat : 20244 (sh) S 20221 20221 19365 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 139883223 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20244/statm: 1339 232 193 169 0 50 0
[pid=20245] ppid=20244 vsize=14664 CPUtime=459.46
/proc/20245/stat : 20245 (minisat) R 20244 20221 19365 0 -1 4194304 3413 0 0 0 45943 3 0 0 25 0 1 0 139883224 15015936 3399 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/20245/statm: 3666 3399 75 150 0 3513 0
Current children cumulated CPU time (s) 460.84
Current children cumulated vsize (KiB) 33620

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

[startup+473.503 s]
/proc/loadavg: 2.00 2.00 2.03 3/91 20287
/proc/meminfo: memFree=1655792/2055920 swapFree=4179164/4192956
[pid=20221] ppid=20219 vsize=13600 CPUtime=1.38
/proc/20221/stat : 20221 (sugar) S 20219 20221 19365 0 -1 4194304 1031 12739 0 2 3 0 126 9 16 0 1 0 139883073 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/20221/statm: 3400 798 370 3 0 500 0
[pid=20244] ppid=20221 vsize=5356 CPUtime=0
/proc/20244/stat : 20244 (sh) S 20221 20221 19365 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 139883223 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20244/statm: 1339 232 193 169 0 50 0
[pid=20245] ppid=20244 vsize=14664 CPUtime=470.66
/proc/20245/stat : 20245 (minisat) R 20244 20221 19365 0 -1 4194304 3414 0 0 0 47063 3 0 0 25 0 1 0 139883224 15015936 3400 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/20245/statm: 3666 3400 75 150 0 3513 0
Current children cumulated CPU time (s) 472.04
Current children cumulated vsize (KiB) 33620

[startup+479.901 s]
/proc/loadavg: 2.00 2.00 2.03 3/91 20287
/proc/meminfo: memFree=1655792/2055920 swapFree=4179164/4192956
[pid=20221] ppid=20219 vsize=13600 CPUtime=1.38
/proc/20221/stat : 20221 (sugar) S 20219 20221 19365 0 -1 4194304 1031 12739 0 2 3 0 126 9 16 0 1 0 139883073 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/20221/statm: 3400 798 370 3 0 500 0
[pid=20244] ppid=20221 vsize=5356 CPUtime=0
/proc/20244/stat : 20244 (sh) S 20221 20221 19365 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 139883223 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20244/statm: 1339 232 193 169 0 50 0
[pid=20245] ppid=20244 vsize=14796 CPUtime=477.05
/proc/20245/stat : 20245 (minisat) R 20244 20221 19365 0 -1 4194304 3428 0 0 0 47702 3 0 0 25 0 1 0 139883224 15151104 3414 996147200 134512640 135127466 4294956256 18446744073709551615 134530692 0 0 4096 3 0 0 0 17 0 0 0
/proc/20245/statm: 3699 3414 75 150 0 3546 0
Current children cumulated CPU time (s) 478.43
Current children cumulated vsize (KiB) 33752

[startup+481.503 s]
/proc/loadavg: 2.00 2.00 2.03 3/91 20287
/proc/meminfo: memFree=1655728/2055920 swapFree=4179164/4192956
[pid=20221] ppid=20219 vsize=13600 CPUtime=1.38
/proc/20221/stat : 20221 (sugar) S 20219 20221 19365 0 -1 4194304 1031 12739 0 2 3 0 126 9 16 0 1 0 139883073 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/20221/statm: 3400 798 370 3 0 500 0
[pid=20244] ppid=20221 vsize=5356 CPUtime=0
/proc/20244/stat : 20244 (sh) S 20221 20221 19365 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 139883223 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20244/statm: 1339 232 193 169 0 50 0
[pid=20245] ppid=20244 vsize=14796 CPUtime=478.66
/proc/20245/stat : 20245 (minisat) R 20244 20221 19365 0 -1 4194304 3435 0 0 0 47863 3 0 0 25 0 1 0 139883224 15151104 3421 996147200 134512640 135127466 4294956256 18446744073709551615 134530828 0 0 4096 3 0 0 0 17 0 0 0
/proc/20245/statm: 3699 3421 75 150 0 3546 0
Current children cumulated CPU time (s) 480.04
Current children cumulated vsize (KiB) 33752

[startup+483.102 s]
/proc/loadavg: 2.00 2.00 2.03 3/91 20287
/proc/meminfo: memFree=1655664/2055920 swapFree=4179164/4192956
[pid=20221] ppid=20219 vsize=13600 CPUtime=1.38
/proc/20221/stat : 20221 (sugar) S 20219 20221 19365 0 -1 4194304 1031 12739 0 2 3 0 126 9 16 0 1 0 139883073 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/20221/statm: 3400 798 370 3 0 500 0
[pid=20244] ppid=20221 vsize=5356 CPUtime=0
/proc/20244/stat : 20244 (sh) S 20221 20221 19365 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 139883223 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20244/statm: 1339 232 193 169 0 50 0
[pid=20245] ppid=20244 vsize=14928 CPUtime=480.25
/proc/20245/stat : 20245 (minisat) R 20244 20221 19365 0 -1 4194304 3449 0 0 0 48022 3 0 0 25 0 1 0 139883224 15286272 3435 996147200 134512640 135127466 4294956256 18446744073709551615 134530814 0 0 4096 3 0 0 0 17 0 0 0
/proc/20245/statm: 3732 3435 75 150 0 3579 0
Current children cumulated CPU time (s) 481.63
Current children cumulated vsize (KiB) 33884

[startup+483.902 s]
/proc/loadavg: 2.00 2.00 2.03 4/91 20287
/proc/meminfo: memFree=1655664/2055920 swapFree=4179164/4192956
[pid=20221] ppid=20219 vsize=13600 CPUtime=1.38
/proc/20221/stat : 20221 (sugar) S 20219 20221 19365 0 -1 4194304 1031 12739 0 2 3 0 126 9 16 0 1 0 139883073 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/20221/statm: 3400 798 370 3 0 500 0
[pid=20244] ppid=20221 vsize=5356 CPUtime=0
/proc/20244/stat : 20244 (sh) S 20221 20221 19365 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 139883223 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20244/statm: 1339 232 193 169 0 50 0
[pid=20245] ppid=20244 vsize=14928 CPUtime=481.05
/proc/20245/stat : 20245 (minisat) R 20244 20221 19365 0 -1 4194304 3449 0 0 0 48102 3 0 0 25 0 1 0 139883224 15286272 3435 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 0 0 0
/proc/20245/statm: 3732 3435 75 150 0 3579 0
Current children cumulated CPU time (s) 482.43
Current children cumulated vsize (KiB) 33884

[startup+484.302 s]
/proc/loadavg: 2.00 2.00 2.03 4/91 20287
/proc/meminfo: memFree=1655664/2055920 swapFree=4179164/4192956
[pid=20221] ppid=20219 vsize=13600 CPUtime=482.75
/proc/20221/stat : 20221 (sugar) S 20219 20221 19365 0 -1 4194304 1089 16482 0 2 3 1 48258 13 16 0 1 0 139883073 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/20221/statm: 3400 798 370 3 0 500 0
Current children cumulated CPU time (s) 482.75
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 484.361
CPU time (s): 482.879
CPU user time (s): 482.698
CPU system time (s): 0.180972
CPU usage (%): 99.6939
Max. virtual memory (cumulated for all children) (KiB): 883380

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 482.698
system time used= 0.180972
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 21254
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= 2014
involuntary context switches= 5697

runsolver used 0.600908 second user time and 1.61375 second system time

The end

Launcher Data (download as text)

Begin job on node76 at 2008-07-05 20:20:24
IDJOB=1097414
IDBENCH=59438
IDSOLVER=346
FILE ID=node76/1097414-1215282024
PBS_JOBID= 7882297
Free space on /tmp= 66488 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/tightness0.5/normalized-rand-2-40-25-180-500-12_ext.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-1097414-1215282024/watcher-1097414-1215282024 -o /tmp/evaluation-result-1097414-1215282024/solver-1097414-1215282024 -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-1097414-1215282024.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 36496499a82f2ffc2b91e8d7c40fd560
RANDOM SEED=1182176657

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:       1513896 kB
Buffers:         62772 kB
Cached:         229160 kB
SwapCached:       7608 kB
Active:         341952 kB
Inactive:       134372 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1513896 kB
SwapTotal:     4192956 kB
SwapFree:      4179164 kB
Dirty:            1892 kB
Writeback:           0 kB
Mapped:         203368 kB
Slab:            50232 kB
Committed_AS:   726912 kB
PageTables:       2448 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= 66488 MiB
End job on node76 at 2008-07-05 20:28:29