Trace number 1060221

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+minisatSAT 18.4512 18.7886

General information on the benchmark

Namecsp/os-taillard-15/
normalized-os-taillard-15-105-7.xml
MD5SUM1253a1981d64e41207fa8a523d812b23
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.901862
Satisfiable
(Un)Satisfiability was proved
Number of variables225
Number of constraints3150
Maximum constraint arity2
Maximum domain size962
Number of constraints which are defined in extension0
Number of constraints which are defined in intension3150
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 01:02:37 2008
0.00/0.04	c 0	PID 3416
0.04/0.05	c 0	HOST node47.alineos.net
0.04/0.05	c 0	CONVERTING HOME/instance-1060221-1215126157.xml TO HOME/temp.csp
0.04/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1060221-1215126157.xml' 'HOME/temp.csp'
0.04/0.82	c 1	225 domains, 225 variables, 1 predicates, 0 relations, 3150 constraints
0.04/0.83	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.04/0.83	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.80/0.95	c 1	Parsing HOME/temp.csp
1.02/1.19	c 1	parsed 3601 expressions
1.02/1.20	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.02/1.20	c 1	Converting to clausal form CSP
1.11/1.22	c 1	converted 361 (10%) expressions
1.20/1.30	c 1	converted 721 (20%) expressions
1.20/1.40	c 1	converted 1081 (30%) expressions
1.30/1.42	c 1	converted 1441 (40%) expressions
1.30/1.44	c 1	converted 1801 (50%) expressions
1.30/1.45	c 1	converted 2161 (60%) expressions
1.30/1.46	c 1	converted 2521 (70%) expressions
1.30/1.47	c 1	converted 2881 (80%) expressions
1.30/1.49	c 1	converted 3241 (90%) expressions
1.30/1.50	c 1	converted 3601 (100%) expressions
1.30/1.50	c 1	CSP : 225 integers, 0 booleans, 3150 clauses, largest domain size 962
1.30/1.50	c 1	Heap : 4 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.30/1.50	c 1	Propagation in CSP
1.40/1.55	c 1	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.40/1.55	c 1	CSP : 225 integers, 0 booleans, 3150 clauses, largest domain size 962
1.40/1.55	c 1	Heap : 4 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.40/1.55	c 1	Simplifing CSP by introducing new Boolean variables
1.50/1.64	c 1	CSP : 225 integers, 6300 booleans, 9450 clauses, largest domain size 962
1.50/1.64	c 1	Heap : 6 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.50/1.68	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.59/1.72	c 1	23 (10%) CSP integer variables are encoded (20973 clauses, 292473 bytes)
1.59/1.75	c 1	45 (20%) CSP integer variables are encoded (40916 clauses, 591618 bytes)
1.59/1.77	c 1	68 (30%) CSP integer variables are encoded (61771 clauses, 904443 bytes)
1.70/1.80	c 2	90 (40%) CSP integer variables are encoded (81994 clauses, 1207788 bytes)
1.70/1.83	c 2	113 (50%) CSP integer variables are encoded (103025 clauses, 1529524 bytes)
1.70/1.85	c 2	135 (60%) CSP integer variables are encoded (123130 clauses, 1871309 bytes)
1.70/1.88	c 2	158 (70%) CSP integer variables are encoded (144062 clauses, 2227153 bytes)
1.79/1.91	c 2	180 (80%) CSP integer variables are encoded (164045 clauses, 2566864 bytes)
1.79/1.93	c 2	203 (90%) CSP integer variables are encoded (185309 clauses, 2928352 bytes)
1.79/1.96	c 2	225 (100%) CSP integer variables are encoded (205334 clauses, 3268777 bytes)
2.88/3.05	c 3	945 (10%) CSP clauses are encoded (756303 clauses, 15542041 bytes)
3.87/4.10	c 4	1890 (20%) CSP clauses are encoded (1299656 clauses, 28227973 bytes)
4.96/5.15	c 5	2835 (30%) CSP clauses are encoded (1835655 clauses, 40763444 bytes)
6.03/6.25	c 6	3780 (40%) CSP clauses are encoded (2384502 clauses, 53610150 bytes)
7.12/7.33	c 7	4725 (50%) CSP clauses are encoded (2931857 clauses, 66433107 bytes)
8.20/8.41	c 8	5670 (60%) CSP clauses are encoded (3480018 clauses, 79333709 bytes)
9.19/9.49	c 9	6615 (70%) CSP clauses are encoded (4027871 clauses, 92849755 bytes)
10.28/10.57	c 10	7560 (80%) CSP clauses are encoded (4573016 clauses, 106466095 bytes)
11.34/11.66	c 11	8505 (90%) CSP clauses are encoded (5120075 clauses, 120130285 bytes)
12.43/12.74	c 12	9450 (100%) CSP clauses are encoded (5671788 clauses, 133910825 bytes)
12.43/12.74	c 12	9450 CSP clauses encoded
12.43/12.74	c 12	Writing map file : HOME/temp.map
12.43/12.75	c 12	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
12.43/12.75	c 12	SAT : 211859 SAT variables, 5671788 SAT clauses, 133910825 bytes
12.43/12.75	c 12	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
12.43/12.76	c 12	SOLVING HOME/temp.cnf
12.43/12.76	c 12	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
12.43/12.76	c 12	This is MiniSat 2.0 beta
12.43/12.76	c 12	WARNING: for repeatability, setting FPU to use double precision
12.43/12.76	c 12	============================[ Problem Statistics ]=============================
12.43/12.76	c 12	|                                                                             |
12.43/12.77	c 12	|  Number of variables:  211859                                               |
12.43/12.77	c 12	|  Number of clauses:    5671788                                              |
15.68/16.02	c 16	|  Parsing time:         2.78         s                                       |
15.79/16.17	c 16	============================[ Search Statistics ]==============================
15.79/16.17	c 16	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
15.79/16.17	c 16	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
15.79/16.17	c 16	===============================================================================
15.79/16.17	c 16	|         0 |  211859  5671788 16794280 |  1890596        0    nan |  0.000 % |
16.86/17.21	c 17	|       100 |  211859  5671788 16794280 |  2079655      100     52 |  0.000 % |
17.66/18.00	c 18	===============================================================================
17.66/18.01	c 18	restarts              : 2
17.66/18.01	c 18	conflicts             : 160            (34 /sec)
17.66/18.01	c 18	decisions             : 2109           (0.85 % random) (448 /sec)
17.66/18.01	c 18	propagations          : 951969         (202019 /sec)
17.66/18.01	c 18	conflict literals     : 5687           (3.94 % deleted)
17.66/18.01	c 18	Memory used           : 267.64 MB
17.66/18.01	c 18	CPU time              : 4.71228 s
17.66/18.01	c 18	
17.66/18.10	c 18	SATISFIABLE
17.76/18.14	c 18	DECODING HOME/temp.out WITH HOME/temp.map
17.76/18.14	c 18	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
17.81/18.22	c 18	Decoding HOME/temp.out
18.25/18.68	s SATISFIABLE
18.25/18.69	v 543 15 69 879 185 429 420 139 270 463 9 338 909 206 218 341 9 16 204 291 528 664 427 596 931 267 832 793 747 112 180 91 333 769 833 3 488 622 546 907 710 280 410 2 209 573 51 727 958 661 290 439 540 485 501 112 917 848 785 212 627 710 718 493 803 97 236 879 358 226 541 571 196 18 9 511 941 352 589 156 903 807 29 750 827 439 249 295 30 234 613 886 399 438 697 578 519 266 324 435 1 792 631 348 648 104 334 748 881 557 418 797 677 465 818 264 36 2 42 190 0 690 591 886 468 12 83 522 352 580 105 810 852 171 311 959 264 938 863 692 778 478 717 634 350 515 144 11 177 448 880 285 712 782 456 618 460 552 849 58 93 196 131 672 343 932 158 650 571 343 735 828 253 483 486 74 940 281 626 401 529 598 372 890 229 760 467 1 201 255 936 864 298 392 823 537 792 588 905 881 364 724 621 656 250 633 832 346 401 30 122 518 526 288 128 204 644 573 934 370 721 782 881 528 658
18.25/18.69	c 18	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
18.34/18.72	c 18	CPU 16.66 (0.03 0.01 16.63 1.68)
18.34/18.72	c 18	END Fri Jul  4 01:02:55 2008

