Trace number 2091811

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
pcs 0.3.2? (TO) 1800.03 1805.02

General information on the benchmark

Namecsp/rand-2-50-23-fcd/
normalized-rand-2-50-23-587-230-fcd-43_ext.xml
MD5SUM8e3e2ea79a1f9521bdde484911e6daf8
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark172.72
Satisfiable
(Un)Satisfiability was proved
Number of variables50
Number of constraints476
Maximum constraint arity2
Maximum domain size23
Number of constraints which are defined in extension476
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data

0.00/0.01	c small-domain mode
0.19/0.21	c Seed is 625542092
0.19/0.21	c Constructing HOME/instance-2091811-1247733455.xml  with 10921 constraints
0.19/0.21	c Solving 

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-2091811-1247733455/watcher-2091811-1247733455 -o /tmp/evaluation-result-2091811-1247733455/solver-2091811-1247733455 -C 1800 -W 2000 -M 900 HOME/pcssolve -s 625542092 HOME/instance-2091811-1247733455.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: 1.91 1.97 1.99 4/73 17752
/proc/meminfo: memFree=1464576/2055920 swapFree=4192812/4192956
[pid=17752] ppid=17750 vsize=5356 CPUtime=0
/proc/17752/stat : 17752 (pcssolve) S 17750 17752 16204 0 -1 4194304 339 474 0 0 0 0 0 0 18 0 1 0 60410295 5484544 242 996147200 4194304 4889804 548682068800 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17752/statm: 1339 242 201 169 0 50 0
[pid=17756] ppid=17752 vsize=192 CPUtime=0
/proc/17756/stat : 17756 (grep) R 17752 17752 16204 0 -1 4194304 26 0 0 0 0 0 0 0 19 0 1 0 60410296 196608 5 996147200 4194304 4274172 548682068976 18446744073709551615 254611032704 0 0 4096 0 0 0 0 17 1 0 0
/proc/17756/statm: 48 5 1 19 0 2 0

[startup+0.103416 s]
/proc/loadavg: 1.91 1.97 1.99 4/73 17752
/proc/meminfo: memFree=1464576/2055920 swapFree=4192812/4192956
[pid=17752] ppid=17750 vsize=5828 CPUtime=0.09
/proc/17752/stat : 17752 (pcs.small) R 17750 17752 16204 0 -1 4194304 1178 822 0 0 8 0 0 1 18 0 1 0 60410295 5967872 787 996147200 134512640 135095119 4294956304 18446744073709551615 134554989 0 0 4096 0 0 0 0 17 0 0 0
/proc/17752/statm: 1457 787 364 142 0 411 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 5828

[startup+0.201431 s]
/proc/loadavg: 1.91 1.97 1.99 4/73 17752
/proc/meminfo: memFree=1464576/2055920 swapFree=4192812/4192956
[pid=17752] ppid=17750 vsize=8116 CPUtime=0.19
/proc/17752/stat : 17752 (pcs.small) R 17750 17752 16204 0 -1 4194304 1804 822 0 0 17 1 0 1 18 0 1 0 60410295 8310784 1315 996147200 134512640 135095119 4294956304 18446744073709551615 134642962 0 0 4096 0 0 0 0 17 0 0 0
/proc/17752/statm: 2029 1315 378 142 0 983 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 8116

[startup+0.301436 s]
/proc/loadavg: 1.91 1.97 1.99 4/73 17752
/proc/meminfo: memFree=1464576/2055920 swapFree=4192812/4192956
[pid=17752] ppid=17750 vsize=8116 CPUtime=0.29
/proc/17752/stat : 17752 (pcs.small) R 17750 17752 16204 0 -1 4194304 1805 822 0 0 27 1 0 1 19 0 1 0 60410295 8310784 1316 996147200 134512640 135095119 4294956304 18446744073709551615 134617019 0 0 4096 0 0 0 0 17 0 0 0
/proc/17752/statm: 2029 1316 378 142 0 983 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 8116

