Trace number 274942

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

General information on the benchmark

Namecomposed/composed-75-1-80/
composed-75-1-80-5_ext.xml
MD5SUMd350ded4476695b6faf15d599d5f8933
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkMOPT
Best Number of satisfied constraints699
Best CPU time to get the best result obtained on this benchmark67.8487
SatisfiableNO
(Un)Satisfiability was provedNO
Number of variables83
Number of constraints702
Maximum constraint arity2
Maximum domain size10
Number of constraints which are defined in extension702
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/274942-1169214037/unknown.xml" file ... done.
writing "/tmp/evaluation/274942-1169214037/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/node5/watcher-274942-1169214037 -o ROOT/results/node5/solver-274942-1169214037 -C 2400 -M 900 /tmp/evaluation/274942-1169214037/aolibpvo /tmp/evaluation/274942-1169214037/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: 0.00 0.00 0.00 4/88 10714
/proc/meminfo: memFree=1221432/2055920 swapFree=4192812/4192956
[pid=10713] ppid=10706 vsize=2584 CPUtime=0
/proc/10713/stat : 10713 (aolibpvo) R 10706 10713 10571 0 -1 0 201 0 0 0 0 0 0 0 18 0 1 0 250018318 2646016 183 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 135743014 0 0 4096 0 0 0 0 17 1 0 0
/proc/10713/statm: 646 184 121 428 0 215 0

[startup+0.107524 s]
/proc/loadavg: 0.00 0.00 0.00 4/88 10714
/proc/meminfo: memFree=1221432/2055920 swapFree=4192812/4192956
[pid=10713] ppid=10706 vsize=3416 CPUtime=0.1
/proc/10713/stat : 10713 (aolibpvo) R 10706 10713 10571 0 -1 0 456 0 0 0 10 0 0 0 18 0 1 0 250018318 3497984 436 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 135160841 0 0 4096 0 0 0 0 17 1 0 0
/proc/10713/statm: 854 436 169 428 0 423 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 3416

[startup+0.51557 s]
/proc/loadavg: 0.00 0.00 0.00 4/88 10714
/proc/meminfo: memFree=1221432/2055920 swapFree=4192812/4192956
[pid=10713] ppid=10706 vsize=5356 CPUtime=0.5
/proc/10713/stat : 10713 (aolibpvo) R 10706 10713 10571 0 -1 0 986 0 0 0 50 0 0 0 21 0 1 0 250018318 5484544 966 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134656960 0 0 4096 0 0 0 0 17 1 0 0
/proc/10713/statm: 1339 966 199 428 0 908 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 5356

[startup+1.33667 s]
/proc/loadavg: 0.00 0.00 0.00 2/87 10717
/proc/meminfo: memFree=1218304/2055920 swapFree=4192812/4192956
[pid=10713] ppid=10706 vsize=5356 CPUtime=1.31
/proc/10713/stat : 10713 (aolibpvo) R 10706 10713 10571 0 -1 0 986 0 0 0 131 0 0 0 25 0 1 0 250018318 5484544 966 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647983 0 0 4096 0 0 0 0 17 0 0 0
/proc/10713/statm: 1339 966 199 428 0 908 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 5356

[startup+2.97987 s]
/proc/loadavg: 0.16 0.03 0.01 3/88 10729
/proc/meminfo: memFree=1217464/2055920 swapFree=4192812/4192956
[pid=10713] ppid=10706 vsize=5356 CPUtime=2.94
/proc/10713/stat : 10713 (aolibpvo) R 10706 10713 10571 0 -1 0 986 0 0 0 294 0 0 0 25 0 1 0 250018318 5484544 966 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647983 0 0 4096 0 0 0 0 17 0 0 0
/proc/10713/statm: 1339 966 199 428 0 908 0
Current children cumulated CPU time (s) 2.94
Current children cumulated vsize (KiB) 5356

[startup+6.25622 s]
/proc/loadavg: 0.16 0.03 0.01 3/88 10729
/proc/meminfo: memFree=1217272/2055920 swapFree=4192812/4192956
[pid=10713] ppid=10706 vsize=5356 CPUtime=6.19
/proc/10713/stat : 10713 (aolibpvo) R 10706 10713 10571 0 -1 0 986 0 0 0 619 0 0 0 25 0 1 0 250018318 5484544 966 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647963 0 0 4096 0 0 0 0 17 0 0 0
/proc/10713/statm: 1339 966 199 428 0 908 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 5356

