Trace number 2083880

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.19 1807.68

General information on the benchmark

Namecsp/fapp/fapp23/
normalized-fapp23-1800-9.xml
MD5SUM934d5befa5025b948f72904dd764f189
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark38.1952
Satisfiable
(Un)Satisfiability was proved
Number of variables1800
Number of constraints63962
Maximum constraint arity2
Maximum domain size302
Number of constraints which are defined in extension0
Number of constraints which are defined in intension63962
Global constraints used (with number of constraints)

Solver Data

0.00/0.02	c has big domains
0.00/0.03	c big-domain mode
0.18/0.21	c Seed is 635472133
0.18/0.21	c Constructing HOME/instance-2083880-1247723893.xml  with 406215 constraints
6.84/6.95	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-2083880-1247723893/watcher-2083880-1247723893 -o /tmp/evaluation-result-2083880-1247723893/solver-2083880-1247723893 -C 1800 -W 2000 -M 900 HOME/pcssolve -s 635472133 HOME/instance-2083880-1247723893.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.46 2.31 2.12 4/73 19127
/proc/meminfo: memFree=1435024/2055920 swapFree=4192812/4192956
[pid=19127] ppid=19125 vsize=5356 CPUtime=0
/proc/19127/stat : 19127 (pcssolve) S 19125 19127 19046 0 -1 4194304 339 317 0 0 0 0 0 0 19 0 1 0 59454358 5484544 242 996147200 4194304 4889804 548682068800 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19127/statm: 1339 242 201 169 0 50 0
[pid=19130] ppid=19127 vsize=3680 CPUtime=0
/proc/19130/stat : 19130 (fgrep) R 19127 19127 19046 0 -1 4194304 155 0 0 0 0 0 0 0 17 0 1 0 59454360 3768320 123 996147200 4194304 4274172 548682068976 18446744073709551615 251279409234 0 0 4096 0 0 0 0 17 0 0 0
/proc/19130/statm: 920 123 94 19 0 44 0
[pid=19131] ppid=19127 vsize=3676 CPUtime=0
/proc/19131/stat : 19131 (grep) R 19127 19127 19046 0 -1 4194304 161 0 0 0 0 0 0 0 18 0 1 0 59454360 3764224 128 996147200 4194304 4274172 548682068976 18446744073709551615 251279409234 0 0 4096 0 0 0 0 17 0 0 0
/proc/19131/statm: 919 128 101 19 0 43 0

[startup+0.097244 s]
/proc/loadavg: 2.46 2.31 2.12 4/73 19127
/proc/meminfo: memFree=1435024/2055920 swapFree=4192812/4192956
[pid=19127] ppid=19125 vsize=6576 CPUtime=0.07
/proc/19127/stat : 19127 (pcs.big) R 19125 19127 19046 0 -1 4194304 1328 664 0 0 6 0 0 1 18 0 1 0 59454358 6733824 882 996147200 134512640 135215973 4294956304 18446744073709551615 4159145034 0 0 4096 0 0 0 0 17 1 0 0
/proc/19127/statm: 1644 882 386 171 0 569 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 6576

[startup+0.10224 s]
/proc/loadavg: 2.46 2.31 2.12 4/73 19127
/proc/meminfo: memFree=1435024/2055920 swapFree=4192812/4192956
[pid=19127] ppid=19125 vsize=6704 CPUtime=0.07
/proc/19127/stat : 19127 (pcs.big) R 19125 19127 19046 0 -1 4194304 1352 664 0 0 6 0 0 1 18 0 1 0 59454358 6864896 906 996147200 134512640 135215973 4294956304 18446744073709551615 134906962 0 0 4096 0 0 0 0 17 1 0 0
/proc/19127/statm: 1676 906 386 171 0 601 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 6704

