Trace number 275042

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.11 2409.3

General information on the benchmark

Namecomposed/composed-75-1-2/
composed-75-1-2-3_ext.xml
MD5SUMabbc8ca348cdc4ccc94e7ff77e181c08
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkMOPT
Best Number of satisfied constraints622
Best CPU time to get the best result obtained on this benchmark35.1567
SatisfiableNO
(Un)Satisfiability was provedNO
Number of variables83
Number of constraints624
Maximum constraint arity2
Maximum domain size10
Number of constraints which are defined in extension624
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/275042-1169216007/unknown.xml" file ... done.
writing "/tmp/evaluation/275042-1169216007/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/node42/watcher-275042-1169216007 -o ROOT/results/node42/solver-275042-1169216007 -C 2400 -M 900 /tmp/evaluation/275042-1169216007/aolibdvo /tmp/evaluation/275042-1169216007/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.85 1.06 1.41 5/73 6996
/proc/meminfo: memFree=1043504/2055920 swapFree=4191892/4192956
[pid=6995] ppid=6993 vsize=18540 CPUtime=0
/proc/6995/stat : 6995 (runsolver) R 6993 6995 6894 0 -1 4194368 16 0 0 0 0 0 0 0 21 0 1 0 269999982 18984960 279 18446744073709551615 4194304 4267372 548682069072 18446744073709551615 259415141671 0 0 4096 24578 0 0 0 17 1 0 0
/proc/6995/statm: 4635 279 244 17 0 2626 0

[startup+0.156949 s]
/proc/loadavg: 0.85 1.06 1.41 5/73 6996
/proc/meminfo: memFree=1043504/2055920 swapFree=4191892/4192956
[pid=6995] ppid=6993 vsize=3328 CPUtime=0.15
/proc/6995/stat : 6995 (aolibdvo) R 6993 6995 6894 0 -1 0 435 0 0 0 15 0 0 0 21 0 1 0 269999982 3407872 416 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134828223 0 0 4096 0 0 0 0 17 1 0 0
/proc/6995/statm: 832 416 169 428 0 401 0
Current children cumulated CPU time (s) 0.15
Current children cumulated vsize (KiB) 3328

[startup+0.564994 s]
/proc/loadavg: 0.85 1.06 1.41 5/73 6996
/proc/meminfo: memFree=1043504/2055920 swapFree=4191892/4192956
[pid=6995] ppid=6993 vsize=5268 CPUtime=0.55
/proc/6995/stat : 6995 (aolibdvo) R 6993 6995 6894 0 -1 0 965 0 0 0 55 0 0 0 25 0 1 0 269999982 5394432 946 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647983 0 0 4096 0 0 0 0 17 1 0 0
/proc/6995/statm: 1317 946 202 428 0 886 0
Current children cumulated CPU time (s) 0.55
Current children cumulated vsize (KiB) 5268

[startup+1.38608 s]
/proc/loadavg: 0.85 1.06 1.41 3/73 6996
/proc/meminfo: memFree=1040496/2055920 swapFree=4191892/4192956
[pid=6995] ppid=6993 vsize=5268 CPUtime=1.37
/proc/6995/stat : 6995 (aolibdvo) R 6993 6995 6894 0 -1 0 965 0 0 0 137 0 0 0 25 0 1 0 269999982 5394432 946 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 135051448 0 0 4096 0 0 0 0 17 1 0 0
/proc/6995/statm: 1317 946 202 428 0 886 0
Current children cumulated CPU time (s) 1.37
Current children cumulated vsize (KiB) 5268

[startup+3.02327 s]
/proc/loadavg: 0.85 1.06 1.41 3/73 6996
/proc/meminfo: memFree=1040496/2055920 swapFree=4191892/4192956
[pid=6995] ppid=6993 vsize=5268 CPUtime=3
/proc/6995/stat : 6995 (aolibdvo) R 6993 6995 6894 0 -1 0 965 0 0 0 300 0 0 0 25 0 1 0 269999982 5394432 946 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647912 0 0 4096 0 0 0 0 17 1 0 0
/proc/6995/statm: 1317 946 202 428 0 886 0
Current children cumulated CPU time (s) 3
Current children cumulated vsize (KiB) 5268

