Trace number 2065746

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.14.6+picosatSAT 67.1488 67.9482

General information on the benchmark

Namecsp/os-taillard-15/
normalized-os-taillard-15-105-8.xml
MD5SUM5397915d5f29b2750a915fa9c415307c
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.830872
Satisfiable
(Un)Satisfiability was proved
Number of variables225
Number of constraints3150
Maximum constraint arity2
Maximum domain size999
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

0.04/0.08	c 0	Sugar v1-14-6 + HOME/picosat
0.04/0.08	c 0	BEGIN Sat Jul 11 21:03:00 2009
0.04/0.08	c 0	PID 14968
0.04/0.08	c 0	HOST node41.alineos.net
0.04/0.08	c 0	CONVERTING HOME/instance-2065746-1247338980.xml TO HOME/temp.csp
0.04/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2065746-1247338980.xml' 'HOME/temp.csp'
0.07/0.69	c 1	225 domains, 225 variables, 1 predicates, 0 relations, 3150 constraints
0.07/0.72	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.07/0.72	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.67/0.80	c 1	Parsing HOME/temp.csp
0.67/0.91	c 1	parsed 3601 expressions
0.67/0.92	c 1	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.67/0.92	c 1	Converting to clausal form CSP
0.67/0.95	c 1	converted 361 (10%) expressions
0.93/1.05	c 1	converted 721 (20%) expressions
1.02/1.16	c 1	converted 1081 (30%) expressions
1.02/1.19	c 1	converted 1441 (40%) expressions
1.12/1.21	c 1	converted 1801 (50%) expressions
1.12/1.22	c 1	converted 2161 (60%) expressions
1.12/1.24	c 1	converted 2521 (70%) expressions
1.12/1.25	c 1	converted 2881 (80%) expressions
1.12/1.26	c 1	converted 3241 (90%) expressions
1.12/1.28	c 1	converted 3601 (100%) expressions
1.12/1.28	c 1	CSP : 225 integers, 0 booleans, 3150 clauses, largest domain size 999
1.12/1.28	c 1	Heap : 4 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.12/1.28	c 1	Propagation in CSP
1.22/1.30	c 1	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.22/1.30	c 1	CSP : 225 integers, 0 booleans, 3150 clauses, largest domain size 999
1.22/1.30	c 1	Heap : 4 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.22/1.31	c 1	Simplifing CSP by introducing new Boolean variables
1.32/1.40	c 1	CSP : 225 integers, 6300 booleans, 9450 clauses, largest domain size 999
1.32/1.40	c 1	Heap : 5 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.32/1.44	c 2	Encoding CSP to SAT : HOME/temp.cnf
1.32/1.49	c 2	23 (10%) CSP integer variables are encoded (22038 clauses, 308448 bytes)
1.41/1.52	c 2	45 (20%) CSP integer variables are encoded (42913 clauses, 621573 bytes)
1.41/1.54	c 2	68 (30%) CSP integer variables are encoded (64728 clauses, 948798 bytes)
1.41/1.57	c 2	90 (40%) CSP integer variables are encoded (85800 clauses, 1264878 bytes)
1.41/1.60	c 2	113 (50%) CSP integer variables are encoded (107399 clauses, 1603872 bytes)
1.51/1.63	c 2	135 (60%) CSP integer variables are encoded (128183 clauses, 1957200 bytes)
1.51/1.65	c 2	158 (70%) CSP integer variables are encoded (149831 clauses, 2325216 bytes)
1.51/1.68	c 2	180 (80%) CSP integer variables are encoded (170895 clauses, 2683304 bytes)
1.62/1.71	c 2	203 (90%) CSP integer variables are encoded (192516 clauses, 3050861 bytes)
1.62/1.74	c 2	225 (100%) CSP integer variables are encoded (213358 clauses, 3405175 bytes)
2.70/2.88	c 3	945 (10%) CSP clauses are encoded (790545 clauses, 16295195 bytes)
3.88/4.02	c 4	1890 (20%) CSP clauses are encoded (1358620 clauses, 29566376 bytes)
4.97/5.14	c 5	2835 (30%) CSP clauses are encoded (1931383 clauses, 42967789 bytes)
6.05/6.26	c 6	3780 (40%) CSP clauses are encoded (2501358 clauses, 56318354 bytes)
7.14/7.38	c 7	4725 (50%) CSP clauses are encoded (3073671 clauses, 69735541 bytes)
8.29/8.53	c 9	5670 (60%) CSP clauses are encoded (3638262 clauses, 83037451 bytes)
9.38/9.65	c 10	6615 (70%) CSP clauses are encoded (4198867 clauses, 97040291 bytes)
10.48/10.78	c 11	7560 (80%) CSP clauses are encoded (4761734 clauses, 111099681 bytes)
11.66/11.92	c 12	8505 (90%) CSP clauses are encoded (5333999 clauses, 125394021 bytes)
12.75/13.04	c 13	9450 (100%) CSP clauses are encoded (5896056 clauses, 139433161 bytes)
12.75/13.04	c 13	9450 CSP clauses encoded
12.75/13.05	c 13	Writing map file : HOME/temp.map
12.75/13.05	c 13	Heap : 3 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
12.75/13.05	c 13	SAT : 219883 SAT variables, 5896056 SAT clauses, 139433161 bytes
12.75/13.05	c 13	Heap : 3 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
12.75/13.06	c 13	SOLVING HOME/temp.cnf
12.75/13.06	c 13	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
66.50/67.33	c 67	DECODING HOME/temp.out WITH HOME/temp.map
66.50/67.33	c 67	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -decode 'HOME/temp.out' 'HOME/temp.map'
66.55/67.42	c 67	Decoding HOME/temp.out
66.55/67.82	s SATISFIABLE
66.55/67.83	v 161 167 701 150 38 555 852 84 0 14 266 817 99 501 734 695 849 615 290 265 599 44 409 347 544 155 937 775 616 733 370 775 54 625 813 531 710 203 67 110 892 220 22 501 33 114 301 126 710 554 1 904 41 412 815 475 223 23 357 615 159 337 710 149 623 541 892 105 712 126 845 0 38 370 1 32 83 927 263 129 10 690 363 61 4 194 527 0 309 464 36 177 278 464 783 904 4 365 540 6 606 54 140 22 216 696 755 306 819 5 533 605 159 125 370 448 4 198 249 61 756 661 700 395 213 140 481 561 173 0 231 35 290 23 118 648 775 850 413 456 6 10 226 321 538 157 12 84 94 251 620 411 352 490 644 541 741 822 246 306 0 89 151 163 213 318 465 613 496 39 673 949 105 0 32 44 129 149 209 284 834 937 359 516 610 424 374 41 137 184 0 38 223 257 695 743 802 900 256 0 431 515 14 67 159 291 318 352 598 619 252 266 333 379 389 419 470 547 560 648 694 730 818 914 947
66.55/67.84	c 68	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
66.55/67.88	c 68	CPU 67.05 (0.05 0.02 37.08 29.9)
66.55/67.88	c 68	END Sat Jul 11 21:04:08 2009

