Trace number 1073278

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 16.0896 16.3288

General information on the benchmark

Namecsp/bmc/
normalized-bmc-ibm-07-08.xml
MD5SUMcc16c493dbfac3e6a3e2b2c64b0d62cb
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark2.23066
Satisfiable
(Un)Satisfiability was proved
Number of variables8710
Number of constraints48484
Maximum constraint arity33
Maximum domain size8
Number of constraints which are defined in extension0
Number of constraints which are defined in intension48484
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 Fri Jul  4 15:08:50 2008
0.00/0.04	c 0	PID 26292
0.03/0.05	c 0	HOST node43.alineos.net
0.03/0.05	c 0	CONVERTING HOME/instance-1073278-1215176930.xml TO HOME/temp.csp
0.03/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1073278-1215176930.xml' 'HOME/temp.csp'
3.24/3.32	c 4	1 domains, 8710 variables, 89 predicates, 0 relations, 48484 constraints
3.24/3.34	c 4	ENCODING HOME/temp.csp TO HOME/temp.cnf
3.24/3.34	c 4	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'
3.27/3.42	c 4	Parsing HOME/temp.csp
3.27/3.85	c 4	parsed 10000 expressions
3.27/4.04	c 4	parsed 20000 expressions
3.27/4.27	c 4	parsed 30000 expressions
4.30/4.45	c 5	parsed 40000 expressions
4.59/4.70	c 5	parsed 50000 expressions
4.79/4.92	c 5	parsed 57284 expressions
4.79/4.92	c 5	Heap : 17 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
4.79/4.92	c 5	Converting to clausal form CSP
4.79/4.98	c 5	converted 5729 (10%) expressions
4.98/5.16	c 5	converted 11457 (20%) expressions
5.18/5.37	c 6	converted 17186 (30%) expressions
5.47/5.60	c 6	converted 22914 (40%) expressions
5.68/5.81	c 6	converted 28642 (50%) expressions
5.87/6.01	c 6	converted 34371 (60%) expressions
6.07/6.22	c 6	converted 40099 (70%) expressions
6.46/6.64	c 7	converted 45828 (80%) expressions
6.66/6.86	c 7	converted 51556 (90%) expressions
9.74/9.94	c 10	converted 57284 (100%) expressions
9.74/9.95	c 10	CSP : 47972 integers, 0 booleans, 127008 clauses, largest domain size 120
9.74/9.95	c 10	Heap : 88 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
9.74/9.95	c 10	Propagation in CSP
10.92/11.15	c 11	676862 values, 4539 unsatisfiable literals, and 46 valid clauses are removed
10.92/11.16	c 11	CSP : 47972 integers, 0 booleans, 126962 clauses, largest domain size 18
10.92/11.16	c 11	Heap : 94 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
10.92/11.19	c 11	Simplifing CSP by introducing new Boolean variables
12.01/12.29	c 13	CSP : 47972 integers, 63626 booleans, 190588 clauses, largest domain size 18
12.01/12.29	c 13	Heap : 113 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
12.70/12.92	c 13	Encoding CSP to SAT : HOME/temp.cnf
12.70/12.96	c 13	4798 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
12.70/12.97	c 13	9595 (20%) CSP integer variables are encoded (891 clauses, 12112 bytes)
12.70/12.99	c 13	14392 (30%) CSP integer variables are encoded (6532 clauses, 96727 bytes)
12.81/13.00	c 13	19189 (40%) CSP integer variables are encoded (12908 clauses, 192367 bytes)
12.81/13.02	c 13	23986 (50%) CSP integer variables are encoded (19849 clauses, 296482 bytes)
12.81/13.03	c 13	28784 (60%) CSP integer variables are encoded (27010 clauses, 403897 bytes)
12.81/13.05	c 13	33581 (70%) CSP integer variables are encoded (34215 clauses, 511972 bytes)
12.81/13.06	c 13	38378 (80%) CSP integer variables are encoded (42364 clauses, 634207 bytes)
12.81/13.08	c 13	43175 (90%) CSP integer variables are encoded (51880 clauses, 776947 bytes)
12.90/13.11	c 13	47972 (100%) CSP integer variables are encoded (63948 clauses, 975206 bytes)
13.00/13.25	c 13	19059 (10%) CSP clauses are encoded (74265 clauses, 1126711 bytes)
13.09/13.39	c 14	38118 (20%) CSP clauses are encoded (93324 clauses, 1422451 bytes)
13.29/13.53	c 14	57177 (30%) CSP clauses are encoded (112383 clauses, 1719326 bytes)
13.40/13.67	c 14	76236 (40%) CSP clauses are encoded (131442 clauses, 2016016 bytes)
13.59/13.81	c 14	95294 (50%) CSP clauses are encoded (150361 clauses, 2310234 bytes)
13.79/14.03	c 14	114353 (60%) CSP clauses are encoded (181652 clauses, 2805864 bytes)
14.09/14.39	c 15	133412 (70%) CSP clauses are encoded (247011 clauses, 3864689 bytes)
14.48/14.76	c 15	152471 (80%) CSP clauses are encoded (319234 clauses, 5049572 bytes)
14.87/15.16	c 15	171530 (90%) CSP clauses are encoded (402927 clauses, 6472019 bytes)
15.38/15.65	c 16	190588 (100%) CSP clauses are encoded (529491 clauses, 8871012 bytes)
15.38/15.65	c 16	190588 CSP clauses encoded
15.38/15.65	c 16	Writing map file : HOME/temp.map
15.47/15.72	c 16	Heap : 86 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
15.47/15.72	c 16	SAT : 175524 SAT variables, 529491 SAT clauses, 8871012 bytes
15.47/15.72	c 16	Heap : 86 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
15.47/15.76	c 16	SOLVING HOME/temp.cnf
15.47/15.76	c 16	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
15.47/15.77	c 16	This is MiniSat 2.0 beta
15.47/15.77	c 16	WARNING: for repeatability, setting FPU to use double precision
15.47/15.77	c 16	============================[ Problem Statistics ]=============================
15.47/15.77	c 16	|                                                                             |
15.47/15.77	c 16	|  Number of variables:  175524                                               |
15.47/15.77	c 16	|  Number of clauses:    529491                                               |
15.53/15.99	c 16	|  Parsing time:         0.20         s                                       |
15.53/15.99	c 16	Solved by unit propagation
15.53/15.99	c 16	UNSATISFIABLE
15.53/16.00	c 16	DECODING HOME/temp.out WITH HOME/temp.map
15.53/16.00	c 16	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
15.53/16.08	c 16	Decoding HOME/temp.out
15.76/16.29	s UNSATISFIABLE
15.76/16.29	c 17	Heap : 2 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
15.76/16.32	c 17	CPU 15.44 (0.04 0 15.4 0.61)
15.76/16.32	c 17	END Fri Jul  4 15:09:07 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-1073278-1215176930/watcher-1073278-1215176930 -o /tmp/evaluation-result-1073278-1215176930/solver-1073278-1215176930 -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-1073278-1215176930.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

