Trace number 2079705

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+picosatUNSAT 215.187 217.318

General information on the benchmark

Namecsp/rand-3-20-20/
normalized-rand-3-20-20-60-632-45_ext.xml
MD5SUMe796ae923cb124c016369356469dc7e4
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark11.6062
Satisfiable
(Un)Satisfiability was proved
Number of variables20
Number of constraints57
Maximum constraint arity3
Maximum domain size20
Number of constraints which are defined in extension57
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data

0.00/0.08	c 0	Sugar v1-14-6 + HOME/picosat
0.00/0.08	c 0	BEGIN Sun Jul 12 05:16:58 2009
0.00/0.08	c 0	PID 24947
0.00/0.08	c 0	HOST node30.alineos.net
0.00/0.08	c 0	CONVERTING HOME/instance-2079705-1247368618.xml TO HOME/temp.csp
0.00/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-2079705-1247368618.xml' 'HOME/temp.csp'
0.06/0.73	c 1	1 domains, 20 variables, 0 predicates, 57 relations, 57 constraints
0.06/0.77	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.77	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.70/0.85	c 1	Parsing HOME/temp.csp
1.70/1.82	c 2	parsed 135 expressions
1.70/1.83	c 2	Heap : 17 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.70/1.83	c 2	Converting to clausal form CSP
1.70/1.85	c 2	converted 14 (10%) expressions
1.70/1.86	c 2	converted 27 (20%) expressions
1.70/1.87	c 2	converted 41 (30%) expressions
1.70/1.89	c 2	converted 54 (40%) expressions
1.90/2.04	c 2	converted 68 (50%) expressions
1.90/2.08	c 2	converted 81 (60%) expressions
2.00/2.20	c 2	converted 95 (70%) expressions
2.10/2.28	c 3	converted 108 (80%) expressions
2.29/2.40	c 3	converted 122 (90%) expressions
2.29/2.48	c 3	converted 135 (100%) expressions
2.29/2.48	c 3	CSP : 20 integers, 0 booleans, 57 clauses, largest domain size 20
2.29/2.48	c 3	Heap : 35 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.29/2.48	c 3	Propagation in CSP
2.29/2.48	c 3	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.29/2.48	c 3	CSP : 20 integers, 0 booleans, 57 clauses, largest domain size 20
2.29/2.48	c 3	Heap : 35 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.29/2.49	c 3	Simplifing CSP by introducing new Boolean variables
2.29/2.49	c 3	CSP : 20 integers, 0 booleans, 57 clauses, largest domain size 20
2.29/2.49	c 3	Heap : 35 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.49/2.60	c 3	Encoding CSP to SAT : HOME/temp.cnf
2.49/2.60	c 3	2 (10%) CSP integer variables are encoded (36 clauses, 371 bytes)
2.49/2.61	c 3	4 (20%) CSP integer variables are encoded (72 clauses, 695 bytes)
2.49/2.61	c 3	6 (30%) CSP integer variables are encoded (108 clauses, 1048 bytes)
2.49/2.61	c 3	8 (40%) CSP integer variables are encoded (144 clauses, 1444 bytes)
2.49/2.61	c 3	10 (50%) CSP integer variables are encoded (180 clauses, 1840 bytes)
2.49/2.61	c 3	12 (60%) CSP integer variables are encoded (216 clauses, 2236 bytes)
2.49/2.61	c 3	14 (70%) CSP integer variables are encoded (252 clauses, 2632 bytes)
2.49/2.62	c 3	16 (80%) CSP integer variables are encoded (288 clauses, 3028 bytes)
2.49/2.62	c 3	18 (90%) CSP integer variables are encoded (324 clauses, 3424 bytes)
2.49/2.62	c 3	20 (100%) CSP integer variables are encoded (360 clauses, 3820 bytes)
2.69/2.82	c 3	6 (10%) CSP clauses are encoded (11140 clauses, 255866 bytes)
2.78/2.95	c 3	12 (20%) CSP clauses are encoded (21924 clauses, 509304 bytes)
2.88/3.09	c 3	18 (30%) CSP clauses are encoded (32769 clauses, 771978 bytes)
2.98/3.19	c 3	23 (40%) CSP clauses are encoded (41150 clauses, 978852 bytes)
3.18/3.33	c 4	29 (50%) CSP clauses are encoded (52071 clauses, 1250696 bytes)
3.27/3.46	c 4	35 (60%) CSP clauses are encoded (62912 clauses, 1526138 bytes)
3.38/3.58	c 4	40 (70%) CSP clauses are encoded (71915 clauses, 1765083 bytes)
3.58/3.71	c 4	46 (80%) CSP clauses are encoded (82794 clauses, 2056334 bytes)
3.68/3.83	c 4	52 (90%) CSP clauses are encoded (92900 clauses, 2325015 bytes)
3.77/3.94	c 4	57 (100%) CSP clauses are encoded (101228 clauses, 2546072 bytes)
3.77/3.94	c 4	57 CSP clauses encoded
3.77/3.94	c 4	Writing map file : HOME/temp.map
3.77/3.94	c 4	Heap : 14 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
3.77/3.94	c 4	SAT : 380 SAT variables, 101228 SAT clauses, 2546072 bytes
3.77/3.94	c 4	Heap : 14 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
3.77/3.96	c 4	SOLVING HOME/temp.cnf
3.77/3.96	c 4	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
214.97/217.18	c 217	DECODING HOME/temp.out WITH HOME/temp.map
214.97/217.18	c 217	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'
215.06/217.27	c 218	Decoding HOME/temp.out
215.06/217.29	s UNSATISFIABLE
215.06/217.30	c 218	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
215.06/217.31	c 218	CPU 215.16 (0.05 0.02 214.13 0.96)
215.06/217.31	c 218	END Sun Jul 12 05:20:36 2009

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2079705-1247368618/watcher-2079705-1247368618 -o /tmp/evaluation-result-2079705-1247368618/solver-2079705-1247368618 -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-2079705-1247368618.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.00 2.03 2.06 4/73 24947
/proc/meminfo: memFree=1607376/2055920 swapFree=4192812/4192956
[pid=24947] ppid=24945 vsize=12268 CPUtime=0
/proc/24947/stat : 24947 (sugar) R 24945 24947 18760 0 -1 4194304 348 0 0 0 0 0 0 0 22 0 1 0 23927940 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 264907749989 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/24947/statm: 3067 316 241 3 0 167 0