[startup+0.701478 s]
/proc/loadavg: 1.91 1.97 1.99 4/73 17752
/proc/meminfo: memFree=1464576/2055920 swapFree=4192812/4192956
[pid=17752] ppid=17750 vsize=8116 CPUtime=0.69
/proc/17752/stat : 17752 (pcs.small) R 17750 17752 16204 0 -1 4194304 1808 822 0 0 67 1 0 1 23 0 1 0 60410295 8310784 1319 996147200 134512640 135095119 4294956304 18446744073709551615 134589657 0 0 4096 0 0 0 0 17 0 0 0
/proc/17752/statm: 2029 1319 378 142 0 983 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 8116

[startup+1.50157 s]
/proc/loadavg: 1.91 1.97 1.99 3/74 17758
/proc/meminfo: memFree=1460472/2055920 swapFree=4192812/4192956
[pid=17752] ppid=17750 vsize=8116 CPUtime=1.49
/proc/17752/stat : 17752 (pcs.small) R 17750 17752 16204 0 -1 4194304 1815 822 0 0 147 1 0 1 25 0 1 0 60410295 8310784 1326 996147200 134512640 135095119 4294956304 18446744073709551615 134617027 0 0 4096 0 0 0 0 17 0 0 0
/proc/17752/statm: 2029 1326 378 142 0 983 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 8116

[startup+3.10275 s]
/proc/loadavg: 1.91 1.97 1.99 3/74 17758
/proc/meminfo: memFree=1460280/2055920 swapFree=4192812/4192956
[pid=17752] ppid=17750 vsize=8116 CPUtime=3.09
/proc/17752/stat : 17752 (pcs.small) R 17750 17752 16204 0 -1 4194304 1828 822 0 0 307 1 0 1 25 0 1 0 60410295 8310784 1339 996147200 134512640 135095119 4294956304 18446744073709551615 134589562 0 0 4096 0 0 0 0 17 0 0 0
/proc/17752/statm: 2029 1339 378 142 0 983 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 8116

[startup+6.30111 s]
/proc/loadavg: 1.92 1.97 1.99 3/74 17758
/proc/meminfo: memFree=1460224/2055920 swapFree=4192812/4192956
[pid=17752] ppid=17750 vsize=8116 CPUtime=6.27
/proc/17752/stat : 17752 (pcs.small) R 17750 17752 16204 0 -1 4194304 1850 822 0 0 625 1 0 1 25 0 1 0 60410295 8310784 1361 996147200 134512640 135095119 4294956304 18446744073709551615 134840710 0 0 4096 0 0 0 0 17 0 0 0
/proc/17752/statm: 2029 1361 378 142 0 983 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 8116

[startup+12.7018 s]
/proc/loadavg: 1.93 1.97 1.99 3/74 17758
/proc/meminfo: memFree=1459328/2055920 swapFree=4192812/4192956
[pid=17752] ppid=17750 vsize=9656 CPUtime=12.64
/proc/17752/stat : 17752 (pcs.small) R 17750 17752 16204 0 -1 4194304 2170 822 0 0 1262 1 0 1 25 0 1 0 60410295 9887744 1552 996147200 134512640 135095119 4294956304 18446744073709551615 134637588 0 0 4096 0 0 0 0 17 0 0 0
/proc/17752/statm: 2414 1552 378 142 0 1368 0
Current children cumulated CPU time (s) 12.64
Current children cumulated vsize (KiB) 9656

[startup+25.5013 s]
/proc/loadavg: 1.94 1.97 1.99 3/74 17758
/proc/meminfo: memFree=1457856/2055920 swapFree=4192812/4192956
[pid=17752] ppid=17750 vsize=11340 CPUtime=25.38
/proc/17752/stat : 17752 (pcs.small) R 17750 17752 16204 0 -1 4194304 2760 822 0 0 2536 1 0 1 25 0 1 0 60410295 11612160 1885 996147200 134512640 135095119 4294956304 18446744073709551615 134642970 0 0 4096 0 0 0 0 17 0 0 0
/proc/17752/statm: 2835 1885 378 142 0 1789 0
Current children cumulated CPU time (s) 25.38
Current children cumulated vsize (KiB) 11340

