Trace number 1125443

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-inc? (MO) 81.4156 83.9735

General information on the benchmark

Namemaxcsp/planning/
normalized-zenotravel02bc_ext.xml
MD5SUM4940ef38e4899bcdaa4c87f10be98545
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkMOPT
Best Number of falsified constraints3
Best CPU time to get the best result obtained on this benchmark0.169973
Satisfiable
(Un)Satisfiability was proved
Number of variables117
Number of constraints5362
Maximum constraint arity2
Maximum domain size19
Number of constraints which are defined in extension5362
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.07	c 0	Sugar++ v1-13 + HOME/minisat-inc
0.00/0.07	c 0	BEGIN Wed Jul 16 03:13:42 2008
0.00/0.07	c 0	PID 28329
0.00/0.07	c 0	HOST node12.alineos.net
0.00/0.07	c 0	CONVERTING HOME/instance-1125443-1216170822.xml TO HOME/temp.csp
0.00/0.07	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1125443-1216170822.xml' 'HOME/temp.csp'
0.06/0.72	c 1	14 domains, 117 variables, 0 predicates, 310 relations, 5362 constraints
0.06/0.77	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.77	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -max -incremental -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.60/0.85	c 1	Parsing HOME/temp.csp
0.60/1.08	c 1	parsed 5803 expressions
0.60/1.08	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.91/1.13	c 1	MAX CSP: 5362 constraints
0.91/1.13	c 1	Converting to clausal form CSP
1.00/1.21	c 1	converted 1117 (10%) expressions
1.10/1.32	c 2	converted 2234 (20%) expressions
1.10/1.39	c 2	converted 3351 (30%) expressions
1.20/1.42	c 2	converted 4468 (40%) expressions
1.20/1.43	c 2	converted 5584 (50%) expressions
1.20/1.45	c 2	converted 6701 (60%) expressions
1.20/1.46	c 2	converted 7818 (70%) expressions
1.20/1.48	c 2	converted 8935 (80%) expressions
1.20/1.49	c 2	converted 10052 (90%) expressions
1.79/2.04	c 2	converted 11168 (100%) expressions
1.79/2.04	c 2	CSP : 10841 integers, 0 booleans, 16085 clauses, largest domain size 8044
1.79/2.04	c 2	Heap : 15 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.79/2.04	c 2	Propagation in CSP
1.99/2.22	c 2	5355 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.99/2.23	c 2	CSP : 10841 integers, 0 booleans, 16085 clauses, largest domain size 5363
1.99/2.23	c 2	Heap : 15 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.99/2.24	c 2	Simplifing CSP by introducing new Boolean variables
1.99/2.25	c 2	CSP : 10841 integers, 0 booleans, 16085 clauses, largest domain size 5363
1.99/2.25	c 2	Heap : 15 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.09/2.33	c 3	Encoding CSP to SAT : HOME/temp.cnf
2.09/2.36	c 3	1085 (10%) CSP integer variables are encoded (191 clauses, 1981 bytes)
2.09/2.36	c 3	2169 (20%) CSP integer variables are encoded (191 clauses, 1981 bytes)
2.09/2.38	c 3	3253 (30%) CSP integer variables are encoded (191 clauses, 1981 bytes)
2.09/2.38	c 3	4337 (40%) CSP integer variables are encoded (191 clauses, 1981 bytes)
2.09/2.38	c 3	5421 (50%) CSP integer variables are encoded (191 clauses, 1981 bytes)
2.18/2.40	c 3	6505 (60%) CSP integer variables are encoded (13818 clauses, 197727 bytes)
2.18/2.47	c 3	7589 (70%) CSP integer variables are encoded (76720 clauses, 1141257 bytes)
2.28/2.50	c 3	8673 (80%) CSP integer variables are encoded (96249 clauses, 1443011 bytes)
2.28/2.52	c 3	9757 (90%) CSP integer variables are encoded (106884 clauses, 1623806 bytes)
2.28/2.54	c 3	10841 (100%) CSP integer variables are encoded (120695 clauses, 1858593 bytes)
2.38/2.66	c 3	1609 (10%) CSP clauses are encoded (122304 clauses, 1888273 bytes)
2.48/2.71	c 3	3217 (20%) CSP clauses are encoded (123912 clauses, 1919776 bytes)
2.48/2.76	c 3	4826 (30%) CSP clauses are encoded (125521 clauses, 1953295 bytes)
2.78/3.07	c 3	6434 (40%) CSP clauses are encoded (275721 clauses, 5124091 bytes)
5.65/6.00	c 6	8043 (50%) CSP clauses are encoded (1951088 clauses, 41013094 bytes)
22.39/23.05	c 23	9651 (60%) CSP clauses are encoded (9263864 clauses, 197417472 bytes)
56.76/58.62	c 59	11260 (70%) CSP clauses are encoded (29095499 clauses, 625746548 bytes)
57.74/59.63	c 60	12868 (80%) CSP clauses are encoded (29639313 clauses, 638947174 bytes)
60.27/62.25	c 62	14477 (90%) CSP clauses are encoded (31030608 clauses, 672895055 bytes)
69.87/72.46	c 73	16085 (100%) CSP clauses are encoded (36305870 clauses, 801919647 bytes)
69.87/72.46	c 73	16085 CSP clauses encoded
69.87/72.46	c 73	Writing map file : HOME/temp.map
69.97/72.51	c 73	Heap : 11 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
69.97/72.51	c 73	SAT : 131535 SAT variables, 36305870 SAT clauses, 801919647 bytes
69.97/72.51	c 73	Heap : 11 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
69.97/72.59	c 73	OBJECTIVE minimize _COST
69.97/72.59	c 73	SOLVING HOME/temp.cnf
69.97/72.59	c 73	CMD HOME/minisat-inc -incremental HOME/temp.cnf HOME/temp.out
69.97/72.60	c 73	This is MiniSat 2.0 beta incremental
69.97/72.60	c 73	WARNING: for repeatability, setting FPU to use double precision
69.97/72.60	c 73	============================[ Problem Statistics ]=============================
69.97/72.60	c 73	|                                                                             |
69.97/72.60	c 73	|  Number of variables:  131535                                               |
69.97/72.60	c 73	|  Number of clauses:    36305870                                             |
80.82/83.41	c ERROR INTERRUPTED
80.82/83.41	s UNKNOWN
80.92/83.58	c 84	CPU 73.76 (0.08 0.01 73.68 7.2)
80.92/83.58	c 84	END Wed Jul 16 03:15:06 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-1125443-1216170822/watcher-1125443-1216170822 -o /tmp/evaluation-result-1125443-1216170822/solver-1125443-1216170822 -C 3600 -W 4000 -M 900 --output-limit 1,15 HOME/sugar++ -max -incremental -c -vv -java=java -Xmx700M -decjava=java -Xmx50M -jar=HOME/sugar-v1-13.jar -solver=HOME/minisat-inc -tmp=HOME/temp HOME/instance-1125443-1216170822.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.73 2.69 2.58 5/80 28329
/proc/meminfo: memFree=1682632/2055920 swapFree=4192812/4192956
[pid=28329] ppid=28327 vsize=18572 CPUtime=0
/proc/28329/stat : 28329 (runsolver) R 28327 28329 26887 0 -1 4194368 15 0 0 0 0 0 0 0 18 0 1 0 73785021 19017728 292 996147200 4194304 4296836 548682068192 18446744073709551615 252429528359 0 0 4096 24578 0 0 0 17 1 0 0
/proc/28329/statm: 4643 292 257 25 0 2626 0