[startup+0.302271 s]
/proc/loadavg: 2.46 2.31 2.12 4/73 19127
/proc/meminfo: memFree=1435024/2055920 swapFree=4192812/4192956
[pid=19127] ppid=19125 vsize=12744 CPUtime=0.27
/proc/19127/stat : 19127 (pcs.big) R 19125 19127 19046 0 -1 4194304 3059 664 0 0 25 1 0 1 19 0 1 0 59454358 13049856 2088 996147200 134512640 135215973 4294956304 18446744073709551615 134636737 0 0 4096 0 0 0 0 17 1 0 0
/proc/19127/statm: 3186 2090 386 171 0 2111 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 12744

[startup+0.702326 s]
/proc/loadavg: 2.46 2.31 2.12 4/73 19127
/proc/meminfo: memFree=1435024/2055920 swapFree=4192812/4192956
[pid=19127] ppid=19125 vsize=22844 CPUtime=0.67
/proc/19127/stat : 19127 (pcs.big) R 19125 19127 19046 0 -1 4194304 6463 664 0 0 64 2 0 1 22 0 1 0 59454358 23392256 4025 996147200 134512640 135215973 4294956304 18446744073709551615 4477012 0 0 4096 0 0 0 0 17 1 0 0
/proc/19127/statm: 5711 4025 386 171 0 4636 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 22844

[startup+1.50142 s]
/proc/loadavg: 2.43 2.30 2.12 3/74 19132
/proc/meminfo: memFree=1414344/2055920 swapFree=4192812/4192956
[pid=19127] ppid=19125 vsize=41820 CPUtime=1.46
/proc/19127/stat : 19127 (pcs.big) R 19125 19127 19046 0 -1 4194304 12906 664 0 0 140 5 0 1 25 0 1 0 59454358 42823680 7936 996147200 134512640 135215973 4294956304 18446744073709551615 4478587 0 0 4096 0 0 0 0 17 1 0 0
/proc/19127/statm: 10455 7936 386 171 0 9380 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 41820

[startup+3.10162 s]
/proc/loadavg: 2.43 2.30 2.12 3/74 19132
/proc/meminfo: memFree=1392520/2055920 swapFree=4192812/4192956
[pid=19127] ppid=19125 vsize=79440 CPUtime=3.06
/proc/19127/stat : 19127 (pcs.big) R 19125 19127 19046 0 -1 4194304 25707 664 0 0 294 11 0 1 25 0 1 0 59454358 81346560 15675 996147200 134512640 135215973 4294956304 18446744073709551615 4478587 0 0 4096 0 0 0 0 17 1 0 0
/proc/19127/statm: 19860 15675 386 171 0 18785 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 79440

[startup+6.30202 s]
/proc/loadavg: 2.43 2.30 2.12 3/74 19132
/proc/meminfo: memFree=1326352/2055920 swapFree=4192812/4192956
[pid=19127] ppid=19125 vsize=154336 CPUtime=6.24
/proc/19127/stat : 19127 (pcs.big) R 19125 19127 19046 0 -1 4194304 50998 664 0 0 602 21 0 1 25 0 1 0 59454358 158040064 30848 996147200 134512640 135215973 4294956304 18446744073709551615 4478587 0 0 4096 0 0 0 0 17 1 0 0
/proc/19127/statm: 38584 30848 386 171 0 37509 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 154336

[startup+12.7018 s]
/proc/loadavg: 2.36 2.29 2.11 3/74 19132
/proc/meminfo: memFree=1262928/2055920 swapFree=4192812/4192956
[pid=19127] ppid=19125 vsize=189508 CPUtime=12.62
/proc/19127/stat : 19127 (pcs.big) R 19125 19127 19046 0 -1 4194304 69649 664 0 0 1232 29 0 1 25 0 1 0 59454358 194056192 43057 996147200 134512640 135215973 4294956304 18446744073709551615 134583949 0 0 4096 0 0 0 0 17 1 0 0
/proc/19127/statm: 47377 43057 410 171 0 46302 0
Current children cumulated CPU time (s) 12.62
Current children cumulated vsize (KiB) 189508