[startup+6.30863 s]
/proc/loadavg: 0.94 1.07 1.41 3/73 6996
/proc/meminfo: memFree=1040304/2055920 swapFree=4191892/4192956
[pid=6995] ppid=6993 vsize=5268 CPUtime=6.27
/proc/6995/stat : 6995 (aolibdvo) R 6993 6995 6894 0 -1 0 968 0 0 0 627 0 0 0 25 0 1 0 269999982 5394432 949 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134702383 0 0 4096 0 0 0 0 17 1 0 0
/proc/6995/statm: 1317 949 202 428 0 886 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 5268

[startup+12.7633 s]
/proc/loadavg: 1.02 1.09 1.41 3/73 6996
/proc/meminfo: memFree=1040304/2055920 swapFree=4191892/4192956
[pid=6995] ppid=6993 vsize=5268 CPUtime=12.7
/proc/6995/stat : 6995 (aolibdvo) R 6993 6995 6894 0 -1 0 968 0 0 0 1270 0 0 0 25 0 1 0 269999982 5394432 949 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134658339 0 0 4096 0 0 0 0 17 1 0 0
/proc/6995/statm: 1317 949 202 428 0 886 0
Current children cumulated CPU time (s) 12.7
Current children cumulated vsize (KiB) 5268

[startup+25.5778 s]
/proc/loadavg: 1.24 1.13 1.42 3/73 6996
/proc/meminfo: memFree=1040304/2055920 swapFree=4191892/4192956
[pid=6995] ppid=6993 vsize=5268 CPUtime=25.47
/proc/6995/stat : 6995 (aolibdvo) R 6993 6995 6894 0 -1 0 968 0 0 0 2547 0 0 0 25 0 1 0 269999982 5394432 949 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647958 0 0 4096 0 0 0 0 17 1 0 0
/proc/6995/statm: 1317 949 202 428 0 886 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 5268

[startup+51.2076 s]
/proc/loadavg: 1.50 1.20 1.44 3/73 6996
/proc/meminfo: memFree=1040432/2055920 swapFree=4191892/4192956
[pid=6995] ppid=6993 vsize=5268 CPUtime=50.99
/proc/6995/stat : 6995 (aolibdvo) R 6993 6995 6894 0 -1 0 968 0 0 0 5099 0 0 0 25 0 1 0 269999982 5394432 949 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647983 0 0 4096 0 0 0 0 17 1 0 0
/proc/6995/statm: 1317 949 202 428 0 886 0
Current children cumulated CPU time (s) 50.99
Current children cumulated vsize (KiB) 5268

[startup+102.458 s]
/proc/loadavg: 1.78 1.32 1.47 3/73 6996
/proc/meminfo: memFree=1040496/2055920 swapFree=4191892/4192956
[pid=6995] ppid=6993 vsize=5268 CPUtime=102.05
/proc/6995/stat : 6995 (aolibdvo) R 6993 6995 6894 0 -1 0 969 0 0 0 10205 0 0 0 25 0 1 0 269999982 5394432 950 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134926189 0 0 4096 0 0 0 0 17 1 0 0
/proc/6995/statm: 1317 950 202 428 0 886 0
Current children cumulated CPU time (s) 102.05
Current children cumulated vsize (KiB) 5268

[startup+162.533 s]
/proc/loadavg: 1.92 1.44 1.50 3/73 6996
/proc/meminfo: memFree=1040560/2055920 swapFree=4191892/4192956
[pid=6995] ppid=6993 vsize=5268 CPUtime=161.89
/proc/6995/stat : 6995 (aolibdvo) R 6993 6995 6894 0 -1 0 969 0 0 0 16189 0 0 0 25 0 1 0 269999982 5394432 950 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647967 0 0 4096 0 0 0 0 17 1 0 0
/proc/6995/statm: 1317 950 202 428 0 886 0
Current children cumulated CPU time (s) 161.89
Current children cumulated vsize (KiB) 5268

[startup+222.597 s]
/proc/loadavg: 1.97 1.54 1.52 3/73 6996
/proc/meminfo: memFree=1040496/2055920 swapFree=4191892/4192956
[pid=6995] ppid=6993 vsize=5268 CPUtime=221.73
/proc/6995/stat : 6995 (aolibdvo) R 6993 6995 6894 0 -1 0 970 0 0 0 22173 0 0 0 25 0 1 0 269999982 5394432 951 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647907 0 0 4096 0 0 0 0 17 1 0 0
/proc/6995/statm: 1317 951 202 428 0 886 0
Current children cumulated CPU time (s) 221.73
Current children cumulated vsize (KiB) 5268