[startup+51.1011 s]
/proc/loadavg: 1.96 1.97 1.99 3/74 17758
/proc/meminfo: memFree=1454464/2055920 swapFree=4192812/4192956
[pid=17752] ppid=17750 vsize=14212 CPUtime=50.88
/proc/17752/stat : 17752 (pcs.small) R 17750 17752 16204 0 -1 4194304 3775 822 0 0 5084 3 0 1 25 0 1 0 60410295 14553088 2643 996147200 134512640 135095119 4294956304 18446744073709551615 134642970 0 0 4096 0 0 0 0 17 0 0 0
/proc/17752/statm: 3553 2643 378 142 0 2507 0
Current children cumulated CPU time (s) 50.88
Current children cumulated vsize (KiB) 14212

[startup+102.302 s]
/proc/loadavg: 1.98 1.97 1.99 3/74 17758
/proc/meminfo: memFree=1448640/2055920 swapFree=4192812/4192956
[pid=17752] ppid=17750 vsize=18632 CPUtime=101.87
/proc/17752/stat : 17752 (pcs.small) R 17750 17752 16204 0 -1 4194304 5321 822 0 0 10182 4 0 1 25 0 1 0 60410295 19079168 3676 996147200 134512640 135095119 4294956304 18446744073709551615 134641680 0 0 4096 0 0 0 0 17 0 0 0
/proc/17752/statm: 4658 3676 378 142 0 3612 0
Current children cumulated CPU time (s) 101.87
Current children cumulated vsize (KiB) 18632

[startup+162.302 s]
/proc/loadavg: 1.99 1.97 1.99 3/74 17758
/proc/meminfo: memFree=1440704/2055920 swapFree=4192812/4192956
[pid=17752] ppid=17750 vsize=28996 CPUtime=161.63
/proc/17752/stat : 17752 (pcs.small) R 17750 17752 16204 0 -1 4194304 8297 822 0 0 16155 7 0 1 25 0 1 0 60410295 29691904 5114 996147200 134512640 135095119 4294956304 18446744073709551615 134589562 0 0 4096 0 0 0 0 17 0 0 0
/proc/17752/statm: 7249 5114 378 142 0 6203 0
Current children cumulated CPU time (s) 161.63
Current children cumulated vsize (KiB) 28996

[startup+222.306 s]
/proc/loadavg: 1.99 1.97 1.99 3/74 17758
/proc/meminfo: memFree=1436736/2055920 swapFree=4192812/4192956
[pid=17752] ppid=17750 vsize=29524 CPUtime=221.39
/proc/17752/stat : 17752 (pcs.small) R 17750 17752 16204 0 -1 4194304 8779 822 0 0 22130 8 0 1 25 0 1 0 60410295 30232576 5596 996147200 134512640 135095119 4294956304 18446744073709551615 134589562 0 0 4096 0 0 0 0 17 0 0 0
/proc/17752/statm: 7381 5596 378 142 0 6335 0
Current children cumulated CPU time (s) 221.39
Current children cumulated vsize (KiB) 29524

[startup+282.302 s]
/proc/loadavg: 1.99 1.97 1.99 3/74 17758
/proc/meminfo: memFree=1431616/2055920 swapFree=4192812/4192956
[pid=17752] ppid=17750 vsize=31240 CPUtime=281.15
/proc/17752/stat : 17752 (pcs.small) R 17750 17752 16204 0 -1 4194304 9553 822 0 0 28105 9 0 1 25 0 1 0 60410295 31989760 6370 996147200 134512640 135095119 4294956304 18446744073709551615 134617027 0 0 4096 0 0 0 0 17 0 0 0
/proc/17752/statm: 7810 6370 378 142 0 6764 0
Current children cumulated CPU time (s) 281.15
Current children cumulated vsize (KiB) 31240

