Trace number 1126268

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+minisat? (MO) 99.2476 102.232

General information on the benchmark

Namemaxcsp/maxclique/
normalized-hamming-10-2_ext.xml
MD5SUMb12d9b095d193f836a37e38da064d1e6
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkMOPT
Best Number of falsified constraints512
Best CPU time to get the best result obtained on this benchmark0.245962
Satisfiable
(Un)Satisfiability was proved
Number of variables1025
Number of constraints6144
Maximum constraint arity2
Maximum domain size2
Number of constraints which are defined in extension6144
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.19	c 0	Sugar v1-13 + HOME/minisat
0.00/0.19	c 0	BEGIN Wed Jul 16 05:50:30 2008
0.00/0.19	c 0	PID 22736
0.04/0.20	c 0	HOST node75.alineos.net
0.04/0.20	c 0	CONVERTING HOME/instance-1126268-1216180230.xml TO HOME/temp.csp
0.04/0.20	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1126268-1216180230.xml' 'HOME/temp.csp'
0.04/1.00	c 1	2 domains, 1025 variables, 0 predicates, 2 relations, 6144 constraints
0.59/1.02	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.59/1.02	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -max -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.59/1.10	c 1	Parsing HOME/temp.csp
0.60/1.37	c 2	parsed 7173 expressions
0.60/1.37	c 2	Heap : 2 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.60/1.42	c 2	MAX CSP: 6144 constraints
0.60/1.42	c 2	Converting to clausal form CSP
0.60/1.49	c 2	converted 1332 (10%) expressions
0.60/1.66	c 2	converted 2664 (20%) expressions
0.60/1.69	c 2	converted 3996 (30%) expressions
0.60/1.72	c 2	converted 5328 (40%) expressions
0.60/1.73	c 2	converted 6660 (50%) expressions
0.60/1.75	c 2	converted 7992 (60%) expressions
0.60/1.77	c 2	converted 9324 (70%) expressions
0.60/1.84	c 2	converted 10656 (80%) expressions
0.60/1.86	c 2	converted 11988 (90%) expressions
1.95/2.41	c 3	converted 13320 (100%) expressions
1.95/2.42	c 3	CSP : 13313 integers, 0 booleans, 18431 clauses, largest domain size 9217
1.95/2.42	c 3	Heap : 17 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.95/2.42	c 3	Propagation in CSP
2.15/2.62	c 3	6142 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.15/2.63	c 3	CSP : 13313 integers, 0 booleans, 18431 clauses, largest domain size 6145
2.15/2.63	c 3	Heap : 17 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.15/2.64	c 3	Simplifing CSP by introducing new Boolean variables
2.15/2.65	c 3	CSP : 13313 integers, 0 booleans, 18431 clauses, largest domain size 6145
2.15/2.65	c 3	Heap : 17 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.25/2.76	c 3	Encoding CSP to SAT : HOME/temp.cnf
2.25/2.78	c 3	1332 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
2.25/2.79	c 3	2663 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
2.25/2.79	c 3	3994 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
2.25/2.80	c 3	5326 (40%) CSP integer variables are encoded (0 clauses, 64 bytes)
2.25/2.80	c 3	6657 (50%) CSP integer variables are encoded (0 clauses, 64 bytes)
2.35/2.89	c 3	7988 (60%) CSP integer variables are encoded (72935 clauses, 1088428 bytes)
2.45/2.91	c 3	9320 (70%) CSP integer variables are encoded (89866 clauses, 1342393 bytes)
2.45/2.93	c 3	10651 (80%) CSP integer variables are encoded (109536 clauses, 1675401 bytes)
2.45/2.95	c 3	11982 (90%) CSP integer variables are encoded (122665 clauses, 1898594 bytes)
2.45/2.97	c 3	13313 (100%) CSP integer variables are encoded (139267 clauses, 2180828 bytes)
2.54/3.08	c 3	1844 (10%) CSP clauses are encoded (141111 clauses, 2208361 bytes)
2.65/3.11	c 3	3687 (20%) CSP clauses are encoded (142954 clauses, 2236977 bytes)
2.65/3.15	c 3	5530 (30%) CSP clauses are encoded (144797 clauses, 2265529 bytes)
10.86/11.40	c 12	7373 (40%) CSP clauses are encoded (5020398 clauses, 106284635 bytes)
35.22/36.43	c 37	9216 (50%) CSP clauses are encoded (19181577 clauses, 410459504 bytes)
36.31/37.56	c 38	11059 (60%) CSP clauses are encoded (19798912 clauses, 424450598 bytes)
70.25/72.58	c 73	12902 (70%) CSP clauses are encoded (38151361 clauses, 857292360 bytes)
71.63/73.91	c 74	14745 (80%) CSP clauses are encoded (38862298 clauses, 874567112 bytes)
74.95/77.36	c 78	16588 (90%) CSP clauses are encoded (40685947 clauses, 919084902 bytes)
87.65/90.39	c 91	18431 (100%) CSP clauses are encoded (47609865 clauses, 1088469056 bytes)
87.65/90.39	c 91	18431 CSP clauses encoded
87.65/90.39	c 91	Writing map file : HOME/temp.map
87.76/90.45	c 91	Heap : 12 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
87.76/90.45	c 91	SAT : 152579 SAT variables, 47609865 SAT clauses, 1088469056 bytes
87.76/90.45	c 91	Heap : 12 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
87.76/90.48	c 91	OBJECTIVE minimize _COST
87.85/90.60	c 91	OBJECTIVE BOUND: 0 <= _COST <= 
87.85/90.60	c 91	SEARCHING: _COST <= 3072
87.85/90.60	c 91	SOLVING HOME/temp.cnf
87.85/90.60	c 91	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
87.85/90.61	c 91	This is MiniSat 2.0 beta
87.85/90.61	c 91	WARNING: for repeatability, setting FPU to use double precision
87.85/90.61	c 91	============================[ Problem Statistics ]=============================
87.85/90.61	c 91	|                                                                             |
87.85/90.61	c 91	|  Number of variables:  152579                                               |
87.85/90.61	c 91	|  Number of clauses:    47609866                                             |
98.62/101.52	c ERROR INTERRUPTED
98.74/101.64	s UNKNOWN
98.74/101.64	c 102	CPU 80.15 (0.06 0.01 80.09 7.7)
98.74/101.64	c 102	END Wed Jul 16 05:52:12 2008