[startup+0 s]
/proc/loadavg: 1.92 1.98 1.99 4/83 26292
/proc/meminfo: memFree=1620184/2055920 swapFree=4179776/4192956
[pid=26292] ppid=26290 vsize=18572 CPUtime=0
/proc/26292/stat : 26292 (runsolver) R 26290 25621 25621 0 -1 4194368 6 0 0 0 0 0 0 0 19 0 1 0 1996665493 19017728 290 996147200 4194304 4296836 548682068272 18446744073709551615 221954763706 0 0 4096 24578 0 0 0 17 1 0 0
/proc/26292/statm: 4643 290 255 25 0 2626 0
Current StackSize limit: 10240 KiB


[startup+0.049868 s]
/proc/loadavg: 1.92 1.98 1.99 4/83 26292
/proc/meminfo: memFree=1620184/2055920 swapFree=4179776/4192956
[pid=26292] ppid=26290 vsize=13600 CPUtime=0.03
/proc/26292/stat : 26292 (sugar) S 26290 26292 25621 0 -1 4194304 837 0 0 0 3 0 0 0 18 0 1 0 1996665493 13926400 792 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26292/statm: 3400 792 367 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.102194 s]
/proc/loadavg: 1.92 1.98 1.99 4/83 26292
/proc/meminfo: memFree=1620184/2055920 swapFree=4179776/4192956
[pid=26292] ppid=26290 vsize=13600 CPUtime=0.03
/proc/26292/stat : 26292 (sugar) S 26290 26292 25621 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1996665493 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26292/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301208 s]
/proc/loadavg: 1.92 1.98 1.99 4/83 26292
/proc/meminfo: memFree=1620184/2055920 swapFree=4179776/4192956
[pid=26292] ppid=26290 vsize=13600 CPUtime=0.03
/proc/26292/stat : 26292 (sugar) S 26290 26292 25621 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1996665493 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26292/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701249 s]
/proc/loadavg: 1.92 1.98 1.99 4/83 26292
/proc/meminfo: memFree=1620184/2055920 swapFree=4179776/4192956
[pid=26292] ppid=26290 vsize=13600 CPUtime=0.03
/proc/26292/stat : 26292 (sugar) S 26290 26292 25621 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1996665493 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26292/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50232 s]
/proc/loadavg: 1.92 1.98 1.99 4/94 26304
/proc/meminfo: memFree=1594560/2055920 swapFree=4179776/4192956
[pid=26292] ppid=26290 vsize=13600 CPUtime=0.03
/proc/26292/stat : 26292 (sugar) S 26290 26292 25621 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1996665493 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26292/statm: 3400 796 370 3 0 500 0
[pid=26295] ppid=26292 vsize=5356 CPUtime=0
/proc/26295/stat : 26295 (sh) S 26292 26292 25621 0 -1 4194304 277 0 0 0 0 0 0 0 20 0 1 0 1996665498 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26295/statm: 1339 233 193 169 0 50 0
[pid=26296] ppid=26295 vsize=864676 CPUtime=1.42
/proc/26296/stat : 26296 (java) S 26295 26292 25621 0 -1 0 15593 0 1 0 134 8 0 0 18 0 9 0 1996665498 885428224 13140 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26296/statm: 216169 13140 2529 9 0 210751 0
[pid=26296/tid=26297] ppid=26295 vsize=864676 CPUtime=0.85
/proc/26296/task/26297/stat : 26297 (java) R 26295 26292 25621 0 -1 64 2991 0 1 0 82 3 0 0 25 0 9 0 1996665499 885428224 13140 996147200 134512640 134550740 4294956000 18446744073709551615 4126571681 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26296/tid=26298] ppid=26295 vsize=864676 CPUtime=0.45
/proc/26296/task/26298/stat : 26298 (java) S 26295 26292 25621 0 -1 64 11412 0 0 0 42 3 0 0 16 0 9 0 1996665500 885428224 13140 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26296/tid=26299] ppid=26295 vsize=864676 CPUtime=0
/proc/26296/task/26299/stat : 26299 (java) S 26295 26292 25621 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1996665500 885428224 13140 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26296/tid=26300] ppid=26295 vsize=864676 CPUtime=0
/proc/26296/task/26300/stat : 26300 (java) S 26295 26292 25621 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 1996665501 885428224 13140 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26296/tid=26301] ppid=26295 vsize=864676 CPUtime=0
/proc/26296/task/26301/stat : 26301 (java) S 26295 26292 25621 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1996665503 885428224 13140 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26296/tid=26302] ppid=26295 vsize=864676 CPUtime=0.09
/proc/26296/task/26302/stat : 26302 (java) S 26295 26292 25621 0 -1 64 489 0 0 0 9 0 0 0 16 0 9 0 1996665503 885428224 13140 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26296/tid=26303] ppid=26295 vsize=864676 CPUtime=0
/proc/26296/task/26303/stat : 26303 (java) S 26295 26292 25621 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1996665503 885428224 13140 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26296/tid=26304] ppid=26295 vsize=864676 CPUtime=0
/proc/26296/task/26304/stat : 26304 (java) S 26295 26292 25621 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1996665503 885428224 13140 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 883632

