Trace number 1111204

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 NameAnswerNumber of falsified constraintsCPU timeWall clock time
Sugar v1.13+minisat? (MO) 59.7705 60.9852

General information on the benchmark

Namecsp/chessboardColoration/
normalized-cc-12-12-2.xml
MD5SUM3522093697b9ca731333dcd1630624f7
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkMSAT TO
Best Number of falsified constraints324
Best CPU time to get the best result obtained on this benchmark3600.03
Satisfiable
(Un)Satisfiability was proved
Number of variables144
Number of constraints4356
Maximum constraint arity4
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension4356
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.15	c 0	Sugar v1-13 + HOME/minisat
0.00/0.16	c 0	BEGIN Thu Aug  7 20:20:07 2008
0.00/0.16	c 0	PID 12061
0.00/0.17	c 0	HOST node74.alineos.net
0.00/0.17	c 0	CONVERTING HOME/instance-1111204-1218133207.xml TO HOME/temp.csp
0.00/0.17	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1111204-1218133207.xml' 'HOME/temp.csp'
0.04/0.84	c 1	1 domains, 144 variables, 1 predicates, 0 relations, 4356 constraints
0.04/0.89	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.04/0.89	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.66/0.96	c 1	Parsing HOME/temp.csp
1.11/1.33	c 2	parsed 4502 expressions
1.11/1.34	c 2	Heap : 4 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.11/1.37	c 2	MAX CSP: 4356 constraints
1.11/1.37	c 2	Converting to clausal form CSP
1.38/1.55	c 2	converted 887 (10%) expressions
1.50/1.67	c 2	converted 1773 (20%) expressions
1.61/1.74	c 2	converted 2659 (30%) expressions
1.72/1.81	c 2	converted 3545 (40%) expressions
1.72/1.88	c 2	converted 4431 (50%) expressions
1.92/2.02	c 2	converted 5317 (60%) expressions
1.92/2.08	c 2	converted 6203 (70%) expressions
2.02/2.15	c 2	converted 7089 (80%) expressions
2.12/2.21	c 3	converted 7975 (90%) expressions
2.63/2.73	c 3	converted 8861 (100%) expressions
2.63/2.73	c 3	CSP : 8856 integers, 0 booleans, 13067 clauses, largest domain size 6535
2.63/2.73	c 3	Heap : 24 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.63/2.73	c 3	Propagation in CSP
2.95/3.03	c 3	4353 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.95/3.04	c 3	CSP : 8856 integers, 0 booleans, 13067 clauses, largest domain size 4357
2.95/3.04	c 3	Heap : 25 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.95/3.04	c 3	Simplifing CSP by introducing new Boolean variables
3.36/3.47	c 4	CSP : 8856 integers, 52272 booleans, 65339 clauses, largest domain size 4357
3.36/3.47	c 4	Heap : 39 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.56/3.66	c 4	Encoding CSP to SAT : HOME/temp.cnf
3.56/3.69	c 4	886 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
3.56/3.69	c 4	1772 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
3.56/3.69	c 4	2657 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
3.56/3.70	c 4	3543 (40%) CSP integer variables are encoded (0 clauses, 64 bytes)
3.56/3.70	c 4	4428 (50%) CSP integer variables are encoded (0 clauses, 64 bytes)
3.68/3.75	c 4	5314 (60%) CSP integer variables are encoded (44824 clauses, 661765 bytes)
3.68/3.77	c 4	6200 (70%) CSP integer variables are encoded (64737 clauses, 960460 bytes)
3.68/3.78	c 4	7085 (80%) CSP integer variables are encoded (76959 clauses, 1143790 bytes)
3.68/3.79	c 4	7971 (90%) CSP integer variables are encoded (85438 clauses, 1270975 bytes)
3.78/3.81	c 4	8856 (100%) CSP integer variables are encoded (96356 clauses, 1444890 bytes)
3.78/3.89	c 4	6534 (10%) CSP clauses are encoded (108922 clauses, 1650360 bytes)
3.89/3.95	c 4	13068 (20%) CSP clauses are encoded (121487 clauses, 1859779 bytes)
4.00/4.01	c 4	19602 (30%) CSP clauses are encoded (134053 clauses, 2071178 bytes)
4.00/4.06	c 4	26136 (40%) CSP clauses are encoded (146618 clauses, 2282869 bytes)
4.10/4.12	c 4	32670 (50%) CSP clauses are encoded (159183 clauses, 2494828 bytes)
4.10/4.18	c 4	39204 (60%) CSP clauses are encoded (171749 clauses, 2707129 bytes)
4.19/4.24	c 5	45738 (70%) CSP clauses are encoded (184314 clauses, 2920173 bytes)
4.19/4.30	c 5	52272 (80%) CSP clauses are encoded (196880 clauses, 3134949 bytes)
24.93/25.10	c 25	58806 (90%) CSP clauses are encoded (9806148 clauses, 208813280 bytes)
49.09/49.57	c 50	65339 (100%) CSP clauses are encoded (24116388 clauses, 522352144 bytes)
49.09/49.58	c 50	65339 CSP clauses encoded
49.09/49.58	c 50	Writing map file : HOME/temp.map
49.19/49.63	c 50	Heap : 31 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
49.19/49.63	c 50	SAT : 157484 SAT variables, 24116388 SAT clauses, 522352144 bytes
49.19/49.63	c 50	Heap : 31 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
49.27/49.71	c 50	OBJECTIVE minimize _COST
49.28/49.88	c 50	OBJECTIVE BOUND: 0 <= _COST <= 
49.28/49.88	c 50	SEARCHING: _COST <= 2178
49.28/49.88	c 50	SOLVING HOME/temp.cnf
49.28/49.88	c 50	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
49.28/49.89	c 50	This is MiniSat 2.0 beta
49.28/49.89	c 50	WARNING: for repeatability, setting FPU to use double precision
49.28/49.89	c 50	============================[ Problem Statistics ]=============================
49.28/49.89	c 50	|                                                                             |
49.28/49.89	c 50	|  Number of variables:  157484                                               |
49.28/49.89	c 50	|  Number of clauses:    24116389                                             |
59.51/60.42	c ERROR INTERRUPTED
59.62/60.55	s UNKNOWN
59.62/60.55	c 61	CPU 45.87 (0.05 0.01 45.82 3.4)
59.62/60.55	c 61	END Thu Aug  7 20:21:08 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-1111204-1218133207/watcher-1111204-1218133207 -o /tmp/evaluation-result-1111204-1218133207/solver-1111204-1218133207 -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-1111204-1218133207.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: 3.32 1.58 0.66 3/83 12061
/proc/meminfo: memFree=1210512/2055920 swapFree=4180352/4192956
[pid=12061] ppid=12059 vsize=24 CPUtime=0
/proc/12061/stat : 12061 (sugar) D 12059 12061 11954 0 -1 4194304 15 0 0 0 0 0 0 0 18 0 1 0 140407511 24576 1 996147200 0 0 548682069398 18446744073709551615 228774702375 0 0 4096 0 18446744071563479169 0 0 17 0 0 0
/proc/12061/statm: 6 1 0 0 0 1 0