Verifier Data (download as text)

ERROR: no interpretation found !

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-1126268-1216180230/watcher-1126268-1216180230 -o /tmp/evaluation-result-1126268-1216180230/solver-1126268-1216180230 -C 3600 -W 4000 -M 900 --output-limit 1,15 HOME/sugar -max -c -vv -java=java -Xmx700M -jar=HOME/sugar-v1-13.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-1126268-1216180230.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 4000 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.00 2.00 2.15 4/73 22736
/proc/meminfo: memFree=1927080/2055920 swapFree=4181292/4192956
[pid=22736] ppid=22734 vsize=18572 CPUtime=0
/proc/22736/stat : 22736 (runsolver) D 22734 22736 22544 0 -1 4194368 15 0 0 0 0 0 0 0 21 0 1 0 74719562 19017728 292 996147200 4194304 4296836 548682068256 18446744073709551615 231882681639 0 0 4096 24578 18446744071563608240 0 0 17 1 0 0
/proc/22736/statm: 4643 292 257 25 0 2626 0

[startup+0.08367 s]
/proc/loadavg: 2.00 2.00 2.15 4/73 22736
/proc/meminfo: memFree=1927080/2055920 swapFree=4181292/4192956
[pid=22736] ppid=22734 vsize=12268 CPUtime=0
/proc/22736/stat : 22736 (sugar) D 22734 22736 22544 0 -1 4194304 345 0 3 0 0 0 0 0 18 0 1 0 74719562 12562432 316 996147200 4194304 4206940 548682068592 18446744073709551615 231891581950 0 0 4224 0 18446744071563608240 0 0 17 0 0 0
/proc/22736/statm: 3067 316 241 3 0 167 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12268

