Trace number 2084117

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+minisatUNSAT 33.6269 34.2764

General information on the benchmark

Namecsp/fapp/fapp03/
normalized-fapp03-0300-6.xml
MD5SUMe5750d7da62e3db9c442eec5d476918a
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark22.4116
Satisfiable
(Un)Satisfiability was proved
Number of variables300
Number of constraints4377
Maximum constraint arity2
Maximum domain size250
Number of constraints which are defined in extension0
Number of constraints which are defined in intension4377
Global constraints used (with number of constraints)

Solver Data

0.06/0.21	c 0	Sugar v1-14-6 + HOME/minisat
0.06/0.22	c 0	BEGIN Sun Jul 12 08:07:35 2009
0.06/0.22	c 0	PID 26981
0.06/0.22	c 0	HOST node35.alineos.net
0.06/0.22	c 0	CONVERTING HOME/instance-2084117-1247378855.xml TO HOME/temp.csp
0.06/0.22	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2084117-1247378855.xml' 'HOME/temp.csp'
0.83/1.04	c 1	13 domains, 300 variables, 7 predicates, 0 relations, 4377 constraints
0.83/1.06	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.83/1.06	c 1	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.88/1.14	c 1	Parsing HOME/temp.csp
0.88/1.26	c 1	parsed 4697 expressions
0.88/1.27	c 1	Heap : 2 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.88/1.27	c 1	Converting to clausal form CSP
0.88/1.70	c 2	converted 470 (10%) expressions
1.99/2.26	c 2	converted 940 (20%) expressions
2.48/2.72	c 3	converted 1410 (30%) expressions
2.89/3.13	c 3	converted 1879 (40%) expressions
3.18/3.43	c 3	converted 2349 (50%) expressions
3.47/3.74	c 4	converted 2819 (60%) expressions
3.87/4.17	c 4	converted 3288 (70%) expressions
4.18/4.49	c 4	converted 3758 (80%) expressions
4.46/4.80	c 5	converted 4228 (90%) expressions
4.86/5.12	c 5	converted 4697 (100%) expressions
4.86/5.12	c 5	CSP : 600 integers, 12619 booleans, 26395 clauses, largest domain size 2657
4.86/5.12	c 5	Heap : 27 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
4.86/5.12	c 5	Propagation in CSP
4.97/5.28	c 5	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
4.97/5.28	c 5	CSP : 600 integers, 12619 booleans, 26395 clauses, largest domain size 2657
4.97/5.28	c 5	Heap : 28 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
5.06/5.30	c 5	Simplifing CSP by introducing new Boolean variables
5.06/5.36	c 5	CSP : 600 integers, 21325 booleans, 35101 clauses, largest domain size 2657
5.06/5.36	c 5	Heap : 29 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
5.35/5.67	c 6	Encoding CSP to SAT : HOME/temp.cnf
5.65/5.95	c 6	60 (10%) CSP integer variables are encoded (10848 clauses, 140692 bytes)
5.84/6.14	c 6	120 (20%) CSP integer variables are encoded (21172 clauses, 295552 bytes)
6.04/6.35	c 6	180 (30%) CSP integer variables are encoded (31652 clauses, 452752 bytes)
6.26/6.53	c 6	240 (40%) CSP integer variables are encoded (40776 clauses, 589612 bytes)
6.45/6.76	c 7	300 (50%) CSP integer variables are encoded (52936 clauses, 772012 bytes)
6.65/6.91	c 7	360 (60%) CSP integer variables are encoded (167096 clauses, 2619267 bytes)
6.75/7.06	c 7	420 (70%) CSP integer variables are encoded (289226 clauses, 4695477 bytes)
6.94/7.20	c 7	480 (80%) CSP integer variables are encoded (390282 clauses, 6413429 bytes)
7.04/7.34	c 7	540 (90%) CSP integer variables are encoded (504074 clauses, 8347893 bytes)
7.15/7.47	c 7	600 (100%) CSP integer variables are encoded (609728 clauses, 10144011 bytes)
9.72/10.06	c 10	3511 (10%) CSP clauses are encoded (1465541 clauses, 30300631 bytes)
11.59/11.98	c 12	7021 (20%) CSP clauses are encoded (2139481 clauses, 46357228 bytes)
13.56/13.91	c 14	10531 (30%) CSP clauses are encoded (2866076 clauses, 63787613 bytes)
15.42/15.81	c 16	14041 (40%) CSP clauses are encoded (3613255 clauses, 81754040 bytes)
17.38/17.85	c 18	17551 (50%) CSP clauses are encoded (4432245 clauses, 101431339 bytes)
19.27/19.74	c 20	21061 (60%) CSP clauses are encoded (5185089 clauses, 119653388 bytes)
21.63/22.13	c 22	24571 (70%) CSP clauses are encoded (6141457 clauses, 142824158 bytes)
23.51/24.01	c 24	28081 (80%) CSP clauses are encoded (6869647 clauses, 160366330 bytes)
25.27/25.81	c 26	31591 (90%) CSP clauses are encoded (7573684 clauses, 177356825 bytes)
27.35/27.92	c 28	35101 (100%) CSP clauses are encoded (8392297 clauses, 197063516 bytes)
27.35/27.92	c 28	35101 CSP clauses encoded
27.35/27.92	c 28	Writing map file : HOME/temp.map
27.35/27.95	c 28	Heap : 28 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
27.35/27.95	c 28	SAT : 631653 SAT variables, 8392297 SAT clauses, 197063516 bytes
27.35/27.95	c 28	Heap : 28 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
27.35/27.96	c 28	SOLVING HOME/temp.cnf
27.35/27.96	c 28	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
27.35/27.96	c 28	This is MiniSat 2.0 beta
27.35/27.96	c 28	WARNING: for repeatability, setting FPU to use double precision
27.35/27.96	c 28	============================[ Problem Statistics ]=============================
27.35/27.96	c 28	|                                                                             |
27.35/27.97	c 28	|  Number of variables:  631653                                               |
27.35/27.97	c 28	|  Number of clauses:    8392297                                              |
32.29/32.93	c 33	|  Parsing time:         4.32         s                                       |
32.48/33.16	c 33	============================[ Search Statistics ]==============================
32.48/33.16	c 33	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
32.48/33.16	c 33	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
32.48/33.16	c 33	===============================================================================
32.48/33.16	c 33	|         0 |  631653  8392297 23950881 |  2797432        0    nan |  0.000 % |
33.08/33.78	c 34	===============================================================================
33.08/33.78	c 34	restarts              : 1
33.08/33.78	c 34	conflicts             : 89             (17 /sec)
33.08/33.78	c 34	decisions             : 1996           (1.95 % random) (388 /sec)
33.08/33.78	c 34	propagations          : 525437         (102161 /sec)
33.08/33.78	c 34	conflict literals     : 241            (3.60 % deleted)
33.08/33.78	c 34	Memory used           : 384.68 MB
33.08/33.78	c 34	CPU time              : 5.14322 s
33.08/33.78	c 34	
33.08/33.78	c 34	UNSATISFIABLE
33.18/33.84	c 34	DECODING HOME/temp.out WITH HOME/temp.map
33.18/33.84	c 34	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -decode 'HOME/temp.out' 'HOME/temp.map'
33.23/33.92	c 34	Decoding HOME/temp.out
33.47/34.11	s UNSATISFIABLE
33.47/34.12	c 34	Heap : 3 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
33.47/34.18	c 34	CPU 33.5 (0.06 0.02 31.28 2.14)
33.47/34.18	c 34	END Sun Jul 12 08:08:09 2009

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2084117-1247378855/watcher-2084117-1247378855 -o /tmp/evaluation-result-2084117-1247378855/solver-2084117-1247378855 -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-2084117-1247378855.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.09 2.08 2.11 4/72 26981
/proc/meminfo: memFree=1927448/2055920 swapFree=4192812/4192956
[pid=26981] ppid=26979 vsize=18576 CPUtime=0
/proc/26981/stat : 26981 (runsolver) D 26979 26981 26702 0 -1 4194368 15 0 0 0 0 0 0 0 23 0 1 0 24951885 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 266134416679 0 0 4096 24578 18446744071563608240 0 0 17 1 0 0
/proc/26981/statm: 4644 284 249 26 0 2626 0