[startup+3.10247 s]
/proc/loadavg: 1.92 1.98 1.99 4/94 26304
/proc/meminfo: memFree=1552000/2055920 swapFree=4179776/4192956
[pid=26292] ppid=26290 vsize=13600 CPUtime=0.03
/proc/26292/stat : 26292 (sugar) S 26290 26292 25621 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1996665493 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26292/statm: 3400 796 370 3 0 500 0
[pid=26295] ppid=26292 vsize=5356 CPUtime=0
/proc/26295/stat : 26295 (sh) S 26292 26292 25621 0 -1 4194304 277 0 0 0 0 0 0 0 20 0 1 0 1996665498 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26295/statm: 1339 233 193 169 0 50 0
[pid=26296] ppid=26295 vsize=864716 CPUtime=3.01
/proc/26296/stat : 26296 (java) S 26295 26292 25621 0 -1 0 26051 0 1 0 287 14 0 0 18 0 9 0 1996665498 885469184 21641 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26296/statm: 216179 21641 2529 9 0 210761 0
[pid=26296/tid=26297] ppid=26295 vsize=864716 CPUtime=1.59
/proc/26296/task/26297/stat : 26297 (java) R 26295 26292 25621 0 -1 64 3401 0 1 0 156 3 0 0 25 0 9 0 1996665499 885469184 21641 996147200 134512640 134550740 4294956000 18446744073709551615 4126705436 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26296/tid=26298] ppid=26295 vsize=864716 CPUtime=1.21
/proc/26296/task/26298/stat : 26298 (java) S 26295 26292 25621 0 -1 64 21416 0 0 0 113 8 0 0 18 0 9 0 1996665500 885469184 21641 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26296/tid=26299] ppid=26295 vsize=864716 CPUtime=0
/proc/26296/task/26299/stat : 26299 (java) S 26295 26292 25621 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1996665500 885469184 21641 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26296/tid=26300] ppid=26295 vsize=864716 CPUtime=0
/proc/26296/task/26300/stat : 26300 (java) S 26295 26292 25621 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1996665501 885469184 21641 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26296/tid=26301] ppid=26295 vsize=864716 CPUtime=0
/proc/26296/task/26301/stat : 26301 (java) S 26295 26292 25621 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1996665503 885469184 21641 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26296/tid=26302] ppid=26295 vsize=864716 CPUtime=0.16
/proc/26296/task/26302/stat : 26302 (java) S 26295 26292 25621 0 -1 64 533 0 0 0 16 0 0 0 16 0 9 0 1996665503 885469184 21641 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26296/tid=26303] ppid=26295 vsize=864716 CPUtime=0
/proc/26296/task/26303/stat : 26303 (java) S 26295 26292 25621 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1996665503 885469184 21641 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26296/tid=26304] ppid=26295 vsize=864716 CPUtime=0
/proc/26296/task/26304/stat : 26304 (java) S 26295 26292 25621 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1996665503 885469184 21641 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.04
Current children cumulated vsize (KiB) 883672

