Trace number 2081633

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
Mistral 1.545? (TO) 1800.1 1804.51

General information on the benchmark

Namecsp/super-js/super-js-taillard-20-15/
normalized-super-js-taillard-20-15-7.xml
MD5SUMe8be1cfa80b51f0715f732e132d17435
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables600
Number of constraints9690
Maximum constraint arity2
Maximum domain size1495
Number of constraints which are defined in extension0
Number of constraints which are defined in intension9690
Global constraints used (with number of constraints)

Solver Data

0.00/0.12	c mistral version 1.545

Verifier Data

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: <no 's ' line found>

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2081633-1247373427/watcher-2081633-1247373427 -o /tmp/evaluation-result-2081633-1247373427/solver-2081633-1247373427 -C 1800 -W 2000 -M 900 /home/evaluation/evaluation/libc32/lib/ld-linux.so.2 ./xsolve HOME/instance-2081633-1247373427.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 23969
/proc/meminfo: memFree=1433288/2055920 swapFree=4192812/4192956
[pid=23969] ppid=23967 vsize=9760 CPUtime=0.19
/proc/23969/stat : 23969 (ld-linux.so.2) R 23967 23969 22456 0 -1 4194304 1656 0 0 0 19 0 0 0 19 0 1 0 24409805 9994240 1635 996147200 1448431616 1448550632 4294956208 18446744073709551615 4157416316 0 0 4096 0 0 0 0 17 1 0 0
/proc/23969/statm: 2440 1635 378 29 0 1255 0