[startup+282.666 s]
/proc/loadavg: 1.99 1.62 1.55 3/73 6996
/proc/meminfo: memFree=1040560/2055920 swapFree=4191892/4192956
[pid=6995] ppid=6993 vsize=5268 CPUtime=281.57
/proc/6995/stat : 6995 (aolibdvo) R 6993 6995 6894 0 -1 0 971 0 0 0 28157 0 0 0 25 0 1 0 269999982 5394432 952 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134926787 0 0 4096 0 0 0 0 17 1 0 0
/proc/6995/statm: 1317 952 202 428 0 886 0
Current children cumulated CPU time (s) 281.57
Current children cumulated vsize (KiB) 5268

[startup+342.733 s]
/proc/loadavg: 1.99 1.69 1.58 3/73 6996
/proc/meminfo: memFree=1040504/2055920 swapFree=4191892/4192956
[pid=6995] ppid=6993 vsize=5268 CPUtime=341.41
/proc/6995/stat : 6995 (aolibdvo) R 6993 6995 6894 0 -1 0 971 0 0 0 34141 0 0 0 25 0 1 0 269999982 5394432 952 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134611807 0 0 4096 0 0 0 0 17 1 0 0
/proc/6995/statm: 1317 952 202 428 0 886 0
Current children cumulated CPU time (s) 341.41
Current children cumulated vsize (KiB) 5268

[startup+402.805 s]
/proc/loadavg: 1.99 1.74 1.60 3/73 6996
/proc/meminfo: memFree=1040568/2055920 swapFree=4191892/4192956
[pid=6995] ppid=6993 vsize=5272 CPUtime=401.26
/proc/6995/stat : 6995 (aolibdvo) R 6993 6995 6894 0 -1 0 972 0 0 0 40125 1 0 0 25 0 1 0 269999982 5398528 953 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647963 0 0 4096 0 0 0 0 17 1 0 0
/proc/6995/statm: 1318 953 202 428 0 887 0
Current children cumulated CPU time (s) 401.26
Current children cumulated vsize (KiB) 5272

[startup+462.871 s]
/proc/loadavg: 1.99 1.79 1.62 3/73 6998
/proc/meminfo: memFree=1040312/2055920 swapFree=4191892/4192956
[pid=6995] ppid=6993 vsize=5272 CPUtime=461.09
/proc/6995/stat : 6995 (aolibdvo) R 6993 6995 6894 0 -1 0 972 0 0 0 46108 1 0 0 25 0 1 0 269999982 5398528 953 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647985 0 0 4096 0 0 0 0 17 1 0 0
/proc/6995/statm: 1318 953 202 428 0 887 0
Current children cumulated CPU time (s) 461.09
Current children cumulated vsize (KiB) 5272

[startup+522.94 s]
/proc/loadavg: 1.99 1.82 1.64 3/73 6998
/proc/meminfo: memFree=1040376/2055920 swapFree=4191892/4192956
[pid=6995] ppid=6993 vsize=5272 CPUtime=520.93
/proc/6995/stat : 6995 (aolibdvo) R 6993 6995 6894 0 -1 0 972 0 0 0 52092 1 0 0 25 0 1 0 269999982 5398528 953 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647979 0 0 4096 0 0 0 0 17 1 0 0
/proc/6995/statm: 1318 953 202 428 0 887 0
Current children cumulated CPU time (s) 520.93
Current children cumulated vsize (KiB) 5272

[startup+583.009 s]
/proc/loadavg: 1.99 1.85 1.66 3/73 6998
/proc/meminfo: memFree=1040440/2055920 swapFree=4191892/4192956
[pid=6995] ppid=6993 vsize=5272 CPUtime=580.77
/proc/6995/stat : 6995 (aolibdvo) R 6993 6995 6894 0 -1 0 972 0 0 0 58076 1 0 0 25 0 1 0 269999982 5398528 953 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647935 0 0 4096 0 0 0 0 17 1 0 0
/proc/6995/statm: 1318 953 202 428 0 887 0
Current children cumulated CPU time (s) 580.77
Current children cumulated vsize (KiB) 5272

