Trace number 2079210

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 51.0142 51.6422

General information on the benchmark

Namecsp/lexVg/
normalized-crossword-m1c-lex-vg11-15_ext.xml
MD5SUM94a222d57bade926026175cb32fe08c2
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 benchmark0.028995
Satisfiable
(Un)Satisfiability was proved
Number of variables165
Number of constraints26
Maximum constraint arity15
Maximum domain size26
Number of constraints which are defined in extension26
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data

0.05/0.08	c 0	Sugar v1-14-6 + HOME/picosat
0.05/0.08	c 0	BEGIN Sun Jul 12 05:05:59 2009
0.05/0.08	c 0	PID 26443
0.05/0.08	c 0	HOST node40.alineos.net
0.05/0.08	c 0	CONVERTING HOME/instance-2079210-1247367959.xml TO HOME/temp.csp
0.05/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-2079210-1247367959.xml' 'HOME/temp.csp'
0.06/0.31	c 1	1 domains, 165 variables, 0 predicates, 2 relations, 26 constraints
0.06/0.35	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.35	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.29/0.43	c 1	Parsing HOME/temp.csp
0.29/0.56	c 1	parsed 194 expressions
0.29/0.59	c 1	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.29/0.59	c 1	Converting to clausal form CSP
0.29/0.61	c 1	converted 20 (10%) expressions
0.29/0.61	c 1	converted 39 (20%) expressions
0.29/0.61	c 1	converted 59 (30%) expressions
0.29/0.61	c 1	converted 78 (40%) expressions
0.29/0.61	c 1	converted 97 (50%) expressions
0.29/0.61	c 1	converted 117 (60%) expressions
0.29/0.61	c 1	converted 136 (70%) expressions
0.29/0.61	c 1	converted 156 (80%) expressions
0.29/0.78	c 1	converted 175 (90%) expressions
0.92/1.04	c 1	converted 194 (100%) expressions
0.92/1.04	c 1	CSP : 165 integers, 0 booleans, 26 clauses, largest domain size 26
0.92/1.04	c 1	Heap : 14 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.92/1.04	c 1	Propagation in CSP
0.92/1.04	c 1	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.92/1.04	c 1	CSP : 165 integers, 0 booleans, 26 clauses, largest domain size 26
0.92/1.04	c 1	Heap : 14 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.92/1.04	c 1	Simplifing CSP by introducing new Boolean variables
0.92/1.04	c 1	CSP : 165 integers, 0 booleans, 26 clauses, largest domain size 26
0.92/1.04	c 1	Heap : 14 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.01/1.13	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.01/1.15	c 1	17 (10%) CSP integer variables are encoded (408 clauses, 4344 bytes)
1.01/1.16	c 2	33 (20%) CSP integer variables are encoded (792 clauses, 8568 bytes)
1.01/1.16	c 2	50 (30%) CSP integer variables are encoded (1200 clauses, 13537 bytes)
1.01/1.16	c 2	66 (40%) CSP integer variables are encoded (1584 clauses, 18529 bytes)
1.01/1.16	c 2	83 (50%) CSP integer variables are encoded (1992 clauses, 23833 bytes)
1.01/1.16	c 2	99 (60%) CSP integer variables are encoded (2376 clauses, 28825 bytes)
1.01/1.16	c 2	116 (70%) CSP integer variables are encoded (2784 clauses, 34129 bytes)
1.01/1.16	c 2	132 (80%) CSP integer variables are encoded (3168 clauses, 39121 bytes)
1.01/1.16	c 2	149 (90%) CSP integer variables are encoded (3576 clauses, 44425 bytes)
1.01/1.17	c 2	165 (100%) CSP integer variables are encoded (3960 clauses, 49417 bytes)
7.83/8.04	c 8	3 (10%) CSP clauses are encoded (65070 clauses, 4270483 bytes)
14.46/14.70	c 15	6 (20%) CSP clauses are encoded (126180 clauses, 8590959 bytes)
18.91/19.27	c 20	8 (30%) CSP clauses are encoded (166920 clauses, 11497471 bytes)
25.65/26.06	c 26	11 (40%) CSP clauses are encoded (228030 clauses, 15895881 bytes)
30.00/30.49	c 31	13 (50%) CSP clauses are encoded (268770 clauses, 18879427 bytes)
34.65/35.17	c 36	16 (60%) CSP clauses are encoded (310959 clauses, 21959615 bytes)
34.84/35.39	c 36	19 (70%) CSP clauses are encoded (315306 clauses, 22311640 bytes)
35.04/35.54	c 36	21 (80%) CSP clauses are encoded (318204 clauses, 22575912 bytes)
35.24/35.76	c 36	24 (90%) CSP clauses are encoded (322551 clauses, 22972320 bytes)
35.45/35.91	c 36	26 (100%) CSP clauses are encoded (325449 clauses, 23236592 bytes)
35.45/35.91	c 36	26 CSP clauses encoded
35.45/35.91	c 36	Writing map file : HOME/temp.map
35.45/35.92	c 36	Heap : 19 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
35.45/35.92	c 36	SAT : 4125 SAT variables, 325449 SAT clauses, 23236592 bytes
35.45/35.92	c 36	Heap : 19 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
35.45/35.94	c 36	SOLVING HOME/temp.cnf
35.45/35.94	c 36	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
50.78/51.46	c 52	DECODING HOME/temp.out WITH HOME/temp.map
50.78/51.46	c 52	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'
50.85/51.54	c 52	Decoding HOME/temp.out
50.85/51.58	s UNSATISFIABLE
50.85/51.59	c 52	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
50.96/51.63	c 52	CPU 50.98 (0.06 0.01 44.58 6.33)
50.96/51.63	c 52	END Sun Jul 12 05:06:51 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-2079210-1247367959/watcher-2079210-1247367959 -o /tmp/evaluation-result-2079210-1247367959/solver-2079210-1247367959 -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-2079210-1247367959.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.03 2.03 4/76 26443
/proc/meminfo: memFree=1093896/2055920 swapFree=4192812/4192956
[pid=26443] ppid=26441 vsize=18576 CPUtime=0
/proc/26443/stat : 26443 (runsolver) R 26441 26443 22472 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 23487216 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 264519609639 0 0 4096 24578 0 0 0 17 1 0 0
/proc/26443/statm: 4644 284 249 26 0 2626 0