[startup+12.719 s]
/proc/loadavg: 0.44 0.10 0.03 3/87 10730
/proc/meminfo: memFree=1216896/2055920 swapFree=4192812/4192956
[pid=10713] ppid=10706 vsize=5356 CPUtime=12.6
/proc/10713/stat : 10713 (aolibpvo) R 10706 10713 10571 0 -1 0 986 0 0 0 1260 0 0 0 25 0 1 0 250018318 5484544 966 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647958 0 0 4096 0 0 0 0 17 0 0 0
/proc/10713/statm: 1339 966 199 428 0 908 0
Current children cumulated CPU time (s) 12.6
Current children cumulated vsize (KiB) 5356

[startup+25.5274 s]
/proc/loadavg: 0.68 0.16 0.05 3/87 10730
/proc/meminfo: memFree=1217024/2055920 swapFree=4192812/4192956
[pid=10713] ppid=10706 vsize=5356 CPUtime=25.29
/proc/10713/stat : 10713 (aolibpvo) R 10706 10713 10571 0 -1 0 986 0 0 0 2528 1 0 0 25 0 1 0 250018318 5484544 966 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134654703 0 0 4096 0 0 0 0 17 0 0 0
/proc/10713/statm: 1339 966 199 428 0 908 0
Current children cumulated CPU time (s) 25.29
Current children cumulated vsize (KiB) 5356

[startup+51.1553 s]
/proc/loadavg: 1.13 0.31 0.10 3/87 10730
/proc/meminfo: memFree=1217088/2055920 swapFree=4192812/4192956
[pid=10713] ppid=10706 vsize=5356 CPUtime=50.73
/proc/10713/stat : 10713 (aolibpvo) R 10706 10713 10571 0 -1 0 986 0 0 0 5072 1 0 0 25 0 1 0 250018318 5484544 966 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647027 0 0 4096 0 0 0 0 17 0 0 0
/proc/10713/statm: 1339 966 199 428 0 908 0
Current children cumulated CPU time (s) 50.73
Current children cumulated vsize (KiB) 5356

[startup+102.418 s]
/proc/loadavg: 1.62 0.56 0.20 3/87 10730
/proc/meminfo: memFree=1217216/2055920 swapFree=4192812/4192956
[pid=10713] ppid=10706 vsize=5356 CPUtime=101.58
/proc/10713/stat : 10713 (aolibpvo) R 10706 10713 10571 0 -1 0 986 0 0 0 10157 1 0 0 25 0 1 0 250018318 5484544 966 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647985 0 0 4096 0 0 0 0 17 0 0 0
/proc/10713/statm: 1339 966 199 428 0 908 0
Current children cumulated CPU time (s) 101.58
Current children cumulated vsize (KiB) 5356

[startup+162.49 s]
/proc/loadavg: 1.94 0.86 0.32 3/87 10730
/proc/meminfo: memFree=1217152/2055920 swapFree=4192812/4192956
[pid=10713] ppid=10706 vsize=5356 CPUtime=161.14
/proc/10713/stat : 10713 (aolibpvo) R 10706 10713 10571 0 -1 0 986 0 0 0 16113 1 0 0 25 0 1 0 250018318 5484544 966 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647958 0 0 4096 0 0 0 0 17 0 0 0
/proc/10713/statm: 1339 966 199 428 0 908 0
Current children cumulated CPU time (s) 161.14
Current children cumulated vsize (KiB) 5356

[startup+222.553 s]
/proc/loadavg: 1.98 1.06 0.43 3/87 10730
/proc/meminfo: memFree=1217216/2055920 swapFree=4192812/4192956
[pid=10713] ppid=10706 vsize=5356 CPUtime=220.73
/proc/10713/stat : 10713 (aolibpvo) R 10706 10713 10571 0 -1 0 986 0 0 0 22072 1 0 0 25 0 1 0 250018318 5484544 966 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134611847 0 0 4096 0 0 0 0 17 0 0 0
/proc/10713/statm: 1339 966 199 428 0 908 0
Current children cumulated CPU time (s) 220.73
Current children cumulated vsize (KiB) 5356

