Trace number 2083786

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 146.204 147.328

General information on the benchmark

Namecsp/fapp/fapp02/
normalized-fapp02-0250-5.xml
MD5SUM12e743886345c8ed1c98bc98af799e15
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 benchmark19.1681
Satisfiable
(Un)Satisfiability was proved
Number of variables250
Number of constraints3055
Maximum constraint arity2
Maximum domain size210
Number of constraints which are defined in extension0
Number of constraints which are defined in intension3055
Global constraints used (with number of constraints)

Solver Data

0.04/0.29	c 0	Sugar v1-14-6 + HOME/picosat
0.04/0.30	c 0	BEGIN Sun Jul 12 07:56:39 2009
0.04/0.30	c 0	PID 27018
0.06/0.31	c 0	HOST node19.alineos.net
0.06/0.31	c 0	CONVERTING HOME/instance-2083786-1247378198.xml TO HOME/temp.csp
0.06/0.31	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2083786-1247378198.xml' 'HOME/temp.csp'
0.74/1.04	c 0	13 domains, 250 variables, 8 predicates, 0 relations, 3055 constraints
0.74/1.10	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.74/1.10	c 0	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.80/1.17	c 0	Parsing HOME/temp.csp
0.80/1.42	c 1	parsed 3326 expressions
0.80/1.43	c 1	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.80/1.43	c 1	Converting to clausal form CSP
0.80/1.62	c 1	converted 333 (10%) expressions
2.38/2.70	c 2	converted 666 (20%) expressions
2.98/3.34	c 3	converted 998 (30%) expressions
3.47/3.87	c 3	converted 1331 (40%) expressions
3.97/4.40	c 4	converted 1663 (50%) expressions
4.47/4.88	c 4	converted 1996 (60%) expressions
4.76/5.18	c 4	converted 2329 (70%) expressions
5.26/5.61	c 5	converted 2661 (80%) expressions
5.66/6.06	c 5	converted 2994 (90%) expressions
6.35/6.79	c 6	converted 3326 (100%) expressions
6.35/6.79	c 6	CSP : 498 integers, 8693 booleans, 18543 clauses, largest domain size 2657
6.35/6.79	c 6	Heap : 34 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
6.35/6.79	c 6	Propagation in CSP
6.56/6.98	c 6	100 values, 0 unsatisfiable literals, and 0 valid clauses are removed
6.56/6.98	c 6	CSP : 498 integers, 8693 booleans, 18543 clauses, largest domain size 2657
6.56/6.98	c 6	Heap : 34 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
6.66/7.00	c 6	Simplifing CSP by introducing new Boolean variables
6.66/7.04	c 6	CSP : 498 integers, 15073 booleans, 24923 clauses, largest domain size 2657
6.66/7.04	c 6	Heap : 36 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
6.95/7.35	c 7	Encoding CSP to SAT : HOME/temp.cnf
7.15/7.55	c 7	50 (10%) CSP integer variables are encoded (7676 clauses, 97651 bytes)
7.25/7.68	c 7	100 (20%) CSP integer variables are encoded (14794 clauses, 199914 bytes)
7.44/7.82	c 7	150 (30%) CSP integer variables are encoded (22238 clauses, 311574 bytes)
7.54/7.95	c 7	200 (40%) CSP integer variables are encoded (29342 clauses, 418134 bytes)
7.64/8.07	c 7	249 (50%) CSP integer variables are encoded (35938 clauses, 517074 bytes)
7.75/8.19	c 7	299 (60%) CSP integer variables are encoded (129111 clauses, 1973450 bytes)
7.84/8.28	c 8	349 (70%) CSP integer variables are encoded (199065 clauses, 3162668 bytes)
7.95/8.38	c 8	399 (80%) CSP integer variables are encoded (272079 clauses, 4403906 bytes)
8.05/8.48	c 8	449 (90%) CSP integer variables are encoded (349687 clauses, 5723242 bytes)
8.14/8.56	c 8	498 (100%) CSP integer variables are encoded (406258 clauses, 6684949 bytes)
9.34/9.78	c 9	2493 (10%) CSP clauses are encoded (818741 clauses, 16146835 bytes)
10.52/10.95	c 10	4985 (20%) CSP clauses are encoded (1237565 clauses, 25956595 bytes)
11.52/11.98	c 11	7477 (30%) CSP clauses are encoded (1640465 clauses, 35440627 bytes)
12.51/12.96	c 12	9970 (40%) CSP clauses are encoded (2030156 clauses, 44786799 bytes)
13.21/13.69	c 13	12462 (50%) CSP clauses are encoded (2296607 clauses, 51034041 bytes)
14.49/14.93	c 14	14954 (60%) CSP clauses are encoded (2818423 clauses, 63318851 bytes)
15.66/16.11	c 15	17447 (70%) CSP clauses are encoded (3309625 clauses, 75029650 bytes)
16.65/17.12	c 16	19939 (80%) CSP clauses are encoded (3701052 clauses, 84441034 bytes)
17.55/18.01	c 17	22431 (90%) CSP clauses are encoded (4074855 clauses, 93228596 bytes)
18.34/18.86	c 18	24923 (100%) CSP clauses are encoded (4425779 clauses, 101461048 bytes)
18.34/18.86	c 18	24923 CSP clauses encoded
18.34/18.86	c 18	Writing map file : HOME/temp.map
18.34/18.88	c 18	Heap : 37 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
18.34/18.88	c 18	SAT : 421829 SAT variables, 4425779 SAT clauses, 101461048 bytes
18.34/18.88	c 18	Heap : 37 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
18.43/18.93	c 18	SOLVING HOME/temp.cnf
18.43/18.93	c 18	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
145.28/146.47	c 146	DECODING HOME/temp.out WITH HOME/temp.map
145.28/146.47	c 146	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'
145.37/146.55	c 146	Decoding HOME/temp.out
145.37/147.22	s SATISFIABLE
145.37/147.22	v 2448 2512 -2600 -2328 -2540 -2288 -2492 -2388 -2300 -2316 -2644 -2264 2616 2516 -2372 -2504 2488 2472 -2620 -2592 2456 2528 2516 -2616 -2308 2368 2348 2356 2436 -2516 2520 -2264 2428 -2448 2248 -2600 -2564 2356 -2552 -2252 2528 2280 2372 2436 2240 2624 -2412 -2544 -2304 -2308 -2520 -2576 -2280 2580 -2624 2484 2524 -2452 2616 2316 2524 -2388 -2596 -2556 2456 -2564 -2436 -2384 2304 2336 2344 -2444 2396 -2656 -2412 2564 -2572 2272 -2456 -2516 -2564 2560 -2580 2656 2556 -2608 -2408 2356 2636 2464 -2488 -2240 2452 -2248 -2440 2396 2248 -2640 2432 -2372 2648 2420 2352 2368 -2608 -2640 2556 -2644 -2516 2516 -2496 2448 -2620 2500 2624 -2572 2288 -2652 2468 -2392 2280 -2276 2540 -2328 2600 2472 -2584 2448 -2448 2500 2288 -2616 -2292 -2568 2584 -2612 2584 2396 -2488 -2584 2460 -2640 2608 2476 -2260 -2428 2428 2616 -2576 -2596 -2476 2448 2316 -2564 -2584 -2240 -2568 2268 2596 -2312 2576 2580 2484 2592 2460 2332 -2604 -2484 -2576 -2376 -2308 2568 -2412 2656 -2496 -2488 -2556 2496 -2544 -2416 -2480 -2396 -2612 2352 -2644 -2624 -2604 2612 -2348 2292 2528 -2656 -2544 2616 2572 -2292 -2556 2240 2556 2480 -2616 -2584 2500 2412 2604 -2600 2560 2488 -2612 -2344 2444 2624 -2504 -2456 2404 -2620 -2416 2524 -2380 -2288 2288 2408 2604 -2584 -2248 2280 -2488 2604 2632 2608 -2524 2332 2564 -2392 2404 2408 2372 2376 -2444 2500 -2536 -2512 2524 -2332 2524 2412 2304 2312 2648 2292
145.37/147.23	c 147	Heap : 3 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
145.37/147.27	c 147	CPU 146.13 (0.06 0.02 124.32 21.73)
145.37/147.27	c 147	END Sun Jul 12 07:59:06 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-2083786-1247378198/watcher-2083786-1247378198 -o /tmp/evaluation-result-2083786-1247378198/solver-2083786-1247378198 -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-2083786-1247378198.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.07 2.17 2.26 4/72 27018
/proc/meminfo: memFree=1854096/2055920 swapFree=4192812/4192956
[pid=27018] ppid=27016 vsize=18576 CPUtime=0
/proc/27018/stat : 27018 (runsolver) D 27016 27018 21831 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 24886464 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 255236566311 0 0 4096 24578 18446744071563608240 0 0 17 1 0 0
/proc/27018/statm: 4644 284 249 26 0 2626 0

