Trace number 2071250

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
bpsolver 09SAT 1568.98 1584.15

General information on the benchmark

Namecsp/lexHerald/
normalized-crossword-m1-lex-21-09.xml
MD5SUM0bc53c36f68ea6a14fb106d8ba5208f9
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark4.74428
Satisfiable
(Un)Satisfiability was proved
Number of variables366
Number of constraints3224
Maximum constraint arity16
Maximum domain size26
Number of constraints which are defined in extension144
Number of constraints which are defined in intension3080
Global constraints used (with number of constraints)

Solver Data

0.00/0.02	c bpsolver version 6.29.2009
0.00/0.02	c converting(HOME/instance-2071250-1247353149)
2.37/2.41	c Converted in 887 ms
2.66/2.71	c solving(HOME/instance-2071250-1247353149,1800000)
2.66/2.71	c solving(HOME/instance-2071250-1247353149,1800000)
1568.93/1584.13	c (ff_backward)
1568.93/1584.13	s SATISFIABLE
1568.93/1584.13	v 21 0 15 8 3 8 13 2 20 17 2 7 0 8 17 3 4 2 0 3 4 13 4 7 17 20 7 20 17 17 0 7 2 4 13 19 17 8 2 12 4 0 13 19 0 17 19 4 12 8 18 14 5 19 19 14 17 13 0 3 14 11 4 17 14 24 15 0 15 17 4 20 1 12 4 0 19 24 5 4 8 6 13 6 0 19 4 15 0 17 8 18 0 15 4 15 0 3 17 4 1 4 6 20 13 18 19 4 15 22 8 18 4 1 4 8 6 4 4 17 13 4 18 19 11 0 2 4 14 17 0 19 4 0 11 0 8 2 4 18 0 17 4 15 18 24 2 7 0 1 18 2 8 18 18 0 7 0 20 13 19 6 17 0 2 4 19 17 0 8 19 19 13 19 14 6 17 4 2 14 14 10 4 17 4 4 18 4 2 14 0 11 12 4 6 0 17 20 1 0 21 4 17 13 4 7 0 8 5 0 15 17 4 2 11 20 3 4 18 0 1 17 0 2 8 17 2 20 18 0 8 3 0 21 0 2 20 0 11 20 17 0 0 3 3 20 2 4 3 4 1 20 19 1 8 17 0 2 8 0 11 11 14 14 18 4 2 0 17 11 14 14 0 5 12 0 12 12 0 14 6 11 4 21 8 19 0 4 2 14 18 4 2 18 15 4 3 14 11 3 15 4 2 0 13 5 20 2 7 18 8 0 4 11 11 5 4 17 19 8 11 4 3 4 17 1 24 15 17 0 8 17 8 4 6 20 8 19 0 17 0 22 0 8 19 0 2 0 3 8 0 12 4 19 17 14 7 4 13 2 4 13 0 18 0 11 
1568.93/1584.14	
1568.93/1584.14	c Time=1566530 ms Backtracks=292309
1568.93/1584.14	

Verifier Data

OK

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2071250-1247353149/watcher-2071250-1247353149 -o /tmp/evaluation-result-2071250-1247353149/solver-2071250-1247353149 -C 1800 -W 2000 -M 900 HOME/solver HOME/instance-2071250-1247353149 1800 

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.03 2.01 2.00 4/74 20577
/proc/meminfo: memFree=1486744/2055920 swapFree=4192956/4192956
[pid=20577] ppid=20575 vsize=18576 CPUtime=0
/proc/20577/stat : 20577 (runsolver) R 20575 20577 18973 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 22377594 19021824 284 996147200 4194304 4302564 548682068528 18446744073709551615 271638392103 0 0 4096 24578 0 0 0 17 1 0 0
/proc/20577/statm: 4644 284 249 26 0 2626 0

[startup+0.038901 s]
/proc/loadavg: 2.03 2.01 2.00 4/74 20577
/proc/meminfo: memFree=1486744/2055920 swapFree=4192956/4192956
[pid=20577] ppid=20575 vsize=62208 CPUtime=0.03
/proc/20577/stat : 20577 (bprolog) R 20575 20577 18973 0 -1 4194304 1112 0 0 0 2 1 0 0 20 0 1 0 22377594 63700992 825 996147200 134512640 135105188 4294956096 18446744073709551615 4294960144 0 0 4096 2 0 0 0 17 1 0 0
/proc/20577/statm: 15552 825 174 144 0 15036 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 62208

