Trace number 2084090

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.08 1805.45

General information on the benchmark

Namecsp/fapp/fapp03/
normalized-fapp03-0300-7.xml
MD5SUM864e3c61ff08e32a4845b7a063b51513
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 benchmark28.9936
Satisfiable
(Un)Satisfiability was proved
Number of variables300
Number of constraints4377
Maximum constraint arity2
Maximum domain size250
Number of constraints which are defined in extension0
Number of constraints which are defined in intension4377
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.00/0.02	c Seed is 665816118
0.00/0.02	c Constructing HOME/instance-2084090-1247724443.xml  with 27561 constraints
0.38/0.48	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-2084090-1247724443/watcher-2084090-1247724443 -o /tmp/evaluation-result-2084090-1247724443/solver-2084090-1247724443 -C 1800 -W 2000 -M 900 HOME/pcssolve -s 665816118 HOME/instance-2084090-1247724443.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.92 2.05 2.05 4/81 19047
/proc/meminfo: memFree=1523952/2055920 swapFree=4192812/4192956
[pid=19047] ppid=19045 vsize=5356 CPUtime=0
/proc/19047/stat : 19047 (pcssolve) R 19045 19047 16386 0 -1 4194304 290 0 0 0 0 0 0 0 21 0 1 0 59508524 5484544 241 996147200 4194304 4889804 548682068800 18446744073709551615 213116316319 0 65538 4100 65536 0 0 0 17 1 0 0
/proc/19047/statm: 1339 241 200 169 0 50 0
[pid=19048] ppid=19047 vsize=0 CPUtime=0
/proc/19048/stat : 19048 (fgrep) Z 19047 19047 16386 0 -1 4194316 155 0 0 0 0 0 0 0 22 0 1 0 59508525 0 0 996147200 0 0 0 0 0 0 0 4096 0 18446744071563351923 0 0 17 1 0 0
/proc/19048/statm: 0 0 0 0 0 0 0

[startup+0.0304861 s]
/proc/loadavg: 1.92 2.05 2.05 4/81 19047
/proc/meminfo: memFree=1523952/2055920 swapFree=4192812/4192956
[pid=19047] ppid=19045 vsize=4640 CPUtime=0.01
/proc/19047/stat : 19047 (pcs.big) R 19045 19047 16386 0 -1 4194304 843 661 0 0 1 0 0 0 23 0 1 0 59508524 4751360 474 996147200 134512640 135215973 4294956304 18446744073709551615 134697516 0 0 4096 0 0 0 0 17 1 0 0
/proc/19047/statm: 1160 474 386 171 0 85 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 4640

[startup+0.102504 s]
/proc/loadavg: 1.92 2.05 2.05 4/81 19047
/proc/meminfo: memFree=1523952/2055920 swapFree=4192812/4192956
[pid=19047] ppid=19045 vsize=6772 CPUtime=0.08
/proc/19047/stat : 19047 (pcs.big) R 19045 19047 16386 0 -1 4194304 1333 661 0 0 8 0 0 0 23 0 1 0 59508524 6934528 890 996147200 134512640 135215973 4294956304 18446744073709551615 4159186758 0 0 4096 0 0 0 0 17 1 0 0
/proc/19047/statm: 1693 890 386 171 0 618 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 6772

[startup+0.302546 s]
/proc/loadavg: 1.92 2.05 2.05 4/81 19047
/proc/meminfo: memFree=1523952/2055920 swapFree=4192812/4192956
[pid=19047] ppid=19045 vsize=11068 CPUtime=0.27
/proc/19047/stat : 19047 (pcs.big) R 19045 19047 16386 0 -1 4194304 2780 661 0 0 26 1 0 0 25 0 1 0 59508524 11333632 1872 996147200 134512640 135215973 4294956304 18446744073709551615 134714298 0 0 4096 0 0 0 0 17 1 0 0
/proc/19047/statm: 2767 1872 386 171 0 1692 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 11068