[startup+0.017859 s]
/proc/loadavg: 3.32 1.58 0.66 3/83 12061
/proc/meminfo: memFree=1210512/2055920 swapFree=4180352/4192956
[pid=12061] ppid=12059 vsize=2504 CPUtime=0
/proc/12061/stat : 12061 (sugar) D 12059 12061 11954 0 -1 4194304 37 0 1 0 0 0 0 0 18 0 1 0 140407511 2564096 23 996147200 4194304 4206940 548682068592 18446744073709551615 228772086480 0 0 4096 0 18446744071563608240 0 0 17 1 0 0
/proc/12061/statm: 626 23 17 3 0 3 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 2504

[startup+0.101874 s]
/proc/loadavg: 3.32 1.58 0.66 3/83 12061
/proc/meminfo: memFree=1210512/2055920 swapFree=4180352/4192956
[pid=12061] ppid=12059 vsize=12272 CPUtime=0
/proc/12061/stat : 12061 (sugar) D 12059 12061 11954 0 -1 4194304 392 0 4 0 0 0 0 0 18 0 1 0 140407511 12566528 364 996147200 4194304 4206940 548682068592 18446744073709551615 228783599714 0 0 4224 0 18446744071563479169 0 0 17 0 0 0
/proc/12061/statm: 3068 364 274 3 0 168 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12272

