Trace number 2083067

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.09 1811.55

General information on the benchmark

Namecsp/fapp/fapp15/
normalized-fapp15-3000-1.xml
MD5SUMd8c3423564a2d6b9b1f50261d186e818
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 benchmark31.9481
Satisfiable
(Un)Satisfiability was proved
Number of variables3000
Number of constraints33021
Maximum constraint arity2
Maximum domain size182
Number of constraints which are defined in extension0
Number of constraints which are defined in intension33021
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.02	c Seed is 188995705
0.00/0.02	c Constructing HOME/instance-2083067-1247722256.xml  with 206868 constraints
3.47/3.50	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-2083067-1247722256/watcher-2083067-1247722256 -o /tmp/evaluation-result-2083067-1247722256/solver-2083067-1247722256 -C 1800 -W 2000 -M 900 HOME/pcssolve -s 188995705 HOME/instance-2083067-1247722256.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/81 13536
/proc/meminfo: memFree=1348952/2055920 swapFree=4192812/4192956
[pid=13536] ppid=13534 vsize=5356 CPUtime=0
/proc/13536/stat : 13536 (pcssolve) S 13534 13536 11730 0 -1 4194304 305 0 0 0 0 0 0 0 20 0 1 0 59289645 5484544 242 996147200 4194304 4889804 548682068800 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13536/statm: 1339 242 201 169 0 50 0
[pid=13537] ppid=13536 vsize=5356 CPUtime=0
/proc/13537/stat : 13537 (pcssolve) R 13536 13536 11730 0 -1 4194368 22 0 0 0 0 0 0 0 21 0 1 0 59289646 5484544 243 996147200 4194304 4889804 548682068800 18446744073709551615 269930261799 0 0 4096 0 0 0 0 17 0 0 0
/proc/13537/statm: 1339 243 202 169 0 50 0
[pid=13538] ppid=13536 vsize=3676 CPUtime=0
/proc/13538/stat : 13538 (grep) S 13536 13536 11730 0 -1 4194304 154 0 0 0 0 0 0 0 18 0 1 0 59289646 3764224 121 996147200 4194304 4274172 548682069040 18446744073709551615 269930430546 0 0 4096 0 18446744071563648864 0 0 17 0 0 0
/proc/13538/statm: 919 121 99 19 0 43 0

[startup+0.0551551 s]
/proc/loadavg: 1.91 1.97 1.99 4/81 13536
/proc/meminfo: memFree=1348952/2055920 swapFree=4192812/4192956
[pid=13536] ppid=13534 vsize=5764 CPUtime=0.04
/proc/13536/stat : 13536 (pcs.big) R 13534 13536 11730 0 -1 4194304 1091 662 0 0 3 0 0 1 22 0 1 0 59289645 5902336 722 996147200 134512640 135215973 4294956304 18446744073709551615 9180795 0 0 4096 0 0 0 0 17 1 0 0
/proc/13536/statm: 1441 722 386 171 0 366 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 5764

[startup+0.10116 s]
/proc/loadavg: 1.91 1.97 1.99 4/81 13536
/proc/meminfo: memFree=1348952/2055920 swapFree=4192812/4192956
[pid=13536] ppid=13534 vsize=7308 CPUtime=0.08
/proc/13536/stat : 13536 (pcs.big) R 13534 13536 11730 0 -1 4194304 1487 662 0 0 7 0 0 1 22 0 1 0 59289645 7483392 1018 996147200 134512640 135215973 4294956304 18446744073709551615 134597615 0 0 4096 0 0 0 0 17 1 0 0
/proc/13536/statm: 1827 1019 386 171 0 752 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 7308

[startup+0.301186 s]
/proc/loadavg: 1.91 1.97 1.99 4/81 13536
/proc/meminfo: memFree=1348952/2055920 swapFree=4192812/4192956
[pid=13536] ppid=13534 vsize=13880 CPUtime=0.28
/proc/13536/stat : 13536 (pcs.big) R 13534 13536 11730 0 -1 4194304 3318 662 0 0 26 1 0 1 24 0 1 0 59289645 14213120 2233 996147200 134512640 135215973 4294956304 18446744073709551615 134636737 0 0 4096 0 0 0 0 17 1 0 0
/proc/13536/statm: 3470 2236 386 171 0 2395 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 13880