[startup+0.702613 s]
/proc/loadavg: 1.92 2.05 2.05 4/81 19047
/proc/meminfo: memFree=1523952/2055920 swapFree=4192812/4192956
[pid=19047] ppid=19045 vsize=17000 CPUtime=0.68
/proc/19047/stat : 19047 (pcs.big) R 19045 19047 16386 0 -1 4194304 5228 661 0 0 65 3 0 0 25 0 1 0 59508524 17408000 3421 996147200 134512640 135215973 4294956304 18446744073709551615 134599873 0 0 4096 0 0 0 0 17 1 0 0
/proc/19047/statm: 4250 3421 410 171 0 3175 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 17000

[startup+1.50177 s]
/proc/loadavg: 1.92 2.05 2.05 3/82 19052
/proc/meminfo: memFree=1511592/2055920 swapFree=4192812/4192956
[pid=19047] ppid=19045 vsize=17420 CPUtime=1.47
/proc/19047/stat : 19047 (pcs.big) R 19045 19047 16386 0 -1 4194304 5364 661 0 0 144 3 0 0 25 0 1 0 59508524 17838080 3487 996147200 134512640 135215973 4294956304 18446744073709551615 134597319 0 0 4096 0 0 0 0 17 1 0 0
/proc/19047/statm: 4355 3487 410 171 0 3280 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 17420

[startup+3.10106 s]
/proc/loadavg: 1.92 2.05 2.05 3/82 19052
/proc/meminfo: memFree=1510952/2055920 swapFree=4192812/4192956
[pid=19047] ppid=19045 vsize=19288 CPUtime=3.05
/proc/19047/stat : 19047 (pcs.big) R 19045 19047 16386 0 -1 4194304 5898 661 0 0 302 3 0 0 25 0 1 0 59508524 19750912 3916 996147200 134512640 135215973 4294956304 18446744073709551615 134600090 0 0 4096 0 0 0 0 17 1 0 0
/proc/19047/statm: 4822 3916 410 171 0 3747 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 19288

[startup+6.30167 s]
/proc/loadavg: 1.93 2.05 2.05 3/82 19052
/proc/meminfo: memFree=1509544/2055920 swapFree=4192812/4192956
[pid=19047] ppid=19045 vsize=19420 CPUtime=6.22
/proc/19047/stat : 19047 (pcs.big) R 19045 19047 16386 0 -1 4194304 5998 661 0 0 619 3 0 0 25 0 1 0 59508524 19886080 4016 996147200 134512640 135215973 4294956304 18446744073709551615 4158960012 0 0 4096 0 0 0 0 17 1 0 0
/proc/19047/statm: 4855 4016 410 171 0 3780 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 19420

[startup+12.7019 s]
/proc/loadavg: 1.93 2.05 2.05 3/82 19052
/proc/meminfo: memFree=1506664/2055920 swapFree=4192812/4192956
[pid=19047] ppid=19045 vsize=21432 CPUtime=12.56
/proc/19047/stat : 19047 (pcs.big) R 19045 19047 16386 0 -1 4194304 6540 661 0 0 1253 3 0 0 25 0 1 0 59508524 21946368 4349 996147200 134512640 135215973 4294956304 18446744073709551615 134591393 0 0 4096 0 0 0 0 17 1 0 0
/proc/19047/statm: 5358 4349 413 171 0 4283 0
Current children cumulated CPU time (s) 12.56
Current children cumulated vsize (KiB) 21432

[startup+25.5013 s]
/proc/loadavg: 1.95 2.05 2.05 3/83 19053
/proc/meminfo: memFree=1488736/2055920 swapFree=4192812/4192956
[pid=19047] ppid=19045 vsize=22884 CPUtime=25.24
/proc/19047/stat : 19047 (pcs.big) R 19045 19047 16386 0 -1 4194304 6906 661 0 0 2520 4 0 0 25 0 1 0 59508524 23433216 4715 996147200 134512640 135215973 4294956304 18446744073709551615 134585720 0 0 4096 0 0 0 0 17 1 0 0
/proc/19047/statm: 5721 4715 413 171 0 4646 0
Current children cumulated CPU time (s) 25.24
Current children cumulated vsize (KiB) 22884

