Trace number 2083210

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-restart 0.3.2? (TO) 1800.13 1812.44

General information on the benchmark

Namecsp/fapp/fapp12/
normalized-fapp12-1500-10.xml
MD5SUM029bcf31114915c1681378a4f18ed14e
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 benchmark1240.34
Satisfiable
(Un)Satisfiability was proved
Number of variables1500
Number of constraints25409
Maximum constraint arity2
Maximum domain size310
Number of constraints which are defined in extension0
Number of constraints which are defined in intension25409
Global constraints used (with number of constraints)

Solver Data

0.00/0.02	c has big domains
0.00/0.02	c big-domain mode
0.00/0.05	c Seed is 1583286073
0.00/0.05	c Constructing HOME/instance-2083210-1247722645.xml  with 160409 constraints
2.75/2.90	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-2083210-1247722645/watcher-2083210-1247722645 -o /tmp/evaluation-result-2083210-1247722645/solver-2083210-1247722645 -C 1800 -W 2000 -M 900 HOME/pcssolve -s 1583286073 HOME/instance-2083210-1247722645.xml 

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


[startup+0 s]
/proc/loadavg: 2.00 2.01 2.00 4/72 14244
/proc/meminfo: memFree=1573080/2055920 swapFree=4191900/4192956
[pid=14244] ppid=14242 vsize=5356 CPUtime=0
/proc/14244/stat : 14244 (pcssolve) R 14242 14244 13041 0 -1 4194304 273 0 0 0 0 0 0 0 20 0 1 0 59330715 5484544 241 996147200 4194304 4889804 548682068800 18446744073709551615 221780699807 0 65538 4100 65536 0 0 0 17 1 0 0
/proc/14244/statm: 1339 241 200 169 0 50 0
[pid=14245] ppid=14244 vsize=5356 CPUtime=0
/proc/14245/stat : 14245 (pcssolve) R 14244 14244 13041 0 -1 4194368 0 0 0 0 0 0 0 0 20 0 1 0 59330715 5484544 241 996147200 4194304 4889804 548682068800 18446744073709551615 221780699807 0 65538 4100 65536 0 0 0 17 1 0 0
/proc/14245/statm: 1339 241 200 169 0 50 0

[startup+0.0547669 s]
/proc/loadavg: 2.00 2.01 2.00 4/72 14244
/proc/meminfo: memFree=1573080/2055920 swapFree=4191900/4192956
[pid=14244] ppid=14242 vsize=5456 CPUtime=0.02
/proc/14244/stat : 14244 (pcs.big) R 14242 14244 13041 0 -1 4194304 1024 662 0 0 2 0 0 0 18 0 1 0 59330715 5586944 655 996147200 134512640 135215973 4294956304 18446744073709551615 134762880 0 0 4096 0 0 0 0 17 1 0 0
/proc/14244/statm: 1364 655 386 171 0 289 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 5456

[startup+0.101697 s]
/proc/loadavg: 2.00 2.01 2.00 4/72 14244
/proc/meminfo: memFree=1573080/2055920 swapFree=4191900/4192956
[pid=14244] ppid=14242 vsize=6688 CPUtime=0.07
/proc/14244/stat : 14244 (pcs.big) R 14242 14244 13041 0 -1 4194304 1316 662 0 0 7 0 0 0 18 0 1 0 59330715 6848512 906 996147200 134512640 135215973 4294956304 18446744073709551615 4562502 0 0 4096 0 0 0 0 17 1 0 0
/proc/14244/statm: 1672 906 386 171 0 597 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 6688

[startup+0.30171 s]
/proc/loadavg: 2.00 2.01 2.00 4/72 14244
/proc/meminfo: memFree=1573080/2055920 swapFree=4191900/4192956
[pid=14244] ppid=14242 vsize=11928 CPUtime=0.27
/proc/14244/stat : 14244 (pcs.big) R 14242 14244 13041 0 -1 4194304 2746 662 0 0 26 1 0 0 19 0 1 0 59330715 12214272 1957 996147200 134512640 135215973 4294956304 18446744073709551615 4595294 0 0 4096 0 0 0 0 17 1 0 0
/proc/14244/statm: 2982 1957 386 171 0 1907 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 11928