Verifier Data

OK

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2065746-1247338980/watcher-2065746-1247338980 -o /tmp/evaluation-result-2065746-1247338980/solver-2065746-1247338980 -C 1800 -W 2000 -M 900 HOME/sugar -c -vv -memlimit=900 -jar=HOME/sugar-v1-14-6.jar -solver=HOME/picosat -tmp=HOME/temp HOME/instance-2065746-1247338980.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): 2000 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
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.02 2.09 2.04 4/74 14968
/proc/meminfo: memFree=1216384/2055920 swapFree=4192956/4192956
[pid=14968] ppid=14966 vsize=18576 CPUtime=0
/proc/14968/stat : 14968 (runsolver) R 14966 14968 14482 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 20589706 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 209135922471 0 0 4096 24578 0 0 0 17 1 0 0
/proc/14968/statm: 4644 284 249 26 0 2626 0

[startup+0.0704629 s]
/proc/loadavg: 2.02 2.09 2.04 4/74 14968
/proc/meminfo: memFree=1216384/2055920 swapFree=4192956/4192956
[pid=14968] ppid=14966 vsize=16212 CPUtime=0.04
/proc/14968/stat : 14968 (sugar) R 14966 14968 14482 0 -1 4194304 964 0 0 0 3 1 0 0 18 0 1 0 20589706 16601088 932 996147200 4194304 4206940 548682068608 18446744073709551615 209155925084 0 0 4224 0 0 0 0 17 1 0 0
/proc/14968/statm: 4053 932 380 3 0 632 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 16212

