Trace number 282788

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
aolibdvo 2007-01-17? (TO) 2400.1 2411.37

General information on the benchmark

NameMaxCSP/spot5/
spot5-503_ext.xml
MD5SUM96ca725ee95743726556e6d48765a7fe
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkMOPT
Best Number of satisfied constraints566
Best CPU time to get the best result obtained on this benchmark14.7937
Satisfiable
(Un)Satisfiability was proved
Number of variables144
Number of constraints635
Maximum constraint arity3
Maximum domain size4
Number of constraints which are defined in extension635
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/282788-1169322369/unknown.xml" file ... done.
writing "/tmp/evaluation/282788-1169322369/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/node39/watcher-282788-1169322369 -o ROOT/results/node39/solver-282788-1169322369 -C 2400 -M 900 /tmp/evaluation/282788-1169322369/aolibdvo /tmp/evaluation/282788-1169322369/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: 1.35 1.08 1.09 5/80 19745
/proc/meminfo: memFree=1243600/2055920 swapFree=4187336/4192956
[pid=19744] ppid=19742 vsize=18540 CPUtime=0
/proc/19744/stat : 19744 (runsolver) R 19742 19744 19538 0 -1 4194368 16 0 0 0 0 0 0 0 21 0 1 0 280636510 18984960 279 18446744073709551615 4194304 4267372 548682069088 18446744073709551615 231493659943 0 0 4096 24578 0 0 0 17 1 0 0
/proc/19744/statm: 4635 279 244 17 0 2626 0

[startup+0.157012 s]
/proc/loadavg: 1.35 1.08 1.09 5/80 19745
/proc/meminfo: memFree=1243600/2055920 swapFree=4187336/4192956
[pid=19744] ppid=19742 vsize=2908 CPUtime=0.15
/proc/19744/stat : 19744 (aolibdvo) R 19742 19744 19538 0 -1 0 326 0 0 0 15 0 0 0 21 0 1 0 280636510 2977792 307 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 135154376 0 0 4096 0 0 0 0 17 1 0 0
/proc/19744/statm: 727 307 169 428 0 296 0
Current children cumulated CPU time (s) 0.15
Current children cumulated vsize (KiB) 2908

[startup+0.565049 s]
/proc/loadavg: 1.35 1.08 1.09 5/80 19745
/proc/meminfo: memFree=1243600/2055920 swapFree=4187336/4192956
[pid=19744] ppid=19742 vsize=5360 CPUtime=0.55
/proc/19744/stat : 19744 (aolibdvo) R 19742 19744 19538 0 -1 0 983 0 0 0 55 0 0 0 25 0 1 0 280636510 5488640 964 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647983 0 0 4096 0 0 0 0 17 1 0 0
/proc/19744/statm: 1340 964 196 428 0 909 0
Current children cumulated CPU time (s) 0.55
Current children cumulated vsize (KiB) 5360

[startup+1.38612 s]
/proc/loadavg: 1.35 1.08 1.09 3/80 19745
/proc/meminfo: memFree=1240464/2055920 swapFree=4187336/4192956
[pid=19744] ppid=19742 vsize=5360 CPUtime=1.37
/proc/19744/stat : 19744 (aolibdvo) R 19742 19744 19538 0 -1 0 983 0 0 0 137 0 0 0 25 0 1 0 280636510 5488640 964 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647985 0 0 4096 0 0 0 0 17 1 0 0
/proc/19744/statm: 1340 964 196 428 0 909 0
Current children cumulated CPU time (s) 1.37
Current children cumulated vsize (KiB) 5360

[startup+3.02327 s]
/proc/loadavg: 1.35 1.08 1.09 3/80 19745
/proc/meminfo: memFree=1240400/2055920 swapFree=4187336/4192956
[pid=19744] ppid=19742 vsize=5360 CPUtime=3
/proc/19744/stat : 19744 (aolibdvo) R 19742 19744 19538 0 -1 0 983 0 0 0 300 0 0 0 25 0 1 0 280636510 5488640 964 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647990 0 0 4096 0 0 0 0 17 1 0 0
/proc/19744/statm: 1340 964 196 428 0 909 0
Current children cumulated CPU time (s) 3
Current children cumulated vsize (KiB) 5360

