Trace number 1082410

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 12.2141 12.4713

General information on the benchmark

Namecsp/super-os/super-os-taillard-10/
normalized-super-os-taillard-10-18.xml
MD5SUM3074edf8a49e2ed2abf95b9cd7a6a56e
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 benchmark8.36673
Satisfiable
(Un)Satisfiability was proved
Number of variables200
Number of constraints2800
Maximum constraint arity2
Maximum domain size625
Number of constraints which are defined in extension0
Number of constraints which are defined in intension2800
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 Sat Jul  5 03:50:16 2008
0.00/0.04	c 0	PID 9097
0.00/0.05	c 0	HOST node42.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1082410-1215222616.xml TO HOME/temp.csp
0.00/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1082410-1215222616.xml' 'HOME/temp.csp'
0.03/0.74	c 1	63 domains, 200 variables, 3 predicates, 0 relations, 2800 constraints
0.03/0.78	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.78	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.70/0.86	c 1	Parsing HOME/temp.csp
0.90/1.07	c 1	parsed 3066 expressions
0.90/1.07	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.90/1.07	c 1	Converting to clausal form CSP
1.00/1.12	c 1	converted 307 (10%) expressions
1.00/1.19	c 1	converted 614 (20%) expressions
1.09/1.28	c 1	converted 920 (30%) expressions
1.19/1.31	c 1	converted 1227 (40%) expressions
1.19/1.32	c 1	converted 1533 (50%) expressions
1.19/1.33	c 2	converted 1840 (60%) expressions
1.19/1.34	c 2	converted 2147 (70%) expressions
1.19/1.36	c 2	converted 2453 (80%) expressions
1.19/1.37	c 2	converted 2760 (90%) expressions
1.19/1.38	c 2	converted 3066 (100%) expressions
1.19/1.38	c 2	CSP : 200 integers, 0 booleans, 2800 clauses, largest domain size 625
1.19/1.38	c 2	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.19/1.38	c 2	Propagation in CSP
1.30/1.43	c 2	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.30/1.43	c 2	CSP : 200 integers, 0 booleans, 2800 clauses, largest domain size 625
1.30/1.43	c 2	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.30/1.43	c 2	Simplifing CSP by introducing new Boolean variables
1.39/1.51	c 2	CSP : 200 integers, 5600 booleans, 8400 clauses, largest domain size 625
1.39/1.51	c 2	Heap : 5 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.39/1.55	c 2	Encoding CSP to SAT : HOME/temp.cnf
1.39/1.59	c 2	20 (10%) CSP integer variables are encoded (11318 clauses, 147662 bytes)
1.48/1.60	c 2	40 (20%) CSP integer variables are encoded (22720 clauses, 318692 bytes)
1.48/1.62	c 2	60 (30%) CSP integer variables are encoded (34538 clauses, 495962 bytes)
1.48/1.63	c 2	80 (40%) CSP integer variables are encoded (45990 clauses, 667742 bytes)
1.48/1.64	c 2	100 (50%) CSP integer variables are encoded (57486 clauses, 840182 bytes)
1.48/1.66	c 2	120 (60%) CSP integer variables are encoded (68776 clauses, 1009532 bytes)
1.48/1.67	c 2	140 (70%) CSP integer variables are encoded (80756 clauses, 1189232 bytes)
1.48/1.69	c 2	160 (80%) CSP integer variables are encoded (92330 clauses, 1362842 bytes)
1.60/1.70	c 2	180 (90%) CSP integer variables are encoded (103640 clauses, 1540121 bytes)
1.60/1.72	c 2	200 (100%) CSP integer variables are encoded (115010 clauses, 1733411 bytes)
2.19/2.30	c 2	840 (10%) CSP clauses are encoded (405152 clauses, 7965910 bytes)
2.69/2.85	c 3	1680 (20%) CSP clauses are encoded (692776 clauses, 14483383 bytes)
3.28/3.44	c 4	2520 (30%) CSP clauses are encoded (992652 clauses, 21401585 bytes)
3.87/4.04	c 4	3360 (40%) CSP clauses are encoded (1304270 clauses, 28593627 bytes)
4.46/4.62	c 5	4200 (50%) CSP clauses are encoded (1600432 clauses, 35423761 bytes)
5.05/5.21	c 5	5040 (60%) CSP clauses are encoded (1894946 clauses, 42227432 bytes)
5.54/5.80	c 6	5880 (70%) CSP clauses are encoded (2192426 clauses, 49104545 bytes)
6.23/6.41	c 7	6720 (80%) CSP clauses are encoded (2501646 clauses, 56255996 bytes)
6.73/6.99	c 7	7560 (90%) CSP clauses are encoded (2800410 clauses, 63185544 bytes)
7.32/7.55	c 8	8400 (100%) CSP clauses are encoded (3090360 clauses, 70270235 bytes)
7.32/7.55	c 8	8400 CSP clauses encoded
7.32/7.55	c 8	Writing map file : HOME/temp.map
7.32/7.56	c 8	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
7.32/7.56	c 8	SAT : 120810 SAT variables, 3090360 SAT clauses, 70270235 bytes
7.32/7.56	c 8	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
7.38/7.61	c 8	SOLVING HOME/temp.cnf
7.38/7.61	c 8	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
7.38/7.61	c 8	This is MiniSat 2.0 beta
7.38/7.61	c 8	WARNING: for repeatability, setting FPU to use double precision
7.38/7.61	c 8	============================[ Problem Statistics ]=============================
7.38/7.61	c 8	|                                                                             |
7.38/7.61	c 8	|  Number of variables:  120810                                               |
7.38/7.61	c 8	|  Number of clauses:    3090360                                              |
9.07/9.39	c 10	|  Parsing time:         1.55         s                                       |
9.17/9.47	c 10	============================[ Search Statistics ]==============================
9.17/9.47	c 10	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
9.17/9.47	c 10	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
9.17/9.47	c 10	===============================================================================
9.17/9.47	c 10	|         0 |  120810  3090360  9142070 |  1030120        0    nan |  0.000 % |
10.34/10.66	c 11	|       101 |  120810  3090360  9142070 |  1133132      101     47 |  0.000 % |
11.53/11.86	c 12	===============================================================================
11.53/11.86	c 12	restarts              : 2
11.53/11.87	c 12	conflicts             : 214            (54 /sec)
11.53/11.87	c 12	decisions             : 2140           (0.75 % random) (538 /sec)
11.53/11.87	c 12	propagations          : 1571002        (394983 /sec)
11.53/11.87	c 12	conflict literals     : 5862           (4.40 % deleted)
11.53/11.87	c 12	Memory used           : 140.76 MB
11.53/11.87	c 12	CPU time              : 3.9774 s
11.53/11.87	c 12	
11.63/11.92	c 12	SATISFIABLE
11.63/11.94	c 12	DECODING HOME/temp.out WITH HOME/temp.map
11.63/11.94	c 12	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
11.74/12.02	c 12	Decoding HOME/temp.out
12.14/12.40	s SATISFIABLE
12.14/12.41	v 458 457 613 0 555 554 117 118 281 282 198 197 12 13 48 47 337 336 501 502 153 152 383 384 1 0 137 138 283 284 227 74 562 561 477 478 567 566 476 475 103 102 531 532 611 612 269 270 303 304 430 431 467 466 623 624 593 594 71 70 308 307 22 29 374 375 542 543 450 453 304 539 580 579 282 96 129 130 156 157 495 496 344 345 593 592 409 410 240 241 296 297 132 133 9 322 108 107 18 52 168 169 108 107 540 539 616 1 88 89 378 377 475 476 234 233 10 11 293 294 545 600 564 565 479 478 503 504 601 600 278 546 414 424 111 110 369 368 496 469 397 396 285 286 570 571 480 481 84 83 325 326 4 5 204 203 186 187 535 556 255 254 557 558 230 231 217 117 370 369 457 458 598 597 11 12 130 129 321 322 178 177 314 315 256 255 367 366 476 475 615 614 556 555 100 99 0 1 372 373
12.14/12.41	c 13	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
12.14/12.44	c 13	CPU 11.23 (0.04 0.01 11.19 0.91)
12.14/12.44	c 13	END Sat Jul  5 03:50:29 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-1082410-1215222616/watcher-1082410-1215222616 -o /tmp/evaluation-result-1082410-1215222616/solver-1082410-1215222616 -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-1082410-1215222616.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.85 1.95 1.98 4/72 9097
/proc/meminfo: memFree=1637504/2055920 swapFree=4180096/4192956
[pid=9097] ppid=9095 vsize=12268 CPUtime=0
/proc/9097/stat : 9097 (sugar) R 9095 9097 9060 0 -1 4194304 348 0 0 0 0 0 0 0 23 0 1 0 2001234086 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 259415308901 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/9097/statm: 3067 316 241 3 0 167 0