[startup+0.101422 s]
/proc/loadavg: 2.02 2.09 2.04 4/74 14968
/proc/meminfo: memFree=1216384/2055920 swapFree=4192956/4192956
[pid=14968] ppid=14966 vsize=16868 CPUtime=0.07
/proc/14968/stat : 14968 (sugar) S 14966 14968 14482 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 20589706 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14968/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.301439 s]
/proc/loadavg: 2.02 2.09 2.04 4/74 14968
/proc/meminfo: memFree=1216384/2055920 swapFree=4192956/4192956
[pid=14968] ppid=14966 vsize=16868 CPUtime=0.07
/proc/14968/stat : 14968 (sugar) S 14966 14968 14482 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 20589706 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14968/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.70147 s]
/proc/loadavg: 2.02 2.09 2.04 4/74 14968
/proc/meminfo: memFree=1216384/2055920 swapFree=4192956/4192956
[pid=14968] ppid=14966 vsize=16868 CPUtime=0.07
/proc/14968/stat : 14968 (sugar) S 14966 14968 14482 0 -1 4194304 1245 128 0 0 5 2 0 0 15 0 1 0 20589706 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14968/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+1.50254 s]
/proc/loadavg: 2.02 2.09 2.04 4/85 14990
/proc/meminfo: memFree=1205544/2055920 swapFree=4192956/4192956
[pid=14968] ppid=14966 vsize=16868 CPUtime=0.67
/proc/14968/stat : 14968 (sugar) S 14966 14968 14482 0 -1 4194304 1310 6818 0 1 5 2 56 4 16 0 1 0 20589706 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14968/statm: 4217 1111 409 3 0 796 0
[pid=14981] ppid=14968 vsize=5356 CPUtime=0
/proc/14981/stat : 14981 (sh) S 14968 14968 14482 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20589779 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14981/statm: 1339 233 193 169 0 50 0
[pid=14982] ppid=14981 vsize=868676 CPUtime=0.74
/proc/14982/stat : 14982 (java) S 14981 14968 14482 0 -1 0 7598 0 1 0 70 4 0 0 18 0 9 0 20589779 889524224 6810 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14982/statm: 217169 6810 2590 9 0 211646 0
[pid=14982/tid=14983] ppid=14981 vsize=868676 CPUtime=0.4
/proc/14982/task/14983/stat : 14983 (java) R 14981 14968 14482 0 -1 64 2741 0 1 0 39 1 0 0 18 0 9 0 20589780 889524224 6810 996147200 134512640 134550932 4294955936 18446744073709551615 4126838479 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14982/tid=14984] ppid=14981 vsize=868676 CPUtime=0.15
/proc/14982/task/14984/stat : 14984 (java) S 14981 14968 14482 0 -1 64 2670 0 0 0 14 1 0 0 16 0 9 0 20589781 889524224 6810 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14982/tid=14985] ppid=14981 vsize=868676 CPUtime=0
/proc/14982/task/14985/stat : 14985 (java) S 14981 14968 14482 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20589782 889524224 6810 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14982/tid=14986] ppid=14981 vsize=868676 CPUtime=0
/proc/14982/task/14986/stat : 14986 (java) S 14981 14968 14482 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 20589782 889524224 6810 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14982/tid=14987] ppid=14981 vsize=868676 CPUtime=0
/proc/14982/task/14987/stat : 14987 (java) S 14981 14968 14482 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 20589784 889524224 6810 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14982/tid=14988] ppid=14981 vsize=868676 CPUtime=0.18
/proc/14982/task/14988/stat : 14988 (java) S 14981 14968 14482 0 -1 64 1489 0 0 0 17 1 0 0 16 0 9 0 20589784 889524224 6810 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14982/tid=14989] ppid=14981 vsize=868676 CPUtime=0
/proc/14982/task/14989/stat : 14989 (java) S 14981 14968 14482 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 20589784 889524224 6810 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14982/tid=14990] ppid=14981 vsize=868676 CPUtime=0
/proc/14982/task/14990/stat : 14990 (java) S 14981 14968 14482 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 20589784 889524224 6810 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.41
Current children cumulated vsize (KiB) 890900

