Trace number 1060199

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+picosatSAT 66.1169 67.4724

General information on the benchmark

Namecsp/os-taillard-15/
normalized-os-taillard-15-105-9.xml
MD5SUMf3a501a01b9bc5992030d707bcd8787f
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.502923
Satisfiable
(Un)Satisfiability was proved
Number of variables225
Number of constraints3150
Maximum constraint arity2
Maximum domain size982
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.02/0.21	c 0	Sugar v1-13 + HOME/picosat
0.02/0.21	c 0	BEGIN Fri Jul  4 01:01:35 2008
0.02/0.21	c 0	PID 2705
0.02/0.21	c 0	HOST node5.alineos.net
0.02/0.21	c 0	CONVERTING HOME/instance-1060199-1215126095.xml TO HOME/temp.csp
0.02/0.21	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1060199-1215126095.xml' 'HOME/temp.csp'
0.04/0.81	c 1	225 domains, 225 variables, 1 predicates, 0 relations, 3150 constraints
0.04/0.85	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.04/0.85	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.62/0.93	c 1	Parsing HOME/temp.csp
1.05/1.38	c 2	parsed 3601 expressions
1.05/1.38	c 2	Heap : 2 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.05/1.38	c 2	Converting to clausal form CSP
1.14/1.41	c 2	converted 361 (10%) expressions
1.14/1.49	c 2	converted 721 (20%) expressions
1.24/1.59	c 2	converted 1081 (30%) expressions
1.34/1.62	c 2	converted 1441 (40%) expressions
1.34/1.63	c 2	converted 1801 (50%) expressions
1.34/1.64	c 2	converted 2161 (60%) expressions
1.34/1.65	c 2	converted 2521 (70%) expressions
1.34/1.66	c 2	converted 2881 (80%) expressions
1.34/1.67	c 2	converted 3241 (90%) expressions
1.34/1.68	c 2	converted 3601 (100%) expressions
1.34/1.68	c 2	CSP : 225 integers, 0 booleans, 3150 clauses, largest domain size 982
1.34/1.68	c 2	Heap : 4 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.34/1.68	c 2	Propagation in CSP
1.43/1.73	c 2	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.43/1.73	c 2	CSP : 225 integers, 0 booleans, 3150 clauses, largest domain size 982
1.43/1.73	c 2	Heap : 4 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.43/1.73	c 2	Simplifing CSP by introducing new Boolean variables
1.53/1.82	c 2	CSP : 225 integers, 6300 booleans, 9450 clauses, largest domain size 982
1.53/1.82	c 2	Heap : 6 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.53/1.87	c 2	Encoding CSP to SAT : HOME/temp.cnf
1.64/1.91	c 2	23 (10%) CSP integer variables are encoded (21263 clauses, 296823 bytes)
1.64/1.94	c 2	45 (20%) CSP integer variables are encoded (41819 clauses, 605163 bytes)
1.64/1.97	c 2	68 (30%) CSP integer variables are encoded (63453 clauses, 929673 bytes)
1.64/1.99	c 2	90 (40%) CSP integer variables are encoded (83937 clauses, 1236933 bytes)
1.74/2.02	c 2	113 (50%) CSP integer variables are encoded (105220 clauses, 1566835 bytes)
1.74/2.05	c 2	135 (60%) CSP integer variables are encoded (125702 clauses, 1915029 bytes)
1.74/2.08	c 2	158 (70%) CSP integer variables are encoded (147146 clauses, 2279577 bytes)
1.83/2.11	c 2	180 (80%) CSP integer variables are encoded (167692 clauses, 2628859 bytes)
1.83/2.14	c 2	203 (90%) CSP integer variables are encoded (189176 clauses, 2994087 bytes)
1.83/2.17	c 2	225 (100%) CSP integer variables are encoded (209575 clauses, 3340870 bytes)
2.91/3.28	c 3	945 (10%) CSP clauses are encoded (762636 clauses, 15672133 bytes)
4.01/4.37	c 4	1890 (20%) CSP clauses are encoded (1314849 clauses, 28568996 bytes)
5.10/5.48	c 6	2835 (30%) CSP clauses are encoded (1877872 clauses, 41736926 bytes)
6.18/6.60	c 7	3780 (40%) CSP clauses are encoded (2441987 clauses, 54948730 bytes)
7.35/7.72	c 8	4725 (50%) CSP clauses are encoded (3002468 clauses, 68080858 bytes)
8.44/8.82	c 9	5670 (60%) CSP clauses are encoded (3559467 clauses, 81199131 bytes)
9.53/9.92	c 10	6615 (70%) CSP clauses are encoded (4112428 clauses, 94931633 bytes)
10.62/11.03	c 11	7560 (80%) CSP clauses are encoded (4669667 clauses, 108850323 bytes)
11.70/12.14	c 12	8505 (90%) CSP clauses are encoded (5232768 clauses, 122915563 bytes)
12.77/13.64	c 14	9450 (100%) CSP clauses are encoded (5787525 clauses, 136772203 bytes)
12.77/13.64	c 14	9450 CSP clauses encoded
12.77/13.64	c 14	Writing map file : HOME/temp.map
12.77/13.65	c 14	Heap : 4 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
12.77/13.65	c 14	SAT : 216100 SAT variables, 5787525 SAT clauses, 136772203 bytes
12.77/13.65	c 14	Heap : 4 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
12.77/13.68	c 14	SOLVING HOME/temp.cnf
12.77/13.68	c 14	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
65.62/67.02	c 67	DECODING HOME/temp.out WITH HOME/temp.map
65.62/67.02	c 67	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
65.67/67.11	c 67	Decoding HOME/temp.out
65.67/67.37	s SATISFIABLE
65.67/67.38	v 112 512 383 218 278 189 105 756 431 584 665 863 0 334 908 942 592 417 107 649 152 228 765 839 553 734 27 386 493 299 624 208 570 313 249 179 50 702 379 73 2 884 104 353 465 712 965 135 667 0 1 14 226 525 873 138 451 175 274 801 406 634 738 683 209 297 0 150 941 78 830 757 5 41 318 138 715 805 548 252 574 0 391 14 145 46 451 31 216 901 515 534 324 426 152 290 350 607 888 702 220 73 112 72 0 572 532 382 648 467 30 820 266 340 909 1 41 46 169 122 821 550 145 581 719 951 186 266 334 163 272 292 100 0 405 683 853 718 337 92 235 4 471 403 265 108 561 791 32 151 439 273 346 485 646 281 294 775 306 28 0 83 111 180 829 464 563 795 394 0 230 815 42 100 2 134 154 186 193 329 941 369 415 470 276 309 0 153 84 4 40 202 265 486 511 471 600 678 733 801 0 502 375 282 28 72 95 175 267 888 151 263 282 288 351 431 467 522 583 616 715 802 826 886 943
65.67/67.39	c 68	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
65.67/67.40	c 68	CPU 36.49 (0.04 0.01 36.45 29.52)
65.67/67.40	c 68	END Fri Jul  4 01:02:43 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-1060199-1215126095/watcher-1060199-1215126095 -o /tmp/evaluation-result-1060199-1215126095/solver-1060199-1215126095 -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/picosat -tmp=HOME/temp HOME/instance-1060199-1215126095.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: 3.20 3.09 2.21 4/81 2705
/proc/meminfo: memFree=1864408/2055920 swapFree=4180232/4192956
[pid=2705] ppid=2703 vsize=18572 CPUtime=0
/proc/2705/stat : 2705 (runsolver) D 2703 2705 1428 0 -1 4194368 15 0 0 0 0 0 0 0 21 0 1 0 635546643 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 226913479975 0 0 4096 24578 18446744071563608240 0 0 17 1 0 0
/proc/2705/statm: 4643 292 257 25 0 2626 0

