Trace number 1105313

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
Minion/Tailor 2008-07-04? (exit code) 36.7534 37.5032

General information on the benchmark

Namecsp/bmc/
normalized-bmc-ibm-07-16.xml
MD5SUM0f0b449a2eeb7946cbda6c80af844fbf
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark2.31165
Satisfiable
(Un)Satisfiability was proved
Number of variables8710
Number of constraints48484
Maximum constraint arity33
Maximum domain size16
Number of constraints which are defined in extension0
Number of constraints which are defined in intension48484
Global constraints used (with number of constraints)

Solver Data (download as text)

8.77/8.97	c Finished tailoring XCSP instance to Minion. Starting solving
36.74/37.50	HOME/solve.sh: line 8: 10584 Segmentation fault      (core dumped) /home/evaluation/evaluation/libc32/lib/ld-linux.so.2 ./minion -cspcomp -preprocess SAC -varorder wdeg -timelimit $TIMEOUT ${TMPDIR}/problem.minion

Verifier Data (download as text)

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: 

Watcher Data (download as text)

runsolver version 3.2.5 (c) roussel@cril.univ-artois.fr

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1105313-1215204886/watcher-1105313-1215204886 -o /tmp/evaluation-result-1105313-1215204886/solver-1105313-1215204886 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/solve.sh HOME/instance-1105313-1215204886.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): 2200 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
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.91 1.95 1.90 4/73 10573
/proc/meminfo: memFree=1571608/2055920 swapFree=4180700/4192956
[pid=10573] ppid=10571 vsize=18572 CPUtime=0
/proc/10573/stat : 10573 (runsolver) R 10571 10573 9794 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 1999459966 19017728 292 996147200 4194304 4296836 548682068496 18446744073709551615 246406507815 0 0 4096 24578 0 0 0 17 1 0 0
/proc/10573/statm: 4643 292 257 25 0 2626 0

[startup+0.0461849 s]
/proc/loadavg: 1.91 1.95 1.90 4/73 10573
/proc/meminfo: memFree=1571608/2055920 swapFree=4180700/4192956
[pid=10573] ppid=10571 vsize=5356 CPUtime=0
/proc/10573/stat : 10573 (solve.sh) S 10571 10573 9794 0 -1 4194304 285 0 0 0 0 0 0 0 18 0 1 0 1999459966 5484544 235 996147200 4194304 4889804 548682068832 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10573/statm: 1339 235 195 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.101652 s]
/proc/loadavg: 1.91 1.95 1.90 4/73 10573
/proc/meminfo: memFree=1571608/2055920 swapFree=4180700/4192956
[pid=10573] ppid=10571 vsize=5356 CPUtime=0
/proc/10573/stat : 10573 (solve.sh) S 10571 10573 9794 0 -1 4194304 285 0 0 0 0 0 0 0 18 0 1 0 1999459966 5484544 235 996147200 4194304 4889804 548682068832 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10573/statm: 1339 235 195 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.301684 s]
/proc/loadavg: 1.91 1.95 1.90 4/73 10573
/proc/meminfo: memFree=1571608/2055920 swapFree=4180700/4192956
[pid=10573] ppid=10571 vsize=5356 CPUtime=0
/proc/10573/stat : 10573 (solve.sh) S 10571 10573 9794 0 -1 4194304 285 0 0 0 0 0 0 0 18 0 1 0 1999459966 5484544 235 996147200 4194304 4889804 548682068832 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10573/statm: 1339 235 195 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.701756 s]
/proc/loadavg: 1.91 1.95 1.90 4/73 10573
/proc/meminfo: memFree=1571608/2055920 swapFree=4180700/4192956
[pid=10573] ppid=10571 vsize=5356 CPUtime=0
/proc/10573/stat : 10573 (solve.sh) S 10571 10573 9794 0 -1 4194304 285 0 0 0 0 0 0 0 18 0 1 0 1999459966 5484544 235 996147200 4194304 4889804 548682068832 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10573/statm: 1339 235 195 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+1.5029 s]
/proc/loadavg: 1.91 1.95 1.90 3/83 10583
/proc/meminfo: memFree=1523656/2055920 swapFree=4180700/4192956
[pid=10573] ppid=10571 vsize=5356 CPUtime=0
/proc/10573/stat : 10573 (solve.sh) S 10571 10573 9794 0 -1 4194304 285 0 0 0 0 0 0 0 18 0 1 0 1999459966 5484544 235 996147200 4194304 4889804 548682068832 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10573/statm: 1339 235 195 169 0 50 0
[pid=10575] ppid=10573 vsize=864896 CPUtime=1.46
/proc/10575/stat : 10575 (java) S 10573 10573 9794 0 -1 0 20382 0 1 0 137 9 0 0 18 0 9 0 1999459967 885653504 19800 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10575/statm: 216224 19800 1843 9 0 210786 0
[pid=10575/tid=10576] ppid=10573 vsize=864896 CPUtime=0.96
/proc/10575/task/10576/stat : 10576 (java) R 10573 10573 9794 0 -1 64 4843 0 1 0 93 3 0 0 25 0 9 0 1999459968 885653504 19800 996147200 134512640 134550740 4294956032 18446744073709551615 4126672216 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10575/tid=10577] ppid=10573 vsize=864896 CPUtime=0.36
/proc/10575/task/10577/stat : 10577 (java) S 10573 10573 9794 0 -1 64 14313 0 0 0 31 5 0 0 16 0 9 0 1999459969 885653504 19800 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10575/tid=10578] ppid=10573 vsize=864896 CPUtime=0
/proc/10575/task/10578/stat : 10578 (java) S 10573 10573 9794 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1999459969 885653504 19800 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10575/tid=10579] ppid=10573 vsize=864896 CPUtime=0
/proc/10575/task/10579/stat : 10579 (java) S 10573 10573 9794 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 1999459969 885653504 19800 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10575/tid=10580] ppid=10573 vsize=864896 CPUtime=0
/proc/10575/task/10580/stat : 10580 (java) S 10573 10573 9794 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1999459972 885653504 19800 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10575/tid=10581] ppid=10573 vsize=864896 CPUtime=0.13
/proc/10575/task/10581/stat : 10581 (java) S 10573 10573 9794 0 -1 64 493 0 0 0 13 0 0 0 16 0 9 0 1999459972 885653504 19800 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10575/tid=10582] ppid=10573 vsize=864896 CPUtime=0
/proc/10575/task/10582/stat : 10582 (java) S 10573 10573 9794 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1999459972 885653504 19800 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10575/tid=10583] ppid=10573 vsize=864896 CPUtime=0
/proc/10575/task/10583/stat : 10583 (java) S 10573 10573 9794 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1999459972 885653504 19800 996147200 134512640 134550740 4294956032 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) 870252