[startup+0.102672 s]
/proc/loadavg: 2.00 2.00 2.15 4/73 22736
/proc/meminfo: memFree=1927080/2055920 swapFree=4181292/4192956
[pid=22736] ppid=22734 vsize=12272 CPUtime=0
/proc/22736/stat : 22736 (sugar) D 22734 22736 22544 0 -1 4194304 357 0 3 0 0 0 0 0 18 0 1 0 74719562 12566528 328 996147200 4194304 4206940 548682068592 18446744073709551615 231882848869 0 0 4224 0 18446744071563608240 0 0 17 0 0 0
/proc/22736/statm: 3068 328 246 3 0 168 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12272

[startup+0.30172 s]
/proc/loadavg: 2.00 2.00 2.15 4/73 22736
/proc/meminfo: memFree=1927080/2055920 swapFree=4181292/4192956
[pid=22736] ppid=22734 vsize=13600 CPUtime=0.04
/proc/22736/stat : 22736 (sugar) S 22734 22736 22544 0 -1 4194304 895 127 3 0 3 1 0 0 19 0 1 0 74719562 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22736/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.70286 s]
/proc/loadavg: 2.00 2.00 2.15 4/73 22736
/proc/meminfo: memFree=1927080/2055920 swapFree=4181292/4192956
[pid=22736] ppid=22734 vsize=13600 CPUtime=0.04
/proc/22736/stat : 22736 (sugar) S 22734 22736 22544 0 -1 4194304 895 127 3 0 3 1 0 0 19 0 1 0 74719562 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22736/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+1.50195 s]
/proc/loadavg: 2.00 2.00 2.14 2/84 22748
/proc/meminfo: memFree=1901904/2055920 swapFree=4181292/4192956
[pid=22736] ppid=22734 vsize=13600 CPUtime=0.6
/proc/22736/stat : 22736 (sugar) S 22734 22736 22544 0 -1 4194304 971 7012 3 49 3 1 49 7 15 0 1 0 74719562 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22736/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.6
Current children cumulated vsize (KiB) 13600

[startup+3.10249 s]
/proc/loadavg: 2.00 2.00 2.14 3/84 22758
/proc/meminfo: memFree=1891280/2055920 swapFree=4181292/4192956
[pid=22736] ppid=22734 vsize=13600 CPUtime=0.6
/proc/22736/stat : 22736 (sugar) S 22734 22736 22544 0 -1 4194304 971 7012 3 49 3 1 49 7 15 0 1 0 74719562 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22736/statm: 3400 797 370 3 0 500 0
[pid=22749] ppid=22736 vsize=5356 CPUtime=0
/proc/22749/stat : 22749 (sh) S 22736 22736 22544 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 74719664 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22749/statm: 1339 233 193 169 0 50 0
[pid=22750] ppid=22749 vsize=868516 CPUtime=2.05
/proc/22750/stat : 22750 (java) S 22749 22736 22544 0 -1 0 10849 0 4 0 196 9 0 0 20 0 9 0 74719665 889360384 9801 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/22750/statm: 217129 9801 2567 9 0 211676 0
[pid=22750/tid=22751] ppid=22749 vsize=868516 CPUtime=1.27
/proc/22750/task/22751/stat : 22751 (java) R 22749 22736 22544 0 -1 64 2940 0 4 0 123 4 0 0 25 0 9 0 74719665 889360384 9801 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22750/tid=22752] ppid=22749 vsize=868516 CPUtime=0.49
/proc/22750/task/22752/stat : 22752 (java) S 22749 22736 22544 0 -1 64 5726 0 0 0 47 2 0 0 15 0 9 0 74719667 889360384 9801 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=22750/tid=22753] ppid=22749 vsize=868516 CPUtime=0
/proc/22750/task/22753/stat : 22753 (java) S 22749 22736 22544 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 74719667 889360384 9801 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22750/tid=22754] ppid=22749 vsize=868516 CPUtime=0
/proc/22750/task/22754/stat : 22754 (java) S 22749 22736 22544 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 74719667 889360384 9801 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22750/tid=22755] ppid=22749 vsize=868516 CPUtime=0
/proc/22750/task/22755/stat : 22755 (java) S 22749 22736 22544 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 74719669 889360384 9801 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22750/tid=22756] ppid=22749 vsize=868516 CPUtime=0.26
/proc/22750/task/22756/stat : 22756 (java) S 22749 22736 22544 0 -1 64 1491 0 0 0 25 1 0 0 16 0 9 0 74719669 889360384 9801 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22750/tid=22757] ppid=22749 vsize=868516 CPUtime=0
/proc/22750/task/22757/stat : 22757 (java) S 22749 22736 22544 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 74719669 889360384 9801 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22750/tid=22758] ppid=22749 vsize=868516 CPUtime=0
/proc/22750/task/22758/stat : 22758 (java) S 22749 22736 22544 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 74719669 889360384 9801 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.65
Current children cumulated vsize (KiB) 887472