[startup+0.0263109 s]
/proc/loadavg: 2.09 2.08 2.11 4/72 26981
/proc/meminfo: memFree=1927448/2055920 swapFree=4192812/4192956
[pid=26981] ppid=26979 vsize=124 CPUtime=0
/proc/26981/stat : 26981 (sugar) D 26979 26981 26702 0 -1 4194304 38 0 0 0 0 0 0 0 21 0 1 0 24951885 126976 23 996147200 4194304 4206940 548682068608 18446744073709551615 266131797481 0 0 4096 0 18446744071563608240 0 0 17 1 0 0
/proc/26981/statm: 31 23 17 3 0 3 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 124

[startup+0.101322 s]
/proc/loadavg: 2.09 2.08 2.11 4/72 26981
/proc/meminfo: memFree=1927448/2055920 swapFree=4192812/4192956
[pid=26981] ppid=26979 vsize=12676 CPUtime=0.01
/proc/26981/stat : 26981 (sugar) D 26979 26981 26702 0 -1 4194304 533 0 0 0 1 0 0 0 18 0 1 0 24951885 12980224 501 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 0 18446744071563479169 0 0 17 1 0 0
/proc/26981/statm: 3169 501 315 3 0 269 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 12676

[startup+0.301344 s]
/proc/loadavg: 2.09 2.08 2.11 4/72 26981
/proc/meminfo: memFree=1927448/2055920 swapFree=4192812/4192956
[pid=26981] ppid=26979 vsize=16868 CPUtime=0.07
/proc/26981/stat : 26981 (sugar) S 26979 26981 26702 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 24951885 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26981/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.701389 s]
/proc/loadavg: 2.09 2.08 2.11 4/72 26981
/proc/meminfo: memFree=1927448/2055920 swapFree=4192812/4192956
[pid=26981] ppid=26979 vsize=16868 CPUtime=0.07
/proc/26981/stat : 26981 (sugar) S 26979 26981 26702 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 24951885 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26981/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+1.50148 s]
/proc/loadavg: 2.09 2.08 2.11 4/83 26993
/proc/meminfo: memFree=1909632/2055920 swapFree=4192812/4192956
[pid=26981] ppid=26979 vsize=16868 CPUtime=0.88
/proc/26981/stat : 26981 (sugar) S 26979 26981 26702 0 -1 4194304 1309 7239 0 1 5 2 77 4 15 0 1 0 24951885 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26981/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.88
Current children cumulated vsize (KiB) 16868

