Trace number 2071038

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sugar v1.14.6+minisat? (MO) 83.8 85.8629

General information on the benchmark

Namecsp/golombRulerArity4/
normalized-ruler-70-12-a4.xml
MD5SUM17a5880df049540f5bc9b4999c8d510f
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables12
Number of constraints1991
Maximum constraint arity4
Maximum domain size71
Number of constraints which are defined in extension0
Number of constraints which are defined in intension1991
Global constraints used (with number of constraints)

Solver Data

0.00/0.08	c 0	Sugar v1-14-6 + HOME/minisat
0.00/0.08	c 0	BEGIN Sun Jul 12 00:48:44 2009
0.00/0.08	c 0	PID 19470
0.07/0.08	c 0	HOST node68.alineos.net
0.07/0.08	c 0	CONVERTING HOME/instance-2071038-1247352523.xml TO HOME/temp.csp
0.07/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2071038-1247352523.xml' 'HOME/temp.csp'
0.07/0.72	c 0	1 domains, 12 variables, 2 predicates, 0 relations, 1991 constraints
0.07/0.76	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.07/0.76	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.70/0.85	c 0	Parsing HOME/temp.csp
0.70/0.93	c 0	parsed 2006 expressions
0.70/0.94	c 0	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.70/0.94	c 0	Converting to clausal form CSP
0.91/1.05	c 1	converted 201 (10%) expressions
1.01/1.16	c 1	converted 402 (20%) expressions
1.11/1.22	c 1	converted 602 (30%) expressions
1.21/1.31	c 1	converted 803 (40%) expressions
1.21/1.36	c 1	converted 1003 (50%) expressions
1.31/1.40	c 1	converted 1204 (60%) expressions
1.31/1.45	c 1	converted 1405 (70%) expressions
1.31/1.49	c 1	converted 1605 (80%) expressions
1.40/1.58	c 1	converted 1806 (90%) expressions
1.50/1.62	c 1	converted 2006 (100%) expressions
1.50/1.62	c 1	CSP : 2982 integers, 0 booleans, 7931 clauses, largest domain size 136
1.50/1.62	c 1	Heap : 5 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.50/1.62	c 1	Propagation in CSP
1.79/1.99	c 2	27775 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.79/1.99	c 2	CSP : 2982 integers, 0 booleans, 7931 clauses, largest domain size 119
1.79/1.99	c 2	Heap : 6 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.90/2.00	c 2	Simplifing CSP by introducing new Boolean variables
1.90/2.09	c 2	CSP : 2982 integers, 3850 booleans, 11781 clauses, largest domain size 119
1.90/2.09	c 2	Heap : 6 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.00/2.16	c 2	Encoding CSP to SAT : HOME/temp.cnf
2.10/2.23	c 2	299 (10%) CSP integer variables are encoded (34275 clauses, 492191 bytes)
2.10/2.28	c 2	597 (20%) CSP integer variables are encoded (69141 clauses, 1015181 bytes)
2.19/2.33	c 2	895 (30%) CSP integer variables are encoded (104007 clauses, 1547894 bytes)
2.19/2.39	c 2	1193 (40%) CSP integer variables are encoded (138873 clauses, 2140616 bytes)
2.29/2.44	c 2	1491 (50%) CSP integer variables are encoded (173739 clauses, 2733338 bytes)
2.39/2.50	c 2	1790 (60%) CSP integer variables are encoded (208722 clauses, 3328049 bytes)
2.39/2.55	c 2	2088 (70%) CSP integer variables are encoded (243588 clauses, 3920771 bytes)
2.49/2.60	c 2	2386 (80%) CSP integer variables are encoded (278454 clauses, 4513493 bytes)
2.49/2.65	c 2	2684 (90%) CSP integer variables are encoded (313320 clauses, 5106215 bytes)
2.59/2.71	c 2	2982 (100%) CSP integer variables are encoded (348186 clauses, 5698937 bytes)
4.36/4.52	c 4	1179 (10%) CSP clauses are encoded (1041651 clauses, 21378223 bytes)
10.77/11.07	c 11	2357 (20%) CSP clauses are encoded (4163784 clauses, 79954802 bytes)
18.25/18.68	c 18	3535 (30%) CSP clauses are encoded (7792561 clauses, 149256995 bytes)
25.84/26.34	c 26	4713 (40%) CSP clauses are encoded (11423503 clauses, 219725607 bytes)
33.55/34.27	c 34	5891 (50%) CSP clauses are encoded (15055129 clauses, 293665028 bytes)
41.40/42.20	c 42	7069 (60%) CSP clauses are encoded (18687835 clauses, 367822328 bytes)
49.06/50.24	c 50	8247 (70%) CSP clauses are encoded (22316289 clauses, 443040883 bytes)
56.78/58.18	c 58	9425 (80%) CSP clauses are encoded (25948861 clauses, 518753607 bytes)
64.59/66.11	c 66	10603 (90%) CSP clauses are encoded (29582318 clauses, 594517766 bytes)
72.30/74.04	c 74	11781 (100%) CSP clauses are encoded (33212827 clauses, 670230835 bytes)
72.30/74.04	c 74	11781 CSP clauses encoded
72.30/74.04	c 74	Writing map file : HOME/temp.map
72.30/74.05	c 74	Heap : 5 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
72.30/74.05	c 74	SAT : 355018 SAT variables, 33212827 SAT clauses, 670230835 bytes
72.30/74.05	c 74	Heap : 5 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
72.30/74.06	c 74	SOLVING HOME/temp.cnf
72.30/74.06	c 74	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
72.30/74.06	c 74	This is MiniSat 2.0 beta
72.30/74.06	c 74	WARNING: for repeatability, setting FPU to use double precision
72.30/74.06	c 74	============================[ Problem Statistics ]=============================
72.30/74.06	c 74	|                                                                             |
72.30/74.07	c 74	|  Number of variables:  355018                                               |
72.30/74.07	c 74	|  Number of clauses:    33212827                                             |
83.69/85.72	c ERROR INTERRUPTED
83.80/85.86	s UNKNOWN
83.80/85.86	c 85	CPU 72.37 (0.06 0.01 66.18 6.12)
83.80/85.86	c 85	END Sun Jul 12 00:50:09 2009

