Trace number 2088088

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 26.173 26.6455

General information on the benchmark

Namecsp/fapp/fapp16/
normalized-fapp16-0260-2.xml
MD5SUM421244e28efc061a20f2e7c8fd65ebd8
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 benchmark7.04293
Satisfiable
(Un)Satisfiability was proved
Number of variables260
Number of constraints3927
Maximum constraint arity2
Maximum domain size302
Number of constraints which are defined in extension0
Number of constraints which are defined in intension3927
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 10:32:45 2009
0.00/0.08	c 0	PID 29280
0.00/0.08	c 0	HOST node40.alineos.net
0.00/0.08	c 0	CONVERTING HOME/instance-2088088-1247387565.xml TO HOME/temp.csp
0.00/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-2088088-1247387565.xml' 'HOME/temp.csp'
0.06/0.87	c 1	8 domains, 260 variables, 8 predicates, 0 relations, 3927 constraints
0.06/0.90	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.90	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.06/0.98	c 1	Parsing HOME/temp.csp
1.01/1.11	c 1	parsed 4203 expressions
1.01/1.12	c 1	Heap : 2 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.01/1.12	c 1	Converting to clausal form CSP
1.50/1.64	c 1	converted 421 (10%) expressions
2.29/2.43	c 2	converted 841 (20%) expressions
2.89/3.09	c 3	converted 1261 (30%) expressions
3.38/3.54	c 3	converted 1682 (40%) expressions
4.07/4.22	c 4	converted 2102 (50%) expressions
4.47/4.62	c 4	converted 2522 (60%) expressions
4.86/5.02	c 5	converted 2943 (70%) expressions
5.27/5.46	c 5	converted 3363 (80%) expressions
6.06/6.30	c 6	converted 3783 (90%) expressions
6.55/6.70	c 7	converted 4203 (100%) expressions
6.55/6.70	c 7	CSP : 515 integers, 11178 booleans, 23535 clauses, largest domain size 2821
6.55/6.70	c 7	Heap : 38 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
6.55/6.70	c 7	Propagation in CSP
6.65/6.89	c 7	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
6.65/6.89	c 7	CSP : 515 integers, 11178 booleans, 23535 clauses, largest domain size 2821
6.65/6.89	c 7	Heap : 37 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
6.75/6.92	c 7	Simplifing CSP by introducing new Boolean variables
6.75/6.96	c 7	CSP : 515 integers, 18288 booleans, 30645 clauses, largest domain size 2821
6.75/6.96	c 7	Heap : 39 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
7.14/7.36	c 7	Encoding CSP to SAT : HOME/temp.cnf
7.34/7.60	c 7	52 (10%) CSP integer variables are encoded (7973 clauses, 101514 bytes)
7.63/7.83	c 8	103 (20%) CSP integer variables are encoded (17858 clauses, 245864 bytes)
7.83/8.06	c 8	155 (30%) CSP integer variables are encoded (28151 clauses, 400259 bytes)
8.02/8.27	c 8	206 (40%) CSP integer variables are encoded (37663 clauses, 542939 bytes)
8.22/8.47	c 8	258 (50%) CSP integer variables are encoded (46429 clauses, 674429 bytes)
8.34/8.59	c 8	309 (60%) CSP integer variables are encoded (135286 clauses, 2078437 bytes)
8.44/8.67	c 8	361 (70%) CSP integer variables are encoded (196640 clauses, 3121455 bytes)
8.53/8.77	c 9	412 (80%) CSP integer variables are encoded (266233 clauses, 4304536 bytes)
8.63/8.85	c 9	464 (90%) CSP integer variables are encoded (326271 clauses, 5325182 bytes)
8.73/8.96	c 9	515 (100%) CSP integer variables are encoded (403062 clauses, 6630629 bytes)
10.21/10.40	c 10	3065 (10%) CSP clauses are encoded (695687 clauses, 13197880 bytes)
11.50/11.75	c 12	6129 (20%) CSP clauses are encoded (1075261 clauses, 22162824 bytes)
12.47/12.72	c 13	9194 (30%) CSP clauses are encoded (1361419 clauses, 28887174 bytes)
13.76/14.08	c 14	12258 (40%) CSP clauses are encoded (1794896 clauses, 39206489 bytes)
15.04/15.33	c 15	15323 (50%) CSP clauses are encoded (2179753 clauses, 48416660 bytes)
16.33/16.69	c 16	18387 (60%) CSP clauses are encoded (2630176 clauses, 59209066 bytes)
17.90/18.25	c 18	21452 (70%) CSP clauses are encoded (3146332 clauses, 71368937 bytes)
19.48/19.89	c 20	24516 (80%) CSP clauses are encoded (3693789 clauses, 84342977 bytes)
20.96/21.35	c 21	27581 (90%) CSP clauses are encoded (4179670 clauses, 95870880 bytes)
22.05/22.44	c 22	30645 (100%) CSP clauses are encoded (4538686 clauses, 104414983 bytes)
22.05/22.44	c 22	30645 CSP clauses encoded
22.05/22.44	c 22	Writing map file : HOME/temp.map
22.05/22.47	c 22	Heap : 40 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
22.05/22.47	c 22	SAT : 421865 SAT variables, 4538686 SAT clauses, 104414983 bytes
22.05/22.47	c 22	Heap : 40 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
22.11/22.53	c 22	SOLVING HOME/temp.cnf
22.11/22.53	c 22	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
22.11/22.54	c 22	This is MiniSat 2.0 beta
22.11/22.54	c 22	WARNING: for repeatability, setting FPU to use double precision
22.11/22.54	c 22	============================[ Problem Statistics ]=============================
22.11/22.54	c 22	|                                                                             |
22.11/22.54	c 22	|  Number of variables:  421865                                               |
22.11/22.54	c 22	|  Number of clauses:    4538686                                              |
24.97/25.45	c 25	|  Parsing time:         2.46         s                                       |
25.17/25.61	c 25	============================[ Search Statistics ]==============================
25.17/25.61	c 25	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
25.17/25.61	c 25	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
25.17/25.61	c 25	===============================================================================
25.17/25.61	c 25	|         0 |  421860  4538676 12805057 |  1512892        0    nan |  0.000 % |
25.56/26.08	c 26	===============================================================================
25.56/26.08	c 26	restarts              : 1
25.56/26.08	c 26	conflicts             : 69             (23 /sec)
25.56/26.08	c 26	decisions             : 1432           (1.61 % random) (468 /sec)
25.56/26.08	c 26	propagations          : 692084         (226058 /sec)
25.56/26.08	c 26	conflict literals     : 166            (4.05 % deleted)
25.56/26.08	c 26	Memory used           : 209.36 MB
25.56/26.08	c 26	CPU time              : 3.06153 s
25.56/26.08	c 26	
25.56/26.08	c 26	UNSATISFIABLE
25.66/26.12	c 26	DECODING HOME/temp.out WITH HOME/temp.map
25.66/26.12	c 26	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'
25.66/26.20	c 26	Decoding HOME/temp.out
26.04/26.52	s UNSATISFIABLE
26.04/26.53	c 26	Heap : 3 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
26.04/26.59	c 26	CPU 26.09 (0.06 0.02 24.56 1.45)
26.04/26.59	c 26	END Sun Jul 12 10:33:11 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-2088088-1247387565/watcher-2088088-1247387565 -o /tmp/evaluation-result-2088088-1247387565/solver-2088088-1247387565 -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-2088088-1247387565.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.00 2.00 2.00 4/82 29280
/proc/meminfo: memFree=580520/2055920 swapFree=4192812/4192956
[pid=29280] ppid=29278 vsize=12268 CPUtime=0
/proc/29280/stat : 29280 (sugar) R 29278 29280 27770 0 -1 4194304 348 0 0 0 0 0 0 0 22 0 1 0 25447762 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 264519776869 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/29280/statm: 3067 316 241 3 0 167 0