[startup+0.301914 s]
/proc/loadavg: 3.32 1.58 0.66 3/83 12061
/proc/meminfo: memFree=1210512/2055920 swapFree=4180352/4192956
[pid=12061] ppid=12059 vsize=13600 CPUtime=0.04
/proc/12061/stat : 12061 (sugar) S 12059 12061 11954 0 -1 4194304 894 127 4 0 3 1 0 0 18 0 1 0 140407511 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12061/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.702998 s]
/proc/loadavg: 3.32 1.58 0.66 3/83 12061
/proc/meminfo: memFree=1210512/2055920 swapFree=4180352/4192956
[pid=12061] ppid=12059 vsize=13600 CPUtime=0.04
/proc/12061/stat : 12061 (sugar) S 12059 12061 11954 0 -1 4194304 894 127 4 0 3 1 0 0 18 0 1 0 140407511 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12061/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+1.50115 s]
/proc/loadavg: 3.32 1.58 0.66 3/94 12083
/proc/meminfo: memFree=1198704/2055920 swapFree=4180352/4192956
[pid=12061] ppid=12059 vsize=13600 CPUtime=0.66
/proc/12061/stat : 12061 (sugar) S 12059 12061 11954 0 -1 4194304 970 7191 4 7 3 1 57 5 15 0 1 0 140407511 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12061/statm: 3400 797 370 3 0 500 0
[pid=12074] ppid=12061 vsize=5356 CPUtime=0
/proc/12074/stat : 12074 (sh) S 12061 12061 11954 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 140407601 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12074/statm: 1339 233 193 169 0 50 0
[pid=12075] ppid=12074 vsize=868864 CPUtime=0.72
/proc/12075/stat : 12075 (java) S 12074 12061 11954 0 -1 0 7354 0 4 0 68 4 0 0 18 0 9 0 140407601 889716736 6584 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12075/statm: 217216 6584 2542 9 0 211791 0
[pid=12075/tid=12076] ppid=12074 vsize=868864 CPUtime=0.44
/proc/12075/task/12076/stat : 12076 (java) R 12074 12061 11954 0 -1 64 2614 0 4 0 43 1 0 0 17 0 9 0 140407602 889716736 6584 996147200 134512640 134550740 4294955936 18446744073709551615 4125978308 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12075/tid=12077] ppid=12074 vsize=868864 CPUtime=0.11
/proc/12075/task/12077/stat : 12077 (java) S 12074 12061 11954 0 -1 64 2713 0 0 0 10 1 0 0 16 0 9 0 140407603 889716736 6584 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12075/tid=12078] ppid=12074 vsize=868864 CPUtime=0
/proc/12075/task/12078/stat : 12078 (java) S 12074 12061 11954 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 140407603 889716736 6585 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12075/tid=12079] ppid=12074 vsize=868864 CPUtime=0
/proc/12075/task/12079/stat : 12079 (java) S 12074 12061 11954 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 140407603 889716736 6586 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12075/tid=12080] ppid=12074 vsize=868864 CPUtime=0
/proc/12075/task/12080/stat : 12080 (java) S 12074 12061 11954 0 -1 64 0 0 0 0 0 0 0 0 24 0 9 0 140407605 889716736 6587 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12075/tid=12081] ppid=12074 vsize=868864 CPUtime=0.14
/proc/12075/task/12081/stat : 12081 (java) R 12074 12061 11954 0 -1 64 1333 0 0 0 14 0 0 0 17 0 9 0 140407605 889716736 6587 996147200 134512640 134550740 4294955936 18446744073709551615 102386040 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12075/tid=12082] ppid=12074 vsize=868864 CPUtime=0
/proc/12075/task/12082/stat : 12082 (java) S 12074 12061 11954 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 140407605 889716736 6588 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12075/tid=12083] ppid=12074 vsize=868864 CPUtime=0
/proc/12075/task/12083/stat : 12083 (java) S 12074 12061 11954 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 140407605 889716736 6588 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.38
Current children cumulated vsize (KiB) 887820