[startup+6.30191 s]
/proc/loadavg: 2.08 2.02 2.15 3/84 22758
/proc/meminfo: memFree=1855248/2055920 swapFree=4181292/4192956
[pid=22736] ppid=22734 vsize=13600 CPUtime=0.6
/proc/22736/stat : 22736 (sugar) S 22734 22736 22544 0 -1 4194304 971 7012 3 49 3 1 49 7 15 0 1 0 74719562 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22736/statm: 3400 797 370 3 0 500 0
[pid=22749] ppid=22736 vsize=5356 CPUtime=0
/proc/22749/stat : 22749 (sh) S 22736 22736 22544 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 74719664 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22749/statm: 1339 233 193 169 0 50 0
[pid=22750] ppid=22749 vsize=868516 CPUtime=5.21
/proc/22750/stat : 22750 (java) S 22749 22736 22544 0 -1 0 11532 0 4 0 485 36 0 0 20 0 9 0 74719665 889360384 9811 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/22750/statm: 217129 9811 2567 9 0 211676 0
[pid=22750/tid=22751] ppid=22749 vsize=868516 CPUtime=4.2
/proc/22750/task/22751/stat : 22751 (java) R 22749 22736 22544 0 -1 64 3613 0 4 0 392 28 0 0 25 0 9 0 74719665 889360384 9811 996147200 134512640 134550740 4294955936 18446744073709551615 4127162447 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22750/tid=22752] ppid=22749 vsize=868516 CPUtime=0.7
/proc/22750/task/22752/stat : 22752 (java) S 22749 22736 22544 0 -1 64 5726 0 0 0 65 5 0 0 16 0 9 0 74719667 889360384 9811 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=22750/tid=22753] ppid=22749 vsize=868516 CPUtime=0
/proc/22750/task/22753/stat : 22753 (java) S 22749 22736 22544 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 74719667 889360384 9811 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22750/tid=22754] ppid=22749 vsize=868516 CPUtime=0
/proc/22750/task/22754/stat : 22754 (java) S 22749 22736 22544 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 74719667 889360384 9811 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22750/tid=22755] ppid=22749 vsize=868516 CPUtime=0
/proc/22750/task/22755/stat : 22755 (java) S 22749 22736 22544 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 74719669 889360384 9811 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22750/tid=22756] ppid=22749 vsize=868516 CPUtime=0.28
/proc/22750/task/22756/stat : 22756 (java) S 22749 22736 22544 0 -1 64 1501 0 0 0 27 1 0 0 17 0 9 0 74719669 889360384 9811 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22750/tid=22757] ppid=22749 vsize=868516 CPUtime=0
/proc/22750/task/22757/stat : 22757 (java) S 22749 22736 22544 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 74719669 889360384 9811 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22750/tid=22758] ppid=22749 vsize=868516 CPUtime=0
/proc/22750/task/22758/stat : 22758 (java) S 22749 22736 22544 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 74719669 889360384 9811 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 5.81
Current children cumulated vsize (KiB) 887472