[startup+6.30176 s]
/proc/loadavg: 2.01 2.00 2.00 3/94 26314
/proc/meminfo: memFree=1583296/2055920 swapFree=4179776/4192956
[pid=26292] ppid=26290 vsize=13600 CPUtime=3.27
/proc/26292/stat : 26292 (sugar) S 26290 26292 25621 0 -1 4194304 974 26877 0 1 3 0 308 16 15 0 1 0 1996665493 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26292/statm: 3400 797 370 3 0 500 0
[pid=26305] ppid=26292 vsize=5356 CPUtime=0
/proc/26305/stat : 26305 (sh) S 26292 26292 25621 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1996665827 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26305/statm: 1339 233 193 169 0 50 0
[pid=26306] ppid=26305 vsize=868936 CPUtime=2.9
/proc/26306/stat : 26306 (java) S 26305 26292 25621 0 -1 0 15710 0 1 0 281 9 0 0 18 0 9 0 1996665828 889790464 14052 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26306/statm: 217234 14052 2540 9 0 211809 0
[pid=26306/tid=26307] ppid=26305 vsize=868936 CPUtime=1.87
/proc/26306/task/26307/stat : 26307 (java) R 26305 26292 25621 0 -1 64 3037 0 1 0 185 2 0 0 25 0 9 0 1996665828 889790464 14052 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26306/tid=26308] ppid=26305 vsize=868936 CPUtime=0.8
/proc/26306/task/26308/stat : 26308 (java) R 26305 26292 25621 0 -1 64 10503 0 0 0 76 4 0 0 16 0 9 0 1996665830 889790464 14052 996147200 134512640 134550740 4294955952 18446744073709551615 102469652 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26306/tid=26309] ppid=26305 vsize=868936 CPUtime=0
/proc/26306/task/26309/stat : 26309 (java) S 26305 26292 25621 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1996665830 889790464 14052 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26306/tid=26310] ppid=26305 vsize=868936 CPUtime=0
/proc/26306/task/26310/stat : 26310 (java) S 26305 26292 25621 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1996665830 889790464 14052 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26306/tid=26311] ppid=26305 vsize=868936 CPUtime=0
/proc/26306/task/26311/stat : 26311 (java) S 26305 26292 25621 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1996665832 889790464 14052 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26306/tid=26312] ppid=26305 vsize=868936 CPUtime=0.18
/proc/26306/task/26312/stat : 26312 (java) S 26305 26292 25621 0 -1 64 1473 0 0 0 18 0 0 0 16 0 9 0 1996665832 889790464 14052 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26306/tid=26313] ppid=26305 vsize=868936 CPUtime=0
/proc/26306/task/26313/stat : 26313 (java) S 26305 26292 25621 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1996665832 889790464 14052 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26306/tid=26314] ppid=26305 vsize=868936 CPUtime=0
/proc/26306/task/26314/stat : 26314 (java) S 26305 26292 25621 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1996665832 889790464 14052 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 887892