[startup+6.30258 s]
/proc/loadavg: 1.40 1.09 1.09 3/80 19745
/proc/meminfo: memFree=1240400/2055920 swapFree=4187336/4192956
[pid=19744] ppid=19742 vsize=5360 CPUtime=6.27
/proc/19744/stat : 19744 (aolibdvo) R 19742 19744 19538 0 -1 0 983 0 0 0 627 0 0 0 25 0 1 0 280636510 5488640 964 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647967 0 0 4096 0 0 0 0 17 1 0 0
/proc/19744/statm: 1340 964 196 428 0 909 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 5360

[startup+12.7612 s]
/proc/loadavg: 1.50 1.12 1.10 3/76 19832
/proc/meminfo: memFree=1263160/2055920 swapFree=4187336/4192956
[pid=19744] ppid=19742 vsize=5360 CPUtime=12.7
/proc/19744/stat : 19744 (aolibdvo) R 19742 19744 19538 0 -1 0 983 0 0 0 1270 0 0 0 25 0 1 0 280636510 5488640 964 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647935 0 0 4096 0 0 0 0 17 0 0 0
/proc/19744/statm: 1340 964 196 428 0 909 0
Current children cumulated CPU time (s) 12.7
Current children cumulated vsize (KiB) 5360

[startup+25.5823 s]
/proc/loadavg: 1.57 1.15 1.11 3/74 19833
/proc/meminfo: memFree=1226312/2055920 swapFree=4187336/4192956
[pid=19744] ppid=19742 vsize=5360 CPUtime=25.53
/proc/19744/stat : 19744 (aolibdvo) R 19742 19744 19538 0 -1 0 983 0 0 0 2552 1 0 0 25 0 1 0 280636510 5488640 964 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134719092 0 0 4096 0 0 0 0 17 0 0 0
/proc/19744/statm: 1340 964 196 428 0 909 0
Current children cumulated CPU time (s) 25.53
Current children cumulated vsize (KiB) 5360

[startup+51.2167 s]
/proc/loadavg: 1.72 1.22 1.13 3/74 19833
/proc/meminfo: memFree=1226376/2055920 swapFree=4187336/4192956
[pid=19744] ppid=19742 vsize=5360 CPUtime=51.12
/proc/19744/stat : 19744 (aolibdvo) R 19742 19744 19538 0 -1 0 983 0 0 0 5111 1 0 0 25 0 1 0 280636510 5488640 964 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134648004 0 0 4096 0 0 0 0 17 0 0 0
/proc/19744/statm: 1340 964 196 428 0 909 0
Current children cumulated CPU time (s) 51.12
Current children cumulated vsize (KiB) 5360

[startup+102.481 s]
/proc/loadavg: 1.88 1.34 1.18 3/74 19833
/proc/meminfo: memFree=1226440/2055920 swapFree=4187336/4192956
[pid=19744] ppid=19742 vsize=5360 CPUtime=102.34
/proc/19744/stat : 19744 (aolibdvo) R 19742 19744 19538 0 -1 0 983 0 0 0 10233 1 0 0 25 0 1 0 280636510 5488640 964 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 135006839 0 0 4096 0 0 0 0 17 0 0 0
/proc/19744/statm: 1340 964 196 428 0 909 0
Current children cumulated CPU time (s) 102.34
Current children cumulated vsize (KiB) 5360

[startup+162.579 s]
/proc/loadavg: 1.96 1.46 1.23 3/74 19833
/proc/meminfo: memFree=1226504/2055920 swapFree=4187336/4192956
[pid=19744] ppid=19742 vsize=5360 CPUtime=162.39
/proc/19744/stat : 19744 (aolibdvo) R 19742 19744 19538 0 -1 0 983 0 0 0 16238 1 0 0 25 0 1 0 280636510 5488640 964 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647983 0 0 4096 0 0 0 0 17 0 0 0
/proc/19744/statm: 1340 964 196 428 0 909 0
Current children cumulated CPU time (s) 162.39
Current children cumulated vsize (KiB) 5360

[startup+222.674 s]
/proc/loadavg: 1.98 1.55 1.27 3/74 19833
/proc/meminfo: memFree=1226504/2055920 swapFree=4187336/4192956
[pid=19744] ppid=19742 vsize=5360 CPUtime=222.41
/proc/19744/stat : 19744 (aolibdvo) R 19742 19744 19538 0 -1 0 983 0 0 0 22240 1 0 0 25 0 1 0 280636510 5488640 964 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647983 0 0 4096 0 0 0 0 17 0 0 0
/proc/19744/statm: 1340 964 196 428 0 909 0
Current children cumulated CPU time (s) 222.41
Current children cumulated vsize (KiB) 5360