[startup+0.086874 s]
/proc/loadavg: 2.00 2.03 2.06 4/73 24947
/proc/meminfo: memFree=1607376/2055920 swapFree=4192812/4192956
[pid=24947] ppid=24945 vsize=16868 CPUtime=0.06
/proc/24947/stat : 24947 (sugar) S 24945 24947 18760 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 23927940 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24947/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.101874 s]
/proc/loadavg: 2.00 2.03 2.06 4/73 24947
/proc/meminfo: memFree=1607376/2055920 swapFree=4192812/4192956
[pid=24947] ppid=24945 vsize=16868 CPUtime=0.06
/proc/24947/stat : 24947 (sugar) S 24945 24947 18760 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 23927940 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24947/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301903 s]
/proc/loadavg: 2.00 2.03 2.06 4/73 24947
/proc/meminfo: memFree=1607376/2055920 swapFree=4192812/4192956
[pid=24947] ppid=24945 vsize=16868 CPUtime=0.06
/proc/24947/stat : 24947 (sugar) S 24945 24947 18760 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 23927940 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24947/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.70196 s]
/proc/loadavg: 2.00 2.03 2.06 4/73 24947
/proc/meminfo: memFree=1607376/2055920 swapFree=4192812/4192956
[pid=24947] ppid=24945 vsize=16868 CPUtime=0.06
/proc/24947/stat : 24947 (sugar) S 24945 24947 18760 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 23927940 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24947/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50208 s]
/proc/loadavg: 2.00 2.03 2.06 3/84 24969
/proc/meminfo: memFree=1595384/2055920 swapFree=4192812/4192956
[pid=24947] ppid=24945 vsize=16868 CPUtime=0.7
/proc/24947/stat : 24947 (sugar) S 24945 24947 18760 0 -1 4194304 1309 7074 0 1 5 1 60 4 16 0 1 0 23927940 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24947/statm: 4217 1111 409 3 0 796 0
[pid=24960] ppid=24947 vsize=5356 CPUtime=0
/proc/24960/stat : 24960 (sh) S 24947 24947 18760 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23928017 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24960/statm: 1339 233 193 169 0 50 0
[pid=24961] ppid=24960 vsize=862284 CPUtime=0.71
/proc/24961/stat : 24961 (java) S 24960 24947 18760 0 -1 0 7253 0 1 0 68 3 0 0 18 0 9 0 23928018 882978816 6528 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24961/statm: 215571 6528 2158 9 0 210484 0
[pid=24961/tid=24962] ppid=24960 vsize=862284 CPUtime=0.45
/proc/24961/task/24962/stat : 24962 (java) R 24960 24947 18760 0 -1 64 2030 0 1 0 45 0 0 0 23 0 9 0 23928018 882978816 6528 996147200 134512640 134550932 4294955936 18446744073709551615 4126422419 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24961/tid=24963] ppid=24960 vsize=862284 CPUtime=0.19
/proc/24961/task/24963/stat : 24963 (java) S 24960 24947 18760 0 -1 64 4214 0 0 0 18 1 0 0 16 0 9 0 23928020 882978816 6528 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24961/tid=24964] ppid=24960 vsize=862284 CPUtime=0
/proc/24961/task/24964/stat : 24964 (java) S 24960 24947 18760 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 23928020 882978816 6528 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24961/tid=24965] ppid=24960 vsize=862284 CPUtime=0
/proc/24961/task/24965/stat : 24965 (java) S 24960 24947 18760 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 23928020 882978816 6528 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24961/tid=24966] ppid=24960 vsize=862284 CPUtime=0
/proc/24961/task/24966/stat : 24966 (java) S 24960 24947 18760 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23928022 882978816 6528 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24961/tid=24967] ppid=24960 vsize=862284 CPUtime=0.03
/proc/24961/task/24967/stat : 24967 (java) S 24960 24947 18760 0 -1 64 306 0 0 0 3 0 0 0 17 0 9 0 23928022 882978816 6528 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24961/tid=24968] ppid=24960 vsize=862284 CPUtime=0
/proc/24961/task/24968/stat : 24968 (java) S 24960 24947 18760 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 23928022 882978816 6528 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24961/tid=24969] ppid=24960 vsize=862284 CPUtime=0
/proc/24961/task/24969/stat : 24969 (java) S 24960 24947 18760 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23928022 882978816 6528 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) 884508

