Trace number 2070560

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? (MO) 1012.76 1022.25

General information on the benchmark

Namecsp/golombRulerArity3/
normalized-ruler-67-11-a3.xml
MD5SUM485c8fe818a9857f587d4656422ed032
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables66
Number of constraints1595
Maximum constraint arity3
Maximum domain size68
Number of constraints which are defined in extension0
Number of constraints which are defined in intension1595
Global constraints used (with number of constraints)

Solver Data

0.00/0.00	c has big domains
0.00/0.00	c big-domain mode
0.00/0.01	c Seed is 2073387134
0.00/0.01	c Constructing HOME/instance-2070560-1247708951.xml 
0.00/0.06	c deduced all_different(V12,V13,V14,V15,V16,V17,V18,V19,V20,V21,V22,V23,V24,V25,V26,V27,V28,V29,V30,V31,V32,V33,V34,V35,V36,V37,V38,V39,V40,V41,V42,V43,V44,V45,V46,V47,V48,V49,V50,V51,V52,V53,V54,V55,V56,V57,V58,V59,V60,V61,V62,V63,V64,V65,V11)
0.00/0.06	c  with 1596 constraints
0.00/0.06	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-2070560-1247708951/watcher-2070560-1247708951 -o /tmp/evaluation-result-2070560-1247708951/solver-2070560-1247708951 -C 1800 -W 2000 -M 900 HOME/pcssolve -s 2073387134 HOME/instance-2070560-1247708951.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.18 2.05 2.01 4/82 17641
/proc/meminfo: memFree=598036/2055920 swapFree=4192812/4192956
[pid=17641] ppid=17639 vsize=5248 CPUtime=0.18
/proc/17641/stat : 17641 (pcs.big) R 17639 17641 17142 0 -1 4194304 985 656 0 0 18 0 0 0 19 0 1 0 57959882 5373952 614 996147200 134512640 135215973 4294956304 18446744073709551615 134739672 0 0 4096 0 0 0 0 17 0 0 0
/proc/17641/statm: 1312 614 412 171 0 237 0

[startup+0.268391 s]
/proc/loadavg: 2.18 2.05 2.01 4/82 17641
/proc/meminfo: memFree=598036/2055920 swapFree=4192812/4192956
[pid=17641] ppid=17639 vsize=5248 CPUtime=0.25
/proc/17641/stat : 17641 (pcs.big) R 17639 17641 17142 0 -1 4194304 989 656 0 0 25 0 0 0 19 0 1 0 57959882 5373952 618 996147200 134512640 135215973 4294956304 18446744073709551615 10702464 0 0 4096 0 0 0 0 17 0 0 0
/proc/17641/statm: 1312 618 412 171 0 237 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 5248

[startup+0.301675 s]
/proc/loadavg: 2.18 2.05 2.01 4/82 17641
/proc/meminfo: memFree=598036/2055920 swapFree=4192812/4192956
[pid=17641] ppid=17639 vsize=5248 CPUtime=0.29
/proc/17641/stat : 17641 (pcs.big) R 17639 17641 17142 0 -1 4194304 1002 656 0 0 29 0 0 0 20 0 1 0 57959882 5373952 631 996147200 134512640 135215973 4294956304 18446744073709551615 134946637 0 0 4096 0 0 0 0 17 0 0 0
/proc/17641/statm: 1312 631 412 171 0 237 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 5248

[startup+0.409619 s]
/proc/loadavg: 2.18 2.05 2.01 4/82 17641
/proc/meminfo: memFree=598036/2055920 swapFree=4192812/4192956
[pid=17641] ppid=17639 vsize=5248 CPUtime=0.36
/proc/17641/stat : 17641 (pcs.big) R 17639 17641 17142 0 -1 4194304 1005 656 0 0 36 0 0 0 20 0 1 0 57959882 5373952 634 996147200 134512640 135215973 4294956304 18446744073709551615 134594452 0 0 4096 0 0 0 0 17 0 0 0
/proc/17641/statm: 1312 634 412 171 0 237 0
Current children cumulated CPU time (s) 0.36
Current children cumulated vsize (KiB) 5248