[startup+25.5024 s]
/proc/loadavg: 2.30 2.28 2.11 3/74 19132
/proc/meminfo: memFree=1260624/2055920 swapFree=4192812/4192956
[pid=19127] ppid=19125 vsize=191172 CPUtime=25.37
/proc/19127/stat : 19127 (pcs.big) R 19125 19127 19046 0 -1 4194304 70628 664 0 0 2507 29 0 1 25 0 1 0 59454358 195760128 43619 996147200 134512640 135215973 4294956304 18446744073709551615 134585720 0 0 4096 0 0 0 0 17 1 0 0
/proc/19127/statm: 47793 43619 410 171 0 46718 0
Current children cumulated CPU time (s) 25.37
Current children cumulated vsize (KiB) 191172

[startup+51.1026 s]
/proc/loadavg: 2.20 2.26 2.11 3/74 19132
/proc/meminfo: memFree=1233232/2055920 swapFree=4192812/4192956
[pid=19127] ppid=19125 vsize=222540 CPUtime=50.86
/proc/19127/stat : 19127 (pcs.big) R 19125 19127 19046 0 -1 4194304 79571 664 0 0 5052 33 0 1 25 0 1 0 59454358 227880960 50064 996147200 134512640 135215973 4294956304 18446744073709551615 4478587 0 0 4096 0 0 0 0 17 1 0 0
/proc/19127/statm: 55635 50064 410 171 0 54560 0
Current children cumulated CPU time (s) 50.86
Current children cumulated vsize (KiB) 222540

[startup+102.306 s]
/proc/loadavg: 2.08 2.21 2.10 3/74 19132
/proc/meminfo: memFree=1219216/2055920 swapFree=4192812/4192956
[pid=19127] ppid=19125 vsize=227688 CPUtime=101.86
/proc/19127/stat : 19127 (pcs.big) R 19125 19127 19046 0 -1 4194304 82024 664 0 0 10151 34 0 1 25 0 1 0 59454358 233152512 52517 996147200 134512640 135215973 4294956304 18446744073709551615 134597427 0 0 4096 0 0 0 0 17 1 0 0
/proc/19127/statm: 56922 52517 411 171 0 55847 0
Current children cumulated CPU time (s) 101.86
Current children cumulated vsize (KiB) 227688

[startup+162.302 s]
/proc/loadavg: 2.03 2.17 2.09 3/74 19132
/proc/meminfo: memFree=1150800/2055920 swapFree=4192812/4192956
[pid=19127] ppid=19125 vsize=307336 CPUtime=161.63
/proc/19127/stat : 19127 (pcs.big) R 19125 19127 19046 0 -1 4194304 122406 664 0 0 16112 50 0 1 25 0 1 0 59454358 314712064 66063 996147200 134512640 135215973 4294956304 18446744073709551615 135094328 0 0 4096 0 0 0 0 17 1 0 0
/proc/19127/statm: 76834 66063 413 171 0 75759 0
Current children cumulated CPU time (s) 161.63
Current children cumulated vsize (KiB) 307336

[startup+222.302 s]
/proc/loadavg: 2.01 2.14 2.08 3/74 19138
/proc/meminfo: memFree=1135504/2055920 swapFree=4192812/4192956
[pid=19127] ppid=19125 vsize=307452 CPUtime=221.39
/proc/19127/stat : 19127 (pcs.big) R 19125 19127 19046 0 -1 4194304 212287 664 0 0 22055 83 0 1 25 0 1 0 59454358 314830848 66976 996147200 134512640 135215973 4294956304 18446744073709551615 134591835 0 0 4096 0 0 0 0 17 1 0 0
/proc/19127/statm: 76863 66976 413 171 0 75788 0
Current children cumulated CPU time (s) 221.39
Current children cumulated vsize (KiB) 307452

