Trace number 2087955

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 113.059 114.4

General information on the benchmark

Namecsp/fapp/fapp20/
normalized-fapp20-0420-0.xml
MD5SUM1e86f42a67e9ad52f284a9ba2a6feb10
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark16.3185
Satisfiable
(Un)Satisfiability was proved
Number of variables420
Number of constraints4737
Maximum constraint arity2
Maximum domain size302
Number of constraints which are defined in extension0
Number of constraints which are defined in intension4737
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 10:28:40 2009
0.00/0.08	c 0	PID 29566
0.07/0.08	c 0	HOST node17.alineos.net
0.07/0.08	c 0	CONVERTING HOME/instance-2087955-1247387320.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-2087955-1247387320.xml' 'HOME/temp.csp'
0.07/0.92	c 1	14 domains, 420 variables, 6 predicates, 0 relations, 4737 constraints
0.07/0.97	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.07/0.97	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.90/1.05	c 1	Parsing HOME/temp.csp
1.19/1.32	c 1	parsed 5177 expressions
1.19/1.33	c 1	Heap : 2 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.19/1.33	c 1	Converting to clausal form CSP
1.58/1.75	c 2	converted 518 (10%) expressions
2.77/2.97	c 3	converted 1036 (20%) expressions
3.66/3.87	c 4	converted 1554 (30%) expressions
4.45/4.63	c 5	converted 2071 (40%) expressions
5.14/5.39	c 5	converted 2589 (50%) expressions
5.75/5.97	c 6	converted 3107 (60%) expressions
6.34/6.54	c 6	converted 3624 (70%) expressions
7.12/7.35	c 7	converted 4142 (80%) expressions
7.62/7.89	c 8	converted 4660 (90%) expressions
8.21/8.44	c 8	converted 5177 (100%) expressions
8.21/8.44	c 8	CSP : 835 integers, 13476 booleans, 28824 clauses, largest domain size 2821
8.21/8.44	c 8	Heap : 42 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
8.21/8.44	c 8	Propagation in CSP
8.51/8.72	c 9	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
8.51/8.72	c 9	CSP : 835 integers, 13476 booleans, 28824 clauses, largest domain size 2821
8.51/8.72	c 9	Heap : 43 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
8.51/8.74	c 9	Simplifing CSP by introducing new Boolean variables
8.61/8.81	c 9	CSP : 835 integers, 23098 booleans, 38446 clauses, largest domain size 2821
8.61/8.81	c 9	Heap : 45 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
8.91/9.19	c 9	Encoding CSP to SAT : HOME/temp.cnf
9.40/9.60	c 10	84 (10%) CSP integer variables are encoded (16040 clauses, 218566 bytes)
9.70/9.97	c 10	167 (20%) CSP integer variables are encoded (33048 clauses, 473686 bytes)
10.09/10.36	c 10	251 (30%) CSP integer variables are encoded (51052 clauses, 743746 bytes)
10.49/10.74	c 11	334 (40%) CSP integer variables are encoded (68406 clauses, 1004056 bytes)
10.88/11.12	c 11	418 (50%) CSP integer variables are encoded (85889 clauses, 1266301 bytes)
10.99/11.29	c 11	501 (60%) CSP integer variables are encoded (211472 clauses, 3373847 bytes)
11.18/11.48	c 11	585 (70%) CSP integer variables are encoded (353196 clauses, 5783155 bytes)
11.38/11.64	c 12	668 (80%) CSP integer variables are encoded (471191 clauses, 7789070 bytes)
11.58/11.84	c 12	752 (90%) CSP integer variables are encoded (631131 clauses, 10508050 bytes)
11.78/12.03	c 12	835 (100%) CSP integer variables are encoded (776474 clauses, 12978881 bytes)
14.05/14.39	c 14	3845 (10%) CSP clauses are encoded (1408057 clauses, 27714371 bytes)
16.62/16.96	c 17	7690 (20%) CSP clauses are encoded (2176766 clauses, 45966426 bytes)
18.88/19.27	c 19	11534 (30%) CSP clauses are encoded (2922146 clauses, 63755145 bytes)
20.76/21.13	c 21	15379 (40%) CSP clauses are encoded (3522365 clauses, 78107490 bytes)
23.32/23.75	c 24	19223 (50%) CSP clauses are encoded (4432214 clauses, 99974888 bytes)
25.59/26.06	c 26	23068 (60%) CSP clauses are encoded (5236895 clauses, 119298978 bytes)
28.05/28.54	c 28	26913 (70%) CSP clauses are encoded (6095211 clauses, 139981950 bytes)
30.72/31.29	c 31	30757 (80%) CSP clauses are encoded (7081337 clauses, 163734997 bytes)
32.99/33.54	c 33	34602 (90%) CSP clauses are encoded (7852479 clauses, 182309294 bytes)
35.47/36.06	c 36	38446 (100%) CSP clauses are encoded (8722009 clauses, 203429879 bytes)
35.47/36.06	c 36	38446 CSP clauses encoded
35.47/36.06	c 36	Writing map file : HOME/temp.map
35.47/36.10	c 36	Heap : 44 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
35.47/36.10	c 36	SAT : 800407 SAT variables, 8722009 SAT clauses, 203429879 bytes
35.47/36.10	c 36	Heap : 44 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
35.56/36.16	c 36	SOLVING HOME/temp.cnf
35.56/36.16	c 36	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
112.37/113.74	c 114	DECODING HOME/temp.out WITH HOME/temp.map
112.37/113.74	c 114	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'
112.42/113.83	c 114	Decoding HOME/temp.out
112.42/114.25	s UNSATISFIABLE
112.42/114.26	c 114	Heap : 5 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
112.42/114.29	c 114	CPU 112.93 (0.05 0.02 70.37 42.49)
112.42/114.29	c 114	END Sun Jul 12 10:30:34 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-2087955-1247387320/watcher-2087955-1247387320 -o /tmp/evaluation-result-2087955-1247387320/solver-2087955-1247387320 -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-2087955-1247387320.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: 1.98 2.01 2.00 4/81 29566
/proc/meminfo: memFree=1698720/2055920 swapFree=4192812/4192956
[pid=29566] ppid=29564 vsize=18576 CPUtime=0
/proc/29566/stat : 29566 (runsolver) R 29564 29566 28708 0 -1 4194368 15 0 0 0 0 0 0 0 22 0 1 0 25799235 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 245482712359 0 0 4096 24578 0 0 0 17 1 0 0
/proc/29566/statm: 4644 284 249 26 0 2626 0