[startup+12.7023 s]
/proc/loadavg: 2.09 2.02 2.01 4/94 26314
/proc/meminfo: memFree=1498560/2055920 swapFree=4179776/4192956
[pid=26292] ppid=26290 vsize=13600 CPUtime=3.28
/proc/26292/stat : 26292 (sugar) S 26290 26292 25621 0 -1 4194304 974 26877 0 1 4 0 308 16 16 0 1 0 1996665493 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26292/statm: 3400 797 370 3 0 500 0
[pid=26305] ppid=26292 vsize=5356 CPUtime=0
/proc/26305/stat : 26305 (sh) S 26292 26292 25621 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1996665827 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26305/statm: 1339 233 193 169 0 50 0
[pid=26306] ppid=26305 vsize=880684 CPUtime=9.23
/proc/26306/stat : 26306 (java) S 26305 26292 25621 0 -1 0 61857 0 1 0 893 30 0 0 18 0 9 0 1996665828 901820416 38328 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26306/statm: 220171 38328 2541 9 0 214746 0
[pid=26306/tid=26307] ppid=26305 vsize=880684 CPUtime=5.22
/proc/26306/task/26307/stat : 26307 (java) R 26305 26292 25621 0 -1 64 4525 0 1 0 519 3 0 0 25 0 9 0 1996665828 901820416 38328 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26306/tid=26308] ppid=26305 vsize=880684 CPUtime=3.73
/proc/26306/task/26308/stat : 26308 (java) R 26305 26292 25621 0 -1 64 55132 0 0 0 349 24 0 0 16 0 9 0 1996665830 901820416 38328 996147200 134512640 134550740 4294955952 18446744073709551615 102731907 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26306/tid=26309] ppid=26305 vsize=880684 CPUtime=0
/proc/26306/task/26309/stat : 26309 (java) S 26305 26292 25621 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1996665830 901820416 38328 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26306/tid=26310] ppid=26305 vsize=880684 CPUtime=0
/proc/26306/task/26310/stat : 26310 (java) S 26305 26292 25621 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1996665830 901820416 38328 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26306/tid=26311] ppid=26305 vsize=880684 CPUtime=0
/proc/26306/task/26311/stat : 26311 (java) S 26305 26292 25621 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1996665832 901820416 38328 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26306/tid=26312] ppid=26305 vsize=880684 CPUtime=0.23
/proc/26306/task/26312/stat : 26312 (java) S 26305 26292 25621 0 -1 64 1503 0 0 0 23 0 0 0 15 0 9 0 1996665832 901820416 38328 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26306/tid=26313] ppid=26305 vsize=880684 CPUtime=0
/proc/26306/task/26313/stat : 26313 (java) S 26305 26292 25621 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1996665832 901820416 38328 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26306/tid=26314] ppid=26305 vsize=880684 CPUtime=0
/proc/26306/task/26314/stat : 26314 (java) S 26305 26292 25621 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1996665832 901820416 38328 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.51
Current children cumulated vsize (KiB) 899640

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