[startup+51.1021 s]
/proc/loadavg: 1.96 2.04 2.05 3/83 19053
/proc/meminfo: memFree=1478048/2055920 swapFree=4192812/4192956
[pid=19047] ppid=19045 vsize=25016 CPUtime=50.6
/proc/19047/stat : 19047 (pcs.big) R 19045 19047 16386 0 -1 4194304 7493 661 0 0 5056 4 0 0 25 0 1 0 59508524 25616384 5302 996147200 134512640 135215973 4294956304 18446744073709551615 134591838 0 0 4096 0 0 0 0 17 1 0 0
/proc/19047/statm: 6254 5302 413 171 0 5179 0
Current children cumulated CPU time (s) 50.6
Current children cumulated vsize (KiB) 25016

[startup+102.308 s]
/proc/loadavg: 2.06 2.05 2.05 3/83 19053
/proc/meminfo: memFree=1466848/2055920 swapFree=4192812/4192956
[pid=19047] ppid=19045 vsize=29508 CPUtime=101.33
/proc/19047/stat : 19047 (pcs.big) R 19045 19047 16386 0 -1 4194304 8625 661 0 0 10129 4 0 0 25 0 1 0 59508524 30216192 6434 996147200 134512640 135215973 4294956304 18446744073709551615 134597631 0 0 4096 0 0 0 0 17 1 0 0
/proc/19047/statm: 7377 6434 413 171 0 6302 0
Current children cumulated CPU time (s) 101.33
Current children cumulated vsize (KiB) 29508

[startup+162.301 s]
/proc/loadavg: 2.06 2.05 2.05 3/83 19053
/proc/meminfo: memFree=1410272/2055920 swapFree=4192812/4192956
[pid=19047] ppid=19045 vsize=36456 CPUtime=160.77
/proc/19047/stat : 19047 (pcs.big) R 19045 19047 16386 0 -1 4194304 10423 661 0 0 16073 4 0 0 25 0 1 0 59508524 37330944 8232 996147200 134512640 135215973 4294956304 18446744073709551615 134597415 0 0 4096 0 0 0 0 17 1 0 0
/proc/19047/statm: 9114 8232 413 171 0 8039 0
Current children cumulated CPU time (s) 160.77
Current children cumulated vsize (KiB) 36456

[startup+222.302 s]
/proc/loadavg: 2.02 2.04 2.04 4/83 19053
/proc/meminfo: memFree=1275296/2055920 swapFree=4192812/4192956
[pid=19047] ppid=19045 vsize=45664 CPUtime=220.22
/proc/19047/stat : 19047 (pcs.big) R 19045 19047 16386 0 -1 4194304 12814 661 0 0 22017 5 0 0 25 0 1 0 59508524 46759936 10206 996147200 134512640 135215973 4294956304 18446744073709551615 134597387 0 0 4096 0 0 0 0 17 1 0 0
/proc/19047/statm: 11416 10206 413 171 0 10341 0
Current children cumulated CPU time (s) 220.22
Current children cumulated vsize (KiB) 45664

[startup+282.302 s]
/proc/loadavg: 2.15 2.06 2.05 3/83 19053
/proc/meminfo: memFree=1069216/2055920 swapFree=4192812/4192956
[pid=19047] ppid=19045 vsize=47420 CPUtime=279.66
/proc/19047/stat : 19047 (pcs.big) R 19045 19047 16386 0 -1 4194304 13292 661 0 0 27961 5 0 0 25 0 1 0 59508524 48558080 10684 996147200 134512640 135215973 4294956304 18446744073709551615 134585880 0 0 4096 0 0 0 0 17 1 0 0
/proc/19047/statm: 11855 10684 413 171 0 10780 0
Current children cumulated CPU time (s) 279.66
Current children cumulated vsize (KiB) 47420