[startup+0.088892 s]
/proc/loadavg: 2.00 2.00 2.00 4/82 29280
/proc/meminfo: memFree=580520/2055920 swapFree=4192812/4192956
[pid=29280] ppid=29278 vsize=16868 CPUtime=0.06
/proc/29280/stat : 29280 (sugar) S 29278 29280 27770 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 25447762 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29280/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.102362 s]
/proc/loadavg: 2.00 2.00 2.00 4/82 29280
/proc/meminfo: memFree=580520/2055920 swapFree=4192812/4192956
[pid=29280] ppid=29278 vsize=16868 CPUtime=0.06
/proc/29280/stat : 29280 (sugar) S 29278 29280 27770 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 25447762 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29280/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301368 s]
/proc/loadavg: 2.00 2.00 2.00 4/82 29280
/proc/meminfo: memFree=580520/2055920 swapFree=4192812/4192956
[pid=29280] ppid=29278 vsize=16868 CPUtime=0.06
/proc/29280/stat : 29280 (sugar) S 29278 29280 27770 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 25447762 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29280/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701432 s]
/proc/loadavg: 2.00 2.00 2.00 4/82 29280
/proc/meminfo: memFree=580520/2055920 swapFree=4192812/4192956
[pid=29280] ppid=29278 vsize=16868 CPUtime=0.06
/proc/29280/stat : 29280 (sugar) S 29278 29280 27770 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 25447762 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29280/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50253 s]
/proc/loadavg: 2.08 2.02 2.01 4/93 29302
/proc/meminfo: memFree=572816/2055920 swapFree=4192812/4192956
[pid=29280] ppid=29278 vsize=16868 CPUtime=0.83
/proc/29280/stat : 29280 (sugar) S 29278 29280 27770 0 -1 4194304 1309 7087 0 1 5 1 73 4 16 0 1 0 25447762 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29280/statm: 4217 1111 409 3 0 796 0
[pid=29293] ppid=29280 vsize=5356 CPUtime=0
/proc/29293/stat : 29293 (sh) S 29280 29280 27770 0 -1 4194304 278 0 0 0 0 0 0 0 17 0 1 0 25447852 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29293/statm: 1339 233 193 169 0 50 0
[pid=29294] ppid=29293 vsize=868480 CPUtime=0.57
/proc/29294/stat : 29294 (java) S 29293 29280 27770 0 -1 0 5537 0 1 0 54 3 0 0 19 0 9 0 25447853 889323520 4949 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29294/statm: 217120 4949 1742 9 0 211625 0
[pid=29294/tid=29295] ppid=29293 vsize=868480 CPUtime=0.37
/proc/29294/task/29295/stat : 29295 (java) R 29293 29280 27770 0 -1 64 2671 0 1 0 36 1 0 0 19 0 9 0 25447854 889323520 4949 996147200 134512640 134550932 4294955936 18446744073709551615 4126508846 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29294/tid=29296] ppid=29293 vsize=868480 CPUtime=0.04
/proc/29294/task/29296/stat : 29296 (java) S 29293 29280 27770 0 -1 64 715 0 0 0 4 0 0 0 16 0 9 0 25447855 889323520 4949 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29294/tid=29297] ppid=29293 vsize=868480 CPUtime=0
/proc/29294/task/29297/stat : 29297 (java) S 29293 29280 27770 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 25447855 889323520 4949 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29294/tid=29298] ppid=29293 vsize=868480 CPUtime=0
/proc/29294/task/29298/stat : 29298 (java) S 29293 29280 27770 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 25447855 889323520 4949 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29294/tid=29299] ppid=29293 vsize=868480 CPUtime=0
/proc/29294/task/29299/stat : 29299 (java) S 29293 29280 27770 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 25447857 889323520 4949 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29294/tid=29300] ppid=29293 vsize=868480 CPUtime=0.15
/proc/29294/task/29300/stat : 29300 (java) S 29293 29280 27770 0 -1 64 1458 0 0 0 14 1 0 0 16 0 9 0 25447857 889323520 4949 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29294/tid=29301] ppid=29293 vsize=868480 CPUtime=0
/proc/29294/task/29301/stat : 29301 (java) S 29293 29280 27770 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 25447857 889323520 4949 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29294/tid=29302] ppid=29293 vsize=868480 CPUtime=0
/proc/29294/task/29302/stat : 29302 (java) S 29293 29280 27770 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 25447858 889323520 4949 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) 890704