[startup+14.3065 s]
/proc/loadavg: 2.08 2.02 2.00 3/94 26314
/proc/meminfo: memFree=1481088/2055920 swapFree=4179776/4192956
[pid=26292] ppid=26290 vsize=13600 CPUtime=3.28
/proc/26292/stat : 26292 (sugar) S 26290 26292 25621 0 -1 4194304 974 26877 0 1 4 0 308 16 15 0 1 0 1996665493 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26292/statm: 3400 797 370 3 0 500 0
[pid=26305] ppid=26292 vsize=5356 CPUtime=0
/proc/26305/stat : 26305 (sh) S 26292 26292 25621 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1996665827 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26305/statm: 1339 233 193 169 0 50 0
[pid=26306] ppid=26305 vsize=868544 CPUtime=10.81
/proc/26306/stat : 26306 (java) S 26305 26292 25621 0 -1 0 61959 0 1 0 1048 33 0 0 18 0 9 0 1996665828 889389056 35332 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26306/statm: 217136 35332 2565 9 0 211683 0
[pid=26306/tid=26307] ppid=26305 vsize=868544 CPUtime=6.58
/proc/26306/task/26307/stat : 26307 (java) R 26305 26292 25621 0 -1 64 4602 0 1 0 653 5 0 0 25 0 9 0 1996665828 889389056 35332 996147200 134512640 134550740 4294955952 18446744073709551615 4127099775 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26306/tid=26308] ppid=26305 vsize=868544 CPUtime=3.92
/proc/26306/task/26308/stat : 26308 (java) S 26305 26292 25621 0 -1 64 55132 0 0 0 367 25 0 0 16 0 9 0 1996665830 889389056 35332 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26306/tid=26309] ppid=26305 vsize=868544 CPUtime=0
/proc/26306/task/26309/stat : 26309 (java) S 26305 26292 25621 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1996665830 889389056 35332 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26306/tid=26310] ppid=26305 vsize=868544 CPUtime=0
/proc/26306/task/26310/stat : 26310 (java) S 26305 26292 25621 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1996665830 889389056 35332 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26306/tid=26311] ppid=26305 vsize=868544 CPUtime=0
/proc/26306/task/26311/stat : 26311 (java) S 26305 26292 25621 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1996665832 889389056 35332 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26306/tid=26312] ppid=26305 vsize=868544 CPUtime=0.28
/proc/26306/task/26312/stat : 26312 (java) S 26305 26292 25621 0 -1 64 1528 0 0 0 27 1 0 0 16 0 9 0 1996665832 889389056 35332 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26306/tid=26313] ppid=26305 vsize=868544 CPUtime=0
/proc/26306/task/26313/stat : 26313 (java) S 26305 26292 25621 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1996665832 889389056 35332 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26306/tid=26314] ppid=26305 vsize=868544 CPUtime=0
/proc/26306/task/26314/stat : 26314 (java) S 26305 26292 25621 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1996665832 889389056 35332 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 14.09
Current children cumulated vsize (KiB) 887500