[startup+0.081853 s]
/proc/loadavg: 1.98 2.01 2.00 4/81 29566
/proc/meminfo: memFree=1698720/2055920 swapFree=4192812/4192956
[pid=29566] ppid=29564 vsize=16740 CPUtime=0.07
/proc/29566/stat : 29566 (sugar) S 29564 29566 28708 0 -1 4194304 1152 0 0 0 5 2 0 0 18 0 1 0 25799235 17141760 1107 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29566/statm: 4185 1107 406 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+0.102112 s]
/proc/loadavg: 1.98 2.01 2.00 4/81 29566
/proc/meminfo: memFree=1698720/2055920 swapFree=4192812/4192956
[pid=29566] ppid=29564 vsize=16868 CPUtime=0.07
/proc/29566/stat : 29566 (sugar) S 29564 29566 28708 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 25799235 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29566/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.301966 s]
/proc/loadavg: 1.98 2.01 2.00 4/81 29566
/proc/meminfo: memFree=1698720/2055920 swapFree=4192812/4192956
[pid=29566] ppid=29564 vsize=16868 CPUtime=0.07
/proc/29566/stat : 29566 (sugar) S 29564 29566 28708 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 25799235 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29566/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.702014 s]
/proc/loadavg: 1.98 2.01 2.00 4/81 29566
/proc/meminfo: memFree=1698720/2055920 swapFree=4192812/4192956
[pid=29566] ppid=29564 vsize=16868 CPUtime=0.07
/proc/29566/stat : 29566 (sugar) S 29564 29566 28708 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 25799235 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29566/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+1.50209 s]
/proc/loadavg: 1.98 2.01 2.00 4/86 29582
/proc/meminfo: memFree=1693240/2055920 swapFree=4192812/4192956
[pid=29566] ppid=29564 vsize=16868 CPUtime=0.89
/proc/29566/stat : 29566 (sugar) S 29564 29566 28708 0 -1 4194304 1309 7372 0 1 5 2 78 4 15 0 1 0 25799235 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29566/statm: 4217 1111 409 3 0 796 0
[pid=29579] ppid=29566 vsize=5356 CPUtime=0
/proc/29579/stat : 29579 (sh) S 29566 29566 28708 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 25799333 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29579/statm: 1339 233 193 169 0 50 0
[pid=29580] ppid=29579 vsize=864256 CPUtime=0.5
/proc/29580/stat : 29580 (java) S 29579 29566 28708 0 -1 0 4383 0 1 0 48 2 0 0 18 0 9 0 25799333 884998144 3842 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29580/statm: 216064 3842 1742 9 0 210569 0
[pid=29580/tid=29581] ppid=29579 vsize=864256 CPUtime=0.39
/proc/29580/task/29581/stat : 29581 (java) R 29579 29566 28708 0 -1 64 2663 0 1 0 39 0 0 0 18 0 9 0 25799334 884998144 3842 996147200 134512640 134550932 4294955936 18446744073709551615 4126503910 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29580/tid=29582] ppid=29579 vsize=864256 CPUtime=0.02
/proc/29580/task/29582/stat : 29582 (java) S 29579 29566 28708 0 -1 64 706 0 0 0 2 0 0 0 16 0 9 0 25799335 884998144 3842 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.39
Current children cumulated vsize (KiB) 886480