[startup+342.302 s]
/proc/loadavg: 1.99 1.97 1.99 3/74 17758
/proc/meminfo: memFree=1426816/2055920 swapFree=4192812/4192956
[pid=17752] ppid=17750 vsize=32956 CPUtime=340.9
/proc/17752/stat : 17752 (pcs.small) R 17750 17752 16204 0 -1 4194304 10256 822 0 0 34079 10 0 1 25 0 1 0 60410295 33746944 7073 996147200 134512640 135095119 4294956304 18446744073709551615 134642970 0 0 4096 0 0 0 0 17 0 0 0
/proc/17752/statm: 8239 7073 378 142 0 7193 0
Current children cumulated CPU time (s) 340.9
Current children cumulated vsize (KiB) 32956

[startup+402.301 s]
/proc/loadavg: 1.99 1.97 1.99 3/74 17758
/proc/meminfo: memFree=1422208/2055920 swapFree=4192812/4192956
[pid=17752] ppid=17750 vsize=34540 CPUtime=400.66
/proc/17752/stat : 17752 (pcs.small) R 17750 17752 16204 0 -1 4194304 10936 822 0 0 40054 11 0 1 25 0 1 0 60410295 35368960 7753 996147200 134512640 135095119 4294956304 18446744073709551615 134617027 0 0 4096 0 0 0 0 17 0 0 0
/proc/17752/statm: 8635 7753 378 142 0 7589 0
Current children cumulated CPU time (s) 400.66
Current children cumulated vsize (KiB) 34540

[startup+462.302 s]
/proc/loadavg: 1.99 1.97 1.99 3/74 17758
/proc/meminfo: memFree=1417408/2055920 swapFree=4192812/4192956
[pid=17752] ppid=17750 vsize=44316 CPUtime=460.41
/proc/17752/stat : 17752 (pcs.small) R 17750 17752 16204 0 -1 4194304 13648 822 0 0 46027 13 0 1 25 0 1 0 60410295 45379584 8416 996147200 134512640 135095119 4294956304 18446744073709551615 134589562 0 0 4096 0 0 0 0 17 0 0 0
/proc/17752/statm: 11079 8416 378 142 0 10033 0
Current children cumulated CPU time (s) 460.41
Current children cumulated vsize (KiB) 44316

[startup+522.302 s]
/proc/loadavg: 1.99 1.97 1.99 3/74 17758
/proc/meminfo: memFree=1407616/2055920 swapFree=4192812/4192956
[pid=17752] ppid=17750 vsize=55276 CPUtime=520.17
/proc/17752/stat : 17752 (pcs.small) R 17750 17752 16204 0 -1 4194304 16636 822 0 0 52000 16 0 1 25 0 1 0 60410295 56602624 10379 996147200 134512640 135095119 4294956304 18446744073709551615 134636931 0 0 4096 0 0 0 0 17 0 0 0
/proc/17752/statm: 13819 10379 378 142 0 12773 0
Current children cumulated CPU time (s) 520.17
Current children cumulated vsize (KiB) 55276

[startup+582.301 s]
/proc/loadavg: 1.99 1.97 1.99 3/74 17758
/proc/meminfo: memFree=1404480/2055920 swapFree=4192812/4192956
[pid=17752] ppid=17750 vsize=55276 CPUtime=579.93
/proc/17752/stat : 17752 (pcs.small) R 17750 17752 16204 0 -1 4194304 16890 822 0 0 57976 16 0 1 25 0 1 0 60410295 56602624 10633 996147200 134512640 135095119 4294956304 18446744073709551615 134589562 0 0 4096 0 0 0 0 17 0 0 0
/proc/17752/statm: 13819 10633 378 142 0 12773 0
Current children cumulated CPU time (s) 579.93
Current children cumulated vsize (KiB) 55276

