Trace number 2114617

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.1b 2009-07-16UNSAT 12.4601 12.5564

DiagnosticValue
CHECKS0
NODES0

General information on the benchmark

Namecsp/marc/
normalized-large-80-unsat_ext.xml
MD5SUMb719d2b3c41beb681ae3ea204dbc7a84
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark7.65084
Satisfiable
(Un)Satisfiability was proved
Number of variables80
Number of constraints3160
Maximum constraint arity2
Maximum domain size80
Number of constraints which are defined in extension3160
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data

12.30/12.47	s UNSATISFIABLE
12.30/12.47	d AC 32
12.30/12.47	d RUNTIME 12.357
12.30/12.47	d NODES 0
12.30/12.47	d NODES/s 0
12.30/12.47	d BACKTRACKS 0
12.30/12.47	d BACKTRACKS/s 0
12.30/12.47	d CHECKS 0
12.30/12.47	d CHECKS/s 0
12.30/12.47	c UNSAT 12.357 TIME      0 NDS    9405 PARSTIME      1412 BUILDPB       249 CONFIG        1291 RES       false 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-2114617-1248026624/watcher-2114617-1248026624 -o /tmp/evaluation-result-2114617-1248026624/solver-2114617-1248026624 -C 1800 -W 2000 -M 900 java -Xms700M -Xmx700M -jar HOME/choco2.1.1.b.jar -file HOME/instance-2114617-1248026624.xml -randval true -h 1 -ac 32 -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: 0.23 0.05 0.02 3/80 28024
/proc/meminfo: memFree=1017472/2055920 swapFree=4192812/4192956
[pid=28024] ppid=28022 vsize=18576 CPUtime=0
/proc/28024/stat : 28024 (runsolver) R 28022 28024 27940 0 -1 4194368 16 0 0 0 0 0 0 0 21 0 1 0 89729339 19021824 285 996147200 4194304 4302564 548682068272 18446744073709551615 233588714791 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/28024/statm: 4644 285 249 26 0 2626 0

[startup+0.0686181 s]
/proc/loadavg: 0.23 0.05 0.02 3/80 28024
/proc/meminfo: memFree=1017472/2055920 swapFree=4192812/4192956
[pid=28024] ppid=28022 vsize=862184 CPUtime=0.04
/proc/28024/stat : 28024 (java) S 28022 28024 27940 0 -1 0 2848 0 1 0 3 1 0 0 21 0 9 0 89729339 882876416 2369 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28024/statm: 215546 2369 1143 9 0 210416 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 862184

[startup+0.102621 s]
/proc/loadavg: 0.23 0.05 0.02 3/80 28024
/proc/meminfo: memFree=1017472/2055920 swapFree=4192812/4192956
[pid=28024] ppid=28022 vsize=864104 CPUtime=0.08
/proc/28024/stat : 28024 (java) S 28022 28024 27940 0 -1 0 3660 0 1 0 7 1 0 0 21 0 9 0 89729339 884842496 3125 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28024/statm: 216026 3125 1602 9 0 210495 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 864104

[startup+0.302667 s]
/proc/loadavg: 0.23 0.05 0.02 3/80 28024
/proc/meminfo: memFree=1017472/2055920 swapFree=4192812/4192956
[pid=28024] ppid=28022 vsize=864420 CPUtime=0.27
/proc/28024/stat : 28024 (java) S 28022 28024 27940 0 -1 0 6018 0 1 0 24 3 0 0 21 0 9 0 89729339 885166080 5443 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28024/statm: 216105 5443 1855 9 0 210574 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 864420

[startup+0.702734 s]
/proc/loadavg: 0.23 0.05 0.02 3/80 28024
/proc/meminfo: memFree=1017472/2055920 swapFree=4192812/4192956
[pid=28024] ppid=28022 vsize=864892 CPUtime=0.67
/proc/28024/stat : 28024 (java) S 28022 28024 27940 0 -1 0 20967 0 1 0 56 11 0 0 21 0 9 0 89729339 885649408 20391 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28024/statm: 216223 20391 1868 9 0 210692 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 864892