[startup+3.10118 s]
/proc/loadavg: 1.91 1.95 1.90 3/83 10583
/proc/meminfo: memFree=1487688/2055920 swapFree=4180700/4192956
[pid=10573] ppid=10571 vsize=5356 CPUtime=0
/proc/10573/stat : 10573 (solve.sh) S 10571 10573 9794 0 -1 4194304 285 0 0 0 0 0 0 0 18 0 1 0 1999459966 5484544 235 996147200 4194304 4889804 548682068832 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10573/statm: 1339 235 195 169 0 50 0
[pid=10575] ppid=10573 vsize=868772 CPUtime=3.04
/proc/10575/stat : 10575 (java) S 10573 10573 9794 0 -1 0 25279 0 1 0 291 13 0 0 18 0 9 0 1999459967 889622528 24620 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10575/statm: 217193 24620 1862 9 0 211755 0
[pid=10575/tid=10576] ppid=10573 vsize=868772 CPUtime=2.1
/proc/10575/task/10576/stat : 10576 (java) R 10573 10573 9794 0 -1 64 5003 0 1 0 206 4 0 0 25 0 9 0 1999459968 889622528 24620 996147200 134512640 134550740 4294956032 18446744073709551615 4126871824 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10575/tid=10577] ppid=10573 vsize=868772 CPUtime=0.65
/proc/10575/task/10577/stat : 10577 (java) S 10573 10573 9794 0 -1 64 18015 0 0 0 59 6 0 0 16 0 9 0 1999459969 889622528 24620 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10575/tid=10578] ppid=10573 vsize=868772 CPUtime=0
/proc/10575/task/10578/stat : 10578 (java) S 10573 10573 9794 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1999459969 889622528 24620 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10575/tid=10579] ppid=10573 vsize=868772 CPUtime=0
/proc/10575/task/10579/stat : 10579 (java) S 10573 10573 9794 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 1999459969 889622528 24620 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10575/tid=10580] ppid=10573 vsize=868772 CPUtime=0
/proc/10575/task/10580/stat : 10580 (java) S 10573 10573 9794 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1999459972 889622528 24620 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10575/tid=10581] ppid=10573 vsize=868772 CPUtime=0.26
/proc/10575/task/10581/stat : 10581 (java) S 10573 10573 9794 0 -1 64 1528 0 0 0 25 1 0 0 16 0 9 0 1999459972 889622528 24620 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10575/tid=10582] ppid=10573 vsize=868772 CPUtime=0
/proc/10575/task/10582/stat : 10582 (java) S 10573 10573 9794 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1999459972 889622528 24620 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10575/tid=10583] ppid=10573 vsize=868772 CPUtime=0
/proc/10575/task/10583/stat : 10583 (java) S 10573 10573 9794 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1999459972 889622528 24620 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.04
Current children cumulated vsize (KiB) 874128