[startup+0.701229 s]
/proc/loadavg: 1.91 1.97 1.99 4/81 13536
/proc/meminfo: memFree=1348952/2055920 swapFree=4192812/4192956
[pid=13536] ppid=13534 vsize=22544 CPUtime=0.68
/proc/13536/stat : 13536 (pcs.big) R 13534 13536 11730 0 -1 4194304 6454 662 0 0 64 3 0 1 25 0 1 0 59289645 23085056 4080 996147200 134512640 135215973 4294956304 18446744073709551615 9180795 0 0 4096 0 0 0 0 17 1 0 0
/proc/13536/statm: 5636 4082 386 171 0 4561 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 22544

[startup+1.50132 s]
/proc/loadavg: 1.91 1.97 1.99 3/82 13541
/proc/meminfo: memFree=1327632/2055920 swapFree=4192812/4192956
[pid=13536] ppid=13534 vsize=41064 CPUtime=1.47
/proc/13536/stat : 13536 (pcs.big) R 13534 13536 11730 0 -1 4194304 12804 662 0 0 140 6 0 1 25 0 1 0 59289645 42049536 8012 996147200 134512640 135215973 4294956304 18446744073709551615 134906919 0 0 4096 0 0 0 0 17 1 0 0
/proc/13536/statm: 10266 8012 386 171 0 9191 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 41064

[startup+3.10151 s]
/proc/loadavg: 1.91 1.97 1.99 3/82 13541
/proc/meminfo: memFree=1305552/2055920 swapFree=4192812/4192956
[pid=13536] ppid=13534 vsize=77828 CPUtime=3.06
/proc/13536/stat : 13536 (pcs.big) R 13534 13536 11730 0 -1 4194304 25317 662 0 0 294 11 0 1 25 0 1 0 59289645 79695872 15698 996147200 134512640 135215973 4294956304 18446744073709551615 9180795 0 0 4096 0 0 0 0 17 1 0 0
/proc/13536/statm: 19457 15698 386 171 0 18382 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 77828

[startup+6.30289 s]
/proc/loadavg: 1.92 1.97 1.99 3/82 13541
/proc/meminfo: memFree=1260632/2055920 swapFree=4192812/4192956
[pid=13536] ppid=13534 vsize=98748 CPUtime=6.26
/proc/13536/stat : 13536 (pcs.big) R 13534 13536 11730 0 -1 4194304 35271 662 0 0 608 17 0 1 25 0 1 0 59289645 101117952 22365 996147200 134512640 135215973 4294956304 18446744073709551615 134970849 0 0 4096 0 0 0 0 17 1 0 0
/proc/13536/statm: 24687 22365 410 171 0 23612 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 98748

[startup+12.7016 s]
/proc/loadavg: 1.93 1.97 1.99 3/82 13541
/proc/meminfo: memFree=1257112/2055920 swapFree=4192812/4192956
[pid=13536] ppid=13534 vsize=104016 CPUtime=12.62
/proc/13536/stat : 13536 (pcs.big) R 13534 13536 11730 0 -1 4194304 36984 662 0 0 1243 18 0 1 25 0 1 0 59289645 106512384 23452 996147200 134512640 135215973 4294956304 18446744073709551615 134590017 0 0 4096 0 0 0 0 17 1 0 0
/proc/13536/statm: 26004 23452 410 171 0 24929 0
Current children cumulated CPU time (s) 12.62
Current children cumulated vsize (KiB) 104016