[startup+643.084 s]
/proc/loadavg: 1.99 1.88 1.68 3/73 6998
/proc/meminfo: memFree=1040440/2055920 swapFree=4191892/4192956
[pid=6995] ppid=6993 vsize=5272 CPUtime=640.62
/proc/6995/stat : 6995 (aolibdvo) R 6993 6995 6894 0 -1 0 972 0 0 0 64061 1 0 0 25 0 1 0 269999982 5398528 953 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647907 0 0 4096 0 0 0 0 17 1 0 0
/proc/6995/statm: 1318 953 202 428 0 887 0
Current children cumulated CPU time (s) 640.62
Current children cumulated vsize (KiB) 5272

[startup+703.151 s]
/proc/loadavg: 2.07 1.91 1.70 3/73 6998
/proc/meminfo: memFree=1040504/2055920 swapFree=4191892/4192956
[pid=6995] ppid=6993 vsize=5272 CPUtime=700.45
/proc/6995/stat : 6995 (aolibdvo) R 6993 6995 6894 0 -1 0 973 0 0 0 70044 1 0 0 25 0 1 0 269999982 5398528 954 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647901 0 0 4096 0 0 0 0 17 1 0 0
/proc/6995/statm: 1318 954 202 428 0 887 0
Current children cumulated CPU time (s) 700.45
Current children cumulated vsize (KiB) 5272

[startup+763.22 s]
/proc/loadavg: 2.02 1.92 1.72 3/73 6998
/proc/meminfo: memFree=1040504/2055920 swapFree=4191892/4192956
[pid=6995] ppid=6993 vsize=5272 CPUtime=760.3
/proc/6995/stat : 6995 (aolibdvo) R 6993 6995 6894 0 -1 0 973 0 0 0 76029 1 0 0 25 0 1 0 269999982 5398528 954 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134649158 0 0 4096 0 0 0 0 17 1 0 0
/proc/6995/statm: 1318 954 202 428 0 887 0
Current children cumulated CPU time (s) 760.3
Current children cumulated vsize (KiB) 5272

[startup+823.293 s]
/proc/loadavg: 2.01 1.94 1.74 3/73 6998
/proc/meminfo: memFree=1040504/2055920 swapFree=4191892/4192956
[pid=6995] ppid=6993 vsize=5272 CPUtime=820.14

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

Current children cumulated vsize (KiB) 5272

[startup+1423.99 s]
/proc/loadavg: 2.00 1.97 1.84 3/73 6998
/proc/meminfo: memFree=1040440/2055920 swapFree=4191892/4192956
[pid=6995] ppid=6993 vsize=5272 CPUtime=1418.55
/proc/6995/stat : 6995 (aolibdvo) R 6993 6995 6894 0 -1 0 973 0 0 0 141854 1 0 0 25 0 1 0 269999982 5398528 954 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647907 0 0 4096 0 0 0 0 17 1 0 0
/proc/6995/statm: 1318 954 202 428 0 887 0
Current children cumulated CPU time (s) 1418.55
Current children cumulated vsize (KiB) 5272

[startup+1484.06 s]
/proc/loadavg: 2.00 1.97 1.84 3/73 6998
/proc/meminfo: memFree=1040376/2055920 swapFree=4191892/4192956
[pid=6995] ppid=6993 vsize=5272 CPUtime=1478.39
/proc/6995/stat : 6995 (aolibdvo) R 6993 6995 6894 0 -1 0 973 0 0 0 147838 1 0 0 25 0 1 0 269999982 5398528 954 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647804 0 0 4096 0 0 0 0 17 1 0 0
/proc/6995/statm: 1318 954 202 428 0 887 0
Current children cumulated CPU time (s) 1478.39
Current children cumulated vsize (KiB) 5272

[startup+1544.13 s]
/proc/loadavg: 2.00 1.97 1.85 3/73 6998
/proc/meminfo: memFree=1040440/2055920 swapFree=4191892/4192956
[pid=6995] ppid=6993 vsize=5272 CPUtime=1538.23
/proc/6995/stat : 6995 (aolibdvo) R 6993 6995 6894 0 -1 0 973 0 0 0 153822 1 0 0 25 0 1 0 269999982 5398528 954 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134644951 0 0 4096 0 0 0 0 17 1 0 0
/proc/6995/statm: 1318 954 202 428 0 887 0
Current children cumulated CPU time (s) 1538.23
Current children cumulated vsize (KiB) 5272