[startup+0.277162 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 23969
/proc/meminfo: memFree=1433288/2055920 swapFree=4192812/4192956
[pid=23969] ppid=23967 vsize=11188 CPUtime=0.26
/proc/23969/stat : 23969 (ld-linux.so.2) R 23967 23969 22456 0 -1 4194304 2006 0 0 0 26 0 0 0 19 0 1 0 24409805 11456512 1985 996147200 1448431616 1448550632 4294956208 18446744073709551615 134696250 0 0 4096 0 0 0 0 17 1 0 0
/proc/23969/statm: 2797 1985 379 29 0 1612 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 11188

[startup+0.301164 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 23969
/proc/meminfo: memFree=1433288/2055920 swapFree=4192812/4192956
[pid=23969] ppid=23967 vsize=11708 CPUtime=0.28
/proc/23969/stat : 23969 (ld-linux.so.2) R 23967 23969 22456 0 -1 4194304 2128 0 0 0 28 0 0 0 19 0 1 0 24409805 11988992 2107 996147200 1448431616 1448550632 4294956208 18446744073709551615 134585784 0 0 4096 0 0 0 0 17 1 0 0
/proc/23969/statm: 2927 2107 379 29 0 1742 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 11708

[startup+0.401191 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 23969
/proc/meminfo: memFree=1433288/2055920 swapFree=4192812/4192956
[pid=23969] ppid=23967 vsize=13772 CPUtime=0.38
/proc/23969/stat : 23969 (ld-linux.so.2) R 23967 23969 22456 0 -1 4194304 2640 0 0 0 38 0 0 0 20 0 1 0 24409805 14102528 2619 996147200 1448431616 1448550632 4294956208 18446744073709551615 4160172333 0 0 4096 0 0 0 0 17 1 0 0
/proc/23969/statm: 3443 2619 379 29 0 2258 0
Current children cumulated CPU time (s) 0.38
Current children cumulated vsize (KiB) 13772

[startup+0.701259 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 23969
/proc/meminfo: memFree=1433288/2055920 swapFree=4192812/4192956
[pid=23969] ppid=23967 vsize=43316 CPUtime=0.68
/proc/23969/stat : 23969 (ld-linux.so.2) R 23967 23969 22456 0 -1 4194304 9972 0 0 0 65 3 0 0 23 0 1 0 24409805 44355584 9951 996147200 1448431616 1448550632 4294956208 18446744073709551615 134843689 0 0 4096 0 0 0 0 17 1 0 0
/proc/23969/statm: 10829 9951 420 29 0 9644 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 43316

[startup+1.50143 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 23970
/proc/meminfo: memFree=1393920/2055920 swapFree=4192812/4192956
[pid=23969] ppid=23967 vsize=45928 CPUtime=1.47
/proc/23969/stat : 23969 (ld-linux.so.2) R 23967 23969 22456 0 -1 4194304 10481 0 0 0 143 4 0 0 25 0 1 0 24409805 47030272 10460 996147200 1448431616 1448550632 4294956208 18446744073709551615 135161282 0 0 4096 0 0 0 0 17 1 0 0
/proc/23969/statm: 11482 10460 426 29 0 10297 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 45928

[startup+3.10177 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 23970
/proc/meminfo: memFree=1392512/2055920 swapFree=4192812/4192956
[pid=23969] ppid=23967 vsize=46192 CPUtime=3.06
/proc/23969/stat : 23969 (ld-linux.so.2) R 23967 23969 22456 0 -1 4194304 10573 0 0 0 302 4 0 0 25 0 1 0 24409805 47300608 10552 996147200 1448431616 1448550632 4294956208 18446744073709551615 134824409 0 0 4096 0 0 0 0 17 1 0 0
/proc/23969/statm: 11548 10552 426 29 0 10363 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 46192

[startup+6.30147 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 23970
/proc/meminfo: memFree=1392320/2055920 swapFree=4192812/4192956
[pid=23969] ppid=23967 vsize=46720 CPUtime=6.23
/proc/23969/stat : 23969 (ld-linux.so.2) R 23967 23969 22456 0 -1 4194304 10731 0 0 0 619 4 0 0 25 0 1 0 24409805 47841280 10710 996147200 1448431616 1448550632 4294956208 18446744073709551615 134843318 0 0 4096 0 0 0 0 17 1 0 0
/proc/23969/statm: 11680 10710 426 29 0 10495 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 46720

[startup+12.7018 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 23970
/proc/meminfo: memFree=1391488/2055920 swapFree=4192812/4192956
[pid=23969] ppid=23967 vsize=46852 CPUtime=12.56
/proc/23969/stat : 23969 (ld-linux.so.2) R 23967 23969 22456 0 -1 4194304 10773 0 0 0 1252 4 0 0 25 0 1 0 24409805 47976448 10752 996147200 1448431616 1448550632 4294956208 18446744073709551615 135291711 0 0 4096 0 0 0 0 17 1 0 0
/proc/23969/statm: 11713 10752 426 29 0 10528 0
Current children cumulated CPU time (s) 12.56
Current children cumulated vsize (KiB) 46852

[startup+25.5076 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 23970
/proc/meminfo: memFree=1391232/2055920 swapFree=4192812/4192956
[pid=23969] ppid=23967 vsize=47248 CPUtime=25.24
/proc/23969/stat : 23969 (ld-linux.so.2) R 23967 23969 22456 0 -1 4194304 10869 0 0 0 2520 4 0 0 25 0 1 0 24409805 48381952 10848 996147200 1448431616 1448550632 4294956208 18446744073709551615 134864867 0 0 4096 0 0 0 0 17 1 0 0
/proc/23969/statm: 11812 10848 426 29 0 10627 0
Current children cumulated CPU time (s) 25.24
Current children cumulated vsize (KiB) 47248

[startup+51.1011 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 23970
/proc/meminfo: memFree=1391040/2055920 swapFree=4192812/4192956
[pid=23969] ppid=23967 vsize=47380 CPUtime=50.6
/proc/23969/stat : 23969 (ld-linux.so.2) R 23967 23969 22456 0 -1 4194304 10904 0 0 0 5055 5 0 0 25 0 1 0 24409805 48517120 10883 996147200 1448431616 1448550632 4294956208 18446744073709551615 135264189 0 0 4096 0 0 0 0 17 1 0 0
/proc/23969/statm: 11845 10883 426 29 0 10660 0
Current children cumulated CPU time (s) 50.6
Current children cumulated vsize (KiB) 47380

[startup+102.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 23970
/proc/meminfo: memFree=1390848/2055920 swapFree=4192812/4192956
[pid=23969] ppid=23967 vsize=47512 CPUtime=101.32
/proc/23969/stat : 23969 (ld-linux.so.2) R 23967 23969 22456 0 -1 4194304 10921 0 0 0 10127 5 0 0 25 0 1 0 24409805 48652288 10900 996147200 1448431616 1448550632 4294956208 18446744073709551615 134824196 0 0 4096 0 0 0 0 17 1 0 0
/proc/23969/statm: 11878 10900 426 29 0 10693 0
Current children cumulated CPU time (s) 101.32
Current children cumulated vsize (KiB) 47512

[startup+162.303 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 23970
/proc/meminfo: memFree=1390720/2055920 swapFree=4192812/4192956
[pid=23969] ppid=23967 vsize=47512 CPUtime=160.75
/proc/23969/stat : 23969 (ld-linux.so.2) R 23967 23969 22456 0 -1 4194304 10953 0 0 0 16070 5 0 0 25 0 1 0 24409805 48652288 10932 996147200 1448431616 1448550632 4294956208 18446744073709551615 134843647 0 0 4096 0 0 0 0 17 1 0 0
/proc/23969/statm: 11878 10932 426 29 0 10693 0
Current children cumulated CPU time (s) 160.75
Current children cumulated vsize (KiB) 47512

[startup+222.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 23970
/proc/meminfo: memFree=1390080/2055920 swapFree=4192812/4192956
[pid=23969] ppid=23967 vsize=47512 CPUtime=220.18
/proc/23969/stat : 23969 (ld-linux.so.2) R 23967 23969 22456 0 -1 4194304 10953 0 0 0 22013 5 0 0 25 0 1 0 24409805 48652288 10932 996147200 1448431616 1448550632 4294956208 18446744073709551615 134864860 0 0 4096 0 0 0 0 17 1 0 0
/proc/23969/statm: 11878 10932 426 29 0 10693 0
Current children cumulated CPU time (s) 220.18
Current children cumulated vsize (KiB) 47512

[startup+282.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 23970
/proc/meminfo: memFree=1390080/2055920 swapFree=4192812/4192956
[pid=23969] ppid=23967 vsize=47512 CPUtime=279.62
/proc/23969/stat : 23969 (ld-linux.so.2) R 23967 23969 22456 0 -1 4194304 10953 0 0 0 27957 5 0 0 25 0 1 0 24409805 48652288 10932 996147200 1448431616 1448550632 4294956208 18446744073709551615 134824356 0 0 4096 0 0 0 0 17 1 0 0
/proc/23969/statm: 11878 10932 426 29 0 10693 0
Current children cumulated CPU time (s) 279.62
Current children cumulated vsize (KiB) 47512

[startup+342.307 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 23970
/proc/meminfo: memFree=1390016/2055920 swapFree=4192812/4192956
[pid=23969] ppid=23967 vsize=47512 CPUtime=339.05
/proc/23969/stat : 23969 (ld-linux.so.2) R 23967 23969 22456 0 -1 4194304 10953 0 0 0 33900 5 0 0 25 0 1 0 24409805 48652288 10932 996147200 1448431616 1448550632 4294956208 18446744073709551615 135161282 0 0 4096 0 0 0 0 17 1 0 0
/proc/23969/statm: 11878 10932 426 29 0 10693 0
Current children cumulated CPU time (s) 339.05
Current children cumulated vsize (KiB) 47512

[startup+402.302 s]
/proc/loadavg: 2.07 2.02 2.00 3/81 24006
/proc/meminfo: memFree=1436368/2055920 swapFree=4192812/4192956
[pid=23969] ppid=23967 vsize=47644 CPUtime=398.59
/proc/23969/stat : 23969 (ld-linux.so.2) R 23967 23969 22456 0 -1 4194304 10963 0 0 0 39853 6 0 0 25 0 1 0 24409805 48787456 10942 996147200 1448431616 1448550632 4294956208 18446744073709551615 135161282 0 0 4096 0 0 0 0 17 0 0 0
/proc/23969/statm: 11911 10942 426 29 0 10726 0
Current children cumulated CPU time (s) 398.59
Current children cumulated vsize (KiB) 47644

[startup+462.303 s]
/proc/loadavg: 2.02 2.01 2.00 3/81 24006
/proc/meminfo: memFree=1326736/2055920 swapFree=4192812/4192956
[pid=23969] ppid=23967 vsize=47644 CPUtime=458.56
/proc/23969/stat : 23969 (ld-linux.so.2) R 23967 23969 22456 0 -1 4194304 10965 0 0 0 45850 6 0 0 25 0 1 0 24409805 48787456 10944 996147200 1448431616 1448550632 4294956208 18446744073709551615 135172204 0 0 4096 0 0 0 0 17 0 0 0
/proc/23969/statm: 11911 10944 426 29 0 10726 0
Current children cumulated CPU time (s) 458.56
Current children cumulated vsize (KiB) 47644

[startup+522.301 s]
/proc/loadavg: 2.01 2.00 2.00 3/81 24006
/proc/meminfo: memFree=1321104/2055920 swapFree=4192812/4192956
[pid=23969] ppid=23967 vsize=47644 CPUtime=518.53
/proc/23969/stat : 23969 (ld-linux.so.2) R 23967 23969 22456 0 -1 4194304 10965 0 0 0 51847 6 0 0 25 0 1 0 24409805 48787456 10944 996147200 1448431616 1448550632 4294956208 18446744073709551615 135161208 0 0 4096 0 0 0 0 17 0 0 0
/proc/23969/statm: 11911 10944 426 29 0 10726 0
Current children cumulated CPU time (s) 518.53
Current children cumulated vsize (KiB) 47644

[startup+582.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 24006
/proc/meminfo: memFree=1320912/2055920 swapFree=4192812/4192956
[pid=23969] ppid=23967 vsize=47644 CPUtime=578.5
/proc/23969/stat : 23969 (ld-linux.so.2) R 23967 23969 22456 0 -1 4194304 10965 0 0 0 57843 7 0 0 25 0 1 0 24409805 48787456 10944 996147200 1448431616 1448550632 4294956208 18446744073709551615 134843647 0 0 4096 0 0 0 0 17 0 0 0
/proc/23969/statm: 11911 10944 426 29 0 10726 0
Current children cumulated CPU time (s) 578.5
Current children cumulated vsize (KiB) 47644

[startup+642.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 24006
/proc/meminfo: memFree=1320912/2055920 swapFree=4192812/4192956
[pid=23969] ppid=23967 vsize=47644 CPUtime=638.47
/proc/23969/stat : 23969 (ld-linux.so.2) R 23967 23969 22456 0 -1 4194304 10965 0 0 0 63840 7 0 0 25 0 1 0 24409805 48787456 10944 996147200 1448431616 1448550632 4294956208 18446744073709551615 135291466 0 0 4096 0 0 0 0 17 0 0 0
/proc/23969/statm: 11911 10944 426 29 0 10726 0
Current children cumulated CPU time (s) 638.47
Current children cumulated vsize (KiB) 47644

[startup+702.301 s]

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

[startup+882.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 24008
/proc/meminfo: memFree=1320720/2055920 swapFree=4192812/4192956
[pid=23969] ppid=23967 vsize=47644 CPUtime=878.35
/proc/23969/stat : 23969 (ld-linux.so.2) R 23967 23969 22456 0 -1 4194304 10967 0 0 0 87828 7 0 0 25 0 1 0 24409805 48787456 10946 996147200 1448431616 1448550632 4294956208 18446744073709551615 135161282 0 0 4096 0 0 0 0 17 0 0 0
/proc/23969/statm: 11911 10946 426 29 0 10726 0
Current children cumulated CPU time (s) 878.35
Current children cumulated vsize (KiB) 47644

[startup+942.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 24008
/proc/meminfo: memFree=1320720/2055920 swapFree=4192812/4192956
[pid=23969] ppid=23967 vsize=47644 CPUtime=938.32
/proc/23969/stat : 23969 (ld-linux.so.2) R 23967 23969 22456 0 -1 4194304 10967 0 0 0 93825 7 0 0 25 0 1 0 24409805 48787456 10946 996147200 1448431616 1448550632 4294956208 18446744073709551615 135161293 0 0 4096 0 0 0 0 17 0 0 0
/proc/23969/statm: 11911 10946 426 29 0 10726 0
Current children cumulated CPU time (s) 938.32
Current children cumulated vsize (KiB) 47644

[startup+1002.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 24008
/proc/meminfo: memFree=1320720/2055920 swapFree=4192812/4192956
[pid=23969] ppid=23967 vsize=47644 CPUtime=998.29
/proc/23969/stat : 23969 (ld-linux.so.2) R 23967 23969 22456 0 -1 4194304 10967 0 0 0 99822 7 0 0 25 0 1 0 24409805 48787456 10946 996147200 1448431616 1448550632 4294956208 18446744073709551615 135161275 0 0 4096 0 0 0 0 17 0 0 0
/proc/23969/statm: 11911 10946 426 29 0 10726 0
Current children cumulated CPU time (s) 998.29
Current children cumulated vsize (KiB) 47644

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 24008
/proc/meminfo: memFree=1320656/2055920 swapFree=4192812/4192956
[pid=23969] ppid=23967 vsize=47644 CPUtime=1058.25
/proc/23969/stat : 23969 (ld-linux.so.2) R 23967 23969 22456 0 -1 4194304 10969 0 0 0 105818 7 0 0 25 0 1 0 24409805 48787456 10948 996147200 1448431616 1448550632 4294956208 18446744073709551615 135161282 0 0 4096 0 0 0 0 17 0 0 0
/proc/23969/statm: 11911 10948 426 29 0 10726 0
Current children cumulated CPU time (s) 1058.25
Current children cumulated vsize (KiB) 47644

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 24008
/proc/meminfo: memFree=1320528/2055920 swapFree=4192812/4192956
[pid=23969] ppid=23967 vsize=47644 CPUtime=1118.22
/proc/23969/stat : 23969 (ld-linux.so.2) R 23967 23969 22456 0 -1 4194304 10969 0 0 0 111815 7 0 0 25 0 1 0 24409805 48787456 10948 996147200 1448431616 1448550632 4294956208 18446744073709551615 135161282 0 0 4096 0 0 0 0 17 0 0 0
/proc/23969/statm: 11911 10948 426 29 0 10726 0
Current children cumulated CPU time (s) 1118.22
Current children cumulated vsize (KiB) 47644

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 24008
/proc/meminfo: memFree=1320528/2055920 swapFree=4192812/4192956
[pid=23969] ppid=23967 vsize=47644 CPUtime=1178.19
/proc/23969/stat : 23969 (ld-linux.so.2) R 23967 23969 22456 0 -1 4194304 10969 0 0 0 117812 7 0 0 25 0 1 0 24409805 48787456 10948 996147200 1448431616 1448550632 4294956208 18446744073709551615 134843647 0 0 4096 0 0 0 0 17 0 0 0
/proc/23969/statm: 11911 10948 426 29 0 10726 0
Current children cumulated CPU time (s) 1178.19
Current children cumulated vsize (KiB) 47644

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 24008
/proc/meminfo: memFree=1320528/2055920 swapFree=4192812/4192956
[pid=23969] ppid=23967 vsize=47644 CPUtime=1238.16
/proc/23969/stat : 23969 (ld-linux.so.2) R 23967 23969 22456 0 -1 4194304 10972 0 0 0 123809 7 0 0 25 0 1 0 24409805 48787456 10951 996147200 1448431616 1448550632 4294956208 18446744073709551615 135161293 0 0 4096 0 0 0 0 17 0 0 0
/proc/23969/statm: 11911 10951 426 29 0 10726 0
Current children cumulated CPU time (s) 1238.16
Current children cumulated vsize (KiB) 47644

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 24008
/proc/meminfo: memFree=1320528/2055920 swapFree=4192812/4192956
[pid=23969] ppid=23967 vsize=47644 CPUtime=1298.14
/proc/23969/stat : 23969 (ld-linux.so.2) R 23967 23969 22456 0 -1 4194304 10972 0 0 0 129806 8 0 0 25 0 1 0 24409805 48787456 10951 996147200 1448431616 1448550632 4294956208 18446744073709551615 135161293 0 0 4096 0 0 0 0 17 0 0 0
/proc/23969/statm: 11911 10951 426 29 0 10726 0
Current children cumulated CPU time (s) 1298.14
Current children cumulated vsize (KiB) 47644

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 24008
/proc/meminfo: memFree=1320528/2055920 swapFree=4192812/4192956
[pid=23969] ppid=23967 vsize=47644 CPUtime=1358.11
/proc/23969/stat : 23969 (ld-linux.so.2) R 23967 23969 22456 0 -1 4194304 10972 0 0 0 135803 8 0 0 25 0 1 0 24409805 48787456 10951 996147200 1448431616 1448550632 4294956208 18446744073709551615 134824169 0 0 4096 0 0 0 0 17 0 0 0
/proc/23969/statm: 11911 10951 426 29 0 10726 0
Current children cumulated CPU time (s) 1358.11
Current children cumulated vsize (KiB) 47644

[startup+1422.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 24008
/proc/meminfo: memFree=1320464/2055920 swapFree=4192812/4192956
[pid=23969] ppid=23967 vsize=47644 CPUtime=1418.08
/proc/23969/stat : 23969 (ld-linux.so.2) R 23967 23969 22456 0 -1 4194304 10973 0 0 0 141800 8 0 0 25 0 1 0 24409805 48787456 10952 996147200 1448431616 1448550632 4294956208 18446744073709551615 135161606 0 0 4096 0 0 0 0 17 0 0 0
/proc/23969/statm: 11911 10952 426 29 0 10726 0
Current children cumulated CPU time (s) 1418.08
Current children cumulated vsize (KiB) 47644

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 24014
/proc/meminfo: memFree=1320464/2055920 swapFree=4192812/4192956
[pid=23969] ppid=23967 vsize=47644 CPUtime=1478.05
/proc/23969/stat : 23969 (ld-linux.so.2) R 23967 23969 22456 0 -1 4194304 10973 0 0 0 147797 8 0 0 25 0 1 0 24409805 48787456 10952 996147200 1448431616 1448550632 4294956208 18446744073709551615 134843647 0 0 4096 0 0 0 0 17 0 0 0
/proc/23969/statm: 11911 10952 426 29 0 10726 0
Current children cumulated CPU time (s) 1478.05
Current children cumulated vsize (KiB) 47644

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 24014
/proc/meminfo: memFree=1320464/2055920 swapFree=4192812/4192956
[pid=23969] ppid=23967 vsize=47644 CPUtime=1538.02
/proc/23969/stat : 23969 (ld-linux.so.2) R 23967 23969 22456 0 -1 4194304 10973 0 0 0 153794 8 0 0 25 0 1 0 24409805 48787456 10952 996147200 1448431616 1448550632 4294956208 18446744073709551615 134824147 0 0 4096 0 0 0 0 17 0 0 0
/proc/23969/statm: 11911 10952 426 29 0 10726 0
Current children cumulated CPU time (s) 1538.02
Current children cumulated vsize (KiB) 47644

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 24014
/proc/meminfo: memFree=1320400/2055920 swapFree=4192812/4192956
[pid=23969] ppid=23967 vsize=47644 CPUtime=1597.99
/proc/23969/stat : 23969 (ld-linux.so.2) R 23967 23969 22456 0 -1 4194304 10973 0 0 0 159791 8 0 0 25 0 1 0 24409805 48787456 10952 996147200 1448431616 1448550632 4294956208 18446744073709551615 135161293 0 0 4096 0 0 0 0 17 0 0 0
/proc/23969/statm: 11911 10952 426 29 0 10726 0
Current children cumulated CPU time (s) 1597.99
Current children cumulated vsize (KiB) 47644

[startup+1662.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 24014
/proc/meminfo: memFree=1320400/2055920 swapFree=4192812/4192956
[pid=23969] ppid=23967 vsize=47644 CPUtime=1657.96
/proc/23969/stat : 23969 (ld-linux.so.2) R 23967 23969 22456 0 -1 4194304 10973 0 0 0 165788 8 0 0 25 0 1 0 24409805 48787456 10952 996147200 1448431616 1448550632 4294956208 18446744073709551615 135161282 0 0 4096 0 0 0 0 17 0 0 0
/proc/23969/statm: 11911 10952 426 29 0 10726 0
Current children cumulated CPU time (s) 1657.96
Current children cumulated vsize (KiB) 47644

[startup+1722.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/81 24014
/proc/meminfo: memFree=1320336/2055920 swapFree=4192812/4192956
[pid=23969] ppid=23967 vsize=47644 CPUtime=1717.92
/proc/23969/stat : 23969 (ld-linux.so.2) R 23967 23969 22456 0 -1 4194304 10973 0 0 0 171784 8 0 0 25 0 1 0 24409805 48787456 10952 996147200 1448431616 1448550632 4294956208 18446744073709551615 134843325 0 0 4096 0 0 0 0 17 0 0 0
/proc/23969/statm: 11911 10952 426 29 0 10726 0
Current children cumulated CPU time (s) 1717.92
Current children cumulated vsize (KiB) 47644

[startup+1782.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/81 24014
/proc/meminfo: memFree=1320208/2055920 swapFree=4192812/4192956
[pid=23969] ppid=23967 vsize=47644 CPUtime=1777.89
/proc/23969/stat : 23969 (ld-linux.so.2) R 23967 23969 22456 0 -1 4194304 10973 0 0 0 177781 8 0 0 25 0 1 0 24409805 48787456 10952 996147200 1448431616 1448550632 4294956208 18446744073709551615 135289858 0 0 4096 0 0 0 0 17 0 0 0
/proc/23969/statm: 11911 10952 426 29 0 10726 0
Current children cumulated CPU time (s) 1777.89
Current children cumulated vsize (KiB) 47644



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1804.5 s]
/proc/loadavg: 2.01 2.00 2.00 3/81 24014
/proc/meminfo: memFree=1320208/2055920 swapFree=4192812/4192956
[pid=23969] ppid=23967 vsize=47644 CPUtime=1800.08
/proc/23969/stat : 23969 (ld-linux.so.2) R 23967 23969 22456 0 -1 4194304 10973 0 0 0 180000 8 0 0 25 0 1 0 24409805 48787456 10952 996147200 1448431616 1448550632 4294956208 18446744073709551615 135161293 0 0 4096 0 0 0 0 17 0 0 0
/proc/23969/statm: 11911 10952 426 29 0 10726 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 47644

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

[startup+1804.5 s]
/proc/loadavg: 2.01 2.00 2.00 3/81 24014
/proc/meminfo: memFree=1320208/2055920 swapFree=4192812/4192956
[pid=23969] ppid=23967 vsize=47644 CPUtime=1800.08
/proc/23969/stat : 23969 (ld-linux.so.2) R 23967 23969 22456 0 -1 4194304 10973 0 0 0 180000 8 0 0 25 0 1 0 24409805 48787456 10952 996147200 1448431616 1448550632 4294956208 18446744073709551615 135161293 0 0 4096 0 0 0 0 17 0 0 0
/proc/23969/statm: 11911 10952 426 29 0 10726 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 47644

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1804.51
CPU time (s): 1800.1
CPU user time (s): 1800.01
CPU system time (s): 0.094985
CPU usage (%): 99.7554
Max. virtual memory (cumulated for all children) (KiB): 47644

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1800.01
system time used= 0.094985
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 10973
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= 25
involuntary context switches= 13516

runsolver used 2.47062 second user time and 5.74113 second system time

The end

Launcher Data

Begin job on node10 at 2009-07-12 06:37:08
IDJOB=2081633
IDBENCH=57450
IDSOLVER=769
FILE ID=node10/2081633-1247373427
PBS_JOBID= 9507132
Free space on /tmp= 66356 MiB

SOLVER NAME= Mistral 1.545
BENCH NAME= CPAI08/csp/super-js/super-js-taillard-20-15/normalized-super-js-taillard-20-15-7.xml
COMMAND LINE= /home/evaluation/evaluation/libc32/lib/ld-linux.so.2 ./xsolve BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2081633-1247373427/watcher-2081633-1247373427 -o /tmp/evaluation-result-2081633-1247373427/solver-2081633-1247373427 -C 1800 -W 2000 -M 900  /home/evaluation/evaluation/libc32/lib/ld-linux.so.2 ./xsolve HOME/instance-2081633-1247373427.xml

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

MD5SUM BENCH= e8be1cfa80b51f0715f732e132d17435
RANDOM SEED=1467396079

node10.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.279
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.279
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:       1433704 kB
Buffers:         63680 kB
Cached:         336500 kB
SwapCached:          0 kB
Active:         364992 kB
Inactive:       178760 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1433704 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2408 kB
Writeback:           0 kB
Mapped:         154692 kB
Slab:            63488 kB
Committed_AS:   287032 kB
PageTables:       2056 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= 66416 MiB
End job on node10 at 2009-07-12 07:07:14