[startup+1.50188 s]
/proc/loadavg: 0.23 0.05 0.02 3/89 28033
/proc/meminfo: memFree=922040/2055920 swapFree=4192812/4192956
[pid=28024] ppid=28022 vsize=865016 CPUtime=1.45
/proc/28024/stat : 28024 (java) S 28022 28024 27940 0 -1 0 38523 0 1 0 124 21 0 0 21 0 9 0 89729339 885776384 37936 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28024/statm: 216254 37936 1894 9 0 210723 0
[pid=28024/tid=28026] ppid=28022 vsize=865016 CPUtime=1.14
/proc/28024/task/28026/stat : 28026 (java) R 28022 28024 27940 0 -1 64 14232 0 1 0 103 11 0 0 25 0 9 0 89729341 885776384 37936 996147200 134512640 134550932 4294955888 18446744073709551615 4126356738 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28024/tid=28027] ppid=28022 vsize=865016 CPUtime=0.15
/proc/28024/task/28027/stat : 28027 (java) S 28022 28024 27940 0 -1 64 23029 0 0 0 7 8 0 0 16 0 9 0 89729342 885776384 37936 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28024/tid=28028] ppid=28022 vsize=865016 CPUtime=0
/proc/28024/task/28028/stat : 28028 (java) S 28022 28024 27940 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 89729342 885776384 37936 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28024/tid=28029] ppid=28022 vsize=865016 CPUtime=0
/proc/28024/task/28029/stat : 28029 (java) S 28022 28024 27940 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 89729342 885776384 37936 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28024/tid=28030] ppid=28022 vsize=865016 CPUtime=0
/proc/28024/task/28030/stat : 28030 (java) S 28022 28024 27940 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 89729345 885776384 37936 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28024/tid=28031] ppid=28022 vsize=865016 CPUtime=0.13
/proc/28024/task/28031/stat : 28031 (java) S 28022 28024 27940 0 -1 64 528 0 0 0 13 0 0 0 16 0 9 0 89729345 885776384 37936 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28024/tid=28032] ppid=28022 vsize=865016 CPUtime=0
/proc/28024/task/28032/stat : 28032 (java) S 28022 28024 27940 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 89729345 885776384 37936 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28024/tid=28033] ppid=28022 vsize=865016 CPUtime=0
/proc/28024/task/28033/stat : 28033 (java) S 28022 28024 27940 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 89729345 885776384 37936 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 865016

[startup+3.10117 s]
/proc/loadavg: 0.23 0.05 0.02 3/89 28033
/proc/meminfo: memFree=849656/2055920 swapFree=4192812/4192956
[pid=28024] ppid=28022 vsize=865016 CPUtime=3.05
/proc/28024/stat : 28024 (java) S 28022 28024 27940 0 -1 0 53891 0 1 0 279 26 0 0 21 0 9 0 89729339 885776384 53301 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28024/statm: 216254 53301 1894 9 0 210723 0
[pid=28024/tid=28026] ppid=28022 vsize=865016 CPUtime=2.44
/proc/28024/task/28026/stat : 28026 (java) R 28022 28024 27940 0 -1 64 14237 0 1 0 233 11 0 0 25 0 9 0 89729341 885776384 53301 996147200 134512640 134550932 4294955888 18446744073709551615 4126715931 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28024/tid=28027] ppid=28022 vsize=865016 CPUtime=0.43
/proc/28024/task/28027/stat : 28027 (java) S 28022 28024 27940 0 -1 64 38384 0 0 0 30 13 0 0 16 0 9 0 89729342 885776384 53301 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28024/tid=28028] ppid=28022 vsize=865016 CPUtime=0
/proc/28024/task/28028/stat : 28028 (java) S 28022 28024 27940 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 89729342 885776384 53301 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28024/tid=28029] ppid=28022 vsize=865016 CPUtime=0
/proc/28024/task/28029/stat : 28029 (java) S 28022 28024 27940 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 89729342 885776384 53301 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28024/tid=28030] ppid=28022 vsize=865016 CPUtime=0
/proc/28024/task/28030/stat : 28030 (java) S 28022 28024 27940 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 89729345 885776384 53301 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28024/tid=28031] ppid=28022 vsize=865016 CPUtime=0.14
/proc/28024/task/28031/stat : 28031 (java) S 28022 28024 27940 0 -1 64 536 0 0 0 14 0 0 0 16 0 9 0 89729345 885776384 53301 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28024/tid=28032] ppid=28022 vsize=865016 CPUtime=0
/proc/28024/task/28032/stat : 28032 (java) S 28022 28024 27940 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 89729345 885776384 53301 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28024/tid=28033] ppid=28022 vsize=865016 CPUtime=0
/proc/28024/task/28033/stat : 28033 (java) S 28022 28024 27940 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 89729345 885776384 53301 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 865016