[startup+0.059793 s]
/proc/loadavg: 2.02 2.03 2.03 4/76 26443
/proc/meminfo: memFree=1093896/2055920 swapFree=4192812/4192956
[pid=26443] ppid=26441 vsize=15948 CPUtime=0.05
/proc/26443/stat : 26443 (sugar) R 26441 26443 22472 0 -1 4194304 908 0 0 0 4 1 0 0 18 0 1 0 23487216 16330752 876 996147200 4194304 4206940 548682068608 18446744073709551615 264539364208 0 0 4224 0 0 0 0 17 1 0 0
/proc/26443/statm: 3987 876 380 3 0 566 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 15948

[startup+0.101797 s]
/proc/loadavg: 2.02 2.03 2.03 4/76 26443
/proc/meminfo: memFree=1093896/2055920 swapFree=4192812/4192956
[pid=26443] ppid=26441 vsize=16868 CPUtime=0.06
/proc/26443/stat : 26443 (sugar) S 26441 26443 22472 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 23487216 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26443/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301823 s]
/proc/loadavg: 2.02 2.03 2.03 4/76 26443
/proc/meminfo: memFree=1093896/2055920 swapFree=4192812/4192956
[pid=26443] ppid=26441 vsize=16868 CPUtime=0.06
/proc/26443/stat : 26443 (sugar) S 26441 26443 22472 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 23487216 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26443/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701879 s]
/proc/loadavg: 2.02 2.03 2.03 4/76 26443
/proc/meminfo: memFree=1093896/2055920 swapFree=4192812/4192956
[pid=26443] ppid=26441 vsize=16868 CPUtime=0.29
/proc/26443/stat : 26443 (sugar) S 26441 26443 22472 0 -1 4194304 1309 4429 0 1 6 1 18 4 15 0 1 0 23487216 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26443/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 16868