Verifier Data (download as text)

OK

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-1060221-1215126157/watcher-1060221-1215126157 -o /tmp/evaluation-result-1060221-1215126157/solver-1060221-1215126157 -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-1060221-1215126157.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.91 1.95 1.98 4/72 3416
/proc/meminfo: memFree=1587672/2055920 swapFree=4117672/4192956
[pid=3416] ppid=3414 vsize=12000 CPUtime=0
/proc/3416/stat : 3416 (sugar) R 3414 3416 1885 0 -1 4194304 213 0 0 0 0 0 0 0 20 0 1 0 1991587938 12288000 181 996147200 4194304 4206940 548682068608 18446744073709551615 208717750432 0 0 4224 0 0 0 0 17 1 0 0
/proc/3416/statm: 3000 181 142 3 0 100 0

[startup+0.0493419 s]
/proc/loadavg: 1.91 1.95 1.98 4/72 3416
/proc/meminfo: memFree=1587672/2055920 swapFree=4117672/4192956
[pid=3416] ppid=3414 vsize=13600 CPUtime=0.04
/proc/3416/stat : 3416 (sugar) S 3414 3416 1885 0 -1 4194304 837 0 0 0 3 1 0 0 18 0 1 0 1991587938 13926400 792 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3416/statm: 3400 792 367 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.100908 s]
/proc/loadavg: 1.91 1.95 1.98 4/72 3416
/proc/meminfo: memFree=1587672/2055920 swapFree=4117672/4192956
[pid=3416] ppid=3414 vsize=13600 CPUtime=0.04
/proc/3416/stat : 3416 (sugar) S 3414 3416 1885 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1991587938 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3416/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.301941 s]
/proc/loadavg: 1.91 1.95 1.98 4/72 3416
/proc/meminfo: memFree=1587672/2055920 swapFree=4117672/4192956
[pid=3416] ppid=3414 vsize=13600 CPUtime=0.04
/proc/3416/stat : 3416 (sugar) S 3414 3416 1885 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1991587938 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3416/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.702021 s]
/proc/loadavg: 1.91 1.95 1.98 4/72 3416
/proc/meminfo: memFree=1587672/2055920 swapFree=4117672/4192956
[pid=3416] ppid=3414 vsize=13600 CPUtime=0.04
/proc/3416/stat : 3416 (sugar) S 3414 3416 1885 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1991587938 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3416/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+1.50217 s]
/proc/loadavg: 2.00 1.97 1.99 3/83 3438
/proc/meminfo: memFree=1580288/2055920 swapFree=4117672/4192956
[pid=3416] ppid=3414 vsize=13600 CPUtime=0.8
/proc/3416/stat : 3416 (sugar) S 3414 3416 1885 0 -1 4194304 974 6740 0 1 3 1 72 4 15 0 1 0 1991587938 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3416/statm: 3400 797 370 3 0 500 0
[pid=3429] ppid=3416 vsize=5356 CPUtime=0
/proc/3429/stat : 3429 (sh) S 3416 3416 1885 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1991588022 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3429/statm: 1339 233 193 169 0 50 0
[pid=3430] ppid=3429 vsize=868252 CPUtime=0.6
/proc/3430/stat : 3430 (java) S 3429 3416 1885 0 -1 0 5672 0 1 0 57 3 0 0 18 0 9 0 1991588022 889090048 5065 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3430/statm: 217063 5065 1734 9 0 211638 0
[pid=3430/tid=3431] ppid=3429 vsize=868252 CPUtime=0.37
/proc/3430/task/3431/stat : 3431 (java) R 3429 3416 1885 0 -1 64 2657 0 1 0 36 1 0 0 22 0 9 0 1991588023 889090048 5065 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3430/tid=3432] ppid=3429 vsize=868252 CPUtime=0.03
/proc/3430/task/3432/stat : 3432 (java) S 3429 3416 1885 0 -1 64 865 0 0 0 3 0 0 0 16 0 9 0 1991588028 889090048 5065 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3430/tid=3433] ppid=3429 vsize=868252 CPUtime=0
/proc/3430/task/3433/stat : 3433 (java) S 3429 3416 1885 0 -1 64 10 0 0 0 0 0 0 0 18 0 9 0 1991588028 889090048 5065 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3430/tid=3434] ppid=3429 vsize=868252 CPUtime=0
/proc/3430/task/3434/stat : 3434 (java) S 3429 3416 1885 0 -1 64 4 0 0 0 0 0 0 0 19 0 9 0 1991588028 889090048 5065 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3430/tid=3435] ppid=3429 vsize=868252 CPUtime=0
/proc/3430/task/3435/stat : 3435 (java) S 3429 3416 1885 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1991588030 889090048 5065 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3430/tid=3436] ppid=3429 vsize=868252 CPUtime=0.17
/proc/3430/task/3436/stat : 3436 (java) R 3429 3416 1885 0 -1 64 1459 0 0 0 17 0 0 0 16 0 9 0 1991588030 889090048 5065 996147200 134512640 134550740 4294955952 18446744073709551615 102200591 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3430/tid=3437] ppid=3429 vsize=868252 CPUtime=0
/proc/3430/task/3437/stat : 3437 (java) S 3429 3416 1885 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1991588030 889090048 5065 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3430/tid=3438] ppid=3429 vsize=868252 CPUtime=0
/proc/3430/task/3438/stat : 3438 (java) S 3429 3416 1885 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1991588030 889090048 5065 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.4
Current children cumulated vsize (KiB) 887208