[startup+6.30275 s]
/proc/loadavg: 0.37 0.08 0.03 3/89 28033
/proc/meminfo: memFree=715832/2055920 swapFree=4192812/4192956
[pid=28024] ppid=28022 vsize=865016 CPUtime=6.23
/proc/28024/stat : 28024 (java) S 28022 28024 27940 0 -1 0 87265 0 1 0 583 40 0 0 21 0 9 0 89729339 885776384 86668 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28024/statm: 216254 86668 1894 9 0 210723 0
[pid=28024/tid=28026] ppid=28022 vsize=865016 CPUtime=5
/proc/28024/task/28026/stat : 28026 (java) R 28022 28024 27940 0 -1 64 14244 0 1 0 489 11 0 0 25 0 9 0 89729341 885776384 86668 996147200 134512640 134550932 4294955888 18446744073709551615 4126356738 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28024/tid=28027] ppid=28022 vsize=865016 CPUtime=1.05
/proc/28024/task/28027/stat : 28027 (java) S 28022 28024 27940 0 -1 64 71747 0 0 0 78 27 0 0 16 0 9 0 89729342 885776384 86668 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28024/tid=28028] ppid=28022 vsize=865016 CPUtime=0
/proc/28024/task/28028/stat : 28028 (java) S 28022 28024 27940 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 89729342 885776384 86668 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28024/tid=28029] ppid=28022 vsize=865016 CPUtime=0
/proc/28024/task/28029/stat : 28029 (java) S 28022 28024 27940 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 89729342 885776384 86668 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28024/tid=28030] ppid=28022 vsize=865016 CPUtime=0
/proc/28024/task/28030/stat : 28030 (java) S 28022 28024 27940 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 89729345 885776384 86668 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28024/tid=28031] ppid=28022 vsize=865016 CPUtime=0.15
/proc/28024/task/28031/stat : 28031 (java) S 28022 28024 27940 0 -1 64 540 0 0 0 15 0 0 0 16 0 9 0 89729345 885776384 86668 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28024/tid=28032] ppid=28022 vsize=865016 CPUtime=0
/proc/28024/task/28032/stat : 28032 (java) S 28022 28024 27940 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 89729345 885776384 86668 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28024/tid=28033] ppid=28022 vsize=865016 CPUtime=0
/proc/28024/task/28033/stat : 28033 (java) S 28022 28024 27940 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 89729345 885776384 86668 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 865016

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