[startup+0.701437 s]
/proc/loadavg: 2.18 2.05 2.01 4/82 17641
/proc/meminfo: memFree=598036/2055920 swapFree=4192812/4192956
[pid=17641] ppid=17639 vsize=5492 CPUtime=0.61
/proc/17641/stat : 17641 (pcs.big) R 17639 17641 17142 0 -1 4194304 1051 656 0 0 60 1 0 0 23 0 1 0 57959882 5623808 680 996147200 134512640 135215973 4294956304 18446744073709551615 134591066 0 0 4096 0 0 0 0 17 0 0 0
/proc/17641/statm: 1373 680 412 171 0 298 0
Current children cumulated CPU time (s) 0.61
Current children cumulated vsize (KiB) 5492

[startup+1.50152 s]
/proc/loadavg: 2.18 2.05 2.01 3/83 17646
/proc/meminfo: memFree=596492/2055920 swapFree=4192812/4192956
[pid=17641] ppid=17639 vsize=6108 CPUtime=1.41
/proc/17641/stat : 17641 (pcs.big) R 17639 17641 17142 0 -1 4194304 1190 656 0 0 140 1 0 0 25 0 1 0 57959882 6254592 819 996147200 134512640 135215973 4294956304 18446744073709551615 4158961090 0 0 4096 0 0 0 0 17 0 0 0
/proc/17641/statm: 1527 819 412 171 0 452 0
Current children cumulated CPU time (s) 1.41
Current children cumulated vsize (KiB) 6108

[startup+3.10168 s]
/proc/loadavg: 2.18 2.05 2.01 3/83 17646
/proc/meminfo: memFree=595404/2055920 swapFree=4192812/4192956
[pid=17641] ppid=17639 vsize=7700 CPUtime=2.99
/proc/17641/stat : 17641 (pcs.big) R 17639 17641 17142 0 -1 4194304 1594 656 0 0 298 1 0 0 25 0 1 0 57959882 7884800 1190 996147200 134512640 135215973 4294956304 18446744073709551615 134951912 0 0 4096 0 0 0 0 17 0 0 0
/proc/17641/statm: 1925 1190 412 171 0 850 0
Current children cumulated CPU time (s) 2.99
Current children cumulated vsize (KiB) 7700

[startup+6.30202 s]
/proc/loadavg: 2.25 2.06 2.02 3/83 17646
/proc/meminfo: memFree=592972/2055920 swapFree=4192812/4192956
[pid=17641] ppid=17639 vsize=10028 CPUtime=6.16
/proc/17641/stat : 17641 (pcs.big) R 17639 17641 17142 0 -1 4194304 2244 656 0 0 615 1 0 0 25 0 1 0 57959882 10268672 1775 996147200 134512640 135215973 4294956304 18446744073709551615 134585939 0 0 4096 0 0 0 0 17 0 0 0
/proc/17641/statm: 2507 1775 412 171 0 1432 0
Current children cumulated CPU time (s) 6.16
Current children cumulated vsize (KiB) 10028

[startup+12.7017 s]
/proc/loadavg: 2.23 2.06 2.02 3/83 17646
/proc/meminfo: memFree=586268/2055920 swapFree=4192812/4192956
[pid=17641] ppid=17639 vsize=16572 CPUtime=12.51
/proc/17641/stat : 17641 (pcs.big) R 17639 17641 17142 0 -1 4194304 3997 656 0 0 1249 2 0 0 25 0 1 0 57959882 16969728 3366 996147200 134512640 135215973 4294956304 18446744073709551615 134676928 0 0 4096 0 0 0 0 17 0 0 0
/proc/17641/statm: 4143 3366 412 171 0 3068 0
Current children cumulated CPU time (s) 12.51
Current children cumulated vsize (KiB) 16572