[startup+282.651 s]
/proc/loadavg: 1.99 1.22 0.51 3/87 10730
/proc/meminfo: memFree=1217152/2055920 swapFree=4192812/4192956
[pid=10713] ppid=10706 vsize=5356 CPUtime=280.35
/proc/10713/stat : 10713 (aolibpvo) R 10706 10713 10571 0 -1 0 986 0 0 0 28034 1 0 0 25 0 1 0 250018318 5484544 966 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134649085 0 0 4096 0 0 0 0 17 0 0 0
/proc/10713/statm: 1339 966 199 428 0 908 0
Current children cumulated CPU time (s) 280.35
Current children cumulated vsize (KiB) 5356

[startup+342.718 s]
/proc/loadavg: 2.03 1.37 0.61 3/87 10730
/proc/meminfo: memFree=1217216/2055920 swapFree=4192812/4192956
[pid=10713] ppid=10706 vsize=5356 CPUtime=339.92
/proc/10713/stat : 10713 (aolibpvo) R 10706 10713 10571 0 -1 0 986 0 0 0 33991 1 0 0 25 0 1 0 250018318 5484544 966 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647920 0 0 4096 0 0 0 0 17 0 0 0
/proc/10713/statm: 1339 966 199 428 0 908 0
Current children cumulated CPU time (s) 339.92
Current children cumulated vsize (KiB) 5356

[startup+402.785 s]
/proc/loadavg: 2.01 1.49 0.70 3/87 10730
/proc/meminfo: memFree=1217152/2055920 swapFree=4192812/4192956
[pid=10713] ppid=10706 vsize=5356 CPUtime=399.51
/proc/10713/stat : 10713 (aolibpvo) R 10706 10713 10571 0 -1 0 986 0 0 0 39949 2 0 0 25 0 1 0 250018318 5484544 966 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647963 0 0 4096 0 0 0 0 17 0 0 0
/proc/10713/statm: 1339 966 199 428 0 908 0
Current children cumulated CPU time (s) 399.51
Current children cumulated vsize (KiB) 5356

[startup+462.874 s]
/proc/loadavg: 2.00 1.58 0.78 3/87 10730
/proc/meminfo: memFree=1217216/2055920 swapFree=4192812/4192956
[pid=10713] ppid=10706 vsize=5356 CPUtime=459.1
/proc/10713/stat : 10713 (aolibpvo) R 10706 10713 10571 0 -1 0 986 0 0 0 45908 2 0 0 25 0 1 0 250018318 5484544 966 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647963 0 0 4096 0 0 0 0 17 0 0 0
/proc/10713/statm: 1339 966 199 428 0 908 0
Current children cumulated CPU time (s) 459.1
Current children cumulated vsize (KiB) 5356

[startup+522.882 s]
/proc/loadavg: 2.00 1.65 0.85 3/87 10730
/proc/meminfo: memFree=1217152/2055920 swapFree=4192812/4192956
[pid=10713] ppid=10706 vsize=5356 CPUtime=518.58
/proc/10713/stat : 10713 (aolibpvo) R 10706 10713 10571 0 -1 0 986 0 0 0 51856 2 0 0 25 0 1 0 250018318 5484544 966 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134612862 0 0 4096 0 0 0 0 17 0 0 0
/proc/10713/statm: 1339 966 199 428 0 908 0
Current children cumulated CPU time (s) 518.58
Current children cumulated vsize (KiB) 5356

[startup+582.891 s]
/proc/loadavg: 2.00 1.71 0.92 3/87 10730
/proc/meminfo: memFree=1217216/2055920 swapFree=4192812/4192956
[pid=10713] ppid=10706 vsize=5356 CPUtime=578.08
/proc/10713/stat : 10713 (aolibpvo) R 10706 10713 10571 0 -1 0 986 0 0 0 57806 2 0 0 25 0 1 0 250018318 5484544 966 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134613137 0 0 4096 0 0 0 0 17 0 0 0
/proc/10713/statm: 1339 966 199 428 0 908 0
Current children cumulated CPU time (s) 578.08
Current children cumulated vsize (KiB) 5356