[startup+1604.2 s]
/proc/loadavg: 2.00 1.97 1.85 3/73 6998
/proc/meminfo: memFree=1040440/2055920 swapFree=4191892/4192956
[pid=6995] ppid=6993 vsize=5272 CPUtime=1598.07
/proc/6995/stat : 6995 (aolibdvo) R 6993 6995 6894 0 -1 0 973 0 0 0 159806 1 0 0 25 0 1 0 269999982 5398528 954 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134648082 0 0 4096 0 0 0 0 17 1 0 0
/proc/6995/statm: 1318 954 202 428 0 887 0
Current children cumulated CPU time (s) 1598.07
Current children cumulated vsize (KiB) 5272

[startup+1664.27 s]
/proc/loadavg: 2.00 1.97 1.86 3/73 6998
/proc/meminfo: memFree=1040376/2055920 swapFree=4191892/4192956
[pid=6995] ppid=6993 vsize=5272 CPUtime=1657.91
/proc/6995/stat : 6995 (aolibdvo) R 6993 6995 6894 0 -1 0 973 0 0 0 165790 1 0 0 25 0 1 0 269999982 5398528 954 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647983 0 0 4096 0 0 0 0 17 1 0 0
/proc/6995/statm: 1318 954 202 428 0 887 0
Current children cumulated CPU time (s) 1657.91
Current children cumulated vsize (KiB) 5272

[startup+1724.34 s]
/proc/loadavg: 2.00 1.97 1.86 3/73 6998
/proc/meminfo: memFree=1040440/2055920 swapFree=4191892/4192956
[pid=6995] ppid=6993 vsize=5272 CPUtime=1717.75
/proc/6995/stat : 6995 (aolibdvo) R 6993 6995 6894 0 -1 0 973 0 0 0 171774 1 0 0 25 0 1 0 269999982 5398528 954 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647990 0 0 4096 0 0 0 0 17 1 0 0
/proc/6995/statm: 1318 954 202 428 0 887 0
Current children cumulated CPU time (s) 1717.75
Current children cumulated vsize (KiB) 5272

[startup+1784.41 s]
/proc/loadavg: 2.08 1.99 1.88 3/73 6998
/proc/meminfo: memFree=1040376/2055920 swapFree=4191892/4192956
[pid=6995] ppid=6993 vsize=5272 CPUtime=1777.59
/proc/6995/stat : 6995 (aolibdvo) R 6993 6995 6894 0 -1 0 973 0 0 0 177758 1 0 0 25 0 1 0 269999982 5398528 954 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 135740509 0 0 4096 0 0 0 0 17 1 0 0
/proc/6995/statm: 1318 954 202 428 0 887 0
Current children cumulated CPU time (s) 1777.59
Current children cumulated vsize (KiB) 5272

[startup+1844.48 s]
/proc/loadavg: 2.03 1.99 1.88 3/73 6998
/proc/meminfo: memFree=1040440/2055920 swapFree=4191892/4192956
[pid=6995] ppid=6993 vsize=5272 CPUtime=1837.44
/proc/6995/stat : 6995 (aolibdvo) R 6993 6995 6894 0 -1 0 973 0 0 0 183743 1 0 0 25 0 1 0 269999982 5398528 954 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134646074 0 0 4096 0 0 0 0 17 1 0 0
/proc/6995/statm: 1318 954 202 428 0 887 0
Current children cumulated CPU time (s) 1837.44
Current children cumulated vsize (KiB) 5272

[startup+1904.55 s]
/proc/loadavg: 2.01 1.99 1.89 3/73 6998
/proc/meminfo: memFree=1040376/2055920 swapFree=4191892/4192956
[pid=6995] ppid=6993 vsize=5272 CPUtime=1897.27
/proc/6995/stat : 6995 (aolibdvo) R 6993 6995 6894 0 -1 0 973 0 0 0 189726 1 0 0 25 0 1 0 269999982 5398528 954 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647963 0 0 4096 0 0 0 0 17 1 0 0
/proc/6995/statm: 1318 954 202 428 0 887 0
Current children cumulated CPU time (s) 1897.27
Current children cumulated vsize (KiB) 5272