[startup+3.10377 s]
/proc/loadavg: 2.09 2.08 2.11 3/83 27003
/proc/meminfo: memFree=1906752/2055920 swapFree=4192812/4192956
[pid=26981] ppid=26979 vsize=16868 CPUtime=0.88
/proc/26981/stat : 26981 (sugar) S 26979 26981 26702 0 -1 4194304 1309 7239 0 1 5 2 77 4 15 0 1 0 24951885 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26981/statm: 4217 1111 409 3 0 796 0
[pid=26994] ppid=26981 vsize=5356 CPUtime=0
/proc/26994/stat : 26994 (sh) S 26981 26981 26702 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24951992 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26994/statm: 1339 233 193 169 0 50 0
[pid=26995] ppid=26994 vsize=868564 CPUtime=2.01
/proc/26995/stat : 26995 (java) S 26994 26981 26702 0 -1 0 9404 0 1 0 193 8 0 0 18 0 9 0 24951992 889409536 8493 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26995/statm: 217141 8493 2566 9 0 211646 0
[pid=26995/tid=26996] ppid=26994 vsize=868564 CPUtime=1.43
/proc/26995/task/26996/stat : 26996 (java) R 26994 26981 26702 0 -1 64 2901 0 1 0 141 2 0 0 25 0 9 0 24951993 889409536 8493 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26995/tid=26997] ppid=26994 vsize=868564 CPUtime=0.36
/proc/26995/task/26997/stat : 26997 (java) S 26994 26981 26702 0 -1 64 4326 0 0 0 33 3 0 0 15 0 9 0 24951994 889409536 8493 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26995/tid=26998] ppid=26994 vsize=868564 CPUtime=0
/proc/26995/task/26998/stat : 26998 (java) S 26994 26981 26702 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24951994 889409536 8493 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26995/tid=26999] ppid=26994 vsize=868564 CPUtime=0
/proc/26995/task/26999/stat : 26999 (java) S 26994 26981 26702 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 24951994 889409536 8493 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26995/tid=27000] ppid=26994 vsize=868564 CPUtime=0
/proc/26995/task/27000/stat : 27000 (java) S 26994 26981 26702 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 24951996 889409536 8493 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26995/tid=27001] ppid=26994 vsize=868564 CPUtime=0.17
/proc/26995/task/27001/stat : 27001 (java) S 26994 26981 26702 0 -1 64 1478 0 0 0 17 0 0 0 15 0 9 0 24951996 889409536 8493 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26995/tid=27002] ppid=26994 vsize=868564 CPUtime=0
/proc/26995/task/27002/stat : 27002 (java) S 26994 26981 26702 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24951996 889409536 8493 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26995/tid=27003] ppid=26994 vsize=868564 CPUtime=0
/proc/26995/task/27003/stat : 27003 (java) S 26994 26981 26702 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24951996 889409536 8493 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.89
Current children cumulated vsize (KiB) 890788