[startup+3.10131 s]
/proc/loadavg: 2.00 2.03 2.06 3/84 24969
/proc/meminfo: memFree=1571128/2055920 swapFree=4192812/4192956
[pid=24947] ppid=24945 vsize=16868 CPUtime=0.7
/proc/24947/stat : 24947 (sugar) S 24945 24947 18760 0 -1 4194304 1310 7074 0 1 5 1 60 4 15 0 1 0 23927940 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24947/statm: 4217 1111 409 3 0 796 0
[pid=24960] ppid=24947 vsize=5356 CPUtime=0
/proc/24960/stat : 24960 (sh) S 24947 24947 18760 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23928017 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24960/statm: 1339 233 193 169 0 50 0
[pid=24961] ppid=24960 vsize=864488 CPUtime=2.28
/proc/24961/stat : 24961 (java) S 24960 24947 18760 0 -1 0 14252 0 1 0 222 6 0 0 18 0 9 0 23928018 885235712 13452 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24961/statm: 216122 13452 2590 9 0 210599 0
[pid=24961/tid=24962] ppid=24960 vsize=864488 CPUtime=1.41
/proc/24961/task/24962/stat : 24962 (java) R 24960 24947 18760 0 -1 64 3027 0 1 0 140 1 0 0 21 0 9 0 23928018 885235712 13452 996147200 134512640 134550932 4294955936 18446744073709551615 4126551437 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24961/tid=24963] ppid=24960 vsize=864488 CPUtime=0.77
/proc/24961/task/24963/stat : 24963 (java) S 24960 24947 18760 0 -1 64 10188 0 0 0 74 3 0 0 16 0 9 0 23928020 885235712 13452 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24961/tid=24964] ppid=24960 vsize=864488 CPUtime=0
/proc/24961/task/24964/stat : 24964 (java) S 24960 24947 18760 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 23928020 885235712 13452 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24961/tid=24965] ppid=24960 vsize=864488 CPUtime=0
/proc/24961/task/24965/stat : 24965 (java) S 24960 24947 18760 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 23928020 885235712 13452 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24961/tid=24966] ppid=24960 vsize=864488 CPUtime=0
/proc/24961/task/24966/stat : 24966 (java) S 24960 24947 18760 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23928022 885235712 13452 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24961/tid=24967] ppid=24960 vsize=864488 CPUtime=0.07
/proc/24961/task/24967/stat : 24967 (java) S 24960 24947 18760 0 -1 64 334 0 0 0 7 0 0 0 16 0 9 0 23928022 885235712 13452 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24961/tid=24968] ppid=24960 vsize=864488 CPUtime=0
/proc/24961/task/24968/stat : 24968 (java) S 24960 24947 18760 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 23928022 885235712 13452 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24961/tid=24969] ppid=24960 vsize=864488 CPUtime=0
/proc/24961/task/24969/stat : 24969 (java) S 24960 24947 18760 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23928022 885235712 13452 996147200 134512640 134550932 4294955936 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) 886712