[startup+25.506 s]
/proc/loadavg: 2.18 2.06 2.02 3/83 17646
/proc/meminfo: memFree=577180/2055920 swapFree=4192812/4192956
[pid=17641] ppid=17639 vsize=25808 CPUtime=25.2
/proc/17641/stat : 17641 (pcs.big) R 17639 17641 17142 0 -1 4194304 6499 656 0 0 2516 4 0 0 25 0 1 0 57959882 26427392 5611 996147200 134512640 135215973 4294956304 18446744073709551615 134583632 0 0 4096 0 0 0 0 17 0 0 0
/proc/17641/statm: 6452 5611 412 171 0 5377 0
Current children cumulated CPU time (s) 25.2
Current children cumulated vsize (KiB) 25808

[startup+51.1017 s]
/proc/loadavg: 2.12 2.05 2.01 3/83 17646
/proc/meminfo: memFree=549980/2055920 swapFree=4192812/4192956
[pid=17641] ppid=17639 vsize=53736 CPUtime=50.55
/proc/17641/stat : 17641 (pcs.big) R 17639 17641 17142 0 -1 4194304 13948 656 0 0 5047 8 0 0 25 0 1 0 57959882 55025664 12482 996147200 134512640 135215973 4294956304 18446744073709551615 134600202 0 0 4096 0 0 0 0 17 0 0 0
/proc/17641/statm: 13434 12482 412 171 0 12359 0
Current children cumulated CPU time (s) 50.55
Current children cumulated vsize (KiB) 53736

[startup+102.302 s]
/proc/loadavg: 2.12 2.06 2.01 3/82 17689
/proc/meminfo: memFree=1180964/2055920 swapFree=4192812/4192956
[pid=17641] ppid=17639 vsize=95672 CPUtime=101.29
/proc/17641/stat : 17641 (pcs.big) R 17639 17641 17142 0 -1 4194304 25238 656 0 0 10114 15 0 0 25 0 1 0 57959882 97968128 22618 996147200 134512640 135215973 4294956304 18446744073709551615 134583949 0 0 4096 0 0 0 0 17 0 0 0
/proc/17641/statm: 23918 22618 412 171 0 22843 0
Current children cumulated CPU time (s) 101.29
Current children cumulated vsize (KiB) 95672

[startup+162.301 s]
/proc/loadavg: 2.04 2.05 2.01 3/82 17689
/proc/meminfo: memFree=1127076/2055920 swapFree=4192812/4192956
[pid=17641] ppid=17639 vsize=154156 CPUtime=160.77
/proc/17641/stat : 17641 (pcs.big) R 17639 17641 17142 0 -1 4194304 40853 656 0 0 16054 23 0 0 25 0 1 0 57959882 157855744 35927 996147200 134512640 135215973 4294956304 18446744073709551615 134585694 0 0 4096 0 0 0 0 17 0 0 0
/proc/17641/statm: 38539 35927 412 171 0 37464 0
Current children cumulated CPU time (s) 160.77
Current children cumulated vsize (KiB) 154156

[startup+222.301 s]
/proc/loadavg: 2.01 2.03 2.00 3/82 17689
/proc/meminfo: memFree=1071780/2055920 swapFree=4192812/4192956
[pid=17641] ppid=17639 vsize=206608 CPUtime=220.26
/proc/17641/stat : 17641 (pcs.big) R 17639 17641 17142 0 -1 4194304 55022 656 0 0 21994 32 0 0 25 0 1 0 57959882 211566592 49583 996147200 134512640 135215973 4294956304 18446744073709551615 134583626 0 0 4096 0 0 0 0 17 0 0 0
/proc/17641/statm: 51652 49583 412 171 0 50577 0
Current children cumulated CPU time (s) 220.26
Current children cumulated vsize (KiB) 206608

[startup+282.302 s]
/proc/loadavg: 2.00 2.03 2.00 3/82 17691
/proc/meminfo: memFree=1020836/2055920 swapFree=4192812/4192956
[pid=17641] ppid=17639 vsize=253932 CPUtime=279.74
/proc/17641/stat : 17641 (pcs.big) R 17639 17641 17142 0 -1 4194304 67826 656 0 0 27935 39 0 0 25 0 1 0 57959882 260026368 62387 996147200 134512640 135215973 4294956304 18446744073709551615 134590070 0 0 4096 0 0 0 0 17 0 0 0
/proc/17641/statm: 63483 62387 412 171 0 62408 0
Current children cumulated CPU time (s) 279.74
Current children cumulated vsize (KiB) 253932