[startup+342.301 s]
/proc/loadavg: 2.15 2.08 2.05 4/83 19053
/proc/meminfo: memFree=865056/2055920 swapFree=4192812/4192956
[pid=19047] ppid=19045 vsize=55604 CPUtime=339.1
/proc/19047/stat : 19047 (pcs.big) R 19045 19047 16386 0 -1 4194304 15343 661 0 0 33905 5 0 0 25 0 1 0 59508524 56938496 12445 996147200 134512640 135215973 4294956304 18446744073709551615 134583418 0 0 4096 0 0 0 0 17 1 0 0
/proc/19047/statm: 13901 12445 413 171 0 12826 0
Current children cumulated CPU time (s) 339.1
Current children cumulated vsize (KiB) 55604

[startup+402.302 s]
/proc/loadavg: 2.27 2.12 2.07 3/82 19054
/proc/meminfo: memFree=782744/2055920 swapFree=4192812/4192956
[pid=19047] ppid=19045 vsize=65600 CPUtime=398.55
/proc/19047/stat : 19047 (pcs.big) R 19045 19047 16386 0 -1 4194304 17866 661 0 0 39849 6 0 0 25 0 1 0 59508524 67174400 14968 996147200 134512640 135215973 4294956304 18446744073709551615 134583360 0 0 4096 0 0 0 0 17 1 0 0
/proc/19047/statm: 16400 14968 413 171 0 15325 0
Current children cumulated CPU time (s) 398.55
Current children cumulated vsize (KiB) 65600

[startup+462.302 s]
/proc/loadavg: 2.19 2.13 2.07 3/82 19054
/proc/meminfo: memFree=775064/2055920 swapFree=4192812/4192956
[pid=19047] ppid=19045 vsize=72984 CPUtime=457.99
/proc/19047/stat : 19047 (pcs.big) R 19045 19047 16386 0 -1 4194304 19721 661 0 0 45792 7 0 0 25 0 1 0 59508524 74735616 16823 996147200 134512640 135215973 4294956304 18446744073709551615 134585720 0 0 4096 0 0 0 0 17 1 0 0
/proc/19047/statm: 18246 16823 413 171 0 17171 0
Current children cumulated CPU time (s) 457.99
Current children cumulated vsize (KiB) 72984

[startup+522.301 s]
/proc/loadavg: 2.11 2.12 2.07 3/82 19160
/proc/meminfo: memFree=1510632/2055920 swapFree=4192812/4192956
[pid=19047] ppid=19045 vsize=80548 CPUtime=517.54
/proc/19047/stat : 19047 (pcs.big) R 19045 19047 16386 0 -1 4194304 21616 661 0 0 51745 9 0 0 25 0 1 0 59508524 82481152 18718 996147200 134512640 135215973 4294956304 18446744073709551615 134591668 0 0 4096 0 0 0 0 17 0 0 0
/proc/19047/statm: 20137 18718 413 171 0 19062 0
Current children cumulated CPU time (s) 517.54
Current children cumulated vsize (KiB) 80548

[startup+582.302 s]
/proc/loadavg: 2.07 2.11 2.07 3/82 19244
/proc/meminfo: memFree=1478368/2055920 swapFree=4192812/4192956
[pid=19047] ppid=19045 vsize=88100 CPUtime=577.49
/proc/19047/stat : 19047 (pcs.big) R 19045 19047 16386 0 -1 4194304 23608 661 0 0 57738 11 0 0 25 0 1 0 59508524 90214400 20710 996147200 134512640 135215973 4294956304 18446744073709551615 134583607 0 0 4096 0 0 0 0 17 0 0 0
/proc/19047/statm: 22025 20710 413 171 0 20950 0
Current children cumulated CPU time (s) 577.49
Current children cumulated vsize (KiB) 88100