[startup+3.10225 s]
/proc/loadavg: 1.98 2.01 2.00 3/92 29588
/proc/meminfo: memFree=1679240/2055920 swapFree=4192812/4192956
[pid=29566] ppid=29564 vsize=16868 CPUtime=0.89
/proc/29566/stat : 29566 (sugar) S 29564 29566 28708 0 -1 4194304 1309 7372 0 1 5 2 78 4 16 0 1 0 25799235 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29566/statm: 4217 1111 409 3 0 796 0
[pid=29579] ppid=29566 vsize=5356 CPUtime=0
/proc/29579/stat : 29579 (sh) S 29566 29566 28708 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 25799333 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29579/statm: 1339 233 193 169 0 50 0
[pid=29580] ppid=29579 vsize=868600 CPUtime=2.08
/proc/29580/stat : 29580 (java) S 29579 29566 28708 0 -1 0 8607 0 1 0 203 5 0 0 18 0 9 0 25799333 889446400 7744 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29580/statm: 217150 7744 2566 9 0 211655 0
[pid=29580/tid=29581] ppid=29579 vsize=868600 CPUtime=1.63
/proc/29580/task/29581/stat : 29581 (java) R 29579 29566 28708 0 -1 64 2786 0 1 0 162 1 0 0 25 0 9 0 25799334 889446400 7744 996147200 134512640 134550932 4294955936 18446744073709551615 4126508736 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29580/tid=29582] ppid=29579 vsize=868600 CPUtime=0.26
/proc/29580/task/29582/stat : 29582 (java) S 29579 29566 28708 0 -1 64 3654 0 0 0 24 2 0 0 16 0 9 0 25799335 889446400 7744 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29580/tid=29583] ppid=29579 vsize=868600 CPUtime=0
/proc/29580/task/29583/stat : 29583 (java) S 29579 29566 28708 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 25799336 889446400 7744 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29580/tid=29584] ppid=29579 vsize=868600 CPUtime=0
/proc/29580/task/29584/stat : 29584 (java) S 29579 29566 28708 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 25799336 889446400 7744 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29580/tid=29585] ppid=29579 vsize=868600 CPUtime=0
/proc/29580/task/29585/stat : 29585 (java) S 29579 29566 28708 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 25799338 889446400 7744 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29580/tid=29586] ppid=29579 vsize=868600 CPUtime=0.16
/proc/29580/task/29586/stat : 29586 (java) S 29579 29566 28708 0 -1 64 1469 0 0 0 16 0 0 0 15 0 9 0 25799338 889446400 7744 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29580/tid=29587] ppid=29579 vsize=868600 CPUtime=0
/proc/29580/task/29587/stat : 29587 (java) S 29579 29566 28708 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 25799338 889446400 7744 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29580/tid=29588] ppid=29579 vsize=868600 CPUtime=0
/proc/29580/task/29588/stat : 29588 (java) S 29579 29566 28708 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 25799338 889446400 7744 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.97
Current children cumulated vsize (KiB) 890824

