Trace number 2083862

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
Choco2.1.1 2009-06-10UNSAT 37.0584 37.4572

DiagnosticValue
CHECKS0
NODES26

General information on the benchmark

Namecsp/fapp/fapp23/
normalized-fapp23-1800-0.xml
MD5SUM4455d4457369a89450eaa6e90b2bdf34
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 benchmark34.6327
Satisfiable
(Un)Satisfiability was proved
Number of variables1800
Number of constraints63962
Maximum constraint arity2
Maximum domain size302
Number of constraints which are defined in extension0
Number of constraints which are defined in intension63962
Global constraints used (with number of constraints)

Solver Data

36.92/37.33	s UNSATISFIABLE
36.92/37.33	d AC 32
36.92/37.33	d RUNTIME 37.218
36.92/37.33	d NODES 26
36.92/37.33	d NODES/s 1
36.92/37.33	d BACKTRACKS 33
36.92/37.33	d BACKTRACKS/s 1
36.92/37.33	d CHECKS 0
36.92/37.33	d CHECKS/s 0
36.92/37.33	c UNSAT 37.218 TIME      26 NDS    4948 PARSTIME      15088 BUILDPB       17182 RES       true RESTART       1 HEURISTIC       true RANDVAL      

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-2083862-1247378363/watcher-2083862-1247378363 -o /tmp/evaluation-result-2083862-1247378363/solver-2083862-1247378363 -C 1800 -W 2000 -M 900 java -Xms700M -Xmx700M -jar HOME/choco-2.1.1.jar -file HOME/instance-2083862-1247378363.xml -h 1 -randval true -ac 32 -rest true -rb 10 -rg 1.3 -saclim 60 -s true -verb 0 -seed 11041979 

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/81 25648
/proc/meminfo: memFree=760384/2055920 swapFree=4192948/4192956
[pid=25648] ppid=25646 vsize=18576 CPUtime=0
/proc/25648/stat : 25648 (runsolver) R 25646 25648 20976 0 -1 4194368 16 0 0 0 0 0 0 0 19 0 1 0 24901171 19021824 284 996147200 4194304 4302564 548682068192 18446744073709551615 254613712167 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/25648/statm: 4644 284 249 26 0 2626 0