[startup+3.10247 s]
/proc/loadavg: 3.32 1.58 0.66 2/94 12083
/proc/meminfo: memFree=1176688/2055920 swapFree=4180352/4192956
[pid=12061] ppid=12059 vsize=13600 CPUtime=0.66
/proc/12061/stat : 12061 (sugar) S 12059 12061 11954 0 -1 4194304 970 7191 4 7 3 1 57 5 16 0 1 0 140407511 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12061/statm: 3400 797 370 3 0 500 0
[pid=12074] ppid=12061 vsize=5356 CPUtime=0
/proc/12074/stat : 12074 (sh) S 12061 12061 11954 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 140407601 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12074/statm: 1339 233 193 169 0 50 0
[pid=12075] ppid=12074 vsize=868864 CPUtime=2.4
/proc/12075/stat : 12075 (java) S 12074 12061 11954 0 -1 0 13200 0 4 0 232 8 0 0 18 0 9 0 140407601 889716736 12236 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12075/statm: 217216 12236 2540 9 0 211791 0
[pid=12075/tid=12076] ppid=12074 vsize=868864 CPUtime=1.52
/proc/12075/task/12076/stat : 12076 (java) R 12074 12061 11954 0 -1 64 2957 0 4 0 150 2 0 0 17 0 9 0 140407602 889716736 12236 996147200 134512640 134550740 4294955936 18446744073709551615 4126474378 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12075/tid=12077] ppid=12074 vsize=868864 CPUtime=0.63
/proc/12075/task/12077/stat : 12077 (java) S 12074 12061 11954 0 -1 64 8003 0 0 0 59 4 0 0 16 0 9 0 140407603 889716736 12236 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12075/tid=12078] ppid=12074 vsize=868864 CPUtime=0
/proc/12075/task/12078/stat : 12078 (java) S 12074 12061 11954 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 140407603 889716736 12236 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12075/tid=12079] ppid=12074 vsize=868864 CPUtime=0
/proc/12075/task/12079/stat : 12079 (java) S 12074 12061 11954 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 140407603 889716736 12236 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12075/tid=12080] ppid=12074 vsize=868864 CPUtime=0
/proc/12075/task/12080/stat : 12080 (java) S 12074 12061 11954 0 -1 64 0 0 0 0 0 0 0 0 24 0 9 0 140407605 889716736 12236 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12075/tid=12081] ppid=12074 vsize=868864 CPUtime=0.22
/proc/12075/task/12081/stat : 12081 (java) S 12074 12061 11954 0 -1 64 1543 0 0 0 21 1 0 0 16 0 9 0 140407605 889716736 12236 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12075/tid=12082] ppid=12074 vsize=868864 CPUtime=0
/proc/12075/task/12082/stat : 12082 (java) S 12074 12061 11954 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 140407605 889716736 12236 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12075/tid=12083] ppid=12074 vsize=868864 CPUtime=0
/proc/12075/task/12083/stat : 12083 (java) S 12074 12061 11954 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 140407605 889716736 12236 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 887820