[startup+1964.62 s]
/proc/loadavg: 2.00 1.99 1.89 3/73 6998
/proc/meminfo: memFree=1040440/2055920 swapFree=4191892/4192956
[pid=6995] ppid=6993 vsize=5272 CPUtime=1957.11
/proc/6995/stat : 6995 (aolibdvo) R 6993 6995 6894 0 -1 0 973 0 0 0 195710 1 0 0 25 0 1 0 269999982 5398528 954 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647967 0 0 4096 0 0 0 0 17 1 0 0
/proc/6995/statm: 1318 954 202 428 0 887 0
Current children cumulated CPU time (s) 1957.11
Current children cumulated vsize (KiB) 5272

[startup+2024.69 s]
/proc/loadavg: 2.00 1.99 1.90 3/73 6998
/proc/meminfo: memFree=1040376/2055920 swapFree=4191892/4192956
[pid=6995] ppid=6993 vsize=5272 CPUtime=2016.95
/proc/6995/stat : 6995 (aolibdvo) R 6993 6995 6894 0 -1 0 973 0 0 0 201694 1 0 0 25 0 1 0 269999982 5398528 954 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134648053 0 0 4096 0 0 0 0 17 1 0 0
/proc/6995/statm: 1318 954 202 428 0 887 0
Current children cumulated CPU time (s) 2016.95
Current children cumulated vsize (KiB) 5272

[startup+2084.76 s]
/proc/loadavg: 2.00 1.99 1.91 3/73 6998
/proc/meminfo: memFree=1040440/2055920 swapFree=4191892/4192956
[pid=6995] ppid=6993 vsize=5272 CPUtime=2076.8
/proc/6995/stat : 6995 (aolibdvo) R 6993 6995 6894 0 -1 0 973 0 0 0 207679 1 0 0 25 0 1 0 269999982 5398528 954 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647983 0 0 4096 0 0 0 0 17 1 0 0
/proc/6995/statm: 1318 954 202 428 0 887 0
Current children cumulated CPU time (s) 2076.8
Current children cumulated vsize (KiB) 5272

[startup+2144.83 s]
/proc/loadavg: 2.00 1.99 1.91 3/73 6998
/proc/meminfo: memFree=1040440/2055920 swapFree=4191892/4192956
[pid=6995] ppid=6993 vsize=5272 CPUtime=2136.63
/proc/6995/stat : 6995 (aolibdvo) R 6993 6995 6894 0 -1 0 973 0 0 0 213662 1 0 0 25 0 1 0 269999982 5398528 954 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647901 0 0 4096 0 0 0 0 17 1 0 0
/proc/6995/statm: 1318 954 202 428 0 887 0
Current children cumulated CPU time (s) 2136.63
Current children cumulated vsize (KiB) 5272

[startup+2204.9 s]
/proc/loadavg: 2.00 1.99 1.91 3/73 6998
/proc/meminfo: memFree=1040376/2055920 swapFree=4191892/4192956
[pid=6995] ppid=6993 vsize=5272 CPUtime=2196.48
/proc/6995/stat : 6995 (aolibdvo) R 6993 6995 6894 0 -1 0 973 0 0 0 219647 1 0 0 25 0 1 0 269999982 5398528 954 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134644945 0 0 4096 0 0 0 0 17 1 0 0
/proc/6995/statm: 1318 954 202 428 0 887 0
Current children cumulated CPU time (s) 2196.48
Current children cumulated vsize (KiB) 5272

[startup+2264.97 s]
/proc/loadavg: 2.00 1.99 1.91 3/73 6998
/proc/meminfo: memFree=1040376/2055920 swapFree=4191892/4192956
[pid=6995] ppid=6993 vsize=5272 CPUtime=2256.32
/proc/6995/stat : 6995 (aolibdvo) R 6993 6995 6894 0 -1 0 973 0 0 0 225631 1 0 0 25 0 1 0 269999982 5398528 954 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134648053 0 0 4096 0 0 0 0 17 1 0 0
/proc/6995/statm: 1318 954 202 428 0 887 0
Current children cumulated CPU time (s) 2256.32
Current children cumulated vsize (KiB) 5272