[startup+6.30278 s]
/proc/loadavg: 2.00 2.03 2.06 3/76 24971
/proc/meminfo: memFree=1595512/2055920 swapFree=4192812/4192956
[pid=24947] ppid=24945 vsize=16868 CPUtime=3.85
/proc/24947/stat : 24947 (sugar) S 24945 24947 18760 0 -1 4194304 1364 21681 0 2 5 2 364 14 16 0 1 0 23927940 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24947/statm: 4217 1112 409 3 0 796 0
[pid=24970] ppid=24947 vsize=5356 CPUtime=0
/proc/24970/stat : 24970 (sh) S 24947 24947 18760 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23928336 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24970/statm: 1339 232 193 169 0 50 0
[pid=24971] ppid=24970 vsize=5100 CPUtime=2.3
/proc/24971/stat : 24971 (picosat) R 24970 24947 18760 0 -1 4194304 1174 0 0 0 152 78 0 0 25 0 1 0 23928336 5222400 1160 996147200 134512640 134931368 4294956256 18446744073709551615 134525781 0 0 4096 0 0 0 0 17 1 0 0
/proc/24971/statm: 1275 1160 42 102 0 1170 0
Current children cumulated CPU time (s) 6.15
Current children cumulated vsize (KiB) 27324

[startup+12.7017 s]
/proc/loadavg: 2.00 2.03 2.06 3/76 24971
/proc/meminfo: memFree=1594488/2055920 swapFree=4192812/4192956
[pid=24947] ppid=24945 vsize=16868 CPUtime=3.85
/proc/24947/stat : 24947 (sugar) S 24945 24947 18760 0 -1 4194304 1364 21681 0 2 5 2 364 14 16 0 1 0 23927940 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24947/statm: 4217 1112 409 3 0 796 0
[pid=24970] ppid=24947 vsize=5356 CPUtime=0
/proc/24970/stat : 24970 (sh) S 24947 24947 18760 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23928336 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24970/statm: 1339 232 193 169 0 50 0
[pid=24971] ppid=24970 vsize=5892 CPUtime=8.64
/proc/24971/stat : 24971 (picosat) R 24970 24947 18760 0 -1 4194304 1388 0 0 0 786 78 0 0 25 0 1 0 23928336 6033408 1374 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/24971/statm: 1473 1374 42 102 0 1368 0
Current children cumulated CPU time (s) 12.49
Current children cumulated vsize (KiB) 28116