[startup+6.30109 s]
/proc/loadavg: 3.13 1.57 0.66 2/94 12083
/proc/meminfo: memFree=1139952/2055920 swapFree=4180352/4192956
[pid=12061] ppid=12059 vsize=13600 CPUtime=0.66
/proc/12061/stat : 12061 (sugar) S 12059 12061 11954 0 -1 4194304 970 7191 4 7 3 1 57 5 16 0 1 0 140407511 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12061/statm: 3400 797 370 3 0 500 0
[pid=12074] ppid=12061 vsize=5356 CPUtime=0
/proc/12074/stat : 12074 (sh) S 12061 12061 11954 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 140407601 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12074/statm: 1339 233 193 169 0 50 0
[pid=12075] ppid=12074 vsize=868976 CPUtime=5.64
/proc/12075/stat : 12075 (java) S 12074 12061 11954 0 -1 0 17065 0 5 0 547 17 0 0 18 0 9 0 140407601 889831424 15650 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12075/statm: 217244 15650 2565 9 0 211791 0
[pid=12075/tid=12076] ppid=12074 vsize=868976 CPUtime=4.17
/proc/12075/task/12076/stat : 12076 (java) S 12074 12061 11954 0 -1 64 3389 0 5 0 408 9 0 0 19 0 9 0 140407602 889831424 15650 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12075/tid=12077] ppid=12074 vsize=868976 CPUtime=1.18
/proc/12075/task/12077/stat : 12077 (java) R 12074 12061 11954 0 -1 64 11405 0 0 0 112 6 0 0 16 0 9 0 140407603 889831424 15650 996147200 134512640 134550740 4294955936 18446744073709551615 102807061 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12075/tid=12078] ppid=12074 vsize=868976 CPUtime=0
/proc/12075/task/12078/stat : 12078 (java) S 12074 12061 11954 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 140407603 889831424 15650 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12075/tid=12079] ppid=12074 vsize=868976 CPUtime=0
/proc/12075/task/12079/stat : 12079 (java) S 12074 12061 11954 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 140407603 889831424 15650 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12075/tid=12080] ppid=12074 vsize=868976 CPUtime=0
/proc/12075/task/12080/stat : 12080 (java) S 12074 12061 11954 0 -1 64 0 0 0 0 0 0 0 0 24 0 9 0 140407605 889831424 15650 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12075/tid=12081] ppid=12074 vsize=868976 CPUtime=0.28
/proc/12075/task/12081/stat : 12081 (java) S 12074 12061 11954 0 -1 64 1574 0 0 0 27 1 0 0 16 0 9 0 140407605 889831424 15650 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12075/tid=12082] ppid=12074 vsize=868976 CPUtime=0
/proc/12075/task/12082/stat : 12082 (java) S 12074 12061 11954 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 140407605 889831424 15650 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12075/tid=12083] ppid=12074 vsize=868976 CPUtime=0
/proc/12075/task/12083/stat : 12083 (java) S 12074 12061 11954 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 140407605 889831424 15650 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.3
Current children cumulated vsize (KiB) 887932

[startup+12.7013 s]
/proc/loadavg: 2.96 1.56 0.66 2/94 12083
/proc/meminfo: memFree=1081648/2055920 swapFree=4180352/4192956
[pid=12061] ppid=12059 vsize=13600 CPUtime=0.66
/proc/12061/stat : 12061 (sugar) S 12059 12061 11954 0 -1 4194304 970 7191 4 7 3 1 57 5 16 0 1 0 140407511 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12061/statm: 3400 797 370 3 0 500 0
[pid=12074] ppid=12061 vsize=5356 CPUtime=0
/proc/12074/stat : 12074 (sh) S 12061 12061 11954 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 140407601 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12074/statm: 1339 233 193 169 0 50 0
[pid=12075] ppid=12074 vsize=868976 CPUtime=11.99
/proc/12075/stat : 12075 (java) S 12074 12061 11954 0 -1 0 17543 0 5 0 1145 54 0 0 18 0 9 0 140407601 889831424 15650 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12075/statm: 217244 15650 2565 9 0 211791 0
[pid=12075/tid=12076] ppid=12074 vsize=868976 CPUtime=10.37
/proc/12075/task/12076/stat : 12076 (java) R 12074 12061 11954 0 -1 64 3867 0 5 0 992 45 0 0 16 0 9 0 140407602 889831424 15650 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12075/tid=12077] ppid=12074 vsize=868976 CPUtime=1.32
/proc/12075/task/12077/stat : 12077 (java) S 12074 12061 11954 0 -1 64 11405 0 0 0 125 7 0 0 16 0 9 0 140407603 889831424 15650 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12075/tid=12078] ppid=12074 vsize=868976 CPUtime=0
/proc/12075/task/12078/stat : 12078 (java) S 12074 12061 11954 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 140407603 889831424 15650 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12075/tid=12079] ppid=12074 vsize=868976 CPUtime=0
/proc/12075/task/12079/stat : 12079 (java) S 12074 12061 11954 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 140407603 889831424 15650 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12075/tid=12080] ppid=12074 vsize=868976 CPUtime=0
/proc/12075/task/12080/stat : 12080 (java) S 12074 12061 11954 0 -1 64 0 0 0 0 0 0 0 0 24 0 9 0 140407605 889831424 15650 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12075/tid=12081] ppid=12074 vsize=868976 CPUtime=0.28
/proc/12075/task/12081/stat : 12081 (java) S 12074 12061 11954 0 -1 64 1574 0 0 0 27 1 0 0 16 0 9 0 140407605 889831424 15650 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12075/tid=12082] ppid=12074 vsize=868976 CPUtime=0
/proc/12075/task/12082/stat : 12082 (java) S 12074 12061 11954 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 140407605 889831424 15650 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12075/tid=12083] ppid=12074 vsize=868976 CPUtime=0
/proc/12075/task/12083/stat : 12083 (java) S 12074 12061 11954 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 140407605 889831424 15650 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.65
Current children cumulated vsize (KiB) 887932