[startup+642.302 s]
/proc/loadavg: 2.02 2.08 2.07 3/82 19244
/proc/meminfo: memFree=1473888/2055920 swapFree=4192812/4192956
[pid=19047] ppid=19045 vsize=92196 CPUtime=637.46
/proc/19047/stat : 19047 (pcs.big) R 19045 19047 16386 0 -1 4194304 24664 661 0 0 63734 12 0 0 25 0 1 0 59508524 94408704 21766 996147200 134512640 135215973 4294956304 18446744073709551615 134969798 0 0 4096 0 0 0 0 17 0 0 0
/proc/19047/statm: 23049 21766 413 171 0 21974 0
Current children cumulated CPU time (s) 637.46

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

[startup+822.302 s]
/proc/loadavg: 2.00 2.04 2.05 3/82 19244
/proc/meminfo: memFree=1455072/2055920 swapFree=4192812/4192956
[pid=19047] ppid=19045 vsize=110928 CPUtime=817.37
/proc/19047/stat : 19047 (pcs.big) R 19045 19047 16386 0 -1 4194304 29352 661 0 0 81723 14 0 0 25 0 1 0 59508524 113590272 26454 996147200 134512640 135215973 4294956304 18446744073709551615 134597624 0 0 4096 0 0 0 0 17 0 0 0
/proc/19047/statm: 27732 26454 413 171 0 26657 0
Current children cumulated CPU time (s) 817.37
Current children cumulated vsize (KiB) 110928

[startup+882.301 s]
/proc/loadavg: 2.00 2.03 2.04 3/82 19244
/proc/meminfo: memFree=1450272/2055920 swapFree=4192812/4192956
[pid=19047] ppid=19045 vsize=115732 CPUtime=877.34
/proc/19047/stat : 19047 (pcs.big) R 19045 19047 16386 0 -1 4194304 30561 661 0 0 87719 15 0 0 25 0 1 0 59508524 118509568 27663 996147200 134512640 135215973 4294956304 18446744073709551615 134532677 0 0 4096 0 0 0 0 17 0 0 0
/proc/19047/statm: 28933 27663 413 171 0 27858 0
Current children cumulated CPU time (s) 877.34
Current children cumulated vsize (KiB) 115732

[startup+942.302 s]
/proc/loadavg: 2.05 2.04 2.04 3/82 19244
/proc/meminfo: memFree=1444960/2055920 swapFree=4192812/4192956
[pid=19047] ppid=19045 vsize=121072 CPUtime=937.31
/proc/19047/stat : 19047 (pcs.big) R 19045 19047 16386 0 -1 4194304 31905 661 0 0 93716 15 0 0 25 0 1 0 59508524 123977728 29007 996147200 134512640 135215973 4294956304 18446744073709551615 134533124 0 0 4096 0 0 0 0 17 0 0 0
/proc/19047/statm: 30268 29007 413 171 0 29193 0
Current children cumulated CPU time (s) 937.31
Current children cumulated vsize (KiB) 121072

[startup+1002.3 s]
/proc/loadavg: 2.02 2.03 2.04 3/82 19244
/proc/meminfo: memFree=1438688/2055920 swapFree=4192812/4192956
[pid=19047] ppid=19045 vsize=127160 CPUtime=997.28
/proc/19047/stat : 19047 (pcs.big) R 19045 19047 16386 0 -1 4194304 33446 661 0 0 99712 16 0 0 25 0 1 0 59508524 130211840 30548 996147200 134512640 135215973 4294956304 18446744073709551615 134585880 0 0 4096 0 0 0 0 17 0 0 0
/proc/19047/statm: 31790 30548 413 171 0 30715 0
Current children cumulated CPU time (s) 997.28
Current children cumulated vsize (KiB) 127160

[startup+1062.3 s]
/proc/loadavg: 2.00 2.02 2.03 3/82 19244
/proc/meminfo: memFree=1433888/2055920 swapFree=4192812/4192956
[pid=19047] ppid=19045 vsize=131828 CPUtime=1057.26
/proc/19047/stat : 19047 (pcs.big) R 19045 19047 16386 0 -1 4194304 34636 661 0 0 105709 17 0 0 25 0 1 0 59508524 134991872 31738 996147200 134512640 135215973 4294956304 18446744073709551615 134585694 0 0 4096 0 0 0 0 17 0 0 0
/proc/19047/statm: 32957 31738 413 171 0 31882 0
Current children cumulated CPU time (s) 1057.26
Current children cumulated vsize (KiB) 131828