[startup+25.5011 s]
/proc/loadavg: 1.94 1.97 1.99 3/82 13541
/proc/meminfo: memFree=1244952/2055920 swapFree=4192812/4192956
[pid=13536] ppid=13534 vsize=116584 CPUtime=25.36
/proc/13536/stat : 13536 (pcs.big) R 13534 13536 11730 0 -1 4194304 40622 662 0 0 2516 19 0 1 25 0 1 0 59289645 119382016 26257 996147200 134512640 135215973 4294956304 18446744073709551615 134585694 0 0 4096 0 0 0 0 17 1 0 0
/proc/13536/statm: 29146 26257 410 171 0 28071 0
Current children cumulated CPU time (s) 25.36
Current children cumulated vsize (KiB) 116584

[startup+51.1012 s]
/proc/loadavg: 1.96 1.97 1.99 3/82 13541
/proc/meminfo: memFree=1235992/2055920 swapFree=4192812/4192956
[pid=13536] ppid=13534 vsize=129576 CPUtime=50.83
/proc/13536/stat : 13536 (pcs.big) R 13534 13536 11730 0 -1 4194304 85364 662 0 0 5048 34 0 1 25 0 1 0 59289645 132685824 28444 996147200 134512640 135215973 4294956304 18446744073709551615 134591693 0 0 4096 0 0 0 0 17 1 0 0
/proc/13536/statm: 32394 28444 413 171 0 31319 0
Current children cumulated CPU time (s) 50.83
Current children cumulated vsize (KiB) 129576

[startup+102.305 s]
/proc/loadavg: 1.98 1.97 1.99 3/82 13541
/proc/meminfo: memFree=1235416/2055920 swapFree=4192812/4192956
[pid=13536] ppid=13534 vsize=130216 CPUtime=101.8
/proc/13536/stat : 13536 (pcs.big) R 13534 13536 11730 0 -1 4194304 303527 662 0 0 10078 101 0 1 25 0 1 0 59289645 133341184 28585 996147200 134512640 135215973 4294956304 18446744073709551615 134604669 0 0 4096 0 0 0 0 17 1 0 0
/proc/13536/statm: 32554 28585 413 171 0 31479 0
Current children cumulated CPU time (s) 101.8
Current children cumulated vsize (KiB) 130216

[startup+162.301 s]
/proc/loadavg: 1.99 1.97 1.99 3/82 13541
/proc/meminfo: memFree=1234584/2055920 swapFree=4192812/4192956
[pid=13536] ppid=13534 vsize=131560 CPUtime=161.5
/proc/13536/stat : 13536 (pcs.big) R 13534 13536 11730 0 -1 4194304 618203 662 0 0 15955 194 0 1 25 0 1 0 59289645 134717440 28844 996147200 134512640 135215973 4294956304 18446744073709551615 134627170 0 0 4096 0 0 0 0 17 1 0 0
/proc/13536/statm: 32890 28860 413 171 0 31815 0
Current children cumulated CPU time (s) 161.5
Current children cumulated vsize (KiB) 131560

[startup+222.301 s]
/proc/loadavg: 1.99 1.97 1.99 3/82 13541
/proc/meminfo: memFree=1230808/2055920 swapFree=4192812/4192956
[pid=13536] ppid=13534 vsize=134560 CPUtime=221.21
/proc/13536/stat : 13536 (pcs.big) R 13534 13536 11730 0 -1 4194304 1006586 662 0 0 21813 307 0 1 25 0 1 0 59289645 137789440 29728 996147200 134512640 135215973 4294956304 18446744073709551615 134587605 0 0 4096 0 0 0 0 17 1 0 0
/proc/13536/statm: 33640 29728 413 171 0 32565 0
Current children cumulated CPU time (s) 221.21
Current children cumulated vsize (KiB) 134560