[startup+0.00782409 s]
/proc/loadavg: 2.07 2.17 2.26 4/72 27018
/proc/meminfo: memFree=1854096/2055920 swapFree=4192812/4192956
[pid=27018] ppid=27016 vsize=18576 CPUtime=0
/proc/27018/stat : 27018 (runsolver) D 27016 27018 21831 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 24886464 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 255236566311 0 0 4096 24578 18446744071563608240 0 0 17 1 0 0
/proc/27018/statm: 4644 284 249 26 0 2626 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18576

[startup+0.101837 s]
/proc/loadavg: 2.07 2.17 2.26 4/72 27018
/proc/meminfo: memFree=1854096/2055920 swapFree=4192812/4192956
[pid=27018] ppid=27016 vsize=12272 CPUtime=0
/proc/27018/stat : 27018 (sugar) D 27016 27018 21831 0 -1 4194304 356 0 4 0 0 0 0 0 18 0 1 0 24886464 12566528 328 996147200 4194304 4206940 548682068608 18446744073709551615 255236733541 0 0 4224 0 18446744071563608240 0 0 17 1 0 0
/proc/27018/statm: 3068 328 246 3 0 168 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12272

[startup+0.301857 s]
/proc/loadavg: 2.07 2.17 2.26 4/72 27018
/proc/meminfo: memFree=1854096/2055920 swapFree=4192812/4192956
[pid=27018] ppid=27016 vsize=16740 CPUtime=0.06
/proc/27018/stat : 27018 (sugar) S 27016 27018 21831 0 -1 4194304 1146 0 6 0 5 1 0 0 18 0 1 0 24886464 17141760 1107 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27018/statm: 4185 1107 406 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.701906 s]
/proc/loadavg: 2.07 2.17 2.26 4/72 27018
/proc/meminfo: memFree=1854096/2055920 swapFree=4192812/4192956
[pid=27018] ppid=27016 vsize=16868 CPUtime=0.06
/proc/27018/stat : 27018 (sugar) S 27016 27018 21831 0 -1 4194304 1221 128 6 0 5 1 0 0 18 0 1 0 24886464 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27018/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50199 s]
/proc/loadavg: 2.07 2.17 2.26 3/83 27030
/proc/meminfo: memFree=1837816/2055920 swapFree=4192812/4192956
[pid=27018] ppid=27016 vsize=16868 CPUtime=0.8
/proc/27018/stat : 27018 (sugar) S 27016 27018 21831 0 -1 4194304 1303 6740 6 1 6 1 69 4 15 0 1 0 24886464 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27018/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.8
Current children cumulated vsize (KiB) 16868