[startup+642.96 s]
/proc/loadavg: 2.00 1.76 0.99 3/87 10730
/proc/meminfo: memFree=1217152/2055920 swapFree=4192812/4192956
[pid=10713] ppid=10706 vsize=5356 CPUtime=637.66
/proc/10713/stat : 10713 (aolibpvo) R 10706 10713 10571 0 -1 0 986 0 0 0 63764 2 0 0 25 0 1 0 250018318 5484544 966 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 135741802 0 0 4096 0 0 0 0 17 0 0 0
/proc/10713/statm: 1339 966 199 428 0 908 0
Current children cumulated CPU time (s) 637.66
Current children cumulated vsize (KiB) 5356

[startup+703.026 s]
/proc/loadavg: 2.00 1.80 1.05 3/87 10730
/proc/meminfo: memFree=1217216/2055920 swapFree=4192812/4192956
[pid=10713] ppid=10706 vsize=5356 CPUtime=697.23
/proc/10713/stat : 10713 (aolibpvo) R 10706 10713 10571 0 -1 0 986 0 0 0 69721 2 0 0 25 0 1 0 250018318 5484544 966 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134614388 0 0 4096 0 0 0 0 17 0 0 0
/proc/10713/statm: 1339 966 199 428 0 908 0
Current children cumulated CPU time (s) 697.23
Current children cumulated vsize (KiB) 5356

[startup+763.104 s]
/proc/loadavg: 2.06 1.85 1.11 3/87 10730
/proc/meminfo: memFree=1217152/2055920 swapFree=4192812/4192956
[pid=10713] ppid=10706 vsize=5356 CPUtime=756.82
/proc/10713/stat : 10713 (aolibpvo) R 10706 10713 10571 0 -1 0 986 0 0 0 75680 2 0 0 25 0 1 0 250018318 5484544 966 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 135741009 0 0 4096 0 0 0 0 17 0 0 0
/proc/10713/statm: 1339 966 199 428 0 908 0
Current children cumulated CPU time (s) 756.82
Current children cumulated vsize (KiB) 5356

[startup+823.105 s]
/proc/loadavg: 2.02 1.88 1.16 3/87 10730
/proc/meminfo: memFree=1217216/2055920 swapFree=4192812/4192956
[pid=10713] ppid=10706 vsize=5356 CPUtime=816.35

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

Current children cumulated vsize (KiB) 5356

[startup+1423.48 s]
/proc/loadavg: 2.00 2.00 1.55 3/87 10928
/proc/meminfo: memFree=1216896/2055920 swapFree=4192812/4192956
[pid=10713] ppid=10706 vsize=5356 CPUtime=1411.63
/proc/10713/stat : 10713 (aolibpvo) R 10706 10713 10571 0 -1 0 986 0 0 0 141148 15 0 0 25 0 1 0 250018318 5484544 966 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647970 0 0 4096 0 0 0 0 17 0 0 0
/proc/10713/statm: 1339 966 199 428 0 908 0
Current children cumulated CPU time (s) 1411.63
Current children cumulated vsize (KiB) 5356

[startup+1483.57 s]
/proc/loadavg: 2.00 2.00 1.58 3/87 10928
/proc/meminfo: memFree=1216896/2055920 swapFree=4192812/4192956
[pid=10713] ppid=10706 vsize=5356 CPUtime=1471.24
/proc/10713/stat : 10713 (aolibpvo) R 10706 10713 10571 0 -1 0 986 0 0 0 147109 15 0 0 25 0 1 0 250018318 5484544 966 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647967 0 0 4096 0 0 0 0 17 0 0 0
/proc/10713/statm: 1339 966 199 428 0 908 0
Current children cumulated CPU time (s) 1471.24
Current children cumulated vsize (KiB) 5356

[startup+1543.64 s]
/proc/loadavg: 2.00 2.00 1.60 3/87 10928
/proc/meminfo: memFree=1216960/2055920 swapFree=4192812/4192956
[pid=10713] ppid=10706 vsize=5356 CPUtime=1530.83
/proc/10713/stat : 10713 (aolibpvo) R 10706 10713 10571 0 -1 0 986 0 0 0 153068 15 0 0 25 0 1 0 250018318 5484544 966 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 135237555 0 0 4096 0 0 0 0 17 0 0 0
/proc/10713/statm: 1339 966 199 428 0 908 0
Current children cumulated CPU time (s) 1530.83
Current children cumulated vsize (KiB) 5356