[startup+3.10273 s]
/proc/loadavg: 2.08 2.02 2.01 3/93 29302
/proc/meminfo: memFree=559888/2055920 swapFree=4192812/4192956
[pid=29280] ppid=29278 vsize=16868 CPUtime=0.83
/proc/29280/stat : 29280 (sugar) S 29278 29280 27770 0 -1 4194304 1309 7087 0 1 5 1 73 4 16 0 1 0 25447762 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29280/statm: 4217 1111 409 3 0 796 0
[pid=29293] ppid=29280 vsize=5356 CPUtime=0
/proc/29293/stat : 29293 (sh) S 29280 29280 27770 0 -1 4194304 278 0 0 0 0 0 0 0 17 0 1 0 25447852 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29293/statm: 1339 233 193 169 0 50 0
[pid=29294] ppid=29293 vsize=868564 CPUtime=2.16
/proc/29294/stat : 29294 (java) S 29293 29280 27770 0 -1 0 9386 0 1 0 210 6 0 0 19 0 9 0 25447853 889409536 8508 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29294/statm: 217141 8508 2566 9 0 211646 0
[pid=29294/tid=29295] ppid=29293 vsize=868564 CPUtime=1.54
/proc/29294/task/29295/stat : 29295 (java) R 29293 29280 27770 0 -1 64 2882 0 1 0 152 2 0 0 25 0 9 0 25447854 889409536 8508 996147200 134512640 134550932 4294955936 18446744073709551615 4125960318 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29294/tid=29296] ppid=29293 vsize=868564 CPUtime=0.41
/proc/29294/task/29296/stat : 29296 (java) S 29293 29280 27770 0 -1 64 4329 0 0 0 40 1 0 0 16 0 9 0 25447855 889409536 8508 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29294/tid=29297] ppid=29293 vsize=868564 CPUtime=0
/proc/29294/task/29297/stat : 29297 (java) S 29293 29280 27770 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 25447855 889409536 8508 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29294/tid=29298] ppid=29293 vsize=868564 CPUtime=0
/proc/29294/task/29298/stat : 29298 (java) S 29293 29280 27770 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 25447855 889409536 8508 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29294/tid=29299] ppid=29293 vsize=868564 CPUtime=0
/proc/29294/task/29299/stat : 29299 (java) S 29293 29280 27770 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 25447857 889409536 8508 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29294/tid=29300] ppid=29293 vsize=868564 CPUtime=0.18
/proc/29294/task/29300/stat : 29300 (java) S 29293 29280 27770 0 -1 64 1477 0 0 0 17 1 0 0 15 0 9 0 25447857 889409536 8508 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29294/tid=29301] ppid=29293 vsize=868564 CPUtime=0
/proc/29294/task/29301/stat : 29301 (java) S 29293 29280 27770 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 25447857 889409536 8508 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29294/tid=29302] ppid=29293 vsize=868564 CPUtime=0
/proc/29294/task/29302/stat : 29302 (java) S 29293 29280 27770 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 25447858 889409536 8508 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.99
Current children cumulated vsize (KiB) 890788