Verifier Data

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: UNKNOWN

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2071038-1247352523/watcher-2071038-1247352523 -o /tmp/evaluation-result-2071038-1247352523/solver-2071038-1247352523 -C 1800 -W 2000 -M 900 HOME/sugar -c -vv -memlimit=900 -jar=HOME/sugar-v1-14-6.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-2071038-1247352523.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.08 2.03 2.00 4/77 19470
/proc/meminfo: memFree=1156656/2055920 swapFree=4192952/4192956
[pid=19470] ppid=19468 vsize=12000 CPUtime=0
/proc/19470/stat : 19470 (sugar) R 19468 19470 18865 0 -1 4194304 172 0 0 0 0 0 0 0 20 0 1 0 22315044 12288000 140 996147200 4194304 4206940 548682068608 18446744073709551615 209560441569 0 0 4224 0 0 0 0 17 1 0 0
/proc/19470/statm: 3000 140 105 3 0 100 0

[startup+0.0848421 s]
/proc/loadavg: 2.08 2.03 2.00 4/77 19470
/proc/meminfo: memFree=1156656/2055920 swapFree=4192952/4192956
[pid=19470] ppid=19468 vsize=16740 CPUtime=0.07
/proc/19470/stat : 19470 (sugar) S 19468 19470 18865 0 -1 4194304 1152 0 0 0 6 1 0 0 18 0 1 0 22315044 17141760 1107 996147200 4194304 4206940 548682068608 18446744073709551615 209569493090 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19470/statm: 4185 1107 406 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+0.101439 s]
/proc/loadavg: 2.08 2.03 2.00 4/77 19470
/proc/meminfo: memFree=1156656/2055920 swapFree=4192952/4192956
[pid=19470] ppid=19468 vsize=16868 CPUtime=0.07
/proc/19470/stat : 19470 (sugar) S 19468 19470 18865 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 22315044 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 209569493090 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19470/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.301469 s]
/proc/loadavg: 2.08 2.03 2.00 4/77 19470
/proc/meminfo: memFree=1156656/2055920 swapFree=4192952/4192956
[pid=19470] ppid=19468 vsize=16868 CPUtime=0.07
/proc/19470/stat : 19470 (sugar) S 19468 19470 18865 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 22315044 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 209569493090 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19470/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.70154 s]
/proc/loadavg: 2.08 2.03 2.00 4/77 19470
/proc/meminfo: memFree=1156656/2055920 swapFree=4192952/4192956
[pid=19470] ppid=19468 vsize=16868 CPUtime=0.07
/proc/19470/stat : 19470 (sugar) S 19468 19470 18865 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 22315044 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 209569493090 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19470/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+1.50267 s]
/proc/loadavg: 2.08 2.03 2.00 4/88 19492
/proc/meminfo: memFree=1146584/2055920 swapFree=4192952/4192956
[pid=19470] ppid=19468 vsize=16868 CPUtime=0.7
/proc/19470/stat : 19470 (sugar) S 19468 19470 18865 0 -1 4194304 1309 5165 0 1 6 1 59 4 16 0 1 0 22315044 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 209569493090 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19470/statm: 4217 1111 409 3 0 796 0
[pid=19483] ppid=19470 vsize=5356 CPUtime=0
/proc/19483/stat : 19483 (sh) S 19470 19470 18865 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22315121 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19483/statm: 1339 233 193 169 0 50 0
[pid=19484] ppid=19483 vsize=868504 CPUtime=0.7
/proc/19484/stat : 19484 (java) S 19483 19470 18865 0 -1 0 5905 0 1 0 67 3 0 0 19 0 9 0 22315121 889348096 5316 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19484/statm: 217126 5316 1743 9 0 211631 0
[pid=19484/tid=19485] ppid=19483 vsize=868504 CPUtime=0.45
/proc/19484/task/19485/stat : 19485 (java) R 19483 19470 18865 0 -1 64 2682 0 1 0 44 1 0 0 23 0 9 0 22315122 889348096 5316 996147200 134512640 134550932 4294955936 18446744073709551615 4126510052 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19484/tid=19486] ppid=19483 vsize=868504 CPUtime=0.05
/proc/19484/task/19486/stat : 19486 (java) S 19483 19470 18865 0 -1 64 1046 0 0 0 5 0 0 0 16 0 9 0 22315123 889348096 5316 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19484/tid=19487] ppid=19483 vsize=868504 CPUtime=0
/proc/19484/task/19487/stat : 19487 (java) S 19483 19470 18865 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 22315123 889348096 5316 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19484/tid=19488] ppid=19483 vsize=868504 CPUtime=0
/proc/19484/task/19488/stat : 19488 (java) S 19483 19470 18865 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 22315123 889348096 5316 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19484/tid=19489] ppid=19483 vsize=868504 CPUtime=0
/proc/19484/task/19489/stat : 19489 (java) S 19483 19470 18865 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22315125 889348096 5316 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19484/tid=19490] ppid=19483 vsize=868504 CPUtime=0.18
/proc/19484/task/19490/stat : 19490 (java) S 19483 19470 18865 0 -1 64 1484 0 0 0 17 1 0 0 16 0 9 0 22315126 889348096 5316 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19484/tid=19491] ppid=19483 vsize=868504 CPUtime=0
/proc/19484/task/19491/stat : 19491 (java) S 19483 19470 18865 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 22315126 889348096 5316 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19484/tid=19492] ppid=19483 vsize=868504 CPUtime=0
/proc/19484/task/19492/stat : 19492 (java) S 19483 19470 18865 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 22315126 889348096 5316 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.4
Current children cumulated vsize (KiB) 890728