[startup+282.761 s]
/proc/loadavg: 1.99 1.63 1.31 3/74 19833
/proc/meminfo: memFree=1226440/2055920 swapFree=4187336/4192956
[pid=19744] ppid=19742 vsize=5360 CPUtime=282.45
/proc/19744/stat : 19744 (aolibdvo) R 19742 19744 19538 0 -1 0 984 0 0 0 28243 2 0 0 25 0 1 0 280636510 5488640 965 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647958 0 0 4096 0 0 0 0 17 0 0 0
/proc/19744/statm: 1340 965 196 428 0 909 0
Current children cumulated CPU time (s) 282.45
Current children cumulated vsize (KiB) 5360

[startup+342.851 s]
/proc/loadavg: 1.99 1.69 1.35 3/74 19833
/proc/meminfo: memFree=1226440/2055920 swapFree=4187336/4192956
[pid=19744] ppid=19742 vsize=5360 CPUtime=342.49
/proc/19744/stat : 19744 (aolibdvo) R 19742 19744 19538 0 -1 0 984 0 0 0 34247 2 0 0 25 0 1 0 280636510 5488640 965 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134723963 0 0 4096 0 0 0 0 17 0 0 0
/proc/19744/statm: 1340 965 196 428 0 909 0
Current children cumulated CPU time (s) 342.49
Current children cumulated vsize (KiB) 5360

[startup+402.946 s]
/proc/loadavg: 1.99 1.75 1.39 3/74 19833
/proc/meminfo: memFree=1226440/2055920 swapFree=4187336/4192956
[pid=19744] ppid=19742 vsize=5360 CPUtime=402.51
/proc/19744/stat : 19744 (aolibdvo) R 19742 19744 19538 0 -1 0 984 0 0 0 40249 2 0 0 25 0 1 0 280636510 5488640 965 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134648000 0 0 4096 0 0 0 0 17 0 0 0
/proc/19744/statm: 1340 965 196 428 0 909 0
Current children cumulated CPU time (s) 402.51
Current children cumulated vsize (KiB) 5360

[startup+463.025 s]
/proc/loadavg: 1.99 1.79 1.43 3/74 19833
/proc/meminfo: memFree=1226440/2055920 swapFree=4187336/4192956
[pid=19744] ppid=19742 vsize=5364 CPUtime=462.54
/proc/19744/stat : 19744 (aolibdvo) R 19742 19744 19538 0 -1 0 992 0 0 0 46252 2 0 0 25 0 1 0 280636510 5492736 973 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647822 0 0 4096 0 0 0 0 17 0 0 0
/proc/19744/statm: 1341 973 202 428 0 910 0
Current children cumulated CPU time (s) 462.54
Current children cumulated vsize (KiB) 5364

[startup+523.047 s]
/proc/loadavg: 1.99 1.83 1.46 3/74 19833
/proc/meminfo: memFree=1226440/2055920 swapFree=4187336/4192956
[pid=19744] ppid=19742 vsize=5364 CPUtime=522.52
/proc/19744/stat : 19744 (aolibdvo) R 19742 19744 19538 0 -1 0 994 0 0 0 52250 2 0 0 25 0 1 0 280636510 5492736 975 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134654756 0 0 4096 0 0 0 0 17 0 0 0
/proc/19744/statm: 1341 975 202 428 0 910 0
Current children cumulated CPU time (s) 522.52
Current children cumulated vsize (KiB) 5364

[startup+583.142 s]
/proc/loadavg: 1.99 1.85 1.49 3/74 19833
/proc/meminfo: memFree=1226440/2055920 swapFree=4187336/4192956
[pid=19744] ppid=19742 vsize=5364 CPUtime=582.53
/proc/19744/stat : 19744 (aolibdvo) R 19742 19744 19538 0 -1 0 994 0 0 0 58251 2 0 0 25 0 1 0 280636510 5492736 975 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 135237725 0 0 4096 0 0 0 0 17 0 0 0
/proc/19744/statm: 1341 975 202 428 0 910 0
Current children cumulated CPU time (s) 582.53
Current children cumulated vsize (KiB) 5364