[startup+3.10268 s]
/proc/loadavg: 2.01 2.09 2.04 3/85 14990
/proc/meminfo: memFree=1188392/2055920 swapFree=4192956/4192956
[pid=14968] ppid=14966 vsize=16868 CPUtime=0.67
/proc/14968/stat : 14968 (sugar) S 14966 14968 14482 0 -1 4194304 1310 6818 0 1 5 2 56 4 16 0 1 0 20589706 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14968/statm: 4217 1111 409 3 0 796 0
[pid=14981] ppid=14968 vsize=5356 CPUtime=0
/proc/14981/stat : 14981 (sh) S 14968 14968 14482 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20589779 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14981/statm: 1339 233 193 169 0 50 0
[pid=14982] ppid=14981 vsize=868676 CPUtime=2.33
/proc/14982/stat : 14982 (java) S 14981 14968 14482 0 -1 0 8101 0 1 0 215 18 0 0 18 0 9 0 20589779 889524224 6827 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14982/statm: 217169 6827 2590 9 0 211646 0
[pid=14982/tid=14983] ppid=14981 vsize=868676 CPUtime=1.84
/proc/14982/task/14983/stat : 14983 (java) R 14981 14968 14482 0 -1 64 3228 0 1 0 172 12 0 0 25 0 9 0 20589780 889524224 6827 996147200 134512640 134550932 4294955936 18446744073709551615 4126452409 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14982/tid=14984] ppid=14981 vsize=868676 CPUtime=0.26
/proc/14982/task/14984/stat : 14984 (java) S 14981 14968 14482 0 -1 64 2670 0 0 0 23 3 0 0 16 0 9 0 20589781 889524224 6827 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14982/tid=14985] ppid=14981 vsize=868676 CPUtime=0
/proc/14982/task/14985/stat : 14985 (java) S 14981 14968 14482 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20589782 889524224 6827 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14982/tid=14986] ppid=14981 vsize=868676 CPUtime=0
/proc/14982/task/14986/stat : 14986 (java) S 14981 14968 14482 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 20589782 889524224 6827 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14982/tid=14987] ppid=14981 vsize=868676 CPUtime=0
/proc/14982/task/14987/stat : 14987 (java) S 14981 14968 14482 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 20589784 889524224 6827 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14982/tid=14988] ppid=14981 vsize=868676 CPUtime=0.2
/proc/14982/task/14988/stat : 14988 (java) S 14981 14968 14482 0 -1 64 1505 0 0 0 19 1 0 0 16 0 9 0 20589784 889524224 6827 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14982/tid=14989] ppid=14981 vsize=868676 CPUtime=0
/proc/14982/task/14989/stat : 14989 (java) S 14981 14968 14482 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 20589784 889524224 6827 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14982/tid=14990] ppid=14981 vsize=868676 CPUtime=0
/proc/14982/task/14990/stat : 14990 (java) S 14981 14968 14482 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 20589784 889524224 6827 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3
Current children cumulated vsize (KiB) 890900