[startup+3.10295 s]
/proc/loadavg: 2.08 2.03 2.00 4/88 19492
/proc/meminfo: memFree=1134296/2055920 swapFree=4192952/4192956
[pid=19470] ppid=19468 vsize=16868 CPUtime=0.7
/proc/19470/stat : 19470 (sugar) S 19468 19470 18865 0 -1 4194304 1310 5165 0 1 6 1 59 4 15 0 1 0 22315044 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 209569493090 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19470/statm: 4217 1111 409 3 0 796 0
[pid=19483] ppid=19470 vsize=5356 CPUtime=0
/proc/19483/stat : 19483 (sh) S 19470 19470 18865 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22315121 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19483/statm: 1339 233 193 169 0 50 0
[pid=19484] ppid=19483 vsize=868700 CPUtime=2.28
/proc/19484/stat : 19484 (java) S 19483 19470 18865 0 -1 0 8369 0 1 0 216 12 0 0 19 0 9 0 22315121 889548800 7238 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19484/statm: 217175 7238 2590 9 0 211652 0
[pid=19484/tid=19485] ppid=19483 vsize=868700 CPUtime=1.67
/proc/19484/task/19485/stat : 19485 (java) R 19483 19470 18865 0 -1 64 3061 0 1 0 159 8 0 0 25 0 9 0 22315122 889548800 7238 996147200 134512640 134550932 4294955936 18446744073709551615 4126501631 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19484/tid=19486] ppid=19483 vsize=868700 CPUtime=0.35
/proc/19484/task/19486/stat : 19486 (java) S 19483 19470 18865 0 -1 64 3093 0 0 0 33 2 0 0 16 0 9 0 22315123 889548800 7238 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19484/tid=19487] ppid=19483 vsize=868700 CPUtime=0
/proc/19484/task/19487/stat : 19487 (java) S 19483 19470 18865 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22315123 889548800 7238 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19484/tid=19488] ppid=19483 vsize=868700 CPUtime=0
/proc/19484/task/19488/stat : 19488 (java) S 19483 19470 18865 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 22315123 889548800 7238 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19484/tid=19489] ppid=19483 vsize=868700 CPUtime=0
/proc/19484/task/19489/stat : 19489 (java) S 19483 19470 18865 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22315125 889548800 7238 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19484/tid=19490] ppid=19483 vsize=868700 CPUtime=0.24
/proc/19484/task/19490/stat : 19490 (java) S 19483 19470 18865 0 -1 64 1517 0 0 0 23 1 0 0 16 0 9 0 22315126 889548800 7238 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19484/tid=19491] ppid=19483 vsize=868700 CPUtime=0
/proc/19484/task/19491/stat : 19491 (java) S 19483 19470 18865 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 22315126 889548800 7238 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19484/tid=19492] ppid=19483 vsize=868700 CPUtime=0
/proc/19484/task/19492/stat : 19492 (java) S 19483 19470 18865 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 22315126 889548800 7238 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.98
Current children cumulated vsize (KiB) 890924