[startup+0.035919 s]
/proc/loadavg: 3.20 3.09 2.21 4/81 2705
/proc/meminfo: memFree=1864408/2055920 swapFree=4180232/4192956
[pid=2705] ppid=2703 vsize=124 CPUtime=0
/proc/2705/stat : 2705 (sugar) D 2703 2705 1428 0 -1 4194304 37 0 1 0 0 0 0 0 19 0 1 0 635546643 126976 23 996147200 4194304 4206940 548682068608 18446744073709551615 226910860681 0 0 4096 0 18446744071563608240 0 0 17 1 0 0
/proc/2705/statm: 31 23 17 3 0 3 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 124

[startup+0.101934 s]
/proc/loadavg: 3.20 3.09 2.21 4/81 2705
/proc/meminfo: memFree=1864408/2055920 swapFree=4180232/4192956
[pid=2705] ppid=2703 vsize=12268 CPUtime=0
/proc/2705/stat : 2705 (sugar) D 2703 2705 1428 0 -1 4194304 345 0 3 0 0 0 0 0 18 0 1 0 635546643 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 226922380286 0 0 4224 0 18446744071563608240 0 0 17 1 0 0
/proc/2705/statm: 3067 316 241 3 0 167 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12268

[startup+0.301977 s]
/proc/loadavg: 3.20 3.09 2.21 4/81 2705
/proc/meminfo: memFree=1864408/2055920 swapFree=4180232/4192956
[pid=2705] ppid=2703 vsize=13600 CPUtime=0.04
/proc/2705/stat : 2705 (sugar) S 2703 2705 1428 0 -1 4194304 897 127 3 0 3 1 0 0 18 0 1 0 635546643 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2705/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.701054 s]
/proc/loadavg: 3.20 3.09 2.21 4/81 2705
/proc/meminfo: memFree=1864408/2055920 swapFree=4180232/4192956
[pid=2705] ppid=2703 vsize=13600 CPUtime=0.04
/proc/2705/stat : 2705 (sugar) S 2703 2705 1428 0 -1 4194304 897 127 3 0 3 1 0 0 18 0 1 0 635546643 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2705/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+1.5022 s]
/proc/loadavg: 3.11 3.07 2.21 5/92 2727
/proc/meminfo: memFree=1856576/2055920 swapFree=4180232/4192956
[pid=2705] ppid=2703 vsize=13600 CPUtime=0.62
/proc/2705/stat : 2705 (sugar) S 2703 2705 1428 0 -1 4194304 971 6736 3 1 3 1 55 3 15 0 1 0 635546643 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2705/statm: 3400 797 370 3 0 500 0
[pid=2718] ppid=2705 vsize=5356 CPUtime=0
/proc/2718/stat : 2718 (sh) S 2705 2705 1428 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 635546729 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2718/statm: 1339 233 193 169 0 50 0
[pid=2719] ppid=2718 vsize=864340 CPUtime=0.62
/proc/2719/stat : 2719 (java) S 2718 2705 1428 0 -1 0 4186 0 1 0 59 3 0 0 18 0 9 0 635546729 885084160 3635 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2719/statm: 216085 3635 1733 9 0 210660 0
[pid=2719/tid=2720] ppid=2718 vsize=864340 CPUtime=0.47
/proc/2719/task/2720/stat : 2720 (java) R 2718 2705 1428 0 -1 64 2648 0 1 0 46 1 0 0 18 0 9 0 635546730 885084160 3635 996147200 134512640 134550740 4294955952 18446744073709551615 4125958808 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2719/tid=2721] ppid=2718 vsize=864340 CPUtime=0.03
/proc/2719/task/2721/stat : 2721 (java) S 2718 2705 1428 0 -1 64 490 0 0 0 3 0 0 0 16 0 9 0 635546731 885084160 3635 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2719/tid=2722] ppid=2718 vsize=864340 CPUtime=0
/proc/2719/task/2722/stat : 2722 (java) S 2718 2705 1428 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 635546731 885084160 3635 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2719/tid=2723] ppid=2718 vsize=864340 CPUtime=0
/proc/2719/task/2723/stat : 2723 (java) S 2718 2705 1428 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 635546731 885084160 3635 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2719/tid=2724] ppid=2718 vsize=864340 CPUtime=0
/proc/2719/task/2724/stat : 2724 (java) S 2718 2705 1428 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 635546733 885084160 3635 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2719/tid=2725] ppid=2718 vsize=864340 CPUtime=0.1
/proc/2719/task/2725/stat : 2725 (java) S 2718 2705 1428 0 -1 64 357 0 0 0 10 0 0 0 16 0 9 0 635546733 885084160 3635 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2719/tid=2726] ppid=2718 vsize=864340 CPUtime=0
/proc/2719/task/2726/stat : 2726 (java) S 2718 2705 1428 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 635546733 885084160 3635 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2719/tid=2727] ppid=2718 vsize=864340 CPUtime=0
/proc/2719/task/2727/stat : 2727 (java) S 2718 2705 1428 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 635546733 885084160 3635 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.24
Current children cumulated vsize (KiB) 883296