[startup+1.50302 s]
/proc/loadavg: 2.10 2.04 2.04 4/87 26465
/proc/meminfo: memFree=1070960/2055920 swapFree=4192812/4192956
[pid=26443] ppid=26441 vsize=16868 CPUtime=0.29
/proc/26443/stat : 26443 (sugar) S 26441 26443 22472 0 -1 4194304 1310 4429 0 1 6 1 18 4 15 0 1 0 23487216 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26443/statm: 4217 1111 409 3 0 796 0
[pid=26456] ppid=26443 vsize=5356 CPUtime=0
/proc/26456/stat : 26456 (sh) S 26443 26443 22472 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23487251 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26456/statm: 1339 233 193 169 0 50 0
[pid=26457] ppid=26456 vsize=864352 CPUtime=1.12
/proc/26457/stat : 26457 (java) S 26456 26443 22472 0 -1 0 8849 0 1 0 107 5 0 0 18 0 9 0 23487251 885096448 8080 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26457/statm: 216088 8080 2590 9 0 210565 0
[pid=26457/tid=26458] ppid=26456 vsize=864352 CPUtime=0.65
/proc/26457/task/26458/stat : 26458 (java) R 26456 26443 22472 0 -1 64 2876 0 1 0 64 1 0 0 20 0 9 0 23487252 885096448 8080 996147200 134512640 134550932 4294955936 18446744073709551615 4126568212 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26457/tid=26459] ppid=26456 vsize=864352 CPUtime=0.37
/proc/26457/task/26459/stat : 26459 (java) S 26456 26443 22472 0 -1 64 4958 0 0 0 35 2 0 0 16 0 9 0 23487253 885096448 8080 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26457/tid=26460] ppid=26456 vsize=864352 CPUtime=0
/proc/26457/task/26460/stat : 26460 (java) S 26456 26443 22472 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 23487254 885096448 8080 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26457/tid=26461] ppid=26456 vsize=864352 CPUtime=0
/proc/26457/task/26461/stat : 26461 (java) S 26456 26443 22472 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 23487254 885096448 8080 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26457/tid=26462] ppid=26456 vsize=864352 CPUtime=0
/proc/26457/task/26462/stat : 26462 (java) S 26456 26443 22472 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23487256 885096448 8080 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26457/tid=26463] ppid=26456 vsize=864352 CPUtime=0.07
/proc/26457/task/26463/stat : 26463 (java) S 26456 26443 22472 0 -1 64 316 0 0 0 7 0 0 0 16 0 9 0 23487256 885096448 8080 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26457/tid=26464] ppid=26456 vsize=864352 CPUtime=0
/proc/26457/task/26464/stat : 26464 (java) S 26456 26443 22472 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 23487256 885096448 8080 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26457/tid=26465] ppid=26456 vsize=864352 CPUtime=0
/proc/26457/task/26465/stat : 26465 (java) S 26456 26443 22472 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23487256 885096448 8080 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) 886576