[startup+0.058809 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 25648
/proc/meminfo: memFree=760384/2055920 swapFree=4192948/4192956
[pid=25648] ppid=25646 vsize=861896 CPUtime=0.03
/proc/25648/stat : 25648 (java) S 25646 25648 20976 0 -1 0 2451 0 1 0 2 1 0 0 18 0 9 0 24901171 882581504 2003 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25648/statm: 215474 2003 932 9 0 210343 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 861896

[startup+0.101804 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 25648
/proc/meminfo: memFree=760384/2055920 swapFree=4192948/4192956
[pid=25648] ppid=25646 vsize=864064 CPUtime=0.07
/proc/25648/stat : 25648 (java) S 25646 25648 20976 0 -1 0 3567 0 1 0 6 1 0 0 18 0 9 0 24901171 884801536 3032 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25648/statm: 216016 3032 1532 9 0 210484 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 864064

[startup+0.301829 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 25648
/proc/meminfo: memFree=760384/2055920 swapFree=4192948/4192956
[pid=25648] ppid=25646 vsize=864968 CPUtime=0.27
/proc/25648/stat : 25648 (java) S 25646 25648 20976 0 -1 0 4847 0 1 0 25 2 0 0 18 0 9 0 24901171 885727232 4272 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25648/statm: 216242 4272 1855 9 0 210710 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 864968

[startup+0.701873 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 25648
/proc/meminfo: memFree=760384/2055920 swapFree=4192948/4192956
[pid=25648] ppid=25646 vsize=864968 CPUtime=0.67
/proc/25648/stat : 25648 (java) S 25646 25648 20976 0 -1 0 12087 0 1 0 62 5 0 0 18 0 9 0 24901171 885727232 11512 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25648/statm: 216242 11512 1856 9 0 210710 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 864968

[startup+1.50197 s]
/proc/loadavg: 2.00 2.00 2.00 4/90 25657
/proc/meminfo: memFree=673528/2055920 swapFree=4192948/4192956
[pid=25648] ppid=25646 vsize=864968 CPUtime=1.46
/proc/25648/stat : 25648 (java) S 25646 25648 20976 0 -1 0 26246 0 1 0 133 13 0 0 18 0 9 0 24901171 885727232 25665 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25648/statm: 216242 25665 1878 9 0 210710 0
[pid=25648/tid=25650] ppid=25646 vsize=864968 CPUtime=1.13
/proc/25648/task/25650/stat : 25650 (java) R 25646 25648 20976 0 -1 64 14186 0 1 0 106 7 0 0 25 0 9 0 24901173 885727232 25665 996147200 134512640 134550932 4294955840 18446744073709551615 4126754743 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25648/tid=25651] ppid=25646 vsize=864968 CPUtime=0.18
/proc/25648/task/25651/stat : 25651 (java) S 25646 25648 20976 0 -1 64 10790 0 0 0 13 5 0 0 18 0 9 0 24901175 885727232 25665 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25648/tid=25652] ppid=25646 vsize=864968 CPUtime=0
/proc/25648/task/25652/stat : 25652 (java) S 25646 25648 20976 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 24901175 885727232 25665 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25648/tid=25653] ppid=25646 vsize=864968 CPUtime=0
/proc/25648/task/25653/stat : 25653 (java) S 25646 25648 20976 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 24901175 885727232 25665 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25648/tid=25654] ppid=25646 vsize=864968 CPUtime=0
/proc/25648/task/25654/stat : 25654 (java) S 25646 25648 20976 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24901177 885727232 25665 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25648/tid=25655] ppid=25646 vsize=864968 CPUtime=0.13
/proc/25648/task/25655/stat : 25655 (java) S 25646 25648 20976 0 -1 64 536 0 0 0 13 0 0 0 16 0 9 0 24901177 885727232 25665 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25648/tid=25656] ppid=25646 vsize=864968 CPUtime=0
/proc/25648/task/25656/stat : 25656 (java) S 25646 25648 20976 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24901177 885727232 25665 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25648/tid=25657] ppid=25646 vsize=864968 CPUtime=0
/proc/25648/task/25657/stat : 25657 (java) S 25646 25648 20976 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24901177 885727232 25665 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 864968

[startup+3.10214 s]
/proc/loadavg: 2.00 2.00 2.00 3/90 25657
/proc/meminfo: memFree=623352/2055920 swapFree=4192948/4192956
[pid=25648] ppid=25646 vsize=864968 CPUtime=3.05
/proc/25648/stat : 25648 (java) S 25646 25648 20976 0 -1 0 37859 0 1 0 287 18 0 0 18 0 9 0 24901171 885727232 37268 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25648/statm: 216242 37268 1909 9 0 210710 0
[pid=25648/tid=25650] ppid=25646 vsize=864968 CPUtime=2.31
/proc/25648/task/25650/stat : 25650 (java) R 25646 25648 20976 0 -1 64 14284 0 1 0 224 7 0 0 25 0 9 0 24901173 885727232 37268 996147200 134512640 134550932 4294955840 18446744073709551615 4126704047 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25648/tid=25651] ppid=25646 vsize=864968 CPUtime=0.51
/proc/25648/task/25651/stat : 25651 (java) S 25646 25648 20976 0 -1 64 22262 0 0 0 42 9 0 0 17 0 9 0 24901175 885727232 37268 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25648/tid=25652] ppid=25646 vsize=864968 CPUtime=0
/proc/25648/task/25652/stat : 25652 (java) S 25646 25648 20976 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 24901175 885727232 37268 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25648/tid=25653] ppid=25646 vsize=864968 CPUtime=0
/proc/25648/task/25653/stat : 25653 (java) S 25646 25648 20976 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 24901175 885727232 37268 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25648/tid=25654] ppid=25646 vsize=864968 CPUtime=0
/proc/25648/task/25654/stat : 25654 (java) S 25646 25648 20976 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24901177 885727232 37268 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25648/tid=25655] ppid=25646 vsize=864968 CPUtime=0.19
/proc/25648/task/25655/stat : 25655 (java) S 25646 25648 20976 0 -1 64 579 0 0 0 19 0 0 0 15 0 9 0 24901177 885727232 37268 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25648/tid=25656] ppid=25646 vsize=864968 CPUtime=0
/proc/25648/task/25656/stat : 25656 (java) S 25646 25648 20976 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24901177 885727232 37268 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25648/tid=25657] ppid=25646 vsize=864968 CPUtime=0
/proc/25648/task/25657/stat : 25657 (java) S 25646 25648 20976 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24901177 885727232 37268 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 864968