[startup+0.101903 s]
/proc/loadavg: 2.03 2.01 2.00 4/74 20577
/proc/meminfo: memFree=1486744/2055920 swapFree=4192956/4192956
[pid=20577] ppid=20575 vsize=62208 CPUtime=0.08
/proc/20577/stat : 20577 (bprolog) R 20575 20577 18973 0 -1 4194304 1140 0 0 0 4 4 0 0 20 0 1 0 22377594 63700992 853 996147200 134512640 135105188 4294956096 18446744073709551615 4294960144 0 0 4096 2 0 0 0 17 1 0 0
/proc/20577/statm: 15552 853 174 144 0 15036 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 62208

[startup+0.301922 s]
/proc/loadavg: 2.03 2.01 2.00 4/74 20577
/proc/meminfo: memFree=1486744/2055920 swapFree=4192956/4192956
[pid=20577] ppid=20575 vsize=62208 CPUtime=0.29
/proc/20577/stat : 20577 (bprolog) R 20575 20577 18973 0 -1 4194304 1155 0 0 0 10 19 0 0 21 0 1 0 22377594 63700992 868 996147200 134512640 135105188 4294956096 18446744073709551615 4294960144 0 0 4096 2 0 0 0 17 1 0 0
/proc/20577/statm: 15552 868 176 144 0 15036 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 62208

[startup+0.701963 s]
/proc/loadavg: 2.03 2.01 2.00 4/74 20577
/proc/meminfo: memFree=1486744/2055920 swapFree=4192956/4192956
[pid=20577] ppid=20575 vsize=62208 CPUtime=0.68
/proc/20577/stat : 20577 (bprolog) R 20575 20577 18973 0 -1 4194304 1168 0 0 0 23 45 0 0 25 0 1 0 22377594 63700992 881 996147200 134512640 135105188 4294956096 18446744073709551615 7289792 0 0 4096 2 0 0 0 17 1 0 0
/proc/20577/statm: 15552 881 176 144 0 15036 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 62208

[startup+1.50105 s]
/proc/loadavg: 2.03 2.01 2.00 3/75 20578
/proc/meminfo: memFree=1482960/2055920 swapFree=4192956/4192956
[pid=20577] ppid=20575 vsize=62208 CPUtime=1.47
/proc/20577/stat : 20577 (bprolog) R 20575 20577 18973 0 -1 4194304 1172 0 0 0 51 96 0 0 25 0 1 0 22377594 63700992 885 996147200 134512640 135105188 4294956096 18446744073709551615 4294960144 0 0 4096 2 0 0 0 17 1 0 0
/proc/20577/statm: 15552 885 177 144 0 15036 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 62208

[startup+3.10121 s]
/proc/loadavg: 2.03 2.01 2.00 3/75 20578
/proc/meminfo: memFree=1482128/2055920 swapFree=4192956/4192956
[pid=20577] ppid=20575 vsize=81420 CPUtime=3.06
/proc/20577/stat : 20577 (bprolog) R 20575 20577 18973 0 -1 4194304 5627 0 0 0 155 151 0 0 25 0 2 0 22377594 83374080 5052 996147200 134512640 135105188 4294956096 18446744073709551615 134748420 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/20577/statm: 20355 5052 201 144 0 19839 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 81420

[startup+6.30254 s]
/proc/loadavg: 2.03 2.01 2.00 3/76 20579
/proc/meminfo: memFree=1463112/2055920 swapFree=4192956/4192956
[pid=20577] ppid=20575 vsize=81420 CPUtime=6.23
/proc/20577/stat : 20577 (bprolog) R 20575 20577 18973 0 -1 4194304 6144 0 0 0 472 151 0 0 25 0 2 0 22377594 83374080 5569 996147200 134512640 135105188 4294956096 18446744073709551615 134748506 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/20577/statm: 20355 5569 201 144 0 19839 0
[pid=20577/tid=20579] ppid=20575 vsize=81420 CPUtime=0
/proc/20577/task/20579/stat : 20579 (bprolog) S 20575 20577 18973 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 22377879 83374080 5569 996147200 134512640 135105188 4294956096 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 81420