[startup+6.30249 s]
/proc/loadavg: 2.08 2.03 2.00 3/88 19492
/proc/meminfo: memFree=1104792/2055920 swapFree=4192952/4192956
[pid=19470] ppid=19468 vsize=16868 CPUtime=0.7
/proc/19470/stat : 19470 (sugar) S 19468 19470 18865 0 -1 4194304 1310 5165 0 1 6 1 59 4 16 0 1 0 22315044 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 209569493090 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19470/statm: 4217 1111 409 3 0 796 0
[pid=19483] ppid=19470 vsize=5356 CPUtime=0
/proc/19483/stat : 19483 (sh) S 19470 19470 18865 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22315121 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19483/statm: 1339 233 193 169 0 50 0
[pid=19484] ppid=19483 vsize=868700 CPUtime=5.44
/proc/19484/stat : 19484 (java) S 19483 19470 18865 0 -1 0 9315 0 1 0 506 38 0 0 19 0 9 0 22315121 889548800 7241 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19484/statm: 217175 7241 2590 9 0 211652 0
[pid=19484/tid=19485] ppid=19483 vsize=868700 CPUtime=4.57
/proc/19484/task/19485/stat : 19485 (java) R 19483 19470 18865 0 -1 64 4004 0 1 0 429 28 0 0 25 0 9 0 22315122 889548800 7241 996147200 134512640 134550932 4294955936 18446744073709551615 102094014 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19484/tid=19486] ppid=19483 vsize=868700 CPUtime=0.61
/proc/19484/task/19486/stat : 19486 (java) S 19483 19470 18865 0 -1 64 3093 0 0 0 53 8 0 0 16 0 9 0 22315123 889548800 7241 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19484/tid=19487] ppid=19483 vsize=868700 CPUtime=0
/proc/19484/task/19487/stat : 19487 (java) S 19483 19470 18865 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22315123 889548800 7241 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19484/tid=19488] ppid=19483 vsize=868700 CPUtime=0
/proc/19484/task/19488/stat : 19488 (java) S 19483 19470 18865 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 22315123 889548800 7241 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19484/tid=19489] ppid=19483 vsize=868700 CPUtime=0
/proc/19484/task/19489/stat : 19489 (java) S 19483 19470 18865 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22315125 889548800 7241 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19484/tid=19490] ppid=19483 vsize=868700 CPUtime=0.25
/proc/19484/task/19490/stat : 19490 (java) S 19483 19470 18865 0 -1 64 1520 0 0 0 24 1 0 0 16 0 9 0 22315126 889548800 7241 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19484/tid=19491] ppid=19483 vsize=868700 CPUtime=0
/proc/19484/task/19491/stat : 19491 (java) S 19483 19470 18865 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 22315126 889548800 7241 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19484/tid=19492] ppid=19483 vsize=868700 CPUtime=0
/proc/19484/task/19492/stat : 19492 (java) S 19483 19470 18865 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 22315126 889548800 7241 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.14
Current children cumulated vsize (KiB) 890924