[startup+6.3025 s]
/proc/loadavg: 2.00 2.00 2.00 3/90 25657
/proc/meminfo: memFree=599672/2055920 swapFree=4192948/4192956
[pid=25648] ppid=25646 vsize=865156 CPUtime=6.21
/proc/25648/stat : 25648 (java) S 25646 25648 20976 0 -1 0 52145 0 1 0 597 24 0 0 18 0 9 0 24901171 885919744 51527 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25648/statm: 216289 51527 1961 9 0 210757 0
[pid=25648/tid=25650] ppid=25646 vsize=865156 CPUtime=4.79
/proc/25648/task/25650/stat : 25650 (java) R 25646 25648 20976 0 -1 64 14531 0 1 0 472 7 0 0 25 0 9 0 24901173 885919744 51527 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25648/tid=25651] ppid=25646 vsize=865156 CPUtime=1.12
/proc/25648/task/25651/stat : 25651 (java) R 25646 25648 20976 0 -1 64 36237 0 0 0 97 15 0 0 17 0 9 0 24901175 885919744 51527 996147200 134512640 134550932 4294955840 18446744073709551615 102549400 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25648/tid=25652] ppid=25646 vsize=865156 CPUtime=0
/proc/25648/task/25652/stat : 25652 (java) S 25646 25648 20976 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 24901175 885919744 51527 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25648/tid=25653] ppid=25646 vsize=865156 CPUtime=0
/proc/25648/task/25653/stat : 25653 (java) S 25646 25648 20976 0 -1 64 6 0 0 0 0 0 0 0 16 0 9 0 24901175 885919744 51527 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25648/tid=25654] ppid=25646 vsize=865156 CPUtime=0
/proc/25648/task/25654/stat : 25654 (java) S 25646 25648 20976 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24901177 885919744 51527 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25648/tid=25655] ppid=25646 vsize=865156 CPUtime=0.27
/proc/25648/task/25655/stat : 25655 (java) S 25646 25648 20976 0 -1 64 642 0 0 0 27 0 0 0 15 0 9 0 24901177 885919744 51527 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25648/tid=25656] ppid=25646 vsize=865156 CPUtime=0
/proc/25648/task/25656/stat : 25656 (java) S 25646 25648 20976 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24901177 885919744 51527 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25648/tid=25657] ppid=25646 vsize=865156 CPUtime=0
/proc/25648/task/25657/stat : 25657 (java) S 25646 25648 20976 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24901177 885919744 51527 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 865156