[startup+6.30402 s]
/proc/loadavg: 1.92 1.95 1.90 3/83 10583
/proc/meminfo: memFree=1463624/2055920 swapFree=4180700/4192956
[pid=10573] ppid=10571 vsize=5356 CPUtime=0
/proc/10573/stat : 10573 (solve.sh) S 10571 10573 9794 0 -1 4194304 285 0 0 0 0 0 0 0 18 0 1 0 1999459966 5484544 235 996147200 4194304 4889804 548682068832 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10573/statm: 1339 235 195 169 0 50 0
[pid=10575] ppid=10573 vsize=868772 CPUtime=6.2
/proc/10575/stat : 10575 (java) S 10573 10573 9794 0 -1 0 31286 0 1 0 603 17 0 0 18 0 9 0 1999459967 889622528 30458 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10575/statm: 217193 30458 1862 9 0 211755 0
[pid=10575/tid=10576] ppid=10573 vsize=868772 CPUtime=4.64
/proc/10575/task/10576/stat : 10576 (java) R 10573 10573 9794 0 -1 64 5172 0 1 0 459 5 0 0 25 0 9 0 1999459968 889622528 30458 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10575/tid=10577] ppid=10573 vsize=868772 CPUtime=1.27
/proc/10575/task/10577/stat : 10577 (java) S 10573 10573 9794 0 -1 64 23846 0 0 0 117 10 0 0 15 0 9 0 1999459969 889622528 30458 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10575/tid=10578] ppid=10573 vsize=868772 CPUtime=0
/proc/10575/task/10578/stat : 10578 (java) S 10573 10573 9794 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1999459969 889622528 30458 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10575/tid=10579] ppid=10573 vsize=868772 CPUtime=0
/proc/10575/task/10579/stat : 10579 (java) S 10573 10573 9794 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 1999459969 889622528 30458 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10575/tid=10580] ppid=10573 vsize=868772 CPUtime=0
/proc/10575/task/10580/stat : 10580 (java) S 10573 10573 9794 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1999459972 889622528 30458 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10575/tid=10581] ppid=10573 vsize=868772 CPUtime=0.27
/proc/10575/task/10581/stat : 10581 (java) S 10573 10573 9794 0 -1 64 1535 0 0 0 26 1 0 0 16 0 9 0 1999459972 889622528 30458 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10575/tid=10582] ppid=10573 vsize=868772 CPUtime=0
/proc/10575/task/10582/stat : 10582 (java) S 10573 10573 9794 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1999459972 889622528 30458 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10575/tid=10583] ppid=10573 vsize=868772 CPUtime=0
/proc/10575/task/10583/stat : 10583 (java) S 10573 10573 9794 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1999459972 889622528 30458 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 874128

[startup+12.7019 s]
/proc/loadavg: 2.01 1.97 1.91 3/75 10584
/proc/meminfo: memFree=1547656/2055920 swapFree=4180700/4192956
[pid=10573] ppid=10571 vsize=5360 CPUtime=8.85
/proc/10573/stat : 10573 (solve.sh) S 10571 10573 9794 0 -1 4194304 310 39853 0 1 0 0 859 26 19 0 1 0 1999459966 5488640 236 996147200 4194304 4889804 548682068832 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10573/statm: 1340 236 195 169 0 51 0
[pid=10584] ppid=10573 vsize=238176 CPUtime=3.68
/proc/10584/stat : 10584 (ld-linux.so.2) R 10573 10573 9794 0 -1 4194304 54193 0 0 0 343 25 0 0 25 0 1 0 1999460864 243892224 53611 996147200 1448431616 1448550632 4294956176 18446744073709551615 4158656119 0 0 4096 0 0 0 0 17 1 0 0
/proc/10584/statm: 59544 53611 350 29 0 53598 0
Current children cumulated CPU time (s) 12.53
Current children cumulated vsize (KiB) 243536