[startup+0.106346 s]
/proc/loadavg: 2.73 2.69 2.58 5/80 28329
/proc/meminfo: memFree=1682632/2055920 swapFree=4192812/4192956
[pid=28329] ppid=28327 vsize=16740 CPUtime=0.06
/proc/28329/stat : 28329 (sugar++) S 28327 28329 26887 0 -1 4194304 1219 128 0 0 5 1 0 0 18 0 1 0 73785021 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28329/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.201356 s]
/proc/loadavg: 2.73 2.69 2.58 5/80 28329
/proc/meminfo: memFree=1682632/2055920 swapFree=4192812/4192956
[pid=28329] ppid=28327 vsize=16740 CPUtime=0.06
/proc/28329/stat : 28329 (sugar++) S 28327 28329 26887 0 -1 4194304 1219 128 0 0 5 1 0 0 18 0 1 0 73785021 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28329/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.301365 s]
/proc/loadavg: 2.73 2.69 2.58 5/80 28329
/proc/meminfo: memFree=1682632/2055920 swapFree=4192812/4192956
[pid=28329] ppid=28327 vsize=16740 CPUtime=0.06
/proc/28329/stat : 28329 (sugar++) S 28327 28329 26887 0 -1 4194304 1219 128 0 0 5 1 0 0 18 0 1 0 73785021 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28329/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.701405 s]
/proc/loadavg: 2.73 2.69 2.58 5/80 28329
/proc/meminfo: memFree=1682632/2055920 swapFree=4192812/4192956
[pid=28329] ppid=28327 vsize=16740 CPUtime=0.06
/proc/28329/stat : 28329 (sugar++) S 28327 28329 26887 0 -1 4194304 1219 128 0 0 5 1 0 0 18 0 1 0 73785021 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28329/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+1.50249 s]
/proc/loadavg: 2.73 2.69 2.58 5/91 28351
/proc/meminfo: memFree=1671792/2055920 swapFree=4192812/4192956
[pid=28329] ppid=28327 vsize=16740 CPUtime=0.6
/proc/28329/stat : 28329 (sugar++) S 28327 28329 26887 0 -1 4194304 1297 6828 0 1 5 1 50 4 15 0 1 0 73785021 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28329/statm: 4185 1104 409 3 0 764 0
[pid=28342] ppid=28329 vsize=5356 CPUtime=0
/proc/28342/stat : 28342 (sh) S 28329 28329 26887 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 73785099 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28342/statm: 1339 233 193 169 0 50 0
[pid=28343] ppid=28342 vsize=868360 CPUtime=0.7
/proc/28343/stat : 28343 (java) S 28342 28329 26887 0 -1 0 7927 0 1 0 65 5 0 0 18 0 9 0 73785099 889200640 7151 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28343/statm: 217090 7151 2540 9 0 211665 0
[pid=28343/tid=28344] ppid=28342 vsize=868360 CPUtime=0.38
/proc/28343/task/28344/stat : 28344 (java) R 28342 28329 26887 0 -1 64 2664 0 1 0 37 1 0 0 23 0 9 0 73785100 889200640 7151 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28343/tid=28345] ppid=28342 vsize=868360 CPUtime=0.11
/proc/28343/task/28345/stat : 28345 (java) R 28342 28329 26887 0 -1 64 3129 0 0 0 10 1 0 0 16 0 9 0 73785101 889200640 7151 996147200 134512640 134550740 4294955920 18446744073709551615 102721214 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28343/tid=28346] ppid=28342 vsize=868360 CPUtime=0
/proc/28343/task/28346/stat : 28346 (java) S 28342 28329 26887 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 73785101 889200640 7151 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28343/tid=28347] ppid=28342 vsize=868360 CPUtime=0
/proc/28343/task/28347/stat : 28347 (java) S 28342 28329 26887 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 73785101 889200640 7151 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28343/tid=28348] ppid=28342 vsize=868360 CPUtime=0
/proc/28343/task/28348/stat : 28348 (java) S 28342 28329 26887 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 73785104 889200640 7151 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28343/tid=28349] ppid=28342 vsize=868360 CPUtime=0.18
/proc/28343/task/28349/stat : 28349 (java) S 28342 28329 26887 0 -1 64 1442 0 0 0 17 1 0 0 16 0 9 0 73785104 889200640 7151 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28343/tid=28350] ppid=28342 vsize=868360 CPUtime=0
/proc/28343/task/28350/stat : 28350 (java) S 28342 28329 26887 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 73785104 889200640 7151 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28343/tid=28351] ppid=28342 vsize=868360 CPUtime=0
/proc/28343/task/28351/stat : 28351 (java) S 28342 28329 26887 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 73785104 889200640 7151 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.3
Current children cumulated vsize (KiB) 890456

