Trace number 2081476

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+picosat? (MO) 28.0171 29.2042

General information on the benchmark

Namecsp/largeQueens/
normalized-queens-500.xml
MD5SUM2f41b36922ebee8c6bbe2e06a2cfd3a7
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables500
Number of constraints124750
Maximum constraint arity2
Maximum domain size500
Number of constraints which are defined in extension0
Number of constraints which are defined in intension124750
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 06:28:37 2009
0.00/0.08	c 0	PID 26135
0.07/0.08	c 0	HOST node41.alineos.net
0.07/0.08	c 0	CONVERTING HOME/instance-2081476-1247372916.xml TO HOME/temp.csp
0.07/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-2081476-1247372916.xml' 'HOME/temp.csp'
6.10/6.26	c 6	1 domains, 500 variables, 1 predicates, 0 relations, 124750 constraints
6.17/6.32	c 6	ENCODING HOME/temp.csp TO HOME/temp.cnf
6.17/6.33	c 6	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'
6.20/6.41	c 7	Parsing HOME/temp.csp
6.46/6.61	c 7	parsed 10000 expressions
6.65/6.83	c 7	parsed 20000 expressions
6.75/6.96	c 7	parsed 30000 expressions
6.94/7.16	c 7	parsed 40000 expressions
7.05/7.27	c 7	parsed 50000 expressions
7.34/7.57	c 8	parsed 60000 expressions
7.44/7.69	c 8	parsed 70000 expressions
7.63/7.81	c 8	parsed 80000 expressions
7.74/7.93	c 8	parsed 90000 expressions
8.03/8.28	c 8	parsed 100000 expressions
8.23/8.45	c 9	parsed 110000 expressions
8.33/8.57	c 9	parsed 120000 expressions
8.42/8.65	c 9	parsed 125252 expressions
8.42/8.66	c 9	Heap : 51 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
8.42/8.66	c 9	Converting to clausal form CSP
10.60/10.85	c 11	converted 12526 (10%) expressions
12.09/12.33	c 12	converted 25051 (20%) expressions
14.66/14.90	c 15	converted 37576 (30%) expressions
16.14/16.44	c 17	converted 50101 (40%) expressions
17.62/17.92	c 18	converted 62626 (50%) expressions
20.78/21.19	c 21	converted 75152 (60%) expressions
22.37/22.71	c 23	converted 87677 (70%) expressions
23.85/24.27	c 24	converted 100202 (80%) expressions
25.42/25.80	c 26	converted 112727 (90%) expressions
27.50/27.94	c ERROR INTERRUPTED
6.20/29.20	s UNKNOWN
6.20/29.20	c 29	CPU 6.21 (0.05 0.02 5.73 0.41)
6.20/29.20	c 29	END Sun Jul 12 06:29:06 2009

Verifier Data

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: UNKNOWN

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2081476-1247372916/watcher-2081476-1247372916 -o /tmp/evaluation-result-2081476-1247372916/solver-2081476-1247372916 -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-2081476-1247372916.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.02 2.06 2.01 4/82 26135
/proc/meminfo: memFree=1179216/2055920 swapFree=4192812/4192956
[pid=26135] ppid=26133 vsize=18576 CPUtime=0
/proc/26135/stat : 26135 (runsolver) R 26133 26135 18353 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 23983411 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 209135922471 0 0 4096 24578 0 0 0 17 1 0 0
/proc/26135/statm: 4644 284 249 26 0 2626 0

