Trace number 2082736

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.16 1804.01

General information on the benchmark

Namecsp/super-jobShop/
super-jobShop-e0ddr1/normalized-super-jobShop-e0ddr1-9.xml
MD5SUMf9d1f2b59857321b1a820082b7eb128a
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark449.013
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of constraints845
Maximum constraint arity2
Maximum domain size121
Number of constraints which are defined in extension0
Number of constraints which are defined in intension845
Global constraints used (with number of constraints)

Solver Data

0.00/0.01	c has big domains
0.00/0.01	c big-domain mode
0.17/0.21	c Seed is 1640427969
0.17/0.21	c Constructing HOME/instance-2082736-1247721544.xml  with 5015 constraints
0.17/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-2082736-1247721544/watcher-2082736-1247721544 -o /tmp/evaluation-result-2082736-1247721544/solver-2082736-1247721544 -C 1800 -W 2000 -M 900 HOME/pcssolve -s 1640427969 HOME/instance-2082736-1247721544.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.99 2.00 1.99 4/72 14172
/proc/meminfo: memFree=1418784/2055920 swapFree=4192812/4192956
[pid=14172] ppid=14170 vsize=5356 CPUtime=0
/proc/14172/stat : 14172 (pcssolve) R 14170 14172 12541 0 -1 4194304 290 0 0 0 0 0 0 0 21 0 1 0 59221281 5484544 241 996147200 4194304 4889804 548682068800 18446744073709551615 231962372767 0 65538 4100 65536 0 0 0 17 1 0 0
/proc/14172/statm: 1339 241 200 169 0 50 0
[pid=14173] ppid=14172 vsize=3676 CPUtime=0
/proc/14173/stat : 14173 (fgrep) R 14172 14172 12541 0 -1 4194304 128 0 0 0 0 0 0 0 22 0 1 0 59221281 3764224 95 996147200 4194304 4274172 548682068976 18446744073709551615 4248062 0 0 4096 0 0 0 0 17 1 0 0
/proc/14173/statm: 919 95 77 19 0 43 0
[pid=14174] ppid=14172 vsize=5356 CPUtime=0
/proc/14174/stat : 14174 (pcssolve) R 14172 14172 12541 0 -1 4194368 0 0 0 0 0 0 0 0 21 0 1 0 59221282 5484544 241 996147200 4194304 4889804 548682068800 18446744073709551615 231962372767 0 65538 4100 65536 0 0 0 17 1 0 0
/proc/14174/statm: 1339 241 200 169 0 50 0

[startup+0.111939 s]
/proc/loadavg: 1.99 2.00 1.99 4/72 14172
/proc/meminfo: memFree=1418784/2055920 swapFree=4192812/4192956
[pid=14172] ppid=14170 vsize=7032 CPUtime=0.08
/proc/14172/stat : 14172 (pcs.big) R 14170 14172 12541 0 -1 4194304 1493 662 0 0 8 0 0 0 18 0 1 0 59221281 7200768 1008 996147200 134512640 135215973 4294956304 18446744073709551615 4159345924 0 0 4096 0 0 0 0 17 1 0 0
/proc/14172/statm: 1758 1008 404 171 0 683 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 7032

[startup+0.202914 s]
/proc/loadavg: 1.99 2.00 1.99 4/72 14172
/proc/meminfo: memFree=1418784/2055920 swapFree=4192812/4192956
[pid=14172] ppid=14170 vsize=9648 CPUtime=0.17
/proc/14172/stat : 14172 (pcs.big) R 14170 14172 12541 0 -1 4194304 2326 662 0 0 17 0 0 0 18 0 1 0 59221281 9879552 1474 996147200 134512640 135215973 4294956304 18446744073709551615 134609802 0 0 4096 0 0 0 0 17 1 0 0
/proc/14172/statm: 2412 1474 408 171 0 1337 0
Current children cumulated CPU time (s) 0.17
Current children cumulated vsize (KiB) 9648

[startup+0.301883 s]
/proc/loadavg: 1.99 2.00 1.99 4/72 14172
/proc/meminfo: memFree=1418784/2055920 swapFree=4192812/4192956
[pid=14172] ppid=14170 vsize=9648 CPUtime=0.27
/proc/14172/stat : 14172 (pcs.big) R 14170 14172 12541 0 -1 4194304 2339 662 0 0 27 0 0 0 19 0 1 0 59221281 9879552 1487 996147200 134512640 135215973 4294956304 18446744073709551615 134902551 0 0 4096 0 0 0 0 17 1 0 0
/proc/14172/statm: 2412 1487 408 171 0 1337 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 9648