[startup+12.7022 s]
/proc/loadavg: 2.15 2.03 2.15 3/84 22758
/proc/meminfo: memFree=1772176/2055920 swapFree=4181292/4192956
[pid=22736] ppid=22734 vsize=13600 CPUtime=0.6
/proc/22736/stat : 22736 (sugar) S 22734 22736 22544 0 -1 4194304 971 7012 3 49 3 1 49 7 16 0 1 0 74719562 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22736/statm: 3400 797 370 3 0 500 0
[pid=22749] ppid=22736 vsize=5356 CPUtime=0
/proc/22749/stat : 22749 (sh) S 22736 22736 22544 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 74719664 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22749/statm: 1339 233 193 169 0 50 0
[pid=22750] ppid=22749 vsize=868516 CPUtime=11.54
/proc/22750/stat : 22750 (java) S 22749 22736 22544 0 -1 0 12900 0 4 0 1063 91 0 0 20 0 9 0 74719665 889360384 9812 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/22750/statm: 217129 9812 2567 9 0 211676 0
[pid=22750/tid=22751] ppid=22749 vsize=868516 CPUtime=10.14
/proc/22750/task/22751/stat : 22751 (java) R 22749 22736 22544 0 -1 64 4980 0 4 0 938 76 0 0 25 0 9 0 74719665 889360384 9812 996147200 134512640 134550740 4294955936 18446744073709551615 4127073256 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22750/tid=22752] ppid=22749 vsize=868516 CPUtime=1.1
/proc/22750/task/22752/stat : 22752 (java) S 22749 22736 22544 0 -1 64 5726 0 0 0 97 13 0 0 16 0 9 0 74719667 889360384 9812 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=22750/tid=22753] ppid=22749 vsize=868516 CPUtime=0
/proc/22750/task/22753/stat : 22753 (java) S 22749 22736 22544 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 74719667 889360384 9812 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22750/tid=22754] ppid=22749 vsize=868516 CPUtime=0
/proc/22750/task/22754/stat : 22754 (java) S 22749 22736 22544 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 74719667 889360384 9812 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22750/tid=22755] ppid=22749 vsize=868516 CPUtime=0
/proc/22750/task/22755/stat : 22755 (java) S 22749 22736 22544 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 74719669 889360384 9812 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22750/tid=22756] ppid=22749 vsize=868516 CPUtime=0.28
/proc/22750/task/22756/stat : 22756 (java) S 22749 22736 22544 0 -1 64 1502 0 0 0 27 1 0 0 17 0 9 0 74719669 889360384 9812 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22750/tid=22757] ppid=22749 vsize=868516 CPUtime=0
/proc/22750/task/22757/stat : 22757 (java) S 22749 22736 22544 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 74719669 889360384 9812 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22750/tid=22758] ppid=22749 vsize=868516 CPUtime=0
/proc/22750/task/22758/stat : 22758 (java) S 22749 22736 22544 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 74719669 889360384 9812 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.14
Current children cumulated vsize (KiB) 887472