[startup+0.078822 s]
/proc/loadavg: 1.85 1.95 1.98 4/72 9097
/proc/meminfo: memFree=1637504/2055920 swapFree=4180096/4192956
[pid=9097] ppid=9095 vsize=13600 CPUtime=0.03
/proc/9097/stat : 9097 (sugar) S 9095 9097 9060 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 2001234086 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9097/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.102329 s]
/proc/loadavg: 1.85 1.95 1.98 4/72 9097
/proc/meminfo: memFree=1637504/2055920 swapFree=4180096/4192956
[pid=9097] ppid=9095 vsize=13600 CPUtime=0.03
/proc/9097/stat : 9097 (sugar) S 9095 9097 9060 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 2001234086 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9097/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301346 s]
/proc/loadavg: 1.85 1.95 1.98 4/72 9097
/proc/meminfo: memFree=1637504/2055920 swapFree=4180096/4192956
[pid=9097] ppid=9095 vsize=13600 CPUtime=0.03
/proc/9097/stat : 9097 (sugar) S 9095 9097 9060 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 2001234086 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9097/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701395 s]
/proc/loadavg: 1.85 1.95 1.98 4/72 9097
/proc/meminfo: memFree=1637504/2055920 swapFree=4180096/4192956
[pid=9097] ppid=9095 vsize=13600 CPUtime=0.03
/proc/9097/stat : 9097 (sugar) S 9095 9097 9060 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 2001234086 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9097/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50249 s]
/proc/loadavg: 1.85 1.95 1.98 3/83 9119
/proc/meminfo: memFree=1629544/2055920 swapFree=4180096/4192956
[pid=9097] ppid=9095 vsize=13600 CPUtime=0.7
/proc/9097/stat : 9097 (sugar) S 9095 9097 9060 0 -1 4194304 974 5398 0 1 3 0 63 4 15 0 1 0 2001234086 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9097/statm: 3400 797 370 3 0 500 0
[pid=9110] ppid=9097 vsize=5356 CPUtime=0
/proc/9110/stat : 9110 (sh) S 9097 9097 9060 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2001234164 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9110/statm: 1339 233 193 169 0 50 0
[pid=9111] ppid=9110 vsize=868448 CPUtime=0.69
/proc/9111/stat : 9111 (java) S 9110 9097 9060 0 -1 0 6188 0 1 0 66 3 0 0 18 0 9 0 2001234165 889290752 5568 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9111/statm: 217112 5568 1886 9 0 211687 0
[pid=9111/tid=9112] ppid=9110 vsize=868448 CPUtime=0.38
/proc/9111/task/9112/stat : 9112 (java) R 9110 9097 9060 0 -1 64 2654 0 1 0 37 1 0 0 19 0 9 0 2001234166 889290752 5568 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9111/tid=9113] ppid=9110 vsize=868448 CPUtime=0.08
/proc/9111/task/9113/stat : 9113 (java) R 9110 9097 9060 0 -1 64 1382 0 0 0 8 0 0 0 16 0 9 0 2001234167 889290752 5568 996147200 134512640 134550740 4294955952 18446744073709551615 102300785 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9111/tid=9114] ppid=9110 vsize=868448 CPUtime=0
/proc/9111/task/9114/stat : 9114 (java) S 9110 9097 9060 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 2001234167 889290752 5568 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9111/tid=9115] ppid=9110 vsize=868448 CPUtime=0
/proc/9111/task/9115/stat : 9115 (java) S 9110 9097 9060 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 2001234167 889290752 5568 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9111/tid=9116] ppid=9110 vsize=868448 CPUtime=0
/proc/9111/task/9116/stat : 9116 (java) S 9110 9097 9060 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2001234169 889290752 5568 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9111/tid=9117] ppid=9110 vsize=868448 CPUtime=0.2
/proc/9111/task/9117/stat : 9117 (java) S 9110 9097 9060 0 -1 64 1461 0 0 0 20 0 0 0 16 0 9 0 2001234169 889290752 5568 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9111/tid=9118] ppid=9110 vsize=868448 CPUtime=0
/proc/9111/task/9118/stat : 9118 (java) S 9110 9097 9060 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2001234169 889290752 5568 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9111/tid=9119] ppid=9110 vsize=868448 CPUtime=0
/proc/9111/task/9119/stat : 9119 (java) S 9110 9097 9060 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2001234169 889290752 5568 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.39
Current children cumulated vsize (KiB) 887404