[startup+3.10218 s]
/proc/loadavg: 2.10 2.04 2.04 4/87 26465
/proc/meminfo: memFree=1067760/2055920 swapFree=4192812/4192956
[pid=26443] ppid=26441 vsize=16868 CPUtime=0.29
/proc/26443/stat : 26443 (sugar) S 26441 26443 22472 0 -1 4194304 1310 4429 0 1 6 1 18 4 15 0 1 0 23487216 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26443/statm: 4217 1111 409 3 0 796 0
[pid=26456] ppid=26443 vsize=5356 CPUtime=0
/proc/26456/stat : 26456 (sh) S 26443 26443 22472 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23487251 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26456/statm: 1339 233 193 169 0 50 0
[pid=26457] ppid=26456 vsize=864352 CPUtime=2.7
/proc/26457/stat : 26457 (java) S 26456 26443 22472 0 -1 0 9482 0 1 0 265 5 0 0 18 0 9 0 23487251 885096448 8673 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26457/statm: 216088 8673 2590 9 0 210565 0
[pid=26457/tid=26458] ppid=26456 vsize=864352 CPUtime=2.19
/proc/26457/task/26458/stat : 26458 (java) R 26456 26443 22472 0 -1 64 2916 0 1 0 217 2 0 0 25 0 9 0 23487252 885096448 8673 996147200 134512640 134550932 4294955936 18446744073709551615 4126568205 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26457/tid=26459] ppid=26456 vsize=864352 CPUtime=0.41
/proc/26457/task/26459/stat : 26459 (java) S 26456 26443 22472 0 -1 64 5551 0 0 0 39 2 0 0 16 0 9 0 23487253 885096448 8673 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26457/tid=26460] ppid=26456 vsize=864352 CPUtime=0
/proc/26457/task/26460/stat : 26460 (java) S 26456 26443 22472 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 23487254 885096448 8673 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26457/tid=26461] ppid=26456 vsize=864352 CPUtime=0
/proc/26457/task/26461/stat : 26461 (java) S 26456 26443 22472 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 23487254 885096448 8673 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26457/tid=26462] ppid=26456 vsize=864352 CPUtime=0
/proc/26457/task/26462/stat : 26462 (java) S 26456 26443 22472 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23487256 885096448 8673 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26457/tid=26463] ppid=26456 vsize=864352 CPUtime=0.07
/proc/26457/task/26463/stat : 26463 (java) S 26456 26443 22472 0 -1 64 316 0 0 0 7 0 0 0 16 0 9 0 23487256 885096448 8673 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26457/tid=26464] ppid=26456 vsize=864352 CPUtime=0
/proc/26457/task/26464/stat : 26464 (java) S 26456 26443 22472 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 23487256 885096448 8673 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26457/tid=26465] ppid=26456 vsize=864352 CPUtime=0
/proc/26457/task/26465/stat : 26465 (java) S 26456 26443 22472 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23487256 885096448 8673 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.99
Current children cumulated vsize (KiB) 886576

[startup+6.3026 s]
/proc/loadavg: 2.10 2.04 2.04 4/87 26465
/proc/meminfo: memFree=1061104/2055920 swapFree=4192812/4192956
[pid=26443] ppid=26441 vsize=16868 CPUtime=0.29
/proc/26443/stat : 26443 (sugar) S 26441 26443 22472 0 -1 4194304 1310 4429 0 1 6 1 18 4 15 0 1 0 23487216 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26443/statm: 4217 1111 409 3 0 796 0
[pid=26456] ppid=26443 vsize=5356 CPUtime=0
/proc/26456/stat : 26456 (sh) S 26443 26443 22472 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23487251 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26456/statm: 1339 233 193 169 0 50 0
[pid=26457] ppid=26456 vsize=864352 CPUtime=5.87
/proc/26457/stat : 26457 (java) S 26456 26443 22472 0 -1 0 10694 0 1 0 578 9 0 0 18 0 9 0 23487251 885096448 9753 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26457/statm: 216088 9753 2590 9 0 210565 0
[pid=26457/tid=26458] ppid=26456 vsize=864352 CPUtime=5.26
/proc/26457/task/26458/stat : 26458 (java) R 26456 26443 22472 0 -1 64 3048 0 1 0 522 4 0 0 25 0 9 0 23487252 885096448 9753 996147200 134512640 134550932 4294955936 18446744073709551615 4126568212 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26457/tid=26459] ppid=26456 vsize=864352 CPUtime=0.5
/proc/26457/task/26459/stat : 26459 (java) S 26456 26443 22472 0 -1 64 6626 0 0 0 47 3 0 0 16 0 9 0 23487253 885096448 9753 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26457/tid=26460] ppid=26456 vsize=864352 CPUtime=0
/proc/26457/task/26460/stat : 26460 (java) S 26456 26443 22472 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 23487254 885096448 9753 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26457/tid=26461] ppid=26456 vsize=864352 CPUtime=0
/proc/26457/task/26461/stat : 26461 (java) S 26456 26443 22472 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 23487254 885096448 9753 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26457/tid=26462] ppid=26456 vsize=864352 CPUtime=0
/proc/26457/task/26462/stat : 26462 (java) S 26456 26443 22472 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23487256 885096448 9753 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26457/tid=26463] ppid=26456 vsize=864352 CPUtime=0.08
/proc/26457/task/26463/stat : 26463 (java) S 26456 26443 22472 0 -1 64 321 0 0 0 8 0 0 0 16 0 9 0 23487256 885096448 9753 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26457/tid=26464] ppid=26456 vsize=864352 CPUtime=0
/proc/26457/task/26464/stat : 26464 (java) S 26456 26443 22472 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 23487256 885096448 9753 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26457/tid=26465] ppid=26456 vsize=864352 CPUtime=0
/proc/26457/task/26465/stat : 26465 (java) S 26456 26443 22472 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23487256 885096448 9753 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.16
Current children cumulated vsize (KiB) 886576