[startup+3.10251 s]
/proc/loadavg: 3.11 3.07 2.21 3/92 2727
/proc/meminfo: memFree=1842368/2055920 swapFree=4180232/4192956
[pid=2705] ppid=2703 vsize=13600 CPUtime=0.62
/proc/2705/stat : 2705 (sugar) S 2703 2705 1428 0 -1 4194304 971 6736 3 1 3 1 55 3 15 0 1 0 635546643 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2705/statm: 3400 797 370 3 0 500 0
[pid=2718] ppid=2705 vsize=5356 CPUtime=0
/proc/2718/stat : 2718 (sh) S 2705 2705 1428 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 635546729 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2718/statm: 1339 233 193 169 0 50 0
[pid=2719] ppid=2718 vsize=868516 CPUtime=2.2
/proc/2719/stat : 2719 (java) S 2718 2705 1428 0 -1 0 7809 0 1 0 205 15 0 0 18 0 9 0 635546729 889360384 6673 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2719/statm: 217129 6673 2564 9 0 211676 0
[pid=2719/tid=2720] ppid=2718 vsize=868516 CPUtime=1.68
/proc/2719/task/2720/stat : 2720 (java) R 2718 2705 1428 0 -1 64 3083 0 1 0 158 10 0 0 25 0 9 0 635546730 889360384 6673 996147200 134512640 134550740 4294955952 18446744073709551615 4126589845 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2719/tid=2721] ppid=2718 vsize=868516 CPUtime=0.24
/proc/2719/task/2721/stat : 2721 (java) S 2718 2705 1428 0 -1 64 2557 0 0 0 22 2 0 0 16 0 9 0 635546731 889360384 6673 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2719/tid=2722] ppid=2718 vsize=868516 CPUtime=0
/proc/2719/task/2722/stat : 2722 (java) S 2718 2705 1428 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 635546731 889360384 6673 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2719/tid=2723] ppid=2718 vsize=868516 CPUtime=0
/proc/2719/task/2723/stat : 2723 (java) S 2718 2705 1428 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 635546731 889360384 6673 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2719/tid=2724] ppid=2718 vsize=868516 CPUtime=0
/proc/2719/task/2724/stat : 2724 (java) S 2718 2705 1428 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 635546733 889360384 6673 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2719/tid=2725] ppid=2718 vsize=868516 CPUtime=0.23
/proc/2719/task/2725/stat : 2725 (java) S 2718 2705 1428 0 -1 64 1477 0 0 0 23 0 0 0 16 0 9 0 635546733 889360384 6673 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2719/tid=2726] ppid=2718 vsize=868516 CPUtime=0
/proc/2719/task/2726/stat : 2726 (java) S 2718 2705 1428 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 635546733 889360384 6673 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2719/tid=2727] ppid=2718 vsize=868516 CPUtime=0
/proc/2719/task/2727/stat : 2727 (java) S 2718 2705 1428 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 635546733 889360384 6673 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.82
Current children cumulated vsize (KiB) 887472