[startup+1603.71 s]
/proc/loadavg: 2.00 2.00 1.62 3/87 10928
/proc/meminfo: memFree=1216960/2055920 swapFree=4192812/4192956
[pid=10713] ppid=10706 vsize=5356 CPUtime=1590.4
/proc/10713/stat : 10713 (aolibpvo) R 10706 10713 10571 0 -1 0 986 0 0 0 159025 15 0 0 25 0 1 0 250018318 5484544 966 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647967 0 0 4096 0 0 0 0 17 0 0 0
/proc/10713/statm: 1339 966 199 428 0 908 0
Current children cumulated CPU time (s) 1590.4
Current children cumulated vsize (KiB) 5356

[startup+1663.8 s]
/proc/loadavg: 2.00 2.00 1.65 3/87 10928
/proc/meminfo: memFree=1216960/2055920 swapFree=4192812/4192956
[pid=10713] ppid=10706 vsize=5356 CPUtime=1650.01
/proc/10713/stat : 10713 (aolibpvo) R 10706 10713 10571 0 -1 0 986 0 0 0 164986 15 0 0 25 0 1 0 250018318 5484544 966 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134612625 0 0 4096 0 0 0 0 17 0 0 0
/proc/10713/statm: 1339 966 199 428 0 908 0
Current children cumulated CPU time (s) 1650.01
Current children cumulated vsize (KiB) 5356

[startup+1723.9 s]
/proc/loadavg: 2.00 2.00 1.66 3/87 10928
/proc/meminfo: memFree=1216960/2055920 swapFree=4192812/4192956
[pid=10713] ppid=10706 vsize=5356 CPUtime=1709.62
/proc/10713/stat : 10713 (aolibpvo) R 10706 10713 10571 0 -1 0 986 0 0 0 170947 15 0 0 25 0 1 0 250018318 5484544 966 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134648043 0 0 4096 0 0 0 0 17 0 0 0
/proc/10713/statm: 1339 966 199 428 0 908 0
Current children cumulated CPU time (s) 1709.62
Current children cumulated vsize (KiB) 5356

[startup+1783.96 s]
/proc/loadavg: 2.00 2.00 1.68 3/87 10928
/proc/meminfo: memFree=1217024/2055920 swapFree=4192812/4192956
[pid=10713] ppid=10706 vsize=5356 CPUtime=1769.19
/proc/10713/stat : 10713 (aolibpvo) R 10706 10713 10571 0 -1 0 986 0 0 0 176903 16 0 0 25 0 1 0 250018318 5484544 966 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647997 0 0 4096 0 0 0 0 17 0 0 0
/proc/10713/statm: 1339 966 199 428 0 908 0
Current children cumulated CPU time (s) 1769.19
Current children cumulated vsize (KiB) 5356

[startup+1844.03 s]
/proc/loadavg: 2.05 2.01 1.70 3/87 10928
/proc/meminfo: memFree=1217024/2055920 swapFree=4192812/4192956
[pid=10713] ppid=10706 vsize=5356 CPUtime=1828.78
/proc/10713/stat : 10713 (aolibpvo) R 10706 10713 10571 0 -1 0 986 0 0 0 182862 16 0 0 25 0 1 0 250018318 5484544 966 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647898 0 0 4096 0 0 0 0 17 0 0 0
/proc/10713/statm: 1339 966 199 428 0 908 0
Current children cumulated CPU time (s) 1828.78
Current children cumulated vsize (KiB) 5356

[startup+1904.12 s]
/proc/loadavg: 2.02 2.01 1.72 3/87 10928
/proc/meminfo: memFree=1217088/2055920 swapFree=4192812/4192956
[pid=10713] ppid=10706 vsize=5356 CPUtime=1888.39
/proc/10713/stat : 10713 (aolibpvo) R 10706 10713 10571 0 -1 0 986 0 0 0 188823 16 0 0 25 0 1 0 250018318 5484544 966 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647990 0 0 4096 0 0 0 0 17 0 0 0
/proc/10713/statm: 1339 966 199 428 0 908 0
Current children cumulated CPU time (s) 1888.39
Current children cumulated vsize (KiB) 5356