[startup+9.50234 s]
/proc/loadavg: 0.50 0.11 0.04 4/89 28033
/proc/meminfo: memFree=589368/2055920 swapFree=4192812/4192956
[pid=28024] ppid=28022 vsize=865016 CPUtime=9.41
/proc/28024/stat : 28024 (java) S 28022 28024 27940 0 -1 0 115890 0 1 0 890 51 0 0 21 0 9 0 89729339 885776384 115286 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28024/statm: 216254 115286 1897 9 0 210723 0
[pid=28024/tid=28026] ppid=28022 vsize=865016 CPUtime=7.61
/proc/28024/task/28026/stat : 28026 (java) R 28022 28024 27940 0 -1 64 14254 0 1 0 750 11 0 0 25 0 9 0 89729341 885776384 115286 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28024/tid=28027] ppid=28022 vsize=865016 CPUtime=1.59
/proc/28024/task/28027/stat : 28027 (java) S 28022 28024 27940 0 -1 64 100346 0 0 0 121 38 0 0 16 0 9 0 89729342 885776384 115286 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28024/tid=28028] ppid=28022 vsize=865016 CPUtime=0
/proc/28024/task/28028/stat : 28028 (java) S 28022 28024 27940 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 89729342 885776384 115286 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28024/tid=28029] ppid=28022 vsize=865016 CPUtime=0
/proc/28024/task/28029/stat : 28029 (java) S 28022 28024 27940 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 89729342 885776384 115286 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28024/tid=28030] ppid=28022 vsize=865016 CPUtime=0
/proc/28024/task/28030/stat : 28030 (java) S 28022 28024 27940 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 89729345 885776384 115286 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28024/tid=28031] ppid=28022 vsize=865016 CPUtime=0.17
/proc/28024/task/28031/stat : 28031 (java) R 28022 28024 27940 0 -1 64 556 0 0 0 17 0 0 0 16 0 9 0 89729345 885776384 115286 996147200 134512640 134550932 4294955888 18446744073709551615 104263738 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28024/tid=28032] ppid=28022 vsize=865016 CPUtime=0
/proc/28024/task/28032/stat : 28032 (java) S 28022 28024 27940 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 89729345 885776384 115286 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28024/tid=28033] ppid=28022 vsize=865016 CPUtime=0
/proc/28024/task/28033/stat : 28033 (java) S 28022 28024 27940 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 89729345 885776384 115286 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 9.41
Current children cumulated vsize (KiB) 865016

[startup+11.1032 s]
/proc/loadavg: 0.50 0.11 0.04 4/89 28033
/proc/meminfo: memFree=531448/2055920 swapFree=4192812/4192956
[pid=28024] ppid=28022 vsize=865016 CPUtime=11
/proc/28024/stat : 28024 (java) S 28022 28024 27940 0 -1 0 124102 0 1 0 1044 56 0 0 21 0 9 0 89729339 885776384 123453 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28024/statm: 216254 123453 1982 9 0 210723 0
[pid=28024/tid=28026] ppid=28022 vsize=865016 CPUtime=8.89
/proc/28024/task/28026/stat : 28026 (java) R 28022 28024 27940 0 -1 64 14705 0 1 0 876 13 0 0 25 0 9 0 89729341 885776384 123453 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28024/tid=28027] ppid=28022 vsize=865016 CPUtime=1.82
/proc/28024/task/28027/stat : 28027 (java) S 28022 28024 27940 0 -1 64 108038 0 0 0 140 42 0 0 16 0 9 0 89729342 885776384 123453 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28024/tid=28028] ppid=28022 vsize=865016 CPUtime=0
/proc/28024/task/28028/stat : 28028 (java) S 28022 28024 27940 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 89729342 885776384 123453 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28024/tid=28029] ppid=28022 vsize=865016 CPUtime=0
/proc/28024/task/28029/stat : 28029 (java) S 28022 28024 27940 0 -1 64 6 0 0 0 0 0 0 0 16 0 9 0 89729342 885776384 123453 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28024/tid=28030] ppid=28022 vsize=865016 CPUtime=0
/proc/28024/task/28030/stat : 28030 (java) S 28022 28024 27940 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 89729345 885776384 123453 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28024/tid=28031] ppid=28022 vsize=865016 CPUtime=0.27
/proc/28024/task/28031/stat : 28031 (java) S 28022 28024 27940 0 -1 64 624 0 0 0 27 0 0 0 15 0 9 0 89729345 885776384 123453 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28024/tid=28032] ppid=28022 vsize=865016 CPUtime=0
/proc/28024/task/28032/stat : 28032 (java) S 28022 28024 27940 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 89729345 885776384 123453 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28024/tid=28033] ppid=28022 vsize=865016 CPUtime=0
/proc/28024/task/28033/stat : 28033 (java) S 28022 28024 27940 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 89729345 885776384 123453 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 11
Current children cumulated vsize (KiB) 865016