[startup+12.7022 s]
/proc/loadavg: 2.00 2.00 2.00 4/90 25657
/proc/meminfo: memFree=300472/2055920 swapFree=4192948/4192956
[pid=25648] ppid=25646 vsize=865156 CPUtime=12.55
/proc/25648/stat : 25648 (java) S 25646 25648 20976 0 -1 0 125645 0 1 0 1202 53 0 0 18 0 9 0 24901171 885919744 125001 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25648/statm: 216289 125001 1984 9 0 210757 0
[pid=25648/tid=25650] ppid=25646 vsize=865156 CPUtime=9.02
/proc/25648/task/25650/stat : 25650 (java) R 25646 25648 20976 0 -1 64 14784 0 1 0 894 8 0 0 25 0 9 0 24901173 885919744 125001 996147200 134512640 134550932 4294955840 18446744073709551615 4127251863 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25648/tid=25651] ppid=25646 vsize=865156 CPUtime=3.16
/proc/25648/task/25651/stat : 25651 (java) S 25646 25648 20976 0 -1 64 109443 0 0 0 273 43 0 0 17 0 9 0 24901175 885919744 125001 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25648/tid=25652] ppid=25646 vsize=865156 CPUtime=0
/proc/25648/task/25652/stat : 25652 (java) S 25646 25648 20976 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 24901175 885919744 125001 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25648/tid=25653] ppid=25646 vsize=865156 CPUtime=0
/proc/25648/task/25653/stat : 25653 (java) S 25646 25648 20976 0 -1 64 6 0 0 0 0 0 0 0 16 0 9 0 24901175 885919744 125001 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25648/tid=25654] ppid=25646 vsize=865156 CPUtime=0
/proc/25648/task/25654/stat : 25654 (java) S 25646 25648 20976 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24901177 885919744 125001 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25648/tid=25655] ppid=25646 vsize=865156 CPUtime=0.34
/proc/25648/task/25655/stat : 25655 (java) S 25646 25648 20976 0 -1 64 683 0 0 0 33 1 0 0 15 0 9 0 24901177 885919744 125001 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25648/tid=25656] ppid=25646 vsize=865156 CPUtime=0
/proc/25648/task/25656/stat : 25656 (java) S 25646 25648 20976 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24901177 885919744 125001 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25648/tid=25657] ppid=25646 vsize=865156 CPUtime=0
/proc/25648/task/25657/stat : 25657 (java) S 25646 25648 20976 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24901177 885919744 125001 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.55
Current children cumulated vsize (KiB) 865156

[startup+25.5016 s]
/proc/loadavg: 2.00 2.00 2.00 3/90 25657
/proc/meminfo: memFree=179448/2055920 swapFree=4192948/4192956
[pid=25648] ppid=25646 vsize=865156 CPUtime=25.23
/proc/25648/stat : 25648 (java) S 25646 25648 20976 0 -1 0 147438 0 1 0 2459 64 0 0 18 0 9 0 24901171 885919744 146778 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25648/statm: 216289 146778 1987 9 0 210757 0
[pid=25648/tid=25650] ppid=25646 vsize=865156 CPUtime=19.72
/proc/25648/task/25650/stat : 25650 (java) R 25646 25648 20976 0 -1 64 14828 0 1 0 1964 8 0 0 25 0 9 0 24901173 885919744 146778 996147200 134512640 134550932 4294955840 18446744073709551615 4127400188 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25648/tid=25651] ppid=25646 vsize=865156 CPUtime=5.02
/proc/25648/task/25651/stat : 25651 (java) S 25646 25648 20976 0 -1 64 131119 0 0 0 449 53 0 0 16 0 9 0 24901175 885919744 146778 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25648/tid=25652] ppid=25646 vsize=865156 CPUtime=0
/proc/25648/task/25652/stat : 25652 (java) S 25646 25648 20976 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 24901175 885919744 146778 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25648/tid=25653] ppid=25646 vsize=865156 CPUtime=0
/proc/25648/task/25653/stat : 25653 (java) S 25646 25648 20976 0 -1 64 6 0 0 0 0 0 0 0 16 0 9 0 24901175 885919744 146778 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25648/tid=25654] ppid=25646 vsize=865156 CPUtime=0
/proc/25648/task/25654/stat : 25654 (java) S 25646 25648 20976 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24901177 885919744 146778 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25648/tid=25655] ppid=25646 vsize=865156 CPUtime=0.46
/proc/25648/task/25655/stat : 25655 (java) S 25646 25648 20976 0 -1 64 756 0 0 0 45 1 0 0 16 0 9 0 24901177 885919744 146778 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25648/tid=25656] ppid=25646 vsize=865156 CPUtime=0
/proc/25648/task/25656/stat : 25656 (java) S 25646 25648 20976 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24901177 885919744 146778 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25648/tid=25657] ppid=25646 vsize=865156 CPUtime=0
/proc/25648/task/25657/stat : 25657 (java) S 25646 25648 20976 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24901177 885919744 146778 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.23
Current children cumulated vsize (KiB) 865156

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