[startup+0.701765 s]
/proc/loadavg: 1.99 2.00 1.99 4/72 14172
/proc/meminfo: memFree=1418784/2055920 swapFree=4192812/4192956
[pid=14172] ppid=14170 vsize=9764 CPUtime=0.67
/proc/14172/stat : 14172 (pcs.big) R 14170 14172 12541 0 -1 4194304 2358 662 0 0 67 0 0 0 23 0 1 0 59221281 9998336 1506 996147200 134512640 135215973 4294956304 18446744073709551615 4158960056 0 0 4096 0 0 0 0 17 1 0 0
/proc/14172/statm: 2441 1506 408 171 0 1366 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 9764

[startup+1.50153 s]
/proc/loadavg: 1.99 2.00 1.99 3/73 14177
/proc/meminfo: memFree=1414104/2055920 swapFree=4192812/4192956
[pid=14172] ppid=14170 vsize=10048 CPUtime=1.47
/proc/14172/stat : 14172 (pcs.big) R 14170 14172 12541 0 -1 4194304 2408 662 0 0 146 1 0 0 25 0 1 0 59221281 10289152 1556 996147200 134512640 135215973 4294956304 18446744073709551615 134533294 0 0 4096 0 0 0 0 17 1 0 0
/proc/14172/statm: 2512 1556 408 171 0 1437 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 10048

[startup+3.10107 s]
/proc/loadavg: 1.99 2.00 1.99 3/73 14177
/proc/meminfo: memFree=1413720/2055920 swapFree=4192812/4192956
[pid=14172] ppid=14170 vsize=10292 CPUtime=3.05
/proc/14172/stat : 14172 (pcs.big) R 14170 14172 12541 0 -1 4194304 2491 662 0 0 304 1 0 0 25 0 1 0 59221281 10539008 1639 996147200 134512640 135215973 4294956304 18446744073709551615 134680770 0 0 4096 0 0 0 0 17 1 0 0
/proc/14172/statm: 2573 1639 408 171 0 1498 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 10292

[startup+6.30113 s]
/proc/loadavg: 1.99 2.00 1.99 3/73 14177
/proc/meminfo: memFree=1412632/2055920 swapFree=4192812/4192956
[pid=14172] ppid=14170 vsize=11280 CPUtime=6.23
/proc/14172/stat : 14172 (pcs.big) R 14170 14172 12541 0 -1 4194304 2768 662 0 0 622 1 0 0 25 0 1 0 59221281 11550720 1883 996147200 134512640 135215973 4294956304 18446744073709551615 4159345943 0 0 4096 0 0 0 0 17 1 0 0
/proc/14172/statm: 2820 1883 408 171 0 1745 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 11280

[startup+12.7013 s]
/proc/loadavg: 1.99 2.00 1.99 3/73 14177
/proc/meminfo: memFree=1409752/2055920 swapFree=4192812/4192956
[pid=14172] ppid=14170 vsize=13860 CPUtime=12.57
/proc/14172/stat : 14172 (pcs.big) R 14170 14172 12541 0 -1 4194304 3465 662 0 0 1256 1 0 0 25 0 1 0 59221281 14192640 2515 996147200 134512640 135215973 4294956304 18446744073709551615 134532930 0 0 4096 0 0 0 0 17 1 0 0
/proc/14172/statm: 3465 2515 408 171 0 2390 0
Current children cumulated CPU time (s) 12.57
Current children cumulated vsize (KiB) 13860

[startup+25.5015 s]
/proc/loadavg: 1.99 2.00 1.99 3/73 14177
/proc/meminfo: memFree=1405016/2055920 swapFree=4192812/4192956
[pid=14172] ppid=14170 vsize=18520 CPUtime=25.25
/proc/14172/stat : 14172 (pcs.big) R 14170 14172 12541 0 -1 4194304 4765 662 0 0 2523 2 0 0 25 0 1 0 59221281 18964480 3621 996147200 134512640 135215973 4294956304 18446744073709551615 134532689 0 0 4096 0 0 0 0 17 1 0 0
/proc/14172/statm: 4630 3621 408 171 0 3555 0
Current children cumulated CPU time (s) 25.25
Current children cumulated vsize (KiB) 18520