[startup+6.30301 s]
/proc/loadavg: 2.16 2.09 2.11 4/83 27003
/proc/meminfo: memFree=1876992/2055920 swapFree=4192812/4192956
[pid=26981] ppid=26979 vsize=16868 CPUtime=0.88
/proc/26981/stat : 26981 (sugar) S 26979 26981 26702 0 -1 4194304 1310 7239 0 1 5 2 77 4 16 0 1 0 24951885 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26981/statm: 4217 1111 409 3 0 796 0
[pid=26994] ppid=26981 vsize=5356 CPUtime=0
/proc/26994/stat : 26994 (sh) S 26981 26981 26702 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24951992 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26994/statm: 1339 233 193 169 0 50 0
[pid=26995] ppid=26994 vsize=868676 CPUtime=5.16
/proc/26995/stat : 26995 (java) S 26994 26981 26702 0 -1 0 19688 0 1 0 502 14 0 0 18 0 9 0 24951992 889524224 13419 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26995/statm: 217169 13419 2592 9 0 211646 0
[pid=26995/tid=26996] ppid=26994 vsize=868676 CPUtime=3.83
/proc/26995/task/26996/stat : 26996 (java) R 26994 26981 26702 0 -1 64 3335 0 1 0 380 3 0 0 25 0 9 0 24951993 889524224 13419 996147200 134512640 134550932 4294955936 18446744073709551615 4126507908 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26995/tid=26997] ppid=26994 vsize=868676 CPUtime=1.08
/proc/26995/task/26997/stat : 26997 (java) S 26994 26981 26702 0 -1 64 14131 0 0 0 99 9 0 0 16 0 9 0 24951994 889524224 13419 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26995/tid=26998] ppid=26994 vsize=868676 CPUtime=0
/proc/26995/task/26998/stat : 26998 (java) S 26994 26981 26702 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24951994 889524224 13419 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26995/tid=26999] ppid=26994 vsize=868676 CPUtime=0
/proc/26995/task/26999/stat : 26999 (java) S 26994 26981 26702 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 24951994 889524224 13419 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26995/tid=27000] ppid=26994 vsize=868676 CPUtime=0
/proc/26995/task/27000/stat : 27000 (java) S 26994 26981 26702 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 24951996 889524224 13419 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26995/tid=27001] ppid=26994 vsize=868676 CPUtime=0.22
/proc/26995/task/27001/stat : 27001 (java) S 26994 26981 26702 0 -1 64 1523 0 0 0 22 0 0 0 15 0 9 0 24951996 889524224 13419 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26995/tid=27002] ppid=26994 vsize=868676 CPUtime=0
/proc/26995/task/27002/stat : 27002 (java) S 26994 26981 26702 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24951996 889524224 13419 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26995/tid=27003] ppid=26994 vsize=868676 CPUtime=0
/proc/26995/task/27003/stat : 27003 (java) S 26994 26981 26702 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24951996 889524224 13419 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.04
Current children cumulated vsize (KiB) 890900