[startup+31.9115 s]
/proc/loadavg: 2.00 2.00 2.00 3/90 25657
/proc/meminfo: memFree=135672/2055920 swapFree=4192948/4192956
[pid=25648] ppid=25646 vsize=865156 CPUtime=31.57
/proc/25648/stat : 25648 (java) S 25646 25648 20976 0 -1 0 158371 0 1 0 3088 69 0 0 18 0 9 0 24901171 885919744 157707 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25648/statm: 216289 157707 1987 9 0 210757 0
[pid=25648/tid=25650] ppid=25646 vsize=865156 CPUtime=25.96
/proc/25648/task/25650/stat : 25650 (java) R 25646 25648 20976 0 -1 64 14832 0 1 0 2588 8 0 0 25 0 9 0 24901173 885919744 157707 996147200 134512640 134550932 4294955840 18446744073709551615 4127394979 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25648/tid=25651] ppid=25646 vsize=865156 CPUtime=5.12
/proc/25648/task/25651/stat : 25651 (java) S 25646 25648 20976 0 -1 64 142047 0 0 0 454 58 0 0 16 0 9 0 24901175 885919744 157707 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25648/tid=25652] ppid=25646 vsize=865156 CPUtime=0
/proc/25648/task/25652/stat : 25652 (java) S 25646 25648 20976 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 24901175 885919744 157707 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25648/tid=25653] ppid=25646 vsize=865156 CPUtime=0
/proc/25648/task/25653/stat : 25653 (java) S 25646 25648 20976 0 -1 64 6 0 0 0 0 0 0 0 16 0 9 0 24901175 885919744 157707 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25648/tid=25654] ppid=25646 vsize=865156 CPUtime=0
/proc/25648/task/25654/stat : 25654 (java) S 25646 25648 20976 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24901177 885919744 157707 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25648/tid=25655] ppid=25646 vsize=865156 CPUtime=0.46
/proc/25648/task/25655/stat : 25655 (java) S 25646 25648 20976 0 -1 64 757 0 0 0 45 1 0 0 15 0 9 0 24901177 885919744 157707 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25648/tid=25656] ppid=25646 vsize=865156 CPUtime=0
/proc/25648/task/25656/stat : 25656 (java) S 25646 25648 20976 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24901177 885919744 157707 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25648/tid=25657] ppid=25646 vsize=865156 CPUtime=0
/proc/25648/task/25657/stat : 25657 (java) S 25646 25648 20976 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24901177 885919744 157707 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 31.57
Current children cumulated vsize (KiB) 865156