[startup+11.9018 s]
/proc/loadavg: 0.50 0.11 0.04 4/89 28033
/proc/meminfo: memFree=531448/2055920 swapFree=4192812/4192956
[pid=28024] ppid=28022 vsize=865016 CPUtime=11.81
/proc/28024/stat : 28024 (java) S 28022 28024 27940 0 -1 0 124126 0 1 0 1124 57 0 0 21 0 9 0 89729339 885776384 123477 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28024/statm: 216254 123477 1982 9 0 210723 0
[pid=28024/tid=28026] ppid=28022 vsize=865016 CPUtime=9.65
/proc/28024/task/28026/stat : 28026 (java) R 28022 28024 27940 0 -1 64 14706 0 1 0 952 13 0 0 25 0 9 0 89729341 885776384 123477 996147200 134512640 134550932 4294955888 18446744073709551615 4127183316 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28024/tid=28027] ppid=28022 vsize=865016 CPUtime=1.82
/proc/28024/task/28027/stat : 28027 (java) S 28022 28024 27940 0 -1 64 108038 0 0 0 140 42 0 0 16 0 9 0 89729342 885776384 123477 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28024/tid=28028] ppid=28022 vsize=865016 CPUtime=0
/proc/28024/task/28028/stat : 28028 (java) S 28022 28024 27940 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 89729342 885776384 123477 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28024/tid=28029] ppid=28022 vsize=865016 CPUtime=0
/proc/28024/task/28029/stat : 28029 (java) S 28022 28024 27940 0 -1 64 6 0 0 0 0 0 0 0 16 0 9 0 89729342 885776384 123477 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28024/tid=28030] ppid=28022 vsize=865016 CPUtime=0
/proc/28024/task/28030/stat : 28030 (java) S 28022 28024 27940 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 89729345 885776384 123477 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28024/tid=28031] ppid=28022 vsize=865016 CPUtime=0.32
/proc/28024/task/28031/stat : 28031 (java) S 28022 28024 27940 0 -1 64 647 0 0 0 31 1 0 0 16 0 9 0 89729345 885776384 123477 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28024/tid=28032] ppid=28022 vsize=865016 CPUtime=0
/proc/28024/task/28032/stat : 28032 (java) S 28022 28024 27940 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 89729345 885776384 123477 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28024/tid=28033] ppid=28022 vsize=865016 CPUtime=0
/proc/28024/task/28033/stat : 28033 (java) S 28022 28024 27940 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 89729345 885776384 123477 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 11.81
Current children cumulated vsize (KiB) 865016