[startup+642.301 s]
/proc/loadavg: 1.99 1.97 1.99 3/74 17758
/proc/meminfo: memFree=1401472/2055920 swapFree=4192812/4192956
[pid=17752] ppid=17750 vsize=55276 CPUtime=639.69
/proc/17752/stat : 17752 (pcs.small) R 17750 17752 16204 0 -1 4194304 17147 822 0 0 63952 16 0 1 25 0 1 0 60410295 56602624 10890 996147200 134512640 135095119 4294956304 18446744073709551615 134589562 0 0 4096 0 0 0 0 17 0 0 0
/proc/17752/statm: 13819 10890 378 142 0 12773 0
Current children cumulated CPU time (s) 639.69

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

[startup+882.307 s]
/proc/loadavg: 1.99 1.97 1.99 3/74 17760
/proc/meminfo: memFree=1386880/2055920 swapFree=4192812/4192956
[pid=17752] ppid=17750 vsize=58708 CPUtime=878.72
/proc/17752/stat : 17752 (pcs.small) R 17750 17752 16204 0 -1 4194304 18943 822 0 0 87851 20 0 1 25 0 1 0 60410295 60116992 12686 996147200 134512640 135095119 4294956304 18446744073709551615 134589560 0 0 4096 0 0 0 0 17 0 0 0
/proc/17752/statm: 14677 12686 378 142 0 13631 0
Current children cumulated CPU time (s) 878.72
Current children cumulated vsize (KiB) 58708

[startup+942.302 s]
/proc/loadavg: 1.99 1.97 1.99 3/74 17760
/proc/meminfo: memFree=1383040/2055920 swapFree=4192812/4192956
[pid=17752] ppid=17750 vsize=59896 CPUtime=938.48
/proc/17752/stat : 17752 (pcs.small) R 17750 17752 16204 0 -1 4194304 19480 822 0 0 93826 21 0 1 25 0 1 0 60410295 61333504 13223 996147200 134512640 135095119 4294956304 18446744073709551615 134589562 0 0 4096 0 0 0 0 17 0 0 0
/proc/17752/statm: 14974 13223 378 142 0 13928 0
Current children cumulated CPU time (s) 938.48
Current children cumulated vsize (KiB) 59896

[startup+1002.3 s]
/proc/loadavg: 1.99 1.97 1.99 3/74 17760
/proc/meminfo: memFree=1366400/2055920 swapFree=4192812/4192956
[pid=17752] ppid=17750 vsize=60956 CPUtime=998.23
/proc/17752/stat : 17752 (pcs.small) R 17750 17752 16204 0 -1 4194304 19964 822 0 0 99801 21 0 1 25 0 1 0 60410295 62418944 13707 996147200 134512640 135095119 4294956304 18446744073709551615 134642955 0 0 4096 0 0 0 0 17 0 0 0
/proc/17752/statm: 15239 13707 378 142 0 14193 0
Current children cumulated CPU time (s) 998.23
Current children cumulated vsize (KiB) 60956

[startup+1062.3 s]
/proc/loadavg: 1.99 1.97 1.99 3/74 17760
/proc/meminfo: memFree=1363584/2055920 swapFree=4192812/4192956
[pid=17752] ppid=17750 vsize=62276 CPUtime=1057.98
/proc/17752/stat : 17752 (pcs.small) R 17750 17752 16204 0 -1 4194304 20481 822 0 0 105775 22 0 1 25 0 1 0 60410295 63770624 14224 996147200 134512640 135095119 4294956304 18446744073709551615 134589562 0 0 4096 0 0 0 0 17 0 0 0
/proc/17752/statm: 15569 14224 378 142 0 14523 0
Current children cumulated CPU time (s) 1057.98
Current children cumulated vsize (KiB) 62276