[startup+25.5016 s]
/proc/loadavg: 2.00 2.03 2.06 3/76 24971
/proc/meminfo: memFree=1593592/2055920 swapFree=4192812/4192956
[pid=24947] ppid=24945 vsize=16868 CPUtime=3.85
/proc/24947/stat : 24947 (sugar) S 24945 24947 18760 0 -1 4194304 1364 21681 0 2 5 2 364 14 16 0 1 0 23927940 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24947/statm: 4217 1112 409 3 0 796 0
[pid=24970] ppid=24947 vsize=5356 CPUtime=0
/proc/24970/stat : 24970 (sh) S 24947 24947 18760 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23928336 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24970/statm: 1339 232 193 169 0 50 0
[pid=24971] ppid=24970 vsize=6732 CPUtime=21.31
/proc/24971/stat : 24971 (picosat) R 24970 24947 18760 0 -1 4194304 1634 0 0 0 2053 78 0 0 25 0 1 0 23928336 6893568 1607 996147200 134512640 134931368 4294956256 18446744073709551615 134525788 0 0 4096 0 0 0 0 17 1 0 0
/proc/24971/statm: 1683 1607 48 102 0 1578 0
Current children cumulated CPU time (s) 25.16
Current children cumulated vsize (KiB) 28956

[startup+51.1023 s]
/proc/loadavg: 2.00 2.02 2.05 3/76 24971
/proc/meminfo: memFree=1593336/2055920 swapFree=4192812/4192956
[pid=24947] ppid=24945 vsize=16868 CPUtime=3.85
/proc/24947/stat : 24947 (sugar) S 24945 24947 18760 0 -1 4194304 1364 21681 0 2 5 2 364 14 16 0 1 0 23927940 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24947/statm: 4217 1112 409 3 0 796 0
[pid=24970] ppid=24947 vsize=5356 CPUtime=0
/proc/24970/stat : 24970 (sh) S 24947 24947 18760 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23928336 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24970/statm: 1339 232 193 169 0 50 0
[pid=24971] ppid=24970 vsize=7060 CPUtime=46.68
/proc/24971/stat : 24971 (picosat) R 24970 24947 18760 0 -1 4194304 1728 0 0 0 4590 78 0 0 25 0 1 0 23928336 7229440 1701 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/24971/statm: 1765 1701 48 102 0 1660 0
Current children cumulated CPU time (s) 50.53
Current children cumulated vsize (KiB) 29284

[startup+102.307 s]
/proc/loadavg: 2.00 2.02 2.05 3/76 24971
/proc/meminfo: memFree=1592824/2055920 swapFree=4192812/4192956
[pid=24947] ppid=24945 vsize=16868 CPUtime=3.85
/proc/24947/stat : 24947 (sugar) S 24945 24947 18760 0 -1 4194304 1364 21681 0 2 5 2 364 14 16 0 1 0 23927940 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24947/statm: 4217 1112 409 3 0 796 0
[pid=24970] ppid=24947 vsize=5356 CPUtime=0
/proc/24970/stat : 24970 (sh) S 24947 24947 18760 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23928336 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24970/statm: 1339 232 193 169 0 50 0
[pid=24971] ppid=24970 vsize=8000 CPUtime=97.4
/proc/24971/stat : 24971 (picosat) R 24970 24947 18760 0 -1 4194304 1848 0 0 0 9661 79 0 0 25 0 1 0 23928336 8192000 1788 996147200 134512640 134931368 4294956256 18446744073709551615 134525778 0 0 4096 0 0 0 0 17 1 0 0
/proc/24971/statm: 2000 1788 48 102 0 1895 0
Current children cumulated CPU time (s) 101.25
Current children cumulated vsize (KiB) 30224

