Trace number 1083877

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.13+minisatUNSAT 9.05762 9.24309

General information on the benchmark

Namecsp/rlfapScens/
normalized-scen9.xml
MD5SUM07304cb7317cdf0b1877fc5044901f5a
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 benchmark0.315951
Satisfiable
(Un)Satisfiability was proved
Number of variables680
Number of constraints4103
Maximum constraint arity2
Maximum domain size44
Number of constraints which are defined in extension0
Number of constraints which are defined in intension4103
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/minisat
0.00/0.04	c 0	BEGIN Sat Jul  5 05:44:40 2008
0.00/0.04	c 0	PID 15064
0.00/0.05	c 0	HOST node34.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1083877-1215229479.xml TO HOME/temp.csp
0.00/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1083877-1215229479.xml' 'HOME/temp.csp'
0.03/0.73	c 0	5 domains, 680 variables, 2 predicates, 0 relations, 4103 constraints
0.03/0.77	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.77	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.70/0.85	c 0	Parsing HOME/temp.csp
1.12/1.20	c 1	parsed 4790 expressions
1.12/1.21	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.12/1.21	c 1	Converting to clausal form CSP
1.12/1.24	c 1	converted 479 (10%) expressions
1.61/1.71	c 1	converted 958 (20%) expressions
2.10/2.27	c 2	converted 1437 (30%) expressions
2.60/2.76	c 2	converted 1916 (40%) expressions
3.09/3.29	c 3	converted 2395 (50%) expressions
3.68/3.85	c 3	converted 2874 (60%) expressions
4.08/4.29	c 4	converted 3353 (70%) expressions
4.58/4.76	c 4	converted 3832 (80%) expressions
5.07/5.23	c 5	converted 4311 (90%) expressions
5.56/5.77	c 5	converted 4790 (100%) expressions
5.56/5.77	c 5	CSP : 680 integers, 0 booleans, 4783 clauses, largest domain size 44
5.56/5.77	c 5	Heap : 6 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
5.56/5.77	c 5	Propagation in CSP
6.35/6.59	c 6	206 values, 0 unsatisfiable literals, and 0 valid clauses are removed
6.35/6.59	c 6	CSP : 680 integers, 0 booleans, 4783 clauses, largest domain size 44
6.35/6.60	c 6	Heap : 6 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
6.46/6.60	c 6	Simplifing CSP by introducing new Boolean variables
6.55/6.73	c 6	CSP : 680 integers, 8194 booleans, 12977 clauses, largest domain size 44
6.55/6.73	c 6	Heap : 9 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
6.65/6.82	c 6	Encoding CSP to SAT : HOME/temp.cnf
6.65/6.88	c 6	68 (10%) CSP integer variables are encoded (2776 clauses, 33991 bytes)
6.75/6.90	c 6	136 (20%) CSP integer variables are encoded (5360 clauses, 67583 bytes)
6.75/6.93	c 6	204 (30%) CSP integer variables are encoded (8103 clauses, 103242 bytes)
6.75/6.95	c 6	272 (40%) CSP integer variables are encoded (10516 clauses, 136146 bytes)
6.75/6.97	c 6	340 (50%) CSP integer variables are encoded (12899 clauses, 171891 bytes)
6.75/6.99	c 6	408 (60%) CSP integer variables are encoded (15499 clauses, 210891 bytes)
6.86/7.01	c 7	476 (70%) CSP integer variables are encoded (17879 clauses, 246591 bytes)
6.86/7.04	c 7	544 (80%) CSP integer variables are encoded (20346 clauses, 283596 bytes)
6.86/7.06	c 7	612 (90%) CSP integer variables are encoded (22802 clauses, 320436 bytes)
6.86/7.08	c 7	680 (100%) CSP integer variables are encoded (25290 clauses, 357756 bytes)
7.06/7.28	c 7	1298 (10%) CSP clauses are encoded (53024 clauses, 885870 bytes)
7.26/7.45	c 7	2596 (20%) CSP clauses are encoded (80740 clauses, 1435493 bytes)
7.35/7.57	c 7	3894 (30%) CSP clauses are encoded (103572 clauses, 1884016 bytes)
7.55/7.74	c 7	5191 (40%) CSP clauses are encoded (132706 clauses, 2463145 bytes)
7.65/7.88	c 7	6489 (50%) CSP clauses are encoded (159320 clauses, 2986076 bytes)
7.84/8.02	c 8	7787 (60%) CSP clauses are encoded (183732 clauses, 3468392 bytes)
7.95/8.15	c 8	9084 (70%) CSP clauses are encoded (207959 clauses, 3973836 bytes)
8.05/8.28	c 8	10382 (80%) CSP clauses are encoded (233216 clauses, 4498772 bytes)
8.24/8.43	c 8	11680 (90%) CSP clauses are encoded (259262 clauses, 5035717 bytes)
8.34/8.57	c 8	12977 (100%) CSP clauses are encoded (285557 clauses, 5572393 bytes)
8.34/8.57	c 8	12977 CSP clauses encoded
8.34/8.57	c 8	Writing map file : HOME/temp.map
8.34/8.59	c 8	Heap : 6 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
8.34/8.59	c 8	SAT : 34164 SAT variables, 285557 SAT clauses, 5572393 bytes
8.34/8.59	c 8	Heap : 6 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
8.43/8.65	c 8	SOLVING HOME/temp.cnf
8.43/8.65	c 8	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
8.43/8.65	c 8	This is MiniSat 2.0 beta
8.43/8.65	c 8	WARNING: for repeatability, setting FPU to use double precision
8.43/8.65	c 8	============================[ Problem Statistics ]=============================
8.43/8.65	c 8	|                                                                             |
8.43/8.66	c 8	|  Number of variables:  34164                                                |
8.43/8.66	c 8	|  Number of clauses:    285557                                               |
8.45/8.75	c 8	|  Parsing time:         0.08         s                                       |
8.45/8.75	c 8	Solved by unit propagation
8.45/8.75	c 8	UNSATISFIABLE
8.45/8.75	c 8	DECODING HOME/temp.out WITH HOME/temp.map
8.45/8.75	c 8	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
8.59/8.84	c 8	Decoding HOME/temp.out
8.99/9.22	s UNSATISFIABLE
8.99/9.22	c 9	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
8.99/9.24	c 9	CPU 8.76 (0.04 0.01 8.72 0.26)
8.99/9.24	c 9	END Sat Jul  5 05:44:49 2008