[startup+282.301 s]
/proc/loadavg: 1.99 1.97 1.99 3/82 13541
/proc/meminfo: memFree=1225496/2055920 swapFree=4192812/4192956
[pid=13536] ppid=13534 vsize=139812 CPUtime=280.92
/proc/13536/stat : 13536 (pcs.big) R 13534 13536 11730 0 -1 4194304 1411609 662 0 0 27669 422 0 1 25 0 1 0 59289645 143167488 31038 996147200 134512640 135215973 4294956304 18446744073709551615 134585720 0 0 4096 0 0 0 0 17 1 0 0
/proc/13536/statm: 34953 31038 413 171 0 33878 0
Current children cumulated CPU time (s) 280.92
Current children cumulated vsize (KiB) 139812

[startup+342.301 s]
/proc/loadavg: 1.99 1.97 1.99 3/82 13541
/proc/meminfo: memFree=1221784/2055920 swapFree=4192812/4192956
[pid=13536] ppid=13534 vsize=143492 CPUtime=340.63
/proc/13536/stat : 13536 (pcs.big) R 13534 13536 11730 0 -1 4194304 1685536 662 0 0 33559 503 0 1 25 0 1 0 59289645 146935808 31959 996147200 134512640 135215973 4294956304 18446744073709551615 134583539 0 0 4096 0 0 0 0 17 1 0 0
/proc/13536/statm: 35873 31959 413 171 0 34798 0
Current children cumulated CPU time (s) 340.63
Current children cumulated vsize (KiB) 143492

[startup+402.301 s]
/proc/loadavg: 1.99 1.97 1.99 3/82 13541
/proc/meminfo: memFree=1217240/2055920 swapFree=4192812/4192956
[pid=13536] ppid=13534 vsize=148096 CPUtime=400.34
/proc/13536/stat : 13536 (pcs.big) R 13534 13536 11730 0 -1 4194304 1975398 662 0 0 39441 592 0 1 25 0 1 0 59289645 151650304 33090 996147200 134512640 135215973 4294956304 18446744073709551615 134585786 0 0 4096 0 0 0 0 17 1 0 0
/proc/13536/statm: 37024 33090 413 171 0 35949 0
Current children cumulated CPU time (s) 400.34
Current children cumulated vsize (KiB) 148096

[startup+462.302 s]
/proc/loadavg: 1.99 1.97 1.99 4/82 13541
/proc/meminfo: memFree=1212888/2055920 swapFree=4192812/4192956
[pid=13536] ppid=13534 vsize=152180 CPUtime=460.06
/proc/13536/stat : 13536 (pcs.big) R 13534 13536 11730 0 -1 4194304 2301337 662 0 0 45316 689 0 1 25 0 1 0 59289645 155832320 34171 996147200 134512640 135215973 4294956304 18446744073709551615 134590052 0 0 4096 0 0 0 0 17 1 0 0
/proc/13536/statm: 38045 34171 413 171 0 36970 0
Current children cumulated CPU time (s) 460.06
Current children cumulated vsize (KiB) 152180

[startup+522.302 s]
/proc/loadavg: 1.99 1.97 1.99 3/82 13541
/proc/meminfo: memFree=1209048/2055920 swapFree=4192812/4192956
[pid=13536] ppid=13534 vsize=155988 CPUtime=519.76
/proc/13536/stat : 13536 (pcs.big) R 13534 13536 11730 0 -1 4194304 2575332 662 0 0 51204 771 0 1 25 0 1 0 59289645 159731712 35160 996147200 134512640 135215973 4294956304 18446744073709551615 134583640 0 0 4096 0 0 0 0 17 1 0 0
/proc/13536/statm: 38997 35160 413 171 0 37922 0
Current children cumulated CPU time (s) 519.76
Current children cumulated vsize (KiB) 155988

[startup+582.302 s]
/proc/loadavg: 1.99 1.97 1.99 3/82 13541
/proc/meminfo: memFree=1205208/2055920 swapFree=4192812/4192956
[pid=13536] ppid=13534 vsize=160172 CPUtime=579.47
/proc/13536/stat : 13536 (pcs.big) R 13534 13536 11730 0 -1 4194304 2854100 662 0 0 57086 860 0 1 25 0 1 0 59289645 164016128 36095 996147200 134512640 135215973 4294956304 18446744073709551615 135096929 0 0 4096 0 0 0 0 17 1 0 0
/proc/13536/statm: 40043 36095 413 171 0 38968 0
Current children cumulated CPU time (s) 579.47
Current children cumulated vsize (KiB) 160172