[startup+0.701735 s]
/proc/loadavg: 2.00 2.01 2.00 4/72 14244
/proc/meminfo: memFree=1573080/2055920 swapFree=4191900/4192956
[pid=14244] ppid=14242 vsize=21648 CPUtime=0.66
/proc/14244/stat : 14244 (pcs.big) R 14242 14244 13041 0 -1 4194304 6088 662 0 0 64 2 0 0 23 0 1 0 59330715 22167552 3884 996147200 134512640 135215973 4294956304 18446744073709551615 4159347584 0 0 4096 0 0 0 0 17 1 0 0
/proc/14244/statm: 5412 3884 386 171 0 4337 0
Current children cumulated CPU time (s) 0.66
Current children cumulated vsize (KiB) 21648

[startup+1.50179 s]
/proc/loadavg: 2.00 2.01 2.00 3/73 14249
/proc/meminfo: memFree=1552656/2055920 swapFree=4191900/4192956
[pid=14244] ppid=14242 vsize=39220 CPUtime=1.46
/proc/14244/stat : 14244 (pcs.big) R 14242 14244 13041 0 -1 4194304 12121 662 0 0 140 6 0 0 25 0 1 0 59330715 40161280 7635 996147200 134512640 135215973 4294956304 18446744073709551615 134583491 0 0 4096 0 0 0 0 17 1 0 0
/proc/14244/statm: 9805 7635 386 171 0 8730 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 39220

[startup+3.10189 s]
/proc/loadavg: 2.00 2.01 2.00 3/73 14249
/proc/meminfo: memFree=1531280/2055920 swapFree=4191900/4192956
[pid=14244] ppid=14242 vsize=84860 CPUtime=3.05
/proc/14244/stat : 14244 (pcs.big) R 14242 14244 13041 0 -1 4194304 29399 662 0 0 291 14 0 0 25 0 1 0 59330715 86896640 17946 996147200 134512640 135215973 4294956304 18446744073709551615 4158960177 0 0 4096 0 0 0 0 17 1 0 0
/proc/14244/statm: 21215 17946 409 171 0 20140 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 84860

[startup+6.30108 s]
/proc/loadavg: 2.00 2.01 2.00 3/73 14249
/proc/meminfo: memFree=1500752/2055920 swapFree=4191900/4192956
[pid=14244] ppid=14242 vsize=85756 CPUtime=6.22
/proc/14244/stat : 14244 (pcs.big) R 14242 14244 13041 0 -1 4194304 29726 662 0 0 608 14 0 0 25 0 1 0 59330715 87814144 18099 996147200 134512640 135215973 4294956304 18446744073709551615 134597400 0 0 4096 0 0 0 0 17 1 0 0
/proc/14244/statm: 21439 18099 410 171 0 20364 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 85756

[startup+12.7015 s]
/proc/loadavg: 2.00 2.01 2.00 3/73 14249
/proc/meminfo: memFree=1498768/2055920 swapFree=4191900/4192956
[pid=14244] ppid=14242 vsize=86588 CPUtime=12.57
/proc/14244/stat : 14244 (pcs.big) R 14242 14244 13041 0 -1 4194304 30168 662 0 0 1243 14 0 0 25 0 1 0 59330715 88666112 18332 996147200 134512640 135215973 4294956304 18446744073709551615 134592782 0 0 4096 0 0 0 0 17 1 0 0
/proc/14244/statm: 21647 18332 410 171 0 20572 0
Current children cumulated CPU time (s) 12.57
Current children cumulated vsize (KiB) 86588