[startup+1122.3 s]
/proc/loadavg: 1.99 1.97 1.99 3/74 17760
/proc/meminfo: memFree=1360896/2055920 swapFree=4192812/4192956
[pid=17752] ppid=17750 vsize=63332 CPUtime=1117.74
/proc/17752/stat : 17752 (pcs.small) R 17750 17752 16204 0 -1 4194304 20978 822 0 0 111750 23 0 1 25 0 1 0 60410295 64851968 14721 996147200 134512640 135095119 4294956304 18446744073709551615 134589562 0 0 4096 0 0 0 0 17 0 0 0
/proc/17752/statm: 15833 14721 378 142 0 14787 0
Current children cumulated CPU time (s) 1117.74
Current children cumulated vsize (KiB) 63332

[startup+1182.3 s]
/proc/loadavg: 1.99 1.97 1.99 3/74 17760
/proc/meminfo: memFree=1358144/2055920 swapFree=4192812/4192956
[pid=17752] ppid=17750 vsize=80908 CPUtime=1177.5
/proc/17752/stat : 17752 (pcs.small) R 17750 17752 16204 0 -1 4194304 25571 822 0 0 117723 26 0 1 25 0 1 0 60410295 82849792 15217 996147200 134512640 135095119 4294956304 18446744073709551615 134638495 0 0 4096 0 0 0 0 17 0 0 0
/proc/17752/statm: 20227 15217 378 142 0 19181 0
Current children cumulated CPU time (s) 1177.5
Current children cumulated vsize (KiB) 80908

[startup+1242.3 s]
/proc/loadavg: 1.40 1.81 1.93 2/66 17782
/proc/meminfo: memFree=1449952/2055920 swapFree=4192812/4192956
[pid=17752] ppid=17750 vsize=82096 CPUtime=1237.45
/proc/17752/stat : 17752 (pcs.small) R 17750 17752 16204 0 -1 4194304 26069 822 0 0 123717 27 0 1 25 0 1 0 60410295 84066304 15715 996147200 134512640 135095119 4294956304 18446744073709551615 134617027 0 0 4096 0 0 0 0 17 1 0 0
/proc/17752/statm: 20524 15715 378 142 0 19478 0
Current children cumulated CPU time (s) 1237.45
Current children cumulated vsize (KiB) 82096

[startup+1302.3 s]
/proc/loadavg: 1.14 1.66 1.87 2/66 17782
/proc/meminfo: memFree=1447968/2055920 swapFree=4192812/4192956
[pid=17752] ppid=17750 vsize=83284 CPUtime=1297.43
/proc/17752/stat : 17752 (pcs.small) R 17750 17752 16204 0 -1 4194304 26573 822 0 0 129715 27 0 1 25 0 1 0 60410295 85282816 16219 996147200 134512640 135095119 4294956304 18446744073709551615 134589562 0 0 4096 0 0 0 0 17 1 0 0
/proc/17752/statm: 20821 16219 378 142 0 19775 0
Current children cumulated CPU time (s) 1297.43
Current children cumulated vsize (KiB) 83284

[startup+1362.3 s]
/proc/loadavg: 1.05 1.53 1.81 2/66 17782
/proc/meminfo: memFree=1445984/2055920 swapFree=4192812/4192956
[pid=17752] ppid=17750 vsize=84472 CPUtime=1357.42
/proc/17752/stat : 17752 (pcs.small) R 17750 17752 16204 0 -1 4194304 27072 822 0 0 135713 28 0 1 25 0 1 0 60410295 86499328 16718 996147200 134512640 135095119 4294956304 18446744073709551615 134615492 0 0 4096 0 0 0 0 17 1 0 0
/proc/17752/statm: 21118 16718 378 142 0 20072 0
Current children cumulated CPU time (s) 1357.42
Current children cumulated vsize (KiB) 84472

[startup+1422.3 s]
/proc/loadavg: 1.02 1.43 1.76 2/66 17788
/proc/meminfo: memFree=1443872/2055920 swapFree=4192812/4192956
[pid=17752] ppid=17750 vsize=85664 CPUtime=1417.41
/proc/17752/stat : 17752 (pcs.small) R 17750 17752 16204 0 -1 4194304 27587 822 0 0 141711 29 0 1 25 0 1 0 60410295 87719936 17233 996147200 134512640 135095119 4294956304 18446744073709551615 2041467 0 0 4096 0 0 0 0 17 1 0 0
/proc/17752/statm: 21416 17233 378 142 0 20370 0
Current children cumulated CPU time (s) 1417.41
Current children cumulated vsize (KiB) 85664