[startup+6.30197 s]
/proc/loadavg: 2.01 2.09 2.04 3/85 14990
/proc/meminfo: memFree=1148776/2055920 swapFree=4192956/4192956
[pid=14968] ppid=14966 vsize=16868 CPUtime=0.67
/proc/14968/stat : 14968 (sugar) S 14966 14968 14482 0 -1 4194304 1310 6818 0 1 5 2 56 4 16 0 1 0 20589706 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14968/statm: 4217 1111 409 3 0 796 0
[pid=14981] ppid=14968 vsize=5356 CPUtime=0
/proc/14981/stat : 14981 (sh) S 14968 14968 14482 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20589779 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14981/statm: 1339 233 193 169 0 50 0
[pid=14982] ppid=14981 vsize=868676 CPUtime=5.49
/proc/14982/stat : 14982 (java) S 14981 14968 14482 0 -1 0 9089 0 1 0 498 51 0 0 18 0 9 0 20589779 889524224 6830 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14982/statm: 217169 6830 2590 9 0 211646 0
[pid=14982/tid=14983] ppid=14981 vsize=868676 CPUtime=4.73
/proc/14982/task/14983/stat : 14983 (java) R 14981 14968 14482 0 -1 64 4214 0 1 0 434 39 0 0 25 0 9 0 20589780 889524224 6830 996147200 134512640 134550932 4294955936 18446744073709551615 4126838716 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14982/tid=14984] ppid=14981 vsize=868676 CPUtime=0.53
/proc/14982/task/14984/stat : 14984 (java) S 14981 14968 14482 0 -1 64 2670 0 0 0 43 10 0 0 15 0 9 0 20589781 889524224 6830 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14982/tid=14985] ppid=14981 vsize=868676 CPUtime=0
/proc/14982/task/14985/stat : 14985 (java) S 14981 14968 14482 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20589782 889524224 6830 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14982/tid=14986] ppid=14981 vsize=868676 CPUtime=0
/proc/14982/task/14986/stat : 14986 (java) S 14981 14968 14482 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 20589782 889524224 6830 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14982/tid=14987] ppid=14981 vsize=868676 CPUtime=0
/proc/14982/task/14987/stat : 14987 (java) S 14981 14968 14482 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 20589784 889524224 6830 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14982/tid=14988] ppid=14981 vsize=868676 CPUtime=0.21
/proc/14982/task/14988/stat : 14988 (java) S 14981 14968 14482 0 -1 64 1507 0 0 0 20 1 0 0 17 0 9 0 20589784 889524224 6830 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14982/tid=14989] ppid=14981 vsize=868676 CPUtime=0
/proc/14982/task/14989/stat : 14989 (java) S 14981 14968 14482 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 20589784 889524224 6830 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14982/tid=14990] ppid=14981 vsize=868676 CPUtime=0
/proc/14982/task/14990/stat : 14990 (java) S 14981 14968 14482 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 20589784 889524224 6830 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.16
Current children cumulated vsize (KiB) 890900