[startup+1122.3 s]
/proc/loadavg: 2.04 2.03 2.03 3/82 19244
/proc/meminfo: memFree=1429024/2055920 swapFree=4192812/4192956
[pid=19047] ppid=19045 vsize=136872 CPUtime=1117.23
/proc/19047/stat : 19047 (pcs.big) R 19045 19047 16386 0 -1 4194304 35916 661 0 0 111705 18 0 0 25 0 1 0 59508524 140156928 32953 996147200 134512640 135215973 4294956304 18446744073709551615 134599969 0 0 4096 0 0 0 0 17 0 0 0
/proc/19047/statm: 34218 32953 413 171 0 33143 0
Current children cumulated CPU time (s) 1117.23
Current children cumulated vsize (KiB) 136872

[startup+1182.3 s]
/proc/loadavg: 2.05 2.03 2.03 3/82 19244
/proc/meminfo: memFree=1423264/2055920 swapFree=4192812/4192956
[pid=19047] ppid=19045 vsize=142664 CPUtime=1177.2
/proc/19047/stat : 19047 (pcs.big) R 19045 19047 16386 0 -1 4194304 37386 661 0 0 117701 19 0 0 25 0 1 0 59508524 146087936 34423 996147200 134512640 135215973 4294956304 18446744073709551615 134583589 0 0 4096 0 0 0 0 17 0 0 0
/proc/19047/statm: 35666 34423 413 171 0 34591 0
Current children cumulated CPU time (s) 1177.2
Current children cumulated vsize (KiB) 142664

[startup+1242.3 s]
/proc/loadavg: 2.13 2.06 2.04 3/82 19244
/proc/meminfo: memFree=1417056/2055920 swapFree=4192812/4192956
[pid=19047] ppid=19045 vsize=148392 CPUtime=1237.18
/proc/19047/stat : 19047 (pcs.big) R 19045 19047 16386 0 -1 4194304 38839 661 0 0 123698 20 0 0 25 0 1 0 59508524 151953408 35876 996147200 134512640 135215973 4294956304 18446744073709551615 134597408 0 0 4096 0 0 0 0 17 0 0 0
/proc/19047/statm: 37098 35876 413 171 0 36023 0
Current children cumulated CPU time (s) 1237.18
Current children cumulated vsize (KiB) 148392

[startup+1302.3 s]
/proc/loadavg: 2.12 2.06 2.03 3/82 19244
/proc/meminfo: memFree=1411424/2055920 swapFree=4192812/4192956
[pid=19047] ppid=19045 vsize=153884 CPUtime=1297.15
/proc/19047/stat : 19047 (pcs.big) R 19045 19047 16386 0 -1 4194304 40236 661 0 0 129695 20 0 0 25 0 1 0 59508524 157577216 37273 996147200 134512640 135215973 4294956304 18446744073709551615 134585720 0 0 4096 0 0 0 0 17 0 0 0
/proc/19047/statm: 38471 37273 413 171 0 37396 0
Current children cumulated CPU time (s) 1297.15
Current children cumulated vsize (KiB) 153884

[startup+1362.3 s]
/proc/loadavg: 2.11 2.06 2.03 3/82 19244
/proc/meminfo: memFree=1405024/2055920 swapFree=4192812/4192956
[pid=19047] ppid=19045 vsize=160452 CPUtime=1357.12
/proc/19047/stat : 19047 (pcs.big) R 19045 19047 16386 0 -1 4194304 41896 661 0 0 135690 22 0 0 25 0 1 0 59508524 164302848 38933 996147200 134512640 135215973 4294956304 18446744073709551615 134597605 0 0 4096 0 0 0 0 17 0 0 0
/proc/19047/statm: 40113 38933 413 171 0 39038 0
Current children cumulated CPU time (s) 1357.12
Current children cumulated vsize (KiB) 160452