[startup+3.10266 s]
/proc/loadavg: 1.85 1.95 1.98 3/83 9119
/proc/meminfo: memFree=1613672/2055920 swapFree=4180096/4192956
[pid=9097] ppid=9095 vsize=13600 CPUtime=0.71
/proc/9097/stat : 9097 (sugar) S 9095 9097 9060 0 -1 4194304 974 5398 0 1 4 0 63 4 15 0 1 0 2001234086 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9097/statm: 3400 797 370 3 0 500 0
[pid=9110] ppid=9097 vsize=5356 CPUtime=0
/proc/9110/stat : 9110 (sh) S 9097 9097 9060 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2001234164 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9110/statm: 1339 233 193 169 0 50 0
[pid=9111] ppid=9110 vsize=868500 CPUtime=2.27
/proc/9111/stat : 9111 (java) S 9110 9097 9060 0 -1 0 7649 0 1 0 211 16 0 0 18 0 9 0 2001234165 889344000 6418 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9111/statm: 217125 6418 2564 9 0 211672 0
[pid=9111/tid=9112] ppid=9110 vsize=868500 CPUtime=1.76
/proc/9111/task/9112/stat : 9112 (java) R 9110 9097 9060 0 -1 64 3176 0 1 0 165 11 0 0 25 0 9 0 2001234166 889344000 6418 996147200 134512640 134550740 4294955952 18446744073709551615 4126898016 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9111/tid=9113] ppid=9110 vsize=868500 CPUtime=0.25
/proc/9111/task/9113/stat : 9113 (java) S 9110 9097 9060 0 -1 64 2298 0 0 0 22 3 0 0 16 0 9 0 2001234167 889344000 6418 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9111/tid=9114] ppid=9110 vsize=868500 CPUtime=0
/proc/9111/task/9114/stat : 9114 (java) S 9110 9097 9060 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2001234167 889344000 6418 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9111/tid=9115] ppid=9110 vsize=868500 CPUtime=0
/proc/9111/task/9115/stat : 9115 (java) S 9110 9097 9060 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2001234167 889344000 6418 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9111/tid=9116] ppid=9110 vsize=868500 CPUtime=0
/proc/9111/task/9116/stat : 9116 (java) S 9110 9097 9060 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2001234169 889344000 6418 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9111/tid=9117] ppid=9110 vsize=868500 CPUtime=0.23
/proc/9111/task/9117/stat : 9117 (java) S 9110 9097 9060 0 -1 64 1483 0 0 0 23 0 0 0 16 0 9 0 2001234169 889344000 6418 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9111/tid=9118] ppid=9110 vsize=868500 CPUtime=0
/proc/9111/task/9118/stat : 9118 (java) S 9110 9097 9060 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2001234169 889344000 6418 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9111/tid=9119] ppid=9110 vsize=868500 CPUtime=0
/proc/9111/task/9119/stat : 9119 (java) S 9110 9097 9060 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2001234169 889344000 6418 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) 887456