[startup+3.10249 s]
/proc/loadavg: 2.00 1.97 1.99 3/83 3438
/proc/meminfo: memFree=1564032/2055920 swapFree=4117672/4192956
[pid=3416] ppid=3414 vsize=13600 CPUtime=0.8
/proc/3416/stat : 3416 (sugar) S 3414 3416 1885 0 -1 4194304 974 6740 0 1 3 1 72 4 16 0 1 0 1991587938 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3416/statm: 3400 797 370 3 0 500 0
[pid=3429] ppid=3416 vsize=5356 CPUtime=0
/proc/3429/stat : 3429 (sh) S 3416 3416 1885 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1991588022 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3429/statm: 1339 233 193 169 0 50 0
[pid=3430] ppid=3429 vsize=868476 CPUtime=2.18
/proc/3430/stat : 3430 (java) S 3429 3416 1885 0 -1 0 7887 0 1 0 203 15 0 0 18 0 9 0 1991588022 889319424 6661 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3430/statm: 217119 6661 2564 9 0 211666 0
[pid=3430/tid=3431] ppid=3429 vsize=868476 CPUtime=1.69
/proc/3430/task/3431/stat : 3431 (java) R 3429 3416 1885 0 -1 64 3148 0 1 0 159 10 0 0 25 0 9 0 1991588023 889319424 6661 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3430/tid=3432] ppid=3429 vsize=868476 CPUtime=0.24
/proc/3430/task/3432/stat : 3432 (java) S 3429 3416 1885 0 -1 64 2554 0 0 0 21 3 0 0 15 0 9 0 1991588028 889319424 6661 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3430/tid=3433] ppid=3429 vsize=868476 CPUtime=0
/proc/3430/task/3433/stat : 3433 (java) S 3429 3416 1885 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1991588028 889319424 6661 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3430/tid=3434] ppid=3429 vsize=868476 CPUtime=0
/proc/3430/task/3434/stat : 3434 (java) S 3429 3416 1885 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1991588028 889319424 6661 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3430/tid=3435] ppid=3429 vsize=868476 CPUtime=0
/proc/3430/task/3435/stat : 3435 (java) S 3429 3416 1885 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1991588030 889319424 6661 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3430/tid=3436] ppid=3429 vsize=868476 CPUtime=0.21
/proc/3430/task/3436/stat : 3436 (java) S 3429 3416 1885 0 -1 64 1493 0 0 0 21 0 0 0 16 0 9 0 1991588030 889319424 6661 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3430/tid=3437] ppid=3429 vsize=868476 CPUtime=0
/proc/3430/task/3437/stat : 3437 (java) S 3429 3416 1885 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1991588030 889319424 6661 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3430/tid=3438] ppid=3429 vsize=868476 CPUtime=0
/proc/3430/task/3438/stat : 3438 (java) S 3429 3416 1885 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1991588030 889319424 6661 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.98
Current children cumulated vsize (KiB) 887432