[startup+12.7025 s]
/proc/loadavg: 2.01 2.08 2.04 3/85 14990
/proc/meminfo: memFree=1067880/2055920 swapFree=4192956/4192956
[pid=14968] ppid=14966 vsize=16868 CPUtime=0.67
/proc/14968/stat : 14968 (sugar) S 14966 14968 14482 0 -1 4194304 1310 6818 0 1 5 2 56 4 16 0 1 0 20589706 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14968/statm: 4217 1111 409 3 0 796 0
[pid=14981] ppid=14968 vsize=5356 CPUtime=0
/proc/14981/stat : 14981 (sh) S 14968 14968 14482 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20589779 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14981/statm: 1339 233 193 169 0 50 0
[pid=14982] ppid=14981 vsize=868676 CPUtime=11.78
/proc/14982/stat : 14982 (java) S 14981 14968 14482 0 -1 0 11084 0 1 0 1066 112 0 0 18 0 9 0 20589779 889524224 6837 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14982/statm: 217169 6837 2590 9 0 211646 0
[pid=14982/tid=14983] ppid=14981 vsize=868676 CPUtime=10.49
/proc/14982/task/14983/stat : 14983 (java) R 14981 14968 14482 0 -1 64 6202 0 1 0 961 88 0 0 25 0 9 0 20589780 889524224 6837 996147200 134512640 134550932 4294955936 18446744073709551615 4126892847 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14982/tid=14984] ppid=14981 vsize=868676 CPUtime=1.05
/proc/14982/task/14984/stat : 14984 (java) S 14981 14968 14482 0 -1 64 2670 0 0 0 83 22 0 0 16 0 9 0 20589781 889524224 6837 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14982/tid=14985] ppid=14981 vsize=868676 CPUtime=0
/proc/14982/task/14985/stat : 14985 (java) S 14981 14968 14482 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20589782 889524224 6837 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14982/tid=14986] ppid=14981 vsize=868676 CPUtime=0
/proc/14982/task/14986/stat : 14986 (java) S 14981 14968 14482 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 20589782 889524224 6837 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14982/tid=14987] ppid=14981 vsize=868676 CPUtime=0
/proc/14982/task/14987/stat : 14987 (java) S 14981 14968 14482 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 20589784 889524224 6837 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14982/tid=14988] ppid=14981 vsize=868676 CPUtime=0.22
/proc/14982/task/14988/stat : 14988 (java) S 14981 14968 14482 0 -1 64 1514 0 0 0 21 1 0 0 17 0 9 0 20589784 889524224 6837 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14982/tid=14989] ppid=14981 vsize=868676 CPUtime=0
/proc/14982/task/14989/stat : 14989 (java) S 14981 14968 14482 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 20589784 889524224 6837 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14982/tid=14990] ppid=14981 vsize=868676 CPUtime=0
/proc/14982/task/14990/stat : 14990 (java) S 14981 14968 14482 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 20589784 889524224 6837 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.45
Current children cumulated vsize (KiB) 890900

[startup+25.5017 s]
/proc/loadavg: 2.01 2.08 2.04 3/77 14992
/proc/meminfo: memFree=1012264/2055920 swapFree=4192956/4192956
[pid=14968] ppid=14966 vsize=16868 CPUtime=12.82
/proc/14968/stat : 14968 (sugar) S 14966 14968 14482 0 -1 4194304 1365 18318 0 2 5 2 1155 120 16 0 1 0 20589706 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14968/statm: 4217 1113 409 3 0 796 0
[pid=14991] ppid=14968 vsize=5356 CPUtime=0
/proc/14991/stat : 14991 (sh) S 14968 14968 14482 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20591013 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14991/statm: 1339 232 193 169 0 50 0
[pid=14992] ppid=14991 vsize=68644 CPUtime=12.27
/proc/14992/stat : 14992 (picosat) R 14991 14968 14482 0 -1 4194304 15494 0 0 0 559 668 0 0 25 0 1 0 20591014 70291456 15480 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/14992/statm: 17161 15480 40 102 0 17056 0
Current children cumulated CPU time (s) 25.09
Current children cumulated vsize (KiB) 90868

[startup+51.1019 s]
/proc/loadavg: 2.00 2.07 2.04 3/77 14992
/proc/meminfo: memFree=915176/2055920 swapFree=4192956/4192956
[pid=14968] ppid=14966 vsize=16868 CPUtime=12.82
/proc/14968/stat : 14968 (sugar) S 14966 14968 14482 0 -1 4194304 1365 18318 0 2 5 2 1155 120 16 0 1 0 20589706 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14968/statm: 4217 1113 409 3 0 796 0
[pid=14991] ppid=14968 vsize=5356 CPUtime=0
/proc/14991/stat : 14991 (sh) S 14968 14968 14482 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20591013 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14991/statm: 1339 232 193 169 0 50 0
[pid=14992] ppid=14991 vsize=164088 CPUtime=37.64
/proc/14992/stat : 14992 (picosat) R 14991 14968 14482 0 -1 4194304 40087 0 0 0 1731 2033 0 0 25 0 1 0 20591014 168026112 40073 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/14992/statm: 41022 40073 40 102 0 40917 0
Current children cumulated CPU time (s) 50.46
Current children cumulated vsize (KiB) 186312

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