[startup+12.7024 s]
/proc/loadavg: 2.16 2.06 2.04 3/87 26465
/proc/meminfo: memFree=1052976/2055920 swapFree=4192812/4192956
[pid=26443] ppid=26441 vsize=16868 CPUtime=0.29
/proc/26443/stat : 26443 (sugar) S 26441 26443 22472 0 -1 4194304 1310 4429 0 1 6 1 18 4 16 0 1 0 23487216 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26443/statm: 4217 1111 409 3 0 796 0
[pid=26456] ppid=26443 vsize=5356 CPUtime=0
/proc/26456/stat : 26456 (sh) S 26443 26443 22472 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23487251 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26456/statm: 1339 233 193 169 0 50 0
[pid=26457] ppid=26456 vsize=864372 CPUtime=12.2
/proc/26457/stat : 26457 (java) S 26456 26443 22472 0 -1 0 12878 0 1 0 1205 15 0 0 18 0 9 0 23487251 885116928 10456 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26457/statm: 216093 10456 2590 9 0 210570 0
[pid=26457/tid=26458] ppid=26456 vsize=864372 CPUtime=11.29
/proc/26457/task/26458/stat : 26458 (java) R 26456 26443 22472 0 -1 64 3247 0 1 0 1121 8 0 0 25 0 9 0 23487252 885116928 10456 996147200 134512640 134550932 4294955936 18446744073709551615 4126548074 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26457/tid=26459] ppid=26456 vsize=864372 CPUtime=0.79
/proc/26457/task/26459/stat : 26459 (java) S 26456 26443 22472 0 -1 64 8606 0 0 0 73 6 0 0 16 0 9 0 23487253 885116928 10456 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26457/tid=26460] ppid=26456 vsize=864372 CPUtime=0
/proc/26457/task/26460/stat : 26460 (java) S 26456 26443 22472 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 23487254 885116928 10456 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26457/tid=26461] ppid=26456 vsize=864372 CPUtime=0
/proc/26457/task/26461/stat : 26461 (java) S 26456 26443 22472 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 23487254 885116928 10456 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26457/tid=26462] ppid=26456 vsize=864372 CPUtime=0
/proc/26457/task/26462/stat : 26462 (java) S 26456 26443 22472 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23487256 885116928 10456 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26457/tid=26463] ppid=26456 vsize=864372 CPUtime=0.09
/proc/26457/task/26463/stat : 26463 (java) S 26456 26443 22472 0 -1 64 326 0 0 0 9 0 0 0 16 0 9 0 23487256 885116928 10456 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26457/tid=26464] ppid=26456 vsize=864372 CPUtime=0
/proc/26457/task/26464/stat : 26464 (java) S 26456 26443 22472 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 23487256 885116928 10456 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26457/tid=26465] ppid=26456 vsize=864372 CPUtime=0
/proc/26457/task/26465/stat : 26465 (java) S 26456 26443 22472 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23487256 885116928 10456 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.49
Current children cumulated vsize (KiB) 886596