[startup+51.1011 s]
/proc/loadavg: 1.99 2.00 1.99 3/73 14177
/proc/meminfo: memFree=1394968/2055920 swapFree=4192812/4192956
[pid=14172] ppid=14170 vsize=27872 CPUtime=50.63
/proc/14172/stat : 14172 (pcs.big) R 14170 14172 12541 0 -1 4194304 7388 662 0 0 5058 5 0 0 25 0 1 0 59221281 28540928 5987 996147200 134512640 135215973 4294956304 18446744073709551615 134590078 0 0 4096 0 0 0 0 17 1 0 0
/proc/14172/statm: 6968 5987 408 171 0 5893 0
Current children cumulated CPU time (s) 50.63
Current children cumulated vsize (KiB) 27872

[startup+102.301 s]
/proc/loadavg: 1.99 2.00 1.99 3/73 14177
/proc/meminfo: memFree=1375320/2055920 swapFree=4192812/4192956
[pid=14172] ppid=14170 vsize=46700 CPUtime=101.36
/proc/14172/stat : 14172 (pcs.big) R 14170 14172 12541 0 -1 4194304 12628 662 0 0 10127 9 0 0 25 0 1 0 59221281 47820800 10585 996147200 134512640 135215973 4294956304 18446744073709551615 134583409 0 0 4096 0 0 0 0 17 1 0 0
/proc/14172/statm: 11675 10585 408 171 0 10600 0
Current children cumulated CPU time (s) 101.36
Current children cumulated vsize (KiB) 46700

[startup+162.302 s]
/proc/loadavg: 1.99 2.00 1.99 3/73 14177
/proc/meminfo: memFree=1351192/2055920 swapFree=4192812/4192956
[pid=14172] ppid=14170 vsize=71876 CPUtime=160.83
/proc/14172/stat : 14172 (pcs.big) R 14170 14172 12541 0 -1 4194304 19552 662 0 0 16068 15 0 0 25 0 1 0 59221281 73601024 16227 996147200 134512640 135215973 4294956304 18446744073709551615 134587268 0 0 4096 0 0 0 0 17 1 0 0
/proc/14172/statm: 17969 16227 408 171 0 16894 0
Current children cumulated CPU time (s) 160.83
Current children cumulated vsize (KiB) 71876

[startup+222.306 s]
/proc/loadavg: 1.99 2.00 1.99 3/73 14177
/proc/meminfo: memFree=1325912/2055920 swapFree=4192812/4192956
[pid=14172] ppid=14170 vsize=89676 CPUtime=220.29
/proc/14172/stat : 14172 (pcs.big) R 14170 14172 12541 0 -1 4194304 24610 662 0 0 22011 18 0 0 25 0 1 0 59221281 91828224 21285 996147200 134512640 135215973 4294956304 18446744073709551615 134532896 0 0 4096 0 0 0 0 17 1 0 0
/proc/14172/statm: 22419 21285 408 171 0 21344 0
Current children cumulated CPU time (s) 220.29
Current children cumulated vsize (KiB) 89676

[startup+282.302 s]
/proc/loadavg: 1.99 2.00 1.99 3/73 14177
/proc/meminfo: memFree=1307352/2055920 swapFree=4192812/4192956
[pid=14172] ppid=14170 vsize=113832 CPUtime=279.76
/proc/14172/stat : 14172 (pcs.big) R 14170 14172 12541 0 -1 4194304 31202 662 0 0 27952 24 0 0 25 0 1 0 59221281 116563968 25828 996147200 134512640 135215973 4294956304 18446744073709551615 134592035 0 0 4096 0 0 0 0 17 1 0 0
/proc/14172/statm: 28458 25828 408 171 0 27383 0
Current children cumulated CPU time (s) 279.76
Current children cumulated vsize (KiB) 113832

[startup+342.301 s]
/proc/loadavg: 1.99 2.00 1.99 3/73 14177
/proc/meminfo: memFree=1287256/2055920 swapFree=4192812/4192956
[pid=14172] ppid=14170 vsize=131052 CPUtime=339.22
/proc/14172/stat : 14172 (pcs.big) R 14170 14172 12541 0 -1 4194304 36072 662 0 0 33895 27 0 0 25 0 1 0 59221281 134197248 30698 996147200 134512640 135215973 4294956304 18446744073709551615 134640948 0 0 4096 0 0 0 0 17 1 0 0
/proc/14172/statm: 32763 30698 408 171 0 31688 0
Current children cumulated CPU time (s) 339.22
Current children cumulated vsize (KiB) 131052