[startup+642.302 s]
/proc/loadavg: 1.99 1.97 1.99 3/82 13541
/proc/meminfo: memFree=1201204/2055920 swapFree=4192812/4192956
[pid=13536] ppid=13534 vsize=163852 CPUtime=639.19

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

[startup+882.302 s]
/proc/loadavg: 1.85 1.94 1.98 3/73 13607
/proc/meminfo: memFree=1408664/2055920 swapFree=4192812/4192956
[pid=13536] ppid=13534 vsize=179100 CPUtime=877.99
/proc/13536/stat : 13536 (pcs.big) R 13534 13536 11730 0 -1 4194304 4338548 662 0 0 86493 1305 0 1 25 0 1 0 59289645 183398400 41021 996147200 134512640 135215973 4294956304 18446744073709551615 134583685 0 0 4096 0 0 0 0 17 0 0 0
/proc/13536/statm: 44775 41021 413 171 0 43700 0
Current children cumulated CPU time (s) 877.99
Current children cumulated vsize (KiB) 179100

[startup+942.302 s]
/proc/loadavg: 1.94 1.95 1.98 3/73 13607
/proc/meminfo: memFree=1393368/2055920 swapFree=4192812/4192956
[pid=13536] ppid=13534 vsize=184064 CPUtime=937.52
/proc/13536/stat : 13536 (pcs.big) R 13534 13536 11730 0 -1 4194304 4666094 662 0 0 92349 1402 0 1 25 0 1 0 59289645 188481536 42060 996147200 134512640 135215973 4294956304 18446744073709551615 134585720 0 0 4096 0 0 0 0 17 0 0 0
/proc/13536/statm: 46016 42060 413 171 0 44941 0
Current children cumulated CPU time (s) 937.52
Current children cumulated vsize (KiB) 184064

[startup+1002.3 s]
/proc/loadavg: 1.98 1.95 1.98 3/73 13607
/proc/meminfo: memFree=1377112/2055920 swapFree=4192812/4192956
[pid=13536] ppid=13534 vsize=187732 CPUtime=997.06
/proc/13536/stat : 13536 (pcs.big) R 13534 13536 11730 0 -1 4194304 4958309 662 0 0 98219 1486 0 1 25 0 1 0 59289645 192237568 42999 996147200 134512640 135215973 4294956304 18446744073709551615 135094589 0 0 4096 0 0 0 0 17 0 0 0
/proc/13536/statm: 46933 42999 413 171 0 45858 0
Current children cumulated CPU time (s) 997.06
Current children cumulated vsize (KiB) 187732

[startup+1062.3 s]
/proc/loadavg: 1.99 1.96 1.98 3/73 13607
/proc/meminfo: memFree=1365784/2055920 swapFree=4192812/4192956
[pid=13536] ppid=13534 vsize=192468 CPUtime=1056.6
/proc/13536/stat : 13536 (pcs.big) R 13534 13536 11730 0 -1 4194304 5318346 662 0 0 104071 1588 0 1 25 0 1 0 59289645 197087232 44248 996147200 134512640 135215973 4294956304 18446744073709551615 134597297 0 0 4096 0 0 0 0 17 0 0 0
/proc/13536/statm: 48117 44248 413 171 0 47042 0
Current children cumulated CPU time (s) 1056.6
Current children cumulated vsize (KiB) 192468

[startup+1122.3 s]
/proc/loadavg: 1.99 1.96 1.98 3/73 13607
/proc/meminfo: memFree=1352792/2055920 swapFree=4192812/4192956
[pid=13536] ppid=13534 vsize=197072 CPUtime=1116.14
/proc/13536/stat : 13536 (pcs.big) R 13534 13536 11730 0 -1 4194304 5691888 662 0 0 109917 1696 0 1 25 0 1 0 59289645 201801728 45430 996147200 134512640 135215973 4294956304 18446744073709551615 135094891 0 0 4096 0 0 0 0 17 0 0 0
/proc/13536/statm: 49268 45430 413 171 0 48193 0
Current children cumulated CPU time (s) 1116.14
Current children cumulated vsize (KiB) 197072