[startup+1482.3 s]
/proc/loadavg: 1.00 1.35 1.71 2/66 17788
/proc/meminfo: memFree=1442080/2055920 swapFree=4192812/4192956
[pid=17752] ppid=17750 vsize=86724 CPUtime=1477.38
/proc/17752/stat : 17752 (pcs.small) R 17750 17752 16204 0 -1 4194304 28063 822 0 0 147708 29 0 1 25 0 1 0 60410295 88805376 17709 996147200 134512640 135095119 4294956304 18446744073709551615 134644035 0 0 4096 0 0 0 0 17 1 0 0
/proc/17752/statm: 21681 17709 378 142 0 20635 0
Current children cumulated CPU time (s) 1477.38
Current children cumulated vsize (KiB) 86724

[startup+1542.31 s]
/proc/loadavg: 1.00 1.29 1.66 2/66 17788
/proc/meminfo: memFree=1440288/2055920 swapFree=4192812/4192956
[pid=17752] ppid=17750 vsize=87640 CPUtime=1537.37
/proc/17752/stat : 17752 (pcs.small) R 17750 17752 16204 0 -1 4194304 28505 822 0 0 153706 30 0 1 25 0 1 0 60410295 89743360 18151 996147200 134512640 135095119 4294956304 18446744073709551615 134617665 0 0 4096 0 0 0 0 17 1 0 0
/proc/17752/statm: 21910 18151 378 142 0 20864 0
Current children cumulated CPU time (s) 1537.37
Current children cumulated vsize (KiB) 87640

[startup+1602.3 s]
/proc/loadavg: 1.00 1.23 1.62 2/66 17788
/proc/meminfo: memFree=1425824/2055920 swapFree=4192812/4192956
[pid=17752] ppid=17750 vsize=109692 CPUtime=1597.35
/proc/17752/stat : 17752 (pcs.small) R 17750 17752 16204 0 -1 4194304 34193 822 0 0 159702 32 0 1 25 0 1 0 60410295 112324608 21790 996147200 134512640 135095119 4294956304 18446744073709551615 134642970 0 0 4096 0 0 0 0 17 1 0 0
/proc/17752/statm: 27423 21790 378 142 0 26377 0
Current children cumulated CPU time (s) 1597.35
Current children cumulated vsize (KiB) 109692

[startup+1662.3 s]
/proc/loadavg: 1.00 1.19 1.58 2/66 17788
/proc/meminfo: memFree=1424992/2055920 swapFree=4192812/4192956
[pid=17752] ppid=17750 vsize=109692 CPUtime=1657.33
/proc/17752/stat : 17752 (pcs.small) R 17750 17752 16204 0 -1 4194304 34384 822 0 0 165700 32 0 1 25 0 1 0 60410295 112324608 21981 996147200 134512640 135095119 4294956304 18446744073709551615 134589562 0 0 4096 0 0 0 0 17 1 0 0
/proc/17752/statm: 27423 21981 378 142 0 26377 0
Current children cumulated CPU time (s) 1657.33
Current children cumulated vsize (KiB) 109692

[startup+1722.3 s]
/proc/loadavg: 1.00 1.15 1.54 2/66 17788
/proc/meminfo: memFree=1424288/2055920 swapFree=4192812/4192956
[pid=17752] ppid=17750 vsize=109692 CPUtime=1717.32
/proc/17752/stat : 17752 (pcs.small) R 17750 17752 16204 0 -1 4194304 34566 822 0 0 171699 32 0 1 25 0 1 0 60410295 112324608 22163 996147200 134512640 135095119 4294956304 18446744073709551615 134617027 0 0 4096 0 0 0 0 17 1 0 0
/proc/17752/statm: 27423 22163 378 142 0 26377 0
Current children cumulated CPU time (s) 1717.32
Current children cumulated vsize (KiB) 109692