[startup+6.30207 s]
/proc/loadavg: 2.00 1.97 1.99 3/83 3438
/proc/meminfo: memFree=1524736/2055920 swapFree=4117672/4192956
[pid=3416] ppid=3414 vsize=13600 CPUtime=0.8
/proc/3416/stat : 3416 (sugar) S 3414 3416 1885 0 -1 4194304 974 6740 0 1 3 1 72 4 16 0 1 0 1991587938 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3416/statm: 3400 797 370 3 0 500 0
[pid=3429] ppid=3416 vsize=5356 CPUtime=0
/proc/3429/stat : 3429 (sh) S 3416 3416 1885 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1991588022 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3429/statm: 1339 233 193 169 0 50 0
[pid=3430] ppid=3429 vsize=868476 CPUtime=5.33
/proc/3430/stat : 3430 (java) S 3429 3416 1885 0 -1 0 8878 0 1 0 489 44 0 0 18 0 9 0 1991588022 889319424 6664 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3430/statm: 217119 6664 2564 9 0 211666 0
[pid=3430/tid=3431] ppid=3429 vsize=868476 CPUtime=4.59
/proc/3430/task/3431/stat : 3431 (java) R 3429 3416 1885 0 -1 64 4136 0 1 0 426 33 0 0 25 0 9 0 1991588023 889319424 6664 996147200 134512640 134550740 4294955952 18446744073709551615 4126927548 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3430/tid=3432] ppid=3429 vsize=868476 CPUtime=0.49
/proc/3430/task/3432/stat : 3432 (java) S 3429 3416 1885 0 -1 64 2554 0 0 0 40 9 0 0 16 0 9 0 1991588028 889319424 6664 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3430/tid=3433] ppid=3429 vsize=868476 CPUtime=0
/proc/3430/task/3433/stat : 3433 (java) S 3429 3416 1885 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1991588028 889319424 6664 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3430/tid=3434] ppid=3429 vsize=868476 CPUtime=0
/proc/3430/task/3434/stat : 3434 (java) S 3429 3416 1885 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1991588028 889319424 6664 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3430/tid=3435] ppid=3429 vsize=868476 CPUtime=0
/proc/3430/task/3435/stat : 3435 (java) S 3429 3416 1885 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1991588030 889319424 6664 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3430/tid=3436] ppid=3429 vsize=868476 CPUtime=0.22
/proc/3430/task/3436/stat : 3436 (java) S 3429 3416 1885 0 -1 64 1496 0 0 0 22 0 0 0 17 0 9 0 1991588030 889319424 6664 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3430/tid=3437] ppid=3429 vsize=868476 CPUtime=0
/proc/3430/task/3437/stat : 3437 (java) S 3429 3416 1885 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1991588030 889319424 6664 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3430/tid=3438] ppid=3429 vsize=868476 CPUtime=0
/proc/3430/task/3438/stat : 3438 (java) R 3429 3416 1885 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1991588030 889319424 6664 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.13
Current children cumulated vsize (KiB) 887432