[startup+643.233 s]
/proc/loadavg: 1.99 1.88 1.52 3/74 19833
/proc/meminfo: memFree=1226440/2055920 swapFree=4187336/4192956
[pid=19744] ppid=19742 vsize=5364 CPUtime=642.58
/proc/19744/stat : 19744 (aolibdvo) R 19742 19744 19538 0 -1 0 994 0 0 0 64256 2 0 0 25 0 1 0 280636510 5492736 975 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134530531 0 0 4096 0 0 0 0 17 0 0 0
/proc/19744/statm: 1341 975 202 428 0 910 0
Current children cumulated CPU time (s) 642.58
Current children cumulated vsize (KiB) 5364

[startup+703.327 s]
/proc/loadavg: 1.99 1.90 1.55 3/74 19833
/proc/meminfo: memFree=1226440/2055920 swapFree=4187336/4192956
[pid=19744] ppid=19742 vsize=5364 CPUtime=702.62
/proc/19744/stat : 19744 (aolibdvo) R 19742 19744 19538 0 -1 0 994 0 0 0 70260 2 0 0 25 0 1 0 280636510 5492736 975 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134611773 0 0 4096 0 0 0 0 17 0 0 0
/proc/19744/statm: 1341 975 202 428 0 910 0
Current children cumulated CPU time (s) 702.62
Current children cumulated vsize (KiB) 5364

[startup+763.419 s]
/proc/loadavg: 2.05 1.93 1.58 3/74 19833
/proc/meminfo: memFree=1226440/2055920 swapFree=4187336/4192956
[pid=19744] ppid=19742 vsize=5364 CPUtime=762.64
/proc/19744/stat : 19744 (aolibdvo) R 19742 19744 19538 0 -1 0 994 0 0 0 76262 2 0 0 25 0 1 0 280636510 5492736 975 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134802983 0 0 4096 0 0 0 0 17 0 0 0
/proc/19744/statm: 1341 975 202 428 0 910 0
Current children cumulated CPU time (s) 762.64
Current children cumulated vsize (KiB) 5364

[startup+823.508 s]
/proc/loadavg: 2.02 1.94 1.60 3/74 19833
/proc/meminfo: memFree=1226440/2055920 swapFree=4187336/4192956
[pid=19744] ppid=19742 vsize=5364 CPUtime=822.68

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

Current children cumulated vsize (KiB) 5364

[startup+1424.21 s]
/proc/loadavg: 2.00 1.99 1.77 3/74 20031
/proc/meminfo: memFree=1226184/2055920 swapFree=4187336/4192956
[pid=19744] ppid=19742 vsize=5364 CPUtime=1420.88
/proc/19744/stat : 19744 (aolibdvo) R 19742 19744 19538 0 -1 0 994 0 0 0 142072 16 0 0 25 0 1 0 280636510 5492736 975 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647983 0 0 4096 0 0 0 0 17 0 0 0
/proc/19744/statm: 1341 975 202 428 0 910 0
Current children cumulated CPU time (s) 1420.88
Current children cumulated vsize (KiB) 5364

[startup+1484.31 s]
/proc/loadavg: 2.00 1.99 1.79 3/74 20031
/proc/meminfo: memFree=1226312/2055920 swapFree=4187336/4192956
[pid=19744] ppid=19742 vsize=5364 CPUtime=1480.48
/proc/19744/stat : 19744 (aolibdvo) R 19742 19744 19538 0 -1 0 994 0 0 0 148032 16 0 0 25 0 1 0 280636510 5492736 975 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134648046 0 0 4096 0 0 0 0 17 0 0 0
/proc/19744/statm: 1341 975 202 428 0 910 0
Current children cumulated CPU time (s) 1480.48
Current children cumulated vsize (KiB) 5364

[startup+1544.36 s]
/proc/loadavg: 2.00 1.99 1.80 3/74 20031
/proc/meminfo: memFree=1226312/2055920 swapFree=4187336/4192956
[pid=19744] ppid=19742 vsize=5364 CPUtime=1540.06
/proc/19744/stat : 19744 (aolibdvo) R 19742 19744 19538 0 -1 0 994 0 0 0 153990 16 0 0 25 0 1 0 280636510 5492736 975 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647983 0 0 4096 0 0 0 0 17 0 0 0
/proc/19744/statm: 1341 975 202 428 0 910 0
Current children cumulated CPU time (s) 1540.06
Current children cumulated vsize (KiB) 5364