[startup+12.7012 s]
/proc/loadavg: 2.02 2.01 2.00 3/76 20579
/proc/meminfo: memFree=1455624/2055920 swapFree=4192956/4192956
[pid=20577] ppid=20575 vsize=81420 CPUtime=12.56
/proc/20577/stat : 20577 (bprolog) R 20575 20577 18973 0 -1 4194304 6984 0 0 0 1105 151 0 0 25 0 2 0 22377594 83374080 6409 996147200 134512640 135105188 4294956096 18446744073709551615 134748428 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/20577/statm: 20355 6409 201 144 0 19839 0
[pid=20577/tid=20579] ppid=20575 vsize=81420 CPUtime=0
/proc/20577/task/20579/stat : 20579 (bprolog) S 20575 20577 18973 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 22377879 83374080 6409 996147200 134512640 135105188 4294956096 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.56
Current children cumulated vsize (KiB) 81420

[startup+25.5015 s]
/proc/loadavg: 2.02 2.01 2.00 3/76 20579
/proc/meminfo: memFree=1449992/2055920 swapFree=4192956/4192956
[pid=20577] ppid=20575 vsize=81420 CPUtime=25.24
/proc/20577/stat : 20577 (bprolog) R 20575 20577 18973 0 -1 4194304 7052 0 0 0 2373 151 0 0 25 0 2 0 22377594 83374080 6477 996147200 134512640 135105188 4294956096 18446744073709551615 134748510 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/20577/statm: 20355 6477 201 144 0 19839 0
[pid=20577/tid=20579] ppid=20575 vsize=81420 CPUtime=0
/proc/20577/task/20579/stat : 20579 (bprolog) S 20575 20577 18973 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 22377879 83374080 6477 996147200 134512640 135105188 4294956096 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.24
Current children cumulated vsize (KiB) 81420

[startup+51.1011 s]
/proc/loadavg: 2.01 2.01 2.00 3/76 20579
/proc/meminfo: memFree=1441928/2055920 swapFree=4192956/4192956
[pid=20577] ppid=20575 vsize=81420 CPUtime=50.6
/proc/20577/stat : 20577 (bprolog) R 20575 20577 18973 0 -1 4194304 7064 0 0 0 4909 151 0 0 25 0 2 0 22377594 83374080 6489 996147200 134512640 135105188 4294956096 18446744073709551615 134718096 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/20577/statm: 20355 6489 201 144 0 19839 0
[pid=20577/tid=20579] ppid=20575 vsize=81420 CPUtime=0
/proc/20577/task/20579/stat : 20579 (bprolog) S 20575 20577 18973 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 22377879 83374080 6489 996147200 134512640 135105188 4294956096 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.6
Current children cumulated vsize (KiB) 81420