[startup+6.30301 s]
/proc/loadavg: 1.86 1.95 1.98 3/83 9119
/proc/meminfo: memFree=1573864/2055920 swapFree=4180096/4192956
[pid=9097] ppid=9095 vsize=13600 CPUtime=0.71
/proc/9097/stat : 9097 (sugar) S 9095 9097 9060 0 -1 4194304 974 5398 0 1 4 0 63 4 15 0 1 0 2001234086 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9097/statm: 3400 797 370 3 0 500 0
[pid=9110] ppid=9097 vsize=5356 CPUtime=0
/proc/9110/stat : 9110 (sh) S 9097 9097 9060 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2001234164 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9110/statm: 1339 233 193 169 0 50 0
[pid=9111] ppid=9110 vsize=868500 CPUtime=5.42
/proc/9111/stat : 9111 (java) S 9110 9097 9060 0 -1 0 8631 0 1 0 496 46 0 0 18 0 9 0 2001234165 889344000 6420 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9111/statm: 217125 6420 2564 9 0 211672 0
[pid=9111/tid=9112] ppid=9110 vsize=868500 CPUtime=4.66
/proc/9111/task/9112/stat : 9112 (java) R 9110 9097 9060 0 -1 64 4156 0 1 0 430 36 0 0 25 0 9 0 2001234166 889344000 6420 996147200 134512640 134550740 4294955952 18446744073709551615 4126946036 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9111/tid=9113] ppid=9110 vsize=868500 CPUtime=0.48
/proc/9111/task/9113/stat : 9113 (java) S 9110 9097 9060 0 -1 64 2298 0 0 0 40 8 0 0 16 0 9 0 2001234167 889344000 6420 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9111/tid=9114] ppid=9110 vsize=868500 CPUtime=0
/proc/9111/task/9114/stat : 9114 (java) S 9110 9097 9060 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2001234167 889344000 6420 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9111/tid=9115] ppid=9110 vsize=868500 CPUtime=0
/proc/9111/task/9115/stat : 9115 (java) S 9110 9097 9060 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2001234167 889344000 6420 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9111/tid=9116] ppid=9110 vsize=868500 CPUtime=0
/proc/9111/task/9116/stat : 9116 (java) S 9110 9097 9060 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2001234169 889344000 6420 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9111/tid=9117] ppid=9110 vsize=868500 CPUtime=0.24
/proc/9111/task/9117/stat : 9117 (java) S 9110 9097 9060 0 -1 64 1485 0 0 0 24 0 0 0 16 0 9 0 2001234169 889344000 6420 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9111/tid=9118] ppid=9110 vsize=868500 CPUtime=0
/proc/9111/task/9118/stat : 9118 (java) S 9110 9097 9060 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2001234169 889344000 6420 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9111/tid=9119] ppid=9110 vsize=868500 CPUtime=0
/proc/9111/task/9119/stat : 9119 (java) S 9110 9097 9060 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2001234169 889344000 6420 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) 887456

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