[startup+282.303 s]
/proc/loadavg: 2.00 2.11 2.08 3/74 19138
/proc/meminfo: memFree=1122640/2055920 swapFree=4192812/4192956
[pid=19127] ppid=19125 vsize=307580 CPUtime=281.15
/proc/19127/stat : 19127 (pcs.big) R 19125 19127 19046 0 -1 4194304 324337 664 0 0 27992 122 0 1 25 0 1 0 59454358 314961920 67142 996147200 134512640 135215973 4294956304 18446744073709551615 134583640 0 0 4096 0 0 0 0 17 1 0 0
/proc/19127/statm: 76895 67142 413 171 0 75820 0
Current children cumulated CPU time (s) 281.15
Current children cumulated vsize (KiB) 307580

[startup+342.302 s]
/proc/loadavg: 2.00 2.09 2.07 3/74 19138
/proc/meminfo: memFree=1108112/2055920 swapFree=4192812/4192956
[pid=19127] ppid=19125 vsize=309052 CPUtime=340.93
/proc/19127/stat : 19127 (pcs.big) R 19125 19127 19046 0 -1 4194304 448409 664 0 0 33922 170 0 1 25 0 1 0 59454358 316469248 67536 996147200 134512640 135215973 4294956304 18446744073709551615 134627170 0 0 4096 0 0 0 0 17 1 0 0
/proc/19127/statm: 77263 67546 413 171 0 76188 0
Current children cumulated CPU time (s) 340.93
Current children cumulated vsize (KiB) 309052

[startup+402.303 s]
/proc/loadavg: 2.00 2.07 2.06 3/74 19138
/proc/meminfo: memFree=1095632/2055920 swapFree=4192812/4192956
[pid=19127] ppid=19125 vsize=307836 CPUtime=400.68
/proc/19127/stat : 19127 (pcs.big) R 19125 19127 19046 0 -1 4194304 547614 664 0 0 39859 208 0 1 25 0 1 0 59454358 315224064 67662 996147200 134512640 135215973 4294956304 18446744073709551615 4158960056 0 0 4096 0 0 0 0 17 1 0 0
/proc/19127/statm: 76959 67662 413 171 0 75884 0
Current children cumulated CPU time (s) 400.68
Current children cumulated vsize (KiB) 307836

[startup+462.302 s]
/proc/loadavg: 2.06 2.07 2.06 3/74 19138
/proc/meminfo: memFree=1081488/2055920 swapFree=4192812/4192956
[pid=19127] ppid=19125 vsize=307964 CPUtime=460.45
/proc/19127/stat : 19127 (pcs.big) R 19125 19127 19046 0 -1 4194304 656977 664 0 0 45798 246 0 1 25 0 1 0 59454358 315355136 67837 996147200 134512640 135215973 4294956304 18446744073709551615 134583589 0 0 4096 0 0 0 0 17 1 0 0
/proc/19127/statm: 76991 67837 413 171 0 75916 0
Current children cumulated CPU time (s) 460.45
Current children cumulated vsize (KiB) 307964

[startup+522.303 s]
/proc/loadavg: 2.11 2.08 2.07 3/74 19138
/proc/meminfo: memFree=1075800/2055920 swapFree=4192812/4192956
[pid=19127] ppid=19125 vsize=307964 CPUtime=520.21
/proc/19127/stat : 19127 (pcs.big) R 19125 19127 19046 0 -1 4194304 729790 664 0 0 51747 273 0 1 25 0 1 0 59454358 315355136 67858 996147200 134512640 135215973 4294956304 18446744073709551615 134597624 0 0 4096 0 0 0 0 17 1 0 0
/proc/19127/statm: 76991 67858 413 171 0 75916 0
Current children cumulated CPU time (s) 520.21
Current children cumulated vsize (KiB) 307964

[startup+582.302 s]
/proc/loadavg: 2.27 2.14 2.09 3/84 19179
/proc/meminfo: memFree=1213760/2055920 swapFree=4192812/4192956
[pid=19127] ppid=19125 vsize=311524 CPUtime=579.84
/proc/19127/stat : 19127 (pcs.big) R 19125 19127 19046 0 -1 4194304 919105 664 0 0 57641 342 0 1 25 0 1 0 59454358 319000576 69801 996147200 134512640 135215973 4294956304 18446744073709551615 135094319 0 0 4096 0 0 0 0 17 0 0 0
/proc/19127/statm: 77881 69801 413 171 0 76806 0
Current children cumulated CPU time (s) 579.84
Current children cumulated vsize (KiB) 311524