[startup+57.5015 s]
/proc/loadavg: 2.00 2.07 2.04 3/77 14992
/proc/meminfo: memFree=889832/2055920 swapFree=4192956/4192956
[pid=14968] ppid=14966 vsize=16868 CPUtime=12.82
/proc/14968/stat : 14968 (sugar) S 14966 14968 14482 0 -1 4194304 1365 18318 0 2 5 2 1155 120 16 0 1 0 20589706 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14968/statm: 4217 1113 409 3 0 796 0
[pid=14991] ppid=14968 vsize=5356 CPUtime=0
/proc/14991/stat : 14991 (sh) S 14968 14968 14482 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20591013 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14991/statm: 1339 232 193 169 0 50 0
[pid=14992] ppid=14991 vsize=202252 CPUtime=43.98
/proc/14992/stat : 14992 (picosat) R 14991 14968 14482 0 -1 4194304 46214 0 0 0 2022 2376 0 0 25 0 1 0 20591014 207106048 46200 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/14992/statm: 50563 46200 40 102 0 50458 0
Current children cumulated CPU time (s) 56.8
Current children cumulated vsize (KiB) 224476

[startup+63.9021 s]
/proc/loadavg: 2.00 2.07 2.04 3/77 14992
/proc/meminfo: memFree=864296/2055920 swapFree=4192956/4192956
[pid=14968] ppid=14966 vsize=16868 CPUtime=12.82
/proc/14968/stat : 14968 (sugar) S 14966 14968 14482 0 -1 4194304 1365 18318 0 2 5 2 1155 120 16 0 1 0 20589706 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14968/statm: 4217 1113 409 3 0 796 0
[pid=14991] ppid=14968 vsize=5356 CPUtime=0
/proc/14991/stat : 14991 (sh) S 14968 14968 14482 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20591013 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14991/statm: 1339 232 193 169 0 50 0
[pid=14992] ppid=14991 vsize=224164 CPUtime=50.31
/proc/14992/stat : 14992 (picosat) R 14991 14968 14482 0 -1 4194304 52375 0 0 0 2312 2719 0 0 25 0 1 0 20591014 229543936 52361 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/14992/statm: 56041 52361 40 102 0 55936 0
Current children cumulated CPU time (s) 63.13
Current children cumulated vsize (KiB) 246388

[startup+65.5012 s]
/proc/loadavg: 2.00 2.07 2.04 3/77 14992
/proc/meminfo: memFree=860072/2055920 swapFree=4192956/4192956
[pid=14968] ppid=14966 vsize=16868 CPUtime=12.82
/proc/14968/stat : 14968 (sugar) S 14966 14968 14482 0 -1 4194304 1365 18318 0 2 5 2 1155 120 16 0 1 0 20589706 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14968/statm: 4217 1113 409 3 0 796 0
[pid=14991] ppid=14968 vsize=5356 CPUtime=0
/proc/14991/stat : 14991 (sh) S 14968 14968 14482 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20591013 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14991/statm: 1339 232 193 169 0 50 0
[pid=14992] ppid=14991 vsize=229576 CPUtime=51.9
/proc/14992/stat : 14992 (picosat) R 14991 14968 14482 0 -1 4194304 53915 0 0 0 2384 2806 0 0 25 0 1 0 20591014 235085824 53901 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/14992/statm: 57394 53901 40 102 0 57289 0
Current children cumulated CPU time (s) 64.72
Current children cumulated vsize (KiB) 251800