[startup+9.50138 s]
/proc/loadavg: 1.86 1.95 1.98 3/75 9121
/proc/meminfo: memFree=1484840/2055920 swapFree=4180096/4192956
[pid=9097] ppid=9095 vsize=13600 CPUtime=7.41
/proc/9097/stat : 9097 (sugar) S 9095 9097 9060 0 -1 4194304 1033 14733 0 2 4 1 673 63 15 0 1 0 2001234086 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9097/statm: 3400 799 370 3 0 500 0
[pid=9120] ppid=9097 vsize=5356 CPUtime=0
/proc/9120/stat : 9120 (sh) S 9097 9097 9060 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2001234847 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9120/statm: 1339 232 193 169 0 50 0
[pid=9121] ppid=9120 vsize=129820 CPUtime=1.86
/proc/9121/stat : 9121 (minisat) R 9120 9097 9060 0 -1 4194304 31594 0 0 0 166 20 0 0 25 0 1 0 2001234847 132935680 31580 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/9121/statm: 32455 31580 72 150 0 32302 0
Current children cumulated CPU time (s) 9.27
Current children cumulated vsize (KiB) 148776

[startup+11.1016 s]
/proc/loadavg: 1.87 1.95 1.98 3/75 9121
/proc/meminfo: memFree=1426728/2055920 swapFree=4180096/4192956
[pid=9097] ppid=9095 vsize=13600 CPUtime=7.41
/proc/9097/stat : 9097 (sugar) S 9095 9097 9060 0 -1 4194304 1033 14733 0 2 4 1 673 63 16 0 1 0 2001234086 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9097/statm: 3400 799 370 3 0 500 0
[pid=9120] ppid=9097 vsize=5356 CPUtime=0
/proc/9120/stat : 9120 (sh) S 9097 9097 9060 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2001234847 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9120/statm: 1339 232 193 169 0 50 0
[pid=9121] ppid=9120 vsize=142904 CPUtime=3.43
/proc/9121/stat : 9121 (minisat) R 9120 9097 9060 0 -1 4194304 34849 0 0 0 321 22 0 0 25 0 1 0 2001234847 146333696 34835 996147200 134512640 135127466 4294956256 18446744073709551615 134530573 0 0 4096 3 0 0 0 17 1 0 0
/proc/9121/statm: 35726 34835 76 150 0 35573 0
Current children cumulated CPU time (s) 10.84
Current children cumulated vsize (KiB) 161860