[startup+6.30258 s]
/proc/loadavg: 1.98 2.01 2.00 3/92 29588
/proc/meminfo: memFree=1658888/2055920 swapFree=4192812/4192956
[pid=29566] ppid=29564 vsize=16868 CPUtime=0.89
/proc/29566/stat : 29566 (sugar) S 29564 29566 28708 0 -1 4194304 1309 7372 0 1 5 2 78 4 15 0 1 0 25799235 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29566/statm: 4217 1111 409 3 0 796 0
[pid=29579] ppid=29566 vsize=5356 CPUtime=0
/proc/29579/stat : 29579 (sh) S 29566 29566 28708 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 25799333 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29579/statm: 1339 233 193 169 0 50 0
[pid=29580] ppid=29579 vsize=868600 CPUtime=5.24
/proc/29580/stat : 29580 (java) S 29579 29566 28708 0 -1 0 14166 0 1 0 515 9 0 0 18 0 9 0 25799333 889446400 13132 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29580/statm: 217150 13132 2566 9 0 211655 0
[pid=29580/tid=29581] ppid=29579 vsize=868600 CPUtime=4.25
/proc/29580/task/29581/stat : 29581 (java) R 29579 29566 28708 0 -1 64 3166 0 1 0 424 1 0 0 25 0 9 0 25799334 889446400 13132 996147200 134512640 134550932 4294955936 18446744073709551615 4126503944 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29580/tid=29582] ppid=29579 vsize=868600 CPUtime=0.78
/proc/29580/task/29582/stat : 29582 (java) S 29579 29566 28708 0 -1 64 8828 0 0 0 73 5 0 0 16 0 9 0 25799335 889446400 13132 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29580/tid=29583] ppid=29579 vsize=868600 CPUtime=0
/proc/29580/task/29583/stat : 29583 (java) S 29579 29566 28708 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 25799336 889446400 13132 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29580/tid=29584] ppid=29579 vsize=868600 CPUtime=0
/proc/29580/task/29584/stat : 29584 (java) S 29579 29566 28708 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 25799336 889446400 13132 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29580/tid=29585] ppid=29579 vsize=868600 CPUtime=0
/proc/29580/task/29585/stat : 29585 (java) S 29579 29566 28708 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 25799338 889446400 13132 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29580/tid=29586] ppid=29579 vsize=868600 CPUtime=0.17
/proc/29580/task/29586/stat : 29586 (java) S 29579 29566 28708 0 -1 64 1474 0 0 0 17 0 0 0 15 0 9 0 25799338 889446400 13132 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29580/tid=29587] ppid=29579 vsize=868600 CPUtime=0
/proc/29580/task/29587/stat : 29587 (java) S 29579 29566 28708 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 25799338 889446400 13132 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29580/tid=29588] ppid=29579 vsize=868600 CPUtime=0
/proc/29580/task/29588/stat : 29588 (java) S 29579 29566 28708 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 25799338 889446400 13132 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.13
Current children cumulated vsize (KiB) 890824

[startup+12.7012 s]
/proc/loadavg: 1.98 2.01 2.00 3/92 29588
/proc/meminfo: memFree=1620360/2055920 swapFree=4192812/4192956
[pid=29566] ppid=29564 vsize=16868 CPUtime=0.89
/proc/29566/stat : 29566 (sugar) S 29564 29566 28708 0 -1 4194304 1310 7372 0 1 5 2 78 4 15 0 1 0 25799235 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29566/statm: 4217 1111 409 3 0 796 0
[pid=29579] ppid=29566 vsize=5356 CPUtime=0
/proc/29579/stat : 29579 (sh) S 29566 29566 28708 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 25799333 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29579/statm: 1339 233 193 169 0 50 0
[pid=29580] ppid=29579 vsize=868712 CPUtime=11.57
/proc/29580/stat : 29580 (java) S 29579 29566 28708 0 -1 0 26512 0 1 0 1130 27 0 0 18 0 9 0 25799333 889561088 17947 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29580/statm: 217178 17947 2593 9 0 211655 0
[pid=29580/tid=29581] ppid=29579 vsize=868712 CPUtime=9.53
/proc/29580/task/29581/stat : 29581 (java) R 29579 29566 28708 0 -1 64 3762 0 1 0 940 13 0 0 25 0 9 0 25799334 889561088 17947 996147200 134512640 134550932 4294955936 18446744073709551615 4126998648 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29580/tid=29582] ppid=29579 vsize=868712 CPUtime=1.77
/proc/29580/task/29582/stat : 29582 (java) S 29579 29566 28708 0 -1 64 20535 0 0 0 165 12 0 0 16 0 9 0 25799335 889561088 17947 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29580/tid=29583] ppid=29579 vsize=868712 CPUtime=0
/proc/29580/task/29583/stat : 29583 (java) S 29579 29566 28708 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 25799336 889561088 17947 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29580/tid=29584] ppid=29579 vsize=868712 CPUtime=0
/proc/29580/task/29584/stat : 29584 (java) S 29579 29566 28708 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 25799336 889561088 17947 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29580/tid=29585] ppid=29579 vsize=868712 CPUtime=0
/proc/29580/task/29585/stat : 29585 (java) S 29579 29566 28708 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 25799338 889561088 17947 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29580/tid=29586] ppid=29579 vsize=868712 CPUtime=0.25
/proc/29580/task/29586/stat : 29586 (java) S 29579 29566 28708 0 -1 64 1517 0 0 0 24 1 0 0 15 0 9 0 25799338 889561088 17947 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29580/tid=29587] ppid=29579 vsize=868712 CPUtime=0
/proc/29580/task/29587/stat : 29587 (java) S 29579 29566 28708 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 25799338 889561088 17947 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29580/tid=29588] ppid=29579 vsize=868712 CPUtime=0
/proc/29580/task/29588/stat : 29588 (java) S 29579 29566 28708 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 25799338 889561088 17947 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.46
Current children cumulated vsize (KiB) 890936