[startup+3.10216 s]
/proc/loadavg: 2.07 2.17 2.26 3/83 27040
/proc/meminfo: memFree=1835896/2055920 swapFree=4192812/4192956
[pid=27018] ppid=27016 vsize=16868 CPUtime=0.8
/proc/27018/stat : 27018 (sugar) S 27016 27018 21831 0 -1 4194304 1303 6740 6 1 6 1 69 4 16 0 1 0 24886464 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27018/statm: 4217 1111 409 3 0 796 0
[pid=27031] ppid=27018 vsize=5356 CPUtime=0
/proc/27031/stat : 27031 (sh) S 27018 27018 21831 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24886574 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27031/statm: 1339 233 193 169 0 50 0
[pid=27032] ppid=27031 vsize=868516 CPUtime=1.98
/proc/27032/stat : 27032 (java) S 27031 27018 21831 0 -1 0 8348 0 1 0 194 4 0 0 18 0 9 0 24886574 889360384 7512 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27032/statm: 217129 7512 2566 9 0 211634 0
[pid=27032/tid=27033] ppid=27031 vsize=868516 CPUtime=1.56
/proc/27032/task/27033/stat : 27033 (java) R 27031 27018 21831 0 -1 64 2758 0 1 0 155 1 0 0 25 0 9 0 24886575 889360384 7512 996147200 134512640 134550932 4294955936 18446744073709551615 4126554884 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27032/tid=27034] ppid=27031 vsize=868516 CPUtime=0.23
/proc/27032/task/27034/stat : 27034 (java) S 27031 27018 21831 0 -1 64 3425 0 0 0 22 1 0 0 16 0 9 0 24886576 889360384 7512 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27032/tid=27035] ppid=27031 vsize=868516 CPUtime=0
/proc/27032/task/27035/stat : 27035 (java) S 27031 27018 21831 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24886577 889360384 7512 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27032/tid=27036] ppid=27031 vsize=868516 CPUtime=0
/proc/27032/task/27036/stat : 27036 (java) S 27031 27018 21831 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 24886577 889360384 7512 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27032/tid=27037] ppid=27031 vsize=868516 CPUtime=0
/proc/27032/task/27037/stat : 27037 (java) S 27031 27018 21831 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24886579 889360384 7512 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27032/tid=27038] ppid=27031 vsize=868516 CPUtime=0.16
/proc/27032/task/27038/stat : 27038 (java) S 27031 27018 21831 0 -1 64 1465 0 0 0 15 1 0 0 16 0 9 0 24886579 889360384 7512 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27032/tid=27039] ppid=27031 vsize=868516 CPUtime=0
/proc/27032/task/27039/stat : 27039 (java) S 27031 27018 21831 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24886579 889360384 7512 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27032/tid=27040] ppid=27031 vsize=868516 CPUtime=0
/proc/27032/task/27040/stat : 27040 (java) S 27031 27018 21831 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24886579 889360384 7512 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.78
Current children cumulated vsize (KiB) 890740