[startup+102.306 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 20579
/proc/meminfo: memFree=1430472/2055920 swapFree=4192956/4192956
[pid=20577] ppid=20575 vsize=81420 CPUtime=101.3
/proc/20577/stat : 20577 (bprolog) R 20575 20577 18973 0 -1 4194304 7064 0 0 0 9979 151 0 0 25 0 2 0 22377594 83374080 6489 996147200 134512640 135105188 4294956096 18446744073709551615 134718113 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/20577/statm: 20355 6489 201 144 0 19839 0
[pid=20577/tid=20579] ppid=20575 vsize=81420 CPUtime=0
/proc/20577/task/20579/stat : 20579 (bprolog) S 20575 20577 18973 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 22377879 83374080 6489 996147200 134512640 135105188 4294956096 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 101.3
Current children cumulated vsize (KiB) 81420

[startup+162.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 20585
/proc/meminfo: memFree=1416832/2055920 swapFree=4192956/4192956
[pid=20577] ppid=20575 vsize=81420 CPUtime=160.72
/proc/20577/stat : 20577 (bprolog) R 20575 20577 18973 0 -1 4194304 7093 0 0 0 15921 151 0 0 25 0 2 0 22377594 83374080 6518 996147200 134512640 135105188 4294956096 18446744073709551615 134748487 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/20577/statm: 20355 6518 201 144 0 19839 0
[pid=20577/tid=20579] ppid=20575 vsize=81420 CPUtime=0
/proc/20577/task/20579/stat : 20579 (bprolog) S 20575 20577 18973 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 22377879 83374080 6518 996147200 134512640 135105188 4294956096 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 160.72
Current children cumulated vsize (KiB) 81420

[startup+222.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 20585
/proc/meminfo: memFree=1407232/2055920 swapFree=4192956/4192956
[pid=20577] ppid=20575 vsize=81420 CPUtime=220.16
/proc/20577/stat : 20577 (bprolog) R 20575 20577 18973 0 -1 4194304 7093 0 0 0 21865 151 0 0 25 0 2 0 22377594 83374080 6518 996147200 134512640 135105188 4294956096 18446744073709551615 134748476 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/20577/statm: 20355 6518 201 144 0 19839 0
[pid=20577/tid=20579] ppid=20575 vsize=81420 CPUtime=0
/proc/20577/task/20579/stat : 20579 (bprolog) S 20575 20577 18973 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 22377879 83374080 6518 996147200 134512640 135105188 4294956096 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 220.16
Current children cumulated vsize (KiB) 81420

[startup+282.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 20585
/proc/meminfo: memFree=1398400/2055920 swapFree=4192956/4192956
[pid=20577] ppid=20575 vsize=81420 CPUtime=279.6
/proc/20577/stat : 20577 (bprolog) R 20575 20577 18973 0 -1 4194304 7093 0 0 0 27809 151 0 0 25 0 2 0 22377594 83374080 6518 996147200 134512640 135105188 4294956096 18446744073709551615 134718114 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/20577/statm: 20355 6518 201 144 0 19839 0
[pid=20577/tid=20579] ppid=20575 vsize=81420 CPUtime=0
/proc/20577/task/20579/stat : 20579 (bprolog) S 20575 20577 18973 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 22377879 83374080 6518 996147200 134512640 135105188 4294956096 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 279.6
Current children cumulated vsize (KiB) 81420

[startup+342.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 20585
/proc/meminfo: memFree=1390080/2055920 swapFree=4192956/4192956
[pid=20577] ppid=20575 vsize=81420 CPUtime=339.05
/proc/20577/stat : 20577 (bprolog) R 20575 20577 18973 0 -1 4194304 7093 0 0 0 33753 152 0 0 25 0 2 0 22377594 83374080 6518 996147200 134512640 135105188 4294956096 18446744073709551615 134630668 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/20577/statm: 20355 6518 201 144 0 19839 0
[pid=20577/tid=20579] ppid=20575 vsize=81420 CPUtime=0
/proc/20577/task/20579/stat : 20579 (bprolog) S 20575 20577 18973 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 22377879 83374080 6518 996147200 134512640 135105188 4294956096 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 339.05
Current children cumulated vsize (KiB) 81420

[startup+402.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 20585
/proc/meminfo: memFree=1382528/2055920 swapFree=4192956/4192956
[pid=20577] ppid=20575 vsize=81420 CPUtime=398.49
/proc/20577/stat : 20577 (bprolog) R 20575 20577 18973 0 -1 4194304 7095 0 0 0 39697 152 0 0 25 0 2 0 22377594 83374080 6520 996147200 134512640 135105188 4294956096 18446744073709551615 134748532 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/20577/statm: 20355 6520 201 144 0 19839 0
[pid=20577/tid=20579] ppid=20575 vsize=81420 CPUtime=0
/proc/20577/task/20579/stat : 20579 (bprolog) S 20575 20577 18973 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 22377879 83374080 6520 996147200 134512640 135105188 4294956096 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 398.49
Current children cumulated vsize (KiB) 81420

[startup+462.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 20585
/proc/meminfo: memFree=1376392/2055920 swapFree=4192956/4192956
[pid=20577] ppid=20575 vsize=81420 CPUtime=457.93
/proc/20577/stat : 20577 (bprolog) R 20575 20577 18973 0 -1 4194304 7095 0 0 0 45641 152 0 0 25 0 2 0 22377594 83374080 6520 996147200 134512640 135105188 4294956096 18446744073709551615 134748496 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/20577/statm: 20355 6520 201 144 0 19839 0
[pid=20577/tid=20579] ppid=20575 vsize=81420 CPUtime=0
/proc/20577/task/20579/stat : 20579 (bprolog) S 20575 20577 18973 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 22377879 83374080 6520 996147200 134512640 135105188 4294956096 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 457.93
Current children cumulated vsize (KiB) 81420

[startup+522.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 20585
/proc/meminfo: memFree=1369608/2055920 swapFree=4192956/4192956
[pid=20577] ppid=20575 vsize=81420 CPUtime=517.37
/proc/20577/stat : 20577 (bprolog) R 20575 20577 18973 0 -1 4194304 7095 0 0 0 51585 152 0 0 25 0 2 0 22377594 83374080 6520 996147200 134512640 135105188 4294956096 18446744073709551615 134607717 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/20577/statm: 20355 6520 201 144 0 19839 0

################
# More data... #
################

[pid=20577/tid=20579] ppid=20575 vsize=101908 CPUtime=0
/proc/20577/task/20579/stat : 20579 (bprolog) S 20575 20577 18973 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 22377879 104353792 6571 996147200 134512640 135105188 4294956096 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=20577/tid=20586] ppid=20575 vsize=101908 CPUtime=0
/proc/20577/task/20586/stat : 20586 (bprolog) S 20575 20577 18973 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 22467896 104353792 6571 996147200 134512640 135105188 4294956096 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=20577/tid=20635] ppid=20575 vsize=101908 CPUtime=0
/proc/20577/task/20635/stat : 20635 (bprolog) S 20575 20577 18973 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 22512908 104353792 6571 996147200 134512640 135105188 4294956096 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1347.65
Current children cumulated vsize (KiB) 101908

[startup+1422.31 s]
/proc/loadavg: 2.06 2.03 2.01 3/86 20719
/proc/meminfo: memFree=1608616/2055920 swapFree=4192956/4192956
[pid=20577] ppid=20575 vsize=101908 CPUtime=1407.19
/proc/20577/stat : 20577 (bprolog) R 20575 20577 18973 0 -1 4194304 7146 0 0 0 140566 153 0 0 25 0 4 0 22377594 104353792 6571 996147200 134512640 135105188 4294956096 18446744073709551615 134718165 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/20577/statm: 25477 6571 201 144 0 24961 0
[pid=20577/tid=20579] ppid=20575 vsize=101908 CPUtime=0
/proc/20577/task/20579/stat : 20579 (bprolog) S 20575 20577 18973 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 22377879 104353792 6571 996147200 134512640 135105188 4294956096 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=20577/tid=20586] ppid=20575 vsize=101908 CPUtime=0
/proc/20577/task/20586/stat : 20586 (bprolog) S 20575 20577 18973 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 22467896 104353792 6571 996147200 134512640 135105188 4294956096 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=20577/tid=20635] ppid=20575 vsize=101908 CPUtime=0
/proc/20577/task/20635/stat : 20635 (bprolog) S 20575 20577 18973 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 22512908 104353792 6571 996147200 134512640 135105188 4294956096 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1407.19
Current children cumulated vsize (KiB) 101908

[startup+1482.3 s]
/proc/loadavg: 2.02 2.03 2.00 3/86 20719
/proc/meminfo: memFree=1600872/2055920 swapFree=4192956/4192956
[pid=20577] ppid=20575 vsize=101908 CPUtime=1467.18
/proc/20577/stat : 20577 (bprolog) R 20575 20577 18973 0 -1 4194304 7146 0 0 0 146564 154 0 0 25 0 4 0 22377594 104353792 6571 996147200 134512640 135105188 4294956096 18446744073709551615 134718131 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/20577/statm: 25477 6571 201 144 0 24961 0
[pid=20577/tid=20579] ppid=20575 vsize=101908 CPUtime=0
/proc/20577/task/20579/stat : 20579 (bprolog) S 20575 20577 18973 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 22377879 104353792 6571 996147200 134512640 135105188 4294956096 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=20577/tid=20586] ppid=20575 vsize=101908 CPUtime=0
/proc/20577/task/20586/stat : 20586 (bprolog) S 20575 20577 18973 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 22467896 104353792 6571 996147200 134512640 135105188 4294956096 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=20577/tid=20635] ppid=20575 vsize=101908 CPUtime=0
/proc/20577/task/20635/stat : 20635 (bprolog) S 20575 20577 18973 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 22512908 104353792 6571 996147200 134512640 135105188 4294956096 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1467.18
Current children cumulated vsize (KiB) 101908

[startup+1542.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/86 20719
/proc/meminfo: memFree=1591528/2055920 swapFree=4192956/4192956
[pid=20577] ppid=20575 vsize=101908 CPUtime=1527.15
/proc/20577/stat : 20577 (bprolog) R 20575 20577 18973 0 -1 4194304 7484 0 0 0 152561 154 0 0 25 0 4 0 22377594 104353792 6909 996147200 134512640 135105188 4294956096 18446744073709551615 134630266 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/20577/statm: 25477 6909 201 144 0 24961 0
[pid=20577/tid=20579] ppid=20575 vsize=101908 CPUtime=0
/proc/20577/task/20579/stat : 20579 (bprolog) S 20575 20577 18973 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 22377879 104353792 6909 996147200 134512640 135105188 4294956096 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=20577/tid=20586] ppid=20575 vsize=101908 CPUtime=0
/proc/20577/task/20586/stat : 20586 (bprolog) S 20575 20577 18973 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 22467896 104353792 6909 996147200 134512640 135105188 4294956096 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=20577/tid=20635] ppid=20575 vsize=101908 CPUtime=0
/proc/20577/task/20635/stat : 20635 (bprolog) S 20575 20577 18973 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 22512908 104353792 6909 996147200 134512640 135105188 4294956096 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1527.15
Current children cumulated vsize (KiB) 101908

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

[startup+1561.5 s]
/proc/loadavg: 2.00 2.02 2.00 3/86 20719
/proc/meminfo: memFree=1587240/2055920 swapFree=4192956/4192956
[pid=20577] ppid=20575 vsize=101908 CPUtime=1546.34
/proc/20577/stat : 20577 (bprolog) R 20575 20577 18973 0 -1 4194304 7484 0 0 0 154480 154 0 0 25 0 4 0 22377594 104353792 6909 996147200 134512640 135105188 4294956096 18446744073709551615 134607785 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/20577/statm: 25477 6909 201 144 0 24961 0
[pid=20577/tid=20579] ppid=20575 vsize=101908 CPUtime=0
/proc/20577/task/20579/stat : 20579 (bprolog) S 20575 20577 18973 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 22377879 104353792 6909 996147200 134512640 135105188 4294956096 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=20577/tid=20586] ppid=20575 vsize=101908 CPUtime=0
/proc/20577/task/20586/stat : 20586 (bprolog) S 20575 20577 18973 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 22467896 104353792 6909 996147200 134512640 135105188 4294956096 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=20577/tid=20635] ppid=20575 vsize=101908 CPUtime=0
/proc/20577/task/20635/stat : 20635 (bprolog) S 20575 20577 18973 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 22512908 104353792 6909 996147200 134512640 135105188 4294956096 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1546.34
Current children cumulated vsize (KiB) 101908