[startup+1604.42 s]
/proc/loadavg: 2.00 1.99 1.81 3/74 20031
/proc/meminfo: memFree=1226312/2055920 swapFree=4187336/4192956
[pid=19744] ppid=19742 vsize=5364 CPUtime=1599.63
/proc/19744/stat : 19744 (aolibdvo) R 19742 19744 19538 0 -1 0 994 0 0 0 159947 16 0 0 25 0 1 0 280636510 5492736 975 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134656879 0 0 4096 0 0 0 0 17 0 0 0
/proc/19744/statm: 1341 975 202 428 0 910 0
Current children cumulated CPU time (s) 1599.63
Current children cumulated vsize (KiB) 5364

[startup+1664.51 s]
/proc/loadavg: 2.00 1.99 1.82 3/74 20031
/proc/meminfo: memFree=1226312/2055920 swapFree=4187336/4192956
[pid=19744] ppid=19742 vsize=5364 CPUtime=1659.22
/proc/19744/stat : 19744 (aolibdvo) R 19742 19744 19538 0 -1 0 994 0 0 0 165906 16 0 0 25 0 1 0 280636510 5492736 975 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 135237558 0 0 4096 0 0 0 0 17 0 0 0
/proc/19744/statm: 1341 975 202 428 0 910 0
Current children cumulated CPU time (s) 1659.22
Current children cumulated vsize (KiB) 5364

[startup+1724.59 s]
/proc/loadavg: 2.00 1.99 1.83 3/74 20031
/proc/meminfo: memFree=1226312/2055920 swapFree=4187336/4192956
[pid=19744] ppid=19742 vsize=5364 CPUtime=1718.84
/proc/19744/stat : 19744 (aolibdvo) R 19742 19744 19538 0 -1 0 994 0 0 0 171868 16 0 0 25 0 1 0 280636510 5492736 975 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647958 0 0 4096 0 0 0 0 17 0 0 0
/proc/19744/statm: 1341 975 202 428 0 910 0
Current children cumulated CPU time (s) 1718.84
Current children cumulated vsize (KiB) 5364

[startup+1784.66 s]
/proc/loadavg: 2.00 1.99 1.83 3/74 20031
/proc/meminfo: memFree=1226312/2055920 swapFree=4187336/4192956
[pid=19744] ppid=19742 vsize=5364 CPUtime=1778.42
/proc/19744/stat : 19744 (aolibdvo) R 19742 19744 19538 0 -1 0 994 0 0 0 177826 16 0 0 25 0 1 0 280636510 5492736 975 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 135737675 0 0 4096 0 0 0 0 17 0 0 0
/proc/19744/statm: 1341 975 202 428 0 910 0
Current children cumulated CPU time (s) 1778.42
Current children cumulated vsize (KiB) 5364

[startup+1844.72 s]
/proc/loadavg: 2.00 1.99 1.84 3/74 20031
/proc/meminfo: memFree=1226312/2055920 swapFree=4187336/4192956
[pid=19744] ppid=19742 vsize=5364 CPUtime=1837.98
/proc/19744/stat : 19744 (aolibdvo) R 19742 19744 19538 0 -1 0 994 0 0 0 183782 16 0 0 25 0 1 0 280636510 5492736 975 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134648039 0 0 4096 0 0 0 0 17 0 0 0
/proc/19744/statm: 1341 975 202 428 0 910 0
Current children cumulated CPU time (s) 1837.98
Current children cumulated vsize (KiB) 5364

[startup+1904.77 s]
/proc/loadavg: 2.00 1.99 1.84 3/74 20031
/proc/meminfo: memFree=1226376/2055920 swapFree=4187336/4192956
[pid=19744] ppid=19742 vsize=5364 CPUtime=1897.56
/proc/19744/stat : 19744 (aolibdvo) R 19742 19744 19538 0 -1 0 994 0 0 0 189740 16 0 0 25 0 1 0 280636510 5492736 975 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 135005905 0 0 4096 0 0 0 0 17 0 0 0
/proc/19744/statm: 1341 975 202 428 0 910 0
Current children cumulated CPU time (s) 1897.56
Current children cumulated vsize (KiB) 5364

