Trace number 2080625

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.06 1811.93

General information on the benchmark

Namecsp/knights/
normalized-knights-50-25.xml
MD5SUM6094f58e403d75120e0b4306e300bfb0
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 benchmark70.0993
Satisfiable
(Un)Satisfiability was proved
Number of variables25
Number of constraints300
Maximum constraint arity2
Maximum domain size2500
Number of constraints which are defined in extension0
Number of constraints which are defined in intension300
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.01	c Seed is 1639150851
0.00/0.02	c Constructing HOME/instance-2080625-1247717962.xml 
0.00/0.03	c deduced all_different(V2,V4,V6,V8,V10,V12,V14,V16,V18,V20,V22,V0)
0.00/0.03	c deduced all_different(V3,V5,V7,V9,V11,V13,V15,V17,V19,V21,V23,V1)
0.00/0.03	c deduced all_different(V1,V3,V5,V7,V9,V11,V13,V15,V17,V19,V21,V24)
0.00/0.03	c  with 953 constraints
0.00/0.03	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-2080625-1247717962/watcher-2080625-1247717962 -o /tmp/evaluation-result-2080625-1247717962/solver-2080625-1247717962 -C 1800 -W 2000 -M 900 HOME/pcssolve -s 1639150851 HOME/instance-2080625-1247717962.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.00 2.00 4/81 20675
/proc/meminfo: memFree=1513976/2055920 swapFree=4192812/4192956
[pid=20675] ppid=20673 vsize=18576 CPUtime=0
/proc/20675/stat : 20675 (runsolver) R 20673 20675 18594 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 58860041 19021824 284 996147200 4194304 4302564 548682068496 18446744073709551615 264840473895 0 0 4096 24578 0 0 0 17 1 0 0
/proc/20675/statm: 4644 284 249 26 0 2626 0