[startup+15.1015 s]
/proc/loadavg: 2.08 2.02 2.00 3/94 26314
/proc/meminfo: memFree=1481088/2055920 swapFree=4179776/4192956
[pid=26292] ppid=26290 vsize=13600 CPUtime=3.28
/proc/26292/stat : 26292 (sugar) S 26290 26292 25621 0 -1 4194304 974 26877 0 1 4 0 308 16 15 0 1 0 1996665493 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26292/statm: 3400 797 370 3 0 500 0
[pid=26305] ppid=26292 vsize=5356 CPUtime=0
/proc/26305/stat : 26305 (sh) S 26292 26292 25621 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1996665827 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26305/statm: 1339 233 193 169 0 50 0
[pid=26306] ppid=26305 vsize=868544 CPUtime=11.59
/proc/26306/stat : 26306 (java) S 26305 26292 25621 0 -1 0 61973 0 1 0 1125 34 0 0 18 0 9 0 1996665828 889389056 35336 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26306/statm: 217136 35336 2565 9 0 211683 0
[pid=26306/tid=26307] ppid=26305 vsize=868544 CPUtime=7.35
/proc/26306/task/26307/stat : 26307 (java) R 26305 26292 25621 0 -1 64 4612 0 1 0 728 7 0 0 25 0 9 0 1996665828 889389056 35336 996147200 134512640 134550740 4294955952 18446744073709551615 4127080826 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26306/tid=26308] ppid=26305 vsize=868544 CPUtime=3.93
/proc/26306/task/26308/stat : 26308 (java) S 26305 26292 25621 0 -1 64 55132 0 0 0 368 25 0 0 16 0 9 0 1996665830 889389056 35336 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26306/tid=26309] ppid=26305 vsize=868544 CPUtime=0
/proc/26306/task/26309/stat : 26309 (java) S 26305 26292 25621 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1996665830 889389056 35336 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26306/tid=26310] ppid=26305 vsize=868544 CPUtime=0
/proc/26306/task/26310/stat : 26310 (java) S 26305 26292 25621 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1996665830 889389056 35336 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26306/tid=26311] ppid=26305 vsize=868544 CPUtime=0
/proc/26306/task/26311/stat : 26311 (java) S 26305 26292 25621 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1996665832 889389056 35336 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26306/tid=26312] ppid=26305 vsize=868544 CPUtime=0.29
/proc/26306/task/26312/stat : 26312 (java) S 26305 26292 25621 0 -1 64 1532 0 0 0 28 1 0 0 16 0 9 0 1996665832 889389056 35336 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26306/tid=26313] ppid=26305 vsize=868544 CPUtime=0
/proc/26306/task/26313/stat : 26313 (java) S 26305 26292 25621 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1996665832 889389056 35336 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26306/tid=26314] ppid=26305 vsize=868544 CPUtime=0
/proc/26306/task/26314/stat : 26314 (java) S 26305 26292 25621 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1996665832 889389056 35336 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 14.87
Current children cumulated vsize (KiB) 887500

[startup+15.9016 s]
/proc/loadavg: 2.08 2.02 2.00 3/94 26314
/proc/meminfo: memFree=1477312/2055920 swapFree=4179776/4192956
[pid=26292] ppid=26290 vsize=13600 CPUtime=15.53
/proc/26292/stat : 26292 (sugar) S 26290 26292 25621 0 -1 4194304 1033 89178 0 2 4 0 1494 55 16 0 1 0 1996665493 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26292/statm: 3400 799 370 3 0 500 0
Current children cumulated CPU time (s) 15.53
Current children cumulated vsize (KiB) 13600

[startup+16.3016 s]
/proc/loadavg: 2.08 2.02 2.00 3/94 26314
/proc/meminfo: memFree=1477312/2055920 swapFree=4179776/4192956
[pid=26292] ppid=26290 vsize=13600 CPUtime=15.76
/proc/26292/stat : 26292 (sugar) S 26290 26292 25621 0 -1 4194304 1091 94479 0 2 4 0 1514 58 15 0 1 0 1996665493 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26292/statm: 3400 799 370 3 0 500 0
Current children cumulated CPU time (s) 15.76
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 16.3288
CPU time (s): 16.0896
CPU user time (s): 15.4567
CPU system time (s): 0.632903
CPU usage (%): 98.5346
Max. virtual memory (cumulated for all children) (KiB): 909880

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 15.4566
system time used= 0.632903
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 99896
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= 5588
involuntary context switches= 5725

runsolver used 0.027995 second user time and 0.070989 second system time

The end

Launcher Data (download as text)

Begin job on node43 at 2008-07-04 15:08:50
IDJOB=1073278
IDBENCH=56333
IDSOLVER=346
FILE ID=node43/1073278-1215176930
PBS_JOBID= 7881503
Free space on /tmp= 66500 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/bmc/normalized-bmc-ibm-07-08.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-1073278-1215176930/watcher-1073278-1215176930 -o /tmp/evaluation-result-1073278-1215176930/solver-1073278-1215176930 -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-1073278-1215176930.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= cc16c493dbfac3e6a3e2b2c64b0d62cb
RANDOM SEED=1062065796

node43.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.230
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.230
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:       1620664 kB
Buffers:         50904 kB
Cached:         205548 kB
SwapCached:       7048 kB
Active:         297644 kB
Inactive:        78464 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1620664 kB
SwapTotal:     4192956 kB
SwapFree:      4179776 kB
Dirty:            7888 kB
Writeback:           0 kB
Mapped:         131088 kB
Slab:            44188 kB
Committed_AS:  4415880 kB
PageTables:       2100 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= 66500 MiB
End job on node43 at 2008-07-04 15:09:07