[startup+6.30213 s]
/proc/loadavg: 3.11 3.07 2.21 3/92 2727
/proc/meminfo: memFree=1804160/2055920 swapFree=4180232/4192956
[pid=2705] ppid=2703 vsize=13600 CPUtime=0.62
/proc/2705/stat : 2705 (sugar) S 2703 2705 1428 0 -1 4194304 971 6736 3 1 3 1 55 3 16 0 1 0 635546643 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2705/statm: 3400 797 370 3 0 500 0
[pid=2718] ppid=2705 vsize=5356 CPUtime=0
/proc/2718/stat : 2718 (sh) S 2705 2705 1428 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 635546729 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2718/statm: 1339 233 193 169 0 50 0
[pid=2719] ppid=2718 vsize=868516 CPUtime=5.37
/proc/2719/stat : 2719 (java) S 2718 2705 1428 0 -1 0 8795 0 1 0 493 44 0 0 18 0 9 0 635546729 889360384 6676 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2719/statm: 217129 6676 2564 9 0 211676 0
[pid=2719/tid=2720] ppid=2718 vsize=868516 CPUtime=4.6
/proc/2719/task/2720/stat : 2720 (java) R 2718 2705 1428 0 -1 64 4066 0 1 0 426 34 0 0 25 0 9 0 635546730 889360384 6676 996147200 134512640 134550740 4294955952 18446744073709551615 4126587441 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2719/tid=2721] ppid=2718 vsize=868516 CPUtime=0.48
/proc/2719/task/2721/stat : 2721 (java) S 2718 2705 1428 0 -1 64 2557 0 0 0 41 7 0 0 16 0 9 0 635546731 889360384 6676 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2719/tid=2722] ppid=2718 vsize=868516 CPUtime=0
/proc/2719/task/2722/stat : 2722 (java) S 2718 2705 1428 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 635546731 889360384 6676 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2719/tid=2723] ppid=2718 vsize=868516 CPUtime=0
/proc/2719/task/2723/stat : 2723 (java) S 2718 2705 1428 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 635546731 889360384 6676 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2719/tid=2724] ppid=2718 vsize=868516 CPUtime=0
/proc/2719/task/2724/stat : 2724 (java) S 2718 2705 1428 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 635546733 889360384 6676 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2719/tid=2725] ppid=2718 vsize=868516 CPUtime=0.24
/proc/2719/task/2725/stat : 2725 (java) S 2718 2705 1428 0 -1 64 1480 0 0 0 24 0 0 0 16 0 9 0 635546733 889360384 6676 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2719/tid=2726] ppid=2718 vsize=868516 CPUtime=0
/proc/2719/task/2726/stat : 2726 (java) S 2718 2705 1428 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 635546733 889360384 6676 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2719/tid=2727] ppid=2718 vsize=868516 CPUtime=0
/proc/2719/task/2727/stat : 2727 (java) S 2718 2705 1428 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 635546733 889360384 6676 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 5.99
Current children cumulated vsize (KiB) 887472