Verifier Data (download as text)

No possible verification on an UNSAT instance

Watcher Data (download as text)

runsolver version 3.2.5 (c) roussel@cril.univ-artois.fr

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1083877-1215229479/watcher-1083877-1215229479 -o /tmp/evaluation-result-1083877-1215229479/solver-1083877-1215229479 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/sugar -c -vv -java=java -Xmx700M -jar=HOME/sugar-v1-13.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-1083877-1215229479.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): 2200 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
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.22 2.05 2.01 4/72 15064
/proc/meminfo: memFree=1409104/2055920 swapFree=4179828/4192956
[pid=15064] ppid=15062 vsize=12272 CPUtime=0
/proc/15064/stat : 15064 (sugar) R 15062 15064 14626 0 -1 4194304 359 0 0 0 0 0 0 0 23 0 1 0 2001921433 12566528 327 996147200 4194304 4206940 548682068608 18446744073709551615 254204230654 0 0 4224 0 0 0 0 17 1 0 0
/proc/15064/statm: 3068 327 246 3 0 168 0

[startup+0.135336 s]
/proc/loadavg: 2.22 2.05 2.01 4/72 15064
/proc/meminfo: memFree=1409104/2055920 swapFree=4179828/4192956
[pid=15064] ppid=15062 vsize=13600 CPUtime=0.03
/proc/15064/stat : 15064 (sugar) S 15062 15064 14626 0 -1 4194304 900 127 0 0 3 0 0 0 24 0 1 0 2001921433 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15064/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.201344 s]
/proc/loadavg: 2.22 2.05 2.01 4/72 15064
/proc/meminfo: memFree=1409104/2055920 swapFree=4179828/4192956
[pid=15064] ppid=15062 vsize=13600 CPUtime=0.03
/proc/15064/stat : 15064 (sugar) S 15062 15064 14626 0 -1 4194304 900 127 0 0 3 0 0 0 24 0 1 0 2001921433 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15064/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301351 s]
/proc/loadavg: 2.22 2.05 2.01 4/72 15064
/proc/meminfo: memFree=1409104/2055920 swapFree=4179828/4192956
[pid=15064] ppid=15062 vsize=13600 CPUtime=0.03
/proc/15064/stat : 15064 (sugar) S 15062 15064 14626 0 -1 4194304 900 127 0 0 3 0 0 0 24 0 1 0 2001921433 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15064/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.70142 s]
/proc/loadavg: 2.22 2.05 2.01 4/72 15064
/proc/meminfo: memFree=1409104/2055920 swapFree=4179828/4192956
[pid=15064] ppid=15062 vsize=13600 CPUtime=0.03
/proc/15064/stat : 15064 (sugar) S 15062 15064 14626 0 -1 4194304 900 127 0 0 3 0 0 0 24 0 1 0 2001921433 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15064/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50255 s]
/proc/loadavg: 2.22 2.05 2.01 3/83 15086
/proc/meminfo: memFree=1401080/2055920 swapFree=4179828/4192956
[pid=15064] ppid=15062 vsize=13600 CPUtime=0.7
/proc/15064/stat : 15064 (sugar) S 15062 15064 14626 0 -1 4194304 973 7094 0 1 3 0 62 5 15 0 1 0 2001921433 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15064/statm: 3400 797 370 3 0 500 0
[pid=15077] ppid=15064 vsize=5356 CPUtime=0
/proc/15077/stat : 15077 (sh) S 15064 15064 14626 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2001921510 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15077/statm: 1339 233 193 169 0 50 0
[pid=15078] ppid=15077 vsize=864160 CPUtime=0.71
/proc/15078/stat : 15078 (java) S 15077 15064 14626 0 -1 0 4176 0 1 0 68 3 0 0 19 0 9 0 2001921511 884899840 3594 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15078/statm: 216040 3594 1732 9 0 210615 0
[pid=15078/tid=15079] ppid=15077 vsize=864160 CPUtime=0.55
/proc/15078/task/15079/stat : 15079 (java) R 15077 15064 14626 0 -1 64 2657 0 1 0 54 1 0 0 22 0 9 0 2001921512 884899840 3594 996147200 134512640 134550740 4294955952 18446744073709551615 4126582306 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15078/tid=15080] ppid=15077 vsize=864160 CPUtime=0.02
/proc/15078/task/15080/stat : 15080 (java) S 15077 15064 14626 0 -1 64 469 0 0 0 2 0 0 0 16 0 9 0 2001921513 884899840 3594 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15078/tid=15081] ppid=15077 vsize=864160 CPUtime=0
/proc/15078/task/15081/stat : 15081 (java) S 15077 15064 14626 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 2001921513 884899840 3594 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15078/tid=15082] ppid=15077 vsize=864160 CPUtime=0
/proc/15078/task/15082/stat : 15082 (java) S 15077 15064 14626 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 2001921513 884899840 3594 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15078/tid=15083] ppid=15077 vsize=864160 CPUtime=0
/proc/15078/task/15083/stat : 15083 (java) S 15077 15064 14626 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2001921515 884899840 3594 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15078/tid=15084] ppid=15077 vsize=864160 CPUtime=0.1
/proc/15078/task/15084/stat : 15084 (java) S 15077 15064 14626 0 -1 64 359 0 0 0 10 0 0 0 16 0 9 0 2001921515 884899840 3594 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15078/tid=15085] ppid=15077 vsize=864160 CPUtime=0
/proc/15078/task/15085/stat : 15085 (java) S 15077 15064 14626 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2001921515 884899840 3594 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15078/tid=15086] ppid=15077 vsize=864160 CPUtime=0
/proc/15078/task/15086/stat : 15086 (java) S 15077 15064 14626 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2001921515 884899840 3594 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.41
Current children cumulated vsize (KiB) 883116