[startup+12.7027 s]
/proc/loadavg: 2.23 2.11 2.12 3/83 27003
/proc/meminfo: memFree=1833216/2055920 swapFree=4192812/4192956
[pid=26981] ppid=26979 vsize=16868 CPUtime=0.89
/proc/26981/stat : 26981 (sugar) S 26979 26981 26702 0 -1 4194304 1310 7239 0 1 6 2 77 4 16 0 1 0 24951885 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26981/statm: 4217 1111 409 3 0 796 0
[pid=26994] ppid=26981 vsize=5356 CPUtime=0
/proc/26994/stat : 26994 (sh) S 26981 26981 26702 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24951992 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26994/statm: 1339 233 193 169 0 50 0
[pid=26995] ppid=26994 vsize=868676 CPUtime=11.49
/proc/26995/stat : 26995 (java) S 26994 26981 26702 0 -1 0 20112 0 1 0 1102 47 0 0 18 0 9 0 24951992 889524224 13442 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26995/statm: 217169 13442 2593 9 0 211646 0
[pid=26995/tid=26996] ppid=26994 vsize=868676 CPUtime=9.92
/proc/26995/task/26996/stat : 26996 (java) R 26994 26981 26702 0 -1 64 3740 0 1 0 959 33 0 0 25 0 9 0 24951993 889524224 13442 996147200 134512640 134550932 4294955936 18446744073709551615 4126972312 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26995/tid=26997] ppid=26994 vsize=868676 CPUtime=1.27
/proc/26995/task/26997/stat : 26997 (java) S 26994 26981 26702 0 -1 64 14131 0 0 0 116 11 0 0 16 0 9 0 24951994 889524224 13442 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26995/tid=26998] ppid=26994 vsize=868676 CPUtime=0
/proc/26995/task/26998/stat : 26998 (java) S 26994 26981 26702 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24951994 889524224 13442 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26995/tid=26999] ppid=26994 vsize=868676 CPUtime=0
/proc/26995/task/26999/stat : 26999 (java) S 26994 26981 26702 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 24951994 889524224 13442 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26995/tid=27000] ppid=26994 vsize=868676 CPUtime=0
/proc/26995/task/27000/stat : 27000 (java) S 26994 26981 26702 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 24951996 889524224 13442 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26995/tid=27001] ppid=26994 vsize=868676 CPUtime=0.26
/proc/26995/task/27001/stat : 27001 (java) S 26994 26981 26702 0 -1 64 1542 0 0 0 25 1 0 0 16 0 9 0 24951996 889524224 13442 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26995/tid=27002] ppid=26994 vsize=868676 CPUtime=0
/proc/26995/task/27002/stat : 27002 (java) S 26994 26981 26702 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24951996 889524224 13442 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26995/tid=27003] ppid=26994 vsize=868676 CPUtime=0
/proc/26995/task/27003/stat : 27003 (java) S 26994 26981 26702 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24951996 889524224 13442 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.38
Current children cumulated vsize (KiB) 890900