[startup+6.30251 s]
/proc/loadavg: 2.14 2.18 2.27 3/83 27040
/proc/meminfo: memFree=1811576/2055920 swapFree=4192812/4192956
[pid=27018] ppid=27016 vsize=16868 CPUtime=0.8
/proc/27018/stat : 27018 (sugar) S 27016 27018 21831 0 -1 4194304 1303 6740 6 1 6 1 69 4 16 0 1 0 24886464 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27018/statm: 4217 1111 409 3 0 796 0
[pid=27031] ppid=27018 vsize=5356 CPUtime=0
/proc/27031/stat : 27031 (sh) S 27018 27018 21831 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24886574 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27031/statm: 1339 233 193 169 0 50 0
[pid=27032] ppid=27031 vsize=869504 CPUtime=5.16
/proc/27032/stat : 27032 (java) S 27031 27018 21831 0 -1 0 15257 0 1 0 508 8 0 0 18 0 9 0 24886574 890372096 14173 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27032/statm: 217376 14173 2569 9 0 211881 0
[pid=27032/tid=27033] ppid=27031 vsize=869504 CPUtime=4.14
/proc/27032/task/27033/stat : 27033 (java) R 27031 27018 21831 0 -1 64 3143 0 1 0 412 2 0 0 25 0 9 0 24886575 890372096 14173 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27032/tid=27034] ppid=27031 vsize=869504 CPUtime=0.81
/proc/27032/task/27034/stat : 27034 (java) R 27031 27018 21831 0 -1 64 9940 0 0 0 77 4 0 0 16 0 9 0 24886576 890372096 14173 996147200 134512640 134550932 4294955936 18446744073709551615 103732058 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27032/tid=27035] ppid=27031 vsize=869504 CPUtime=0
/proc/27032/task/27035/stat : 27035 (java) S 27031 27018 21831 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24886577 890372096 14173 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27032/tid=27036] ppid=27031 vsize=869504 CPUtime=0
/proc/27032/task/27036/stat : 27036 (java) S 27031 27018 21831 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 24886577 890372096 14173 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27032/tid=27037] ppid=27031 vsize=869504 CPUtime=0
/proc/27032/task/27037/stat : 27037 (java) S 27031 27018 21831 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24886579 890372096 14173 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27032/tid=27038] ppid=27031 vsize=869504 CPUtime=0.18
/proc/27032/task/27038/stat : 27038 (java) S 27031 27018 21831 0 -1 64 1474 0 0 0 17 1 0 0 15 0 9 0 24886579 890372096 14173 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27032/tid=27039] ppid=27031 vsize=869504 CPUtime=0
/proc/27032/task/27039/stat : 27039 (java) S 27031 27018 21831 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24886579 890372096 14173 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27032/tid=27040] ppid=27031 vsize=869504 CPUtime=0
/proc/27032/task/27040/stat : 27040 (java) S 27031 27018 21831 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24886579 890372096 14173 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 5.96
Current children cumulated vsize (KiB) 891728