[startup+6.30115 s]
/proc/loadavg: 2.08 2.02 2.01 3/93 29302
/proc/meminfo: memFree=534352/2055920 swapFree=4192812/4192956
[pid=29280] ppid=29278 vsize=16868 CPUtime=0.84
/proc/29280/stat : 29280 (sugar) S 29278 29280 27770 0 -1 4194304 1309 7087 0 1 6 1 73 4 16 0 1 0 25447762 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29280/statm: 4217 1111 409 3 0 796 0
[pid=29293] ppid=29280 vsize=5356 CPUtime=0
/proc/29293/stat : 29293 (sh) S 29280 29280 27770 0 -1 4194304 278 0 0 0 0 0 0 0 17 0 1 0 25447852 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29293/statm: 1339 233 193 169 0 50 0
[pid=29294] ppid=29293 vsize=868564 CPUtime=5.31
/proc/29294/stat : 29294 (java) S 29293 29280 27770 0 -1 0 20725 0 1 0 516 15 0 0 19 0 9 0 25447853 889409536 14541 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29294/statm: 217141 14541 2567 9 0 211646 0
[pid=29294/tid=29295] ppid=29293 vsize=868564 CPUtime=3.8
/proc/29294/task/29295/stat : 29295 (java) R 29293 29280 27770 0 -1 64 3371 0 1 0 377 3 0 0 25 0 9 0 25447854 889409536 14541 996147200 134512640 134550932 4294955936 18446744073709551615 4126507504 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29294/tid=29296] ppid=29293 vsize=868564 CPUtime=1.3
/proc/29294/task/29296/stat : 29296 (java) S 29293 29280 27770 0 -1 64 15176 0 0 0 120 10 0 0 16 0 9 0 25447855 889409536 14541 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29294/tid=29297] ppid=29293 vsize=868564 CPUtime=0
/proc/29294/task/29297/stat : 29297 (java) S 29293 29280 27770 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 25447855 889409536 14541 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29294/tid=29298] ppid=29293 vsize=868564 CPUtime=0
/proc/29294/task/29298/stat : 29298 (java) S 29293 29280 27770 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 25447855 889409536 14541 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29294/tid=29299] ppid=29293 vsize=868564 CPUtime=0
/proc/29294/task/29299/stat : 29299 (java) S 29293 29280 27770 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 25447857 889409536 14541 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29294/tid=29300] ppid=29293 vsize=868564 CPUtime=0.19
/proc/29294/task/29300/stat : 29300 (java) S 29293 29280 27770 0 -1 64 1480 0 0 0 18 1 0 0 15 0 9 0 25447857 889409536 14541 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29294/tid=29301] ppid=29293 vsize=868564 CPUtime=0
/proc/29294/task/29301/stat : 29301 (java) S 29293 29280 27770 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 25447857 889409536 14541 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29294/tid=29302] ppid=29293 vsize=868564 CPUtime=0
/proc/29294/task/29302/stat : 29302 (java) S 29293 29280 27770 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 25447858 889409536 14541 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.15
Current children cumulated vsize (KiB) 890788