[startup+12.7014 s]
/proc/loadavg: 3.02 3.05 2.21 3/92 2727
/proc/meminfo: memFree=1724032/2055920 swapFree=4180232/4192956
[pid=2705] ppid=2703 vsize=13600 CPUtime=0.62
/proc/2705/stat : 2705 (sugar) S 2703 2705 1428 0 -1 4194304 971 6736 3 1 3 1 55 3 16 0 1 0 635546643 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2705/statm: 3400 797 370 3 0 500 0
[pid=2718] ppid=2705 vsize=5356 CPUtime=0
/proc/2718/stat : 2718 (sh) S 2705 2705 1428 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 635546729 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2718/statm: 1339 233 193 169 0 50 0
[pid=2719] ppid=2718 vsize=868516 CPUtime=11.64
/proc/2719/stat : 2719 (java) S 2718 2705 1428 0 -1 0 10795 0 1 0 1058 106 0 0 18 0 9 0 635546729 889360384 6683 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2719/statm: 217129 6683 2565 9 0 211676 0
[pid=2719/tid=2720] ppid=2718 vsize=868516 CPUtime=10.38
/proc/2719/task/2720/stat : 2720 (java) R 2718 2705 1428 0 -1 64 6059 0 1 0 952 86 0 0 25 0 9 0 635546730 889360384 6683 996147200 134512640 134550740 4294955952 18446744073709551615 4126933317 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2719/tid=2721] ppid=2718 vsize=868516 CPUtime=0.98
/proc/2719/task/2721/stat : 2721 (java) S 2718 2705 1428 0 -1 64 2557 0 0 0 80 18 0 0 16 0 9 0 635546731 889360384 6683 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2719/tid=2722] ppid=2718 vsize=868516 CPUtime=0
/proc/2719/task/2722/stat : 2722 (java) S 2718 2705 1428 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 635546731 889360384 6683 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2719/tid=2723] ppid=2718 vsize=868516 CPUtime=0
/proc/2719/task/2723/stat : 2723 (java) S 2718 2705 1428 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 635546731 889360384 6683 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2719/tid=2724] ppid=2718 vsize=868516 CPUtime=0
/proc/2719/task/2724/stat : 2724 (java) S 2718 2705 1428 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 635546733 889360384 6683 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2719/tid=2725] ppid=2718 vsize=868516 CPUtime=0.25
/proc/2719/task/2725/stat : 2725 (java) S 2718 2705 1428 0 -1 64 1487 0 0 0 25 0 0 0 16 0 9 0 635546733 889360384 6683 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2719/tid=2726] ppid=2718 vsize=868516 CPUtime=0
/proc/2719/task/2726/stat : 2726 (java) S 2718 2705 1428 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 635546733 889360384 6683 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2719/tid=2727] ppid=2718 vsize=868516 CPUtime=0
/proc/2719/task/2727/stat : 2727 (java) S 2718 2705 1428 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 635546733 889360384 6683 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.26
Current children cumulated vsize (KiB) 887472