[startup+1782.3 s]
/proc/loadavg: 1.03 1.13 1.51 2/66 17788
/proc/meminfo: memFree=1423456/2055920 swapFree=4192812/4192956
[pid=17752] ppid=17750 vsize=109692 CPUtime=1777.31
/proc/17752/stat : 17752 (pcs.small) R 17750 17752 16204 0 -1 4194304 34751 822 0 0 177697 33 0 1 25 0 1 0 60410295 112324608 22348 996147200 134512640 135095119 4294956304 18446744073709551615 134589562 0 0 4096 0 0 0 0 17 1 0 0
/proc/17752/statm: 27423 22348 378 142 0 26377 0
Current children cumulated CPU time (s) 1777.31
Current children cumulated vsize (KiB) 109692



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1805 s]
/proc/loadavg: 1.02 1.12 1.49 2/66 17788
/proc/meminfo: memFree=1423136/2055920 swapFree=4192812/4192956
[pid=17752] ppid=17750 vsize=109692 CPUtime=1800
/proc/17752/stat : 17752 (pcs.small) R 17750 17752 16204 0 -1 4194304 34820 822 0 0 179966 33 0 1 25 0 1 0 60410295 112324608 22417 996147200 134512640 135095119 4294956304 18446744073709551615 134589560 0 0 4096 0 0 0 0 17 1 0 0
/proc/17752/statm: 27423 22417 378 142 0 26377 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 109692

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

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

[startup+1805 s]
/proc/loadavg: 1.02 1.12 1.49 2/66 17788
/proc/meminfo: memFree=1423136/2055920 swapFree=4192812/4192956
[pid=17752] ppid=17750 vsize=109692 CPUtime=1800
/proc/17752/stat : 17752 (pcs.small) R 17750 17752 16204 0 -1 4194304 34820 822 0 0 179966 33 0 1 25 0 1 0 60410295 112324608 22417 996147200 134512640 135095119 4294956304 18446744073709551615 134589560 0 0 4096 0 0 0 0 17 1 0 0
/proc/17752/statm: 27423 22417 378 142 0 26377 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 109692

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1805.02
CPU time (s): 1800.03
CPU user time (s): 1799.67
CPU system time (s): 0.360945
CPU usage (%): 99.7236
Max. virtual memory (cumulated for all children) (KiB): 115776

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.67
system time used= 0.360945
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 35642
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= 22
involuntary context switches= 17354

runsolver used 1.66775 second user time and 4.91325 second system time

The end

Launcher Data

Begin job on node87 at 2009-07-16 10:37:35
IDJOB=2091811
IDBENCH=60128
IDSOLVER=733
FILE ID=node87/2091811-1247733455
PBS_JOBID= 9521615
Free space on /tmp= 66164 MiB

SOLVER NAME= pcs 0.2
BENCH NAME= CPAI08/csp/rand-2-50-23-fcd/normalized-rand-2-50-23-587-230-fcd-43_ext.xml
COMMAND LINE= HOME/pcssolve -s RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2091811-1247733455/watcher-2091811-1247733455 -o /tmp/evaluation-result-2091811-1247733455/solver-2091811-1247733455 -C 1800 -W 2000 -M 900  HOME/pcssolve -s 625542092 HOME/instance-2091811-1247733455.xml

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

MD5SUM BENCH= 8e3e2ea79a1f9521bdde484911e6daf8
RANDOM SEED=625542092

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:       1464992 kB
Buffers:        105576 kB
Cached:         336084 kB
SwapCached:        136 kB
Active:         110180 kB
Inactive:       390660 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1464992 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2176 kB
Writeback:           0 kB
Mapped:          70400 kB
Slab:            75328 kB
Committed_AS:   608944 kB
PageTables:       1944 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= 66164 MiB
End job on node87 at 2009-07-16 11:07:42