[startup+642.303 s]
/proc/loadavg: 2.14 2.13 2.09 3/84 19180
/proc/meminfo: memFree=1043576/2055920 swapFree=4192812/4192956
[pid=19127] ppid=19125 vsize=316272 CPUtime=639.59

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

[startup+822.301 s]
/proc/loadavg: 2.06 2.10 2.09 3/84 19180
/proc/meminfo: memFree=655864/2055920 swapFree=4192812/4192956
[pid=19127] ppid=19125 vsize=339624 CPUtime=818.84
/proc/19127/stat : 19127 (pcs.big) R 19125 19127 19046 0 -1 4194304 1506198 664 0 0 81319 564 0 1 25 0 1 0 59454358 347774976 77591 996147200 134512640 135215973 4294956304 18446744073709551615 134583364 0 0 4096 0 0 0 0 17 0 0 0
/proc/19127/statm: 84906 77591 413 171 0 83831 0
Current children cumulated CPU time (s) 818.84
Current children cumulated vsize (KiB) 339624

[startup+882.302 s]
/proc/loadavg: 2.26 2.14 2.10 3/84 19180
/proc/meminfo: memFree=571512/2055920 swapFree=4192812/4192956
[pid=19127] ppid=19125 vsize=339880 CPUtime=878.57
/proc/19127/stat : 19127 (pcs.big) R 19125 19127 19046 0 -1 4194304 1594200 664 0 0 87259 597 0 1 25 0 1 0 59454358 348037120 77636 996147200 134512640 135215973 4294956304 18446744073709551615 134585786 0 0 4096 0 0 0 0 17 0 0 0
/proc/19127/statm: 84970 77636 413 171 0 83895 0
Current children cumulated CPU time (s) 878.57
Current children cumulated vsize (KiB) 339880

[startup+942.301 s]
/proc/loadavg: 2.48 2.22 2.13 4/84 19180
/proc/meminfo: memFree=570936/2055920 swapFree=4192812/4192956
[pid=19127] ppid=19125 vsize=339880 CPUtime=938.3
/proc/19127/stat : 19127 (pcs.big) R 19125 19127 19046 0 -1 4194304 1688704 664 0 0 93194 635 0 1 25 0 1 0 59454358 348037120 77780 996147200 134512640 135215973 4294956304 18446744073709551615 135096378 0 0 4096 0 0 0 0 17 0 0 0
/proc/19127/statm: 84970 77780 413 171 0 83895 0
Current children cumulated CPU time (s) 938.3
Current children cumulated vsize (KiB) 339880

[startup+1002.3 s]
/proc/loadavg: 2.60 2.30 2.16 3/84 19180
/proc/meminfo: memFree=567224/2055920 swapFree=4192812/4192956
[pid=19127] ppid=19125 vsize=343048 CPUtime=998.02
/proc/19127/stat : 19127 (pcs.big) R 19125 19127 19046 0 -1 4194304 1838939 664 0 0 99106 695 0 1 25 0 1 0 59454358 351281152 78724 996147200 134512640 135215973 4294956304 18446744073709551615 134591414 0 0 4096 0 0 0 0 17 0 0 0
/proc/19127/statm: 85762 78724 413 171 0 84687 0
Current children cumulated CPU time (s) 998.02
Current children cumulated vsize (KiB) 343048

[startup+1062.3 s]
/proc/loadavg: 2.40 2.30 2.17 3/84 19180
/proc/meminfo: memFree=563640/2055920 swapFree=4192812/4192956
[pid=19127] ppid=19125 vsize=346348 CPUtime=1057.74
/proc/19127/stat : 19127 (pcs.big) R 19125 19127 19046 0 -1 4194304 1969264 664 0 0 105023 750 0 1 25 0 1 0 59454358 354660352 79641 996147200 134512640 135215973 4294956304 18446744073709551615 135094304 0 0 4096 0 0 0 0 17 0 0 0
/proc/19127/statm: 86587 79641 413 171 0 85512 0
Current children cumulated CPU time (s) 1057.74
Current children cumulated vsize (KiB) 346348