[startup+1574.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/86 20719
/proc/meminfo: memFree=1587048/2055920 swapFree=4192956/4192956
[pid=20577] ppid=20575 vsize=101908 CPUtime=1559.14
/proc/20577/stat : 20577 (bprolog) R 20575 20577 18973 0 -1 4194304 7484 0 0 0 155760 154 0 0 25 0 4 0 22377594 104353792 6909 996147200 134512640 135105188 4294956096 18446744073709551615 134748506 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/20577/statm: 25477 6909 201 144 0 24961 0
[pid=20577/tid=20579] ppid=20575 vsize=101908 CPUtime=0
/proc/20577/task/20579/stat : 20579 (bprolog) S 20575 20577 18973 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 22377879 104353792 6909 996147200 134512640 135105188 4294956096 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=20577/tid=20586] ppid=20575 vsize=101908 CPUtime=0
/proc/20577/task/20586/stat : 20586 (bprolog) S 20575 20577 18973 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 22467896 104353792 6909 996147200 134512640 135105188 4294956096 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=20577/tid=20635] ppid=20575 vsize=101908 CPUtime=0
/proc/20577/task/20635/stat : 20635 (bprolog) S 20575 20577 18973 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 22512908 104353792 6909 996147200 134512640 135105188 4294956096 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1559.14
Current children cumulated vsize (KiB) 101908