[startup+25.5028 s]
/proc/loadavg: 2.53 1.54 0.67 3/94 12083
/proc/meminfo: memFree=940592/2055920 swapFree=4180352/4192956
[pid=12061] ppid=12059 vsize=13600 CPUtime=0.66
/proc/12061/stat : 12061 (sugar) S 12059 12061 11954 0 -1 4194304 970 7191 4 7 3 1 57 5 16 0 1 0 140407511 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12061/statm: 3400 797 370 3 0 500 0
[pid=12074] ppid=12061 vsize=5356 CPUtime=0
/proc/12074/stat : 12074 (sh) S 12061 12061 11954 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 140407601 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12074/statm: 1339 233 193 169 0 50 0
[pid=12075] ppid=12074 vsize=868976 CPUtime=24.67
/proc/12075/stat : 12075 (java) S 12074 12061 11954 0 -1 0 18510 0 5 0 2324 143 0 0 18 0 9 0 140407601 889831424 15650 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12075/statm: 217244 15650 2565 9 0 211791 0
[pid=12075/tid=12076] ppid=12074 vsize=868976 CPUtime=22.75
/proc/12075/task/12076/stat : 12076 (java) R 12074 12061 11954 0 -1 64 4834 0 5 0 2147 128 0 0 16 0 9 0 140407602 889831424 15650 996147200 134512640 134550740 4294955936 18446744073709551615 4126912337 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12075/tid=12077] ppid=12074 vsize=868976 CPUtime=1.61
/proc/12075/task/12077/stat : 12077 (java) S 12074 12061 11954 0 -1 64 11405 0 0 0 149 12 0 0 16 0 9 0 140407603 889831424 15650 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12075/tid=12078] ppid=12074 vsize=868976 CPUtime=0
/proc/12075/task/12078/stat : 12078 (java) S 12074 12061 11954 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 140407603 889831424 15650 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12075/tid=12079] ppid=12074 vsize=868976 CPUtime=0
/proc/12075/task/12079/stat : 12079 (java) S 12074 12061 11954 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 140407603 889831424 15650 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12075/tid=12080] ppid=12074 vsize=868976 CPUtime=0
/proc/12075/task/12080/stat : 12080 (java) S 12074 12061 11954 0 -1 64 0 0 0 0 0 0 0 0 24 0 9 0 140407605 889831424 15650 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12075/tid=12081] ppid=12074 vsize=868976 CPUtime=0.28
/proc/12075/task/12081/stat : 12081 (java) S 12074 12061 11954 0 -1 64 1574 0 0 0 27 1 0 0 16 0 9 0 140407605 889831424 15650 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12075/tid=12082] ppid=12074 vsize=868976 CPUtime=0
/proc/12075/task/12082/stat : 12082 (java) S 12074 12061 11954 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 140407605 889831424 15650 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12075/tid=12083] ppid=12074 vsize=868976 CPUtime=0
/proc/12075/task/12083/stat : 12083 (java) S 12074 12061 11954 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 140407605 889831424 15650 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.33
Current children cumulated vsize (KiB) 887932