[startup+25.5018 s]
/proc/loadavg: 2.93 3.03 2.21 3/84 2729
/proc/meminfo: memFree=1668544/2055920 swapFree=4180232/4192956
[pid=2705] ppid=2703 vsize=13600 CPUtime=12.83
/proc/2705/stat : 2705 (sugar) S 2703 2705 1428 0 -1 4194304 1019 18011 3 2 3 1 1164 115 16 0 1 0 635546643 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2705/statm: 3400 799 370 3 0 500 0
[pid=2728] ppid=2705 vsize=5356 CPUtime=0
/proc/2728/stat : 2728 (sh) S 2705 2705 1428 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 635548012 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2728/statm: 1339 232 193 169 0 50 0
[pid=2729] ppid=2728 vsize=66280 CPUtime=11.7
/proc/2729/stat : 2729 (picosat) R 2728 2705 1428 0 -1 4194304 14790 0 0 0 531 639 0 0 25 0 1 0 635548012 67870720 14776 996147200 134512640 134931368 4294956256 18446744073709551615 134520640 0 0 4096 0 0 0 0 17 1 0 0
/proc/2729/statm: 16570 14776 40 102 0 16465 0
Current children cumulated CPU time (s) 24.53
Current children cumulated vsize (KiB) 85236

[startup+51.1017 s]
/proc/loadavg: 2.61 2.95 2.21 3/84 2729
/proc/meminfo: memFree=1571392/2055920 swapFree=4180232/4192956
[pid=2705] ppid=2703 vsize=13600 CPUtime=12.83
/proc/2705/stat : 2705 (sugar) S 2703 2705 1428 0 -1 4194304 1019 18011 3 2 3 1 1164 115 16 0 1 0 635546643 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2705/statm: 3400 799 370 3 0 500 0
[pid=2728] ppid=2705 vsize=5356 CPUtime=0
/proc/2728/stat : 2728 (sh) S 2705 2705 1428 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 635548012 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2728/statm: 1339 232 193 169 0 50 0
[pid=2729] ppid=2728 vsize=161856 CPUtime=37.04
/proc/2729/stat : 2729 (picosat) R 2728 2705 1428 0 -1 4194304 39386 0 0 0 1688 2016 0 0 25 0 1 0 635548012 165740544 39372 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/2729/statm: 40464 39372 40 102 0 40359 0
Current children cumulated CPU time (s) 49.87
Current children cumulated vsize (KiB) 180812

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