[startup+25.5011 s]
/proc/loadavg: 2.13 2.06 2.04 3/87 26465
/proc/meminfo: memFree=1039472/2055920 swapFree=4192812/4192956
[pid=26443] ppid=26441 vsize=16868 CPUtime=0.29
/proc/26443/stat : 26443 (sugar) S 26441 26443 22472 0 -1 4194304 1310 4429 0 1 6 1 18 4 16 0 1 0 23487216 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26443/statm: 4217 1111 409 3 0 796 0
[pid=26456] ppid=26443 vsize=5356 CPUtime=0
/proc/26456/stat : 26456 (sh) S 26443 26443 22472 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23487251 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26456/statm: 1339 233 193 169 0 50 0
[pid=26457] ppid=26456 vsize=864372 CPUtime=24.85
/proc/26457/stat : 26457 (java) S 26456 26443 22472 0 -1 0 16803 0 1 0 2460 25 0 0 18 0 9 0 23487251 885116928 11575 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26457/statm: 216093 11575 2590 9 0 210570 0
[pid=26457/tid=26458] ppid=26456 vsize=864372 CPUtime=23.39
/proc/26457/task/26458/stat : 26458 (java) R 26456 26443 22472 0 -1 64 3606 0 1 0 2325 14 0 0 25 0 9 0 23487252 885116928 11575 996147200 134512640 134550932 4294955936 18446744073709551615 4126568251 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26457/tid=26459] ppid=26456 vsize=864372 CPUtime=1.34
/proc/26457/task/26459/stat : 26459 (java) S 26456 26443 22472 0 -1 64 12172 0 0 0 124 10 0 0 16 0 9 0 23487253 885116928 11575 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26457/tid=26460] ppid=26456 vsize=864372 CPUtime=0
/proc/26457/task/26460/stat : 26460 (java) S 26456 26443 22472 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 23487254 885116928 11575 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26457/tid=26461] ppid=26456 vsize=864372 CPUtime=0
/proc/26457/task/26461/stat : 26461 (java) S 26456 26443 22472 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 23487254 885116928 11575 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26457/tid=26462] ppid=26456 vsize=864372 CPUtime=0
/proc/26457/task/26462/stat : 26462 (java) S 26456 26443 22472 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23487256 885116928 11575 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26457/tid=26463] ppid=26456 vsize=864372 CPUtime=0.09
/proc/26457/task/26463/stat : 26463 (java) S 26456 26443 22472 0 -1 64 326 0 0 0 9 0 0 0 16 0 9 0 23487256 885116928 11575 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26457/tid=26464] ppid=26456 vsize=864372 CPUtime=0
/proc/26457/task/26464/stat : 26464 (java) S 26456 26443 22472 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 23487256 885116928 11575 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26457/tid=26465] ppid=26456 vsize=864372 CPUtime=0
/proc/26457/task/26465/stat : 26465 (java) S 26456 26443 22472 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23487256 885116928 11575 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.14
Current children cumulated vsize (KiB) 886596

[startup+51.1014 s]
/proc/loadavg: 2.09 2.05 2.04 3/79 26467
/proc/meminfo: memFree=1042480/2055920 swapFree=4192812/4192956
[pid=26443] ppid=26441 vsize=16868 CPUtime=35.49
/proc/26443/stat : 26443 (sugar) S 26441 26443 22472 0 -1 4194304 1365 23109 0 2 6 1 3501 41 16 0 1 0 23487216 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26443/statm: 4217 1113 409 3 0 796 0
[pid=26466] ppid=26443 vsize=5356 CPUtime=0
/proc/26466/stat : 26466 (sh) S 26443 26443 22472 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23490810 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26466/statm: 1339 232 193 169 0 50 0
[pid=26467] ppid=26466 vsize=26228 CPUtime=14.99
/proc/26467/stat : 26467 (picosat) R 26466 26443 22472 0 -1 4194304 6264 0 0 0 911 588 0 0 25 0 1 0 23490811 26857472 6250 996147200 134512640 134931368 4294956256 18446744073709551615 134525828 0 0 4096 0 0 0 0 17 1 0 0
/proc/26467/statm: 6557 6250 42 102 0 6452 0
Current children cumulated CPU time (s) 50.48
Current children cumulated vsize (KiB) 48452

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

[startup+51.5014 s]
/proc/loadavg: 2.09 2.05 2.04 3/79 26467
/proc/meminfo: memFree=1042480/2055920 swapFree=4192812/4192956
[pid=26443] ppid=26441 vsize=16868 CPUtime=50.85
/proc/26443/stat : 26443 (sugar) S 26441 26443 22472 0 -1 4194304 1428 29661 0 2 6 1 4448 630 17 0 1 0 23487216 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26443/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 50.85
Current children cumulated vsize (KiB) 16868