[startup+342.306 s]
/proc/loadavg: 2.00 2.02 2.00 3/82 17691
/proc/meminfo: memFree=965796/2055920 swapFree=4192812/4192956
[pid=17641] ppid=17639 vsize=321108 CPUtime=339.22
/proc/17641/stat : 17641 (pcs.big) R 17639 17641 17142 0 -1 4194304 85556 656 0 0 33874 48 0 0 25 0 1 0 57959882 328814592 76020 996147200 134512640 135215973 4294956304 18446744073709551615 134583640 0 0 4096 0 0 0 0 17 0 0 0
/proc/17641/statm: 80277 76020 412 171 0 79202 0
Current children cumulated CPU time (s) 339.22
Current children cumulated vsize (KiB) 321108

[startup+402.301 s]
/proc/loadavg: 2.00 2.01 2.00 3/82 17691
/proc/meminfo: memFree=907684/2055920 swapFree=4192812/4192956
[pid=17641] ppid=17639 vsize=375836 CPUtime=398.7
/proc/17641/stat : 17641 (pcs.big) R 17639 17641 17142 0 -1 4194304 100170 656 0 0 39815 55 0 0 25 0 1 0 57959882 384856064 90634 996147200 134512640 135215973 4294956304 18446744073709551615 4158960053 0 0 4096 0 0 0 0 17 0 0 0
/proc/17641/statm: 93959 90634 412 171 0 92884 0
Current children cumulated CPU time (s) 398.7
Current children cumulated vsize (KiB) 375836

[startup+462.301 s]
/proc/loadavg: 2.00 2.01 2.00 3/82 17691
/proc/meminfo: memFree=857508/2055920 swapFree=4192812/4192956
[pid=17641] ppid=17639 vsize=421588 CPUtime=458.18
/proc/17641/stat : 17641 (pcs.big) R 17639 17641 17142 0 -1 4194304 112592 656 0 0 45756 62 0 0 25 0 1 0 57959882 431706112 103056 996147200 134512640 135215973 4294956304 18446744073709551615 134533315 0 0 4096 0 0 0 0 17 0 0 0
/proc/17641/statm: 105397 103056 412 171 0 104322 0
Current children cumulated CPU time (s) 458.18
Current children cumulated vsize (KiB) 421588

[startup+522.301 s]
/proc/loadavg: 2.13 2.03 2.01 3/73 17754
/proc/meminfo: memFree=828284/2055920 swapFree=4192812/4192956
[pid=17641] ppid=17639 vsize=461652 CPUtime=517.68
/proc/17641/stat : 17641 (pcs.big) R 17639 17641 17142 0 -1 4194304 123609 656 0 0 51701 67 0 0 25 0 1 0 57959882 472731648 114073 996147200 134512640 135215973 4294956304 18446744073709551615 4158961309 0 0 4096 0 0 0 0 17 1 0 0
/proc/17641/statm: 115413 114073 412 171 0 114338 0
Current children cumulated CPU time (s) 517.68
Current children cumulated vsize (KiB) 461652

[startup+582.302 s]
/proc/loadavg: 2.20 2.06 2.01 4/83 17794
/proc/meminfo: memFree=390188/2055920 swapFree=4192812/4192956
[pid=17641] ppid=17639 vsize=546048 CPUtime=577.41
/proc/17641/stat : 17641 (pcs.big) R 17639 17641 17142 0 -1 4194304 145717 656 0 0 57661 80 0 0 25 0 1 0 57959882 559153152 126963 996147200 134512640 135215973 4294956304 18446744073709551615 4158960069 0 0 4096 0 0 0 0 17 0 0 0
/proc/17641/statm: 136512 126963 412 171 0 135437 0
Current children cumulated CPU time (s) 577.41
Current children cumulated vsize (KiB) 546048