[startup+11.9016 s]
/proc/loadavg: 1.87 1.95 1.98 3/75 9121
/proc/meminfo: memFree=1426728/2055920 swapFree=4180096/4192956
[pid=9097] ppid=9095 vsize=13600 CPUtime=7.41
/proc/9097/stat : 9097 (sugar) S 9095 9097 9060 0 -1 4194304 1033 14733 0 2 4 1 673 63 16 0 1 0 2001234086 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9097/statm: 3400 799 370 3 0 500 0
[pid=9120] ppid=9097 vsize=5356 CPUtime=0
/proc/9120/stat : 9120 (sh) S 9097 9097 9060 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2001234847 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9120/statm: 1339 232 193 169 0 50 0
[pid=9121] ppid=9120 vsize=144144 CPUtime=4.22
/proc/9121/stat : 9121 (minisat) R 9120 9097 9060 0 -1 4194304 35162 0 0 0 400 22 0 0 25 0 1 0 2001234847 147603456 35147 996147200 134512640 135127466 4294956256 18446744073709551615 134856226 0 0 4096 3 0 0 0 17 1 0 0
/proc/9121/statm: 36036 35147 82 150 0 35883 0
Current children cumulated CPU time (s) 11.63
Current children cumulated vsize (KiB) 163100

[startup+12.3027 s]
/proc/loadavg: 1.87 1.95 1.98 3/83 9131
/proc/meminfo: memFree=1560680/2055920 swapFree=4180096/4192956
[pid=9097] ppid=9095 vsize=13600 CPUtime=11.7
/proc/9097/stat : 9097 (sugar) S 9095 9097 9060 0 -1 4194304 1090 50180 0 2 4 1 1076 89 16 0 1 0 2001234086 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9097/statm: 3400 799 370 3 0 500 0
[pid=9122] ppid=9097 vsize=5356 CPUtime=0
/proc/9122/stat : 9122 (sh) S 9097 9097 9060 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2001235280 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9122/statm: 1339 233 193 169 0 50 0
[pid=9123] ppid=9122 vsize=863720 CPUtime=0.34
/proc/9123/stat : 9123 (java) S 9122 9097 9060 0 -1 0 3330 0 1 0 32 2 0 0 18 0 9 0 2001235281 884449280 2805 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9123/statm: 215930 2805 1648 9 0 210512 0
[pid=9123/tid=9124] ppid=9122 vsize=863720 CPUtime=0.31
/proc/9123/task/9124/stat : 9124 (java) R 9122 9097 9060 0 -1 64 2403 0 1 0 30 1 0 0 19 0 9 0 2001235281 884449280 2805 996147200 134512640 134550740 4294956000 18446744073709551615 4125965826 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9123/tid=9125] ppid=9122 vsize=863720 CPUtime=0
/proc/9123/task/9125/stat : 9125 (java) S 9122 9097 9060 0 -1 64 4 0 0 0 0 0 0 0 18 0 9 0 2001235283 884449280 2805 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9123/tid=9126] ppid=9122 vsize=863720 CPUtime=0
/proc/9123/task/9126/stat : 9126 (java) S 9122 9097 9060 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 2001235283 884449280 2805 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9123/tid=9127] ppid=9122 vsize=863720 CPUtime=0
/proc/9123/task/9127/stat : 9127 (java) S 9122 9097 9060 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 2001235283 884449280 2805 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9123/tid=9128] ppid=9122 vsize=863720 CPUtime=0
/proc/9123/task/9128/stat : 9128 (java) S 9122 9097 9060 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 2001235285 884449280 2805 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9123/tid=9129] ppid=9122 vsize=863720 CPUtime=0.02
/proc/9123/task/9129/stat : 9129 (java) R 9122 9097 9060 0 -1 64 231 0 0 0 2 0 0 0 19 0 9 0 2001235285 884449280 2805 996147200 134512640 134550740 4294956000 18446744073709551615 102097112 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9123/tid=9130] ppid=9122 vsize=863720 CPUtime=0
/proc/9123/task/9130/stat : 9130 (java) S 9122 9097 9060 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2001235285 884449280 2805 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9123/tid=9131] ppid=9122 vsize=863720 CPUtime=0
/proc/9123/task/9131/stat : 9131 (java) S 9122 9097 9060 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2001235285 884449280 2805 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.04
Current children cumulated vsize (KiB) 882676