[startup+25.5027 s]
/proc/loadavg: 2.41 2.10 2.17 3/84 22758
/proc/meminfo: memFree=1608912/2055920 swapFree=4181292/4192956
[pid=22736] ppid=22734 vsize=13600 CPUtime=0.6
/proc/22736/stat : 22736 (sugar) S 22734 22736 22544 0 -1 4194304 971 7012 3 49 3 1 49 7 16 0 1 0 74719562 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22736/statm: 3400 797 370 3 0 500 0
[pid=22749] ppid=22736 vsize=5356 CPUtime=0
/proc/22749/stat : 22749 (sh) S 22736 22736 22544 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 74719664 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22749/statm: 1339 233 193 169 0 50 0
[pid=22750] ppid=22749 vsize=868516 CPUtime=24.02
/proc/22750/stat : 22750 (java) S 22749 22736 22544 0 -1 0 15549 0 4 0 2200 202 0 0 20 0 9 0 74719665 889360384 9813 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/22750/statm: 217129 9813 2567 9 0 211676 0
[pid=22750/tid=22751] ppid=22749 vsize=868516 CPUtime=21.84
/proc/22750/task/22751/stat : 22751 (java) R 22749 22736 22544 0 -1 64 7628 0 4 0 2011 173 0 0 25 0 9 0 74719665 889360384 9813 996147200 134512640 134550740 4294955936 18446744073709551615 4127073247 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22750/tid=22752] ppid=22749 vsize=868516 CPUtime=1.88
/proc/22750/task/22752/stat : 22752 (java) S 22749 22736 22544 0 -1 64 5726 0 0 0 161 27 0 0 16 0 9 0 74719667 889360384 9813 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=22750/tid=22753] ppid=22749 vsize=868516 CPUtime=0
/proc/22750/task/22753/stat : 22753 (java) S 22749 22736 22544 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 74719667 889360384 9813 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22750/tid=22754] ppid=22749 vsize=868516 CPUtime=0
/proc/22750/task/22754/stat : 22754 (java) S 22749 22736 22544 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 74719667 889360384 9813 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22750/tid=22755] ppid=22749 vsize=868516 CPUtime=0
/proc/22750/task/22755/stat : 22755 (java) S 22749 22736 22544 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 74719669 889360384 9813 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22750/tid=22756] ppid=22749 vsize=868516 CPUtime=0.28
/proc/22750/task/22756/stat : 22756 (java) S 22749 22736 22544 0 -1 64 1503 0 0 0 27 1 0 0 16 0 9 0 74719669 889360384 9813 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22750/tid=22757] ppid=22749 vsize=868516 CPUtime=0
/proc/22750/task/22757/stat : 22757 (java) S 22749 22736 22544 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 74719669 889360384 9813 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22750/tid=22758] ppid=22749 vsize=868516 CPUtime=0
/proc/22750/task/22758/stat : 22758 (java) S 22749 22736 22544 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 74719669 889360384 9813 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 24.62
Current children cumulated vsize (KiB) 887472