[startup+642.302 s]
/proc/loadavg: 2.14 2.07 2.02 3/83 17795
/proc/meminfo: memFree=287204/2055920 swapFree=4192812/4192956
[pid=17641] ppid=17639 vsize=587140 CPUtime=637.16
/proc/17641/stat : 17641 (pcs.big) R 17639 17641 17142 0 -1 4194304 156912 656 0 0 63630 86 0 0 25 0 1 0 57959882 601231360 138158 996147200 134512640 135215973 4294956304 18446744073709551615 134600651 0 0 4096 0 0 0 0 17 0 0 0
/proc/17641/statm: 146785 138158 412 171 0 145710 0
Current children cumulated CPU time (s) 637.16
Current children cumulated vsize (KiB) 587140

[startup+702.301 s]
/proc/loadavg: 2.05 2.06 2.01 3/83 17795
/proc/meminfo: memFree=239972/2055920 swapFree=4192812/4192956
[pid=17641] ppid=17639 vsize=630152 CPUtime=696.92
/proc/17641/stat : 17641 (pcs.big) R 17639 17641 17142 0 -1 4194304 168574 656 0 0 69599 93 0 0 25 0 1 0 57959882 645275648 149820 996147200 134512640 135215973 4294956304 18446744073709551615 134599883 0 0 4096 0 0 0 0 17 0 0 0
/proc/17641/statm: 157538 149820 412 171 0 156463 0
Current children cumulated CPU time (s) 696.92
Current children cumulated vsize (KiB) 630152

[startup+762.301 s]
/proc/loadavg: 2.02 2.05 2.01 3/83 17801
/proc/meminfo: memFree=187812/2055920 swapFree=4192812/4192956
[pid=17641] ppid=17639 vsize=678736 CPUtime=756.66
/proc/17641/stat : 17641 (pcs.big) R 17639 17641 17142 0 -1 4194304 181658 656 0 0 75565 101 0 0 25 0 1 0 57959882 695025664 162904 996147200 134512640 135215973 4294956304 18446744073709551615 10694497 0 0 4096 0 0 0 0 17 0 0 0
/proc/17641/statm: 169684 162904 412 171 0 168609 0
Current children cumulated CPU time (s) 756.66
Current children cumulated vsize (KiB) 678736

[startup+822.302 s]
/proc/loadavg: 2.34 2.15 2.04 3/83 18277
/proc/meminfo: memFree=125988/2055920 swapFree=4192812/4192956
[pid=17641] ppid=17639 vsize=734364 CPUtime=813.64
/proc/17641/stat : 17641 (pcs.big) R 17639 17641 17142 0 -1 4194304 196558 656 0 0 81249 115 0 0 25 0 1 0 57959882 751988736 177804 996147200 134512640 135215973 4294956304 18446744073709551615 10694497 0 0 4096 0 0 0 0 17 0 0 0
/proc/17641/statm: 183591 177804 412 171 0 182516 0
Current children cumulated CPU time (s) 813.64
Current children cumulated vsize (KiB) 734364

[startup+882.302 s]
/proc/loadavg: 2.12 2.12 2.04 3/82 18277
/proc/meminfo: memFree=62628/2055920 swapFree=4192812/4192956
[pid=17641] ppid=17639 vsize=794148 CPUtime=873.4
/proc/17641/stat : 17641 (pcs.big) R 17639 17641 17142 0 -1 4194304 212575 656 0 0 87217 123 0 0 25 0 1 0 57959882 813207552 193821 996147200 134512640 135215973 4294956304 18446744073709551615 134585694 0 0 4096 0 0 0 0 17 0 0 0
/proc/17641/statm: 198537 193821 412 171 0 197462 0
Current children cumulated CPU time (s) 873.4
Current children cumulated vsize (KiB) 794148

[startup+942.302 s]
/proc/loadavg: 2.04 2.10 2.03 3/82 18277
/proc/meminfo: memFree=15204/2055920 swapFree=4192812/4192956
[pid=17641] ppid=17639 vsize=853736 CPUtime=933.15
/proc/17641/stat : 17641 (pcs.big) R 17639 17641 17142 0 -1 4194304 228529 656 0 0 93183 132 0 0 25 0 1 0 57959882 874225664 209775 996147200 134512640 135215973 4294956304 18446744073709551615 134948724 0 0 4096 0 0 0 0 17 0 0 0
/proc/17641/statm: 213434 209775 412 171 0 212359 0
Current children cumulated CPU time (s) 933.15
Current children cumulated vsize (KiB) 853736