[startup+51.1028 s]
/proc/loadavg: 2.13 1.52 0.68 2/86 12085
/proc/meminfo: memFree=618352/2055920 swapFree=4180352/4192956
[pid=12061] ppid=12059 vsize=14128 CPUtime=49.28
/proc/12061/stat : 12061 (sugar) S 12059 12061 11954 0 -1 4194304 1185 28033 7 13 5 1 4582 340 15 0 1 0 140407511 14467072 940 996147200 4194304 4206940 548682068592 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12061/statm: 3532 940 374 3 0 632 0
[pid=12084] ppid=12061 vsize=5356 CPUtime=0
/proc/12084/stat : 12084 (sh) S 12061 12061 11954 0 -1 4194304 277 0 0 0 0 0 0 0 17 0 1 0 140412500 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12084/statm: 1339 232 193 169 0 50 0
[pid=12085] ppid=12084 vsize=117688 CPUtime=1.2
/proc/12085/stat : 12085 (minisat) R 12084 12061 11954 0 -1 4194304 27662 0 0 0 104 16 0 0 25 0 1 0 140412500 120512512 27648 996147200 134512640 135127466 4294956256 18446744073709551615 134722894 0 0 4096 3 0 0 0 17 0 0 0
/proc/12085/statm: 29422 27648 62 150 0 29269 0
Current children cumulated CPU time (s) 50.48
Current children cumulated vsize (KiB) 137172



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+60.4016 s]
/proc/loadavg: 2.04 1.52 0.69 2/86 12085
/proc/meminfo: memFree=14960/2055920 swapFree=4180352/4192956
[pid=12061] ppid=12059 vsize=14128 CPUtime=49.28
/proc/12061/stat : 12061 (sugar) S 12059 12061 11954 0 -1 4194304 1185 28033 7 13 5 1 4582 340 15 0 1 0 140407511 14467072 940 996147200 4194304 4206940 548682068592 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12061/statm: 3532 940 374 3 0 632 0
[pid=12084] ppid=12061 vsize=5356 CPUtime=0
/proc/12084/stat : 12084 (sh) S 12061 12061 11954 0 -1 4194304 277 0 0 0 0 0 0 0 17 0 1 0 140412500 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12084/statm: 1339 232 193 169 0 50 0
[pid=12085] ppid=12084 vsize=906076 CPUtime=10.23
/proc/12085/stat : 12085 (minisat) R 12084 12061 11954 0 -1 4194304 221636 0 0 0 880 143 0 0 25 0 1 0 140412500 927821824 221622 996147200 134512640 135127466 4294956256 18446744073709551615 134706298 0 0 4096 3 0 0 0 17 0 0 0
/proc/12085/statm: 226519 221622 62 150 0 226366 0
Current children cumulated CPU time (s) 59.51
Current children cumulated vsize (KiB) 925560

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

[startup+60.5287 s]
/proc/loadavg: 2.04 1.52 0.69 2/86 12085
/proc/meminfo: memFree=14960/2055920 swapFree=4180352/4192956
[pid=12061] ppid=12059 vsize=14128 CPUtime=49.28
/proc/12061/stat : 12061 (sugar) S 12059 12061 11954 0 -1 4194304 1196 28033 7 13 5 1 4582 340 16 0 1 0 140407511 14467072 940 996147200 4194304 4206940 548682068592 18446744073709551615 228783599714 0 16384 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/12061/statm: 3532 940 374 3 0 632 0
[pid=12084] ppid=12061 vsize=0 CPUtime=0
/proc/12084/stat : 12084 (sh) Z 12061 12061 11954 0 -1 4195340 277 0 0 0 0 0 0 0 16 0 1 0 140412500 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 1 0 0
/proc/12084/statm: 0 0 0 0 0 0 0
[pid=12085] ppid=1 vsize=0 CPUtime=10.34
/proc/12085/stat : 12085 (minisat) R 1 12061 11954 0 -1 4195332 221643 0 0 0 880 154 0 0 25 0 1 0 140412500 0 0 996147200 0 0 0 0 0 0 0 4096 3 0 0 0 17 0 0 0
/proc/12085/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 59.62
Current children cumulated vsize (KiB) 14128

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