[startup+25.5026 s]
/proc/loadavg: 2.20 2.06 2.01 3/92 29588
/proc/meminfo: memFree=1522824/2055920 swapFree=4192812/4192956
[pid=29566] ppid=29564 vsize=16868 CPUtime=0.89
/proc/29566/stat : 29566 (sugar) S 29564 29566 28708 0 -1 4194304 1310 7372 0 1 5 2 78 4 16 0 1 0 25799235 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29566/statm: 4217 1111 409 3 0 796 0
[pid=29579] ppid=29566 vsize=5356 CPUtime=0
/proc/29579/stat : 29579 (sh) S 29566 29566 28708 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 25799333 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29579/statm: 1339 233 193 169 0 50 0
[pid=29580] ppid=29579 vsize=868712 CPUtime=24.2
/proc/29580/stat : 29580 (java) S 29579 29566 28708 0 -1 0 26978 0 1 0 2330 90 0 0 18 0 9 0 25799333 889561088 17954 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29580/statm: 217178 17954 2593 9 0 211655 0
[pid=29580/tid=29581] ppid=29579 vsize=868712 CPUtime=21.92
/proc/29580/task/29581/stat : 29581 (java) R 29579 29566 28708 0 -1 64 4221 0 1 0 2119 73 0 0 25 0 9 0 25799334 889561088 17954 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29580/tid=29582] ppid=29579 vsize=868712 CPUtime=1.99
/proc/29580/task/29582/stat : 29582 (java) S 29579 29566 28708 0 -1 64 20535 0 0 0 185 14 0 0 16 0 9 0 25799335 889561088 17954 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29580/tid=29583] ppid=29579 vsize=868712 CPUtime=0
/proc/29580/task/29583/stat : 29583 (java) S 29579 29566 28708 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 25799336 889561088 17954 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29580/tid=29584] ppid=29579 vsize=868712 CPUtime=0
/proc/29580/task/29584/stat : 29584 (java) S 29579 29566 28708 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 25799336 889561088 17954 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29580/tid=29585] ppid=29579 vsize=868712 CPUtime=0
/proc/29580/task/29585/stat : 29585 (java) S 29579 29566 28708 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 25799338 889561088 17954 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29580/tid=29586] ppid=29579 vsize=868712 CPUtime=0.26
/proc/29580/task/29586/stat : 29586 (java) S 29579 29566 28708 0 -1 64 1524 0 0 0 25 1 0 0 15 0 9 0 25799338 889561088 17954 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29580/tid=29587] ppid=29579 vsize=868712 CPUtime=0
/proc/29580/task/29587/stat : 29587 (java) S 29579 29566 28708 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 25799338 889561088 17954 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29580/tid=29588] ppid=29579 vsize=868712 CPUtime=0
/proc/29580/task/29588/stat : 29588 (java) S 29579 29566 28708 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 25799338 889561088 17954 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.09
Current children cumulated vsize (KiB) 890936