[startup+35.1017 s]
/proc/loadavg: 2.00 2.00 2.00 3/90 25657
/proc/meminfo: memFree=91832/2055920 swapFree=4192948/4192956
[pid=25648] ppid=25646 vsize=865156 CPUtime=34.74
/proc/25648/stat : 25648 (java) S 25646 25648 20976 0 -1 0 169299 0 1 0 3400 74 0 0 18 0 9 0 24901171 885919744 168634 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25648/statm: 216289 168634 1987 9 0 210757 0
[pid=25648/tid=25650] ppid=25646 vsize=865156 CPUtime=29.05
/proc/25648/task/25650/stat : 25650 (java) R 25646 25648 20976 0 -1 64 14833 0 1 0 2897 8 0 0 25 0 9 0 24901173 885919744 168634 996147200 134512640 134550932 4294955840 18446744073709551615 4127393289 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25648/tid=25651] ppid=25646 vsize=865156 CPUtime=5.2
/proc/25648/task/25651/stat : 25651 (java) S 25646 25648 20976 0 -1 64 152973 0 0 0 457 63 0 0 16 0 9 0 24901175 885919744 168634 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25648/tid=25652] ppid=25646 vsize=865156 CPUtime=0
/proc/25648/task/25652/stat : 25652 (java) S 25646 25648 20976 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 24901175 885919744 168634 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25648/tid=25653] ppid=25646 vsize=865156 CPUtime=0
/proc/25648/task/25653/stat : 25653 (java) S 25646 25648 20976 0 -1 64 6 0 0 0 0 0 0 0 16 0 9 0 24901175 885919744 168634 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25648/tid=25654] ppid=25646 vsize=865156 CPUtime=0
/proc/25648/task/25654/stat : 25654 (java) S 25646 25648 20976 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24901177 885919744 168634 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25648/tid=25655] ppid=25646 vsize=865156 CPUtime=0.46
/proc/25648/task/25655/stat : 25655 (java) S 25646 25648 20976 0 -1 64 758 0 0 0 45 1 0 0 16 0 9 0 24901177 885919744 168634 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25648/tid=25656] ppid=25646 vsize=865156 CPUtime=0
/proc/25648/task/25656/stat : 25656 (java) S 25646 25648 20976 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24901177 885919744 168634 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25648/tid=25657] ppid=25646 vsize=865156 CPUtime=0
/proc/25648/task/25657/stat : 25657 (java) S 25646 25648 20976 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24901177 885919744 168634 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 34.74
Current children cumulated vsize (KiB) 865156

[startup+36.7029 s]
/proc/loadavg: 2.00 2.00 2.00 3/90 25657
/proc/meminfo: memFree=91832/2055920 swapFree=4192948/4192956
[pid=25648] ppid=25646 vsize=865156 CPUtime=36.32
/proc/25648/stat : 25648 (java) S 25646 25648 20976 0 -1 0 169332 0 1 0 3558 74 0 0 18 0 9 0 24901171 885919744 168665 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25648/statm: 216289 168665 1989 9 0 210757 0
[pid=25648/tid=25650] ppid=25646 vsize=865156 CPUtime=30.6
/proc/25648/task/25650/stat : 25650 (java) R 25646 25648 20976 0 -1 64 14852 0 1 0 3052 8 0 0 25 0 9 0 24901173 885919744 168665 996147200 134512640 134550932 4294955840 18446744073709551615 4127652521 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25648/tid=25651] ppid=25646 vsize=865156 CPUtime=5.2
/proc/25648/task/25651/stat : 25651 (java) S 25646 25648 20976 0 -1 64 152973 0 0 0 457 63 0 0 17 0 9 0 24901175 885919744 168665 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25648/tid=25652] ppid=25646 vsize=865156 CPUtime=0
/proc/25648/task/25652/stat : 25652 (java) S 25646 25648 20976 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 24901175 885919744 168665 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25648/tid=25653] ppid=25646 vsize=865156 CPUtime=0
/proc/25648/task/25653/stat : 25653 (java) S 25646 25648 20976 0 -1 64 6 0 0 0 0 0 0 0 16 0 9 0 24901175 885919744 168665 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25648/tid=25654] ppid=25646 vsize=865156 CPUtime=0
/proc/25648/task/25654/stat : 25654 (java) S 25646 25648 20976 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24901177 885919744 168665 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25648/tid=25655] ppid=25646 vsize=865156 CPUtime=0.49
/proc/25648/task/25655/stat : 25655 (java) S 25646 25648 20976 0 -1 64 772 0 0 0 48 1 0 0 15 0 9 0 24901177 885919744 168665 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25648/tid=25656] ppid=25646 vsize=865156 CPUtime=0
/proc/25648/task/25656/stat : 25656 (java) S 25646 25648 20976 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24901177 885919744 168665 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25648/tid=25657] ppid=25646 vsize=865156 CPUtime=0
/proc/25648/task/25657/stat : 25657 (java) S 25646 25648 20976 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24901177 885919744 168665 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 36.32
Current children cumulated vsize (KiB) 865156