[startup+51.1028 s]
/proc/loadavg: 2.61 2.17 2.19 3/84 22758
/proc/meminfo: memFree=1297872/2055920 swapFree=4181292/4192956
[pid=22736] ppid=22734 vsize=13600 CPUtime=0.6
/proc/22736/stat : 22736 (sugar) S 22734 22736 22544 0 -1 4194304 971 7012 3 49 3 1 49 7 16 0 1 0 74719562 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22736/statm: 3400 797 370 3 0 500 0
[pid=22749] ppid=22736 vsize=5356 CPUtime=0
/proc/22749/stat : 22749 (sh) S 22736 22736 22544 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 74719664 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22749/statm: 1339 233 193 169 0 50 0
[pid=22750] ppid=22749 vsize=868516 CPUtime=48.68
/proc/22750/stat : 22750 (java) S 22749 22736 22544 0 -1 0 20796 0 4 0 4448 420 0 0 20 0 9 0 74719665 889360384 9813 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/22750/statm: 217129 9813 2567 9 0 211676 0
[pid=22750/tid=22751] ppid=22749 vsize=868516 CPUtime=44.93
/proc/22750/task/22751/stat : 22751 (java) R 22749 22736 22544 0 -1 64 12875 0 4 0 4132 361 0 0 25 0 9 0 74719665 889360384 9813 996147200 134512640 134550740 4294955936 18446744073709551615 4126575175 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22750/tid=22752] ppid=22749 vsize=868516 CPUtime=3.45
/proc/22750/task/22752/stat : 22752 (java) S 22749 22736 22544 0 -1 64 5726 0 0 0 288 57 0 0 16 0 9 0 74719667 889360384 9813 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=22750/tid=22753] ppid=22749 vsize=868516 CPUtime=0
/proc/22750/task/22753/stat : 22753 (java) S 22749 22736 22544 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 74719667 889360384 9813 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22750/tid=22754] ppid=22749 vsize=868516 CPUtime=0
/proc/22750/task/22754/stat : 22754 (java) S 22749 22736 22544 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 74719667 889360384 9813 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22750/tid=22755] ppid=22749 vsize=868516 CPUtime=0
/proc/22750/task/22755/stat : 22755 (java) S 22749 22736 22544 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 74719669 889360384 9813 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22750/tid=22756] ppid=22749 vsize=868516 CPUtime=0.28
/proc/22750/task/22756/stat : 22756 (java) S 22749 22736 22544 0 -1 64 1503 0 0 0 27 1 0 0 16 0 9 0 74719669 889360384 9813 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22750/tid=22757] ppid=22749 vsize=868516 CPUtime=0
/proc/22750/task/22757/stat : 22757 (java) S 22749 22736 22544 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 74719669 889360384 9813 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22750/tid=22758] ppid=22749 vsize=868516 CPUtime=0
/proc/22750/task/22758/stat : 22758 (java) S 22749 22736 22544 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 74719669 889360384 9813 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 49.28
Current children cumulated vsize (KiB) 887472



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+101.503 s]
/proc/loadavg: 2.61 2.24 2.22 3/76 22760
/proc/meminfo: memFree=15056/2055920 swapFree=4181292/4192956
[pid=22736] ppid=22734 vsize=14392 CPUtime=87.85
/proc/22736/stat : 22736 (sugar) S 22734 22736 22544 0 -1 4194304 1227 36184 6 53 6 1 8009 769 16 0 1 0 74719562 14737408 980 996147200 4194304 4206940 548682068592 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22736/statm: 3598 980 374 3 0 698 0
[pid=22759] ppid=22736 vsize=5356 CPUtime=0
/proc/22759/stat : 22759 (sh) S 22736 22736 22544 0 -1 4194304 277 0 0 0 0 0 0 0 17 0 1 0 74728623 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22759/statm: 1339 232 193 169 0 50 0
[pid=22760] ppid=22759 vsize=909984 CPUtime=10.77
/proc/22760/stat : 22760 (minisat) R 22759 22736 22544 0 -1 4194304 220834 0 0 0 913 164 0 0 25 0 1 0 74728623 931823616 220820 996147200 134512640 135127466 4294956256 18446744073709551615 134706298 0 0 4096 3 0 0 0 17 1 0 0
/proc/22760/statm: 227496 220820 62 150 0 227343 0
Current children cumulated CPU time (s) 98.62
Current children cumulated vsize (KiB) 929732

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

[startup+101.62 s]
/proc/loadavg: 2.61 2.24 2.22 3/76 22760
/proc/meminfo: memFree=15056/2055920 swapFree=4181292/4192956
[pid=22736] ppid=22734 vsize=14392 CPUtime=87.85
/proc/22736/stat : 22736 (sugar) S 22734 22736 22544 0 -1 4194304 1237 36184 6 53 6 1 8009 769 16 0 1 0 74719562 14737408 980 996147200 4194304 4206940 548682068592 18446744073709551615 231891578978 0 16384 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/22736/statm: 3598 980 374 3 0 698 0
[pid=22759] ppid=22736 vsize=0 CPUtime=0
/proc/22759/stat : 22759 (sh) Z 22736 22736 22544 0 -1 4195340 277 0 0 0 0 0 0 0 16 0 1 0 74728623 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 0 0 0
/proc/22759/statm: 0 0 0 0 0 0 0
[pid=22760] ppid=1 vsize=0 CPUtime=10.89
/proc/22760/stat : 22760 (minisat) R 1 22736 22544 0 -1 4195332 220839 0 0 0 913 176 0 0 25 0 1 0 74728623 0 0 996147200 0 0 0 0 0 0 0 4096 3 0 0 0 17 1 0 0
/proc/22760/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 98.74
Current children cumulated vsize (KiB) 14392

# WARNING:
# current cumulated CPU time (87.9 s) is less than in the last sample (98.74 s)
# The time of a child was probably not reported to its father.
# (see the samples just above and below)
# Adding the difference (10.84 s) to the 'lost time'.