[startup+51.6015 s]
/proc/loadavg: 2.08 2.05 2.04 2/87 26477
/proc/meminfo: memFree=1062064/2055920 swapFree=4192812/4192956
[pid=26443] ppid=26441 vsize=16868 CPUtime=50.85
/proc/26443/stat : 26443 (sugar) S 26441 26443 22472 0 -1 4194304 1448 29661 0 2 6 1 4448 630 16 0 1 0 23487216 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26443/statm: 4217 1113 409 3 0 796 0
[pid=26468] ppid=26443 vsize=5356 CPUtime=0
/proc/26468/stat : 26468 (sh) S 26443 26443 22472 0 -1 4194304 278 0 0 0 0 0 0 0 19 0 1 0 23492362 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26468/statm: 1339 233 193 169 0 50 0
[pid=26469] ppid=26468 vsize=864120 CPUtime=0.11
/proc/26469/stat : 26469 (java) S 26468 26443 22472 0 -1 0 3475 0 1 0 10 1 0 0 18 0 9 0 23492362 884858880 2941 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26469/statm: 216030 2941 1695 9 0 210535 0
[pid=26469/tid=26470] ppid=26468 vsize=864120 CPUtime=0.09
/proc/26469/task/26470/stat : 26470 (java) S 26468 26443 22472 0 -1 64 2498 0 1 0 8 1 0 0 20 0 9 0 23492363 884858880 2941 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26469/tid=26471] ppid=26468 vsize=864120 CPUtime=0
/proc/26469/task/26471/stat : 26471 (java) S 26468 26443 22472 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 23492365 884858880 2941 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26469/tid=26472] ppid=26468 vsize=864120 CPUtime=0
/proc/26469/task/26472/stat : 26472 (java) S 26468 26443 22472 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 23492365 884858880 2941 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26469/tid=26473] ppid=26468 vsize=864120 CPUtime=0
/proc/26469/task/26473/stat : 26473 (java) S 26468 26443 22472 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 23492365 884858880 2941 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26469/tid=26474] ppid=26468 vsize=864120 CPUtime=0
/proc/26469/task/26474/stat : 26474 (java) S 26468 26443 22472 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23492367 884858880 2941 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26469/tid=26475] ppid=26468 vsize=864120 CPUtime=0.01
/proc/26469/task/26475/stat : 26475 (java) S 26468 26443 22472 0 -1 64 281 0 0 0 1 0 0 0 18 0 9 0 23492367 884858880 2941 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26469/tid=26476] ppid=26468 vsize=864120 CPUtime=0
/proc/26469/task/26476/stat : 26476 (java) S 26468 26443 22472 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 23492367 884858880 2941 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26469/tid=26477] ppid=26468 vsize=864120 CPUtime=0
/proc/26469/task/26477/stat : 26477 (java) S 26468 26443 22472 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23492367 884858880 2941 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.96
Current children cumulated vsize (KiB) 886344

Child status: 0
Real time (s): 51.6422
CPU time (s): 51.0142
CPU user time (s): 44.6532
CPU system time (s): 6.36103
CPU usage (%): 98.7839
Max. virtual memory (cumulated for all children) (KiB): 889416

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 44.6532
system time used= 6.36103
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 34963
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= 11690
involuntary context switches= 12665

runsolver used 0.080987 second user time and 0.200969 second system time

The end

Launcher Data

Begin job on node40 at 2009-07-12 05:05:59
IDJOB=2079210
IDBENCH=56862
IDSOLVER=738
FILE ID=node40/2079210-1247367959
PBS_JOBID= 9507050
Free space on /tmp= 66252 MiB

SOLVER NAME= Sugar v1.14.6+picosat
BENCH NAME= CPAI08/csp/lexVg/normalized-crossword-m1c-lex-vg11-15_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-2079210-1247367959/watcher-2079210-1247367959 -o /tmp/evaluation-result-2079210-1247367959/solver-2079210-1247367959 -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-2079210-1247367959.xml

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

MD5SUM BENCH= 94a222d57bade926026175cb32fe08c2
RANDOM SEED=1024424617

node40.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.213
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.213
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:       1094376 kB
Buffers:         81576 kB
Cached:         770260 kB
SwapCached:          0 kB
Active:         238828 kB
Inactive:       644084 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1094376 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1464 kB
Writeback:           0 kB
Mapped:          42484 kB
Slab:            63620 kB
Committed_AS:   208820 kB
PageTables:       1924 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66248 MiB
End job on node40 at 2009-07-12 05:06:51