[startup+1122.3 s]
/proc/loadavg: 2.10 2.23 2.15 3/74 19245
/proc/meminfo: memFree=1305104/2055920 swapFree=4192812/4192956
[pid=19127] ppid=19125 vsize=357568 CPUtime=1117.46
/proc/19127/stat : 19127 (pcs.big) R 19125 19127 19046 0 -1 4194304 2114002 664 0 0 110944 801 0 1 25 0 1 0 59454358 366149632 83176 996147200 134512640 135215973 4294956304 18446744073709551615 134585786 0 0 4096 0 0 0 0 17 1 0 0
/proc/19127/statm: 89392 83176 413 171 0 88317 0
Current children cumulated CPU time (s) 1117.46
Current children cumulated vsize (KiB) 357568

[startup+1182.3 s]
/proc/loadavg: 2.04 2.18 2.14 3/74 19245
/proc/meminfo: memFree=1294928/2055920 swapFree=4192812/4192956
[pid=19127] ppid=19125 vsize=361132 CPUtime=1177.22
/proc/19127/stat : 19127 (pcs.big) R 19125 19127 19046 0 -1 4194304 2287439 664 0 0 116856 865 0 1 25 0 1 0 59454358 369799168 84069 996147200 134512640 135215973 4294956304 18446744073709551615 134583442 0 0 4096 0 0 0 0 17 1 0 0
/proc/19127/statm: 90283 84069 413 171 0 89208 0
Current children cumulated CPU time (s) 1177.22
Current children cumulated vsize (KiB) 361132

[startup+1242.3 s]
/proc/loadavg: 2.01 2.15 2.13 3/74 19245
/proc/meminfo: memFree=1274576/2055920 swapFree=4192812/4192956
[pid=19127] ppid=19125 vsize=364824 CPUtime=1236.99
/proc/19127/stat : 19127 (pcs.big) R 19125 19127 19046 0 -1 4194304 2391260 664 0 0 122792 906 0 1 25 0 1 0 59454358 373579776 85105 996147200 134512640 135215973 4294956304 18446744073709551615 134591970 0 0 4096 0 0 0 0 17 1 0 0
/proc/19127/statm: 91206 85105 413 171 0 90131 0
Current children cumulated CPU time (s) 1236.99
Current children cumulated vsize (KiB) 364824

[startup+1302.3 s]
/proc/loadavg: 2.00 2.12 2.11 3/74 19245
/proc/meminfo: memFree=1251664/2055920 swapFree=4192812/4192956
[pid=19127] ppid=19125 vsize=373000 CPUtime=1296.76
/proc/19127/stat : 19127 (pcs.big) R 19125 19127 19046 0 -1 4194304 2535530 664 0 0 128718 957 0 1 25 0 1 0 59454358 381952000 87835 996147200 134512640 135215973 4294956304 18446744073709551615 134585720 0 0 4096 0 0 0 0 17 1 0 0
/proc/19127/statm: 93250 87835 413 171 0 92175 0
Current children cumulated CPU time (s) 1296.76
Current children cumulated vsize (KiB) 373000

[startup+1362.3 s]
/proc/loadavg: 2.00 2.09 2.10 3/74 19245
/proc/meminfo: memFree=1234320/2055920 swapFree=4192812/4192956
[pid=19127] ppid=19125 vsize=376696 CPUtime=1356.52
/proc/19127/stat : 19127 (pcs.big) R 19125 19127 19046 0 -1 4194304 2666468 664 0 0 134647 1004 0 1 25 0 1 0 59454358 385736704 89365 996147200 134512640 135215973 4294956304 18446744073709551615 134597390 0 0 4096 0 0 0 0 17 1 0 0
/proc/19127/statm: 94174 89365 413 171 0 93099 0
Current children cumulated CPU time (s) 1356.52
Current children cumulated vsize (KiB) 376696