[startup+3.10279 s]
/proc/loadavg: 2.22 2.05 2.01 3/83 15086
/proc/meminfo: memFree=1394232/2055920 swapFree=4179828/4192956
[pid=15064] ppid=15062 vsize=13600 CPUtime=0.7
/proc/15064/stat : 15064 (sugar) S 15062 15064 14626 0 -1 4194304 973 7094 0 1 3 0 62 5 15 0 1 0 2001921433 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15064/statm: 3400 797 370 3 0 500 0
[pid=15077] ppid=15064 vsize=5356 CPUtime=0
/proc/15077/stat : 15077 (sh) S 15064 15064 14626 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2001921510 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15077/statm: 1339 233 193 169 0 50 0
[pid=15078] ppid=15077 vsize=868268 CPUtime=2.29
/proc/15078/stat : 15078 (java) S 15077 15064 14626 0 -1 0 5919 0 1 0 224 5 0 0 19 0 9 0 2001921511 889106432 5202 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15078/statm: 217067 5202 1734 9 0 211642 0
[pid=15078/tid=15079] ppid=15077 vsize=868268 CPUtime=1.98
/proc/15078/task/15079/stat : 15079 (java) R 15077 15064 14626 0 -1 64 2767 0 1 0 196 2 0 0 25 0 9 0 2001921512 889106432 5202 996147200 134512640 134550740 4294955952 18446744073709551615 4126519887 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15078/tid=15080] ppid=15077 vsize=868268 CPUtime=0.09
/proc/15078/task/15080/stat : 15080 (java) S 15077 15064 14626 0 -1 64 989 0 0 0 8 1 0 0 16 0 9 0 2001921513 889106432 5202 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15078/tid=15081] ppid=15077 vsize=868268 CPUtime=0
/proc/15078/task/15081/stat : 15081 (java) S 15077 15064 14626 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 2001921513 889106432 5202 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15078/tid=15082] ppid=15077 vsize=868268 CPUtime=0
/proc/15078/task/15082/stat : 15082 (java) S 15077 15064 14626 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 2001921513 889106432 5202 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15078/tid=15083] ppid=15077 vsize=868268 CPUtime=0
/proc/15078/task/15083/stat : 15083 (java) S 15077 15064 14626 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2001921515 889106432 5202 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15078/tid=15084] ppid=15077 vsize=868268 CPUtime=0.2
/proc/15078/task/15084/stat : 15084 (java) S 15077 15064 14626 0 -1 64 1472 0 0 0 19 1 0 0 16 0 9 0 2001921515 889106432 5202 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15078/tid=15085] ppid=15077 vsize=868268 CPUtime=0
/proc/15078/task/15085/stat : 15085 (java) S 15077 15064 14626 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2001921515 889106432 5202 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15078/tid=15086] ppid=15077 vsize=868268 CPUtime=0
/proc/15078/task/15086/stat : 15086 (java) S 15077 15064 14626 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2001921515 889106432 5202 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.99
Current children cumulated vsize (KiB) 887224