[startup+0.09722 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 20675
/proc/meminfo: memFree=1513976/2055920 swapFree=4192812/4192956
[pid=20675] ppid=20673 vsize=5092 CPUtime=0.07
/proc/20675/stat : 20675 (pcs.big) R 20673 20675 18594 0 -1 4194304 978 656 0 0 7 0 0 0 24 0 1 0 58860041 5214208 609 996147200 134512640 135215973 4294956304 18446744073709551615 134600159 0 0 4096 0 0 0 0 17 1 0 0
/proc/20675/statm: 1273 609 419 171 0 198 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 5092

[startup+0.101217 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 20675
/proc/meminfo: memFree=1513976/2055920 swapFree=4192812/4192956
[pid=20675] ppid=20673 vsize=5092 CPUtime=0.08
/proc/20675/stat : 20675 (pcs.big) R 20673 20675 18594 0 -1 4194304 980 656 0 0 8 0 0 0 24 0 1 0 58860041 5214208 611 996147200 134512640 135215973 4294956304 18446744073709551615 134533108 0 0 4096 0 0 0 0 17 1 0 0
/proc/20675/statm: 1273 611 419 171 0 198 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 5092

[startup+0.301241 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 20675
/proc/meminfo: memFree=1513976/2055920 swapFree=4192812/4192956
[pid=20675] ppid=20673 vsize=6256 CPUtime=0.28
/proc/20675/stat : 20675 (pcs.big) R 20673 20675 18594 0 -1 4194304 1269 656 0 0 28 0 0 0 25 0 1 0 58860041 6406144 900 996147200 134512640 135215973 4294956304 18446744073709551615 134902449 0 0 4096 0 0 0 0 17 1 0 0
/proc/20675/statm: 1564 900 419 171 0 489 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 6256

[startup+0.701278 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 20675
/proc/meminfo: memFree=1513976/2055920 swapFree=4192812/4192956
[pid=20675] ppid=20673 vsize=7292 CPUtime=0.68
/proc/20675/stat : 20675 (pcs.big) R 20673 20675 18594 0 -1 4194304 1523 656 0 0 68 0 0 0 25 0 1 0 58860041 7467008 1154 996147200 134512640 135215973 4294956304 18446744073709551615 134532674 0 0 4096 0 0 0 0 17 1 0 0
/proc/20675/statm: 1823 1154 419 171 0 748 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 7292

[startup+1.50136 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 20680
/proc/meminfo: memFree=1509168/2055920 swapFree=4192812/4192956
[pid=20675] ppid=20673 vsize=11872 CPUtime=1.47
/proc/20675/stat : 20675 (pcs.big) R 20673 20675 18594 0 -1 4194304 2692 656 0 0 146 1 0 0 25 0 1 0 58860041 12156928 2290 996147200 134512640 135215973 4294956304 18446744073709551615 134585388 0 0 4096 0 0 0 0 17 1 0 0
/proc/20675/statm: 2968 2290 419 171 0 1893 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 11872

[startup+3.10153 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 20680
/proc/meminfo: memFree=1502896/2055920 swapFree=4192812/4192956
[pid=20675] ppid=20673 vsize=20548 CPUtime=3.06
/proc/20675/stat : 20675 (pcs.big) R 20673 20675 18594 0 -1 4194304 4861 656 0 0 304 2 0 0 25 0 1 0 58860041 21041152 4459 996147200 134512640 135215973 4294956304 18446744073709551615 134597368 0 0 4096 0 0 0 0 17 1 0 0
/proc/20675/statm: 5137 4459 419 171 0 4062 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 20548

[startup+6.30186 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 20680
/proc/meminfo: memFree=1493232/2055920 swapFree=4192812/4192956
[pid=20675] ppid=20673 vsize=25584 CPUtime=6.23
/proc/20675/stat : 20675 (pcs.big) R 20673 20675 18594 0 -1 4194304 6259 656 0 0 620 3 0 0 25 0 1 0 58860041 26198016 5689 996147200 134512640 135215973 4294956304 18446744073709551615 134599863 0 0 4096 0 0 0 0 17 1 0 0
/proc/20675/statm: 6396 5689 422 171 0 5321 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 25584

[startup+12.7025 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 20680
/proc/meminfo: memFree=1490992/2055920 swapFree=4192812/4192956
[pid=20675] ppid=20673 vsize=26936 CPUtime=12.57
/proc/20675/stat : 20675 (pcs.big) R 20673 20675 18594 0 -1 4194304 6636 656 0 0 1254 3 0 0 25 0 1 0 58860041 27582464 6066 996147200 134512640 135215973 4294956304 18446744073709551615 134532677 0 0 4096 0 0 0 0 17 1 0 0
/proc/20675/statm: 6734 6066 422 171 0 5659 0
Current children cumulated CPU time (s) 12.57
Current children cumulated vsize (KiB) 26936

[startup+25.5018 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 20680
/proc/meminfo: memFree=1476208/2055920 swapFree=4192812/4192956
[pid=20675] ppid=20673 vsize=42308 CPUtime=25.25
/proc/20675/stat : 20675 (pcs.big) R 20673 20675 18594 0 -1 4194304 10496 656 0 0 2520 5 0 0 25 0 1 0 58860041 43323392 9764 996147200 134512640 135215973 4294956304 18446744073709551615 134533020 0 0 4096 0 0 0 0 17 1 0 0
/proc/20675/statm: 10577 9764 422 171 0 9502 0
Current children cumulated CPU time (s) 25.25
Current children cumulated vsize (KiB) 42308

[startup+51.1015 s]
/proc/loadavg: 2.06 2.02 2.00 3/82 20680
/proc/meminfo: memFree=1470512/2055920 swapFree=4192812/4192956
[pid=20675] ppid=20673 vsize=48380 CPUtime=50.6
/proc/20675/stat : 20675 (pcs.big) R 20673 20675 18594 0 -1 4194304 12215 656 0 0 5054 6 0 0 25 0 1 0 58860041 49541120 11226 996147200 134512640 135215973 4294956304 18446744073709551615 134640982 0 0 4096 0 0 0 0 17 1 0 0
/proc/20675/statm: 12095 11226 422 171 0 11020 0
Current children cumulated CPU time (s) 50.6
Current children cumulated vsize (KiB) 48380

[startup+102.307 s]
/proc/loadavg: 2.08 2.03 2.00 3/82 20680
/proc/meminfo: memFree=1467888/2055920 swapFree=4192812/4192956
[pid=20675] ppid=20673 vsize=50360 CPUtime=101.33
/proc/20675/stat : 20675 (pcs.big) R 20673 20675 18594 0 -1 4194304 12800 656 0 0 10126 7 0 0 25 0 1 0 58860041 51568640 11811 996147200 134512640 135215973 4294956304 18446744073709551615 134591931 0 0 4096 0 0 0 0 17 1 0 0
/proc/20675/statm: 12590 11811 422 171 0 11515 0
Current children cumulated CPU time (s) 101.33
Current children cumulated vsize (KiB) 50360

[startup+162.302 s]
/proc/loadavg: 2.09 2.04 2.00 3/82 20680
/proc/meminfo: memFree=1467312/2055920 swapFree=4192812/4192956
[pid=20675] ppid=20673 vsize=50804 CPUtime=160.77
/proc/20675/stat : 20675 (pcs.big) R 20673 20675 18594 0 -1 4194304 12931 656 0 0 16070 7 0 0 25 0 1 0 58860041 52023296 11942 996147200 134512640 135215973 4294956304 18446744073709551615 134592744 0 0 4096 0 0 0 0 17 1 0 0
/proc/20675/statm: 12701 11942 422 171 0 11626 0
Current children cumulated CPU time (s) 160.77
Current children cumulated vsize (KiB) 50804

[startup+222.301 s]
/proc/loadavg: 2.11 2.06 2.01 3/82 20680
/proc/meminfo: memFree=1445296/2055920 swapFree=4192812/4192956
[pid=20675] ppid=20673 vsize=74532 CPUtime=220.2
/proc/20675/stat : 20675 (pcs.big) R 20673 20675 18594 0 -1 4194304 19059 656 0 0 22010 10 0 0 25 0 1 0 58860041 76320768 17492 996147200 134512640 135215973 4294956304 18446744073709551615 134532714 0 0 4096 0 0 0 0 17 1 0 0
/proc/20675/statm: 18633 17492 422 171 0 17558 0
Current children cumulated CPU time (s) 220.2
Current children cumulated vsize (KiB) 74532

[startup+282.301 s]
/proc/loadavg: 2.07 2.06 2.01 3/82 20680
/proc/meminfo: memFree=1443632/2055920 swapFree=4192812/4192956
[pid=20675] ppid=20673 vsize=75812 CPUtime=279.65
/proc/20675/stat : 20675 (pcs.big) R 20673 20675 18594 0 -1 4194304 19432 656 0 0 27954 11 0 0 25 0 1 0 58860041 77631488 17865 996147200 134512640 135215973 4294956304 18446744073709551615 134532677 0 0 4096 0 0 0 0 17 1 0 0
/proc/20675/statm: 18953 17865 422 171 0 17878 0
Current children cumulated CPU time (s) 279.65
Current children cumulated vsize (KiB) 75812

[startup+342.301 s]
/proc/loadavg: 2.02 2.04 2.00 3/82 20680
/proc/meminfo: memFree=1439088/2055920 swapFree=4192812/4192956
[pid=20675] ppid=20673 vsize=80236 CPUtime=339.08
/proc/20675/stat : 20675 (pcs.big) R 20673 20675 18594 0 -1 4194304 20611 656 0 0 33897 11 0 0 25 0 1 0 58860041 82161664 18991 996147200 134512640 135215973 4294956304 18446744073709551615 135096704 0 0 4096 0 0 0 0 17 1 0 0
/proc/20675/statm: 20059 18991 422 171 0 18984 0
Current children cumulated CPU time (s) 339.08
Current children cumulated vsize (KiB) 80236

[startup+402.302 s]
/proc/loadavg: 2.01 2.03 2.00 3/82 20680
/proc/meminfo: memFree=1430064/2055920 swapFree=4192812/4192956
[pid=20675] ppid=20673 vsize=88888 CPUtime=398.52
/proc/20675/stat : 20675 (pcs.big) R 20673 20675 18594 0 -1 4194304 22867 656 0 0 39840 12 0 0 25 0 1 0 58860041 91021312 21247 996147200 134512640 135215973 4294956304 18446744073709551615 134583710 0 0 4096 0 0 0 0 17 1 0 0
/proc/20675/statm: 22222 21247 422 171 0 21147 0
Current children cumulated CPU time (s) 398.52
Current children cumulated vsize (KiB) 88888

[startup+462.302 s]
/proc/loadavg: 2.00 2.02 2.00 3/82 20680
/proc/meminfo: memFree=1417200/2055920 swapFree=4192812/4192956
[pid=20675] ppid=20673 vsize=102168 CPUtime=457.96
/proc/20675/stat : 20675 (pcs.big) R 20673 20675 18594 0 -1 4194304 26273 656 0 0 45782 14 0 0 25 0 1 0 58860041 104620032 24459 996147200 134512640 135215973 4294956304 18446744073709551615 134591100 0 0 4096 0 0 0 0 17 1 0 0
/proc/20675/statm: 25542 24459 422 171 0 24467 0
Current children cumulated CPU time (s) 457.96
Current children cumulated vsize (KiB) 102168

[startup+522.302 s]
/proc/loadavg: 2.00 2.02 2.00 3/82 20680
/proc/meminfo: memFree=1412912/2055920 swapFree=4192812/4192956
[pid=20675] ppid=20673 vsize=106356 CPUtime=517.41
/proc/20675/stat : 20675 (pcs.big) R 20673 20675 18594 0 -1 4194304 27338 656 0 0 51726 15 0 0 25 0 1 0 58860041 108908544 25524 996147200 134512640 135215973 4294956304 18446744073709551615 134532692 0 0 4096 0 0 0 0 17 1 0 0
/proc/20675/statm: 26589 25524 422 171 0 25514 0
Current children cumulated CPU time (s) 517.41
Current children cumulated vsize (KiB) 106356

[startup+582.301 s]
/proc/loadavg: 2.00 2.01 2.00 3/82 20680
/proc/meminfo: memFree=1412848/2055920 swapFree=4192812/4192956
[pid=20675] ppid=20673 vsize=106356 CPUtime=576.84
/proc/20675/stat : 20675 (pcs.big) R 20673 20675 18594 0 -1 4194304 27358 656 0 0 57669 15 0 0 25 0 1 0 58860041 108908544 25544 996147200 134512640 135215973 4294956304 18446744073709551615 134532930 0 0 4096 0 0 0 0 17 1 0 0
/proc/20675/statm: 26589 25544 422 171 0 25514 0
Current children cumulated CPU time (s) 576.84
Current children cumulated vsize (KiB) 106356

[startup+642.301 s]
/proc/loadavg: 2.00 2.01 2.00 3/82 20680
/proc/meminfo: memFree=1410608/2055920 swapFree=4192812/4192956
[pid=20675] ppid=20673 vsize=108596 CPUtime=636.28
/proc/20675/stat : 20675 (pcs.big) R 20673 20675 18594 0 -1 4194304 27917 656 0 0 63613 15 0 0 25 0 1 0 58860041 111202304 26103 996147200 134512640 135215973 4294956304 18446744073709551615 4158960021 0 0 4096 0 0 0 0 17 1 0 0
/proc/20675/statm: 27149 26103 422 171 0 26074 0
Current children cumulated CPU time (s) 636.28
Current children cumulated vsize (KiB) 108596

[startup+702.301 s]

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

[startup+882.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 20680
/proc/meminfo: memFree=1392048/2055920 swapFree=4192812/4192956
[pid=20675] ppid=20673 vsize=126752 CPUtime=874.02
/proc/20675/stat : 20675 (pcs.big) R 20673 20675 18594 0 -1 4194304 32469 656 0 0 87383 19 0 0 25 0 1 0 58860041 129794048 30655 996147200 134512640 135215973 4294956304 18446744073709551615 134532677 0 0 4096 0 0 0 0 17 1 0 0
/proc/20675/statm: 31688 30655 422 171 0 30613 0
Current children cumulated CPU time (s) 874.02
Current children cumulated vsize (KiB) 126752

[startup+942.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 20680
/proc/meminfo: memFree=1391984/2055920 swapFree=4192812/4192956
[pid=20675] ppid=20673 vsize=126884 CPUtime=933.47
/proc/20675/stat : 20675 (pcs.big) R 20673 20675 18594 0 -1 4194304 32490 656 0 0 93328 19 0 0 25 0 1 0 58860041 129929216 30676 996147200 134512640 135215973 4294956304 18446744073709551615 4158960050 0 0 4096 0 0 0 0 17 1 0 0
/proc/20675/statm: 31721 30676 422 171 0 30646 0
Current children cumulated CPU time (s) 933.47
Current children cumulated vsize (KiB) 126884

[startup+1002.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 20680
/proc/meminfo: memFree=1391920/2055920 swapFree=4192812/4192956
[pid=20675] ppid=20673 vsize=127012 CPUtime=992.9
/proc/20675/stat : 20675 (pcs.big) R 20673 20675 18594 0 -1 4194304 32540 656 0 0 99271 19 0 0 25 0 1 0 58860041 130060288 30726 996147200 134512640 135215973 4294956304 18446744073709551615 134532930 0 0 4096 0 0 0 0 17 1 0 0
/proc/20675/statm: 31753 30726 422 171 0 30678 0
Current children cumulated CPU time (s) 992.9
Current children cumulated vsize (KiB) 127012

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 20680
/proc/meminfo: memFree=1390128/2055920 swapFree=4192812/4192956
[pid=20675] ppid=20673 vsize=128704 CPUtime=1052.35
/proc/20675/stat : 20675 (pcs.big) R 20673 20675 18594 0 -1 4194304 33000 656 0 0 105215 20 0 0 25 0 1 0 58860041 131792896 31186 996147200 134512640 135215973 4294956304 18446744073709551615 4158960089 0 0 4096 0 0 0 0 17 1 0 0
/proc/20675/statm: 32176 31186 422 171 0 31101 0
Current children cumulated CPU time (s) 1052.35
Current children cumulated vsize (KiB) 128704

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 20680
/proc/meminfo: memFree=1378480/2055920 swapFree=4192812/4192956
[pid=20675] ppid=20673 vsize=139712 CPUtime=1111.78
/proc/20675/stat : 20675 (pcs.big) R 20673 20675 18594 0 -1 4194304 35870 656 0 0 111156 22 0 0 25 0 1 0 58860041 143065088 34056 996147200 134512640 135215973 4294956304 18446744073709551615 134533052 0 0 4096 0 0 0 0 17 1 0 0
/proc/20675/statm: 34928 34056 422 171 0 33853 0
Current children cumulated CPU time (s) 1111.78
Current children cumulated vsize (KiB) 139712

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 20680
/proc/meminfo: memFree=1378416/2055920 swapFree=4192812/4192956
[pid=20675] ppid=20673 vsize=139712 CPUtime=1171.23
/proc/20675/stat : 20675 (pcs.big) R 20673 20675 18594 0 -1 4194304 35887 656 0 0 117101 22 0 0 25 0 1 0 58860041 143065088 34073 996147200 134512640 135215973 4294956304 18446744073709551615 134532657 0 0 4096 0 0 0 0 17 1 0 0
/proc/20675/statm: 34928 34073 422 171 0 33853 0
Current children cumulated CPU time (s) 1171.23
Current children cumulated vsize (KiB) 139712

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 20680
/proc/meminfo: memFree=1377840/2055920 swapFree=4192812/4192956
[pid=20675] ppid=20673 vsize=143808 CPUtime=1230.65
/proc/20675/stat : 20675 (pcs.big) R 20673 20675 18594 0 -1 4194304 37048 656 0 0 123043 22 0 0 25 0 1 0 58860041 147259392 34209 996147200 134512640 135215973 4294956304 18446744073709551615 134902458 0 0 4096 0 0 0 0 17 1 0 0
/proc/20675/statm: 35952 34209 422 171 0 34877 0
Current children cumulated CPU time (s) 1230.65
Current children cumulated vsize (KiB) 143808

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 20713
/proc/meminfo: memFree=1400192/2055920 swapFree=4192812/4192956
[pid=20675] ppid=20673 vsize=143808 CPUtime=1290.63
/proc/20675/stat : 20675 (pcs.big) R 20673 20675 18594 0 -1 4194304 37106 656 0 0 129039 24 0 0 25 0 1 0 58860041 147259392 34267 996147200 134512640 135215973 4294956304 18446744073709551615 134532930 0 0 4096 0 0 0 0 17 0 0 0
/proc/20675/statm: 35952 34267 422 171 0 34877 0
Current children cumulated CPU time (s) 1290.63
Current children cumulated vsize (KiB) 143808

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 20713
/proc/meminfo: memFree=1377216/2055920 swapFree=4192812/4192956
[pid=20675] ppid=20673 vsize=143808 CPUtime=1350.6
/proc/20675/stat : 20675 (pcs.big) R 20673 20675 18594 0 -1 4194304 37121 656 0 0 135036 24 0 0 25 0 1 0 58860041 147259392 34282 996147200 134512640 135215973 4294956304 18446744073709551615 4158960033 0 0 4096 0 0 0 0 17 0 0 0
/proc/20675/statm: 35952 34282 422 171 0 34877 0
Current children cumulated CPU time (s) 1350.6
Current children cumulated vsize (KiB) 143808

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 20713
/proc/meminfo: memFree=1344192/2055920 swapFree=4192812/4192956
[pid=20675] ppid=20673 vsize=143808 CPUtime=1410.58
/proc/20675/stat : 20675 (pcs.big) R 20673 20675 18594 0 -1 4194304 37139 656 0 0 141034 24 0 0 25 0 1 0 58860041 147259392 34300 996147200 134512640 135215973 4294956304 18446744073709551615 134532677 0 0 4096 0 0 0 0 17 0 0 0
/proc/20675/statm: 35952 34300 422 171 0 34877 0
Current children cumulated CPU time (s) 1410.58
Current children cumulated vsize (KiB) 143808

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 20713
/proc/meminfo: memFree=1319168/2055920 swapFree=4192812/4192956
[pid=20675] ppid=20673 vsize=143808 CPUtime=1470.55
/proc/20675/stat : 20675 (pcs.big) R 20673 20675 18594 0 -1 4194304 37141 656 0 0 147031 24 0 0 25 0 1 0 58860041 147259392 34302 996147200 134512640 135215973 4294956304 18446744073709551615 4158960053 0 0 4096 0 0 0 0 17 0 0 0
/proc/20675/statm: 35952 34302 422 171 0 34877 0
Current children cumulated CPU time (s) 1470.55
Current children cumulated vsize (KiB) 143808

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 20713
/proc/meminfo: memFree=1289216/2055920 swapFree=4192812/4192956
[pid=20675] ppid=20673 vsize=144064 CPUtime=1530.53
/proc/20675/stat : 20675 (pcs.big) R 20673 20675 18594 0 -1 4194304 37222 656 0 0 153029 24 0 0 25 0 1 0 58860041 147521536 34383 996147200 134512640 135215973 4294956304 18446744073709551615 4158960021 0 0 4096 0 0 0 0 17 0 0 0
/proc/20675/statm: 36016 34383 422 171 0 34941 0
Current children cumulated CPU time (s) 1530.53
Current children cumulated vsize (KiB) 144064

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 20713
/proc/meminfo: memFree=1259456/2055920 swapFree=4192812/4192956
[pid=20675] ppid=20673 vsize=144064 CPUtime=1590.5
/proc/20675/stat : 20675 (pcs.big) R 20673 20675 18594 0 -1 4194304 37232 656 0 0 159026 24 0 0 25 0 1 0 58860041 147521536 34393 996147200 134512640 135215973 4294956304 18446744073709551615 134587324 0 0 4096 0 0 0 0 17 0 0 0
/proc/20675/statm: 36016 34393 422 171 0 34941 0
Current children cumulated CPU time (s) 1590.5
Current children cumulated vsize (KiB) 144064

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 20713
/proc/meminfo: memFree=1231488/2055920 swapFree=4192812/4192956
[pid=20675] ppid=20673 vsize=144064 CPUtime=1650.48
/proc/20675/stat : 20675 (pcs.big) R 20673 20675 18594 0 -1 4194304 37239 656 0 0 165024 24 0 0 25 0 1 0 58860041 147521536 34400 996147200 134512640 135215973 4294956304 18446744073709551615 4158960021 0 0 4096 0 0 0 0 17 0 0 0
/proc/20675/statm: 36016 34400 422 171 0 34941 0
Current children cumulated CPU time (s) 1650.48
Current children cumulated vsize (KiB) 144064

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 20713
/proc/meminfo: memFree=1205056/2055920 swapFree=4192812/4192956
[pid=20675] ppid=20673 vsize=144064 CPUtime=1710.46
/proc/20675/stat : 20675 (pcs.big) R 20673 20675 18594 0 -1 4194304 37242 656 0 0 171021 25 0 0 25 0 1 0 58860041 147521536 34403 996147200 134512640 135215973 4294956304 18446744073709551615 4158960021 0 0 4096 0 0 0 0 17 0 0 0
/proc/20675/statm: 36016 34403 422 171 0 34941 0
Current children cumulated CPU time (s) 1710.46
Current children cumulated vsize (KiB) 144064

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 20713
/proc/meminfo: memFree=1185408/2055920 swapFree=4192812/4192956
[pid=20675] ppid=20673 vsize=144192 CPUtime=1770.43
/proc/20675/stat : 20675 (pcs.big) R 20673 20675 18594 0 -1 4194304 37287 656 0 0 177018 25 0 0 25 0 1 0 58860041 147652608 34448 996147200 134512640 135215973 4294956304 18446744073709551615 134532930 0 0 4096 0 0 0 0 17 0 0 0
/proc/20675/statm: 36048 34448 422 171 0 34973 0
Current children cumulated CPU time (s) 1770.43
Current children cumulated vsize (KiB) 144192



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1811.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 20713
/proc/meminfo: memFree=1175680/2055920 swapFree=4192812/4192956
[pid=20675] ppid=20673 vsize=144320 CPUtime=1800.03
/proc/20675/stat : 20675 (pcs.big) R 20673 20675 18594 0 -1 4194304 37311 656 0 0 179978 25 0 0 25 0 1 0 58860041 147783680 34472 996147200 134512640 135215973 4294956304 18446744073709551615 134532677 0 0 4096 0 0 0 0 17 0 0 0
/proc/20675/statm: 36080 34472 422 171 0 35005 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 144320

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

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

[startup+1811.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 20713
/proc/meminfo: memFree=1175680/2055920 swapFree=4192812/4192956
[pid=20675] ppid=20673 vsize=144320 CPUtime=1800.03
/proc/20675/stat : 20675 (pcs.big) R 20673 20675 18594 0 -1 4194304 37311 656 0 0 179978 25 0 0 25 0 1 0 58860041 147783680 34472 996147200 134512640 135215973 4294956304 18446744073709551615 134532677 0 0 4096 0 0 0 0 17 0 0 0
/proc/20675/statm: 36080 34472 422 171 0 35005 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 144320

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1811.93
CPU time (s): 1800.06
CPU user time (s): 1799.78
CPU system time (s): 0.281957
CPU usage (%): 99.3452
Max. virtual memory (cumulated for all children) (KiB): 144320

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.78
system time used= 0.281957
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 37967
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= 19
involuntary context switches= 53472

runsolver used 2.37164 second user time and 5.87311 second system time

The end

Launcher Data

Begin job on node44 at 2009-07-16 06:19:22
IDJOB=2080625
IDBENCH=57116
IDSOLVER=734
FILE ID=node44/2080625-1247717962
PBS_JOBID= 9521406
Free space on /tmp= 66280 MiB

SOLVER NAME= pcs-restart 0.2.restart
BENCH NAME= CPAI08/csp/knights/normalized-knights-50-25.xml
COMMAND LINE= HOME/pcssolve -s RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2080625-1247717962/watcher-2080625-1247717962 -o /tmp/evaluation-result-2080625-1247717962/solver-2080625-1247717962 -C 1800 -W 2000 -M 900  HOME/pcssolve -s 1639150851 HOME/instance-2080625-1247717962.xml

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

MD5SUM BENCH= 6094f58e403d75120e0b4306e300bfb0
RANDOM SEED=1639150851

node44.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.219
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.219
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:       1514456 kB
Buffers:         79360 kB
Cached:         298312 kB
SwapCached:          0 kB
Active:         156344 kB
Inactive:       299260 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1514456 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1752 kB
Writeback:           0 kB
Mapped:          98316 kB
Slab:            70836 kB
Committed_AS:   665992 kB
PageTables:       1960 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= 66280 MiB
End job on node44 at 2009-07-16 06:49:36