[startup+25.5013 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 14249
/proc/meminfo: memFree=1488088/2055920 swapFree=4191900/4192956
[pid=14244] ppid=14242 vsize=94720 CPUtime=25.28
/proc/14244/stat : 14244 (pcs.big) R 14242 14244 13041 0 -1 4194304 32649 662 0 0 2512 16 0 0 25 0 1 0 59330715 96993280 20396 996147200 134512640 135215973 4294956304 18446744073709551615 134585786 0 0 4096 0 0 0 0 17 1 0 0
/proc/14244/statm: 23680 20396 410 171 0 22605 0
Current children cumulated CPU time (s) 25.28
Current children cumulated vsize (KiB) 94720

[startup+51.1019 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 14249
/proc/meminfo: memFree=1483608/2055920 swapFree=4191900/4192956
[pid=14244] ppid=14242 vsize=99632 CPUtime=50.68
/proc/14244/stat : 14244 (pcs.big) R 14242 14244 13041 0 -1 4194304 36362 662 0 0 5051 17 0 0 25 0 1 0 59330715 102023168 20998 996147200 134512640 135215973 4294956304 18446744073709551615 134585786 0 0 4096 0 0 0 0 17 1 0 0
/proc/14244/statm: 24908 20998 413 171 0 23833 0
Current children cumulated CPU time (s) 50.68
Current children cumulated vsize (KiB) 99632

[startup+102.306 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 14249
/proc/meminfo: memFree=1470616/2055920 swapFree=4191900/4192956
[pid=14244] ppid=14242 vsize=101884 CPUtime=101.49
/proc/14244/stat : 14244 (pcs.big) R 14242 14244 13041 0 -1 4194304 79278 662 0 0 10117 32 0 0 25 0 1 0 59330715 104329216 21570 996147200 134512640 135215973 4294956304 18446744073709551615 134583660 0 0 4096 0 0 0 0 17 1 0 0
/proc/14244/statm: 25471 21570 413 171 0 24396 0
Current children cumulated CPU time (s) 101.49
Current children cumulated vsize (KiB) 101884

[startup+162.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 14249
/proc/meminfo: memFree=1453016/2055920 swapFree=4191900/4192956
[pid=14244] ppid=14242 vsize=105040 CPUtime=161.04
/proc/14244/stat : 14244 (pcs.big) R 14242 14244 13041 0 -1 4194304 129117 662 0 0 16054 50 0 0 25 0 1 0 59330715 107560960 22365 996147200 134512640 135215973 4294956304 18446744073709551615 134597350 0 0 4096 0 0 0 0 17 1 0 0
/proc/14244/statm: 26260 22365 413 171 0 25185 0
Current children cumulated CPU time (s) 161.04
Current children cumulated vsize (KiB) 105040

[startup+222.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 14249
/proc/meminfo: memFree=1439000/2055920 swapFree=4191900/4192956
[pid=14244] ppid=14242 vsize=110716 CPUtime=220.58
/proc/14244/stat : 14244 (pcs.big) R 14242 14244 13041 0 -1 4194304 210202 662 0 0 21982 76 0 0 25 0 1 0 59330715 113373184 23988 996147200 134512640 135215973 4294956304 18446744073709551615 134970821 0 0 4096 0 0 0 0 17 1 0 0
/proc/14244/statm: 27679 23988 413 171 0 26604 0
Current children cumulated CPU time (s) 220.58
Current children cumulated vsize (KiB) 110716

[startup+282.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 14249
/proc/meminfo: memFree=1423512/2055920 swapFree=4191900/4192956
[pid=14244] ppid=14242 vsize=114276 CPUtime=280.12
/proc/14244/stat : 14244 (pcs.big) R 14242 14244 13041 0 -1 4194304 262965 662 0 0 27919 93 0 0 25 0 1 0 59330715 117018624 24893 996147200 134512640 135215973 4294956304 18446744073709551615 134585720 0 0 4096 0 0 0 0 17 1 0 0
/proc/14244/statm: 28569 24893 413 171 0 27494 0
Current children cumulated CPU time (s) 280.12
Current children cumulated vsize (KiB) 114276

[startup+342.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 14249
/proc/meminfo: memFree=1411352/2055920 swapFree=4191900/4192956
[pid=14244] ppid=14242 vsize=119028 CPUtime=339.67
/proc/14244/stat : 14244 (pcs.big) R 14242 14244 13041 0 -1 4194304 308889 662 0 0 33859 108 0 0 25 0 1 0 59330715 121884672 26061 996147200 134512640 135215973 4294956304 18446744073709551615 134583442 0 0 4096 0 0 0 0 17 1 0 0
/proc/14244/statm: 29757 26061 413 171 0 28682 0
Current children cumulated CPU time (s) 339.67
Current children cumulated vsize (KiB) 119028

[startup+402.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 14249
/proc/meminfo: memFree=1396120/2055920 swapFree=4191900/4192956
[pid=14244] ppid=14242 vsize=122588 CPUtime=399.21
/proc/14244/stat : 14244 (pcs.big) R 14242 14244 13041 0 -1 4194304 392346 662 0 0 39785 136 0 0 25 0 1 0 59330715 125530112 27108 996147200 134512640 135215973 4294956304 18446744073709551615 134599858 0 0 4096 0 0 0 0 17 1 0 0
/proc/14244/statm: 30647 27108 413 171 0 29572 0
Current children cumulated CPU time (s) 399.21
Current children cumulated vsize (KiB) 122588

[startup+462.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 14249
/proc/meminfo: memFree=1383128/2055920 swapFree=4191900/4192956
[pid=14244] ppid=14242 vsize=126008 CPUtime=458.76
/proc/14244/stat : 14244 (pcs.big) R 14242 14244 13041 0 -1 4194304 477065 662 0 0 45713 163 0 0 25 0 1 0 59330715 129032192 27943 996147200 134512640 135215973 4294956304 18446744073709551615 134591823 0 0 4096 0 0 0 0 17 1 0 0
/proc/14244/statm: 31502 27943 413 171 0 30427 0
Current children cumulated CPU time (s) 458.76
Current children cumulated vsize (KiB) 126008

[startup+522.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 14249
/proc/meminfo: memFree=1374936/2055920 swapFree=4191900/4192956
[pid=14244] ppid=14242 vsize=127984 CPUtime=518.31
/proc/14244/stat : 14244 (pcs.big) R 14242 14244 13041 0 -1 4194304 501308 662 0 0 51660 171 0 0 25 0 1 0 59330715 131055616 28468 996147200 134512640 135215973 4294956304 18446744073709551615 134590043 0 0 4096 0 0 0 0 17 1 0 0
/proc/14244/statm: 31996 28468 413 171 0 30921 0
Current children cumulated CPU time (s) 518.31
Current children cumulated vsize (KiB) 127984

[startup+582.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 14249
/proc/meminfo: memFree=1364824/2055920 swapFree=4191900/4192956
[pid=14244] ppid=14242 vsize=131944 CPUtime=577.86
/proc/14244/stat : 14244 (pcs.big) R 14242 14244 13041 0 -1 4194304 569428 662 0 0 57594 192 0 0 25 0 1 0 59330715 135110656 29454 996147200 134512640 135215973 4294956304 18446744073709551615 134591420 0 0 4096 0 0 0 0 17 1 0 0
/proc/14244/statm: 32986 29454 413 171 0 31911 0
Current children cumulated CPU time (s) 577.86
Current children cumulated vsize (KiB) 131944

[startup+642.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 14249
/proc/meminfo: memFree=1349400/2055920 swapFree=4191900/4192956
[pid=14244] ppid=14242 vsize=140384 CPUtime=637.4
/proc/14244/stat : 14244 (pcs.big) R 14242 14244 13041 0 -1 4194304 647384 662 0 0 63521 219 0 0 25 0 1 0 59330715 143753216 31566 996147200 134512640 135215973 4294956304 18446744073709551615 134532677 0 0 4096 0 0 0 0 17 1 0 0
/proc/14244/statm: 35096 31566 413 171 0 34021 0
Current children cumulated CPU time (s) 637.4

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

[startup+822.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 14251
/proc/meminfo: memFree=1310488/2055920 swapFree=4191900/4192956
[pid=14244] ppid=14242 vsize=163076 CPUtime=816.03
/proc/14244/stat : 14244 (pcs.big) R 14242 14244 13041 0 -1 4194304 896023 662 0 0 81307 296 0 0 25 0 1 0 59330715 166989824 37263 996147200 134512640 135215973 4294956304 18446744073709551615 4158960056 0 0 4096 0 0 0 0 17 1 0 0
/proc/14244/statm: 40769 37263 413 171 0 39694 0
Current children cumulated CPU time (s) 816.03
Current children cumulated vsize (KiB) 163076

[startup+882.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 14251
/proc/meminfo: memFree=1301592/2055920 swapFree=4191900/4192956
[pid=14244] ppid=14242 vsize=167696 CPUtime=875.57
/proc/14244/stat : 14244 (pcs.big) R 14242 14244 13041 0 -1 4194304 962186 662 0 0 87240 317 0 0 25 0 1 0 59330715 171720704 38436 996147200 134512640 135215973 4294956304 18446744073709551615 4158960014 0 0 4096 0 0 0 0 17 1 0 0
/proc/14244/statm: 41924 38436 413 171 0 40849 0
Current children cumulated CPU time (s) 875.57
Current children cumulated vsize (KiB) 167696

[startup+942.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 14251
/proc/meminfo: memFree=1292440/2055920 swapFree=4191900/4192956
[pid=14244] ppid=14242 vsize=171256 CPUtime=935.11
/proc/14244/stat : 14244 (pcs.big) R 14242 14244 13041 0 -1 4194304 1024587 662 0 0 93172 339 0 0 25 0 1 0 59330715 175366144 39331 996147200 134512640 135215973 4294956304 18446744073709551615 134585786 0 0 4096 0 0 0 0 17 1 0 0
/proc/14244/statm: 42814 39331 413 171 0 41739 0
Current children cumulated CPU time (s) 935.11
Current children cumulated vsize (KiB) 171256

[startup+1002.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 14251
/proc/meminfo: memFree=1284568/2055920 swapFree=4191900/4192956
[pid=14244] ppid=14242 vsize=174424 CPUtime=994.65
/proc/14244/stat : 14244 (pcs.big) R 14242 14244 13041 0 -1 4194304 1072800 662 0 0 99113 352 0 0 25 0 1 0 59330715 178610176 40108 996147200 134512640 135215973 4294956304 18446744073709551615 134585697 0 0 4096 0 0 0 0 17 1 0 0
/proc/14244/statm: 43606 40108 413 171 0 42531 0
Current children cumulated CPU time (s) 994.65
Current children cumulated vsize (KiB) 174424

[startup+1062.3 s]
/proc/loadavg: 2.09 2.03 2.01 3/73 14251
/proc/meminfo: memFree=1276440/2055920 swapFree=4191900/4192956
[pid=14244] ppid=14242 vsize=177988 CPUtime=1054.2
/proc/14244/stat : 14244 (pcs.big) R 14242 14244 13041 0 -1 4194304 1121274 662 0 0 105053 367 0 0 25 0 1 0 59330715 182259712 41012 996147200 134512640 135215973 4294956304 18446744073709551615 135095366 0 0 4096 0 0 0 0 17 1 0 0
/proc/14244/statm: 44497 41012 413 171 0 43422 0
Current children cumulated CPU time (s) 1054.2
Current children cumulated vsize (KiB) 177988

[startup+1122.3 s]
/proc/loadavg: 2.06 2.03 2.01 3/73 14251
/proc/meminfo: memFree=1267352/2055920 swapFree=4191900/4192956
[pid=14244] ppid=14242 vsize=181156 CPUtime=1113.74
/proc/14244/stat : 14244 (pcs.big) R 14242 14244 13041 0 -1 4194304 1165751 662 0 0 110991 383 0 0 25 0 1 0 59330715 185503744 41805 996147200 134512640 135215973 4294956304 18446744073709551615 134585720 0 0 4096 0 0 0 0 17 1 0 0
/proc/14244/statm: 45289 41805 413 171 0 44214 0
Current children cumulated CPU time (s) 1113.74
Current children cumulated vsize (KiB) 181156

[startup+1182.3 s]
/proc/loadavg: 2.02 2.03 2.00 3/73 14251
/proc/meminfo: memFree=1258520/2055920 swapFree=4191900/4192956
[pid=14244] ppid=14242 vsize=184192 CPUtime=1173.29
/proc/14244/stat : 14244 (pcs.big) R 14242 14244 13041 0 -1 4194304 1202576 662 0 0 116934 395 0 0 25 0 1 0 59330715 188612608 42584 996147200 134512640 135215973 4294956304 18446744073709551615 134585694 0 0 4096 0 0 0 0 17 1 0 0
/proc/14244/statm: 46048 42584 413 171 0 44973 0
Current children cumulated CPU time (s) 1173.29
Current children cumulated vsize (KiB) 184192

[startup+1242.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/73 14251
/proc/meminfo: memFree=1249176/2055920 swapFree=4191900/4192956
[pid=14244] ppid=14242 vsize=187884 CPUtime=1232.83
/proc/14244/stat : 14244 (pcs.big) R 14242 14244 13041 0 -1 4194304 1252267 662 0 0 122874 409 0 0 25 0 1 0 59330715 192393216 43499 996147200 134512640 135215973 4294956304 18446744073709551615 4158960157 0 0 4096 0 0 0 0 17 1 0 0
/proc/14244/statm: 46971 43499 413 171 0 45896 0
Current children cumulated CPU time (s) 1232.83
Current children cumulated vsize (KiB) 187884

[startup+1302.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/73 14251
/proc/meminfo: memFree=1238808/2055920 swapFree=4191900/4192956
[pid=14244] ppid=14242 vsize=190916 CPUtime=1292.37
/proc/14244/stat : 14244 (pcs.big) R 14242 14244 13041 0 -1 4194304 1299657 662 0 0 128814 423 0 0 25 0 1 0 59330715 195497984 44257 996147200 134512640 135215973 4294956304 18446744073709551615 134599882 0 0 4096 0 0 0 0 17 1 0 0
/proc/14244/statm: 47729 44257 413 171 0 46654 0
Current children cumulated CPU time (s) 1292.37
Current children cumulated vsize (KiB) 190916

[startup+1362.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/83 14292
/proc/meminfo: memFree=1401088/2055920 swapFree=4191900/4192956
[pid=14244] ppid=14242 vsize=195796 CPUtime=1351.85
/proc/14244/stat : 14244 (pcs.big) R 14242 14244 13041 0 -1 4194304 1366330 662 0 0 134737 448 0 0 25 0 1 0 59330715 200495104 45538 996147200 134512640 135215973 4294956304 18446744073709551615 134583364 0 0 4096 0 0 0 0 17 1 0 0
/proc/14244/statm: 48949 45538 413 171 0 47874 0
Current children cumulated CPU time (s) 1351.85
Current children cumulated vsize (KiB) 195796

[startup+1422.31 s]
/proc/loadavg: 2.06 2.03 2.00 3/73 14331
/proc/meminfo: memFree=1445792/2055920 swapFree=4191900/4192956
[pid=14244] ppid=14242 vsize=199488 CPUtime=1411.53
/proc/14244/stat : 14244 (pcs.big) R 14242 14244 13041 0 -1 4194304 1443909 662 0 0 140681 472 0 0 25 0 1 0 59330715 204275712 46469 996147200 134512640 135215973 4294956304 18446744073709551615 134583707 0 0 4096 0 0 0 0 17 0 0 0
/proc/14244/statm: 49872 46469 413 171 0 48797 0
Current children cumulated CPU time (s) 1411.53
Current children cumulated vsize (KiB) 199488

[startup+1482.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/73 14331
/proc/meminfo: memFree=1436768/2055920 swapFree=4191900/4192956
[pid=14244] ppid=14242 vsize=202392 CPUtime=1471.28
/proc/14244/stat : 14244 (pcs.big) R 14242 14244 13041 0 -1 4194304 1518233 662 0 0 146634 494 0 0 25 0 1 0 59330715 207249408 47227 996147200 134512640 135215973 4294956304 18446744073709551615 134599868 0 0 4096 0 0 0 0 17 0 0 0
/proc/14244/statm: 50598 47227 413 171 0 49523 0
Current children cumulated CPU time (s) 1471.28
Current children cumulated vsize (KiB) 202392

[startup+1542.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/73 14331
/proc/meminfo: memFree=1426912/2055920 swapFree=4191900/4192956
[pid=14244] ppid=14242 vsize=206084 CPUtime=1531.04
/proc/14244/stat : 14244 (pcs.big) R 14242 14244 13041 0 -1 4194304 1601681 662 0 0 152584 520 0 0 25 0 1 0 59330715 211030016 48131 996147200 134512640 135215973 4294956304 18446744073709551615 134585720 0 0 4096 0 0 0 0 17 0 0 0
/proc/14244/statm: 51521 48131 413 171 0 50446 0
Current children cumulated CPU time (s) 1531.04
Current children cumulated vsize (KiB) 206084

[startup+1602.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/73 14331
/proc/meminfo: memFree=1416928/2055920 swapFree=4191900/4192956
[pid=14244] ppid=14242 vsize=210432 CPUtime=1590.8
/proc/14244/stat : 14244 (pcs.big) R 14242 14244 13041 0 -1 4194304 1696573 662 0 0 158534 546 0 0 25 0 1 0 59330715 215482368 49223 996147200 134512640 135215973 4294956304 18446744073709551615 134583707 0 0 4096 0 0 0 0 17 0 0 0
/proc/14244/statm: 52608 49223 413 171 0 51533 0
Current children cumulated CPU time (s) 1590.8
Current children cumulated vsize (KiB) 210432

[startup+1662.3 s]
/proc/loadavg: 2.05 2.02 2.00 3/73 14331
/proc/meminfo: memFree=1407072/2055920 swapFree=4191900/4192956
[pid=14244] ppid=14242 vsize=214516 CPUtime=1650.57
/proc/14244/stat : 14244 (pcs.big) R 14242 14244 13041 0 -1 4194304 1786438 662 0 0 164484 573 0 0 25 0 1 0 59330715 219664384 50246 996147200 134512640 135215973 4294956304 18446744073709551615 134589807 0 0 4096 0 0 0 0 17 0 0 0
/proc/14244/statm: 53629 50246 413 171 0 52554 0
Current children cumulated CPU time (s) 1650.57
Current children cumulated vsize (KiB) 214516

[startup+1722.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/73 14331
/proc/meminfo: memFree=1396320/2055920 swapFree=4191900/4192956
[pid=14244] ppid=14242 vsize=219796 CPUtime=1710.32
/proc/14244/stat : 14244 (pcs.big) R 14242 14244 13041 0 -1 4194304 1887195 662 0 0 170432 600 0 0 25 0 1 0 59330715 225071104 51575 996147200 134512640 135215973 4294956304 18446744073709551615 134585720 0 0 4096 0 0 0 0 17 0 0 0
/proc/14244/statm: 54949 51575 413 171 0 53874 0
Current children cumulated CPU time (s) 1710.32
Current children cumulated vsize (KiB) 219796

[startup+1782.3 s]
/proc/loadavg: 2.04 2.03 2.00 3/73 14331
/proc/meminfo: memFree=1384160/2055920 swapFree=4191900/4192956
[pid=14244] ppid=14242 vsize=224544 CPUtime=1770.09
/proc/14244/stat : 14244 (pcs.big) R 14242 14244 13041 0 -1 4194304 1958884 662 0 0 176386 623 0 0 25 0 1 0 59330715 229933056 52780 996147200 134512640 135215973 4294956304 18446744073709551615 134585786 0 0 4096 0 0 0 0 17 0 0 0
/proc/14244/statm: 56136 52780 413 171 0 55061 0
Current children cumulated CPU time (s) 1770.09
Current children cumulated vsize (KiB) 224544



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1812.4 s]
/proc/loadavg: 2.08 2.04 2.00 3/73 14331
/proc/meminfo: memFree=1376864/2055920 swapFree=4191900/4192956
[pid=14244] ppid=14242 vsize=224808 CPUtime=1800.07
/proc/14244/stat : 14244 (pcs.big) R 14242 14244 13041 0 -1 4194304 1981869 662 0 0 179377 630 0 0 25 0 1 0 59330715 230203392 52851 996147200 134512640 135215973 4294956304 18446744073709551615 134585694 0 0 4096 0 0 0 0 17 0 0 0
/proc/14244/statm: 56202 52851 413 171 0 55127 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 224808

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): 1812.44
CPU time (s): 1800.13
CPU user time (s): 1793.78
CPU system time (s): 6.34903
CPU usage (%): 99.3209
Max. virtual memory (cumulated for all children) (KiB): 225080

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.78
system time used= 6.34903
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1982531
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= 23
involuntary context switches= 35670

runsolver used 1.78873 second user time and 4.95825 second system time

The end

Launcher Data

Begin job on node29 at 2009-07-16 07:37:26
IDJOB=2083210
IDBENCH=57740
IDSOLVER=734
FILE ID=node29/2083210-1247722645
PBS_JOBID= 9521382
Free space on /tmp= 66316 MiB

SOLVER NAME= pcs-restart 0.2.restart
BENCH NAME= CPAI08/csp/fapp/fapp12/normalized-fapp12-1500-10.xml
COMMAND LINE= HOME/pcssolve -s RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2083210-1247722645/watcher-2083210-1247722645 -o /tmp/evaluation-result-2083210-1247722645/solver-2083210-1247722645 -C 1800 -W 2000 -M 900  HOME/pcssolve -s 1583286073 HOME/instance-2083210-1247722645.xml

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

MD5SUM BENCH= 029bcf31114915c1681378a4f18ed14e
RANDOM SEED=1583286073

node29.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.225
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.225
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:       1573560 kB
Buffers:         68184 kB
Cached:         254356 kB
SwapCached:        392 kB
Active:         170744 kB
Inactive:       244900 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1573560 kB
SwapTotal:     4192956 kB
SwapFree:      4191900 kB
Dirty:            5276 kB
Writeback:           0 kB
Mapped:         103888 kB
Slab:            51788 kB
Committed_AS:   702360 kB
PageTables:       2004 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= 66316 MiB
End job on node29 at 2009-07-16 08:07:40