[startup+3.10264 s]
/proc/loadavg: 2.83 2.72 2.59 4/91 28351
/proc/meminfo: memFree=1652592/2055920 swapFree=4192812/4192956
[pid=28329] ppid=28327 vsize=16740 CPUtime=0.61
/proc/28329/stat : 28329 (sugar++) S 28327 28329 26887 0 -1 4194304 1297 6828 0 1 6 1 50 4 15 0 1 0 73785021 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28329/statm: 4185 1104 409 3 0 764 0
[pid=28342] ppid=28329 vsize=5356 CPUtime=0
/proc/28342/stat : 28342 (sh) S 28329 28329 26887 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 73785099 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28342/statm: 1339 233 193 169 0 50 0
[pid=28343] ppid=28342 vsize=868472 CPUtime=2.27
/proc/28343/stat : 28343 (java) S 28342 28329 26887 0 -1 0 10234 0 2 0 216 11 0 0 18 0 9 0 73785099 889315328 9165 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28343/statm: 217118 9165 2567 9 0 211665 0
[pid=28343/tid=28344] ppid=28342 vsize=868472 CPUtime=1.49
/proc/28343/task/28344/stat : 28344 (java) R 28342 28329 26887 0 -1 64 2994 0 2 0 144 5 0 0 25 0 9 0 73785100 889315328 9165 996147200 134512640 134550740 4294955920 18446744073709551615 4127032874 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28343/tid=28345] ppid=28342 vsize=868472 CPUtime=0.47
/proc/28343/task/28345/stat : 28345 (java) S 28342 28329 26887 0 -1 64 5035 0 0 0 44 3 0 0 16 0 9 0 73785101 889315328 9165 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28343/tid=28346] ppid=28342 vsize=868472 CPUtime=0
/proc/28343/task/28346/stat : 28346 (java) S 28342 28329 26887 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 73785101 889315328 9165 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28343/tid=28347] ppid=28342 vsize=868472 CPUtime=0
/proc/28343/task/28347/stat : 28347 (java) S 28342 28329 26887 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 73785101 889315328 9165 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28343/tid=28348] ppid=28342 vsize=868472 CPUtime=0
/proc/28343/task/28348/stat : 28348 (java) S 28342 28329 26887 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 73785104 889315328 9165 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28343/tid=28349] ppid=28342 vsize=868472 CPUtime=0.28
/proc/28343/task/28349/stat : 28349 (java) S 28342 28329 26887 0 -1 64 1513 0 0 0 27 1 0 0 16 0 9 0 73785104 889315328 9165 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28343/tid=28350] ppid=28342 vsize=868472 CPUtime=0
/proc/28343/task/28350/stat : 28350 (java) S 28342 28329 26887 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 73785104 889315328 9165 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28343/tid=28351] ppid=28342 vsize=868472 CPUtime=0
/proc/28343/task/28351/stat : 28351 (java) S 28342 28329 26887 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 73785104 889315328 9165 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.88
Current children cumulated vsize (KiB) 890568