[startup+162.301 s]
/proc/loadavg: 2.00 2.01 2.04 3/76 24971
/proc/meminfo: memFree=1592312/2055920 swapFree=4192812/4192956
[pid=24947] ppid=24945 vsize=16868 CPUtime=3.85
/proc/24947/stat : 24947 (sugar) S 24945 24947 18760 0 -1 4194304 1364 21681 0 2 5 2 364 14 16 0 1 0 23927940 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24947/statm: 4217 1112 409 3 0 796 0
[pid=24970] ppid=24947 vsize=5356 CPUtime=0
/proc/24970/stat : 24970 (sh) S 24947 24947 18760 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23928336 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24970/statm: 1339 232 193 169 0 50 0
[pid=24971] ppid=24970 vsize=8396 CPUtime=156.83
/proc/24971/stat : 24971 (picosat) R 24970 24947 18760 0 -1 4194304 2069 0 0 0 15604 79 0 0 25 0 1 0 23928336 8597504 1898 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/24971/statm: 2099 1898 48 102 0 1994 0
Current children cumulated CPU time (s) 160.68
Current children cumulated vsize (KiB) 30620

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

[startup+179.103 s]
/proc/loadavg: 2.00 2.01 2.04 3/76 24971
/proc/meminfo: memFree=1592120/2055920 swapFree=4192812/4192956
[pid=24947] ppid=24945 vsize=16868 CPUtime=3.85
/proc/24947/stat : 24947 (sugar) S 24945 24947 18760 0 -1 4194304 1364 21681 0 2 5 2 364 14 16 0 1 0 23927940 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24947/statm: 4217 1112 409 3 0 796 0
[pid=24970] ppid=24947 vsize=5356 CPUtime=0
/proc/24970/stat : 24970 (sh) S 24947 24947 18760 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23928336 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24970/statm: 1339 232 193 169 0 50 0
[pid=24971] ppid=24970 vsize=8528 CPUtime=173.48
/proc/24971/stat : 24971 (picosat) R 24970 24947 18760 0 -1 4194304 2125 0 0 0 17269 79 0 0 25 0 1 0 23928336 8732672 1913 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/24971/statm: 2132 1913 48 102 0 2027 0
Current children cumulated CPU time (s) 177.33
Current children cumulated vsize (KiB) 30752

[startup+204.703 s]
/proc/loadavg: 2.00 2.01 2.04 3/76 24971
/proc/meminfo: memFree=1592056/2055920 swapFree=4192812/4192956
[pid=24947] ppid=24945 vsize=16868 CPUtime=3.85
/proc/24947/stat : 24947 (sugar) S 24945 24947 18760 0 -1 4194304 1364 21681 0 2 5 2 364 14 16 0 1 0 23927940 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24947/statm: 4217 1112 409 3 0 796 0
[pid=24970] ppid=24947 vsize=5356 CPUtime=0
/proc/24970/stat : 24970 (sh) S 24947 24947 18760 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23928336 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24970/statm: 1339 232 193 169 0 50 0
[pid=24971] ppid=24970 vsize=8528 CPUtime=198.83
/proc/24971/stat : 24971 (picosat) R 24970 24947 18760 0 -1 4194304 2179 0 0 0 19804 79 0 0 25 0 1 0 23928336 8732672 1932 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/24971/statm: 2132 1932 48 102 0 2027 0
Current children cumulated CPU time (s) 202.68
Current children cumulated vsize (KiB) 30752