[startup+0.0862461 s]
/proc/loadavg: 2.02 2.06 2.01 4/82 26135
/proc/meminfo: memFree=1179216/2055920 swapFree=4192812/4192956
[pid=26135] ppid=26133 vsize=16740 CPUtime=0.07
/proc/26135/stat : 26135 (sugar) S 26133 26135 18353 0 -1 4194304 1152 0 0 0 5 2 0 0 18 0 1 0 23983411 17141760 1107 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26135/statm: 4185 1107 406 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+0.101801 s]
/proc/loadavg: 2.02 2.06 2.01 4/82 26135
/proc/meminfo: memFree=1179216/2055920 swapFree=4192812/4192956
[pid=26135] ppid=26133 vsize=16868 CPUtime=0.07
/proc/26135/stat : 26135 (sugar) S 26133 26135 18353 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 23983411 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26135/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.302809 s]
/proc/loadavg: 2.02 2.06 2.01 4/82 26135
/proc/meminfo: memFree=1179216/2055920 swapFree=4192812/4192956
[pid=26135] ppid=26133 vsize=16868 CPUtime=0.07
/proc/26135/stat : 26135 (sugar) S 26133 26135 18353 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 23983411 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26135/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.702848 s]
/proc/loadavg: 2.02 2.06 2.01 4/82 26135
/proc/meminfo: memFree=1179216/2055920 swapFree=4192812/4192956
[pid=26135] ppid=26133 vsize=16868 CPUtime=0.07
/proc/26135/stat : 26135 (sugar) S 26133 26135 18353 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 23983411 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26135/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+1.50192 s]
/proc/loadavg: 2.02 2.06 2.01 4/93 26147
/proc/meminfo: memFree=1154360/2055920 swapFree=4192812/4192956
[pid=26135] ppid=26133 vsize=16868 CPUtime=0.07
/proc/26135/stat : 26135 (sugar) S 26133 26135 18353 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 23983411 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26135/statm: 4217 1111 409 3 0 796 0
[pid=26138] ppid=26135 vsize=5356 CPUtime=0
/proc/26138/stat : 26138 (sh) S 26135 26135 18353 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23983420 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26138/statm: 1339 233 193 169 0 50 0
[pid=26139] ppid=26138 vsize=864768 CPUtime=1.38
/proc/26139/stat : 26139 (java) S 26138 26135 18353 0 -1 0 14354 0 1 0 128 10 0 0 18 0 9 0 23983420 885522432 11885 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26139/statm: 216192 11885 2557 9 0 210704 0
[pid=26139/tid=26140] ppid=26138 vsize=864768 CPUtime=0.78
/proc/26139/task/26140/stat : 26140 (java) R 26138 26135 18353 0 -1 64 3039 0 1 0 75 3 0 0 24 0 9 0 23983421 885522432 11885 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26139/tid=26141] ppid=26138 vsize=864768 CPUtime=0.48
/proc/26139/task/26141/stat : 26141 (java) R 26138 26135 18353 0 -1 64 10111 0 0 0 43 5 0 0 16 0 9 0 23983423 885522432 11885 996147200 134512640 134550932 4294955984 18446744073709551615 103826425 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26139/tid=26142] ppid=26138 vsize=864768 CPUtime=0
/proc/26139/task/26142/stat : 26142 (java) S 26138 26135 18353 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 23983423 885522432 11885 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26139/tid=26143] ppid=26138 vsize=864768 CPUtime=0
/proc/26139/task/26143/stat : 26143 (java) S 26138 26135 18353 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 23983423 885522432 11885 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26139/tid=26144] ppid=26138 vsize=864768 CPUtime=0
/proc/26139/task/26144/stat : 26144 (java) S 26138 26135 18353 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 23983425 885522432 11885 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26139/tid=26145] ppid=26138 vsize=864768 CPUtime=0.09
/proc/26139/task/26145/stat : 26145 (java) S 26138 26135 18353 0 -1 64 499 0 0 0 9 0 0 0 16 0 9 0 23983425 885522432 11885 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26139/tid=26146] ppid=26138 vsize=864768 CPUtime=0
/proc/26139/task/26146/stat : 26146 (java) S 26138 26135 18353 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 23983425 885522432 11885 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26139/tid=26147] ppid=26138 vsize=864768 CPUtime=0
/proc/26139/task/26147/stat : 26147 (java) S 26138 26135 18353 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23983425 885522432 11885 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 886992