[startup+12.7022 s]
/proc/loadavg: 2.13 2.18 2.26 3/83 27040
/proc/meminfo: memFree=1761976/2055920 swapFree=4192812/4192956
[pid=27018] ppid=27016 vsize=16868 CPUtime=0.8
/proc/27018/stat : 27018 (sugar) S 27016 27018 21831 0 -1 4194304 1304 6740 6 1 6 1 69 4 16 0 1 0 24886464 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27018/statm: 4217 1111 409 3 0 796 0
[pid=27031] ppid=27018 vsize=5356 CPUtime=0
/proc/27031/stat : 27031 (sh) S 27018 27018 21831 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24886574 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27031/statm: 1339 233 193 169 0 50 0
[pid=27032] ppid=27031 vsize=868716 CPUtime=11.51
/proc/27032/stat : 27032 (java) S 27031 27018 21831 0 -1 0 25437 0 2 0 1113 38 0 0 18 0 9 0 24886574 889565184 15517 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27032/statm: 217179 15517 2593 9 0 211656 0
[pid=27032/tid=27033] ppid=27031 vsize=868716 CPUtime=9.63
/proc/27032/task/27033/stat : 27033 (java) R 27031 27018 21831 0 -1 64 3688 0 2 0 938 25 0 0 25 0 9 0 24886575 889565184 15517 996147200 134512640 134550932 4294955936 18446744073709551615 4126822167 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27032/tid=27034] ppid=27031 vsize=868716 CPUtime=1.58
/proc/27032/task/27034/stat : 27034 (java) S 27031 27018 21831 0 -1 64 19525 0 0 0 148 10 0 0 16 0 9 0 24886576 889565184 15517 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27032/tid=27035] ppid=27031 vsize=868716 CPUtime=0
/proc/27032/task/27035/stat : 27035 (java) S 27031 27018 21831 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24886577 889565184 15517 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27032/tid=27036] ppid=27031 vsize=868716 CPUtime=0
/proc/27032/task/27036/stat : 27036 (java) S 27031 27018 21831 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 24886577 889565184 15517 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27032/tid=27037] ppid=27031 vsize=868716 CPUtime=0
/proc/27032/task/27037/stat : 27037 (java) S 27031 27018 21831 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24886579 889565184 15517 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27032/tid=27038] ppid=27031 vsize=868716 CPUtime=0.26
/proc/27032/task/27038/stat : 27038 (java) S 27031 27018 21831 0 -1 64 1524 0 0 0 25 1 0 0 15 0 9 0 24886579 889565184 15517 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27032/tid=27039] ppid=27031 vsize=868716 CPUtime=0
/proc/27032/task/27039/stat : 27039 (java) S 27031 27018 21831 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24886579 889565184 15517 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27032/tid=27040] ppid=27031 vsize=868716 CPUtime=0
/proc/27032/task/27040/stat : 27040 (java) S 27031 27018 21831 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24886579 889565184 15517 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.31
Current children cumulated vsize (KiB) 890940