[startup+1422.31 s]
/proc/loadavg: 2.00 2.08 2.09 3/74 19245
/proc/meminfo: memFree=1220176/2055920 swapFree=4192812/4192956
[pid=19127] ppid=19125 vsize=378808 CPUtime=1416.29
/proc/19127/stat : 19127 (pcs.big) R 19125 19127 19046 0 -1 4194304 2769461 664 0 0 140586 1042 0 1 25 0 1 0 59454358 387899392 89910 996147200 134512640 135215973 4294956304 18446744073709551615 134585694 0 0 4096 0 0 0 0 17 1 0 0
/proc/19127/statm: 94702 89910 413 171 0 93627 0
Current children cumulated CPU time (s) 1416.29
Current children cumulated vsize (KiB) 378808

[startup+1482.3 s]
/proc/loadavg: 2.00 2.06 2.08 3/74 19245
/proc/meminfo: memFree=1135184/2055920 swapFree=4192812/4192956
[pid=19127] ppid=19125 vsize=509036 CPUtime=1476.05
/proc/19127/stat : 19127 (pcs.big) R 19125 19127 19046 0 -1 4194304 2984142 664 0 0 146483 1121 0 1 25 0 1 0 59454358 521252864 109972 996147200 134512640 135215973 4294956304 18446744073709551615 134627170 0 0 4096 0 0 0 0 17 1 0 0
/proc/19127/statm: 127259 109972 413 171 0 126184 0
Current children cumulated CPU time (s) 1476.05
Current children cumulated vsize (KiB) 509036

[startup+1542.3 s]
/proc/loadavg: 2.00 2.05 2.08 3/74 19245
/proc/meminfo: memFree=1128528/2055920 swapFree=4192812/4192956
[pid=19127] ppid=19125 vsize=507820 CPUtime=1535.82
/proc/19127/stat : 19127 (pcs.big) R 19125 19127 19046 0 -1 4194304 3137326 664 0 0 152404 1177 0 1 25 0 1 0 59454358 520007680 110158 996147200 134512640 135215973 4294956304 18446744073709551615 134590112 0 0 4096 0 0 0 0 17 1 0 0
/proc/19127/statm: 126955 110158 413 171 0 125880 0
Current children cumulated CPU time (s) 1535.82
Current children cumulated vsize (KiB) 507820

[startup+1602.3 s]
/proc/loadavg: 2.00 2.03 2.07 3/74 19245
/proc/meminfo: memFree=1119184/2055920 swapFree=4192812/4192956
[pid=19127] ppid=19125 vsize=507948 CPUtime=1595.58
/proc/19127/stat : 19127 (pcs.big) R 19125 19127 19046 0 -1 4194304 3296686 664 0 0 158322 1235 0 1 25 0 1 0 59454358 520138752 111128 996147200 134512640 135215973 4294956304 18446744073709551615 4158960058 0 0 4096 0 0 0 0 17 1 0 0
/proc/19127/statm: 126987 111128 413 171 0 125912 0
Current children cumulated CPU time (s) 1595.58
Current children cumulated vsize (KiB) 507948

[startup+1662.3 s]
/proc/loadavg: 2.00 2.03 2.07 3/74 19245
/proc/meminfo: memFree=1111824/2055920 swapFree=4192812/4192956
[pid=19127] ppid=19125 vsize=508204 CPUtime=1655.34
/proc/19127/stat : 19127 (pcs.big) R 19125 19127 19046 0 -1 4194304 3501902 664 0 0 164226 1307 0 1 25 0 1 0 59454358 520400896 111448 996147200 134512640 135215973 4294956304 18446744073709551615 134597668 0 0 4096 0 0 0 0 17 1 0 0
/proc/19127/statm: 127051 111448 413 171 0 125976 0
Current children cumulated CPU time (s) 1655.34
Current children cumulated vsize (KiB) 508204