[startup+6.30196 s]
/proc/loadavg: 2.83 2.72 2.59 4/91 28351
/proc/meminfo: memFree=1615344/2055920 swapFree=4192812/4192956
[pid=28329] ppid=28327 vsize=16740 CPUtime=0.61
/proc/28329/stat : 28329 (sugar++) S 28327 28329 26887 0 -1 4194304 1297 6828 0 1 6 1 50 4 16 0 1 0 73785021 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28329/statm: 4185 1104 409 3 0 764 0
[pid=28342] ppid=28329 vsize=5356 CPUtime=0
/proc/28342/stat : 28342 (sh) S 28329 28329 26887 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 73785099 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28342/statm: 1339 233 193 169 0 50 0
[pid=28343] ppid=28342 vsize=868472 CPUtime=5.43
/proc/28343/stat : 28343 (java) S 28342 28329 26887 0 -1 0 10861 0 2 0 508 35 0 0 18 0 9 0 73785099 889315328 9171 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28343/statm: 217118 9171 2567 9 0 211665 0
[pid=28343/tid=28344] ppid=28342 vsize=868472 CPUtime=4.45
/proc/28343/task/28344/stat : 28344 (java) R 28342 28329 26887 0 -1 64 3615 0 2 0 420 25 0 0 25 0 9 0 73785100 889315328 9171 996147200 134512640 134550740 4294955920 18446744073709551615 4126608459 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28343/tid=28345] ppid=28342 vsize=868472 CPUtime=0.66
/proc/28343/task/28345/stat : 28345 (java) S 28342 28329 26887 0 -1 64 5035 0 0 0 59 7 0 0 16 0 9 0 73785101 889315328 9171 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28343/tid=28346] ppid=28342 vsize=868472 CPUtime=0
/proc/28343/task/28346/stat : 28346 (java) S 28342 28329 26887 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 73785101 889315328 9171 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28343/tid=28347] ppid=28342 vsize=868472 CPUtime=0
/proc/28343/task/28347/stat : 28347 (java) S 28342 28329 26887 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 73785101 889315328 9171 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28343/tid=28348] ppid=28342 vsize=868472 CPUtime=0
/proc/28343/task/28348/stat : 28348 (java) S 28342 28329 26887 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 73785104 889315328 9171 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28343/tid=28349] ppid=28342 vsize=868472 CPUtime=0.3
/proc/28343/task/28349/stat : 28349 (java) S 28342 28329 26887 0 -1 64 1519 0 0 0 28 2 0 0 16 0 9 0 73785104 889315328 9171 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28343/tid=28350] ppid=28342 vsize=868472 CPUtime=0
/proc/28343/task/28350/stat : 28350 (java) S 28342 28329 26887 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 73785104 889315328 9171 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28343/tid=28351] ppid=28342 vsize=868472 CPUtime=0
/proc/28343/task/28351/stat : 28351 (java) S 28342 28329 26887 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 73785104 889315328 9171 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.04
Current children cumulated vsize (KiB) 890568