[startup+25.5011 s]
/proc/loadavg: 2.18 2.10 2.12 3/83 27003
/proc/meminfo: memFree=1707456/2055920 swapFree=4192812/4192956
[pid=26981] ppid=26979 vsize=16868 CPUtime=0.89
/proc/26981/stat : 26981 (sugar) S 26979 26981 26702 0 -1 4194304 1310 7239 0 1 6 2 77 4 16 0 1 0 24951885 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26981/statm: 4217 1111 409 3 0 796 0
[pid=26994] ppid=26981 vsize=5356 CPUtime=0
/proc/26994/stat : 26994 (sh) S 26981 26981 26702 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24951992 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26994/statm: 1339 233 193 169 0 50 0
[pid=26995] ppid=26994 vsize=868676 CPUtime=24.08
/proc/26995/stat : 26995 (java) S 26994 26981 26702 0 -1 0 21022 0 1 0 2284 124 0 0 18 0 9 0 24951992 889524224 13442 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26995/statm: 217169 13442 2593 9 0 211646 0
[pid=26995/tid=26996] ppid=26994 vsize=868676 CPUtime=22.11
/proc/26995/task/26996/stat : 26996 (java) R 26994 26981 26702 0 -1 64 4650 0 1 0 2108 103 0 0 25 0 9 0 24951993 889524224 13442 996147200 134512640 134550932 4294955936 18446744073709551615 4126979834 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26995/tid=26997] ppid=26994 vsize=868676 CPUtime=1.68
/proc/26995/task/26997/stat : 26997 (java) S 26994 26981 26702 0 -1 64 14131 0 0 0 150 18 0 0 16 0 9 0 24951994 889524224 13442 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26995/tid=26998] ppid=26994 vsize=868676 CPUtime=0
/proc/26995/task/26998/stat : 26998 (java) S 26994 26981 26702 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24951994 889524224 13442 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26995/tid=26999] ppid=26994 vsize=868676 CPUtime=0
/proc/26995/task/26999/stat : 26999 (java) S 26994 26981 26702 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 24951994 889524224 13442 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26995/tid=27000] ppid=26994 vsize=868676 CPUtime=0
/proc/26995/task/27000/stat : 27000 (java) S 26994 26981 26702 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 24951996 889524224 13442 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26995/tid=27001] ppid=26994 vsize=868676 CPUtime=0.26
/proc/26995/task/27001/stat : 27001 (java) S 26994 26981 26702 0 -1 64 1542 0 0 0 25 1 0 0 16 0 9 0 24951996 889524224 13442 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26995/tid=27002] ppid=26994 vsize=868676 CPUtime=0
/proc/26995/task/27002/stat : 27002 (java) S 26994 26981 26702 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24951996 889524224 13442 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26995/tid=27003] ppid=26994 vsize=868676 CPUtime=0
/proc/26995/task/27003/stat : 27003 (java) S 26994 26981 26702 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24951996 889524224 13442 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 24.97
Current children cumulated vsize (KiB) 890900

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

[startup+28.7015 s]
/proc/loadavg: 2.18 2.10 2.12 3/75 27005
/proc/meminfo: memFree=1650432/2055920 swapFree=4192812/4192956
[pid=26981] ppid=26979 vsize=16868 CPUtime=27.42
/proc/26981/stat : 26981 (sugar) S 26979 26981 26702 0 -1 4194304 1377 28747 0 2 6 2 2590 144 16 0 1 0 24951885 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26981/statm: 4217 1114 409 3 0 796 0
[pid=27004] ppid=26981 vsize=5356 CPUtime=0
/proc/27004/stat : 27004 (sh) S 26981 26981 26702 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24954682 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27004/statm: 1339 232 193 169 0 50 0
[pid=27005] ppid=27004 vsize=96180 CPUtime=0.72
/proc/27005/stat : 27005 (minisat) R 27004 26981 26702 0 -1 4194304 22093 0 0 0 61 11 0 0 25 0 1 0 24954682 98488320 22079 996147200 134512640 135127466 4294956256 18446744073709551615 134704221 0 0 4096 3 0 0 0 17 1 0 0
/proc/27005/statm: 24045 22079 62 150 0 23892 0
Current children cumulated CPU time (s) 28.14
Current children cumulated vsize (KiB) 118404