[startup+12.7026 s]
/proc/loadavg: 2.15 2.04 2.01 3/88 19492
/proc/meminfo: memFree=1044824/2055920 swapFree=4192952/4192956
[pid=19470] ppid=19468 vsize=16868 CPUtime=0.7
/proc/19470/stat : 19470 (sugar) S 19468 19470 18865 0 -1 4194304 1310 5165 0 1 6 1 59 4 16 0 1 0 22315044 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 209569493090 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19470/statm: 4217 1111 409 3 0 796 0
[pid=19483] ppid=19470 vsize=5356 CPUtime=0
/proc/19483/stat : 19483 (sh) S 19470 19470 18865 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22315121 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19483/statm: 1339 233 193 169 0 50 0
[pid=19484] ppid=19483 vsize=868700 CPUtime=11.73
/proc/19484/stat : 19484 (java) S 19483 19470 18865 0 -1 0 11175 0 1 0 1082 91 0 0 19 0 9 0 22315121 889548800 7242 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19484/statm: 217175 7242 2590 9 0 211652 0
[pid=19484/tid=19485] ppid=19483 vsize=868700 CPUtime=10.38
/proc/19484/task/19485/stat : 19485 (java) R 19483 19470 18865 0 -1 64 5863 0 1 0 968 70 0 0 25 0 9 0 22315122 889548800 7242 996147200 134512640 134550932 4294955936 18446744073709551615 4126854999 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19484/tid=19486] ppid=19483 vsize=868700 CPUtime=1.08
/proc/19484/task/19486/stat : 19486 (java) S 19483 19470 18865 0 -1 64 3093 0 0 0 89 19 0 0 16 0 9 0 22315123 889548800 7242 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19484/tid=19487] ppid=19483 vsize=868700 CPUtime=0
/proc/19484/task/19487/stat : 19487 (java) S 19483 19470 18865 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22315123 889548800 7242 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19484/tid=19488] ppid=19483 vsize=868700 CPUtime=0
/proc/19484/task/19488/stat : 19488 (java) S 19483 19470 18865 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 22315123 889548800 7242 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19484/tid=19489] ppid=19483 vsize=868700 CPUtime=0
/proc/19484/task/19489/stat : 19489 (java) S 19483 19470 18865 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22315125 889548800 7242 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19484/tid=19490] ppid=19483 vsize=868700 CPUtime=0.25
/proc/19484/task/19490/stat : 19490 (java) S 19483 19470 18865 0 -1 64 1521 0 0 0 24 1 0 0 17 0 9 0 22315126 889548800 7242 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19484/tid=19491] ppid=19483 vsize=868700 CPUtime=0
/proc/19484/task/19491/stat : 19491 (java) S 19483 19470 18865 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 22315126 889548800 7242 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19484/tid=19492] ppid=19483 vsize=868700 CPUtime=0
/proc/19484/task/19492/stat : 19492 (java) S 19483 19470 18865 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 22315126 889548800 7242 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.43
Current children cumulated vsize (KiB) 890924