[startup+57.503 s]
/proc/loadavg: 2.52 2.92 2.20 3/84 2729
/proc/meminfo: memFree=1545856/2055920 swapFree=4180232/4192956
[pid=2705] ppid=2703 vsize=13600 CPUtime=12.83
/proc/2705/stat : 2705 (sugar) S 2703 2705 1428 0 -1 4194304 1019 18011 3 2 3 1 1164 115 16 0 1 0 635546643 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2705/statm: 3400 799 370 3 0 500 0
[pid=2728] ppid=2705 vsize=5356 CPUtime=0
/proc/2728/stat : 2728 (sh) S 2705 2705 1428 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 635548012 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2728/statm: 1339 232 193 169 0 50 0
[pid=2729] ppid=2728 vsize=199888 CPUtime=43.38
/proc/2729/stat : 2729 (picosat) R 2728 2705 1428 0 -1 4194304 45509 0 0 0 1982 2356 0 0 25 0 1 0 635548012 204685312 45495 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/2729/statm: 49972 45495 40 102 0 49867 0
Current children cumulated CPU time (s) 56.21
Current children cumulated vsize (KiB) 218844

[startup+63.9012 s]
/proc/loadavg: 2.48 2.90 2.20 3/84 2729
/proc/meminfo: memFree=1520704/2055920 swapFree=4180232/4192956
[pid=2705] ppid=2703 vsize=13600 CPUtime=12.83
/proc/2705/stat : 2705 (sugar) S 2703 2705 1428 0 -1 4194304 1019 18011 3 2 3 1 1164 115 16 0 1 0 635546643 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2705/statm: 3400 799 370 3 0 500 0
[pid=2728] ppid=2705 vsize=5356 CPUtime=0
/proc/2728/stat : 2728 (sh) S 2705 2705 1428 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 635548012 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2728/statm: 1339 232 193 169 0 50 0
[pid=2729] ppid=2728 vsize=221536 CPUtime=49.72
/proc/2729/stat : 2729 (picosat) R 2728 2705 1428 0 -1 4194304 51604 0 0 0 2274 2698 0 0 25 0 1 0 635548012 226852864 51590 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/2729/statm: 55384 51590 40 102 0 55279 0
Current children cumulated CPU time (s) 62.55
Current children cumulated vsize (KiB) 240492

[startup+65.5015 s]
/proc/loadavg: 2.48 2.90 2.20 3/84 2729
/proc/meminfo: memFree=1516608/2055920 swapFree=4180232/4192956
[pid=2705] ppid=2703 vsize=13600 CPUtime=12.83
/proc/2705/stat : 2705 (sugar) S 2703 2705 1428 0 -1 4194304 1019 18011 3 2 3 1 1164 115 16 0 1 0 635546643 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2705/statm: 3400 799 370 3 0 500 0
[pid=2728] ppid=2705 vsize=5356 CPUtime=0
/proc/2728/stat : 2728 (sh) S 2705 2705 1428 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 635548012 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2728/statm: 1339 232 193 169 0 50 0
[pid=2729] ppid=2728 vsize=226948 CPUtime=51.31
/proc/2729/stat : 2729 (picosat) R 2728 2705 1428 0 -1 4194304 53125 0 0 0 2347 2784 0 0 25 0 1 0 635548012 232394752 53111 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/2729/statm: 56737 53111 40 102 0 56632 0
Current children cumulated CPU time (s) 64.14
Current children cumulated vsize (KiB) 245904

[startup+66.3016 s]
/proc/loadavg: 2.44 2.89 2.20 3/84 2729
/proc/meminfo: memFree=1512448/2055920 swapFree=4180232/4192956
[pid=2705] ppid=2703 vsize=13600 CPUtime=12.83
/proc/2705/stat : 2705 (sugar) S 2703 2705 1428 0 -1 4194304 1019 18011 3 2 3 1 1164 115 16 0 1 0 635546643 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2705/statm: 3400 799 370 3 0 500 0
[pid=2728] ppid=2705 vsize=5356 CPUtime=0
/proc/2728/stat : 2728 (sh) S 2705 2705 1428 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 635548012 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2728/statm: 1339 232 193 169 0 50 0
[pid=2729] ppid=2728 vsize=229720 CPUtime=52.1
/proc/2729/stat : 2729 (picosat) R 2728 2705 1428 0 -1 4194304 53888 0 0 0 2383 2827 0 0 25 0 1 0 635548012 235233280 53874 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/2729/statm: 57430 53874 40 102 0 57325 0
Current children cumulated CPU time (s) 64.93
Current children cumulated vsize (KiB) 248676