[startup+1182.3 s]
/proc/loadavg: 1.99 1.97 1.98 3/73 13607
/proc/meminfo: memFree=1340376/2055920 swapFree=4192812/4192956
[pid=13536] ppid=13534 vsize=200892 CPUtime=1175.67
/proc/13536/stat : 13536 (pcs.big) R 13534 13536 11730 0 -1 4194304 5997737 662 0 0 115783 1783 0 1 25 0 1 0 59289645 205713408 46431 996147200 134512640 135215973 4294956304 18446744073709551615 134585720 0 0 4096 0 0 0 0 17 0 0 0
/proc/13536/statm: 50223 46431 413 171 0 49148 0
Current children cumulated CPU time (s) 1175.67
Current children cumulated vsize (KiB) 200892

[startup+1242.3 s]
/proc/loadavg: 1.99 1.97 1.98 3/73 13607
/proc/meminfo: memFree=1330264/2055920 swapFree=4192812/4192956
[pid=13536] ppid=13534 vsize=205244 CPUtime=1235.22
/proc/13536/stat : 13536 (pcs.big) R 13534 13536 11730 0 -1 4194304 6345999 662 0 0 121632 1889 0 1 25 0 1 0 59289645 210169856 47563 996147200 134512640 135215973 4294956304 18446744073709551615 134583656 0 0 4096 0 0 0 0 17 0 0 0
/proc/13536/statm: 51311 47563 413 171 0 50236 0
Current children cumulated CPU time (s) 1235.22
Current children cumulated vsize (KiB) 205244

[startup+1302.3 s]
/proc/loadavg: 1.99 1.97 1.98 3/73 13609
/proc/meminfo: memFree=1322712/2055920 swapFree=4192812/4192956
[pid=13536] ppid=13534 vsize=208528 CPUtime=1294.76
/proc/13536/stat : 13536 (pcs.big) R 13534 13536 11730 0 -1 4194304 6610801 662 0 0 127509 1966 0 1 25 0 1 0 59289645 213532672 48407 996147200 134512640 135215973 4294956304 18446744073709551615 134590055 0 0 4096 0 0 0 0 17 0 0 0
/proc/13536/statm: 52132 48407 413 171 0 51057 0
Current children cumulated CPU time (s) 1294.76
Current children cumulated vsize (KiB) 208528

[startup+1362.3 s]
/proc/loadavg: 1.99 1.97 1.98 3/73 13609
/proc/meminfo: memFree=1318424/2055920 swapFree=4192812/4192956
[pid=13536] ppid=13534 vsize=211940 CPUtime=1354.29
/proc/13536/stat : 13536 (pcs.big) R 13534 13536 11730 0 -1 4194304 6886093 662 0 0 133382 2046 0 1 25 0 1 0 59289645 217026560 49301 996147200 134512640 135215973 4294956304 18446744073709551615 134583557 0 0 4096 0 0 0 0 17 0 0 0
/proc/13536/statm: 52985 49301 413 171 0 51910 0
Current children cumulated CPU time (s) 1354.29
Current children cumulated vsize (KiB) 211940

[startup+1422.31 s]
/proc/loadavg: 1.99 1.97 1.98 3/73 13609
/proc/meminfo: memFree=1308888/2055920 swapFree=4192812/4192956
[pid=13536] ppid=13534 vsize=215748 CPUtime=1413.84
/proc/13536/stat : 13536 (pcs.big) R 13534 13536 11730 0 -1 4194304 7207242 662 0 0 139245 2138 0 1 25 0 1 0 59289645 220925952 50290 996147200 134512640 135215973 4294956304 18446744073709551615 134591798 0 0 4096 0 0 0 0 17 0 0 0
/proc/13536/statm: 53937 50290 413 171 0 52862 0
Current children cumulated CPU time (s) 1413.84
Current children cumulated vsize (KiB) 215748