[startup+1964.13 s]
/proc/loadavg: 2.00 2.00 1.74 3/87 10928
/proc/meminfo: memFree=1217024/2055920 swapFree=4192812/4192956
[pid=10713] ppid=10706 vsize=5356 CPUtime=1947.89
/proc/10713/stat : 10713 (aolibpvo) R 10706 10713 10571 0 -1 0 986 0 0 0 194773 16 0 0 25 0 1 0 250018318 5484544 966 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134926161 0 0 4096 0 0 0 0 17 0 0 0
/proc/10713/statm: 1339 966 199 428 0 908 0
Current children cumulated CPU time (s) 1947.89
Current children cumulated vsize (KiB) 5356

[startup+2024.21 s]
/proc/loadavg: 2.00 2.00 1.75 3/87 10928
/proc/meminfo: memFree=1217088/2055920 swapFree=4192812/4192956
[pid=10713] ppid=10706 vsize=5356 CPUtime=2007.49
/proc/10713/stat : 10713 (aolibpvo) R 10706 10713 10571 0 -1 0 986 0 0 0 200733 16 0 0 25 0 1 0 250018318 5484544 966 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134648000 0 0 4096 0 0 0 0 17 0 0 0
/proc/10713/statm: 1339 966 199 428 0 908 0
Current children cumulated CPU time (s) 2007.49
Current children cumulated vsize (KiB) 5356

[startup+2084.27 s]
/proc/loadavg: 2.00 2.00 1.76 3/87 10928
/proc/meminfo: memFree=1217024/2055920 swapFree=4192812/4192956
[pid=10713] ppid=10706 vsize=5356 CPUtime=2067.08
/proc/10713/stat : 10713 (aolibpvo) R 10706 10713 10571 0 -1 0 986 0 0 0 206692 16 0 0 25 0 1 0 250018318 5484544 966 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647967 0 0 4096 0 0 0 0 17 0 0 0
/proc/10713/statm: 1339 966 199 428 0 908 0
Current children cumulated CPU time (s) 2067.08
Current children cumulated vsize (KiB) 5356

[startup+2144.35 s]
/proc/loadavg: 2.00 2.00 1.77 3/87 10928
/proc/meminfo: memFree=1217088/2055920 swapFree=4192812/4192956
[pid=10713] ppid=10706 vsize=5356 CPUtime=2126.65
/proc/10713/stat : 10713 (aolibpvo) R 10706 10713 10571 0 -1 0 986 0 0 0 212648 17 0 0 25 0 1 0 250018318 5484544 966 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134648043 0 0 4096 0 0 0 0 17 0 0 0
/proc/10713/statm: 1339 966 199 428 0 908 0
Current children cumulated CPU time (s) 2126.65
Current children cumulated vsize (KiB) 5356

[startup+2204.35 s]
/proc/loadavg: 2.00 2.00 1.78 3/87 10928
/proc/meminfo: memFree=1217024/2055920 swapFree=4192812/4192956
[pid=10713] ppid=10706 vsize=5356 CPUtime=2186.18
/proc/10713/stat : 10713 (aolibpvo) R 10706 10713 10571 0 -1 0 986 0 0 0 218601 17 0 0 25 0 1 0 250018318 5484544 966 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647928 0 0 4096 0 0 0 0 17 0 0 0
/proc/10713/statm: 1339 966 199 428 0 908 0
Current children cumulated CPU time (s) 2186.18
Current children cumulated vsize (KiB) 5356

[startup+2264.43 s]
/proc/loadavg: 2.00 2.00 1.79 3/87 10930
/proc/meminfo: memFree=1217088/2055920 swapFree=4192812/4192956
[pid=10713] ppid=10706 vsize=5356 CPUtime=2245.77
/proc/10713/stat : 10713 (aolibpvo) R 10706 10713 10571 0 -1 0 986 0 0 0 224560 17 0 0 25 0 1 0 250018318 5484544 966 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134652995 0 0 4096 0 0 0 0 17 0 0 0
/proc/10713/statm: 1339 966 199 428 0 908 0
Current children cumulated CPU time (s) 2245.77
Current children cumulated vsize (KiB) 5356