[startup+31.9078 s]
/proc/loadavg: 2.16 2.10 2.11 3/75 27005
/proc/meminfo: memFree=1437440/2055920 swapFree=4192812/4192956
[pid=26981] ppid=26979 vsize=16868 CPUtime=27.42
/proc/26981/stat : 26981 (sugar) S 26979 26981 26702 0 -1 4194304 1377 28747 0 2 6 2 2590 144 16 0 1 0 24951885 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26981/statm: 4217 1114 409 3 0 796 0
[pid=27004] ppid=26981 vsize=5356 CPUtime=0
/proc/27004/stat : 27004 (sh) S 26981 26981 26702 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24954682 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27004/statm: 1339 232 193 169 0 50 0
[pid=27005] ppid=27004 vsize=306368 CPUtime=3.88
/proc/27005/stat : 27005 (minisat) R 27004 26981 26702 0 -1 4194304 73783 0 0 0 341 47 0 0 25 0 1 0 24954682 313720832 73769 996147200 134512640 135127466 4294956256 18446744073709551615 134542097 0 0 4096 3 0 0 0 17 1 0 0
/proc/27005/statm: 76592 73769 62 150 0 76439 0
Current children cumulated CPU time (s) 31.3
Current children cumulated vsize (KiB) 328592

[startup+33.503 s]
/proc/loadavg: 2.16 2.10 2.11 3/75 27005
/proc/meminfo: memFree=1365504/2055920 swapFree=4192812/4192956
[pid=26981] ppid=26979 vsize=16868 CPUtime=27.42
/proc/26981/stat : 26981 (sugar) S 26979 26981 26702 0 -1 4194304 1377 28747 0 2 6 2 2590 144 15 0 1 0 24951885 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26981/statm: 4217 1114 409 3 0 796 0
[pid=27004] ppid=26981 vsize=5356 CPUtime=0
/proc/27004/stat : 27004 (sh) S 26981 26981 26702 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24954682 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27004/statm: 1339 232 193 169 0 50 0
[pid=27005] ppid=27004 vsize=388996 CPUtime=5.45
/proc/27005/stat : 27005 (minisat) R 27004 26981 26702 0 -1 4194304 92267 0 0 0 486 59 0 0 25 0 1 0 24954682 398331904 92253 996147200 134512640 135127466 4294956256 18446744073709551615 134530933 0 0 4096 3 0 0 0 17 1 0 0
/proc/27005/statm: 97249 92253 72 150 0 97096 0
Current children cumulated CPU time (s) 32.87
Current children cumulated vsize (KiB) 411220

[startup+33.9011 s]
/proc/loadavg: 2.16 2.10 2.11 3/75 27005
/proc/meminfo: memFree=1365504/2055920 swapFree=4192812/4192956
[pid=26981] ppid=26979 vsize=16868 CPUtime=33.23
/proc/26981/stat : 26981 (sugar) S 26979 26981 26702 0 -1 4194304 1431 122527 0 2 6 2 3105 210 16 0 1 0 24951885 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26981/statm: 4217 1114 409 3 0 796 0
Current children cumulated CPU time (s) 33.23
Current children cumulated vsize (KiB) 16868