[startup+1482.3 s]
/proc/loadavg: 1.99 1.97 1.98 3/73 13609
/proc/meminfo: memFree=1304216/2055920 swapFree=4192812/4192956
[pid=13536] ppid=13534 vsize=219424 CPUtime=1473.37
/proc/13536/stat : 13536 (pcs.big) R 13534 13536 11730 0 -1 4194304 7481725 662 0 0 145118 2218 0 1 25 0 1 0 59289645 224690176 51245 996147200 134512640 135215973 4294956304 18446744073709551615 134590116 0 0 4096 0 0 0 0 17 0 0 0
/proc/13536/statm: 54856 51245 413 171 0 53781 0
Current children cumulated CPU time (s) 1473.37
Current children cumulated vsize (KiB) 219424

[startup+1542.3 s]
/proc/loadavg: 1.99 1.97 1.98 3/73 13609
/proc/meminfo: memFree=1299288/2055920 swapFree=4192812/4192956
[pid=13536] ppid=13534 vsize=224632 CPUtime=1532.91
/proc/13536/stat : 13536 (pcs.big) R 13534 13536 11730 0 -1 4194304 7668707 662 0 0 151013 2277 0 1 25 0 1 0 59289645 230023168 52056 996147200 134512640 135215973 4294956304 18446744073709551615 134585880 0 0 4096 0 0 0 0 17 0 0 0
/proc/13536/statm: 56158 52056 413 171 0 55083 0
Current children cumulated CPU time (s) 1532.91
Current children cumulated vsize (KiB) 224632

[startup+1602.3 s]
/proc/loadavg: 1.99 1.97 1.98 3/73 13609
/proc/meminfo: memFree=1293272/2055920 swapFree=4192812/4192956
[pid=13536] ppid=13534 vsize=228052 CPUtime=1592.46
/proc/13536/stat : 13536 (pcs.big) R 13534 13536 11730 0 -1 4194304 7869346 662 0 0 156907 2338 0 1 25 0 1 0 59289645 233525248 52943 996147200 134512640 135215973 4294956304 18446744073709551615 134583589 0 0 4096 0 0 0 0 17 0 0 0
/proc/13536/statm: 57013 52943 413 171 0 55938 0
Current children cumulated CPU time (s) 1592.46
Current children cumulated vsize (KiB) 228052

[startup+1662.3 s]
/proc/loadavg: 1.99 1.97 1.98 3/73 13609
/proc/meminfo: memFree=1285528/2055920 swapFree=4192812/4192956
[pid=13536] ppid=13534 vsize=231084 CPUtime=1651.99
/proc/13536/stat : 13536 (pcs.big) R 13534 13536 11730 0 -1 4194304 8080514 662 0 0 162798 2400 0 1 25 0 1 0 59289645 236630016 53745 996147200 134512640 135215973 4294956304 18446744073709551615 134591790 0 0 4096 0 0 0 0 17 0 0 0
/proc/13536/statm: 57771 53745 413 171 0 56696 0
Current children cumulated CPU time (s) 1651.99
Current children cumulated vsize (KiB) 231084

[startup+1722.3 s]
/proc/loadavg: 1.99 1.97 1.98 3/73 13609
/proc/meminfo: memFree=1281688/2055920 swapFree=4192812/4192956
[pid=13536] ppid=13534 vsize=234616 CPUtime=1711.53
/proc/13536/stat : 13536 (pcs.big) R 13534 13536 11730 0 -1 4194304 8310590 662 0 0 168682 2470 0 1 25 0 1 0 59289645 240246784 54663 996147200 134512640 135215973 4294956304 18446744073709551615 134585578 0 0 4096 0 0 0 0 17 0 0 0
/proc/13536/statm: 58654 54663 413 171 0 57579 0
Current children cumulated CPU time (s) 1711.53
Current children cumulated vsize (KiB) 234616