[startup+51.1012 s]
/proc/loadavg: 2.25 2.09 2.02 3/84 29590
/proc/meminfo: memFree=1389384/2055920 swapFree=4192812/4192956
[pid=29566] ppid=29564 vsize=16868 CPUtime=35.58
/proc/29566/stat : 29566 (sugar) S 29564 29566 28708 0 -1 4194304 1366 35075 0 2 5 2 3400 151 16 0 1 0 25799235 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29566/statm: 4217 1114 409 3 0 796 0
[pid=29589] ppid=29566 vsize=5356 CPUtime=0
/proc/29589/stat : 29589 (sh) S 29566 29566 28708 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25802851 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29589/statm: 1339 232 193 169 0 50 0
[pid=29590] ppid=29589 vsize=121984 CPUtime=14.77
/proc/29590/stat : 29590 (picosat) R 29589 29566 28708 0 -1 4194304 26412 0 0 0 683 794 0 0 25 0 1 0 25802852 124911616 26398 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/29590/statm: 30496 26398 40 102 0 30391 0
Current children cumulated CPU time (s) 50.35
Current children cumulated vsize (KiB) 144208

[startup+102.306 s]
/proc/loadavg: 2.11 2.07 2.01 3/84 29590
/proc/meminfo: memFree=1204744/2055920 swapFree=4192812/4192956
[pid=29566] ppid=29564 vsize=16868 CPUtime=35.58
/proc/29566/stat : 29566 (sugar) S 29564 29566 28708 0 -1 4194304 1366 35075 0 2 5 2 3400 151 16 0 1 0 25799235 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29566/statm: 4217 1114 409 3 0 796 0
[pid=29589] ppid=29566 vsize=5356 CPUtime=0
/proc/29589/stat : 29589 (sh) S 29566 29566 28708 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25802851 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29589/statm: 1339 232 193 169 0 50 0
[pid=29590] ppid=29589 vsize=312752 CPUtime=65.5
/proc/29590/stat : 29590 (picosat) R 29589 29566 28708 0 -1 4194304 72110 0 0 0 3024 3526 0 0 25 0 1 0 25802852 320258048 72096 996147200 134512640 134931368 4294956256 18446744073709551615 134545867 0 0 4096 0 0 0 0 17 1 0 0
/proc/29590/statm: 78188 72096 40 102 0 78083 0
Current children cumulated CPU time (s) 101.08
Current children cumulated vsize (KiB) 334976

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

[startup+108.701 s]
/proc/loadavg: 2.10 2.07 2.01 3/84 29590
/proc/meminfo: memFree=1184968/2055920 swapFree=4192812/4192956
[pid=29566] ppid=29564 vsize=16868 CPUtime=35.58
/proc/29566/stat : 29566 (sugar) S 29564 29566 28708 0 -1 4194304 1366 35075 0 2 5 2 3400 151 16 0 1 0 25799235 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29566/statm: 4217 1114 409 3 0 796 0
[pid=29589] ppid=29566 vsize=5356 CPUtime=0
/proc/29589/stat : 29589 (sh) S 29566 29566 28708 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25802851 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29589/statm: 1339 232 193 169 0 50 0
[pid=29590] ppid=29589 vsize=333212 CPUtime=71.83
/proc/29590/stat : 29590 (picosat) R 29589 29566 28708 0 -1 4194304 77869 0 0 0 3313 3870 0 0 25 0 1 0 25802852 341209088 77855 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/29590/statm: 83303 77855 40 102 0 83198 0
Current children cumulated CPU time (s) 107.41
Current children cumulated vsize (KiB) 355436

[startup+111.901 s]
/proc/loadavg: 2.09 2.07 2.01 3/84 29590
/proc/meminfo: memFree=1172936/2055920 swapFree=4192812/4192956
[pid=29566] ppid=29564 vsize=16868 CPUtime=35.58
/proc/29566/stat : 29566 (sugar) S 29564 29566 28708 0 -1 4194304 1366 35075 0 2 5 2 3400 151 16 0 1 0 25799235 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29566/statm: 4217 1114 409 3 0 796 0
[pid=29589] ppid=29566 vsize=5356 CPUtime=0
/proc/29589/stat : 29589 (sh) S 29566 29566 28708 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25802851 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29589/statm: 1339 232 193 169 0 50 0
[pid=29590] ppid=29589 vsize=343508 CPUtime=75
/proc/29590/stat : 29590 (picosat) R 29589 29566 28708 0 -1 4194304 80777 0 0 0 3455 4045 0 0 25 0 1 0 25802852 351752192 80763 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/29590/statm: 85877 80763 40 102 0 85772 0
Current children cumulated CPU time (s) 110.58
Current children cumulated vsize (KiB) 365732