[startup+2325.04 s]
/proc/loadavg: 2.00 1.99 1.91 3/73 6998
/proc/meminfo: memFree=1040312/2055920 swapFree=4191892/4192956
[pid=6995] ppid=6993 vsize=5272 CPUtime=2316.16
/proc/6995/stat : 6995 (aolibdvo) R 6993 6995 6894 0 -1 0 973 0 0 0 231615 1 0 0 25 0 1 0 269999982 5398528 954 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 135760573 0 0 4096 0 0 0 0 17 1 0 0
/proc/6995/statm: 1318 954 202 428 0 887 0
Current children cumulated CPU time (s) 2316.16
Current children cumulated vsize (KiB) 5272

[startup+2385.11 s]
/proc/loadavg: 2.00 1.99 1.91 3/73 6998
/proc/meminfo: memFree=1040376/2055920 swapFree=4191892/4192956
[pid=6995] ppid=6993 vsize=5272 CPUtime=2376
/proc/6995/stat : 6995 (aolibdvo) R 6993 6995 6894 0 -1 0 973 0 0 0 237599 1 0 0 25 0 1 0 269999982 5398528 954 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134748359 0 0 4096 0 0 0 0 17 1 0 0
/proc/6995/statm: 1318 954 202 428 0 887 0
Current children cumulated CPU time (s) 2376
Current children cumulated vsize (KiB) 5272



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2409.3 s]
/proc/loadavg: 2.00 1.99 1.91 3/73 6998
/proc/meminfo: memFree=1040376/2055920 swapFree=4191892/4192956
[pid=6995] ppid=6993 vsize=5272 CPUtime=2400.1
/proc/6995/stat : 6995 (aolibdvo) R 6993 6995 6894 0 -1 0 973 0 0 0 240009 1 0 0 25 0 1 0 269999982 5398528 954 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647901 0 0 4096 0 0 0 0 17 1 0 0
/proc/6995/statm: 1318 954 202 428 0 887 0
Current children cumulated CPU time (s) 2400.1
Current children cumulated vsize (KiB) 5272

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 2409.3
CPU time (s): 2400.11
CPU user time (s): 2400.09
CPU system time (s): 0.017997
CPU usage (%): 99.6184
Max. virtual memory (cumulated for all children) (KiB): 5272

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

runsolver used 2.45563 s user time and 6.10007 s system time

The end

Launcher Data (download as text)

Begin job on node42 on Fri Jan 19 14:13:27 UTC 2007


IDJOB= 275042
IDBENCH= 3104
IDSOLVER= 61
FILE ID= node42/275042-1169216007

PBS_JOBID= 3589165

Free space on /tmp= 66560 MiB

SOLVER NAME= aolibdvo 2007-01-17
BENCH NAME= HOME/pub/bench/CPAI06/composed/composed-75-1-2/composed-75-1-2-3_ext.xml
COMMAND LINE= /tmp/evaluation/275042-1169216007/aolibdvo /tmp/evaluation/275042-1169216007/unknown.wcsp
CONVERSION COMMAND LINE= runsolver -w ROOT/results/node42/convwatcher-275042-1169216007 -o ROOT/results/node42/conversion-275042-1169216007 -C 600 -M 900 python xcsp2wcsp.py /tmp/evaluation/275042-1169216007/unknown.xml
CONVERSION RUNSOLVER STATUS CODE= 0
CONVERSION STATUS CODE= 0

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

META MD5SUM SOLVER= 5d0282fabcfebd5fb942c79c8af6ce28
MD5SUM BENCH=  abbc8ca348cdc4ccc94e7ff77e181c08

RANDOM SEED= 652210970

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.229
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.229
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:       1043984 kB
Buffers:         47852 kB
Cached:         867432 kB
SwapCached:        268 kB
Active:         241188 kB
Inactive:       696892 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1043984 kB
SwapTotal:     4192956 kB
SwapFree:      4191892 kB
Dirty:            4824 kB
Writeback:           0 kB
Mapped:          33116 kB
Slab:            59432 kB
Committed_AS:  4786632 kB
PageTables:       1728 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 node42 on Fri Jan 19 14:53:37 UTC 2007