[startup+12.7026 s]
/proc/loadavg: 2.94 2.74 2.60 3/91 28351
/proc/meminfo: memFree=1588080/2055920 swapFree=4192812/4192956
[pid=28329] ppid=28327 vsize=16740 CPUtime=0.61
/proc/28329/stat : 28329 (sugar++) S 28327 28329 26887 0 -1 4194304 1297 6828 0 1 6 1 50 4 16 0 1 0 73785021 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28329/statm: 4185 1104 409 3 0 764 0
[pid=28342] ppid=28329 vsize=5356 CPUtime=0
/proc/28342/stat : 28342 (sh) S 28329 28329 26887 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 73785099 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28342/statm: 1339 233 193 169 0 50 0
[pid=28343] ppid=28342 vsize=868472 CPUtime=11.78
/proc/28343/stat : 28343 (java) S 28342 28329 26887 0 -1 0 11617 0 2 0 1122 56 0 0 18 0 9 0 73785099 889315328 9171 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28343/statm: 217118 9171 2567 9 0 211665 0
[pid=28343/tid=28344] ppid=28342 vsize=868472 CPUtime=10.57
/proc/28343/task/28344/stat : 28344 (java) R 28342 28329 26887 0 -1 64 4371 0 2 0 1016 41 0 0 25 0 9 0 73785100 889315328 9171 996147200 134512640 134550740 4294955920 18446744073709551615 4126571763 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28343/tid=28345] ppid=28342 vsize=868472 CPUtime=0.88
/proc/28343/task/28345/stat : 28345 (java) S 28342 28329 26887 0 -1 64 5035 0 0 0 77 11 0 0 16 0 9 0 73785101 889315328 9171 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28343/tid=28346] ppid=28342 vsize=868472 CPUtime=0
/proc/28343/task/28346/stat : 28346 (java) S 28342 28329 26887 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 73785101 889315328 9171 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28343/tid=28347] ppid=28342 vsize=868472 CPUtime=0
/proc/28343/task/28347/stat : 28347 (java) S 28342 28329 26887 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 73785101 889315328 9171 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28343/tid=28348] ppid=28342 vsize=868472 CPUtime=0
/proc/28343/task/28348/stat : 28348 (java) S 28342 28329 26887 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 73785104 889315328 9171 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28343/tid=28349] ppid=28342 vsize=868472 CPUtime=0.3
/proc/28343/task/28349/stat : 28349 (java) S 28342 28329 26887 0 -1 64 1519 0 0 0 28 2 0 0 16 0 9 0 73785104 889315328 9171 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28343/tid=28350] ppid=28342 vsize=868472 CPUtime=0
/proc/28343/task/28350/stat : 28350 (java) S 28342 28329 26887 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 73785104 889315328 9171 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28343/tid=28351] ppid=28342 vsize=868472 CPUtime=0
/proc/28343/task/28351/stat : 28351 (java) S 28342 28329 26887 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 73785104 889315328 9171 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.39
Current children cumulated vsize (KiB) 890568