[startup+3.10106 s]
/proc/loadavg: 2.02 2.06 2.01 4/93 26147
/proc/meminfo: memFree=1113144/2055920 swapFree=4192812/4192956
[pid=26135] ppid=26133 vsize=16868 CPUtime=0.07
/proc/26135/stat : 26135 (sugar) S 26133 26135 18353 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 23983411 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26135/statm: 4217 1111 409 3 0 796 0
[pid=26138] ppid=26135 vsize=5356 CPUtime=0
/proc/26138/stat : 26138 (sh) S 26135 26135 18353 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23983420 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26138/statm: 1339 233 193 169 0 50 0
[pid=26139] ppid=26138 vsize=864772 CPUtime=2.96
/proc/26139/stat : 26139 (java) S 26138 26135 18353 0 -1 0 32518 0 1 0 276 20 0 0 18 0 9 0 23983420 885526528 27103 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26139/statm: 216193 27103 2557 9 0 210705 0
[pid=26139/tid=26140] ppid=26138 vsize=864772 CPUtime=1.56
/proc/26139/task/26140/stat : 26140 (java) R 26138 26135 18353 0 -1 64 3916 0 1 0 151 5 0 0 25 0 9 0 23983421 885526528 27103 996147200 134512640 134550932 4294955984 18446744073709551615 4126440049 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26139/tid=26141] ppid=26138 vsize=864772 CPUtime=1.28
/proc/26139/task/26141/stat : 26141 (java) S 26138 26135 18353 0 -1 64 27398 0 0 0 114 14 0 0 16 0 9 0 23983423 885526528 27103 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26139/tid=26142] ppid=26138 vsize=864772 CPUtime=0
/proc/26139/task/26142/stat : 26142 (java) S 26138 26135 18353 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 23983423 885526528 27103 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26139/tid=26143] ppid=26138 vsize=864772 CPUtime=0
/proc/26139/task/26143/stat : 26143 (java) S 26138 26135 18353 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 23983423 885526528 27103 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26139/tid=26144] ppid=26138 vsize=864772 CPUtime=0
/proc/26139/task/26144/stat : 26144 (java) S 26138 26135 18353 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 23983425 885526528 27103 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26139/tid=26145] ppid=26138 vsize=864772 CPUtime=0.09
/proc/26139/task/26145/stat : 26145 (java) S 26138 26135 18353 0 -1 64 499 0 0 0 9 0 0 0 16 0 9 0 23983425 885526528 27103 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26139/tid=26146] ppid=26138 vsize=864772 CPUtime=0
/proc/26139/task/26146/stat : 26146 (java) S 26138 26135 18353 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 23983425 885526528 27103 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26139/tid=26147] ppid=26138 vsize=864772 CPUtime=0
/proc/26139/task/26147/stat : 26147 (java) S 26138 26135 18353 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23983425 885526528 27103 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.03
Current children cumulated vsize (KiB) 886996

[startup+6.30249 s]
/proc/loadavg: 2.10 2.08 2.02 4/93 26147
/proc/meminfo: memFree=1005624/2055920 swapFree=4192812/4192956
[pid=26135] ppid=26133 vsize=16868 CPUtime=0.07
/proc/26135/stat : 26135 (sugar) S 26133 26135 18353 0 -1 4194304 1245 128 0 0 5 2 0 0 16 0 1 0 23983411 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26135/statm: 4217 1111 409 3 0 796 0
[pid=26138] ppid=26135 vsize=5356 CPUtime=0
/proc/26138/stat : 26138 (sh) S 26135 26135 18353 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23983420 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26138/statm: 1339 233 193 169 0 50 0
[pid=26139] ppid=26138 vsize=0 CPUtime=6.1
/proc/26139/stat : 26139 (java) Z 26138 26135 18353 0 -1 12 54300 0 1 0 572 38 0 0 16 0 2 0 23983420 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26139/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 22224