[startup+67.1068 s]
/proc/loadavg: 2.44 2.89 2.20 3/84 2729
/proc/meminfo: memFree=1649856/2055920 swapFree=4180232/4192956
[pid=2705] ppid=2703 vsize=13600 CPUtime=65.67
/proc/2705/stat : 2705 (sugar) S 2703 2705 1428 0 -1 4194304 1070 72562 3 2 4 1 3613 2949 17 0 1 0 635546643 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2705/statm: 3400 799 370 3 0 500 0
Current children cumulated CPU time (s) 65.67
Current children cumulated vsize (KiB) 13600

[startup+67.3028 s]
/proc/loadavg: 2.44 2.89 2.20 3/84 2729
/proc/meminfo: memFree=1649856/2055920 swapFree=4180232/4192956
[pid=2705] ppid=2703 vsize=13600 CPUtime=65.67
/proc/2705/stat : 2705 (sugar) S 2703 2705 1428 0 -1 4194304 1088 72562 3 2 4 1 3613 2949 16 0 1 0 635546643 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2705/statm: 3400 799 370 3 0 500 0
Current children cumulated CPU time (s) 65.67
Current children cumulated vsize (KiB) 13600

[startup+67.408 s]
/proc/loadavg: 2.44 2.89 2.20 3/84 2729
/proc/meminfo: memFree=1649856/2055920 swapFree=4180232/4192956
[pid=2705] ppid=2703 vsize=13600 CPUtime=66.03
/proc/2705/stat : 2705 (sugar) R 2703 2705 1428 0 -1 4194304 1116 76427 3 3 4 2 3645 2952 16 0 1 0 635546643 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 226913653801 0 0 4224 16386 0 0 0 17 1 0 0
/proc/2705/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 66.03
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 67.4724
CPU time (s): 66.1169
CPU user time (s): 36.4984
CPU system time (s): 29.6185
CPU usage (%): 97.9911
Max. virtual memory (cumulated for all children) (KiB): 887472

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 36.4985
system time used= 29.6185
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 77573
page faults= 6
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 27455
involuntary context switches= 29837

runsolver used 0.102984 second user time and 0.220966 second system time

The end

Launcher Data (download as text)

Begin job on node5 at 2008-07-04 01:01:35
IDJOB=1060199
IDBENCH=54412
IDSOLVER=345
FILE ID=node5/1060199-1215126095
PBS_JOBID= 7877194
Free space on /tmp= 66536 MiB

SOLVER NAME= Sugar v1.13+picosat
BENCH NAME= CPAI08/csp/os-taillard-15/normalized-os-taillard-15-105-9.xml
COMMAND LINE= DIR/sugar -c -vv -java="java -Xmx700M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/picosat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1060199-1215126095/watcher-1060199-1215126095 -o /tmp/evaluation-result-1060199-1215126095/solver-1060199-1215126095 -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/picosat" -tmp="HOME/temp" HOME/instance-1060199-1215126095.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= f3a501a01b9bc5992030d707bcd8787f
RANDOM SEED=1885744195

node5.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.279
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.279
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:       1864888 kB
Buffers:          8716 kB
Cached:          43916 kB
SwapCached:       5644 kB
Active:         113920 kB
Inactive:        21016 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1864888 kB
SwapTotal:     4192956 kB
SwapFree:      4180232 kB
Dirty:            2320 kB
Writeback:           0 kB
Mapped:          97056 kB
Slab:            41096 kB
Committed_AS:  1627080 kB
PageTables:       1996 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= 66536 MiB
End job on node5 at 2008-07-04 01:02:43