[startup+25.5029 s]
/proc/loadavg: 3.18 2.80 2.62 3/91 28351
/proc/meminfo: memFree=1424304/2055920 swapFree=4192812/4192956
[pid=28329] ppid=28327 vsize=16740 CPUtime=0.61
/proc/28329/stat : 28329 (sugar++) S 28327 28329 26887 0 -1 4194304 1297 6828 0 1 6 1 50 4 16 0 1 0 73785021 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28329/statm: 4185 1104 409 3 0 764 0
[pid=28342] ppid=28329 vsize=5356 CPUtime=0
/proc/28342/stat : 28342 (sh) S 28329 28329 26887 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 73785099 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28342/statm: 1339 233 193 169 0 50 0
[pid=28343] ppid=28342 vsize=868472 CPUtime=24.24
/proc/28343/stat : 28343 (java) S 28342 28329 26887 0 -1 0 14178 0 2 0 2264 160 0 0 18 0 9 0 73785099 889315328 9171 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28343/statm: 217118 9171 2567 9 0 211665 0
[pid=28343/tid=28344] ppid=28342 vsize=868472 CPUtime=22.29
/proc/28343/task/28344/stat : 28344 (java) R 28342 28329 26887 0 -1 64 6932 0 2 0 2096 133 0 0 25 0 9 0 73785100 889315328 9171 996147200 134512640 134550740 4294955920 18446744073709551615 4126566679 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28343/tid=28345] ppid=28342 vsize=868472 CPUtime=1.63
/proc/28343/task/28345/stat : 28345 (java) S 28342 28329 26887 0 -1 64 5035 0 0 0 139 24 0 0 16 0 9 0 73785101 889315328 9171 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28343/tid=28346] ppid=28342 vsize=868472 CPUtime=0
/proc/28343/task/28346/stat : 28346 (java) S 28342 28329 26887 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 73785101 889315328 9171 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28343/tid=28347] ppid=28342 vsize=868472 CPUtime=0
/proc/28343/task/28347/stat : 28347 (java) S 28342 28329 26887 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 73785101 889315328 9171 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28343/tid=28348] ppid=28342 vsize=868472 CPUtime=0
/proc/28343/task/28348/stat : 28348 (java) S 28342 28329 26887 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 73785104 889315328 9171 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28343/tid=28349] ppid=28342 vsize=868472 CPUtime=0.3
/proc/28343/task/28349/stat : 28349 (java) S 28342 28329 26887 0 -1 64 1519 0 0 0 28 2 0 0 16 0 9 0 73785104 889315328 9171 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28343/tid=28350] ppid=28342 vsize=868472 CPUtime=0
/proc/28343/task/28350/stat : 28350 (java) S 28342 28329 26887 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 73785104 889315328 9171 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28343/tid=28351] ppid=28342 vsize=868472 CPUtime=0
/proc/28343/task/28351/stat : 28351 (java) S 28342 28329 26887 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 73785104 889315328 9171 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 24.85
Current children cumulated vsize (KiB) 890568