[startup+12.7023 s]
/proc/loadavg: 2.15 2.00 2.00 3/83 3438
/proc/meminfo: memFree=1443392/2055920 swapFree=4117672/4192956
[pid=3416] ppid=3414 vsize=13600 CPUtime=0.8
/proc/3416/stat : 3416 (sugar) S 3414 3416 1885 0 -1 4194304 974 6740 0 1 3 1 72 4 16 0 1 0 1991587938 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3416/statm: 3400 797 370 3 0 500 0
[pid=3429] ppid=3416 vsize=5356 CPUtime=0
/proc/3429/stat : 3429 (sh) S 3416 3416 1885 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1991588022 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3429/statm: 1339 233 193 169 0 50 0
[pid=3430] ppid=3429 vsize=868476 CPUtime=11.63
/proc/3430/stat : 3430 (java) S 3429 3416 1885 0 -1 0 10894 0 1 0 1056 107 0 0 18 0 9 0 1991588022 889319424 6670 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3430/statm: 217119 6670 2565 9 0 211666 0
[pid=3430/tid=3431] ppid=3429 vsize=868476 CPUtime=10.39
/proc/3430/task/3431/stat : 3431 (java) R 3429 3416 1885 0 -1 64 6146 0 1 0 955 84 0 0 25 0 9 0 1991588023 889319424 6670 996147200 134512640 134550740 4294955952 18446744073709551615 4126834135 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3430/tid=3432] ppid=3429 vsize=868476 CPUtime=0.98
/proc/3430/task/3432/stat : 3432 (java) S 3429 3416 1885 0 -1 64 2554 0 0 0 77 21 0 0 16 0 9 0 1991588028 889319424 6670 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3430/tid=3433] ppid=3429 vsize=868476 CPUtime=0
/proc/3430/task/3433/stat : 3433 (java) S 3429 3416 1885 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1991588028 889319424 6670 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3430/tid=3434] ppid=3429 vsize=868476 CPUtime=0
/proc/3430/task/3434/stat : 3434 (java) S 3429 3416 1885 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1991588028 889319424 6670 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3430/tid=3435] ppid=3429 vsize=868476 CPUtime=0
/proc/3430/task/3435/stat : 3435 (java) S 3429 3416 1885 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1991588030 889319424 6670 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3430/tid=3436] ppid=3429 vsize=868476 CPUtime=0.23
/proc/3430/task/3436/stat : 3436 (java) S 3429 3416 1885 0 -1 64 1502 0 0 0 23 0 0 0 16 0 9 0 1991588030 889319424 6670 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3430/tid=3437] ppid=3429 vsize=868476 CPUtime=0
/proc/3430/task/3437/stat : 3437 (java) S 3429 3416 1885 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1991588030 889319424 6670 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3430/tid=3438] ppid=3429 vsize=868476 CPUtime=0
/proc/3430/task/3438/stat : 3438 (java) S 3429 3416 1885 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1991588030 889319424 6670 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.43
Current children cumulated vsize (KiB) 887432

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