[startup+1422.31 s]
/proc/loadavg: 2.10 2.06 2.03 3/82 19244
/proc/meminfo: memFree=1393760/2055920 swapFree=4192812/4192956
[pid=19047] ppid=19045 vsize=171404 CPUtime=1417.1
/proc/19047/stat : 19047 (pcs.big) R 19045 19047 16386 0 -1 4194304 44647 661 0 0 141687 23 0 0 25 0 1 0 59508524 175517696 41684 996147200 134512640 135215973 4294956304 18446744073709551615 135094934 0 0 4096 0 0 0 0 17 0 0 0
/proc/19047/statm: 42851 41684 413 171 0 41776 0
Current children cumulated CPU time (s) 1417.1
Current children cumulated vsize (KiB) 171404

[startup+1482.3 s]
/proc/loadavg: 2.09 2.07 2.03 3/82 19244
/proc/meminfo: memFree=1382560/2055920 swapFree=4192812/4192956
[pid=19047] ppid=19045 vsize=182744 CPUtime=1477.06
/proc/19047/stat : 19047 (pcs.big) R 19045 19047 16386 0 -1 4194304 47493 661 0 0 147682 24 0 0 25 0 1 0 59508524 187129856 44530 996147200 134512640 135215973 4294956304 18446744073709551615 134591366 0 0 4096 0 0 0 0 17 0 0 0
/proc/19047/statm: 45686 44530 413 171 0 44611 0
Current children cumulated CPU time (s) 1477.06
Current children cumulated vsize (KiB) 182744

[startup+1542.3 s]
/proc/loadavg: 2.36 2.13 2.05 3/82 19244
/proc/meminfo: memFree=1373792/2055920 swapFree=4192812/4192956
[pid=19047] ppid=19045 vsize=191236 CPUtime=1537.03
/proc/19047/stat : 19047 (pcs.big) R 19045 19047 16386 0 -1 4194304 49666 661 0 0 153678 25 0 0 25 0 1 0 59508524 195825664 46703 996147200 134512640 135215973 4294956304 18446744073709551615 134585880 0 0 4096 0 0 0 0 17 0 0 0
/proc/19047/statm: 47809 46703 413 171 0 46734 0
Current children cumulated CPU time (s) 1537.03
Current children cumulated vsize (KiB) 191236

[startup+1602.3 s]
/proc/loadavg: 2.37 2.19 2.08 3/82 19244
/proc/meminfo: memFree=1357472/2055920 swapFree=4192812/4192956
[pid=19047] ppid=19045 vsize=207284 CPUtime=1597.02
/proc/19047/stat : 19047 (pcs.big) R 19045 19047 16386 0 -1 4194304 53713 661 0 0 159674 28 0 0 25 0 1 0 59508524 212258816 50750 996147200 134512640 135215973 4294956304 18446744073709551615 134599849 0 0 4096 0 0 0 0 17 0 0 0
/proc/19047/statm: 51821 50750 413 171 0 50746 0
Current children cumulated CPU time (s) 1597.02
Current children cumulated vsize (KiB) 207284

[startup+1662.3 s]
/proc/loadavg: 2.18 2.17 2.08 3/82 19244
/proc/meminfo: memFree=1345760/2055920 swapFree=4192812/4192956
[pid=19047] ppid=19045 vsize=218888 CPUtime=1656.98
/proc/19047/stat : 19047 (pcs.big) R 19045 19047 16386 0 -1 4194304 56630 661 0 0 165669 29 0 0 25 0 1 0 59508524 224141312 53667 996147200 134512640 135215973 4294956304 18446744073709551615 134585880 0 0 4096 0 0 0 0 17 0 0 0
/proc/19047/statm: 54722 53667 413 171 0 53647 0
Current children cumulated CPU time (s) 1656.98
Current children cumulated vsize (KiB) 218888