[startup+51.1024 s]
/proc/loadavg: 3.46 2.89 2.65 4/91 28351
/proc/meminfo: memFree=1116272/2055920 swapFree=4192812/4192956
[pid=28329] ppid=28327 vsize=16740 CPUtime=0.61
/proc/28329/stat : 28329 (sugar++) S 28327 28329 26887 0 -1 4194304 1297 6828 0 1 6 1 50 4 16 0 1 0 73785021 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28329/statm: 4185 1104 409 3 0 764 0
[pid=28342] ppid=28329 vsize=5356 CPUtime=0
/proc/28342/stat : 28342 (sh) S 28329 28329 26887 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 73785099 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28342/statm: 1339 233 193 169 0 50 0
[pid=28343] ppid=28342 vsize=868472 CPUtime=48.94
/proc/28343/stat : 28343 (java) S 28342 28329 26887 0 -1 0 19236 0 2 0 4516 378 0 0 18 0 9 0 73785099 889315328 9171 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28343/statm: 217118 9171 2567 9 0 211665 0
[pid=28343/tid=28344] ppid=28342 vsize=868472 CPUtime=45.52
/proc/28343/task/28344/stat : 28344 (java) R 28342 28329 26887 0 -1 64 11990 0 2 0 4232 320 0 0 25 0 9 0 73785100 889315328 9171 996147200 134512640 134550740 4294955920 18446744073709551615 4127035083 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28343/tid=28345] ppid=28342 vsize=868472 CPUtime=3.1
/proc/28343/task/28345/stat : 28345 (java) S 28342 28329 26887 0 -1 64 5035 0 0 0 255 55 0 0 16 0 9 0 73785101 889315328 9171 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28343/tid=28346] ppid=28342 vsize=868472 CPUtime=0
/proc/28343/task/28346/stat : 28346 (java) S 28342 28329 26887 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 73785101 889315328 9171 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28343/tid=28347] ppid=28342 vsize=868472 CPUtime=0
/proc/28343/task/28347/stat : 28347 (java) S 28342 28329 26887 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 73785101 889315328 9171 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28343/tid=28348] ppid=28342 vsize=868472 CPUtime=0
/proc/28343/task/28348/stat : 28348 (java) S 28342 28329 26887 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 73785104 889315328 9171 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28343/tid=28349] ppid=28342 vsize=868472 CPUtime=0.3
/proc/28343/task/28349/stat : 28349 (java) S 28342 28329 26887 0 -1 64 1519 0 0 0 28 2 0 0 16 0 9 0 73785104 889315328 9171 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28343/tid=28350] ppid=28342 vsize=868472 CPUtime=0
/proc/28343/task/28350/stat : 28350 (java) S 28342 28329 26887 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 73785104 889315328 9171 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28343/tid=28351] ppid=28342 vsize=868472 CPUtime=0
/proc/28343/task/28351/stat : 28351 (java) S 28342 28329 26887 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 73785104 889315328 9171 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 49.55
Current children cumulated vsize (KiB) 890568



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+83.4025 s]
/proc/loadavg: 3.25 2.92 2.67 4/82 28352
/proc/meminfo: memFree=16184/2055920 swapFree=4192812/4192956
[pid=28329] ppid=28327 vsize=17400 CPUtime=70.03
/proc/28329/stat : 28329 (sugar++) S 28327 28329 26887 0 -1 4194304 1612 30534 0 3 8 1 6434 560 17 0 1 0 73785021 17817600 1270 996147200 4194304 4206940 548682068528 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28329/statm: 4350 1270 413 3 0 929 0
[pid=28352] ppid=28329 vsize=906812 CPUtime=10.79
/proc/28352/stat : 28352 (minisat-inc) R 28329 28329 26887 0 -1 4194304 223828 0 0 0 933 146 0 0 25 0 1 0 73792281 928575488 223776 996147200 134512640 135134323 4294956192 18446744073709551615 134708315 0 0 4096 3 0 0 0 17 1 0 0
/proc/28352/statm: 226703 223777 59 151 0 226549 0
Current children cumulated CPU time (s) 80.82
Current children cumulated vsize (KiB) 924212

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

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