[startup+12.3018 s]
/proc/loadavg: 0.50 0.11 0.04 3/89 28033
/proc/meminfo: memFree=530424/2055920 swapFree=4192812/4192956
[pid=28024] ppid=28022 vsize=865016 CPUtime=12.2
/proc/28024/stat : 28024 (java) S 28022 28024 27940 0 -1 0 124126 0 1 0 1163 57 0 0 21 0 9 0 89729339 885776384 123477 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28024/statm: 216254 123477 1982 9 0 210723 0
[pid=28024/tid=28026] ppid=28022 vsize=865016 CPUtime=10.04
/proc/28024/task/28026/stat : 28026 (java) R 28022 28024 27940 0 -1 64 14706 0 1 0 991 13 0 0 25 0 9 0 89729341 885776384 123477 996147200 134512640 134550932 4294955888 18446744073709551615 4127187002 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28024/tid=28027] ppid=28022 vsize=865016 CPUtime=1.82
/proc/28024/task/28027/stat : 28027 (java) S 28022 28024 27940 0 -1 64 108038 0 0 0 140 42 0 0 17 0 9 0 89729342 885776384 123477 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28024/tid=28028] ppid=28022 vsize=865016 CPUtime=0
/proc/28024/task/28028/stat : 28028 (java) S 28022 28024 27940 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 89729342 885776384 123477 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28024/tid=28029] ppid=28022 vsize=865016 CPUtime=0
/proc/28024/task/28029/stat : 28029 (java) S 28022 28024 27940 0 -1 64 6 0 0 0 0 0 0 0 16 0 9 0 89729342 885776384 123477 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28024/tid=28030] ppid=28022 vsize=865016 CPUtime=0
/proc/28024/task/28030/stat : 28030 (java) S 28022 28024 27940 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 89729345 885776384 123477 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28024/tid=28031] ppid=28022 vsize=865016 CPUtime=0.32
/proc/28024/task/28031/stat : 28031 (java) S 28022 28024 27940 0 -1 64 647 0 0 0 31 1 0 0 16 0 9 0 89729345 885776384 123477 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28024/tid=28032] ppid=28022 vsize=865016 CPUtime=0
/proc/28024/task/28032/stat : 28032 (java) S 28022 28024 27940 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 89729345 885776384 123477 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28024/tid=28033] ppid=28022 vsize=865016 CPUtime=0
/proc/28024/task/28033/stat : 28033 (java) S 28022 28024 27940 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 89729345 885776384 123477 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.2
Current children cumulated vsize (KiB) 865016

[startup+12.5021 s]
/proc/loadavg: 0.50 0.11 0.04 3/89 28033
/proc/meminfo: memFree=530424/2055920 swapFree=4192812/4192956
[pid=28024] ppid=28022 vsize=0 CPUtime=12.4
/proc/28024/stat : 28024 (java) Z 28022 28024 27940 0 -1 12 124167 0 1 0 1181 59 0 0 16 0 2 0 89729339 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28024/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 12.4
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 12.5564
CPU time (s): 12.4601
CPU user time (s): 11.8122
CPU system time (s): 0.647901
CPU usage (%): 99.2332
Max. virtual memory (cumulated for all children) (KiB): 865016

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 11.8122
system time used= 0.647901
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 124167
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= 2170
involuntary context switches= 2295

runsolver used 0.014997 second user time and 0.052991 second system time

The end

Launcher Data

Begin job on node27 at 2009-07-19 20:03:51
IDJOB=2114617
IDBENCH=53559
IDSOLVER=780
FILE ID=node27/2114617-1248026624
PBS_JOBID= 9528993
Free space on /tmp= 66196 MiB

SOLVER NAME= Choco2.1.1b 2009-07-16
BENCH NAME= CPAI08/csp/marc/normalized-large-80-unsat_ext.xml
COMMAND LINE= java -Xms700M -Xmx700M -jar HOME/choco2.1.1.b.jar -file BENCHNAME -randval true -h 1 -ac 32 -saclim 60 -s true -verb 0 -seed 11041979
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2114617-1248026624/watcher-2114617-1248026624 -o /tmp/evaluation-result-2114617-1248026624/solver-2114617-1248026624 -C 1800 -W 2000 -M 900  java -Xms700M -Xmx700M -jar HOME/choco2.1.1.b.jar -file HOME/instance-2114617-1248026624.xml -randval true -h 1 -ac 32 -saclim 60 -s true -verb 0 -seed 11041979

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

MD5SUM BENCH= b719d2b3c41beb681ae3ea204dbc7a84
RANDOM SEED=1021017383

node27.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		: 2800.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	: 5521.40
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		: 2800.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:       1017952 kB
Buffers:        101900 kB
Cached:         750752 kB
SwapCached:          0 kB
Active:         326928 kB
Inactive:       603524 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1017952 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:           55796 kB
Writeback:           0 kB
Mapped:          95544 kB
Slab:            92640 kB
Committed_AS:  1328960 kB
PageTables:       1884 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264948 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66192 MiB
End job on node27 at 2009-07-19 20:04:03