[startup+25.5016 s]
/proc/loadavg: 2.10 2.17 2.26 3/75 27042
/proc/meminfo: memFree=1699128/2055920 swapFree=4192812/4192956
[pid=27018] ppid=27016 vsize=16868 CPUtime=18.45
/proc/27018/stat : 27018 (sugar) S 27016 27018 21831 0 -1 4194304 1360 32836 6 3 6 1 1756 82 16 0 1 0 24886464 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27018/statm: 4217 1114 409 3 0 796 0
[pid=27041] ppid=27018 vsize=5356 CPUtime=0
/proc/27041/stat : 27041 (sh) S 27018 27018 21831 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24888357 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27041/statm: 1339 232 193 169 0 50 0
[pid=27042] ppid=27041 vsize=58552 CPUtime=6.51
/proc/27042/stat : 27042 (picosat) R 27041 27018 21831 0 -1 4194304 12788 0 0 0 300 351 0 0 25 0 1 0 24888357 59957248 12774 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/27042/statm: 14638 12774 40 102 0 14533 0
Current children cumulated CPU time (s) 24.96
Current children cumulated vsize (KiB) 80776

[startup+51.1013 s]
/proc/loadavg: 2.06 2.16 2.25 3/75 27042
/proc/meminfo: memFree=1608632/2055920 swapFree=4192812/4192956
[pid=27018] ppid=27016 vsize=16868 CPUtime=18.45
/proc/27018/stat : 27018 (sugar) S 27016 27018 21831 0 -1 4194304 1360 32836 6 3 6 1 1756 82 16 0 1 0 24886464 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27018/statm: 4217 1114 409 3 0 796 0
[pid=27041] ppid=27018 vsize=5356 CPUtime=0
/proc/27041/stat : 27041 (sh) S 27018 27018 21831 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24888357 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27041/statm: 1339 232 193 169 0 50 0
[pid=27042] ppid=27041 vsize=154332 CPUtime=31.99
/proc/27042/stat : 27042 (picosat) R 27041 27018 21831 0 -1 4194304 35752 0 0 0 1471 1728 0 0 25 0 1 0 24888357 158035968 35738 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/27042/statm: 38583 35738 40 102 0 38478 0
Current children cumulated CPU time (s) 50.44
Current children cumulated vsize (KiB) 176556

[startup+102.307 s]
/proc/loadavg: 2.03 2.13 2.24 3/75 27042
/proc/meminfo: memFree=1578680/2055920 swapFree=4192812/4192956
[pid=27018] ppid=27016 vsize=16868 CPUtime=18.45
/proc/27018/stat : 27018 (sugar) S 27016 27018 21831 0 -1 4194304 1360 32836 6 3 6 1 1756 82 16 0 1 0 24886464 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27018/statm: 4217 1114 409 3 0 796 0
[pid=27041] ppid=27018 vsize=5356 CPUtime=0
/proc/27041/stat : 27041 (sh) S 27018 27018 21831 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24888357 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27041/statm: 1339 232 193 169 0 50 0
[pid=27042] ppid=27041 vsize=185376 CPUtime=82.95
/proc/27042/stat : 27042 (picosat) R 27041 27018 21831 0 -1 4194304 42647 0 0 0 6212 2083 0 0 25 0 1 0 24888357 189825024 42633 996147200 134512640 134931368 4294956256 18446744073709551615 134525703 0 0 4096 0 0 0 0 17 1 0 0
/proc/27042/statm: 46344 42633 42 102 0 46239 0
Current children cumulated CPU time (s) 101.4
Current children cumulated vsize (KiB) 207600

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

[startup+127.902 s]
/proc/loadavg: 2.02 2.12 2.23 3/75 27042
/proc/meminfo: memFree=1578680/2055920 swapFree=4192812/4192956
[pid=27018] ppid=27016 vsize=16868 CPUtime=18.45
/proc/27018/stat : 27018 (sugar) S 27016 27018 21831 0 -1 4194304 1360 32836 6 3 6 1 1756 82 16 0 1 0 24886464 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27018/statm: 4217 1114 409 3 0 796 0
[pid=27041] ppid=27018 vsize=5356 CPUtime=0
/proc/27041/stat : 27041 (sh) S 27018 27018 21831 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24888357 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27041/statm: 1339 232 193 169 0 50 0
[pid=27042] ppid=27041 vsize=185376 CPUtime=108.42
/proc/27042/stat : 27042 (picosat) R 27041 27018 21831 0 -1 4194304 42664 0 0 0 8759 2083 0 0 25 0 1 0 24888357 189825024 42650 996147200 134512640 134931368 4294956256 18446744073709551615 134522740 0 0 4096 0 0 0 0 17 1 0 0
/proc/27042/statm: 46344 42650 42 102 0 46239 0
Current children cumulated CPU time (s) 126.87
Current children cumulated vsize (KiB) 207600