[startup+34.1061 s]
/proc/loadavg: 2.16 2.10 2.11 3/83 27015
/proc/meminfo: memFree=1720768/2055920 swapFree=4192812/4192956
[pid=26981] ppid=26979 vsize=16868 CPUtime=33.23
/proc/26981/stat : 26981 (sugar) S 26979 26981 26702 0 -1 4194304 1449 122527 0 2 6 2 3105 210 16 0 1 0 24951885 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26981/statm: 4217 1114 409 3 0 796 0
[pid=27006] ppid=26981 vsize=5356 CPUtime=0
/proc/27006/stat : 27006 (sh) S 26981 26981 26702 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24955270 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27006/statm: 1339 233 193 169 0 50 0
[pid=27007] ppid=27006 vsize=862796 CPUtime=0.24
/proc/27007/stat : 27007 (java) S 27006 26981 26702 0 -1 0 3975 0 1 0 22 2 0 0 18 0 9 0 24955270 883503104 3437 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27007/statm: 215699 3437 1285 9 0 210612 0
[pid=27007/tid=27008] ppid=27006 vsize=862796 CPUtime=0.15
/proc/27007/task/27008/stat : 27008 (java) R 27006 26981 26702 0 -1 64 2031 0 1 0 14 1 0 0 20 0 9 0 24955271 883503104 3437 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27007/tid=27009] ppid=27006 vsize=862796 CPUtime=0.02
/proc/27007/task/27009/stat : 27009 (java) R 27006 26981 26702 0 -1 64 788 0 0 0 2 0 0 0 16 0 9 0 24955273 883503104 3437 996147200 134512640 134550932 4294955984 18446744073709551615 102381474 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27007/tid=27010] ppid=27006 vsize=862796 CPUtime=0
/proc/27007/task/27010/stat : 27010 (java) S 27006 26981 26702 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 24955273 883503104 3437 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27007/tid=27011] ppid=27006 vsize=862796 CPUtime=0
/proc/27007/task/27011/stat : 27011 (java) S 27006 26981 26702 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 24955273 883503104 3437 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27007/tid=27012] ppid=27006 vsize=862796 CPUtime=0
/proc/27007/task/27012/stat : 27012 (java) S 27006 26981 26702 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24955275 883503104 3437 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27007/tid=27013] ppid=27006 vsize=862796 CPUtime=0.04
/proc/27007/task/27013/stat : 27013 (java) S 27006 26981 26702 0 -1 64 463 0 0 0 4 0 0 0 16 0 9 0 24955275 883503104 3437 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27007/tid=27014] ppid=27006 vsize=862796 CPUtime=0
/proc/27007/task/27014/stat : 27014 (java) S 27006 26981 26702 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24955275 883503104 3437 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27007/tid=27015] ppid=27006 vsize=862796 CPUtime=0
/proc/27007/task/27015/stat : 27015 (java) S 27006 26981 26702 0 -1 64 0 0 0 0 0 0 0 0 16 0 9 0 24955275 883503104 3437 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 33.47
Current children cumulated vsize (KiB) 885020

[startup+34.2011 s]
/proc/loadavg: 2.16 2.10 2.11 3/83 27015
/proc/meminfo: memFree=1720768/2055920 swapFree=4192812/4192956
[pid=26981] ppid=26979 vsize=16868 CPUtime=33.53
/proc/26981/stat : 26981 (sugar) R 26979 26981 26702 0 -1 4194304 1478 127402 0 3 6 5 3128 214 16 0 1 0 24951885 17272832 1115 996147200 4194304 4206940 548682068608 18446744073709551615 266134590505 0 0 4224 16386 0 0 0 17 1 0 0
/proc/26981/statm: 4217 1115 410 3 0 796 0
Current children cumulated CPU time (s) 33.53
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 34.2764
CPU time (s): 33.6269
CPU user time (s): 31.3522
CPU system time (s): 2.27465
CPU usage (%): 98.1051
Max. virtual memory (cumulated for all children) (KiB): 901288

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 31.3522
system time used= 2.27465
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 128940
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= 18651
involuntary context switches= 19105

runsolver used 0.044993 second user time and 0.134979 second system time

The end

Launcher Data

Begin job on node35 at 2009-07-12 08:07:35
IDJOB=2084117
IDBENCH=58042
IDSOLVER=739
FILE ID=node35/2084117-1247378855
PBS_JOBID= 9507172
Free space on /tmp= 66304 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/fapp/fapp03/normalized-fapp03-0300-6.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-2084117-1247378855/watcher-2084117-1247378855 -o /tmp/evaluation-result-2084117-1247378855/solver-2084117-1247378855 -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-2084117-1247378855.xml

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

MD5SUM BENCH= e5750d7da62e3db9c442eec5d476918a
RANDOM SEED=1358067019

node35.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.213
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.213
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:       1927928 kB
Buffers:          2612 kB
Cached:          54100 kB
SwapCached:          0 kB
Active:          58980 kB
Inactive:        20792 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1927928 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2220 kB
Writeback:           0 kB
Mapped:          34632 kB
Slab:            33532 kB
Committed_AS:   217864 kB
PageTables:       1760 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= 66304 MiB
End job on node35 at 2009-07-12 08:08:09