[startup+1580.71 s]
/proc/loadavg: 2.00 2.02 2.00 3/87 20720
/proc/meminfo: memFree=1587040/2055920 swapFree=4192956/4192956
[pid=20577] ppid=20575 vsize=112152 CPUtime=1565.54
/proc/20577/stat : 20577 (bprolog) R 20575 20577 18973 0 -1 4194304 7485 0 0 0 156400 154 0 0 25 0 5 0 22377594 114843648 6910 996147200 134512640 135105188 4294956096 18446744073709551615 134748693 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/20577/statm: 28038 6910 201 144 0 27522 0
[pid=20577/tid=20579] ppid=20575 vsize=112152 CPUtime=0
/proc/20577/task/20579/stat : 20579 (bprolog) S 20575 20577 18973 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 5 0 22377879 114843648 6910 996147200 134512640 135105188 4294956096 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=20577/tid=20586] ppid=20575 vsize=112152 CPUtime=0
/proc/20577/task/20586/stat : 20586 (bprolog) S 20575 20577 18973 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 5 0 22467896 114843648 6910 996147200 134512640 135105188 4294956096 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=20577/tid=20635] ppid=20575 vsize=112152 CPUtime=0
/proc/20577/task/20635/stat : 20635 (bprolog) S 20575 20577 18973 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 5 0 22512908 114843648 6910 996147200 134512640 135105188 4294956096 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=20577/tid=20720] ppid=20575 vsize=112152 CPUtime=0
/proc/20577/task/20720/stat : 20720 (bprolog) S 20575 20577 18973 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 5 0 22535413 114843648 6910 996147200 134512640 135105188 4294956096 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1565.54
Current children cumulated vsize (KiB) 112152