[startup+113.503 s]
/proc/loadavg: 2.09 2.07 2.01 3/84 29590
/proc/meminfo: memFree=1165256/2055920 swapFree=4192812/4192956
[pid=29566] ppid=29564 vsize=16868 CPUtime=35.58
/proc/29566/stat : 29566 (sugar) S 29564 29566 28708 0 -1 4194304 1366 35075 0 2 5 2 3400 151 16 0 1 0 25799235 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29566/statm: 4217 1114 409 3 0 796 0
[pid=29589] ppid=29566 vsize=5356 CPUtime=0
/proc/29589/stat : 29589 (sh) S 29566 29566 28708 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25802851 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29589/statm: 1339 232 193 169 0 50 0
[pid=29590] ppid=29589 vsize=350836 CPUtime=76.58
/proc/29590/stat : 29590 (picosat) R 29589 29566 28708 0 -1 4194304 81983 0 0 0 3570 4088 0 0 25 0 1 0 25802852 359256064 81943 996147200 134512640 134931368 4294956256 18446744073709551615 134533679 0 0 4096 0 0 0 0 17 1 0 0
/proc/29590/statm: 87709 81943 42 102 0 87604 0
Current children cumulated CPU time (s) 112.16
Current children cumulated vsize (KiB) 373060

[startup+113.903 s]
/proc/loadavg: 2.09 2.07 2.01 3/84 29590
/proc/meminfo: memFree=1165256/2055920 swapFree=4192812/4192956
[pid=29566] ppid=29564 vsize=16868 CPUtime=112.42
/proc/29566/stat : 29566 (sugar) S 29564 29566 28708 0 -1 4194304 1447 117345 0 2 5 2 6990 4245 16 0 1 0 25799235 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29566/statm: 4217 1114 409 3 0 796 0
Current children cumulated CPU time (s) 112.42
Current children cumulated vsize (KiB) 16868

[startup+114.303 s]
/proc/loadavg: 2.08 2.07 2.01 3/82 29600
/proc/meminfo: memFree=1529368/2055920 swapFree=4192812/4192956
[pid=29566] ppid=29564 vsize=16868 CPUtime=112.95
/proc/29566/stat : 29566 (sugar) R 29564 29566 28708 0 -1 4194304 1477 123892 0 3 5 4 7037 4249 16 0 1 0 25799235 17272832 1115 996147200 4194304 4206940 548682068608 18446744073709551615 245482886185 0 0 4224 16386 0 0 0 17 1 0 0
/proc/29566/statm: 4217 1115 410 3 0 796 0
Current children cumulated CPU time (s) 112.95
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 114.4
CPU time (s): 113.059
CPU user time (s): 70.4303
CPU system time (s): 42.6285
CPU usage (%): 98.8275
Max. virtual memory (cumulated for all children) (KiB): 901072

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 70.4303
system time used= 42.6285
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 125429
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= 14328
involuntary context switches= 18486

runsolver used 0.155976 second user time and 0.387941 second system time

The end

Launcher Data

Begin job on node17 at 2009-07-12 10:28:40
IDJOB=2087955
IDBENCH=58826
IDSOLVER=738
FILE ID=node17/2087955-1247387320
PBS_JOBID= 9507194
Free space on /tmp= 66452 MiB

SOLVER NAME= Sugar v1.14.6+picosat
BENCH NAME= CPAI08/csp/fapp/fapp20/normalized-fapp20-0420-0.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-2087955-1247387320/watcher-2087955-1247387320 -o /tmp/evaluation-result-2087955-1247387320/solver-2087955-1247387320 -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-2087955-1247387320.xml

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

MD5SUM BENCH= 1e86f42a67e9ad52f284a9ba2a6feb10
RANDOM SEED=807069889

node17.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:       1699200 kB
Buffers:         71432 kB
Cached:         183568 kB
SwapCached:          0 kB
Active:         190060 kB
Inactive:       103896 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1699200 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1936 kB
Writeback:           0 kB
Mapped:          59344 kB
Slab:            47704 kB
Committed_AS:   230232 kB
PageTables:       1988 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= 66448 MiB
End job on node17 at 2009-07-12 10:30:34