[startup+2324.5 s]
/proc/loadavg: 2.00 2.00 1.81 3/87 10930
/proc/meminfo: memFree=1217024/2055920 swapFree=4192812/4192956
[pid=10713] ppid=10706 vsize=5356 CPUtime=2305.24
/proc/10713/stat : 10713 (aolibpvo) R 10706 10713 10571 0 -1 0 986 0 0 0 230507 17 0 0 25 0 1 0 250018318 5484544 966 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647901 0 0 4096 0 0 0 0 17 0 0 0
/proc/10713/statm: 1339 966 199 428 0 908 0
Current children cumulated CPU time (s) 2305.24
Current children cumulated vsize (KiB) 5356

[startup+2384.57 s]
/proc/loadavg: 2.00 2.00 1.82 3/87 10930
/proc/meminfo: memFree=1217088/2055920 swapFree=4192812/4192956
[pid=10713] ppid=10706 vsize=5356 CPUtime=2364.84
/proc/10713/stat : 10713 (aolibpvo) R 10706 10713 10571 0 -1 0 986 0 0 0 236467 17 0 0 25 0 1 0 250018318 5484544 966 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647983 0 0 4096 0 0 0 0 17 0 0 0
/proc/10713/statm: 1339 966 199 428 0 908 0
Current children cumulated CPU time (s) 2364.84
Current children cumulated vsize (KiB) 5356



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2419.95 s]
/proc/loadavg: 1.93 1.98 1.82 3/93 10998
/proc/meminfo: memFree=1175632/2055920 swapFree=4192812/4192956
[pid=10713] ppid=10706 vsize=5356 CPUtime=2400.04
/proc/10713/stat : 10713 (aolibpvo) R 10706 10713 10571 0 -1 0 986 0 0 0 239984 20 0 0 25 0 1 0 250018318 5484544 966 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647983 0 0 4096 0 0 0 0 17 1 0 0
/proc/10713/statm: 1339 966 199 428 0 908 0
Current children cumulated CPU time (s) 2400.04
Current children cumulated vsize (KiB) 5356

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 2419.96
CPU time (s): 2400.06
CPU user time (s): 2399.85
CPU system time (s): 0.204968
CPU usage (%): 99.1775
Max. virtual memory (cumulated for all children) (KiB): 5356

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

runsolver used 2.46162 s user time and 6.27405 s system time

The end

Launcher Data (download as text)

Begin job on node5 on Fri Jan 19 13:40:37 UTC 2007


IDJOB= 274942
IDBENCH= 3066
IDSOLVER= 60
FILE ID= node5/274942-1169214037

PBS_JOBID= 3588928

Free space on /tmp= 66562 MiB

SOLVER NAME= aolibpvo 2007-01-17
BENCH NAME= HOME/pub/bench/CPAI06/composed/composed-75-1-80/composed-75-1-80-5_ext.xml
COMMAND LINE= /tmp/evaluation/274942-1169214037/aolibpvo /tmp/evaluation/274942-1169214037/unknown.wcsp
CONVERSION COMMAND LINE= runsolver -w ROOT/results/node5/convwatcher-274942-1169214037 -o ROOT/results/node5/conversion-274942-1169214037 -C 600 -M 900 python xcsp2wcsp.py /tmp/evaluation/274942-1169214037/unknown.xml
CONVERSION RUNSOLVER STATUS CODE= 0
CONVERSION STATUS CODE= 0

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

META MD5SUM SOLVER= b8e99429ba4d9a99d2bd28d3d95367aa
MD5SUM BENCH=  d350ded4476695b6faf15d599d5f8933

RANDOM SEED= 500597548

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.240
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.240
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:       1223112 kB
Buffers:         60032 kB
Cached:         648596 kB
SwapCached:          0 kB
Active:         196100 kB
Inactive:       559992 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1223112 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            5352 kB
Writeback:           0 kB
Mapped:          66436 kB
Slab:            61832 kB
Committed_AS:  6676844 kB
PageTables:       2032 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= 66561 MiB



End job on node5 on Fri Jan 19 14:20:59 UTC 2007