[startup+1722.3 s]
/proc/loadavg: 2.10 2.15 2.08 3/82 19244
/proc/meminfo: memFree=1330400/2055920 swapFree=4192812/4192956
[pid=19047] ppid=19045 vsize=234112 CPUtime=1716.96
/proc/19047/stat : 19047 (pcs.big) R 19045 19047 16386 0 -1 4194304 60447 661 0 0 171664 32 0 0 25 0 1 0 59508524 239730688 57484 996147200 134512640 135215973 4294956304 18446744073709551615 134600888 0 0 4096 0 0 0 0 17 0 0 0
/proc/19047/statm: 58528 57484 413 171 0 57453 0
Current children cumulated CPU time (s) 1716.96
Current children cumulated vsize (KiB) 234112

[startup+1782.3 s]
/proc/loadavg: 2.04 2.12 2.07 3/82 19244
/proc/meminfo: memFree=1323616/2055920 swapFree=4192812/4192956
[pid=19047] ppid=19045 vsize=240812 CPUtime=1776.93
/proc/19047/stat : 19047 (pcs.big) R 19045 19047 16386 0 -1 4194304 62132 661 0 0 177660 33 0 0 25 0 1 0 59508524 246591488 59169 996147200 134512640 135215973 4294956304 18446744073709551615 134585697 0 0 4096 0 0 0 0 17 0 0 0
/proc/19047/statm: 60203 59169 413 171 0 59128 0
Current children cumulated CPU time (s) 1776.93
Current children cumulated vsize (KiB) 240812



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1805.4 s]
/proc/loadavg: 2.02 2.11 2.07 3/82 19244
/proc/meminfo: memFree=1322080/2055920 swapFree=4192812/4192956
[pid=19047] ppid=19045 vsize=242256 CPUtime=1800.03
/proc/19047/stat : 19047 (pcs.big) R 19045 19047 16386 0 -1 4194304 62496 661 0 0 179970 33 0 0 25 0 1 0 59508524 248070144 59533 996147200 134512640 135215973 4294956304 18446744073709551615 134590073 0 0 4096 0 0 0 0 17 0 0 0
/proc/19047/statm: 60564 59533 413 171 0 59489 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 242256

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): 1805.45
CPU time (s): 1800.08
CPU user time (s): 1799.7
CPU system time (s): 0.378942
CPU usage (%): 99.7029
Max. virtual memory (cumulated for all children) (KiB): 242256

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.7
system time used= 0.378942
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 63157
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= 25188

runsolver used 2.36564 second user time and 5.75312 second system time

The end

Launcher Data

Begin job on node37 at 2009-07-16 08:07:23
IDJOB=2084090
IDBENCH=58035
IDSOLVER=734
FILE ID=node37/2084090-1247724443
PBS_JOBID= 9521431
Free space on /tmp= 66388 MiB

SOLVER NAME= pcs-restart 0.2.restart
BENCH NAME= CPAI08/csp/fapp/fapp03/normalized-fapp03-0300-7.xml
COMMAND LINE= HOME/pcssolve -s RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2084090-1247724443/watcher-2084090-1247724443 -o /tmp/evaluation-result-2084090-1247724443/solver-2084090-1247724443 -C 1800 -W 2000 -M 900  HOME/pcssolve -s 665816118 HOME/instance-2084090-1247724443.xml

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

MD5SUM BENCH= 864e3c61ff08e32a4845b7a063b51513
RANDOM SEED=665816118

node37.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.260
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.260
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:       1524432 kB
Buffers:         76592 kB
Cached:         267284 kB
SwapCached:          0 kB
Active:         154016 kB
Inactive:       293008 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1524432 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2312 kB
Writeback:           0 kB
Mapped:         123556 kB
Slab:            69472 kB
Committed_AS:   675280 kB
PageTables:       1996 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= 66396 MiB
End job on node37 at 2009-07-16 08:37:31