[startup+1964.84 s]
/proc/loadavg: 2.04 2.00 1.85 3/74 20031
/proc/meminfo: memFree=1226376/2055920 swapFree=4187336/4192956
[pid=19744] ppid=19742 vsize=5364 CPUtime=1957.16
/proc/19744/stat : 19744 (aolibdvo) R 19742 19744 19538 0 -1 0 994 0 0 0 195700 16 0 0 25 0 1 0 280636510 5492736 975 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134645822 0 0 4096 0 0 0 0 17 0 0 0
/proc/19744/statm: 1341 975 202 428 0 910 0
Current children cumulated CPU time (s) 1957.16
Current children cumulated vsize (KiB) 5364

[startup+2024.94 s]
/proc/loadavg: 2.01 2.00 1.86 3/74 20031
/proc/meminfo: memFree=1226376/2055920 swapFree=4187336/4192956
[pid=19744] ppid=19742 vsize=5364 CPUtime=2016.74
/proc/19744/stat : 19744 (aolibdvo) R 19742 19744 19538 0 -1 0 994 0 0 0 201658 16 0 0 25 0 1 0 280636510 5492736 975 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647983 0 0 4096 0 0 0 0 17 0 0 0
/proc/19744/statm: 1341 975 202 428 0 910 0
Current children cumulated CPU time (s) 2016.74
Current children cumulated vsize (KiB) 5364

[startup+2085.02 s]
/proc/loadavg: 2.00 2.00 1.87 3/74 20033
/proc/meminfo: memFree=1226184/2055920 swapFree=4187336/4192956
[pid=19744] ppid=19742 vsize=5364 CPUtime=2076.36
/proc/19744/stat : 19744 (aolibdvo) R 19742 19744 19538 0 -1 0 994 0 0 0 207620 16 0 0 25 0 1 0 280636510 5492736 975 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647935 0 0 4096 0 0 0 0 17 0 0 0
/proc/19744/statm: 1341 975 202 428 0 910 0
Current children cumulated CPU time (s) 2076.36
Current children cumulated vsize (KiB) 5364

[startup+2145.09 s]
/proc/loadavg: 2.04 2.01 1.88 3/74 20033
/proc/meminfo: memFree=1226184/2055920 swapFree=4187336/4192956
[pid=19744] ppid=19742 vsize=5364 CPUtime=2135.95
/proc/19744/stat : 19744 (aolibdvo) R 19742 19744 19538 0 -1 0 994 0 0 0 213579 16 0 0 25 0 1 0 280636510 5492736 975 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 135051465 0 0 4096 0 0 0 0 17 0 0 0
/proc/19744/statm: 1341 975 202 428 0 910 0
Current children cumulated CPU time (s) 2135.95
Current children cumulated vsize (KiB) 5364

[startup+2205.14 s]
/proc/loadavg: 2.01 2.01 1.88 3/74 20033
/proc/meminfo: memFree=1226248/2055920 swapFree=4187336/4192956
[pid=19744] ppid=19742 vsize=5364 CPUtime=2195.51
/proc/19744/stat : 19744 (aolibdvo) R 19742 19744 19538 0 -1 0 994 0 0 0 219534 17 0 0 25 0 1 0 280636510 5492736 975 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134666363 0 0 4096 0 0 0 0 17 0 0 0
/proc/19744/statm: 1341 975 202 428 0 910 0
Current children cumulated CPU time (s) 2195.51
Current children cumulated vsize (KiB) 5364

[startup+2265.2 s]
/proc/loadavg: 2.00 2.00 1.89 3/74 20033
/proc/meminfo: memFree=1226248/2055920 swapFree=4187336/4192956
[pid=19744] ppid=19742 vsize=5364 CPUtime=2255.09
/proc/19744/stat : 19744 (aolibdvo) R 19742 19744 19538 0 -1 0 994 0 0 0 225492 17 0 0 25 0 1 0 280636510 5492736 975 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134802970 0 0 4096 0 0 0 0 17 0 0 0
/proc/19744/statm: 1341 975 202 428 0 910 0
Current children cumulated CPU time (s) 2255.09
Current children cumulated vsize (KiB) 5364