[startup+12.7029 s]
/proc/loadavg: 2.17 2.09 2.02 3/93 26157
/proc/meminfo: memFree=1051896/2055920 swapFree=4192812/4192956
[pid=26135] ppid=26133 vsize=16868 CPUtime=6.2
/proc/26135/stat : 26135 (sugar) S 26133 26135 18353 0 -1 4194304 1309 54713 0 1 5 2 572 41 16 0 1 0 23983411 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26135/statm: 4217 1111 409 3 0 796 0
[pid=26148] ppid=26135 vsize=5356 CPUtime=0
/proc/26148/stat : 26148 (sh) S 26135 26135 18353 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23984044 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26148/statm: 1339 233 193 169 0 50 0
[pid=26149] ppid=26148 vsize=868604 CPUtime=6.28
/proc/26149/stat : 26149 (java) S 26148 26135 18353 0 -1 0 37842 0 1 0 605 23 0 0 18 0 9 0 23984044 889450496 35550 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26149/statm: 217151 35550 2566 9 0 211656 0
[pid=26149/tid=26150] ppid=26148 vsize=868604 CPUtime=3.49
/proc/26149/task/26150/stat : 26150 (java) R 26148 26135 18353 0 -1 64 3778 0 1 0 346 3 0 0 25 0 9 0 23984045 889450496 35550 996147200 134512640 134550932 4294955936 18446744073709551615 4126519880 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26149/tid=26151] ppid=26148 vsize=868604 CPUtime=2.58
/proc/26149/task/26151/stat : 26151 (java) S 26148 26135 18353 0 -1 64 31890 0 0 0 240 18 0 0 16 0 9 0 23984047 889450496 35550 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26149/tid=26152] ppid=26148 vsize=868604 CPUtime=0
/proc/26149/task/26152/stat : 26152 (java) S 26148 26135 18353 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23984047 889450496 35550 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26149/tid=26153] ppid=26148 vsize=868604 CPUtime=0
/proc/26149/task/26153/stat : 26153 (java) S 26148 26135 18353 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 23984047 889450496 35550 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26149/tid=26154] ppid=26148 vsize=868604 CPUtime=0
/proc/26149/task/26154/stat : 26154 (java) S 26148 26135 18353 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23984049 889450496 35550 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26149/tid=26155] ppid=26148 vsize=868604 CPUtime=0.18
/proc/26149/task/26155/stat : 26155 (java) S 26148 26135 18353 0 -1 64 1471 0 0 0 18 0 0 0 17 0 9 0 23984049 889450496 35550 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26149/tid=26156] ppid=26148 vsize=868604 CPUtime=0
/proc/26149/task/26156/stat : 26156 (java) S 26148 26135 18353 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 23984049 889450496 35550 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26149/tid=26157] ppid=26148 vsize=868604 CPUtime=0
/proc/26149/task/26157/stat : 26157 (java) S 26148 26135 18353 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23984049 889450496 35550 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.48
Current children cumulated vsize (KiB) 890828