[startup+1722.3 s]
/proc/loadavg: 2.00 2.02 2.06 3/74 19245
/proc/meminfo: memFree=1097552/2055920 swapFree=4192812/4192956
[pid=19127] ppid=19125 vsize=508332 CPUtime=1715.11
/proc/19127/stat : 19127 (pcs.big) R 19125 19127 19046 0 -1 4194304 3600982 664 0 0 170165 1345 0 1 25 0 1 0 59454358 520531968 111787 996147200 134512640 135215973 4294956304 18446744073709551615 134600884 0 0 4096 0 0 0 0 17 1 0 0
/proc/19127/statm: 127083 111787 413 171 0 126008 0
Current children cumulated CPU time (s) 1715.11
Current children cumulated vsize (KiB) 508332

[startup+1782.3 s]
/proc/loadavg: 2.00 2.01 2.06 3/74 19245
/proc/meminfo: memFree=1083472/2055920 swapFree=4192812/4192956
[pid=19127] ppid=19125 vsize=509812 CPUtime=1774.88
/proc/19127/stat : 19127 (pcs.big) R 19125 19127 19046 0 -1 4194304 3795468 664 0 0 176068 1419 0 1 25 0 1 0 59454358 522047488 112162 996147200 134512640 135215973 4294956304 18446744073709551615 134627170 0 0 4096 0 0 0 0 17 1 0 0
/proc/19127/statm: 127453 112177 413 171 0 126378 0
Current children cumulated CPU time (s) 1774.88
Current children cumulated vsize (KiB) 509812



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1807.6 s]
/proc/loadavg: 2.00 2.01 2.05 3/74 19245
/proc/meminfo: memFree=1078096/2055920 swapFree=4192812/4192956
[pid=19127] ppid=19125 vsize=508596 CPUtime=1800.08
/proc/19127/stat : 19127 (pcs.big) R 19125 19127 19046 0 -1 4194304 3846245 664 0 0 178570 1437 0 1 25 0 1 0 59454358 520802304 112051 996147200 134512640 135215973 4294956304 18446744073709551615 134599870 0 0 4096 0 0 0 0 17 1 0 0
/proc/19127/statm: 127149 112051 413 171 0 126074 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 508596

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): 1807.68
CPU time (s): 1800.19
CPU user time (s): 1785.71
CPU system time (s): 14.4748
CPU usage (%): 99.5853
Max. virtual memory (cumulated for all children) (KiB): 560812

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1785.71
system time used= 14.4748
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3846909
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= 28
involuntary context switches= 21617

runsolver used 1.76773 second user time and 4.99024 second system time

The end

Launcher Data

Begin job on node92 at 2009-07-16 07:58:13
IDJOB=2083880
IDBENCH=57965
IDSOLVER=733
FILE ID=node92/2083880-1247723893
PBS_JOBID= 9521494
Free space on /tmp= 66292 MiB

SOLVER NAME= pcs 0.2
BENCH NAME= CPAI08/csp/fapp/fapp23/normalized-fapp23-1800-9.xml
COMMAND LINE= HOME/pcssolve -s RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2083880-1247723893/watcher-2083880-1247723893 -o /tmp/evaluation-result-2083880-1247723893/solver-2083880-1247723893 -C 1800 -W 2000 -M 900  HOME/pcssolve -s 635472133 HOME/instance-2083880-1247723893.xml

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

MD5SUM BENCH= 934d5befa5025b948f72904dd764f189
RANDOM SEED=635472133

node92.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.216
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.216
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:       1435504 kB
Buffers:         78868 kB
Cached:         243792 kB
SwapCached:          0 kB
Active:         312892 kB
Inactive:       237292 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1435504 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:           10640 kB
Writeback:           0 kB
Mapped:         239040 kB
Slab:            55072 kB
Committed_AS:   705560 kB
PageTables:       2348 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= 66292 MiB
End job on node92 at 2009-07-16 08:28:23