[startup+402.302 s]
/proc/loadavg: 1.99 2.00 1.99 3/73 14177
/proc/meminfo: memFree=1266072/2055920 swapFree=4192812/4192956
[pid=14172] ppid=14170 vsize=151188 CPUtime=398.69
/proc/14172/stat : 14172 (pcs.big) R 14170 14172 12541 0 -1 4194304 41703 662 0 0 39838 31 0 0 25 0 1 0 59221281 154816512 35816 996147200 134512640 135215973 4294956304 18446744073709551615 134640948 0 0 4096 0 0 0 0 17 1 0 0
/proc/14172/statm: 37797 35816 408 171 0 36722 0
Current children cumulated CPU time (s) 398.69
Current children cumulated vsize (KiB) 151188

[startup+462.301 s]
/proc/loadavg: 1.99 2.00 1.99 3/73 14208
/proc/meminfo: memFree=1249304/2055920 swapFree=4192812/4192956
[pid=14172] ppid=14170 vsize=168192 CPUtime=458.44
/proc/14172/stat : 14172 (pcs.big) R 14170 14172 12541 0 -1 4194304 46510 662 0 0 45808 36 0 0 25 0 1 0 59221281 172228608 40623 996147200 134512640 135215973 4294956304 18446744073709551615 7646848 0 0 4096 0 0 0 0 17 0 0 0
/proc/14172/statm: 42048 40623 408 171 0 40973 0
Current children cumulated CPU time (s) 458.44
Current children cumulated vsize (KiB) 168192

[startup+522.301 s]
/proc/loadavg: 2.11 2.03 2.00 3/73 14208
/proc/meminfo: memFree=1213208/2055920 swapFree=4192812/4192956
[pid=14172] ppid=14170 vsize=203732 CPUtime=518.44
/proc/14172/stat : 14172 (pcs.big) R 14170 14172 12541 0 -1 4194304 55990 662 0 0 51801 43 0 0 25 0 1 0 59221281 208621568 46006 996147200 134512640 135215973 4294956304 18446744073709551615 134588292 0 0 4096 0 0 0 0 17 0 0 0
/proc/14172/statm: 50933 46006 408 171 0 49858 0
Current children cumulated CPU time (s) 518.44
Current children cumulated vsize (KiB) 203732

[startup+582.302 s]
/proc/loadavg: 2.04 2.02 2.00 3/73 14208
/proc/meminfo: memFree=1185304/2055920 swapFree=4192812/4192956
[pid=14172] ppid=14170 vsize=223232 CPUtime=578.44
/proc/14172/stat : 14172 (pcs.big) R 14170 14172 12541 0 -1 4194304 61420 662 0 0 57797 47 0 0 25 0 1 0 59221281 228589568 51436 996147200 134512640 135215973 4294956304 18446744073709551615 134612258 0 0 4096 0 0 0 0 17 0 0 0
/proc/14172/statm: 55808 51436 408 171 0 54733 0
Current children cumulated CPU time (s) 578.44
Current children cumulated vsize (KiB) 223232

[startup+642.302 s]
/proc/loadavg: 2.01 2.02 2.00 3/73 14208
/proc/meminfo: memFree=1151576/2055920 swapFree=4192812/4192956
[pid=14172] ppid=14170 vsize=242428 CPUtime=638.44

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