[startup+2325.27 s]
/proc/loadavg: 2.00 2.00 1.89 3/74 20033
/proc/meminfo: memFree=1226248/2055920 swapFree=4187336/4192956
[pid=19744] ppid=19742 vsize=5364 CPUtime=2314.69
/proc/19744/stat : 19744 (aolibdvo) R 19742 19744 19538 0 -1 0 994 0 0 0 231452 17 0 0 25 0 1 0 280636510 5492736 975 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647967 0 0 4096 0 0 0 0 17 0 0 0
/proc/19744/statm: 1341 975 202 428 0 910 0
Current children cumulated CPU time (s) 2314.69
Current children cumulated vsize (KiB) 5364

[startup+2385.33 s]
/proc/loadavg: 2.00 2.00 1.90 3/74 20033
/proc/meminfo: memFree=1226248/2055920 swapFree=4187336/4192956
[pid=19744] ppid=19742 vsize=5364 CPUtime=2374.25
/proc/19744/stat : 19744 (aolibdvo) R 19742 19744 19538 0 -1 0 994 0 0 0 237408 17 0 0 25 0 1 0 280636510 5492736 975 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134644951 0 0 4096 0 0 0 0 17 0 0 0
/proc/19744/statm: 1341 975 202 428 0 910 0
Current children cumulated CPU time (s) 2374.25
Current children cumulated vsize (KiB) 5364



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2411.36 s]
/proc/loadavg: 2.00 2.00 1.90 3/74 20033
/proc/meminfo: memFree=1226248/2055920 swapFree=4187336/4192956
[pid=19744] ppid=19742 vsize=5364 CPUtime=2400.09
/proc/19744/stat : 19744 (aolibdvo) R 19742 19744 19538 0 -1 0 994 0 0 0 239992 17 0 0 25 0 1 0 280636510 5492736 975 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134691623 0 0 4096 0 0 0 0 17 0 0 0
/proc/19744/statm: 1341 975 202 428 0 910 0
Current children cumulated CPU time (s) 2400.09
Current children cumulated vsize (KiB) 5364

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 2411.37
CPU time (s): 2400.1
CPU user time (s): 2399.92
CPU system time (s): 0.173973
CPU usage (%): 99.5326
Max. virtual memory (cumulated for all children) (KiB): 5364

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

runsolver used 2.44663 s user time and 6.25905 s system time

The end

Launcher Data (download as text)

Begin job on node39 on Sat Jan 20 19:46:09 UTC 2007


IDJOB= 282788
IDBENCH= 12891
IDSOLVER= 61
FILE ID= node39/282788-1169322369

PBS_JOBID= 3610370

Free space on /tmp= 66561 MiB

SOLVER NAME= aolibdvo 2007-01-17
BENCH NAME= HOME/pub/bench/CPAI06/MaxCSP/spot5/spot5-503_ext.xml
COMMAND LINE= /tmp/evaluation/282788-1169322369/aolibdvo /tmp/evaluation/282788-1169322369/unknown.wcsp
CONVERSION COMMAND LINE= runsolver -w ROOT/results/node39/convwatcher-282788-1169322369 -o ROOT/results/node39/conversion-282788-1169322369 -C 600 -M 900 python xcsp2wcsp.py /tmp/evaluation/282788-1169322369/unknown.xml
CONVERSION RUNSOLVER STATUS CODE= 0
CONVERSION STATUS CODE= 0

RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node39/watcher-282788-1169322369 -o ROOT/results/node39/solver-282788-1169322369 -C 2400 -M 900  /tmp/evaluation/282788-1169322369/aolibdvo /tmp/evaluation/282788-1169322369/unknown.wcsp

META MD5SUM SOLVER= 5d0282fabcfebd5fb942c79c8af6ce28
MD5SUM BENCH=  96ca725ee95743726556e6d48765a7fe

RANDOM SEED= 56915958

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.236
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.236
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:       1244080 kB
Buffers:         54196 kB
Cached:         637916 kB
SwapCached:        944 kB
Active:         225708 kB
Inactive:       507444 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1244080 kB
SwapTotal:     4192956 kB
SwapFree:      4187336 kB
Dirty:            2168 kB
Writeback:           0 kB
Mapped:          58804 kB
Slab:            64060 kB
Committed_AS:  6317980 kB
PageTables:       1880 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 node39 on Sat Jan 20 20:26:21 UTC 2007