[startup+25.5017 s]
/proc/loadavg: 2.56 2.14 2.04 3/88 19492
/proc/meminfo: memFree=924056/2055920 swapFree=4192952/4192956
[pid=19470] ppid=19468 vsize=16868 CPUtime=0.7
/proc/19470/stat : 19470 (sugar) S 19468 19470 18865 0 -1 4194304 1310 5165 0 1 6 1 59 4 16 0 1 0 22315044 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 209569493090 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19470/statm: 4217 1111 409 3 0 796 0
[pid=19483] ppid=19470 vsize=5356 CPUtime=0
/proc/19483/stat : 19483 (sh) S 19470 19470 18865 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22315121 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19483/statm: 1339 233 193 169 0 50 0
[pid=19484] ppid=19483 vsize=868700 CPUtime=24.35
/proc/19484/stat : 19484 (java) S 19483 19470 18865 0 -1 0 14909 0 1 0 2240 195 0 0 19 0 9 0 22315121 889548800 7249 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19484/statm: 217175 7249 2590 9 0 211652 0
[pid=19484/tid=19485] ppid=19483 vsize=868700 CPUtime=21.95
/proc/19484/task/19485/stat : 19485 (java) R 19483 19470 18865 0 -1 64 9590 0 1 0 2045 150 0 0 25 0 9 0 22315122 889548800 7249 996147200 134512640 134550932 4294955936 18446744073709551615 4126961800 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19484/tid=19486] ppid=19483 vsize=868700 CPUtime=2.11
/proc/19484/task/19486/stat : 19486 (java) S 19483 19470 18865 0 -1 64 3093 0 0 0 169 42 0 0 16 0 9 0 22315123 889548800 7249 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19484/tid=19487] ppid=19483 vsize=868700 CPUtime=0
/proc/19484/task/19487/stat : 19487 (java) S 19483 19470 18865 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22315123 889548800 7249 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19484/tid=19488] ppid=19483 vsize=868700 CPUtime=0
/proc/19484/task/19488/stat : 19488 (java) S 19483 19470 18865 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 22315123 889548800 7249 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19484/tid=19489] ppid=19483 vsize=868700 CPUtime=0
/proc/19484/task/19489/stat : 19489 (java) S 19483 19470 18865 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22315125 889548800 7249 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19484/tid=19490] ppid=19483 vsize=868700 CPUtime=0.26
/proc/19484/task/19490/stat : 19490 (java) S 19483 19470 18865 0 -1 64 1528 0 0 0 25 1 0 0 17 0 9 0 22315126 889548800 7249 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19484/tid=19491] ppid=19483 vsize=868700 CPUtime=0
/proc/19484/task/19491/stat : 19491 (java) S 19483 19470 18865 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 22315126 889548800 7249 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19484/tid=19492] ppid=19483 vsize=868700 CPUtime=0
/proc/19484/task/19492/stat : 19492 (java) S 19483 19470 18865 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 22315126 889548800 7249 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.05
Current children cumulated vsize (KiB) 890924