[startup+37.1029 s]
/proc/loadavg: 2.00 2.00 2.00 3/90 25657
/proc/meminfo: memFree=91832/2055920 swapFree=4192948/4192956
[pid=25648] ppid=25646 vsize=865156 CPUtime=36.72
/proc/25648/stat : 25648 (java) S 25646 25648 20976 0 -1 0 169332 0 1 0 3598 74 0 0 18 0 9 0 24901171 885919744 168665 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25648/statm: 216289 168665 1989 9 0 210757 0
[pid=25648/tid=25650] ppid=25646 vsize=865156 CPUtime=31
/proc/25648/task/25650/stat : 25650 (java) R 25646 25648 20976 0 -1 64 14852 0 1 0 3092 8 0 0 25 0 9 0 24901173 885919744 168665 996147200 134512640 134550932 4294955840 18446744073709551615 4127656000 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25648/tid=25651] ppid=25646 vsize=865156 CPUtime=5.2
/proc/25648/task/25651/stat : 25651 (java) S 25646 25648 20976 0 -1 64 152973 0 0 0 457 63 0 0 17 0 9 0 24901175 885919744 168665 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25648/tid=25652] ppid=25646 vsize=865156 CPUtime=0
/proc/25648/task/25652/stat : 25652 (java) S 25646 25648 20976 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 24901175 885919744 168665 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25648/tid=25653] ppid=25646 vsize=865156 CPUtime=0
/proc/25648/task/25653/stat : 25653 (java) S 25646 25648 20976 0 -1 64 6 0 0 0 0 0 0 0 16 0 9 0 24901175 885919744 168665 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25648/tid=25654] ppid=25646 vsize=865156 CPUtime=0
/proc/25648/task/25654/stat : 25654 (java) S 25646 25648 20976 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24901177 885919744 168665 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25648/tid=25655] ppid=25646 vsize=865156 CPUtime=0.49
/proc/25648/task/25655/stat : 25655 (java) S 25646 25648 20976 0 -1 64 772 0 0 0 48 1 0 0 15 0 9 0 24901177 885919744 168665 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25648/tid=25656] ppid=25646 vsize=865156 CPUtime=0
/proc/25648/task/25656/stat : 25656 (java) S 25646 25648 20976 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24901177 885919744 168665 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25648/tid=25657] ppid=25646 vsize=865156 CPUtime=0
/proc/25648/task/25657/stat : 25657 (java) S 25646 25648 20976 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24901177 885919744 168665 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 36.72
Current children cumulated vsize (KiB) 865156