[startup+12.703 s]
/proc/loadavg: 2.15 2.03 2.01 3/93 29302
/proc/meminfo: memFree=498256/2055920 swapFree=4192812/4192956
[pid=29280] ppid=29278 vsize=16868 CPUtime=0.85
/proc/29280/stat : 29280 (sugar) S 29278 29280 27770 0 -1 4194304 1310 7087 0 1 6 2 73 4 16 0 1 0 25447762 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29280/statm: 4217 1111 409 3 0 796 0
[pid=29293] ppid=29280 vsize=5356 CPUtime=0
/proc/29293/stat : 29293 (sh) S 29280 29280 27770 0 -1 4194304 278 0 0 0 0 0 0 0 17 0 1 0 25447852 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29293/statm: 1339 233 193 169 0 50 0
[pid=29294] ppid=29293 vsize=868676 CPUtime=11.62
/proc/29294/stat : 29294 (java) S 29293 29280 27770 0 -1 0 26446 0 1 0 1125 37 0 0 19 0 9 0 25447853 889524224 16222 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29294/statm: 217169 16222 2593 9 0 211646 0
[pid=29294/tid=29295] ppid=29293 vsize=868676 CPUtime=9.47
/proc/29294/task/29295/stat : 29295 (java) R 29293 29280 27770 0 -1 64 3615 0 1 0 927 20 0 0 25 0 9 0 25447854 889524224 16222 996147200 134512640 134550932 4294955936 18446744073709551615 4126554215 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29294/tid=29296] ppid=29293 vsize=868676 CPUtime=1.85
/proc/29294/task/29296/stat : 29296 (java) S 29293 29280 27770 0 -1 64 20601 0 0 0 171 14 0 0 16 0 9 0 25447855 889524224 16222 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29294/tid=29297] ppid=29293 vsize=868676 CPUtime=0
/proc/29294/task/29297/stat : 29297 (java) S 29293 29280 27770 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 25447855 889524224 16222 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29294/tid=29298] ppid=29293 vsize=868676 CPUtime=0
/proc/29294/task/29298/stat : 29298 (java) S 29293 29280 27770 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 25447855 889524224 16222 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29294/tid=29299] ppid=29293 vsize=868676 CPUtime=0
/proc/29294/task/29299/stat : 29299 (java) S 29293 29280 27770 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 25447857 889524224 16222 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29294/tid=29300] ppid=29293 vsize=868676 CPUtime=0.27
/proc/29294/task/29300/stat : 29300 (java) S 29293 29280 27770 0 -1 64 1532 0 0 0 26 1 0 0 16 0 9 0 25447857 889524224 16222 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29294/tid=29301] ppid=29293 vsize=868676 CPUtime=0
/proc/29294/task/29301/stat : 29301 (java) S 29293 29280 27770 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 25447857 889524224 16222 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29294/tid=29302] ppid=29293 vsize=868676 CPUtime=0
/proc/29294/task/29302/stat : 29302 (java) S 29293 29280 27770 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 25447858 889524224 16222 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.47
Current children cumulated vsize (KiB) 890900