[startup+51.1021 s]
/proc/loadavg: 3.05 2.29 2.09 3/88 19492
/proc/meminfo: memFree=686040/2055920 swapFree=4192952/4192956
[pid=19470] ppid=19468 vsize=16868 CPUtime=0.7
/proc/19470/stat : 19470 (sugar) S 19468 19470 18865 0 -1 4194304 1310 5165 0 1 6 1 59 4 16 0 1 0 22315044 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 209569493090 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19470/statm: 4217 1111 409 3 0 796 0
[pid=19483] ppid=19470 vsize=5356 CPUtime=0
/proc/19483/stat : 19483 (sh) S 19470 19470 18865 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22315121 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19483/statm: 1339 233 193 169 0 50 0
[pid=19484] ppid=19483 vsize=868700 CPUtime=49.25
/proc/19484/stat : 19484 (java) S 19483 19470 18865 0 -1 0 22225 0 1 0 4516 409 0 0 19 0 9 0 22315121 889548800 7249 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19484/statm: 217175 7249 2590 9 0 211652 0
[pid=19484/tid=19485] ppid=19483 vsize=868700 CPUtime=44.82
/proc/19484/task/19485/stat : 19485 (java) R 19483 19470 18865 0 -1 64 16906 0 1 0 4162 320 0 0 25 0 9 0 22315122 889548800 7249 996147200 134512640 134550932 4294955936 18446744073709551615 102094001 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19484/tid=19486] ppid=19483 vsize=868700 CPUtime=4.15
/proc/19484/task/19486/stat : 19486 (java) S 19483 19470 18865 0 -1 64 3093 0 0 0 328 87 0 0 16 0 9 0 22315123 889548800 7249 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19484/tid=19487] ppid=19483 vsize=868700 CPUtime=0
/proc/19484/task/19487/stat : 19487 (java) S 19483 19470 18865 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22315123 889548800 7249 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19484/tid=19488] ppid=19483 vsize=868700 CPUtime=0
/proc/19484/task/19488/stat : 19488 (java) S 19483 19470 18865 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 22315123 889548800 7249 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19484/tid=19489] ppid=19483 vsize=868700 CPUtime=0
/proc/19484/task/19489/stat : 19489 (java) S 19483 19470 18865 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22315125 889548800 7249 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19484/tid=19490] ppid=19483 vsize=868700 CPUtime=0.26
/proc/19484/task/19490/stat : 19490 (java) S 19483 19470 18865 0 -1 64 1528 0 0 0 25 1 0 0 17 0 9 0 22315126 889548800 7249 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19484/tid=19491] ppid=19483 vsize=868700 CPUtime=0
/proc/19484/task/19491/stat : 19491 (java) S 19483 19470 18865 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 22315126 889548800 7249 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19484/tid=19492] ppid=19483 vsize=868700 CPUtime=0
/proc/19484/task/19492/stat : 19492 (java) S 19483 19470 18865 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 22315126 889548800 7249 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 49.95
Current children cumulated vsize (KiB) 890924



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+85.702 s]
/proc/loadavg: 2.95 2.35 2.12 3/80 19494
/proc/meminfo: memFree=15512/2055920 swapFree=4192952/4192956
[pid=19470] ppid=19468 vsize=16868 CPUtime=72.37
/proc/19470/stat : 19470 (sugar) S 19468 19470 18865 0 -1 4194304 1373 34302 0 2 6 1 6618 612 16 0 1 0 22315044 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 209569493090 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19470/statm: 4217 1111 409 3 0 796 0
[pid=19493] ppid=19470 vsize=5356 CPUtime=0
/proc/19493/stat : 19493 (sh) S 19470 19470 18865 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22322450 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19493/statm: 1339 232 193 169 0 50 0
[pid=19494] ppid=19493 vsize=901884 CPUtime=11.32
/proc/19494/stat : 19494 (minisat) R 19493 19470 18865 0 -1 4194304 213027 0 0 0 940 192 0 0 25 0 1 0 22322451 923529216 213013 996147200 134512640 135127466 4294956256 18446744073709551615 134526053 0 0 4096 3 0 0 0 17 1 0 0
/proc/19494/statm: 225471 213013 62 150 0 225318 0
Current children cumulated CPU time (s) 83.69
Current children cumulated vsize (KiB) 924108

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

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