[startup+12.4027 s]
/proc/loadavg: 1.87 1.95 1.98 3/83 9131
/proc/meminfo: memFree=1560680/2055920 swapFree=4180096/4192956
[pid=9097] ppid=9095 vsize=13600 CPUtime=11.7
/proc/9097/stat : 9097 (sugar) S 9095 9097 9060 0 -1 4194304 1090 50180 0 2 4 1 1076 89 16 0 1 0 2001234086 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9097/statm: 3400 799 370 3 0 500 0
[pid=9122] ppid=9097 vsize=5356 CPUtime=0
/proc/9122/stat : 9122 (sh) S 9097 9097 9060 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2001235280 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9122/statm: 1339 233 193 169 0 50 0
[pid=9123] ppid=9122 vsize=864040 CPUtime=0.44
/proc/9123/stat : 9123 (java) S 9122 9097 9060 0 -1 0 3400 0 1 0 42 2 0 0 18 0 9 0 2001235281 884776960 2875 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9123/statm: 216010 2875 1653 9 0 210592 0
[pid=9123/tid=9124] ppid=9122 vsize=864040 CPUtime=0.4
/proc/9123/task/9124/stat : 9124 (java) R 9122 9097 9060 0 -1 64 2408 0 1 0 39 1 0 0 20 0 9 0 2001235281 884776960 2875 996147200 134512640 134550740 4294956000 18446744073709551615 4126461365 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9123/tid=9125] ppid=9122 vsize=864040 CPUtime=0
/proc/9123/task/9125/stat : 9125 (java) S 9122 9097 9060 0 -1 64 4 0 0 0 0 0 0 0 18 0 9 0 2001235283 884776960 2875 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9123/tid=9126] ppid=9122 vsize=864040 CPUtime=0
/proc/9123/task/9126/stat : 9126 (java) S 9122 9097 9060 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 2001235283 884776960 2875 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9123/tid=9127] ppid=9122 vsize=864040 CPUtime=0
/proc/9123/task/9127/stat : 9127 (java) S 9122 9097 9060 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 2001235283 884776960 2875 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9123/tid=9128] ppid=9122 vsize=864040 CPUtime=0
/proc/9123/task/9128/stat : 9128 (java) S 9122 9097 9060 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 2001235285 884776960 2875 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9123/tid=9129] ppid=9122 vsize=864040 CPUtime=0.03
/proc/9123/task/9129/stat : 9129 (java) S 9122 9097 9060 0 -1 64 296 0 0 0 3 0 0 0 17 0 9 0 2001235285 884776960 2875 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9123/tid=9130] ppid=9122 vsize=864040 CPUtime=0
/proc/9123/task/9130/stat : 9130 (java) S 9122 9097 9060 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2001235285 884776960 2875 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9123/tid=9131] ppid=9122 vsize=864040 CPUtime=0
/proc/9123/task/9131/stat : 9131 (java) S 9122 9097 9060 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2001235285 884776960 2875 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.14
Current children cumulated vsize (KiB) 882996

Child status: 0
Real time (s): 12.4713
CPU time (s): 12.2141
CPU user time (s): 11.2423
CPU system time (s): 0.971852
CPU usage (%): 97.9383
Max. virtual memory (cumulated for all children) (KiB): 887456

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 11.2423
system time used= 0.971852
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 55096
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= 15206
involuntary context switches= 15265

runsolver used 0.018997 second user time and 0.049992 second system time

The end

Launcher Data (download as text)

Begin job on node42 at 2008-07-05 03:50:16
IDJOB=1082410
IDBENCH=57249
IDSOLVER=346
FILE ID=node42/1082410-1215222616
PBS_JOBID= 7881841
Free space on /tmp= 66492 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/super-os/super-os-taillard-10/normalized-super-os-taillard-10-18.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-1082410-1215222616/watcher-1082410-1215222616 -o /tmp/evaluation-result-1082410-1215222616/solver-1082410-1215222616 -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-1082410-1215222616.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 3074edf8a49e2ed2abf95b9cd7a6a56e
RANDOM SEED=189518349

node42.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.214
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.214
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:       1637984 kB
Buffers:         25652 kB
Cached:         322576 kB
SwapCached:       7140 kB
Active:         141340 kB
Inactive:       221476 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1637984 kB
SwapTotal:     4192956 kB
SwapFree:      4180096 kB
Dirty:            1832 kB
Writeback:           0 kB
Mapped:          21868 kB
Slab:            40620 kB
Committed_AS:  3619700 kB
PageTables:       1808 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66488 MiB
End job on node42 at 2008-07-05 03:50:29