[startup+6.30229 s]
/proc/loadavg: 2.20 2.04 2.01 3/83 15086
/proc/meminfo: memFree=1389688/2055920 swapFree=4179828/4192956
[pid=15064] ppid=15062 vsize=13600 CPUtime=0.7
/proc/15064/stat : 15064 (sugar) S 15062 15064 14626 0 -1 4194304 974 7094 0 1 3 0 62 5 15 0 1 0 2001921433 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15064/statm: 3400 797 370 3 0 500 0
[pid=15077] ppid=15064 vsize=5356 CPUtime=0
/proc/15077/stat : 15077 (sh) S 15064 15064 14626 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2001921510 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15077/statm: 1339 233 193 169 0 50 0
[pid=15078] ppid=15077 vsize=868380 CPUtime=5.45
/proc/15078/stat : 15078 (java) S 15077 15064 14626 0 -1 0 8023 0 1 0 537 8 0 0 19 0 9 0 2001921511 889221120 6855 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15078/statm: 217095 6855 2541 9 0 211670 0
[pid=15078/tid=15079] ppid=15077 vsize=868380 CPUtime=4.93
/proc/15078/task/15079/stat : 15079 (java) R 15077 15064 14626 0 -1 64 3054 0 1 0 490 3 0 0 25 0 9 0 2001921512 889221120 6855 996147200 134512640 134550740 4294955952 18446744073709551615 4126519890 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15078/tid=15080] ppid=15077 vsize=868380 CPUtime=0.28
/proc/15078/task/15080/stat : 15080 (java) S 15077 15064 14626 0 -1 64 2796 0 0 0 25 3 0 0 16 0 9 0 2001921513 889221120 6855 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15078/tid=15081] ppid=15077 vsize=868380 CPUtime=0
/proc/15078/task/15081/stat : 15081 (java) S 15077 15064 14626 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2001921513 889221120 6855 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15078/tid=15082] ppid=15077 vsize=868380 CPUtime=0
/proc/15078/task/15082/stat : 15082 (java) S 15077 15064 14626 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2001921513 889221120 6855 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15078/tid=15083] ppid=15077 vsize=868380 CPUtime=0
/proc/15078/task/15083/stat : 15083 (java) S 15077 15064 14626 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2001921515 889221120 6855 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15078/tid=15084] ppid=15077 vsize=868380 CPUtime=0.22
/proc/15078/task/15084/stat : 15084 (java) S 15077 15064 14626 0 -1 64 1481 0 0 0 21 1 0 0 15 0 9 0 2001921515 889221120 6855 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15078/tid=15085] ppid=15077 vsize=868380 CPUtime=0
/proc/15078/task/15085/stat : 15085 (java) S 15077 15064 14626 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2001921515 889221120 6855 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15078/tid=15086] ppid=15077 vsize=868380 CPUtime=0
/proc/15078/task/15086/stat : 15086 (java) S 15077 15064 14626 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2001921515 889221120 6855 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.15
Current children cumulated vsize (KiB) 887336

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