[startup+25.5011 s]
/proc/loadavg: 2.00 1.97 1.91 3/75 10584
/proc/meminfo: memFree=1429320/2055920 swapFree=4180700/4192956
[pid=10573] ppid=10571 vsize=5360 CPUtime=8.85
/proc/10573/stat : 10573 (solve.sh) S 10571 10573 9794 0 -1 4194304 310 39853 0 1 0 0 859 26 19 0 1 0 1999459966 5488640 236 996147200 4194304 4889804 548682068832 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10573/statm: 1340 236 195 169 0 51 0
[pid=10584] ppid=10573 vsize=165052 CPUtime=16.37
/proc/10584/stat : 10584 (ld-linux.so.2) R 10573 10573 9794 0 -1 4194304 78844 0 0 0 1599 38 0 0 25 0 1 100 1999460864 169013248 35121 996147200 1448431616 1448550632 4294956176 18446744073709551615 4158657420 0 0 4096 8194 0 0 0 17 1 0 0
/proc/10584/statm: 41263 35121 524 29 0 35317 0
Current children cumulated CPU time (s) 25.22
Current children cumulated vsize (KiB) 170412

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

[startup+31.9062 s]
/proc/loadavg: 2.00 1.97 1.91 3/75 10584
/proc/meminfo: memFree=1429256/2055920 swapFree=4180700/4192956
[pid=10573] ppid=10571 vsize=5360 CPUtime=8.85
/proc/10573/stat : 10573 (solve.sh) S 10571 10573 9794 0 -1 4194304 310 39853 0 1 0 0 859 26 19 0 1 0 1999459966 5488640 236 996147200 4194304 4889804 548682068832 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10573/statm: 1340 236 195 169 0 51 0
[pid=10584] ppid=10573 vsize=165052 CPUtime=22.72
/proc/10584/stat : 10584 (ld-linux.so.2) R 10573 10573 9794 0 -1 4194304 78844 0 0 0 2234 38 0 0 25 0 1 100 1999460864 169013248 35121 996147200 1448431616 1448550632 4294956176 18446744073709551615 4158657420 0 0 4096 8194 0 0 0 17 1 0 0
/proc/10584/statm: 41263 35121 524 29 0 35317 0
Current children cumulated CPU time (s) 31.57
Current children cumulated vsize (KiB) 170412

[startup+35.1018 s]
/proc/loadavg: 2.00 1.97 1.91 3/75 10584
/proc/meminfo: memFree=1042312/2055920 swapFree=4180700/4192956
[pid=10573] ppid=10571 vsize=5360 CPUtime=8.85
/proc/10573/stat : 10573 (solve.sh) S 10571 10573 9794 0 -1 4194304 310 39853 0 1 0 0 859 26 19 0 1 0 1999459966 5488640 236 996147200 4194304 4889804 548682068832 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10573/statm: 1340 236 195 169 0 51 0
[pid=10584] ppid=10573 vsize=528912 CPUtime=25.89
/proc/10584/stat : 10584 (ld-linux.so.2) R 10573 10573 9794 0 -1 4195840 260912 0 0 0 2461 128 0 0 25 0 1 100 1999460864 541605888 126478 996147200 1448431616 1448550632 4294956176 18446744073709551615 4158657420 0 0 4096 8194 0 0 0 17 1 0 0
/proc/10584/statm: 132228 126478 527 29 0 126282 0
Current children cumulated CPU time (s) 34.74
Current children cumulated vsize (KiB) 534272

[startup+36.7011 s]
/proc/loadavg: 2.00 1.97 1.91 3/75 10584
/proc/meminfo: memFree=769608/2055920 swapFree=4180700/4192956
[pid=10573] ppid=10571 vsize=5360 CPUtime=8.85
/proc/10573/stat : 10573 (solve.sh) S 10571 10573 9794 0 -1 4194304 310 39853 0 1 0 0 859 26 19 0 1 0 1999459966 5488640 236 996147200 4194304 4889804 548682068832 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10573/statm: 1340 236 195 169 0 51 0
[pid=10584] ppid=10573 vsize=528912 CPUtime=27.27
/proc/10584/stat : 10584 (ld-linux.so.2) R 10573 10573 9794 0 -1 4195840 260972 0 0 0 2461 266 0 0 25 0 1 100 1999460864 541605888 126478 996147200 1448431616 1448550632 4294956176 18446744073709551615 4158657420 0 0 4096 8194 0 0 0 17 1 0 0
/proc/10584/statm: 132228 126478 527 29 0 126282 0
Current children cumulated CPU time (s) 36.12
Current children cumulated vsize (KiB) 534272