[startup+1582.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/87 20720
/proc/meminfo: memFree=1586784/2055920 swapFree=4192956/4192956
[pid=20577] ppid=20575 vsize=112152 CPUtime=1567.13
/proc/20577/stat : 20577 (bprolog) R 20575 20577 18973 0 -1 4194304 7485 0 0 0 156559 154 0 0 25 0 5 0 22377594 114843648 6910 996147200 134512640 135105188 4294956096 18446744073709551615 134748364 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/20577/statm: 28038 6910 201 144 0 27522 0
[pid=20577/tid=20579] ppid=20575 vsize=112152 CPUtime=0
/proc/20577/task/20579/stat : 20579 (bprolog) S 20575 20577 18973 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 5 0 22377879 114843648 6910 996147200 134512640 135105188 4294956096 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=20577/tid=20586] ppid=20575 vsize=112152 CPUtime=0
/proc/20577/task/20586/stat : 20586 (bprolog) S 20575 20577 18973 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 5 0 22467896 114843648 6910 996147200 134512640 135105188 4294956096 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=20577/tid=20635] ppid=20575 vsize=112152 CPUtime=0
/proc/20577/task/20635/stat : 20635 (bprolog) S 20575 20577 18973 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 5 0 22512908 114843648 6910 996147200 134512640 135105188 4294956096 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=20577/tid=20720] ppid=20575 vsize=112152 CPUtime=0
/proc/20577/task/20720/stat : 20720 (bprolog) S 20575 20577 18973 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 5 0 22535413 114843648 6910 996147200 134512640 135105188 4294956096 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1567.13
Current children cumulated vsize (KiB) 112152

[startup+1583.1 s]
/proc/loadavg: 2.00 2.02 2.00 3/87 20720
/proc/meminfo: memFree=1586272/2055920 swapFree=4192956/4192956
[pid=20577] ppid=20575 vsize=112152 CPUtime=1567.93
/proc/20577/stat : 20577 (bprolog) R 20575 20577 18973 0 -1 4194304 7485 0 0 0 156639 154 0 0 25 0 5 0 22377594 114843648 6910 996147200 134512640 135105188 4294956096 18446744073709551615 134718158 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/20577/statm: 28038 6910 201 144 0 27522 0
[pid=20577/tid=20579] ppid=20575 vsize=112152 CPUtime=0
/proc/20577/task/20579/stat : 20579 (bprolog) S 20575 20577 18973 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 5 0 22377879 114843648 6910 996147200 134512640 135105188 4294956096 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=20577/tid=20586] ppid=20575 vsize=112152 CPUtime=0
/proc/20577/task/20586/stat : 20586 (bprolog) S 20575 20577 18973 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 5 0 22467896 114843648 6910 996147200 134512640 135105188 4294956096 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=20577/tid=20635] ppid=20575 vsize=112152 CPUtime=0
/proc/20577/task/20635/stat : 20635 (bprolog) S 20575 20577 18973 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 5 0 22512908 114843648 6910 996147200 134512640 135105188 4294956096 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=20577/tid=20720] ppid=20575 vsize=112152 CPUtime=0
/proc/20577/task/20720/stat : 20720 (bprolog) S 20575 20577 18973 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 5 0 22535413 114843648 6910 996147200 134512640 135105188 4294956096 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1567.93
Current children cumulated vsize (KiB) 112152