[startup+6.4023 s]
/proc/loadavg: 2.20 2.04 2.01 3/83 15086
/proc/meminfo: memFree=1389688/2055920 swapFree=4179828/4192956
[pid=15064] ppid=15062 vsize=13600 CPUtime=0.7
/proc/15064/stat : 15064 (sugar) S 15062 15064 14626 0 -1 4194304 974 7094 0 1 3 0 62 5 15 0 1 0 2001921433 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15064/statm: 3400 797 370 3 0 500 0
[pid=15077] ppid=15064 vsize=5356 CPUtime=0
/proc/15077/stat : 15077 (sh) S 15064 15064 14626 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2001921510 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15077/statm: 1339 233 193 169 0 50 0
[pid=15078] ppid=15077 vsize=868380 CPUtime=5.55
/proc/15078/stat : 15078 (java) S 15077 15064 14626 0 -1 0 8059 0 1 0 547 8 0 0 19 0 9 0 2001921511 889221120 6875 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15078/statm: 217095 6875 2541 9 0 211670 0
[pid=15078/tid=15079] ppid=15077 vsize=868380 CPUtime=5.02
/proc/15078/task/15079/stat : 15079 (java) R 15077 15064 14626 0 -1 64 3070 0 1 0 499 3 0 0 25 0 9 0 2001921512 889221120 6875 996147200 134512640 134550740 4294955952 18446744073709551615 4126631723 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15078/tid=15080] ppid=15077 vsize=868380 CPUtime=0.28
/proc/15078/task/15080/stat : 15080 (java) S 15077 15064 14626 0 -1 64 2816 0 0 0 25 3 0 0 16 0 9 0 2001921513 889221120 6875 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15078/tid=15081] ppid=15077 vsize=868380 CPUtime=0
/proc/15078/task/15081/stat : 15081 (java) S 15077 15064 14626 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2001921513 889221120 6875 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15078/tid=15082] ppid=15077 vsize=868380 CPUtime=0
/proc/15078/task/15082/stat : 15082 (java) S 15077 15064 14626 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2001921513 889221120 6875 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15078/tid=15083] ppid=15077 vsize=868380 CPUtime=0
/proc/15078/task/15083/stat : 15083 (java) S 15077 15064 14626 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2001921515 889221120 6875 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15078/tid=15084] ppid=15077 vsize=868380 CPUtime=0.22
/proc/15078/task/15084/stat : 15084 (java) S 15077 15064 14626 0 -1 64 1481 0 0 0 21 1 0 0 15 0 9 0 2001921515 889221120 6875 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15078/tid=15085] ppid=15077 vsize=868380 CPUtime=0
/proc/15078/task/15085/stat : 15085 (java) S 15077 15064 14626 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2001921515 889221120 6875 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15078/tid=15086] ppid=15077 vsize=868380 CPUtime=0
/proc/15078/task/15086/stat : 15086 (java) S 15077 15064 14626 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2001921515 889221120 6875 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.25
Current children cumulated vsize (KiB) 887336