[startup+211.102 s]
/proc/loadavg: 2.00 2.01 2.04 3/76 24971
/proc/meminfo: memFree=1592056/2055920 swapFree=4192812/4192956
[pid=24947] ppid=24945 vsize=16868 CPUtime=3.85
/proc/24947/stat : 24947 (sugar) S 24945 24947 18760 0 -1 4194304 1364 21681 0 2 5 2 364 14 16 0 1 0 23927940 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24947/statm: 4217 1112 409 3 0 796 0
[pid=24970] ppid=24947 vsize=5356 CPUtime=0
/proc/24970/stat : 24970 (sh) S 24947 24947 18760 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23928336 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24970/statm: 1339 232 193 169 0 50 0
[pid=24971] ppid=24970 vsize=8660 CPUtime=205.17
/proc/24971/stat : 24971 (picosat) R 24970 24947 18760 0 -1 4194304 2186 0 0 0 20438 79 0 0 25 0 1 0 23928336 8867840 1939 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/24971/statm: 2165 1939 48 102 0 2060 0
Current children cumulated CPU time (s) 209.02
Current children cumulated vsize (KiB) 30884

[startup+214.302 s]
/proc/loadavg: 2.00 2.01 2.04 3/76 24971
/proc/meminfo: memFree=1591992/2055920 swapFree=4192812/4192956
[pid=24947] ppid=24945 vsize=16868 CPUtime=3.85
/proc/24947/stat : 24947 (sugar) S 24945 24947 18760 0 -1 4194304 1364 21681 0 2 5 2 364 14 16 0 1 0 23927940 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24947/statm: 4217 1112 409 3 0 796 0
[pid=24970] ppid=24947 vsize=5356 CPUtime=0
/proc/24970/stat : 24970 (sh) S 24947 24947 18760 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23928336 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24970/statm: 1339 232 193 169 0 50 0
[pid=24971] ppid=24970 vsize=8740 CPUtime=208.34
/proc/24971/stat : 24971 (picosat) R 24970 24947 18760 0 -1 4194304 2233 0 0 0 20755 79 0 0 25 0 1 0 23928336 8949760 1986 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/24971/statm: 2185 1986 48 102 0 2080 0
Current children cumulated CPU time (s) 212.19
Current children cumulated vsize (KiB) 30964

[startup+215.901 s]
/proc/loadavg: 2.00 2.01 2.04 3/76 24971
/proc/meminfo: memFree=1591992/2055920 swapFree=4192812/4192956
[pid=24947] ppid=24945 vsize=16868 CPUtime=3.85
/proc/24947/stat : 24947 (sugar) S 24945 24947 18760 0 -1 4194304 1364 21681 0 2 5 2 364 14 16 0 1 0 23927940 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24947/statm: 4217 1112 409 3 0 796 0
[pid=24970] ppid=24947 vsize=5356 CPUtime=0
/proc/24970/stat : 24970 (sh) S 24947 24947 18760 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23928336 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24970/statm: 1339 232 193 169 0 50 0
[pid=24971] ppid=24970 vsize=8740 CPUtime=209.93
/proc/24971/stat : 24971 (picosat) R 24970 24947 18760 0 -1 4194304 2233 0 0 0 20914 79 0 0 25 0 1 0 23928336 8949760 1986 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/24971/statm: 2185 1986 48 102 0 2080 0
Current children cumulated CPU time (s) 213.78
Current children cumulated vsize (KiB) 30964