[startup+25.502 s]
/proc/loadavg: 2.35 2.13 2.04 3/93 26157
/proc/meminfo: memFree=852792/2055920 swapFree=4192812/4192956
[pid=26135] ppid=26133 vsize=16868 CPUtime=6.2
/proc/26135/stat : 26135 (sugar) S 26133 26135 18353 0 -1 4194304 1309 54713 0 1 5 2 572 41 16 0 1 0 23983411 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26135/statm: 4217 1111 409 3 0 796 0
[pid=26148] ppid=26135 vsize=5356 CPUtime=0
/proc/26148/stat : 26148 (sh) S 26135 26135 18353 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23984044 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26148/statm: 1339 233 193 169 0 50 0
[pid=26149] ppid=26148 vsize=868604 CPUtime=18.93
/proc/26149/stat : 26149 (java) S 26148 26135 18353 0 -1 0 105468 0 1 0 1832 61 0 0 18 0 9 0 23984044 889450496 83681 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26149/statm: 217151 83681 2567 9 0 211656 0
[pid=26149/tid=26150] ppid=26148 vsize=868604 CPUtime=10
/proc/26149/task/26150/stat : 26150 (java) R 26148 26135 18353 0 -1 64 5950 0 1 0 995 5 0 0 25 0 9 0 23984045 889450496 83681 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26149/tid=26151] ppid=26148 vsize=868604 CPUtime=8.72
/proc/26149/task/26151/stat : 26151 (java) R 26148 26135 18353 0 -1 64 97344 0 0 0 818 54 0 0 16 0 9 0 23984047 889450496 83681 996147200 134512640 134550932 4294955936 18446744073709551615 102549400 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26149/tid=26152] ppid=26148 vsize=868604 CPUtime=0
/proc/26149/task/26152/stat : 26152 (java) S 26148 26135 18353 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23984047 889450496 83681 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26149/tid=26153] ppid=26148 vsize=868604 CPUtime=0
/proc/26149/task/26153/stat : 26153 (java) S 26148 26135 18353 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 23984047 889450496 83681 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26149/tid=26154] ppid=26148 vsize=868604 CPUtime=0
/proc/26149/task/26154/stat : 26154 (java) S 26148 26135 18353 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23984049 889450496 83681 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26149/tid=26155] ppid=26148 vsize=868604 CPUtime=0.18
/proc/26149/task/26155/stat : 26155 (java) S 26148 26135 18353 0 -1 64 1471 0 0 0 18 0 0 0 17 0 9 0 23984049 889450496 83681 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26149/tid=26156] ppid=26148 vsize=868604 CPUtime=0
/proc/26149/task/26156/stat : 26156 (java) S 26148 26135 18353 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 23984049 889450496 83681 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26149/tid=26157] ppid=26148 vsize=868604 CPUtime=0
/proc/26149/task/26157/stat : 26157 (java) S 26148 26135 18353 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23984049 889450496 83681 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.13
Current children cumulated vsize (KiB) 890828



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+27.9013 s]
/proc/loadavg: 2.35 2.13 2.04 4/93 26157
/proc/meminfo: memFree=790392/2055920 swapFree=4192812/4192956
[pid=26135] ppid=26133 vsize=16868 CPUtime=6.2
/proc/26135/stat : 26135 (sugar) S 26133 26135 18353 0 -1 4194304 1309 54713 0 1 5 2 572 41 16 0 1 0 23983411 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26135/statm: 4217 1111 409 3 0 796 0
[pid=26148] ppid=26135 vsize=5356 CPUtime=0
/proc/26148/stat : 26148 (sh) S 26135 26135 18353 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23984044 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26148/statm: 1339 233 193 169 0 50 0
[pid=26149] ppid=26148 vsize=902220 CPUtime=21.3
/proc/26149/stat : 26149 (java) S 26148 26135 18353 0 -1 0 123038 0 1 0 2058 72 0 0 18 0 9 0 23984044 923873280 97499 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26149/statm: 225555 97499 2567 9 0 220060 0
[pid=26149/tid=26150] ppid=26148 vsize=902220 CPUtime=10.98
/proc/26149/task/26150/stat : 26150 (java) R 26148 26135 18353 0 -1 64 5957 0 1 0 1092 6 0 0 25 0 9 0 23984045 923873280 97499 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26149/tid=26151] ppid=26148 vsize=902220 CPUtime=10.11
/proc/26149/task/26151/stat : 26151 (java) R 26148 26135 18353 0 -1 64 114907 0 0 0 946 65 0 0 16 0 9 0 23984047 923873280 97499 996147200 134512640 134550932 4294955936 18446744073709551615 102500650 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26149/tid=26152] ppid=26148 vsize=902220 CPUtime=0
/proc/26149/task/26152/stat : 26152 (java) S 26148 26135 18353 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23984047 923873280 97499 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26149/tid=26153] ppid=26148 vsize=902220 CPUtime=0
/proc/26149/task/26153/stat : 26153 (java) S 26148 26135 18353 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 23984047 923873280 97499 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26149/tid=26154] ppid=26148 vsize=902220 CPUtime=0
/proc/26149/task/26154/stat : 26154 (java) S 26148 26135 18353 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23984049 923873280 97499 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26149/tid=26155] ppid=26148 vsize=902220 CPUtime=0.18
/proc/26149/task/26155/stat : 26155 (java) S 26148 26135 18353 0 -1 64 1471 0 0 0 18 0 0 0 17 0 9 0 23984049 923873280 97499 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26149/tid=26156] ppid=26148 vsize=902220 CPUtime=0
/proc/26149/task/26156/stat : 26156 (java) S 26148 26135 18353 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 23984049 923873280 97499 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26149/tid=26157] ppid=26148 vsize=902220 CPUtime=0
/proc/26149/task/26157/stat : 26157 (java) S 26148 26135 18353 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23984049 923873280 97499 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 27.5
Current children cumulated vsize (KiB) 924444

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

############
# WARNING:
# current cumulated CPU time (6.2 s) is less than in the last sample (27.99 s)
# The time of a child was probably not reported to its father.
# (see the two samples below)
# Adding the difference (21.79 s) to the 'lost time'.