[startup+25.5016 s]
/proc/loadavg: 2.12 2.03 2.01 3/85 29304
/proc/meminfo: memFree=286224/2055920 swapFree=4192812/4192956
[pid=29280] ppid=29278 vsize=16868 CPUtime=22.14
/proc/29280/stat : 29280 (sugar) S 29278 29280 27770 0 -1 4194304 1377 34248 0 2 6 2 2112 94 16 0 1 0 25447762 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29280/statm: 4217 1114 409 3 0 796 0
[pid=29303] ppid=29280 vsize=5356 CPUtime=0
/proc/29303/stat : 29303 (sh) S 29280 29280 27770 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25450016 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29303/statm: 1339 232 193 169 0 50 0
[pid=29304] ppid=29303 vsize=208340 CPUtime=2.93
/proc/29304/stat : 29304 (minisat) R 29303 29280 27770 0 -1 4194304 50343 0 0 0 250 43 0 0 25 0 1 0 25450016 213340160 50329 996147200 134512640 135127466 4294956256 18446744073709551615 134531671 0 0 4096 3 0 0 0 17 1 0 0
/proc/29304/statm: 52085 50329 71 150 0 51932 0
Current children cumulated CPU time (s) 25.07
Current children cumulated vsize (KiB) 230564

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

[startup+26.3017 s]
/proc/loadavg: 2.11 2.03 2.01 4/93 29314
/proc/meminfo: memFree=467792/2055920 swapFree=4192812/4192956
[pid=29280] ppid=29278 vsize=16868 CPUtime=25.68
/proc/29280/stat : 29280 (sugar) S 29278 29280 27770 0 -1 4194304 1449 86376 0 2 6 2 2418 142 16 0 1 0 25447762 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29280/statm: 4217 1114 409 3 0 796 0
[pid=29305] ppid=29280 vsize=5356 CPUtime=0
/proc/29305/stat : 29305 (sh) S 29280 29280 27770 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 25450374 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29305/statm: 1339 233 193 169 0 50 0
[pid=29306] ppid=29305 vsize=862012 CPUtime=0.16
/proc/29306/stat : 29306 (java) S 29305 29280 27770 0 -1 0 2887 0 1 0 15 1 0 0 18 0 9 0 25450374 882700288 2356 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29306/statm: 215503 2356 1241 9 0 210416 0
[pid=29306/tid=29307] ppid=29305 vsize=862012 CPUtime=0.15
/proc/29306/task/29307/stat : 29307 (java) R 29305 29280 27770 0 -1 64 1985 0 1 0 15 0 0 0 18 0 9 0 25450375 882700288 2356 996147200 134512640 134550932 4294955984 18446744073709551615 4125970034 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29306/tid=29308] ppid=29305 vsize=862012 CPUtime=0
/proc/29306/task/29308/stat : 29308 (java) S 29305 29280 27770 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 25450377 882700288 2356 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29306/tid=29309] ppid=29305 vsize=862012 CPUtime=0
/proc/29306/task/29309/stat : 29309 (java) S 29305 29280 27770 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 25450377 882700288 2356 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29306/tid=29310] ppid=29305 vsize=862012 CPUtime=0
/proc/29306/task/29310/stat : 29310 (java) S 29305 29280 27770 0 -1 64 3 0 0 0 0 0 0 0 20 0 9 0 25450377 882700288 2356 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29306/tid=29311] ppid=29305 vsize=862012 CPUtime=0
/proc/29306/task/29311/stat : 29311 (java) S 29305 29280 27770 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 25450379 882700288 2356 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29306/tid=29312] ppid=29305 vsize=862012 CPUtime=0
/proc/29306/task/29312/stat : 29312 (java) R 29305 29280 27770 0 -1 64 208 0 0 0 0 0 0 0 19 0 9 0 25450379 882700288 2356 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29306/tid=29313] ppid=29305 vsize=862012 CPUtime=0
/proc/29306/task/29313/stat : 29313 (java) S 29305 29280 27770 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 25450379 882700288 2356 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29306/tid=29314] ppid=29305 vsize=862012 CPUtime=0
/proc/29306/task/29314/stat : 29314 (java) S 29305 29280 27770 0 -1 64 1 0 0 0 0 0 0 0 17 0 9 0 25450379 882700288 2356 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.84
Current children cumulated vsize (KiB) 884236