[startup+140.702 s]
/proc/loadavg: 2.01 2.11 2.23 3/75 27042
/proc/meminfo: memFree=1578680/2055920 swapFree=4192812/4192956
[pid=27018] ppid=27016 vsize=16868 CPUtime=18.45
/proc/27018/stat : 27018 (sugar) S 27016 27018 21831 0 -1 4194304 1360 32836 6 3 6 1 1756 82 16 0 1 0 24886464 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27018/statm: 4217 1114 409 3 0 796 0
[pid=27041] ppid=27018 vsize=5356 CPUtime=0
/proc/27041/stat : 27041 (sh) S 27018 27018 21831 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24888357 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27041/statm: 1339 232 193 169 0 50 0
[pid=27042] ppid=27041 vsize=185376 CPUtime=121.16
/proc/27042/stat : 27042 (picosat) R 27041 27018 21831 0 -1 4194304 42671 0 0 0 10033 2083 0 0 25 0 1 0 24888357 189825024 42657 996147200 134512640 134931368 4294956256 18446744073709551615 134522868 0 0 4096 0 0 0 0 17 1 0 0
/proc/27042/statm: 46344 42657 42 102 0 46239 0
Current children cumulated CPU time (s) 139.61
Current children cumulated vsize (KiB) 207600

[startup+143.902 s]
/proc/loadavg: 2.01 2.11 2.22 3/75 27042
/proc/meminfo: memFree=1578680/2055920 swapFree=4192812/4192956
[pid=27018] ppid=27016 vsize=16868 CPUtime=18.45
/proc/27018/stat : 27018 (sugar) S 27016 27018 21831 0 -1 4194304 1360 32836 6 3 6 1 1756 82 16 0 1 0 24886464 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27018/statm: 4217 1114 409 3 0 796 0
[pid=27041] ppid=27018 vsize=5356 CPUtime=0
/proc/27041/stat : 27041 (sh) S 27018 27018 21831 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24888357 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27041/statm: 1339 232 193 169 0 50 0
[pid=27042] ppid=27041 vsize=185376 CPUtime=124.35
/proc/27042/stat : 27042 (picosat) R 27041 27018 21831 0 -1 4194304 42673 0 0 0 10352 2083 0 0 25 0 1 0 24888357 189825024 42659 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 1 0 0
/proc/27042/statm: 46344 42659 42 102 0 46239 0
Current children cumulated CPU time (s) 142.8
Current children cumulated vsize (KiB) 207600

[startup+145.501 s]
/proc/loadavg: 2.01 2.11 2.22 3/75 27042
/proc/meminfo: memFree=1578616/2055920 swapFree=4192812/4192956
[pid=27018] ppid=27016 vsize=16868 CPUtime=18.45
/proc/27018/stat : 27018 (sugar) S 27016 27018 21831 0 -1 4194304 1360 32836 6 3 6 1 1756 82 16 0 1 0 24886464 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27018/statm: 4217 1114 409 3 0 796 0
[pid=27041] ppid=27018 vsize=5356 CPUtime=0
/proc/27041/stat : 27041 (sh) S 27018 27018 21831 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24888357 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27041/statm: 1339 232 193 169 0 50 0
[pid=27042] ppid=27041 vsize=185376 CPUtime=125.94
/proc/27042/stat : 27042 (picosat) R 27041 27018 21831 0 -1 4194304 42675 0 0 0 10511 2083 0 0 25 0 1 0 24888357 189825024 42661 996147200 134512640 134931368 4294956256 18446744073709551615 134525778 0 0 4096 0 0 0 0 17 1 0 0
/proc/27042/statm: 46344 42661 42 102 0 46239 0
Current children cumulated CPU time (s) 144.39
Current children cumulated vsize (KiB) 207600