[startup+822.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 14208
/proc/meminfo: memFree=1074072/2055920 swapFree=4192812/4192956
[pid=14172] ppid=14170 vsize=307456 CPUtime=818.43
/proc/14172/stat : 14172 (pcs.big) R 14170 14172 12541 0 -1 4194304 84893 662 0 0 81776 67 0 0 25 0 1 0 59221281 314834944 73884 996147200 134512640 135215973 4294956304 18446744073709551615 134590027 0 0 4096 0 0 0 0 17 0 0 0
/proc/14172/statm: 76864 73884 408 171 0 75789 0
Current children cumulated CPU time (s) 818.43
Current children cumulated vsize (KiB) 307456

[startup+882.307 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 14208
/proc/meminfo: memFree=1052760/2055920 swapFree=4192812/4192956
[pid=14172] ppid=14170 vsize=324368 CPUtime=878.45
/proc/14172/stat : 14172 (pcs.big) R 14170 14172 12541 0 -1 4194304 89753 662 0 0 87774 71 0 0 25 0 1 0 59221281 332152832 78744 996147200 134512640 135215973 4294956304 18446744073709551615 134648275 0 0 4096 0 0 0 0 17 0 0 0
/proc/14172/statm: 81092 78744 408 171 0 80017 0
Current children cumulated CPU time (s) 878.45
Current children cumulated vsize (KiB) 324368

[startup+942.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 14208
/proc/meminfo: memFree=1034136/2055920 swapFree=4192812/4192956
[pid=14172] ppid=14170 vsize=339340 CPUtime=938.44
/proc/14172/stat : 14172 (pcs.big) R 14170 14172 12541 0 -1 4194304 94067 662 0 0 93771 73 0 0 25 0 1 0 59221281 347484160 83058 996147200 134512640 135215973 4294956304 18446744073709551615 134592026 0 0 4096 0 0 0 0 17 0 0 0
/proc/14172/statm: 84835 83058 408 171 0 83760 0
Current children cumulated CPU time (s) 938.44
Current children cumulated vsize (KiB) 339340

[startup+1002.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 14208
/proc/meminfo: memFree=1011160/2055920 swapFree=4192812/4192956
[pid=14172] ppid=14170 vsize=391924 CPUtime=998.43
/proc/14172/stat : 14172 (pcs.big) R 14170 14172 12541 0 -1 4194304 107890 662 0 0 99762 81 0 0 25 0 1 0 59221281 401330176 88688 996147200 134512640 135215973 4294956304 18446744073709551615 134532661 0 0 4096 0 0 0 0 17 0 0 0
/proc/14172/statm: 97981 88688 408 171 0 96906 0
Current children cumulated CPU time (s) 998.43
Current children cumulated vsize (KiB) 391924

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 14208
/proc/meminfo: memFree=985176/2055920 swapFree=4192812/4192956
[pid=14172] ppid=14170 vsize=414520 CPUtime=1058.43
/proc/14172/stat : 14172 (pcs.big) R 14170 14172 12541 0 -1 4194304 114250 662 0 0 105758 85 0 0 25 0 1 0 59221281 424468480 95048 996147200 134512640 135215973 4294956304 18446744073709551615 4158853399 0 0 4096 0 0 0 0 17 0 0 0
/proc/14172/statm: 103630 95048 408 171 0 102555 0
Current children cumulated CPU time (s) 1058.43
Current children cumulated vsize (KiB) 414520

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 14208
/proc/meminfo: memFree=962840/2055920 swapFree=4192812/4192956
[pid=14172] ppid=14170 vsize=432876 CPUtime=1118.44
/proc/14172/stat : 14172 (pcs.big) R 14170 14172 12541 0 -1 4194304 119455 662 0 0 111755 89 0 0 25 0 1 0 59221281 443265024 100253 996147200 134512640 135215973 4294956304 18446744073709551615 134907424 0 0 4096 0 0 0 0 17 0 0 0
/proc/14172/statm: 108219 100253 408 171 0 107144 0
Current children cumulated CPU time (s) 1118.44
Current children cumulated vsize (KiB) 432876

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 14208
/proc/meminfo: memFree=943192/2055920 swapFree=4192812/4192956
[pid=14172] ppid=14170 vsize=449512 CPUtime=1178.43
/proc/14172/stat : 14172 (pcs.big) R 14170 14172 12541 0 -1 4194304 124145 662 0 0 117752 91 0 0 25 0 1 0 59221281 460300288 104943 996147200 134512640 135215973 4294956304 18446744073709551615 4158960255 0 0 4096 0 0 0 0 17 0 0 0
/proc/14172/statm: 112378 104943 408 171 0 111303 0
Current children cumulated CPU time (s) 1178.43
Current children cumulated vsize (KiB) 449512

[startup+1242.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/73 14208
/proc/meminfo: memFree=922008/2055920 swapFree=4192812/4192956
[pid=14172] ppid=14170 vsize=467052 CPUtime=1238.44
/proc/14172/stat : 14172 (pcs.big) R 14170 14172 12541 0 -1 4194304 129134 662 0 0 123748 96 0 0 25 0 1 0 59221281 478261248 109932 996147200 134512640 135215973 4294956304 18446744073709551615 134587409 0 0 4096 0 0 0 0 17 0 0 0
/proc/14172/statm: 116763 109932 408 171 0 115688 0
Current children cumulated CPU time (s) 1238.44
Current children cumulated vsize (KiB) 467052

[startup+1302.3 s]
/proc/loadavg: 2.06 2.03 2.00 3/73 14208
/proc/meminfo: memFree=901400/2055920 swapFree=4192812/4192956
[pid=14172] ppid=14170 vsize=483384 CPUtime=1298.44
/proc/14172/stat : 14172 (pcs.big) R 14170 14172 12541 0 -1 4194304 133757 662 0 0 129744 100 0 0 25 0 1 0 59221281 494985216 114555 996147200 134512640 135215973 4294956304 18446744073709551615 135096327 0 0 4096 0 0 0 0 17 0 0 0
/proc/14172/statm: 120846 114555 408 171 0 119771 0
Current children cumulated CPU time (s) 1298.44
Current children cumulated vsize (KiB) 483384

[startup+1362.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/73 14208
/proc/meminfo: memFree=879320/2055920 swapFree=4192812/4192956
[pid=14172] ppid=14170 vsize=501376 CPUtime=1358.44
/proc/14172/stat : 14172 (pcs.big) R 14170 14172 12541 0 -1 4194304 138864 662 0 0 135739 105 0 0 25 0 1 0 59221281 513409024 119662 996147200 134512640 135215973 4294956304 18446744073709551615 134592091 0 0 4096 0 0 0 0 17 0 0 0
/proc/14172/statm: 125344 119662 408 171 0 124269 0
Current children cumulated CPU time (s) 1358.44
Current children cumulated vsize (KiB) 501376

[startup+1422.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/73 14208
/proc/meminfo: memFree=856152/2055920 swapFree=4192812/4192956
[pid=14172] ppid=14170 vsize=519340 CPUtime=1418.44
/proc/14172/stat : 14172 (pcs.big) R 14170 14172 12541 0 -1 4194304 143953 662 0 0 141734 110 0 0 25 0 1 0 59221281 531804160 124751 996147200 134512640 135215973 4294956304 18446744073709551615 134591276 0 0 4096 0 0 0 0 17 0 0 0
/proc/14172/statm: 129835 124751 408 171 0 128760 0
Current children cumulated CPU time (s) 1418.44
Current children cumulated vsize (KiB) 519340

[startup+1482.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/73 14208
/proc/meminfo: memFree=817496/2055920 swapFree=4192812/4192956
[pid=14172] ppid=14170 vsize=563352 CPUtime=1478.44
/proc/14172/stat : 14172 (pcs.big) R 14170 14172 12541 0 -1 4194304 155535 662 0 0 147728 116 0 0 25 0 1 0 59221281 576872448 134284 996147200 134512640 135215973 4294956304 18446744073709551615 134584944 0 0 4096 0 0 0 0 17 0 0 0
/proc/14172/statm: 140838 134284 408 171 0 139763 0
Current children cumulated CPU time (s) 1478.44
Current children cumulated vsize (KiB) 563352

[startup+1542.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 14208
/proc/meminfo: memFree=802008/2055920 swapFree=4192812/4192956
[pid=14172] ppid=14170 vsize=573616 CPUtime=1538.44
/proc/14172/stat : 14172 (pcs.big) R 14170 14172 12541 0 -1 4194304 158713 662 0 0 153725 119 0 0 25 0 1 0 59221281 587382784 137462 996147200 134512640 135215973 4294956304 18446744073709551615 134609773 0 0 4096 0 0 0 0 17 0 0 0
/proc/14172/statm: 143404 137462 408 171 0 142329 0
Current children cumulated CPU time (s) 1538.44
Current children cumulated vsize (KiB) 573616

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 14208
/proc/meminfo: memFree=779416/2055920 swapFree=4192812/4192956
[pid=14172] ppid=14170 vsize=590412 CPUtime=1598.44
/proc/14172/stat : 14172 (pcs.big) R 14170 14172 12541 0 -1 4194304 163475 662 0 0 159719 125 0 0 25 0 1 0 59221281 604581888 142224 996147200 134512640 135215973 4294956304 18446744073709551615 134610758 0 0 4096 0 0 0 0 17 0 0 0
/proc/14172/statm: 147603 142224 408 171 0 146528 0
Current children cumulated CPU time (s) 1598.44
Current children cumulated vsize (KiB) 590412

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 14208
/proc/meminfo: memFree=755224/2055920 swapFree=4192812/4192956
[pid=14172] ppid=14170 vsize=606584 CPUtime=1658.44
/proc/14172/stat : 14172 (pcs.big) R 14170 14172 12541 0 -1 4194304 168081 662 0 0 165716 128 0 0 25 0 1 0 59221281 621142016 146830 996147200 134512640 135215973 4294956304 18446744073709551615 135094704 0 0 4096 0 0 0 0 17 0 0 0
/proc/14172/statm: 151646 146830 408 171 0 150571 0
Current children cumulated CPU time (s) 1658.44
Current children cumulated vsize (KiB) 606584

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 14208
/proc/meminfo: memFree=733080/2055920 swapFree=4192812/4192956
[pid=14172] ppid=14170 vsize=624096 CPUtime=1718.44
/proc/14172/stat : 14172 (pcs.big) R 14170 14172 12541 0 -1 4194304 173039 662 0 0 171711 133 0 0 25 0 1 0 59221281 639074304 151788 996147200 134512640 135215973 4294956304 18446744073709551615 134583202 0 0 4096 0 0 0 0 17 0 0 0
/proc/14172/statm: 156024 151788 408 171 0 154949 0
Current children cumulated CPU time (s) 1718.44
Current children cumulated vsize (KiB) 624096

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 14208
/proc/meminfo: memFree=706968/2055920 swapFree=4192812/4192956
[pid=14172] ppid=14170 vsize=643728 CPUtime=1778.44
/proc/14172/stat : 14172 (pcs.big) R 14170 14172 12541 0 -1 4194304 178596 662 0 0 177705 139 0 0 25 0 1 0 59221281 659177472 157345 996147200 134512640 135215973 4294956304 18446744073709551615 134599882 0 0 4096 0 0 0 0 17 0 0 0
/proc/14172/statm: 160932 157345 408 171 0 159857 0
Current children cumulated CPU time (s) 1778.44
Current children cumulated vsize (KiB) 643728



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1803.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 14208
/proc/meminfo: memFree=698328/2055920 swapFree=4192812/4192956
[pid=14172] ppid=14170 vsize=650924 CPUtime=1800.04
/proc/14172/stat : 14172 (pcs.big) R 14170 14172 12541 0 -1 4194304 180633 662 0 0 179864 140 0 0 25 0 1 0 59221281 666546176 159382 996147200 134512640 135215973 4294956304 18446744073709551615 134648275 0 0 4096 0 0 0 0 17 0 0 0
/proc/14172/statm: 162731 159382 408 171 0 161656 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 650924

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1804.01
CPU time (s): 1800.16
CPU user time (s): 1798.65
CPU system time (s): 1.50877
CPU usage (%): 99.7868
Max. virtual memory (cumulated for all children) (KiB): 650924

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.65
system time used= 1.50877
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 181295
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= 19
involuntary context switches= 14427

runsolver used 1.80272 second user time and 5.2502 second system time

The end

Launcher Data

Begin job on node16 at 2009-07-16 07:19:04
IDJOB=2082736
IDBENCH=57628
IDSOLVER=733
FILE ID=node16/2082736-1247721544
PBS_JOBID= 9521454
Free space on /tmp= 66392 MiB

SOLVER NAME= pcs 0.2
BENCH NAME= CPAI08/csp/super-jobShop/super-jobShop-e0ddr1/normalized-super-jobShop-e0ddr1-9.xml
COMMAND LINE= HOME/pcssolve -s RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2082736-1247721544/watcher-2082736-1247721544 -o /tmp/evaluation-result-2082736-1247721544/solver-2082736-1247721544 -C 1800 -W 2000 -M 900  HOME/pcssolve -s 1640427969 HOME/instance-2082736-1247721544.xml

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

MD5SUM BENCH= f9d1f2b59857321b1a820082b7eb128a
RANDOM SEED=1640427969

node16.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.231
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.231
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:       1419264 kB
Buffers:         70572 kB
Cached:         419164 kB
SwapCached:          0 kB
Active:         141860 kB
Inactive:       425812 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1419264 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1852 kB
Writeback:           0 kB
Mapped:          89384 kB
Slab:            54352 kB
Committed_AS:   557424 kB
PageTables:       1984 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= 66408 MiB
End job on node16 at 2009-07-16 07:49:10