[startup+28.4023 s]
/proc/loadavg: 2.35 2.13 2.04 4/93 26157
/proc/meminfo: memFree=790392/2055920 swapFree=4192812/4192956
[pid=26135] ppid=26133 vsize=16868 CPUtime=6.2
/proc/26135/stat : 26135 (sugar) S 26133 26135 18353 0 -1 4194304 1323 54713 0 1 5 2 572 41 16 0 1 0 23983411 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 16384 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/26135/statm: 4217 1112 409 3 0 796 0
[pid=26148] ppid=26135 vsize=0 CPUtime=0
/proc/26148/stat : 26148 (sh) Z 26135 26135 18353 0 -1 4195340 278 0 0 0 0 0 0 0 16 0 1 0 23984044 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 1 0 0
/proc/26148/statm: 0 0 0 0 0 0 0
[pid=26149] ppid=1 vsize=897096 CPUtime=21.79
/proc/26149/stat : 26149 (java) S 1 26135 18353 0 -1 0 124973 0 1 0 2106 73 0 0 16 0 9 0 23984044 918626304 98153 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26149/statm: 224274 98153 2567 9 0 218779 0
[pid=26149/tid=26150] ppid=1 vsize=897096 CPUtime=10.98
/proc/26149/task/26150/stat : 26150 (java) R 1 26135 18353 0 -1 64 5957 0 1 0 1092 6 0 0 25 0 9 0 23984045 918626304 98153 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26149/tid=26151] ppid=1 vsize=897096 CPUtime=10.6
/proc/26149/task/26151/stat : 26151 (java) R 1 26135 18353 0 -1 64 116842 0 0 0 994 66 0 0 17 0 9 0 23984047 918626304 98153 996147200 134512640 134550932 4294955936 18446744073709551615 104189893 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26149/tid=26152] ppid=1 vsize=897096 CPUtime=0
/proc/26149/task/26152/stat : 26152 (java) S 1 26135 18353 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23984047 918626304 98153 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26149/tid=26153] ppid=1 vsize=897096 CPUtime=0
/proc/26149/task/26153/stat : 26153 (java) S 1 26135 18353 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 23984047 918626304 98153 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26149/tid=26154] ppid=1 vsize=897096 CPUtime=0
/proc/26149/task/26154/stat : 26154 (java) S 1 26135 18353 0 -1 64 1 0 0 0 0 0 0 0 16 0 9 0 23984049 918626304 98153 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26149/tid=26155] ppid=1 vsize=897096 CPUtime=0.18
/proc/26149/task/26155/stat : 26155 (java) S 1 26135 18353 0 -1 64 1471 0 0 0 18 0 0 0 17 0 9 0 23984049 918626304 98153 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26149/tid=26156] ppid=1 vsize=897096 CPUtime=0
/proc/26149/task/26156/stat : 26156 (java) S 1 26135 18353 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 23984049 918626304 98153 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26149/tid=26157] ppid=1 vsize=897096 CPUtime=0
/proc/26149/task/26157/stat : 26157 (java) S 1 26135 18353 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23984049 918626304 98153 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 27.99
Current children cumulated vsize (KiB) 913964

[startup+28.5023 s]
/proc/loadavg: 2.35 2.13 2.04 4/94 26158
/proc/meminfo: memFree=787760/2055920 swapFree=4192812/4192956
[pid=26135] ppid=26133 vsize=16868 CPUtime=6.2
/proc/26135/stat : 26135 (sugar) S 26133 26135 18353 0 -1 4194304 1323 54713 0 1 5 2 572 41 16 0 1 0 23983411 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 16384 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/26135/statm: 4217 1112 409 3 0 796 0
[pid=26148] ppid=26135 vsize=0 CPUtime=0
/proc/26148/stat : 26148 (sh) Z 26135 26135 18353 0 -1 4195340 278 0 0 0 0 0 0 0 16 0 1 0 23984044 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 1 0 0
/proc/26148/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 16868
#
############


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