[startup+146.307 s]
/proc/loadavg: 2.01 2.11 2.22 3/75 27042
/proc/meminfo: memFree=1577272/2055920 swapFree=4192812/4192956
[pid=27018] ppid=27016 vsize=16868 CPUtime=18.45
/proc/27018/stat : 27018 (sugar) S 27016 27018 21831 0 -1 4194304 1360 32836 6 3 6 1 1756 82 16 0 1 0 24886464 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27018/statm: 4217 1114 409 3 0 796 0
[pid=27041] ppid=27018 vsize=5356 CPUtime=0
/proc/27041/stat : 27041 (sh) S 27018 27018 21831 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24888357 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27041/statm: 1339 232 193 169 0 50 0
[pid=27042] ppid=27041 vsize=185380 CPUtime=126.74
/proc/27042/stat : 27042 (picosat) R 27041 27018 21831 0 -1 4194304 42684 0 0 0 10590 2084 0 0 25 0 1 0 24888357 189829120 42670 996147200 134512640 134931368 4294956256 18446744073709551615 134571621 0 0 4096 0 0 0 0 17 1 0 0
/proc/27042/statm: 46345 42670 47 102 0 46240 0
Current children cumulated CPU time (s) 145.19
Current children cumulated vsize (KiB) 207604

[startup+147.102 s]
/proc/loadavg: 2.01 2.11 2.22 3/75 27042
/proc/meminfo: memFree=1577272/2055920 swapFree=4192812/4192956
[pid=27018] ppid=27016 vsize=16868 CPUtime=145.37
/proc/27018/stat : 27018 (sugar) S 27016 27018 21831 0 -1 4194304 1441 75806 6 3 6 1 12360 2170 16 0 1 0 24886464 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27018/statm: 4217 1114 409 3 0 796 0
Current children cumulated CPU time (s) 145.37
Current children cumulated vsize (KiB) 16868

[startup+147.302 s]
/proc/loadavg: 2.01 2.11 2.22 3/73 27052
/proc/meminfo: memFree=1819848/2055920 swapFree=4192812/4192956
[pid=27018] ppid=27016 vsize=16868 CPUtime=146.16
/proc/27018/stat : 27018 (sugar) R 27016 27018 21831 0 -1 4194304 1472 80513 6 4 6 5 12432 2173 16 0 1 0 24886464 17272832 1115 996147200 4194304 4206940 548682068608 18446744073709551615 255236740137 0 0 4224 16386 0 0 0 17 1 0 0
/proc/27018/statm: 4217 1115 410 3 0 796 0
Current children cumulated CPU time (s) 146.16
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 147.328
CPU time (s): 146.204
CPU user time (s): 124.391
CPU system time (s): 21.8127
CPU usage (%): 99.2366
Max. virtual memory (cumulated for all children) (KiB): 901332

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 124.391
system time used= 21.8127
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 82046
page faults= 10
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 10670
involuntary context switches= 11948

runsolver used 0.197969 second user time and 0.499924 second system time

The end

Launcher Data

Begin job on node19 at 2009-07-12 07:56:38
IDJOB=2083786
IDBENCH=57933
IDSOLVER=738
FILE ID=node19/2083786-1247378198
PBS_JOBID= 9507057
Free space on /tmp= 66428 MiB

SOLVER NAME= Sugar v1.14.6+picosat
BENCH NAME= CPAI08/csp/fapp/fapp02/normalized-fapp02-0250-5.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-2083786-1247378198/watcher-2083786-1247378198 -o /tmp/evaluation-result-2083786-1247378198/solver-2083786-1247378198 -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-2083786-1247378198.xml

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

MD5SUM BENCH= 12e743886345c8ed1c98bc98af799e15
RANDOM SEED=352229980

node19.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.211
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.211
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:       1854576 kB
Buffers:          6332 kB
Cached:          69012 kB
SwapCached:          0 kB
Active:         125140 kB
Inactive:        24088 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1854576 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1884 kB
Writeback:           0 kB
Mapped:          85516 kB
Slab:            37268 kB
Committed_AS:   281560 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= 66428 MiB
End job on node19 at 2009-07-12 07:59:06