[startup+67.1063 s]
/proc/loadavg: 2.00 2.07 2.04 3/77 14992
/proc/meminfo: memFree=851560/2055920 swapFree=4192956/4192956
[pid=14968] ppid=14966 vsize=16868 CPUtime=12.82
/proc/14968/stat : 14968 (sugar) S 14966 14968 14482 0 -1 4194304 1365 18318 0 2 5 2 1155 120 16 0 1 0 20589706 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14968/statm: 4217 1113 409 3 0 796 0
[pid=14991] ppid=14968 vsize=5356 CPUtime=0
/proc/14991/stat : 14991 (sh) S 14968 14968 14482 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20591013 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14991/statm: 1339 232 193 169 0 50 0
[pid=14992] ppid=14991 vsize=237324 CPUtime=53.49
/proc/14992/stat : 14992 (picosat) R 14991 14968 14482 0 -1 4194304 55274 0 0 0 2486 2863 0 0 25 0 1 0 20591014 243019776 55260 996147200 134512640 134931368 4294956256 18446744073709551615 134580627 0 0 4096 0 0 0 0 17 1 0 0
/proc/14992/statm: 59331 55260 47 102 0 59226 0
Current children cumulated CPU time (s) 66.31
Current children cumulated vsize (KiB) 259548

[startup+67.5014 s]
/proc/loadavg: 2.00 2.07 2.04 3/77 14992
/proc/meminfo: memFree=851560/2055920 swapFree=4192956/4192956
[pid=14968] ppid=14966 vsize=16868 CPUtime=66.55
/proc/14968/stat : 14968 (sugar) S 14966 14968 14482 0 -1 4194304 1446 73878 0 2 5 2 3661 2987 16 0 1 0 20589706 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14968/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 66.55
Current children cumulated vsize (KiB) 16868

[startup+67.9014 s]
/proc/loadavg: 2.00 2.07 2.04 3/77 14992
/proc/meminfo: memFree=851560/2055920 swapFree=4192956/4192956
[pid=14968] ppid=14966 vsize=16868 CPUtime=67.08
/proc/14968/stat : 14968 (sugar) R 14966 14968 14482 0 -1 4194304 1477 77788 0 3 5 5 3708 2990 16 0 1 0 20589706 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 209136096297 0 0 4224 16386 0 0 0 17 1 0 0
/proc/14968/statm: 4217 1114 410 3 0 796 0
Current children cumulated CPU time (s) 67.08
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 67.9482
CPU time (s): 67.1488
CPU user time (s): 37.1414
CPU system time (s): 30.0074
CPU usage (%): 98.8235
Max. virtual memory (cumulated for all children) (KiB): 890900

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 37.1414
system time used= 30.0074
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 79325
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= 34895
involuntary context switches= 35981

runsolver used 0.090986 second user time and 0.237963 second system time

The end

Launcher Data

Begin job on node41 at 2009-07-11 21:03:00
IDJOB=2065746
IDBENCH=54411
IDSOLVER=738
FILE ID=node41/2065746-1247338980
PBS_JOBID= 9506744
Free space on /tmp= 65764 MiB

SOLVER NAME= Sugar v1.14.6+picosat
BENCH NAME= CPAI08/csp/os-taillard-15/normalized-os-taillard-15-105-8.xml
COMMAND LINE= DIR/sugar -c -vv -memlimit=MEMLIMIT -jar="DIR/sugar-v1-14-6.jar" -solver="DIR/picosat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2065746-1247338980/watcher-2065746-1247338980 -o /tmp/evaluation-result-2065746-1247338980/solver-2065746-1247338980 -C 1800 -W 2000 -M 900  HOME/sugar -c -vv -memlimit=900 -jar="HOME/sugar-v1-14-6.jar" -solver="HOME/picosat" -tmp="HOME/temp" HOME/instance-2065746-1247338980.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB
MAX NB THREAD= 0

MD5SUM BENCH= 5397915d5f29b2750a915fa9c415307c
RANDOM SEED=1133505567

node41.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.212
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	: 5931.00
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.212
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:       1216864 kB
Buffers:         52708 kB
Cached:         521756 kB
SwapCached:          0 kB
Active:         361252 kB
Inactive:       426884 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1216864 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            1728 kB
Writeback:           0 kB
Mapped:         224836 kB
Slab:            35724 kB
Committed_AS:   368900 kB
PageTables:       2212 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= 65764 MiB
End job on node41 at 2009-07-11 21:04:08