[startup+216.706 s]
/proc/loadavg: 2.00 2.01 2.04 3/76 24971
/proc/meminfo: memFree=1591992/2055920 swapFree=4192812/4192956
[pid=24947] ppid=24945 vsize=16868 CPUtime=3.85
/proc/24947/stat : 24947 (sugar) S 24945 24947 18760 0 -1 4194304 1364 21681 0 2 5 2 364 14 16 0 1 0 23927940 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24947/statm: 4217 1112 409 3 0 796 0
[pid=24970] ppid=24947 vsize=5356 CPUtime=0
/proc/24970/stat : 24970 (sh) S 24947 24947 18760 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23928336 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24970/statm: 1339 232 193 169 0 50 0
[pid=24971] ppid=24970 vsize=8740 CPUtime=210.72
/proc/24971/stat : 24971 (picosat) R 24970 24947 18760 0 -1 4194304 2233 0 0 0 20993 79 0 0 25 0 1 0 23928336 8949760 1986 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/24971/statm: 2185 1986 48 102 0 2080 0
Current children cumulated CPU time (s) 214.57
Current children cumulated vsize (KiB) 30964

[startup+217.101 s]
/proc/loadavg: 2.00 2.01 2.04 3/76 24971
/proc/meminfo: memFree=1591992/2055920 swapFree=4192812/4192956
[pid=24947] ppid=24945 vsize=16868 CPUtime=3.85
/proc/24947/stat : 24947 (sugar) S 24945 24947 18760 0 -1 4194304 1364 21681 0 2 5 2 364 14 16 0 1 0 23927940 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24947/statm: 4217 1112 409 3 0 796 0
[pid=24970] ppid=24947 vsize=5356 CPUtime=0
/proc/24970/stat : 24970 (sh) S 24947 24947 18760 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23928336 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24970/statm: 1339 232 193 169 0 50 0
[pid=24971] ppid=24970 vsize=8740 CPUtime=211.12
/proc/24971/stat : 24971 (picosat) R 24970 24947 18760 0 -1 4194304 2233 0 0 0 21033 79 0 0 25 0 1 0 23928336 8949760 1986 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/24971/statm: 2185 1986 48 102 0 2080 0
Current children cumulated CPU time (s) 214.97
Current children cumulated vsize (KiB) 30964

[startup+217.302 s]
/proc/loadavg: 2.00 2.01 2.04 3/76 24971
/proc/meminfo: memFree=1591992/2055920 swapFree=4192812/4192956
[pid=24947] ppid=24945 vsize=16868 CPUtime=215.06
/proc/24947/stat : 24947 (sugar) S 24945 24947 18760 0 -1 4194304 1445 24201 0 2 5 2 21405 94 16 0 1 0 23927940 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24947/statm: 4217 1112 409 3 0 796 0
Current children cumulated CPU time (s) 215.06
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 217.318
CPU time (s): 215.187
CPU user time (s): 214.198
CPU system time (s): 0.988849
CPU usage (%): 99.0194
Max. virtual memory (cumulated for all children) (KiB): 886712

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 214.198
system time used= 0.988849
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 29394
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= 2932
involuntary context switches= 7398

runsolver used 0.279957 second user time and 0.72289 second system time

The end

Launcher Data

Begin job on node30 at 2009-07-12 05:16:58
IDJOB=2079705
IDBENCH=56939
IDSOLVER=738
FILE ID=node30/2079705-1247368618
PBS_JOBID= 9506992
Free space on /tmp= 66376 MiB

SOLVER NAME= Sugar v1.14.6+picosat
BENCH NAME= CPAI08/csp/rand-3-20-20/normalized-rand-3-20-20-60-632-45_ext.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-2079705-1247368618/watcher-2079705-1247368618 -o /tmp/evaluation-result-2079705-1247368618/solver-2079705-1247368618 -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-2079705-1247368618.xml

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

MD5SUM BENCH= e796ae923cb124c016369356469dc7e4
RANDOM SEED=1331604947

node30.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.277
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.277
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:       1607856 kB
Buffers:         42528 kB
Cached:         276256 kB
SwapCached:          0 kB
Active:         201184 kB
Inactive:       170044 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1607856 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2592 kB
Writeback:           0 kB
Mapped:          63160 kB
Slab:            62164 kB
Committed_AS:   262076 kB
PageTables:       1764 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= 66376 MiB
End job on node30 at 2009-07-12 05:20:36