[startup+15.9019 s]
/proc/loadavg: 2.15 2.00 2.00 3/75 3440
/proc/meminfo: memFree=1263296/2055920 swapFree=4117672/4192956
[pid=3416] ppid=3414 vsize=13600 CPUtime=12.5
/proc/3416/stat : 3416 (sugar) S 3414 3416 1885 0 -1 4194304 1033 17953 0 2 3 1 1133 113 16 0 1 0 1991587938 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3416/statm: 3400 799 370 3 0 500 0
[pid=3439] ppid=3416 vsize=5356 CPUtime=0
/proc/3439/stat : 3439 (sh) S 3416 3416 1885 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1991589215 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3439/statm: 1339 232 193 169 0 50 0
[pid=3440] ppid=3439 vsize=243420 CPUtime=3.08
/proc/3440/stat : 3440 (minisat) R 3439 3416 1885 0 -1 4194304 57496 0 0 0 267 41 0 0 25 0 1 0 1991589215 249262080 57482 996147200 134512640 135127466 4294956272 18446744073709551615 134704161 0 0 4096 3 0 0 0 17 1 0 0
/proc/3440/statm: 60855 57482 62 150 0 60702 0
Current children cumulated CPU time (s) 15.58
Current children cumulated vsize (KiB) 262376

[startup+17.5012 s]
/proc/loadavg: 2.22 2.02 2.00 3/75 3440
/proc/meminfo: memFree=1194432/2055920 swapFree=4117672/4192956
[pid=3416] ppid=3414 vsize=13600 CPUtime=12.5
/proc/3416/stat : 3416 (sugar) S 3414 3416 1885 0 -1 4194304 1033 17953 0 2 3 1 1133 113 16 0 1 0 1991587938 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3416/statm: 3400 799 370 3 0 500 0
[pid=3439] ppid=3416 vsize=5356 CPUtime=0
/proc/3439/stat : 3439 (sh) S 3416 3416 1885 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1991589215 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3439/statm: 1339 232 193 169 0 50 0
[pid=3440] ppid=3439 vsize=270544 CPUtime=4.67
/proc/3440/stat : 3440 (minisat) R 3439 3416 1885 0 -1 4194304 64490 0 0 0 421 46 0 0 25 0 1 0 1991589215 277037056 64476 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/3440/statm: 67636 64476 76 150 0 67483 0
Current children cumulated CPU time (s) 17.17
Current children cumulated vsize (KiB) 289500

[startup+18.3013 s]
/proc/loadavg: 2.22 2.02 2.00 3/75 3440
/proc/meminfo: memFree=1194432/2055920 swapFree=4117672/4192956
[pid=3416] ppid=3414 vsize=13600 CPUtime=17.81
/proc/3416/stat : 3416 (sugar) S 3414 3416 1885 0 -1 4194304 1090 83539 0 2 3 1 1612 165 16 0 1 0 1991587938 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3416/statm: 3400 799 370 3 0 500 0
Current children cumulated CPU time (s) 17.81
Current children cumulated vsize (KiB) 13600

