Trace number 276973

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, and are wall clock time (not CPU 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
aolibpvo 2007-01-17? (TO) 2400.08 2409.46

General information on the benchmark

Nametightness/tightness0.2/
rand-2-40-11-414-200-29_ext.xml
MD5SUM050594c4dba56228ccf5da61967f157b
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkMOPT
Best Number of satisfied constraints413
Best CPU time to get the best result obtained on this benchmark24.1113
SatisfiableNO
(Un)Satisfiability was provedNO
Number of variables40
Number of constraints414
Maximum constraint arity2
Maximum domain size11
Number of constraints which are defined in extension414
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

c 
c 
c 
c conversion script
c 
c 

parsing "/tmp/evaluation/276973-1169251311/unknown.xml" file ... done.
writing "/tmp/evaluation/276973-1169251311/unknown.wcsp" file ... done.

Verifier Data (download as text)

ERROR: no interpretation found !

Watcher Data (download as text)

runsolver version 3.1.3 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node14/watcher-276973-1169251311 -o ROOT/results/node14/solver-276973-1169251311 -C 2400 -M 900 /tmp/evaluation/276973-1169251311/aolibpvo /tmp/evaluation/276973-1169251311/unknown.wcsp 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 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

/proc/loadavg: 2.04 2.03 2.00 3/93 21483
/proc/meminfo: memFree=1193080/2055920 swapFree=4158792/4192956
[pid=21482] ppid=21480 vsize=2452 CPUtime=0
/proc/21482/stat : 21482 (aolibpvo) R 21480 21482 21090 0 -1 0 156 0 0 0 0 0 0 0 20 0 1 0 273526093 2510848 138 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 135631050 0 0 4096 0 0 0 0 17 1 0 0
/proc/21482/statm: 613 138 120 428 0 182 0

[startup+0.103268 s]
/proc/loadavg: 2.04 2.03 2.00 3/93 21483
/proc/meminfo: memFree=1193080/2055920 swapFree=4158792/4192956
[pid=21482] ppid=21480 vsize=3272 CPUtime=0.09
/proc/21482/stat : 21482 (aolibpvo) R 21480 21482 21090 0 -1 0 441 0 0 0 9 0 0 0 20 0 1 0 273526093 3350528 422 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134926806 0 0 4096 0 0 0 0 17 1 0 0
/proc/21482/statm: 818 422 184 428 0 387 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 3272

[startup+0.5113 s]
/proc/loadavg: 2.04 2.03 2.00 3/93 21483
/proc/meminfo: memFree=1193080/2055920 swapFree=4158792/4192956
[pid=21482] ppid=21480 vsize=3820 CPUtime=0.5
/proc/21482/stat : 21482 (aolibpvo) R 21480 21482 21090 0 -1 0 599 0 0 0 50 0 0 0 23 0 1 0 273526093 3911680 580 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134611847 0 0 4096 0 0 0 0 17 1 0 0
/proc/21482/statm: 955 580 199 428 0 524 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 3820

[startup+1.33338 s]
/proc/loadavg: 2.04 2.03 2.00 3/93 21485
/proc/meminfo: memFree=1191480/2055920 swapFree=4158792/4192956
[pid=21482] ppid=21480 vsize=3820 CPUtime=1.31
/proc/21482/stat : 21482 (aolibpvo) R 21480 21482 21090 0 -1 0 599 0 0 0 131 0 0 0 25 0 1 0 273526093 3911680 580 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134648043 0 0 4096 0 0 0 0 17 1 0 0
/proc/21482/statm: 955 580 199 428 0 524 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 3820

[startup+2.97754 s]
/proc/loadavg: 2.04 2.03 2.00 3/93 21485
/proc/meminfo: memFree=1191480/2055920 swapFree=4158792/4192956
[pid=21482] ppid=21480 vsize=3820 CPUtime=2.95
/proc/21482/stat : 21482 (aolibpvo) R 21480 21482 21090 0 -1 0 599 0 0 0 295 0 0 0 25 0 1 0 273526093 3911680 580 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134648018 0 0 4096 0 0 0 0 17 1 0 0
/proc/21482/statm: 955 580 199 428 0 524 0
Current children cumulated CPU time (s) 2.95
Current children cumulated vsize (KiB) 3820

[startup+6.25685 s]
/proc/loadavg: 2.04 2.03 2.00 3/93 21487
/proc/meminfo: memFree=1191416/2055920 swapFree=4158792/4192956
[pid=21482] ppid=21480 vsize=3820 CPUtime=6.21
/proc/21482/stat : 21482 (aolibpvo) R 21480 21482 21090 0 -1 0 599 0 0 0 621 0 0 0 25 0 1 0 273526093 3911680 580 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647967 0 0 4096 0 0 0 0 17 1 0 0
/proc/21482/statm: 955 580 199 428 0 524 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 3820

[startup+12.7245 s]
/proc/loadavg: 2.03 2.03 2.00 3/93 21491
/proc/meminfo: memFree=1191416/2055920 swapFree=4158792/4192956
[pid=21482] ppid=21480 vsize=3820 CPUtime=12.64
/proc/21482/stat : 21482 (aolibpvo) R 21480 21482 21090 0 -1 0 599 0 0 0 1264 0 0 0 25 0 1 0 273526093 3911680 580 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134611810 0 0 4096 0 0 0 0 17 1 0 0
/proc/21482/statm: 955 580 199 428 0 524 0
Current children cumulated CPU time (s) 12.64
Current children cumulated vsize (KiB) 3820

[startup+25.5397 s]
/proc/loadavg: 2.11 2.04 2.01 3/87 21517
/proc/meminfo: memFree=1192616/2055920 swapFree=4158792/4192956
[pid=21482] ppid=21480 vsize=3820 CPUtime=25.37
/proc/21482/stat : 21482 (aolibpvo) R 21480 21482 21090 0 -1 0 599 0 0 0 2537 0 0 0 25 0 1 0 273526093 3911680 580 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134656500 0 0 4096 0 0 0 0 17 1 0 0
/proc/21482/statm: 955 580 199 428 0 524 0
Current children cumulated CPU time (s) 25.37
Current children cumulated vsize (KiB) 3820

[startup+51.1751 s]
/proc/loadavg: 2.07 2.04 2.00 3/87 21517
/proc/meminfo: memFree=1192624/2055920 swapFree=4158792/4192956
[pid=21482] ppid=21480 vsize=3820 CPUtime=50.89
/proc/21482/stat : 21482 (aolibpvo) R 21480 21482 21090 0 -1 0 599 0 0 0 5089 0 0 0 25 0 1 0 273526093 3911680 580 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647983 0 0 4096 0 0 0 0 17 1 0 0
/proc/21482/statm: 955 580 199 428 0 524 0
Current children cumulated CPU time (s) 50.89
Current children cumulated vsize (KiB) 3820

[startup+102.441 s]
/proc/loadavg: 2.03 2.03 2.00 3/87 21517
/proc/meminfo: memFree=1192688/2055920 swapFree=4158792/4192956
[pid=21482] ppid=21480 vsize=3820 CPUtime=101.96
/proc/21482/stat : 21482 (aolibpvo) R 21480 21482 21090 0 -1 0 599 0 0 0 10195 1 0 0 25 0 1 0 273526093 3911680 580 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647967 0 0 4096 0 0 0 0 17 1 0 0
/proc/21482/statm: 955 580 199 428 0 524 0
Current children cumulated CPU time (s) 101.96
Current children cumulated vsize (KiB) 3820

[startup+162.53 s]
/proc/loadavg: 2.01 2.02 2.00 3/87 21517
/proc/meminfo: memFree=1192752/2055920 swapFree=4158792/4192956
[pid=21482] ppid=21480 vsize=3820 CPUtime=161.8
/proc/21482/stat : 21482 (aolibpvo) R 21480 21482 21090 0 -1 0 599 0 0 0 16179 1 0 0 25 0 1 0 273526093 3911680 580 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134650731 0 0 4096 0 0 0 0 17 1 0 0
/proc/21482/statm: 955 580 199 428 0 524 0
Current children cumulated CPU time (s) 161.8
Current children cumulated vsize (KiB) 3820

[startup+222.615 s]
/proc/loadavg: 2.00 2.02 2.00 3/87 21517
/proc/meminfo: memFree=1192752/2055920 swapFree=4158792/4192956
[pid=21482] ppid=21480 vsize=3820 CPUtime=221.66
/proc/21482/stat : 21482 (aolibpvo) R 21480 21482 21090 0 -1 0 599 0 0 0 22164 2 0 0 25 0 1 0 273526093 3911680 580 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134648033 0 0 4096 0 0 0 0 17 1 0 0
/proc/21482/statm: 955 580 199 428 0 524 0
Current children cumulated CPU time (s) 221.66
Current children cumulated vsize (KiB) 3820

[startup+282.696 s]
/proc/loadavg: 2.00 2.01 2.00 3/87 21517
/proc/meminfo: memFree=1192752/2055920 swapFree=4158792/4192956
[pid=21482] ppid=21480 vsize=3820 CPUtime=281.5
/proc/21482/stat : 21482 (aolibpvo) R 21480 21482 21090 0 -1 0 599 0 0 0 28147 3 0 0 25 0 1 0 273526093 3911680 580 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134650976 0 0 4096 0 0 0 0 17 1 0 0
/proc/21482/statm: 955 580 199 428 0 524 0
Current children cumulated CPU time (s) 281.5
Current children cumulated vsize (KiB) 3820

[startup+342.777 s]
/proc/loadavg: 2.00 2.01 2.00 3/87 21517
/proc/meminfo: memFree=1192816/2055920 swapFree=4158792/4192956
[pid=21482] ppid=21480 vsize=3820 CPUtime=341.35
/proc/21482/stat : 21482 (aolibpvo) R 21480 21482 21090 0 -1 0 599 0 0 0 34132 3 0 0 25 0 1 0 273526093 3911680 580 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647920 0 0 4096 0 0 0 0 17 1 0 0
/proc/21482/statm: 955 580 199 428 0 524 0
Current children cumulated CPU time (s) 341.35
Current children cumulated vsize (KiB) 3820

[startup+402.863 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 21517
/proc/meminfo: memFree=1192752/2055920 swapFree=4158792/4192956
[pid=21482] ppid=21480 vsize=3820 CPUtime=401.2
/proc/21482/stat : 21482 (aolibpvo) R 21480 21482 21090 0 -1 0 599 0 0 0 40116 4 0 0 25 0 1 0 273526093 3911680 580 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647958 0 0 4096 0 0 0 0 17 1 0 0
/proc/21482/statm: 955 580 199 428 0 524 0
Current children cumulated CPU time (s) 401.2
Current children cumulated vsize (KiB) 3820

[startup+462.949 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 21517
/proc/meminfo: memFree=1192816/2055920 swapFree=4158792/4192956
[pid=21482] ppid=21480 vsize=3820 CPUtime=461.04
/proc/21482/stat : 21482 (aolibpvo) R 21480 21482 21090 0 -1 0 599 0 0 0 46100 4 0 0 25 0 1 0 273526093 3911680 580 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134703512 0 0 4096 0 0 0 0 17 1 0 0
/proc/21482/statm: 955 580 199 428 0 524 0
Current children cumulated CPU time (s) 461.04
Current children cumulated vsize (KiB) 3820

[startup+523.034 s]
/proc/loadavg: 2.06 2.02 2.00 3/87 21517
/proc/meminfo: memFree=1192880/2055920 swapFree=4158792/4192956
[pid=21482] ppid=21480 vsize=3820 CPUtime=520.9
/proc/21482/stat : 21482 (aolibpvo) R 21480 21482 21090 0 -1 0 599 0 0 0 52085 5 0 0 25 0 1 0 273526093 3911680 580 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134650502 0 0 4096 0 0 0 0 17 1 0 0
/proc/21482/statm: 955 580 199 428 0 524 0
Current children cumulated CPU time (s) 520.9
Current children cumulated vsize (KiB) 3820

[startup+583.121 s]
/proc/loadavg: 2.10 2.03 2.01 3/87 21517
/proc/meminfo: memFree=1192880/2055920 swapFree=4158792/4192956
[pid=21482] ppid=21480 vsize=3820 CPUtime=580.75
/proc/21482/stat : 21482 (aolibpvo) R 21480 21482 21090 0 -1 0 599 0 0 0 58069 6 0 0 25 0 1 0 273526093 3911680 580 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134926787 0 0 4096 0 0 0 0 17 1 0 0
/proc/21482/statm: 955 580 199 428 0 524 0
Current children cumulated CPU time (s) 580.75
Current children cumulated vsize (KiB) 3820

[startup+643.209 s]
/proc/loadavg: 2.04 2.02 2.00 3/87 21517
/proc/meminfo: memFree=1192880/2055920 swapFree=4158792/4192956
[pid=21482] ppid=21480 vsize=3820 CPUtime=640.6
/proc/21482/stat : 21482 (aolibpvo) R 21480 21482 21090 0 -1 0 599 0 0 0 64054 6 0 0 25 0 1 0 273526093 3911680 580 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134656960 0 0 4096 0 0 0 0 17 1 0 0
/proc/21482/statm: 955 580 199 428 0 524 0
Current children cumulated CPU time (s) 640.6
Current children cumulated vsize (KiB) 3820

[startup+703.294 s]
/proc/loadavg: 2.01 2.01 2.00 3/87 21517
/proc/meminfo: memFree=1192880/2055920 swapFree=4158792/4192956
[pid=21482] ppid=21480 vsize=3820 CPUtime=700.45
/proc/21482/stat : 21482 (aolibpvo) R 21480 21482 21090 0 -1 0 599 0 0 0 70038 7 0 0 25 0 1 0 273526093 3911680 580 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134650584 0 0 4096 0 0 0 0 17 1 0 0
/proc/21482/statm: 955 580 199 428 0 524 0
Current children cumulated CPU time (s) 700.45
Current children cumulated vsize (KiB) 3820

[startup+763.378 s]
/proc/loadavg: 2.00 2.01 2.00 3/87 21517
/proc/meminfo: memFree=1192880/2055920 swapFree=4158792/4192956
[pid=21482] ppid=21480 vsize=3820 CPUtime=760.29
/proc/21482/stat : 21482 (aolibpvo) R 21480 21482 21090 0 -1 0 599 0 0 0 76022 7 0 0 25 0 1 0 273526093 3911680 580 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134650769 0 0 4096 0 0 0 0 17 1 0 0
/proc/21482/statm: 955 580 199 428 0 524 0
Current children cumulated CPU time (s) 760.29
Current children cumulated vsize (KiB) 3820

[startup+823.464 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 21517
/proc/meminfo: memFree=1192816/2055920 swapFree=4158792/4192956
[pid=21482] ppid=21480 vsize=3820 CPUtime=820.14

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

Current children cumulated vsize (KiB) 3820

[startup+1424.3 s]
/proc/loadavg: 2.02 2.04 2.00 3/87 21519
/proc/meminfo: memFree=1192880/2055920 swapFree=4158792/4192956
[pid=21482] ppid=21480 vsize=3820 CPUtime=1418.61
/proc/21482/stat : 21482 (aolibpvo) R 21480 21482 21090 0 -1 0 599 0 0 0 141847 14 0 0 25 0 1 0 273526093 3911680 580 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647920 0 0 4096 0 0 0 0 17 1 0 0
/proc/21482/statm: 955 580 199 428 0 524 0
Current children cumulated CPU time (s) 1418.61
Current children cumulated vsize (KiB) 3820

[startup+1484.39 s]
/proc/loadavg: 2.01 2.03 2.00 3/87 21519
/proc/meminfo: memFree=1192880/2055920 swapFree=4158792/4192956
[pid=21482] ppid=21480 vsize=3820 CPUtime=1478.46
/proc/21482/stat : 21482 (aolibpvo) R 21480 21482 21090 0 -1 0 599 0 0 0 147831 15 0 0 25 0 1 0 273526093 3911680 580 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134648046 0 0 4096 0 0 0 0 17 1 0 0
/proc/21482/statm: 955 580 199 428 0 524 0
Current children cumulated CPU time (s) 1478.46
Current children cumulated vsize (KiB) 3820

[startup+1544.47 s]
/proc/loadavg: 2.06 2.04 2.00 3/87 21519
/proc/meminfo: memFree=1192816/2055920 swapFree=4158792/4192956
[pid=21482] ppid=21480 vsize=3820 CPUtime=1538.3
/proc/21482/stat : 21482 (aolibpvo) R 21480 21482 21090 0 -1 0 599 0 0 0 153815 15 0 0 25 0 1 0 273526093 3911680 580 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134612835 0 0 4096 0 0 0 0 17 1 0 0
/proc/21482/statm: 955 580 199 428 0 524 0
Current children cumulated CPU time (s) 1538.3
Current children cumulated vsize (KiB) 3820

[startup+1604.56 s]
/proc/loadavg: 2.02 2.03 2.00 3/87 21519
/proc/meminfo: memFree=1192880/2055920 swapFree=4158792/4192956
[pid=21482] ppid=21480 vsize=3820 CPUtime=1598.15
/proc/21482/stat : 21482 (aolibpvo) R 21480 21482 21090 0 -1 0 599 0 0 0 159799 16 0 0 25 0 1 0 273526093 3911680 580 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134648033 0 0 4096 0 0 0 0 17 1 0 0
/proc/21482/statm: 955 580 199 428 0 524 0
Current children cumulated CPU time (s) 1598.15
Current children cumulated vsize (KiB) 3820

[startup+1664.64 s]
/proc/loadavg: 2.13 2.05 2.01 3/87 21519
/proc/meminfo: memFree=1192880/2055920 swapFree=4158792/4192956
[pid=21482] ppid=21480 vsize=3820 CPUtime=1657.99
/proc/21482/stat : 21482 (aolibpvo) R 21480 21482 21090 0 -1 0 599 0 0 0 165783 16 0 0 25 0 1 0 273526093 3911680 580 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134653134 0 0 4096 0 0 0 0 17 1 0 0
/proc/21482/statm: 955 580 199 428 0 524 0
Current children cumulated CPU time (s) 1657.99
Current children cumulated vsize (KiB) 3820

[startup+1724.73 s]
/proc/loadavg: 2.10 2.06 2.01 3/87 21519
/proc/meminfo: memFree=1192816/2055920 swapFree=4158792/4192956
[pid=21482] ppid=21480 vsize=3820 CPUtime=1717.84
/proc/21482/stat : 21482 (aolibpvo) R 21480 21482 21090 0 -1 0 599 0 0 0 171767 17 0 0 25 0 1 0 273526093 3911680 580 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134611807 0 0 4096 0 0 0 0 17 1 0 0
/proc/21482/statm: 955 580 199 428 0 524 0
Current children cumulated CPU time (s) 1717.84
Current children cumulated vsize (KiB) 3820

[startup+1784.82 s]
/proc/loadavg: 2.07 2.06 2.01 3/87 21610
/proc/meminfo: memFree=1192496/2055920 swapFree=4158792/4192956
[pid=21482] ppid=21480 vsize=3820 CPUtime=1777.77
/proc/21482/stat : 21482 (aolibpvo) R 21480 21482 21090 0 -1 0 599 0 0 0 177758 19 0 0 25 0 1 0 273526093 3911680 580 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134652213 0 0 4096 0 0 0 0 17 0 0 0
/proc/21482/statm: 955 580 199 428 0 524 0
Current children cumulated CPU time (s) 1777.77
Current children cumulated vsize (KiB) 3820

[startup+1844.84 s]
/proc/loadavg: 2.02 2.04 2.00 3/87 21610
/proc/meminfo: memFree=1192624/2055920 swapFree=4158792/4192956
[pid=21482] ppid=21480 vsize=3820 CPUtime=1837.72
/proc/21482/stat : 21482 (aolibpvo) R 21480 21482 21090 0 -1 0 599 0 0 0 183753 19 0 0 25 0 1 0 273526093 3911680 580 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134646412 0 0 4096 0 0 0 0 17 0 0 0
/proc/21482/statm: 955 580 199 428 0 524 0
Current children cumulated CPU time (s) 1837.72
Current children cumulated vsize (KiB) 3820

[startup+1904.86 s]
/proc/loadavg: 2.01 2.03 2.00 3/87 21610
/proc/meminfo: memFree=1192624/2055920 swapFree=4158792/4192956
[pid=21482] ppid=21480 vsize=3820 CPUtime=1897.68
/proc/21482/stat : 21482 (aolibpvo) R 21480 21482 21090 0 -1 0 599 0 0 0 189749 19 0 0 25 0 1 0 273526093 3911680 580 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134699006 0 0 4096 0 0 0 0 17 0 0 0
/proc/21482/statm: 955 580 199 428 0 524 0
Current children cumulated CPU time (s) 1897.68
Current children cumulated vsize (KiB) 3820

[startup+1964.88 s]
/proc/loadavg: 2.00 2.03 2.00 3/87 21610
/proc/meminfo: memFree=1192624/2055920 swapFree=4158792/4192956
[pid=21482] ppid=21480 vsize=3820 CPUtime=1957.52
/proc/21482/stat : 21482 (aolibpvo) R 21480 21482 21090 0 -1 0 599 0 0 0 195733 19 0 0 25 0 1 0 273526093 3911680 580 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134645841 0 0 4096 0 0 0 0 17 0 0 0
/proc/21482/statm: 955 580 199 428 0 524 0
Current children cumulated CPU time (s) 1957.52
Current children cumulated vsize (KiB) 3820

[startup+2024.9 s]
/proc/loadavg: 2.09 2.05 2.01 3/87 21610
/proc/meminfo: memFree=1192624/2055920 swapFree=4158792/4192956
[pid=21482] ppid=21480 vsize=3820 CPUtime=2017.25
/proc/21482/stat : 21482 (aolibpvo) R 21480 21482 21090 0 -1 0 599 0 0 0 201706 19 0 0 25 0 1 0 273526093 3911680 580 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647089 0 0 4096 0 0 0 0 17 0 0 0
/proc/21482/statm: 955 580 199 428 0 524 0
Current children cumulated CPU time (s) 2017.25
Current children cumulated vsize (KiB) 3820

[startup+2084.92 s]
/proc/loadavg: 2.03 2.04 2.00 3/87 21610
/proc/meminfo: memFree=1192624/2055920 swapFree=4158792/4192956
[pid=21482] ppid=21480 vsize=3820 CPUtime=2077
/proc/21482/stat : 21482 (aolibpvo) R 21480 21482 21090 0 -1 0 599 0 0 0 207681 19 0 0 25 0 1 0 273526093 3911680 580 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134658370 0 0 4096 0 0 0 0 17 0 0 0
/proc/21482/statm: 955 580 199 428 0 524 0
Current children cumulated CPU time (s) 2077
Current children cumulated vsize (KiB) 3820

[startup+2144.95 s]
/proc/loadavg: 2.01 2.03 2.00 3/87 21610
/proc/meminfo: memFree=1192624/2055920 swapFree=4158792/4192956
[pid=21482] ppid=21480 vsize=3820 CPUtime=2136.76
/proc/21482/stat : 21482 (aolibpvo) R 21480 21482 21090 0 -1 0 599 0 0 0 213657 19 0 0 25 0 1 0 273526093 3911680 580 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647958 0 0 4096 0 0 0 0 17 0 0 0
/proc/21482/statm: 955 580 199 428 0 524 0
Current children cumulated CPU time (s) 2136.76
Current children cumulated vsize (KiB) 3820

[startup+2204.97 s]
/proc/loadavg: 2.00 2.02 2.00 3/87 21610
/proc/meminfo: memFree=1192624/2055920 swapFree=4158792/4192956
[pid=21482] ppid=21480 vsize=3820 CPUtime=2196.49
/proc/21482/stat : 21482 (aolibpvo) R 21480 21482 21090 0 -1 0 599 0 0 0 219630 19 0 0 25 0 1 0 273526093 3911680 580 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134655722 0 0 4096 0 0 0 0 17 0 0 0
/proc/21482/statm: 955 580 199 428 0 524 0
Current children cumulated CPU time (s) 2196.49
Current children cumulated vsize (KiB) 3820

[startup+2264.98 s]
/proc/loadavg: 2.00 2.02 2.00 3/87 21610
/proc/meminfo: memFree=1192624/2055920 swapFree=4158792/4192956
[pid=21482] ppid=21480 vsize=3820 CPUtime=2256.24
/proc/21482/stat : 21482 (aolibpvo) R 21480 21482 21090 0 -1 0 599 0 0 0 225605 19 0 0 25 0 1 0 273526093 3911680 580 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134655644 0 0 4096 0 0 0 0 17 0 0 0
/proc/21482/statm: 955 580 199 428 0 524 0
Current children cumulated CPU time (s) 2256.24
Current children cumulated vsize (KiB) 3820

[startup+2325.01 s]
/proc/loadavg: 2.00 2.01 2.00 3/87 21610
/proc/meminfo: memFree=1192624/2055920 swapFree=4158792/4192956
[pid=21482] ppid=21480 vsize=3820 CPUtime=2316.01
/proc/21482/stat : 21482 (aolibpvo) R 21480 21482 21090 0 -1 0 599 0 0 0 231581 20 0 0 25 0 1 0 273526093 3911680 580 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134646802 0 0 4096 0 0 0 0 17 0 0 0
/proc/21482/statm: 955 580 199 428 0 524 0
Current children cumulated CPU time (s) 2316.01
Current children cumulated vsize (KiB) 3820

[startup+2385.03 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 21610
/proc/meminfo: memFree=1192560/2055920 swapFree=4158792/4192956
[pid=21482] ppid=21480 vsize=3820 CPUtime=2375.75
/proc/21482/stat : 21482 (aolibpvo) R 21480 21482 21090 0 -1 0 599 0 0 0 237555 20 0 0 25 0 1 0 273526093 3911680 580 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134611807 0 0 4096 0 0 0 0 17 0 0 0
/proc/21482/statm: 955 580 199 428 0 524 0
Current children cumulated CPU time (s) 2375.75
Current children cumulated vsize (KiB) 3820



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2409.45 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 21610
/proc/meminfo: memFree=1192624/2055920 swapFree=4158792/4192956
[pid=21482] ppid=21480 vsize=3820 CPUtime=2400.07
/proc/21482/stat : 21482 (aolibpvo) R 21480 21482 21090 0 -1 0 599 0 0 0 239987 20 0 0 25 0 1 0 273526093 3911680 580 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134612639 0 0 4096 0 0 0 0 17 0 0 0
/proc/21482/statm: 955 580 199 428 0 524 0
Current children cumulated CPU time (s) 2400.07
Current children cumulated vsize (KiB) 3820

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 2409.46
CPU time (s): 2400.08
CPU user time (s): 2399.88
CPU system time (s): 0.201969
CPU usage (%): 99.6107
Max. virtual memory (cumulated for all children) (KiB): 3820

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2399.88
system time used= 0.201969
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 599
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= 6
involuntary context switches= 40875

runsolver used 2.6276 s user time and 6.74497 s system time

The end

Launcher Data (download as text)

Begin job on node14 on Sat Jan 20 00:01:51 UTC 2007


IDJOB= 276973
IDBENCH= 6184
IDSOLVER= 60
FILE ID= node14/276973-1169251311

PBS_JOBID= 3589072

Free space on /tmp= 66560 MiB

SOLVER NAME= aolibpvo 2007-01-17
BENCH NAME= HOME/pub/bench/CPAI06/tightness/tightness0.2/rand-2-40-11-414-200-29_ext.xml
COMMAND LINE= /tmp/evaluation/276973-1169251311/aolibpvo /tmp/evaluation/276973-1169251311/unknown.wcsp
CONVERSION COMMAND LINE= runsolver -w ROOT/results/node14/convwatcher-276973-1169251311 -o ROOT/results/node14/conversion-276973-1169251311 -C 600 -M 900 python xcsp2wcsp.py /tmp/evaluation/276973-1169251311/unknown.xml
CONVERSION RUNSOLVER STATUS CODE= 0
CONVERSION STATUS CODE= 0

RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node14/watcher-276973-1169251311 -o ROOT/results/node14/solver-276973-1169251311 -C 2400 -M 900  /tmp/evaluation/276973-1169251311/aolibpvo /tmp/evaluation/276973-1169251311/unknown.wcsp

META MD5SUM SOLVER= b8e99429ba4d9a99d2bd28d3d95367aa
MD5SUM BENCH=  050594c4dba56228ccf5da61967f157b

RANDOM SEED= 823584713

TIME LIMIT= 2400 seconds

MEMORY LIMIT= 900 MiB


/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.227
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.227
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:       1193560 kB
Buffers:         51408 kB
Cached:         588532 kB
SwapCached:       3272 kB
Active:         301188 kB
Inactive:       483844 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1193560 kB
SwapTotal:     4192956 kB
SwapFree:      4158792 kB
Dirty:            2328 kB
Writeback:           0 kB
Mapped:         154368 kB
Slab:            61644 kB
Committed_AS:  8853112 kB
PageTables:       2652 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= 66560 MiB



End job on node14 on Sat Jan 20 00:42:01 UTC 2007