[startup+37.303 s]
/proc/loadavg: 2.00 2.00 2.00 3/90 25657
/proc/meminfo: memFree=91704/2055920 swapFree=4192948/4192956
[pid=25648] ppid=25646 vsize=865156 CPUtime=36.92
/proc/25648/stat : 25648 (java) S 25646 25648 20976 0 -1 0 169334 0 1 0 3618 74 0 0 18 0 9 0 24901171 885919744 168666 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25648/statm: 216289 168666 1989 9 0 210757 0
[pid=25648/tid=25650] ppid=25646 vsize=865156 CPUtime=31.2
/proc/25648/task/25650/stat : 25650 (java) R 25646 25648 20976 0 -1 64 14853 0 1 0 3112 8 0 0 25 0 9 0 24901173 885919744 168666 996147200 134512640 134550932 4294955840 18446744073709551615 4127652695 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25648/tid=25651] ppid=25646 vsize=865156 CPUtime=5.2
/proc/25648/task/25651/stat : 25651 (java) S 25646 25648 20976 0 -1 64 152973 0 0 0 457 63 0 0 17 0 9 0 24901175 885919744 168666 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25648/tid=25652] ppid=25646 vsize=865156 CPUtime=0
/proc/25648/task/25652/stat : 25652 (java) S 25646 25648 20976 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 24901175 885919744 168666 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25648/tid=25653] ppid=25646 vsize=865156 CPUtime=0
/proc/25648/task/25653/stat : 25653 (java) S 25646 25648 20976 0 -1 64 6 0 0 0 0 0 0 0 16 0 9 0 24901175 885919744 168666 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25648/tid=25654] ppid=25646 vsize=865156 CPUtime=0
/proc/25648/task/25654/stat : 25654 (java) S 25646 25648 20976 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24901177 885919744 168666 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25648/tid=25655] ppid=25646 vsize=865156 CPUtime=0.49
/proc/25648/task/25655/stat : 25655 (java) S 25646 25648 20976 0 -1 64 773 0 0 0 48 1 0 0 16 0 9 0 24901177 885919744 168666 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25648/tid=25656] ppid=25646 vsize=865156 CPUtime=0
/proc/25648/task/25656/stat : 25656 (java) S 25646 25648 20976 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24901177 885919744 168666 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25648/tid=25657] ppid=25646 vsize=865156 CPUtime=0
/proc/25648/task/25657/stat : 25657 (java) S 25646 25648 20976 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24901177 885919744 168666 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 36.92
Current children cumulated vsize (KiB) 865156

[startup+37.4073 s]
/proc/loadavg: 2.00 2.00 2.00 3/90 25657
/proc/meminfo: memFree=91704/2055920 swapFree=4192948/4192956
[pid=25648] ppid=25646 vsize=0 CPUtime=37
/proc/25648/stat : 25648 (java) Z 25646 25648 20976 0 -1 12 169354 0 1 0 3621 79 0 0 16 0 2 0 24901171 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25648/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 37
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 37.4572
CPU time (s): 37.0584
CPU user time (s): 36.2165
CPU system time (s): 0.841872
CPU usage (%): 98.9353
Max. virtual memory (cumulated for all children) (KiB): 865156

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 36.2165
system time used= 0.841872
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 169354
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3706
involuntary context switches= 4355

runsolver used 0.042993 second user time and 0.137979 second system time

The end

Launcher Data

Begin job on node87 at 2009-07-12 07:59:23
IDJOB=2083862
IDBENCH=57959
IDSOLVER=737
FILE ID=node87/2083862-1247378363
PBS_JOBID= 9507082
Free space on /tmp= 66284 MiB

SOLVER NAME= Choco2.1.1 2009-06-10
BENCH NAME= CPAI08/csp/fapp/fapp23/normalized-fapp23-1800-0.xml
COMMAND LINE= java -Xms700M -Xmx700M -jar HOME/choco-2.1.1.jar -file BENCHNAME -h 1 -randval true -ac 32 -rest true -rb 10 -rg 1.3 -saclim 60 -s true -verb 0 -seed 11041979
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2083862-1247378363/watcher-2083862-1247378363 -o /tmp/evaluation-result-2083862-1247378363/solver-2083862-1247378363 -C 1800 -W 2000 -M 900  java -Xms700M -Xmx700M -jar HOME/choco-2.1.1.jar -file HOME/instance-2083862-1247378363.xml -h 1 -randval true -ac 32 -rest true -rb 10 -rg 1.3 -saclim 60 -s true -verb 0 -seed 11041979

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

MD5SUM BENCH= 4455d4457369a89450eaa6e90b2bdf34
RANDOM SEED=1843952075

node87.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.236
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.236
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:        760864 kB
Buffers:         94352 kB
Cached:         800724 kB
SwapCached:          8 kB
Active:         503944 kB
Inactive:       706032 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        760864 kB
SwapTotal:     4192956 kB
SwapFree:      4192948 kB
Dirty:           11364 kB
Writeback:           0 kB
Mapped:         331468 kB
Slab:            69676 kB
Committed_AS:   949652 kB
PageTables:       2476 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= 66280 MiB
End job on node87 at 2009-07-12 08:00:01