[startup+18.7074 s]
/proc/loadavg: 2.22 2.02 2.00 3/83 3450
/proc/meminfo: memFree=1446016/2055920 swapFree=4117672/4192956
[pid=3416] ppid=3414 vsize=13600 CPUtime=17.81
/proc/3416/stat : 3416 (sugar) S 3414 3416 1885 0 -1 4194304 1091 83539 0 2 3 1 1612 165 15 0 1 0 1991587938 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3416/statm: 3400 799 370 3 0 500 0
[pid=3441] ppid=3416 vsize=5356 CPUtime=0
/proc/3441/stat : 3441 (sh) S 3416 3416 1885 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1991589752 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3441/statm: 1339 233 193 169 0 50 0
[pid=3442] ppid=3441 vsize=865092 CPUtime=0.53
/proc/3442/stat : 3442 (java) S 3441 3416 1885 0 -1 0 3494 0 1 0 51 2 0 0 18 0 9 0 1991589753 885854208 2964 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3442/statm: 216273 2964 1690 9 0 210848 0
[pid=3442/tid=3443] ppid=3441 vsize=865092 CPUtime=0.48
/proc/3442/task/3443/stat : 3443 (java) S 3441 3416 1885 0 -1 64 2502 0 1 0 47 1 0 0 22 0 9 0 1991589754 885854208 2964 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3442/tid=3444] ppid=3441 vsize=865092 CPUtime=0
/proc/3442/task/3444/stat : 3444 (java) S 3441 3416 1885 0 -1 64 3 0 0 0 0 0 0 0 18 0 9 0 1991589755 885854208 2964 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3442/tid=3445] ppid=3441 vsize=865092 CPUtime=0
/proc/3442/task/3445/stat : 3445 (java) S 3441 3416 1885 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 1991589755 885854208 2964 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3442/tid=3446] ppid=3441 vsize=865092 CPUtime=0
/proc/3442/task/3446/stat : 3446 (java) S 3441 3416 1885 0 -1 64 3 0 0 0 0 0 0 0 20 0 9 0 1991589755 885854208 2964 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3442/tid=3447] ppid=3441 vsize=865092 CPUtime=0
/proc/3442/task/3447/stat : 3447 (java) S 3441 3416 1885 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1991589757 885854208 2964 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3442/tid=3448] ppid=3441 vsize=865092 CPUtime=0.03
/proc/3442/task/3448/stat : 3448 (java) S 3441 3416 1885 0 -1 64 297 0 0 0 3 0 0 0 16 0 9 0 1991589757 885854208 2964 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3442/tid=3449] ppid=3441 vsize=865092 CPUtime=0
/proc/3442/task/3449/stat : 3449 (java) S 3441 3416 1885 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1991589757 885854208 2964 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3442/tid=3450] ppid=3441 vsize=865092 CPUtime=0
/proc/3442/task/3450/stat : 3450 (java) S 3441 3416 1885 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 1991589757 885854208 2964 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 18.34
Current children cumulated vsize (KiB) 884048

Child status: 0
Real time (s): 18.7886
CPU time (s): 18.4512
CPU user time (s): 16.6745
CPU system time (s): 1.77673
CPU usage (%): 98.2043
Max. virtual memory (cumulated for all children) (KiB): 887432

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 16.6745
system time used= 1.77673
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 88475
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= 26720
involuntary context switches= 26912

runsolver used 0.032994 second user time and 0.071989 second system time

The end

Launcher Data (download as text)

Begin job on node47 at 2008-07-04 01:02:37
IDJOB=1060221
IDBENCH=54416
IDSOLVER=346
FILE ID=node47/1060221-1215126157
PBS_JOBID= 7877112
Free space on /tmp= 66540 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/os-taillard-15/normalized-os-taillard-15-105-7.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-1060221-1215126157/watcher-1060221-1215126157 -o /tmp/evaluation-result-1060221-1215126157/solver-1060221-1215126157 -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-1060221-1215126157.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 1253a1981d64e41207fa8a523d812b23
RANDOM SEED=1240305980

node47.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.281
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.281
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1588152 kB
Buffers:         36008 kB
Cached:         281196 kB
SwapCached:      69104 kB
Active:         210348 kB
Inactive:       203392 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1588152 kB
SwapTotal:     4192956 kB
SwapFree:      4117672 kB
Dirty:            1700 kB
Writeback:           0 kB
Mapped:         103968 kB
Slab:            39164 kB
Committed_AS:  3956768 kB
PageTables:       1968 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= 66540 MiB
End job on node47 at 2008-07-04 01:02:56