[startup+101.703 s]
/proc/loadavg: 2.61 2.24 2.22 3/76 22760
/proc/meminfo: memFree=15056/2055920 swapFree=4181292/4192956
[pid=22736] ppid=22734 vsize=14392 CPUtime=87.9
/proc/22736/stat : 22736 (sugar) R 22734 22736 22544 0 -1 4194304 1263 36461 6 53 6 5 8009 770 16 0 1 0 74719562 14737408 981 996147200 4194304 4206940 548682068592 18446744073709551615 231882855465 0 0 4224 16386 0 0 0 17 1 0 0
/proc/22736/statm: 3598 981 375 3 0 698 0
Current children cumulated CPU time (s) 87.9
Current children cumulated vsize (KiB) 14392

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

[startup+101.803 s]
/proc/loadavg: 2.61 2.24 2.22 3/76 22760
/proc/meminfo: memFree=15056/2055920 swapFree=4181292/4192956
[pid=22736] ppid=22734 vsize=14392 CPUtime=88
/proc/22736/stat : 22736 (sugar) R 22734 22736 22544 0 -1 4194304 1263 36461 6 53 6 15 8009 770 16 0 1 0 74719562 14737408 981 996147200 4194304 4206940 548682068592 18446744073709551615 231882855465 0 0 4224 16386 0 0 0 17 1 0 0
/proc/22736/statm: 3598 981 375 3 0 698 0
Current children cumulated CPU time (s) 88
Current children cumulated vsize (KiB) 14392

[startup+102.203 s]
/proc/loadavg: 2.61 2.24 2.22 2/75 22761
/proc/meminfo: memFree=1964696/2055920 swapFree=4181292/4192956
[pid=22736] ppid=22734 vsize=14392 CPUtime=88.39
/proc/22736/stat : 22736 (sugar) D 22734 22736 22544 0 -1 4194304 1263 36461 6 53 6 54 8009 770 16 0 1 0 74719562 14737408 981 996147200 4194304 4206940 548682068592 18446744073709551615 231882855465 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/22736/statm: 3598 981 375 3 0 698 0
Current children cumulated CPU time (s) 88.39
Current children cumulated vsize (KiB) 14392

Child status: 0

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

Real time (s): 102.232
CPU time (s): 99.2476
CPU user time (s): 89.2898
CPU system time (s): 9.95775
CPU usage (%): 97.0807
Max. virtual memory (cumulated for all children) (KiB): 929732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 80.1598
system time used= 8.24775
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 37754
page faults= 59
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 131255
involuntary context switches= 132126

runsolver used 0.132979 second user time and 0.349946 second system time

The end

Launcher Data (download as text)

Begin job on node75 at 2008-07-16 05:50:30
IDJOB=1126268
IDBENCH=64223
IDSOLVER=368
FILE ID=node75/1126268-1216180230
PBS_JOBID= 7905885
Free space on /tmp= 66552 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/maxcsp/maxclique/normalized-hamming-10-2_ext.xml
COMMAND LINE= DIR/sugar -max -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-1126268-1216180230/watcher-1126268-1216180230 -o /tmp/evaluation-result-1126268-1216180230/solver-1126268-1216180230 -C 3600 -W 4000 -M 900 --output-limit 1,15  HOME/sugar -max -c -vv -java="java -Xmx700M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-1126268-1216180230.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= b12d9b095d193f836a37e38da064d1e6
RANDOM SEED=732296771

node75.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.266
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.266
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1927496 kB
Buffers:          4888 kB
Cached:          48084 kB
SwapCached:       4556 kB
Active:          58928 kB
Inactive:        17780 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1927496 kB
SwapTotal:     4192956 kB
SwapFree:      4181292 kB
Dirty:            1744 kB
Writeback:           0 kB
Mapped:          31620 kB
Slab:            36968 kB
Committed_AS:   213092 kB
PageTables:       1808 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= 66552 MiB
End job on node75 at 2008-07-16 05:52:14