[startup+28.6073 s]
/proc/loadavg: 2.35 2.13 2.04 4/94 26158
/proc/meminfo: memFree=787760/2055920 swapFree=4192812/4192956
[pid=26135] ppid=26133 vsize=16868 CPUtime=6.2
/proc/26135/stat : 26135 (sugar) S 26133 26135 18353 0 -1 4194304 1323 54713 0 1 5 2 572 41 16 0 1 0 23983411 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 16384 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/26135/statm: 4217 1112 409 3 0 796 0
[pid=26148] ppid=26135 vsize=0 CPUtime=0
/proc/26148/stat : 26148 (sh) Z 26135 26135 18353 0 -1 4195340 278 0 0 0 0 0 0 0 16 0 1 0 23984044 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 1 0 0
/proc/26148/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 16868

[startup+29.0014 s]
/proc/loadavg: 2.35 2.13 2.04 4/94 26158
/proc/meminfo: memFree=787760/2055920 swapFree=4192812/4192956
[pid=26135] ppid=26133 vsize=16868 CPUtime=6.2
/proc/26135/stat : 26135 (sugar) S 26133 26135 18353 0 -1 4194304 1323 54713 0 1 5 2 572 41 16 0 1 0 23983411 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 16384 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/26135/statm: 4217 1112 409 3 0 796 0
[pid=26148] ppid=26135 vsize=0 CPUtime=0
/proc/26148/stat : 26148 (sh) Z 26135 26135 18353 0 -1 4195340 278 0 0 0 0 0 0 0 16 0 1 0 23984044 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 1 0 0
/proc/26148/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 16868

[startup+29.2015 s]
/proc/loadavg: 2.35 2.13 2.04 4/94 26158
/proc/meminfo: memFree=787760/2055920 swapFree=4192812/4192956
[pid=26135] ppid=26133 vsize=16868 CPUtime=6.2
/proc/26135/stat : 26135 (sugar) S 26133 26135 18353 0 -1 4194304 1323 54713 0 1 5 2 572 41 16 0 1 0 23983411 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 16384 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/26135/statm: 4217 1112 409 3 0 796 0
[pid=26148] ppid=26135 vsize=0 CPUtime=0
/proc/26148/stat : 26148 (sh) Z 26135 26135 18353 0 -1 4195340 278 0 0 0 0 0 0 0 16 0 1 0 23984044 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 1 0 0
/proc/26148/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 16868

Child status: 0

# WARNING:
# The CPU time of some children was not reported to their father
# (probably because of a missing or aborted wait()).
# This 'lost CPU time' is added to the watched process CPU time.
#  lost CPU time (s): 21.79
#  lost CPU user time (s): 21.06
#  lost CPU system time (s): 0.73

Real time (s): 29.2042
CPU time (s): 28.0171
CPU user time (s): 26.8501
CPU system time (s): 1.16693
CPU usage (%): 95.935
Max. virtual memory (cumulated for all children) (KiB): 924444

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 5.79012
system time used= 0.436933
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 56389
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1104
involuntary context switches= 1100

runsolver used 0.052991 second user time and 0.12898 second system time

The end

Launcher Data

Begin job on node41 at 2009-07-12 06:28:37
IDJOB=2081476
IDBENCH=57401
IDSOLVER=738
FILE ID=node41/2081476-1247372916
PBS_JOBID= 9507006
Free space on /tmp= 65864 MiB

SOLVER NAME= Sugar v1.14.6+picosat
BENCH NAME= CPAI08/csp/largeQueens/normalized-queens-500.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-2081476-1247372916/watcher-2081476-1247372916 -o /tmp/evaluation-result-2081476-1247372916/solver-2081476-1247372916 -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-2081476-1247372916.xml

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

MD5SUM BENCH= 2f41b36922ebee8c6bbe2e06a2cfd3a7
RANDOM SEED=935491624

node41.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.212
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5931.00
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.212
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1179696 kB
Buffers:         41672 kB
Cached:         297716 kB
SwapCached:          0 kB
Active:         636948 kB
Inactive:       163456 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1179696 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:           17800 kB
Writeback:           0 kB
Mapped:         481416 kB
Slab:            60392 kB
Committed_AS:   658456 kB
PageTables:       2648 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= 65860 MiB
End job on node41 at 2009-07-12 06:29:07