[startup+8.00255 s]
/proc/loadavg: 2.19 2.04 2.01 3/83 15086
/proc/meminfo: memFree=1383992/2055920 swapFree=4179828/4192956
[pid=15064] ppid=15062 vsize=13600 CPUtime=0.71
/proc/15064/stat : 15064 (sugar) S 15062 15064 14626 0 -1 4194304 974 7094 0 1 4 0 62 5 15 0 1 0 2001921433 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15064/statm: 3400 797 370 3 0 500 0
[pid=15077] ppid=15064 vsize=5356 CPUtime=0
/proc/15077/stat : 15077 (sh) S 15064 15064 14626 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2001921510 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15077/statm: 1339 233 193 169 0 50 0
[pid=15078] ppid=15077 vsize=868492 CPUtime=7.13
/proc/15078/stat : 15078 (java) S 15077 15064 14626 0 -1 0 9305 0 1 0 701 12 0 0 19 0 9 0 2001921511 889335808 7601 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15078/statm: 217123 7601 2566 9 0 211670 0
[pid=15078/tid=15079] ppid=15077 vsize=868492 CPUtime=6.29
/proc/15078/task/15079/stat : 15079 (java) R 15077 15064 14626 0 -1 64 3313 0 1 0 624 5 0 0 25 0 9 0 2001921512 889335808 7601 996147200 134512640 134550740 4294955952 18446744073709551615 4126992932 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15078/tid=15080] ppid=15077 vsize=868492 CPUtime=0.53
/proc/15078/task/15080/stat : 15080 (java) S 15077 15064 14626 0 -1 64 3780 0 0 0 48 5 0 0 16 0 9 0 2001921513 889335808 7601 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15078/tid=15081] ppid=15077 vsize=868492 CPUtime=0
/proc/15078/task/15081/stat : 15081 (java) S 15077 15064 14626 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2001921513 889335808 7601 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15078/tid=15082] ppid=15077 vsize=868492 CPUtime=0
/proc/15078/task/15082/stat : 15082 (java) S 15077 15064 14626 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2001921513 889335808 7601 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15078/tid=15083] ppid=15077 vsize=868492 CPUtime=0
/proc/15078/task/15083/stat : 15083 (java) S 15077 15064 14626 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2001921515 889335808 7601 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15078/tid=15084] ppid=15077 vsize=868492 CPUtime=0.29
/proc/15078/task/15084/stat : 15084 (java) S 15077 15064 14626 0 -1 64 1520 0 0 0 28 1 0 0 16 0 9 0 2001921515 889335808 7601 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15078/tid=15085] ppid=15077 vsize=868492 CPUtime=0
/proc/15078/task/15085/stat : 15085 (java) S 15077 15064 14626 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2001921515 889335808 7601 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15078/tid=15086] ppid=15077 vsize=868492 CPUtime=0
/proc/15078/task/15086/stat : 15086 (java) S 15077 15064 14626 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2001921515 889335808 7601 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 7.84
Current children cumulated vsize (KiB) 887448

[startup+8.80168 s]
/proc/loadavg: 2.19 2.04 2.01 3/79 15094
/proc/meminfo: memFree=1398296/2055920 swapFree=4179828/4192956
[pid=15064] ppid=15062 vsize=13600 CPUtime=8.57
/proc/15064/stat : 15064 (sugar) S 15062 15064 14626 0 -1 4194304 1072 18758 0 2 4 1 830 22 16 0 1 0 2001921433 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15064/statm: 3400 799 370 3 0 500 0
[pid=15089] ppid=15064 vsize=5356 CPUtime=0
/proc/15089/stat : 15089 (sh) S 15064 15064 14626 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2001922309 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15089/statm: 1339 233 193 169 0 50 0
[pid=15090] ppid=15089 vsize=859832 CPUtime=0.02
/proc/15090/stat : 15090 (java) S 15089 15064 14626 0 -1 0 1922 0 1 0 1 1 0 0 18 0 5 0 2001922310 880467968 1524 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 1 0 0
/proc/15090/statm: 214958 1524 869 9 0 209937 0
[pid=15090/tid=15091] ppid=15089 vsize=859832 CPUtime=0.02
/proc/15090/task/15091/stat : 15091 (java) R 15089 15064 14626 0 -1 64 1231 0 1 0 1 1 0 0 17 0 5 0 2001922311 880467968 1524 996147200 134512640 134550740 4294956000 18446744073709551615 4125976497 0 4 0 16800971 0 0 0 -1 1 0 0
[pid=15090/tid=15092] ppid=15089 vsize=859832 CPUtime=0
/proc/15090/task/15092/stat : 15092 (java) S 15089 15064 14626 0 -1 64 3 0 0 0 0 0 0 0 19 0 5 0 2001922312 880467968 1524 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800971 0 0 0 -1 1 0 0
[pid=15090/tid=15093] ppid=15089 vsize=859832 CPUtime=0
/proc/15090/task/15093/stat : 15093 (java) S 15089 15064 14626 0 -1 64 10 0 0 0 0 0 0 0 19 0 5 0 2001922312 880467968 1524 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800971 0 0 0 -1 1 0 0
[pid=15090/tid=15094] ppid=15089 vsize=859832 CPUtime=0
/proc/15090/task/15094/stat : 15094 (java) S 15089 15064 14626 0 -1 64 3 0 0 0 0 0 0 0 20 0 5 0 2001922312 880467968 1524 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800971 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 8.59
Current children cumulated vsize (KiB) 878788