[startup+26.5028 s]
/proc/loadavg: 2.11 2.03 2.01 4/93 29314
/proc/meminfo: memFree=467792/2055920 swapFree=4192812/4192956
[pid=29280] ppid=29278 vsize=16868 CPUtime=25.68
/proc/29280/stat : 29280 (sugar) S 29278 29280 27770 0 -1 4194304 1449 86376 0 2 6 2 2418 142 16 0 1 0 25447762 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29280/statm: 4217 1114 409 3 0 796 0
[pid=29305] ppid=29280 vsize=5356 CPUtime=0
/proc/29305/stat : 29305 (sh) S 29280 29280 27770 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 25450374 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29305/statm: 1339 233 193 169 0 50 0
[pid=29306] ppid=29305 vsize=862768 CPUtime=0.36
/proc/29306/stat : 29306 (java) S 29305 29280 27770 0 -1 0 3779 0 1 0 34 2 0 0 18 0 9 0 25450374 883474432 3243 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29306/statm: 215692 3243 1284 9 0 210605 0
[pid=29306/tid=29307] ppid=29305 vsize=862768 CPUtime=0.27
/proc/29306/task/29307/stat : 29307 (java) R 29305 29280 27770 0 -1 64 2031 0 1 0 27 0 0 0 19 0 9 0 25450375 883474432 3243 996147200 134512640 134550932 4294955984 18446744073709551615 4126440639 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29306/tid=29308] ppid=29305 vsize=862768 CPUtime=0.01
/proc/29306/task/29308/stat : 29308 (java) S 29305 29280 27770 0 -1 64 601 0 0 0 1 0 0 0 16 0 9 0 25450377 883474432 3243 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29306/tid=29309] ppid=29305 vsize=862768 CPUtime=0
/proc/29306/task/29309/stat : 29309 (java) S 29305 29280 27770 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 25450377 883474432 3243 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29306/tid=29310] ppid=29305 vsize=862768 CPUtime=0
/proc/29306/task/29310/stat : 29310 (java) S 29305 29280 27770 0 -1 64 3 0 0 0 0 0 0 0 20 0 9 0 25450377 883474432 3243 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29306/tid=29311] ppid=29305 vsize=862768 CPUtime=0
/proc/29306/task/29311/stat : 29311 (java) S 29305 29280 27770 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 25450379 883474432 3243 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29306/tid=29312] ppid=29305 vsize=862768 CPUtime=0.05
/proc/29306/task/29312/stat : 29312 (java) S 29305 29280 27770 0 -1 64 454 0 0 0 5 0 0 0 17 0 9 0 25450379 883474432 3243 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29306/tid=29313] ppid=29305 vsize=862768 CPUtime=0
/proc/29306/task/29313/stat : 29313 (java) S 29305 29280 27770 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 25450379 883474432 3243 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29306/tid=29314] ppid=29305 vsize=862768 CPUtime=0
/proc/29306/task/29314/stat : 29314 (java) S 29305 29280 27770 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 25450379 883474432 3243 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 26.04
Current children cumulated vsize (KiB) 884992