[startup+60.6017 s]
/proc/loadavg: 2.04 1.52 0.69 2/86 12085
/proc/meminfo: memFree=14960/2055920 swapFree=4180352/4192956
[pid=12061] ppid=12059 vsize=14128 CPUtime=49.32
/proc/12061/stat : 12061 (sugar) R 12059 12061 11954 0 -1 4194304 1223 28310 7 13 5 5 4582 340 16 0 1 0 140407511 14467072 941 996147200 4194304 4206940 548682068592 18446744073709551615 228774876201 0 0 4224 16386 0 0 0 17 0 0 0
/proc/12061/statm: 3532 941 375 3 0 632 0
Current children cumulated CPU time (s) 49.32
Current children cumulated vsize (KiB) 14128

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

[startup+60.6017 s]
/proc/loadavg: 2.04 1.52 0.69 2/86 12085
/proc/meminfo: memFree=14960/2055920 swapFree=4180352/4192956
[pid=12061] ppid=12059 vsize=14128 CPUtime=49.32
/proc/12061/stat : 12061 (sugar) R 12059 12061 11954 0 -1 4194304 1223 28310 7 13 5 5 4582 340 16 0 1 0 140407511 14467072 941 996147200 4194304 4206940 548682068592 18446744073709551615 228774876201 0 0 4224 16386 0 0 0 17 0 0 0
/proc/12061/statm: 3532 941 375 3 0 632 0
Current children cumulated CPU time (s) 49.32
Current children cumulated vsize (KiB) 14128

[startup+60.8017 s]
/proc/loadavg: 2.04 1.52 0.69 2/86 12085
/proc/meminfo: memFree=14960/2055920 swapFree=4180352/4192956
[pid=12061] ppid=12059 vsize=14128 CPUtime=49.44
/proc/12061/stat : 12061 (sugar) D 12059 12061 11954 0 -1 4194304 1223 28310 7 13 5 17 4582 340 15 0 1 0 140407511 14467072 941 996147200 4194304 4206940 548682068592 18446744073709551615 228774876201 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/12061/statm: 3532 941 375 3 0 632 0
Current children cumulated CPU time (s) 49.44
Current children cumulated vsize (KiB) 14128

[startup+60.9017 s]
/proc/loadavg: 2.04 1.52 0.69 2/86 12085
/proc/meminfo: memFree=14960/2055920 swapFree=4180352/4192956
[pid=12061] ppid=12059 vsize=14128 CPUtime=49.45
/proc/12061/stat : 12061 (sugar) D 12059 12061 11954 0 -1 4194304 1223 28310 7 13 5 18 4582 340 15 0 1 0 140407511 14467072 941 996147200 4194304 4206940 548682068592 18446744073709551615 228774876201 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/12061/statm: 3532 941 375 3 0 632 0
Current children cumulated CPU time (s) 49.45
Current children cumulated vsize (KiB) 14128

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.3
#  lost CPU user time (s): 8.8
#  lost CPU system time (s): 1.5

Real time (s): 60.9852
CPU time (s): 59.7705
CPU user time (s): 54.681
CPU system time (s): 5.08945
CPU usage (%): 98.0081
Max. virtual memory (cumulated for all children) (KiB): 925560

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 45.881
system time used= 3.58945
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 29563
page faults= 20
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 15572
involuntary context switches= 10087

runsolver used 0.075988 second user time and 0.213967 second system time

The end

Launcher Data (download as text)

Begin job on node74 at 2008-08-07 20:20:07
IDJOB=1111204
IDBENCH=61245
IDSOLVER=368
FILE ID=node74/1111204-1218133207
PBS_JOBID= 8000829
Free space on /tmp= 103240 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/chessboardColoration/normalized-cc-12-12-2.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-1111204-1218133207/watcher-1111204-1218133207 -o /tmp/evaluation-result-1111204-1218133207/solver-1111204-1218133207 -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-1111204-1218133207.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 3522093697b9ca731333dcd1630624f7
RANDOM SEED=1325443345

node74.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.263
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.263
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:       1211248 kB
Buffers:          2676 kB
Cached:          30228 kB
SwapCached:       4632 kB
Active:         777504 kB
Inactive:         9736 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1211248 kB
SwapTotal:     4192956 kB
SwapFree:      4180352 kB
Dirty:            2072 kB
Writeback:           0 kB
Mapped:         771636 kB
Slab:            41084 kB
Committed_AS:   890424 kB
PageTables:       3356 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 103240 MiB
End job on node74 at 2008-08-07 20:21:10