[startup+37.1011 s]
/proc/loadavg: 2.00 1.97 1.91 3/75 10584
/proc/meminfo: memFree=769608/2055920 swapFree=4180700/4192956
[pid=10573] ppid=10571 vsize=5360 CPUtime=8.85
/proc/10573/stat : 10573 (solve.sh) S 10571 10573 9794 0 -1 4194304 310 39853 0 1 0 0 859 26 19 0 1 0 1999459966 5488640 236 996147200 4194304 4889804 548682068832 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10573/statm: 1340 236 195 169 0 51 0
[pid=10584] ppid=10573 vsize=528912 CPUtime=27.51
/proc/10584/stat : 10584 (ld-linux.so.2) R 10573 10573 9794 0 -1 4195840 260972 0 0 0 2461 290 0 0 24 0 1 100 1999460864 541605888 126478 996147200 1448431616 1448550632 4294956176 18446744073709551615 4158657420 0 0 4096 8194 0 0 0 17 1 0 0
/proc/10584/statm: 132228 126478 527 29 0 126282 0
Current children cumulated CPU time (s) 36.36
Current children cumulated vsize (KiB) 534272

[startup+37.5025 s]
/proc/loadavg: 2.00 1.97 1.91 3/75 10584
/proc/meminfo: memFree=561992/2055920 swapFree=4180700/4192956
[pid=10573] ppid=10571 vsize=5360 CPUtime=8.85
/proc/10573/stat : 10573 (solve.sh) S 10571 10573 9794 0 -1 4194304 310 39853 0 1 0 0 859 26 19 0 1 0 1999459966 5488640 236 996147200 4194304 4889804 548682068832 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10573/statm: 1340 236 195 169 0 51 0
[pid=10584] ppid=10573 vsize=0 CPUtime=27.89
/proc/10584/stat : 10584 (ld-linux.so.2) R 10573 10573 9794 0 -1 4195844 261034 0 0 0 2461 328 0 0 25 0 1 100 1999460864 0 0 996147200 0 0 0 0 0 0 0 4096 8194 0 0 0 17 1 0 0
/proc/10584/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 36.74
Current children cumulated vsize (KiB) 5360

Child status: 139
Real time (s): 37.5032
CPU time (s): 36.7534
CPU user time (s): 33.203
CPU system time (s): 3.55046
CPU usage (%): 98.0008
Max. virtual memory (cumulated for all children) (KiB): 874128

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 33.203
system time used= 3.55046
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 301212
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= 3102
involuntary context switches= 3795

runsolver used 0.041993 second user time and 0.123981 second system time

The end

Launcher Data (download as text)

Begin job on node61 at 2008-07-04 22:54:46
IDJOB=1105313
IDBENCH=56338
IDSOLVER=369
FILE ID=node61/1105313-1215204886
PBS_JOBID= 7881660
Free space on /tmp= 66460 MiB

SOLVER NAME= Minion/Tailor 2008-07-04
BENCH NAME= CPAI08/csp/bmc/normalized-bmc-ibm-07-16.xml
COMMAND LINE= DIR/solve.sh BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1105313-1215204886/watcher-1105313-1215204886 -o /tmp/evaluation-result-1105313-1215204886/solver-1105313-1215204886 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/solve.sh HOME/instance-1105313-1215204886.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 0f0b449a2eeb7946cbda6c80af844fbf
RANDOM SEED=1568463628

node61.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.269
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.269
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:       1572088 kB
Buffers:         51600 kB
Cached:         352592 kB
SwapCached:       6188 kB
Active:         237072 kB
Inactive:       189596 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1572088 kB
SwapTotal:     4192956 kB
SwapFree:      4180700 kB
Dirty:           36240 kB
Writeback:           0 kB
Mapped:          29956 kB
Slab:            42460 kB
Committed_AS:  3931492 kB
PageTables:       1792 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264884 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 65936 MiB
End job on node61 at 2008-07-04 22:55:24