[startup+1583.9 s]
/proc/loadavg: 2.00 2.02 2.00 3/87 20720
/proc/meminfo: memFree=1585952/2055920 swapFree=4192956/4192956
[pid=20577] ppid=20575 vsize=112152 CPUtime=1568.74
/proc/20577/stat : 20577 (bprolog) R 20575 20577 18973 0 -1 4194304 7485 0 0 0 156720 154 0 0 25 0 5 0 22377594 114843648 6910 996147200 134512640 135105188 4294956096 18446744073709551615 134748513 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/20577/statm: 28038 6910 201 144 0 27522 0
[pid=20577/tid=20579] ppid=20575 vsize=112152 CPUtime=0
/proc/20577/task/20579/stat : 20579 (bprolog) S 20575 20577 18973 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 5 0 22377879 114843648 6910 996147200 134512640 135105188 4294956096 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=20577/tid=20586] ppid=20575 vsize=112152 CPUtime=0
/proc/20577/task/20586/stat : 20586 (bprolog) S 20575 20577 18973 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 5 0 22467896 114843648 6910 996147200 134512640 135105188 4294956096 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=20577/tid=20635] ppid=20575 vsize=112152 CPUtime=0
/proc/20577/task/20635/stat : 20635 (bprolog) S 20575 20577 18973 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 5 0 22512908 114843648 6910 996147200 134512640 135105188 4294956096 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=20577/tid=20720] ppid=20575 vsize=112152 CPUtime=0
/proc/20577/task/20720/stat : 20720 (bprolog) S 20575 20577 18973 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 5 0 22535413 114843648 6910 996147200 134512640 135105188 4294956096 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1568.74
Current children cumulated vsize (KiB) 112152

[startup+1584.1 s]
/proc/loadavg: 2.00 2.02 2.00 3/87 20720
/proc/meminfo: memFree=1585952/2055920 swapFree=4192956/4192956
[pid=20577] ppid=20575 vsize=112152 CPUtime=1568.93
/proc/20577/stat : 20577 (bprolog) R 20575 20577 18973 0 -1 4194304 7485 0 0 0 156739 154 0 0 25 0 5 0 22377594 114843648 6910 996147200 134512640 135105188 4294956096 18446744073709551615 134748474 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/20577/statm: 28038 6910 201 144 0 27522 0
[pid=20577/tid=20579] ppid=20575 vsize=112152 CPUtime=0
/proc/20577/task/20579/stat : 20579 (bprolog) S 20575 20577 18973 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 5 0 22377879 114843648 6910 996147200 134512640 135105188 4294956096 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=20577/tid=20586] ppid=20575 vsize=112152 CPUtime=0
/proc/20577/task/20586/stat : 20586 (bprolog) S 20575 20577 18973 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 5 0 22467896 114843648 6910 996147200 134512640 135105188 4294956096 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=20577/tid=20635] ppid=20575 vsize=112152 CPUtime=0
/proc/20577/task/20635/stat : 20635 (bprolog) S 20575 20577 18973 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 5 0 22512908 114843648 6910 996147200 134512640 135105188 4294956096 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=20577/tid=20720] ppid=20575 vsize=112152 CPUtime=0
/proc/20577/task/20720/stat : 20720 (bprolog) S 20575 20577 18973 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 5 0 22535413 114843648 6910 996147200 134512640 135105188 4294956096 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1568.93
Current children cumulated vsize (KiB) 112152

Child status: 0
Real time (s): 1584.15
CPU time (s): 1568.98
CPU user time (s): 1567.43
CPU system time (s): 1.54976
CPU usage (%): 99.0425
Max. virtual memory (cumulated for all children) (KiB): 112152

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1567.43
system time used= 1.54976
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 7485
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 10
involuntary context switches= 32213

runsolver used 1.87871 second user time and 5.33919 second system time

The end

Launcher Data

Begin job on node67 at 2009-07-12 00:59:09
IDJOB=2071250
IDBENCH=55461
IDSOLVER=770
FILE ID=node67/2071250-1247353149
PBS_JOBID= 9506880
Free space on /tmp= 66432 MiB

SOLVER NAME= bpsolver 09
BENCH NAME= CPAI08/csp/lexHerald/normalized-crossword-m1-lex-21-09.xml
COMMAND LINE= HOME/solver BENCHNAMENOEXT TIMEOUT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2071250-1247353149/watcher-2071250-1247353149 -o /tmp/evaluation-result-2071250-1247353149/solver-2071250-1247353149 -C 1800 -W 2000 -M 900  HOME/solver HOME/instance-2071250-1247353149 1800

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

MD5SUM BENCH= 0bc53c36f68ea6a14fb106d8ba5208f9
RANDOM SEED=1113853970

node67.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.239
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.239
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:       1487224 kB
Buffers:         57372 kB
Cached:         321592 kB
SwapCached:          0 kB
Active:         261516 kB
Inactive:       244000 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1487224 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:           43200 kB
Writeback:           0 kB
Mapped:         137880 kB
Slab:            48192 kB
Committed_AS:   281184 kB
PageTables:       2088 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= 66488 MiB
End job on node67 at 2009-07-12 01:25:33