[startup+26.6028 s]
/proc/loadavg: 2.11 2.03 2.01 4/93 29314
/proc/meminfo: memFree=467792/2055920 swapFree=4192812/4192956
[pid=29280] ppid=29278 vsize=16868 CPUtime=26.11
/proc/29280/stat : 29280 (sugar) R 29278 29280 27770 0 -1 4194304 1478 91115 0 3 6 4 2456 145 16 0 1 0 25447762 17272832 1115 996147200 4194304 4206940 548682068608 18446744073709551615 264519783465 0 0 4224 16386 0 0 0 17 1 0 0
/proc/29280/statm: 4217 1115 410 3 0 796 0
Current children cumulated CPU time (s) 26.11
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 26.6455
CPU time (s): 26.173
CPU user time (s): 24.6353
CPU system time (s): 1.53777
CPU usage (%): 98.2269
Max. virtual memory (cumulated for all children) (KiB): 901288

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 24.6353
system time used= 1.53777
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 92653
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= 9938
involuntary context switches= 10750

runsolver used 0.048992 second user time and 0.109983 second system time

The end

Launcher Data

Begin job on node40 at 2009-07-12 10:32:45
IDJOB=2088088
IDBENCH=58871
IDSOLVER=739
FILE ID=node40/2088088-1247387565
PBS_JOBID= 9507204
Free space on /tmp= 66184 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/fapp/fapp16/normalized-fapp16-0260-2.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-2088088-1247387565/watcher-2088088-1247387565 -o /tmp/evaluation-result-2088088-1247387565/solver-2088088-1247387565 -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-2088088-1247387565.xml

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

MD5SUM BENCH= 421244e28efc061a20f2e7c8fd65ebd8
RANDOM SEED=837314811

node40.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:        581000 kB
Buffers:         91960 kB
Cached:         556080 kB
SwapCached:          0 kB
Active:        1002032 kB
Inactive:       391964 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        581000 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1808 kB
Writeback:           0 kB
Mapped:         766724 kB
Slab:            64532 kB
Committed_AS:   962256 kB
PageTables:       3288 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= 66184 MiB
End job on node40 at 2009-07-12 10:33:12