[startup+9.20174 s]
/proc/loadavg: 2.19 2.04 2.01 3/79 15094
/proc/meminfo: memFree=1398296/2055920 swapFree=4179828/4192956
[pid=15064] ppid=15062 vsize=13600 CPUtime=8.57
/proc/15064/stat : 15064 (sugar) S 15062 15064 14626 0 -1 4194304 1090 18758 0 2 4 1 830 22 16 0 1 0 2001921433 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15064/statm: 3400 799 370 3 0 500 0
[pid=15089] ppid=15064 vsize=5356 CPUtime=0
/proc/15089/stat : 15089 (sh) S 15064 15064 14626 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2001922309 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15089/statm: 1339 233 193 169 0 50 0
[pid=15090] ppid=15089 vsize=864360 CPUtime=0.42
/proc/15090/stat : 15090 (java) S 15089 15064 14626 0 -1 0 3907 0 1 0 40 2 0 0 18 0 9 0 2001922310 885104640 3376 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15090/statm: 216090 3376 1667 9 0 210672 0
[pid=15090/tid=15091] ppid=15089 vsize=864360 CPUtime=0.33
/proc/15090/task/15091/stat : 15091 (java) R 15089 15064 14626 0 -1 64 2453 0 1 0 32 1 0 0 20 0 9 0 2001922311 885104640 3376 996147200 134512640 134550740 4294956000 18446744073709551615 4126418833 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15090/tid=15092] ppid=15089 vsize=864360 CPUtime=0.01
/proc/15090/task/15092/stat : 15092 (java) S 15089 15064 14626 0 -1 64 344 0 0 0 1 0 0 0 16 0 9 0 2001922312 885104640 3376 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15090/tid=15093] ppid=15089 vsize=864360 CPUtime=0
/proc/15090/task/15093/stat : 15093 (java) S 15089 15064 14626 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 2001922312 885104640 3376 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15090/tid=15094] ppid=15089 vsize=864360 CPUtime=0
/proc/15090/task/15094/stat : 15094 (java) S 15089 15064 14626 0 -1 64 3 0 0 0 0 0 0 0 20 0 9 0 2001922312 885104640 3376 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 8.99
Current children cumulated vsize (KiB) 883316

Child status: 0
Real time (s): 9.24309
CPU time (s): 9.05762
CPU user time (s): 8.77567
CPU system time (s): 0.281957
CPU usage (%): 97.9935
Max. virtual memory (cumulated for all children) (KiB): 888620

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 8.77567
system time used= 0.281957
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 24302
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= 6907
involuntary context switches= 6837

runsolver used 0.016997 second user time and 0.036994 second system time

The end

Launcher Data (download as text)

Begin job on node34 at 2008-07-05 05:44:39
IDJOB=1083877
IDBENCH=57512
IDSOLVER=346
FILE ID=node34/1083877-1215229479
PBS_JOBID= 7881890
Free space on /tmp= 66500 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/rlfapScens/normalized-scen9.xml
COMMAND LINE= DIR/sugar -c -vv -java="java -Xmx700M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1083877-1215229479/watcher-1083877-1215229479 -o /tmp/evaluation-result-1083877-1215229479/solver-1083877-1215229479 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/sugar -c -vv -java="java -Xmx700M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-1083877-1215229479.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 07304cb7317cdf0b1877fc5044901f5a
RANDOM SEED=354453053

node34.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.259
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.259
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:       1409648 kB
Buffers:         45420 kB
Cached:         228648 kB
SwapCached:       6976 kB
Active:         460444 kB
Inactive:       129644 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1409648 kB
SwapTotal:     4192956 kB
SwapFree:      4179828 kB
Dirty:            2164 kB
Writeback:           0 kB
Mapped:         323944 kB
Slab:            40872 kB
Committed_AS:  3897776 kB
PageTables:       2436 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= 66500 MiB
End job on node34 at 2008-07-05 05:44:49