[startup+85.8253 s]
/proc/loadavg: 2.95 2.35 2.12 3/80 19494
/proc/meminfo: memFree=15512/2055920 swapFree=4192952/4192956
[pid=19470] ppid=19468 vsize=16868 CPUtime=72.37
/proc/19470/stat : 19470 (sugar) S 19468 19470 18865 0 -1 4194304 1396 34302 0 2 6 1 6618 612 16 0 1 0 22315044 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 209569493090 0 16384 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/19470/statm: 4217 1112 409 3 0 796 0
[pid=19493] ppid=19470 vsize=0 CPUtime=0
/proc/19493/stat : 19493 (sh) Z 19470 19470 18865 0 -1 4195340 277 0 0 0 0 0 0 0 16 0 1 0 22322450 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 1 0 0
/proc/19493/statm: 0 0 0 0 0 0 0
[pid=19494] ppid=1 vsize=0 CPUtime=11.43
/proc/19494/stat : 19494 (minisat) R 1 19470 18865 0 -1 4195332 213027 0 0 0 940 203 0 0 25 0 1 0 22322451 0 0 996147200 0 0 0 0 0 0 0 4096 3 0 0 0 17 1 0 0
/proc/19494/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 83.8
Current children cumulated vsize (KiB) 16868

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 19470 and gives
#  childrusage.ru_utime.tv_sec=66
#  childrusage.ru_utime.tv_usec=255927
#  childrusage.ru_stime.tv_sec=6
#  childrusage.ru_stime.tv_usec=146065
# CPU time returned by wait4() is 72.402
# while last known CPU time is 83.8
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 85.8629
CPU time (s): 83.8
CPU user time (s): 75.64
CPU system time (s): 8.16
CPU usage (%): 97.5975
Max. virtual memory (cumulated for all children) (KiB): 924108

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 66.2559
system time used= 6.14607
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 36059
page faults= 2
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 190211
involuntary context switches= 191606

runsolver used 0.142978 second user time and 0.353946 second system time

The end

Launcher Data

Begin job on node68 at 2009-07-12 00:48:44
IDJOB=2071038
IDBENCH=55429
IDSOLVER=739
FILE ID=node68/2071038-1247352523
PBS_JOBID= 9506890
Free space on /tmp= 66368 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/golombRulerArity4/normalized-ruler-70-12-a4.xml
COMMAND LINE= DIR/sugar -c -vv -memlimit=MEMLIMIT -jar="DIR/sugar-v1-14-6.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2071038-1247352523/watcher-2071038-1247352523 -o /tmp/evaluation-result-2071038-1247352523/solver-2071038-1247352523 -C 1800 -W 2000 -M 900  HOME/sugar -c -vv -memlimit=900 -jar="HOME/sugar-v1-14-6.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-2071038-1247352523.xml

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

MD5SUM BENCH= 17a5880df049540f5bc9b4999c8d510f
RANDOM SEED=475525692

node68.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.258
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.258
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:       1157136 kB
Buffers:         64300 kB
Cached:         598356 kB
SwapCached:          4 kB
Active:         316360 kB
Inactive:       507604 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1157136 kB
SwapTotal:     4192956 kB
SwapFree:      4192952 kB
Dirty:            1536 kB
Writeback:           0 kB
Mapped:         172832 kB
Slab:            59544 kB
Committed_AS:   323240 kB
PageTables:       2288 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= 66368 MiB
End job on node68 at 2009-07-12 00:50:11