[startup+83.5127 s]
/proc/loadavg: 3.25 2.92 2.67 4/82 28352
/proc/meminfo: memFree=16184/2055920 swapFree=4192812/4192956
[pid=28329] ppid=28327 vsize=17400 CPUtime=70.03
/proc/28329/stat : 28329 (sugar++) S 28327 28329 26887 0 -1 4194304 1637 30534 0 3 8 1 6434 560 16 0 1 0 73785021 17817600 1270 996147200 4194304 4206940 548682068528 18446744073709551615 252438429588 0 0 4224 16386 18446744071563356171 0 0 17 0 0 0
/proc/28329/statm: 4350 1270 413 3 0 929 0
[pid=28352] ppid=28329 vsize=0 CPUtime=10.89
/proc/28352/stat : 28352 (minisat-inc) R 28329 28329 26887 0 -1 4195332 223832 0 0 0 933 156 0 0 25 0 1 0 73792281 0 0 996147200 0 0 0 0 0 0 0 4096 3 0 0 0 17 1 0 0
/proc/28352/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 80.92
Current children cumulated vsize (KiB) 17400

[startup+83.9017 s]
/proc/loadavg: 3.25 2.92 2.67 3/82 28353
/proc/meminfo: memFree=1022712/2055920 swapFree=4192812/4192956
[pid=28329] ppid=28327 vsize=17400 CPUtime=81.32
/proc/28329/stat : 28329 (sugar++) R 28327 28329 26887 0 -1 4194304 1643 254366 0 3 8 36 7368 720 19 0 1 0 73785021 17817600 1271 996147200 4194304 4206940 548682068528 18446744073709551615 252429702185 0 0 4224 16386 0 0 0 17 1 0 0
/proc/28329/statm: 4350 1271 414 3 0 929 0
Current children cumulated CPU time (s) 81.32
Current children cumulated vsize (KiB) 17400

Child status: 0
Real time (s): 83.9735
CPU time (s): 81.4156
CPU user time (s): 73.7678
CPU system time (s): 7.64784
CPU usage (%): 96.954
Max. virtual memory (cumulated for all children) (KiB): 924212

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 73.7678
system time used= 7.64784
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 256055
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= 97092
involuntary context switches= 99161

runsolver used 0.113982 second user time and 0.277957 second system time

The end

Launcher Data (download as text)

Begin job on node12 at 2008-07-16 03:13:42
IDJOB=1125443
IDBENCH=64120
IDSOLVER=367
FILE ID=node12/1125443-1216170822
PBS_JOBID= 7905613
Free space on /tmp= 66556 MiB

SOLVER NAME= Sugar++ v1.13+minisat-inc
BENCH NAME= CPAI08/maxcsp/planning/normalized-zenotravel02bc_ext.xml
COMMAND LINE= DIR/sugar++ -max -incremental -c -vv -java="java -Xmx700M" -decjava="java -Xmx50M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/minisat-inc" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1125443-1216170822/watcher-1125443-1216170822 -o /tmp/evaluation-result-1125443-1216170822/solver-1125443-1216170822 -C 3600 -W 4000 -M 900 --output-limit 1,15  HOME/sugar++ -max -incremental -c -vv -java="java -Xmx700M" -decjava="java -Xmx50M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/minisat-inc" -tmp="HOME/temp" HOME/instance-1125443-1216170822.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 4940ef38e4899bcdaa4c87f10be98545
RANDOM SEED=2021422342

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

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

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1683120 kB
Buffers:         73020 kB
Cached:         135876 kB
SwapCached:          0 kB
Active:         267548 kB
Inactive:        42292 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1683120 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1216 kB
Writeback:           0 kB
Mapped:         121252 kB
Slab:            48088 kB
Committed_AS:  1114344 kB
PageTables:       2100 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= 66556 MiB
End job on node12 at 2008-07-16 03:15:08