[startup+1782.3 s]
/proc/loadavg: 1.99 1.97 1.98 3/73 13609
/proc/meminfo: memFree=1272344/2055920 swapFree=4192812/4192956
[pid=13536] ppid=13534 vsize=238020 CPUtime=1771.07
/proc/13536/stat : 13536 (pcs.big) R 13534 13536 11730 0 -1 4194304 8578037 662 0 0 174560 2546 0 1 25 0 1 0 59289645 243732480 55542 996147200 134512640 135215973 4294956304 18446744073709551615 134600884 0 0 4096 0 0 0 0 17 0 0 0
/proc/13536/statm: 59505 55542 413 171 0 58430 0
Current children cumulated CPU time (s) 1771.07
Current children cumulated vsize (KiB) 238020



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1811.5 s]
/proc/loadavg: 2.07 1.99 1.98 3/73 13615
/proc/meminfo: memFree=1268504/2055920 swapFree=4192812/4192956
[pid=13536] ppid=13534 vsize=240688 CPUtime=1800.03
/proc/13536/stat : 13536 (pcs.big) R 13534 13536 11730 0 -1 4194304 8720956 662 0 0 177414 2588 0 1 25 0 1 0 59289645 246464512 56129 996147200 134512640 135215973 4294956304 18446744073709551615 134627170 0 0 4096 0 0 0 0 17 0 0 0
/proc/13536/statm: 60172 56129 413 171 0 59097 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 240688

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

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

[startup+1811.5 s]
/proc/loadavg: 2.07 1.99 1.98 3/73 13615
/proc/meminfo: memFree=1268504/2055920 swapFree=4192812/4192956
[pid=13536] ppid=13534 vsize=240688 CPUtime=1800.03
/proc/13536/stat : 13536 (pcs.big) R 13534 13536 11730 0 -1 4194304 8720956 662 0 0 177414 2588 0 1 25 0 1 0 59289645 246464512 56129 996147200 134512640 135215973 4294956304 18446744073709551615 134627170 0 0 4096 0 0 0 0 17 0 0 0
/proc/13536/statm: 60172 56129 413 171 0 59097 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 240688

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1811.55
CPU time (s): 1800.09
CPU user time (s): 1774.16
CPU system time (s): 25.9291
CPU usage (%): 99.3674
Max. virtual memory (cumulated for all children) (KiB): 240688

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1774.16
system time used= 25.9291
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 8721618
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= 20
involuntary context switches= 48510

runsolver used 1.49677 second user time and 5.10222 second system time

The end

Launcher Data

Begin job on node53 at 2009-07-16 07:30:56
IDJOB=2083067
IDBENCH=57695
IDSOLVER=734
FILE ID=node53/2083067-1247722256
PBS_JOBID= 9521370
Free space on /tmp= 66024 MiB

SOLVER NAME= pcs-restart 0.2.restart
BENCH NAME= CPAI08/csp/fapp/fapp15/normalized-fapp15-3000-1.xml
COMMAND LINE= HOME/pcssolve -s RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2083067-1247722256/watcher-2083067-1247722256 -o /tmp/evaluation-result-2083067-1247722256/solver-2083067-1247722256 -C 1800 -W 2000 -M 900  HOME/pcssolve -s 188995705 HOME/instance-2083067-1247722256.xml

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

MD5SUM BENCH= d8c3423564a2d6b9b1f50261d186e818
RANDOM SEED=188995705

node53.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.232
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.232
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:       1349304 kB
Buffers:         66044 kB
Cached:         325840 kB
SwapCached:          0 kB
Active:         340808 kB
Inactive:       296720 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1349304 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            6400 kB
Writeback:           0 kB
Mapped:         263952 kB
Slab:            53948 kB
Committed_AS:   901852 kB
PageTables:       2260 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= 66044 MiB
End job on node53 at 2009-07-16 08:01:10