[startup+1002.3 s]
/proc/loadavg: 2.09 2.09 2.03 3/82 18277
/proc/meminfo: memFree=14948/2055920 swapFree=4192812/4192956
[pid=17641] ppid=17639 vsize=904880 CPUtime=992.89
/proc/17641/stat : 17641 (pcs.big) R 17639 17641 17142 0 -1 4194304 242319 656 0 0 99149 140 0 0 25 0 1 0 57959882 926597120 223565 996147200 134512640 135215973 4294956304 18446744073709551615 4158960480 0 0 4096 0 0 0 0 17 0 0 0
/proc/17641/statm: 226220 223565 412 171 0 225145 0
Current children cumulated CPU time (s) 992.89
Current children cumulated vsize (KiB) 904880



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+1022.1 s]
/proc/loadavg: 2.07 2.09 2.03 3/82 18277
/proc/meminfo: memFree=16100/2055920 swapFree=4192812/4192956
[pid=17641] ppid=17639 vsize=921696 CPUtime=1012.61
/proc/17641/stat : 17641 (pcs.big) R 17639 17641 17142 0 -1 4194304 246821 656 0 0 101118 143 0 0 25 0 1 0 57959882 943816704 228067 996147200 134512640 135215973 4294956304 18446744073709551615 134648489 0 0 4096 0 0 0 0 17 0 0 0
/proc/17641/statm: 230424 228067 412 171 0 229349 0
Current children cumulated CPU time (s) 1012.61
Current children cumulated vsize (KiB) 921696

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

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

[startup+1022.21 s]
/proc/loadavg: 2.07 2.09 2.03 3/82 18277
/proc/meminfo: memFree=16100/2055920 swapFree=4192812/4192956
[pid=17641] ppid=17639 vsize=0 CPUtime=1012.71
/proc/17641/stat : 17641 (pcs.big) R 17639 17641 17142 0 -1 4195332 246821 656 0 0 101118 153 0 0 25 0 1 0 57959882 0 0 996147200 0 0 0 0 0 0 0 4096 0 0 0 0 17 0 0 0
/proc/17641/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1012.71
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1022.25
CPU time (s): 1012.76
CPU user time (s): 1011.18
CPU system time (s): 1.57576
CPU usage (%): 99.0718
Max. virtual memory (cumulated for all children) (KiB): 921696

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

runsolver used 1.07284 second user time and 3.21051 second system time

The end

Launcher Data

Begin job on node90 at 2009-07-16 03:49:12
IDJOB=2070560
IDBENCH=55369
IDSOLVER=734
FILE ID=node90/2070560-1247708951
PBS_JOBID= 9521331
Free space on /tmp= 66096 MiB

SOLVER NAME= pcs-restart 0.2.restart
BENCH NAME= CPAI08/csp/golombRulerArity3/normalized-ruler-67-11-a3.xml
COMMAND LINE= HOME/pcssolve -s RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2070560-1247708951/watcher-2070560-1247708951 -o /tmp/evaluation-result-2070560-1247708951/solver-2070560-1247708951 -C 1800 -W 2000 -M 900  HOME/pcssolve -s 2073387134 HOME/instance-2070560-1247708951.xml

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

MD5SUM BENCH= 485c8fe818a9857f587d4656422ed032
RANDOM SEED=2073387134

node90.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.212
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.212
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:        598516 kB
Buffers:         90056 kB
Cached:         547036 kB
SwapCached:          0 kB
Active:         771948 kB
Inactive:       577452 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        598516 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1948 kB
Writeback:           0 kB
Mapped:         726488 kB
Slab:            91748 kB
Committed_AS:  1342504 kB
PageTables:       3352 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= 66096 MiB
End job on node90 at 2009-07-16 04:06:16