Trace number 282877

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.04 2413.19

General information on the benchmark

NameMaxCSP/spot5/
spot5-509_ext.xml
MD5SUM9c5dff4e49220961d324200bd615f0d5
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkMSAT TO
Best Number of satisfied constraints8379
Best CPU time to get the best result obtained on this benchmark2400.05
Satisfiable
(Un)Satisfiability was proved
Number of variables349
Number of constraints8624
Maximum constraint arity3
Maximum domain size4
Number of constraints which are defined in extension8624
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/282877-1169323571/unknown.xml" file ... done.
writing "/tmp/evaluation/282877-1169323571/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/node1/watcher-282877-1169323571 -o ROOT/results/node1/solver-282877-1169323571 -C 2400 -M 900 /tmp/evaluation/282877-1169323571/aolibpvo /tmp/evaluation/282877-1169323571/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.99 1.97 1.97 5/86 23317
/proc/meminfo: memFree=1263704/2055920 swapFree=4165612/4192956
[pid=23316] ppid=23314 vsize=18540 CPUtime=0
/proc/23316/stat : 23316 (runsolver) R 23314 23316 22093 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 280753193 18984960 279 18446744073709551615 4194304 4267372 548682069072 18446744073709551615 259353275687 0 0 4096 24578 0 0 0 17 1 0 0
/proc/23316/statm: 4635 279 244 17 0 2626 0

[startup+0.132413 s]
/proc/loadavg: 1.99 1.97 1.97 5/86 23317
/proc/meminfo: memFree=1263704/2055920 swapFree=4165612/4192956
[pid=23316] ppid=23314 vsize=3376 CPUtime=0.12
/proc/23316/stat : 23316 (aolibpvo) R 23314 23316 22093 0 -1 0 397 0 0 0 12 0 0 0 20 0 1 0 280753193 3457024 379 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 135054132 0 0 4096 0 0 0 0 17 1 0 0
/proc/23316/statm: 844 379 121 428 0 413 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 3376

[startup+0.540462 s]
/proc/loadavg: 1.99 1.97 1.97 5/86 23317
/proc/meminfo: memFree=1263704/2055920 swapFree=4165612/4192956
[pid=23316] ppid=23314 vsize=4300 CPUtime=0.53
/proc/23316/stat : 23316 (aolibpvo) R 23314 23316 22093 0 -1 0 635 0 0 0 53 0 0 0 24 0 1 0 280753193 4403200 617 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 135054126 0 0 4096 0 0 0 0 17 1 0 0
/proc/23316/statm: 1075 617 121 428 0 644 0
Current children cumulated CPU time (s) 0.53
Current children cumulated vsize (KiB) 4300

[startup+1.36156 s]
/proc/loadavg: 1.99 1.97 1.97 3/86 23317
/proc/meminfo: memFree=1257880/2055920 swapFree=4165612/4192956
[pid=23316] ppid=23314 vsize=8276 CPUtime=1.33
/proc/23316/stat : 23316 (aolibpvo) R 23314 23316 22093 0 -1 0 2607 0 0 0 133 0 0 0 25 0 1 0 280753193 8474624 1665 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 135630485 0 0 4096 0 0 0 0 17 1 0 0
/proc/23316/statm: 2069 1665 170 428 0 1638 0
Current children cumulated CPU time (s) 1.33
Current children cumulated vsize (KiB) 8276

[startup+2.99875 s]
/proc/loadavg: 1.99 1.97 1.97 3/86 23317
/proc/meminfo: memFree=1256024/2055920 swapFree=4165612/4192956
[pid=23316] ppid=23314 vsize=23160 CPUtime=2.96
/proc/23316/stat : 23316 (aolibpvo) R 23314 23316 22093 0 -1 0 5471 0 0 0 294 2 0 0 25 0 1 0 280753193 23715840 4332 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 135747237 0 0 4096 0 0 0 0 17 1 0 0
/proc/23316/statm: 5790 4332 186 428 0 5359 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 23160

[startup+6.27813 s]
/proc/loadavg: 1.99 1.97 1.97 3/86 23317
/proc/meminfo: memFree=1236888/2055920 swapFree=4165612/4192956
[pid=23316] ppid=23314 vsize=31252 CPUtime=6.22
/proc/23316/stat : 23316 (aolibpvo) R 23314 23316 22093 0 -1 0 7977 0 0 0 619 3 0 0 25 0 1 0 280753193 32002048 6838 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647901 0 0 4096 0 0 0 0 17 1 0 0
/proc/23316/statm: 7813 6838 194 428 0 7382 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 31252

[startup+12.7429 s]
/proc/loadavg: 2.07 1.99 1.97 3/86 23317
/proc/meminfo: memFree=1236952/2055920 swapFree=4165612/4192956
[pid=23316] ppid=23314 vsize=31252 CPUtime=12.63
/proc/23316/stat : 23316 (aolibpvo) R 23314 23316 22093 0 -1 0 7977 0 0 0 1260 3 0 0 25 0 1 0 280753193 32002048 6838 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647991 0 0 4096 0 0 0 0 17 1 0 0
/proc/23316/statm: 7813 6838 194 428 0 7382 0
Current children cumulated CPU time (s) 12.63
Current children cumulated vsize (KiB) 31252

[startup+25.5644 s]
/proc/loadavg: 2.06 1.99 1.97 3/86 23317
/proc/meminfo: memFree=1237016/2055920 swapFree=4165612/4192956
[pid=23316] ppid=23314 vsize=31252 CPUtime=25.36
/proc/23316/stat : 23316 (aolibpvo) R 23314 23316 22093 0 -1 0 7977 0 0 0 2533 3 0 0 25 0 1 0 280753193 32002048 6838 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647901 0 0 4096 0 0 0 0 17 1 0 0
/proc/23316/statm: 7813 6838 194 428 0 7382 0
Current children cumulated CPU time (s) 25.36
Current children cumulated vsize (KiB) 31252

[startup+51.2034 s]
/proc/loadavg: 2.04 1.99 1.97 3/86 23317
/proc/meminfo: memFree=1237016/2055920 swapFree=4165612/4192956
[pid=23316] ppid=23314 vsize=31252 CPUtime=50.79
/proc/23316/stat : 23316 (aolibpvo) R 23314 23316 22093 0 -1 0 7979 0 0 0 5076 3 0 0 25 0 1 0 280753193 32002048 6840 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647928 0 0 4096 0 0 0 0 17 1 0 0
/proc/23316/statm: 7813 6840 194 428 0 7382 0
Current children cumulated CPU time (s) 50.79
Current children cumulated vsize (KiB) 31252

[startup+102.477 s]
/proc/loadavg: 2.01 1.99 1.97 3/86 23317
/proc/meminfo: memFree=1237080/2055920 swapFree=4165612/4192956
[pid=23316] ppid=23314 vsize=31252 CPUtime=101.67
/proc/23316/stat : 23316 (aolibpvo) R 23314 23316 22093 0 -1 0 7979 0 0 0 10163 4 0 0 25 0 1 0 280753193 32002048 6840 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647928 0 0 4096 0 0 0 0 17 1 0 0
/proc/23316/statm: 7813 6840 194 428 0 7382 0
Current children cumulated CPU time (s) 101.67
Current children cumulated vsize (KiB) 31252

[startup+162.483 s]
/proc/loadavg: 2.00 1.99 1.97 3/86 23317
/proc/meminfo: memFree=1237080/2055920 swapFree=4165612/4192956
[pid=23316] ppid=23314 vsize=31252 CPUtime=161.19
/proc/23316/stat : 23316 (aolibpvo) R 23314 23316 22093 0 -1 0 7979 0 0 0 16115 4 0 0 25 0 1 0 280753193 32002048 6840 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134683183 0 0 4096 0 0 0 0 17 1 0 0
/proc/23316/statm: 7813 6840 194 428 0 7382 0
Current children cumulated CPU time (s) 161.19
Current children cumulated vsize (KiB) 31252

[startup+222.485 s]
/proc/loadavg: 2.05 2.00 1.98 3/86 23317
/proc/meminfo: memFree=1237080/2055920 swapFree=4165612/4192956
[pid=23316] ppid=23314 vsize=31252 CPUtime=220.7
/proc/23316/stat : 23316 (aolibpvo) R 23314 23316 22093 0 -1 0 7979 0 0 0 22066 4 0 0 25 0 1 0 280753193 32002048 6840 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134683204 0 0 4096 0 0 0 0 17 1 0 0
/proc/23316/statm: 7813 6840 194 428 0 7382 0
Current children cumulated CPU time (s) 220.7
Current children cumulated vsize (KiB) 31252

[startup+282.586 s]
/proc/loadavg: 2.02 2.00 1.98 3/86 23317
/proc/meminfo: memFree=1237208/2055920 swapFree=4165612/4192956
[pid=23316] ppid=23314 vsize=31252 CPUtime=280.3
/proc/23316/stat : 23316 (aolibpvo) R 23314 23316 22093 0 -1 0 7984 0 0 0 28025 5 0 0 25 0 1 0 280753193 32002048 6845 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134683227 0 0 4096 0 0 0 0 17 1 0 0
/proc/23316/statm: 7813 6845 194 428 0 7382 0
Current children cumulated CPU time (s) 280.3
Current children cumulated vsize (KiB) 31252

[startup+342.686 s]
/proc/loadavg: 2.00 2.00 1.98 3/86 23317
/proc/meminfo: memFree=1237208/2055920 swapFree=4165612/4192956
[pid=23316] ppid=23314 vsize=31252 CPUtime=339.92
/proc/23316/stat : 23316 (aolibpvo) R 23314 23316 22093 0 -1 0 7984 0 0 0 33986 6 0 0 25 0 1 0 280753193 32002048 6845 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647985 0 0 4096 0 0 0 0 17 1 0 0
/proc/23316/statm: 7813 6845 194 428 0 7382 0
Current children cumulated CPU time (s) 339.92
Current children cumulated vsize (KiB) 31252

[startup+402.784 s]
/proc/loadavg: 2.00 2.00 1.98 3/86 23317
/proc/meminfo: memFree=1237208/2055920 swapFree=4165612/4192956
[pid=23316] ppid=23314 vsize=31252 CPUtime=399.53
/proc/23316/stat : 23316 (aolibpvo) R 23314 23316 22093 0 -1 0 7984 0 0 0 39947 6 0 0 25 0 1 0 280753193 32002048 6845 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647907 0 0 4096 0 0 0 0 17 1 0 0
/proc/23316/statm: 7813 6845 194 428 0 7382 0
Current children cumulated CPU time (s) 399.53
Current children cumulated vsize (KiB) 31252

[startup+462.787 s]
/proc/loadavg: 2.00 2.00 1.98 3/86 23317
/proc/meminfo: memFree=1237208/2055920 swapFree=4165612/4192956
[pid=23316] ppid=23314 vsize=31252 CPUtime=459.04
/proc/23316/stat : 23316 (aolibpvo) R 23314 23316 22093 0 -1 0 7984 0 0 0 45898 6 0 0 25 0 1 0 280753193 32002048 6845 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 135237555 0 0 4096 0 0 0 0 17 1 0 0
/proc/23316/statm: 7813 6845 194 428 0 7382 0
Current children cumulated CPU time (s) 459.04
Current children cumulated vsize (KiB) 31252

[startup+522.881 s]
/proc/loadavg: 2.00 2.00 1.98 3/86 23317
/proc/meminfo: memFree=1237208/2055920 swapFree=4165612/4192956
[pid=23316] ppid=23314 vsize=31252 CPUtime=518.66
/proc/23316/stat : 23316 (aolibpvo) R 23314 23316 22093 0 -1 0 7984 0 0 0 51859 7 0 0 25 0 1 0 280753193 32002048 6845 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647997 0 0 4096 0 0 0 0 17 1 0 0
/proc/23316/statm: 7813 6845 194 428 0 7382 0
Current children cumulated CPU time (s) 518.66
Current children cumulated vsize (KiB) 31252

[startup+582.885 s]
/proc/loadavg: 2.03 2.01 1.98 3/86 23317
/proc/meminfo: memFree=1237208/2055920 swapFree=4165612/4192956
[pid=23316] ppid=23314 vsize=31252 CPUtime=578.14
/proc/23316/stat : 23316 (aolibpvo) R 23314 23316 22093 0 -1 0 7984 0 0 0 57807 7 0 0 25 0 1 0 280753193 32002048 6845 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647907 0 0 4096 0 0 0 0 17 1 0 0
/proc/23316/statm: 7813 6845 194 428 0 7382 0
Current children cumulated CPU time (s) 578.14
Current children cumulated vsize (KiB) 31252

[startup+642.981 s]
/proc/loadavg: 2.01 2.01 1.98 3/86 23317
/proc/meminfo: memFree=1237208/2055920 swapFree=4165612/4192956
[pid=23316] ppid=23314 vsize=31252 CPUtime=637.75
/proc/23316/stat : 23316 (aolibpvo) R 23314 23316 22093 0 -1 0 7984 0 0 0 63767 8 0 0 25 0 1 0 280753193 32002048 6845 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647901 0 0 4096 0 0 0 0 17 1 0 0
/proc/23316/statm: 7813 6845 194 428 0 7382 0
Current children cumulated CPU time (s) 637.75
Current children cumulated vsize (KiB) 31252

[startup+702.989 s]
/proc/loadavg: 2.00 2.00 1.98 3/86 23317
/proc/meminfo: memFree=1237208/2055920 swapFree=4165612/4192956
[pid=23316] ppid=23314 vsize=31252 CPUtime=697.26
/proc/23316/stat : 23316 (aolibpvo) R 23314 23316 22093 0 -1 0 7984 0 0 0 69717 9 0 0 25 0 1 0 280753193 32002048 6845 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647901 0 0 4096 0 0 0 0 17 1 0 0
/proc/23316/statm: 7813 6845 194 428 0 7382 0
Current children cumulated CPU time (s) 697.26
Current children cumulated vsize (KiB) 31252

[startup+762.993 s]
/proc/loadavg: 2.00 2.00 1.98 3/86 23317
/proc/meminfo: memFree=1237208/2055920 swapFree=4165612/4192956
[pid=23316] ppid=23314 vsize=31252 CPUtime=756.75
/proc/23316/stat : 23316 (aolibpvo) R 23314 23316 22093 0 -1 0 7984 0 0 0 75666 9 0 0 25 0 1 0 280753193 32002048 6845 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134683202 0 0 4096 0 0 0 0 17 1 0 0
/proc/23316/statm: 7813 6845 194 428 0 7382 0
Current children cumulated CPU time (s) 756.75
Current children cumulated vsize (KiB) 31252

[startup+822.997 s]
/proc/loadavg: 2.04 2.01 1.99 3/86 23317
/proc/meminfo: memFree=1237144/2055920 swapFree=4165612/4192956
[pid=23316] ppid=23314 vsize=31252 CPUtime=816.25

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

Current children cumulated vsize (KiB) 31252

[startup+1423.43 s]
/proc/loadavg: 2.00 2.00 2.00 3/86 23319
/proc/meminfo: memFree=1237208/2055920 swapFree=4165612/4192956
[pid=23316] ppid=23314 vsize=31252 CPUtime=1411.76
/proc/23316/stat : 23316 (aolibpvo) R 23314 23316 22093 0 -1 0 7984 0 0 0 141161 15 0 0 25 0 1 0 280753193 32002048 6845 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647907 0 0 4096 0 0 0 0 17 1 0 0
/proc/23316/statm: 7813 6845 194 428 0 7382 0
Current children cumulated CPU time (s) 1411.76
Current children cumulated vsize (KiB) 31252

[startup+1483.53 s]
/proc/loadavg: 2.00 2.00 2.00 3/86 23319
/proc/meminfo: memFree=1237208/2055920 swapFree=4165612/4192956
[pid=23316] ppid=23314 vsize=31252 CPUtime=1471.36
/proc/23316/stat : 23316 (aolibpvo) R 23314 23316 22093 0 -1 0 7984 0 0 0 147121 15 0 0 25 0 1 0 280753193 32002048 6845 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 135237558 0 0 4096 0 0 0 0 17 1 0 0
/proc/23316/statm: 7813 6845 194 428 0 7382 0
Current children cumulated CPU time (s) 1471.36
Current children cumulated vsize (KiB) 31252

[startup+1543.61 s]
/proc/loadavg: 1.92 1.97 1.99 3/86 23582
/proc/meminfo: memFree=1254992/2055920 swapFree=4165612/4192956
[pid=23316] ppid=23314 vsize=31252 CPUtime=1531.32
/proc/23316/stat : 23316 (aolibpvo) R 23314 23316 22093 0 -1 0 7984 0 0 0 153114 18 0 0 25 0 1 0 280753193 32002048 6845 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647898 0 0 4096 0 0 0 0 17 0 0 0
/proc/23316/statm: 7813 6845 194 428 0 7382 0
Current children cumulated CPU time (s) 1531.32
Current children cumulated vsize (KiB) 31252

[startup+1603.68 s]
/proc/loadavg: 1.97 1.97 1.99 3/93 23642
/proc/meminfo: memFree=1230816/2055920 swapFree=4165612/4192956
[pid=23316] ppid=23314 vsize=31252 CPUtime=1591.34
/proc/23316/stat : 23316 (aolibpvo) R 23314 23316 22093 0 -1 0 7984 0 0 0 159115 19 0 0 25 0 1 0 280753193 32002048 6845 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134611847 0 0 4096 0 0 0 0 17 0 0 0
/proc/23316/statm: 7813 6845 194 428 0 7382 0
Current children cumulated CPU time (s) 1591.34
Current children cumulated vsize (KiB) 31252

[startup+1663.71 s]
/proc/loadavg: 2.12 2.00 2.00 3/93 23642
/proc/meminfo: memFree=1230752/2055920 swapFree=4165612/4192956
[pid=23316] ppid=23314 vsize=31252 CPUtime=1651.29
/proc/23316/stat : 23316 (aolibpvo) R 23314 23316 22093 0 -1 0 7984 0 0 0 165110 19 0 0 25 0 1 0 280753193 32002048 6845 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647991 0 0 4096 0 0 0 0 17 0 0 0
/proc/23316/statm: 7813 6845 194 428 0 7382 0
Current children cumulated CPU time (s) 1651.29
Current children cumulated vsize (KiB) 31252

[startup+1723.8 s]
/proc/loadavg: 2.11 2.02 2.00 3/93 23642
/proc/meminfo: memFree=1230752/2055920 swapFree=4165612/4192956
[pid=23316] ppid=23314 vsize=31252 CPUtime=1711.33
/proc/23316/stat : 23316 (aolibpvo) R 23314 23316 22093 0 -1 0 7984 0 0 0 171114 19 0 0 25 0 1 0 280753193 32002048 6845 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647907 0 0 4096 0 0 0 0 17 0 0 0
/proc/23316/statm: 7813 6845 194 428 0 7382 0
Current children cumulated CPU time (s) 1711.33
Current children cumulated vsize (KiB) 31252

[startup+1783.8 s]
/proc/loadavg: 2.04 2.01 2.00 3/93 23642
/proc/meminfo: memFree=1230752/2055920 swapFree=4165612/4192956
[pid=23316] ppid=23314 vsize=31252 CPUtime=1771.28
/proc/23316/stat : 23316 (aolibpvo) R 23314 23316 22093 0 -1 0 7984 0 0 0 177109 19 0 0 25 0 1 0 280753193 32002048 6845 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647907 0 0 4096 0 0 0 0 17 0 0 0
/proc/23316/statm: 7813 6845 194 428 0 7382 0
Current children cumulated CPU time (s) 1771.28
Current children cumulated vsize (KiB) 31252

[startup+1843.85 s]
/proc/loadavg: 2.01 2.00 2.00 3/93 23642
/proc/meminfo: memFree=1230688/2055920 swapFree=4165612/4192956
[pid=23316] ppid=23314 vsize=31252 CPUtime=1831.25
/proc/23316/stat : 23316 (aolibpvo) R 23314 23316 22093 0 -1 0 7984 0 0 0 183106 19 0 0 25 0 1 0 280753193 32002048 6845 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647930 0 0 4096 0 0 0 0 17 0 0 0
/proc/23316/statm: 7813 6845 194 428 0 7382 0
Current children cumulated CPU time (s) 1831.25
Current children cumulated vsize (KiB) 31252

[startup+1903.92 s]
/proc/loadavg: 2.00 2.00 2.00 3/93 23642
/proc/meminfo: memFree=1230688/2055920 swapFree=4165612/4192956
[pid=23316] ppid=23314 vsize=31252 CPUtime=1891.27
/proc/23316/stat : 23316 (aolibpvo) R 23314 23316 22093 0 -1 0 7984 0 0 0 189107 20 0 0 25 0 1 0 280753193 32002048 6845 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134683297 0 0 4096 0 0 0 0 17 0 0 0
/proc/23316/statm: 7813 6845 194 428 0 7382 0
Current children cumulated CPU time (s) 1891.27
Current children cumulated vsize (KiB) 31252

[startup+1964.02 s]
/proc/loadavg: 2.00 2.00 2.00 3/93 23642
/proc/meminfo: memFree=1230752/2055920 swapFree=4165612/4192956
[pid=23316] ppid=23314 vsize=31252 CPUtime=1951.31
/proc/23316/stat : 23316 (aolibpvo) R 23314 23316 22093 0 -1 0 7984 0 0 0 195111 20 0 0 25 0 1 0 280753193 32002048 6845 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134683151 0 0 4096 0 0 0 0 17 0 0 0
/proc/23316/statm: 7813 6845 194 428 0 7382 0
Current children cumulated CPU time (s) 1951.31
Current children cumulated vsize (KiB) 31252

[startup+2024.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/93 23642
/proc/meminfo: memFree=1230752/2055920 swapFree=4165612/4192956
[pid=23316] ppid=23314 vsize=31252 CPUtime=2011.32
/proc/23316/stat : 23316 (aolibpvo) R 23314 23316 22093 0 -1 0 7984 0 0 0 201112 20 0 0 25 0 1 0 280753193 32002048 6845 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134691713 0 0 4096 0 0 0 0 17 0 0 0
/proc/23316/statm: 7813 6845 194 428 0 7382 0
Current children cumulated CPU time (s) 2011.32
Current children cumulated vsize (KiB) 31252

[startup+2084.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/93 23642
/proc/meminfo: memFree=1230752/2055920 swapFree=4165612/4192956
[pid=23316] ppid=23314 vsize=31252 CPUtime=2071.26
/proc/23316/stat : 23316 (aolibpvo) R 23314 23316 22093 0 -1 0 7984 0 0 0 207106 20 0 0 25 0 1 0 280753193 32002048 6845 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134683215 0 0 4096 0 0 0 0 17 0 0 0
/proc/23316/statm: 7813 6845 194 428 0 7382 0
Current children cumulated CPU time (s) 2071.26
Current children cumulated vsize (KiB) 31252

[startup+2144.2 s]
/proc/loadavg: 2.00 2.00 2.00 3/93 23642
/proc/meminfo: memFree=1230752/2055920 swapFree=4165612/4192956
[pid=23316] ppid=23314 vsize=31252 CPUtime=2131.3
/proc/23316/stat : 23316 (aolibpvo) R 23314 23316 22093 0 -1 0 7984 0 0 0 213110 20 0 0 25 0 1 0 280753193 32002048 6845 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647901 0 0 4096 0 0 0 0 17 0 0 0
/proc/23316/statm: 7813 6845 194 428 0 7382 0
Current children cumulated CPU time (s) 2131.3
Current children cumulated vsize (KiB) 31252

[startup+2204.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/93 23642
/proc/meminfo: memFree=1230688/2055920 swapFree=4165612/4192956
[pid=23316] ppid=23314 vsize=31252 CPUtime=2191.32
/proc/23316/stat : 23316 (aolibpvo) R 23314 23316 22093 0 -1 0 7984 0 0 0 219112 20 0 0 25 0 1 0 280753193 32002048 6845 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647907 0 0 4096 0 0 0 0 17 0 0 0
/proc/23316/statm: 7813 6845 194 428 0 7382 0
Current children cumulated CPU time (s) 2191.32
Current children cumulated vsize (KiB) 31252

[startup+2264.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/93 23642
/proc/meminfo: memFree=1230752/2055920 swapFree=4165612/4192956
[pid=23316] ppid=23314 vsize=31252 CPUtime=2251.27
/proc/23316/stat : 23316 (aolibpvo) R 23314 23316 22093 0 -1 0 7984 0 0 0 225107 20 0 0 25 0 1 0 280753193 32002048 6845 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 135150691 0 0 4096 0 0 0 0 17 0 0 0
/proc/23316/statm: 7813 6845 194 428 0 7382 0
Current children cumulated CPU time (s) 2251.27
Current children cumulated vsize (KiB) 31252

[startup+2324.32 s]
/proc/loadavg: 2.00 2.00 2.00 3/93 23642
/proc/meminfo: memFree=1230688/2055920 swapFree=4165612/4192956
[pid=23316] ppid=23314 vsize=31252 CPUtime=2311.24
/proc/23316/stat : 23316 (aolibpvo) R 23314 23316 22093 0 -1 0 7984 0 0 0 231103 21 0 0 25 0 1 0 280753193 32002048 6845 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647967 0 0 4096 0 0 0 0 17 0 0 0
/proc/23316/statm: 7813 6845 194 428 0 7382 0
Current children cumulated CPU time (s) 2311.24
Current children cumulated vsize (KiB) 31252

[startup+2384.38 s]
/proc/loadavg: 1.47 1.86 1.95 2/81 23652
/proc/meminfo: memFree=1257920/2055920 swapFree=4165612/4192956
[pid=23316] ppid=23314 vsize=31252 CPUtime=2371.24
/proc/23316/stat : 23316 (aolibpvo) R 23314 23316 22093 0 -1 0 7984 0 0 0 237103 21 0 0 25 0 1 0 280753193 32002048 6845 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134683183 0 0 4096 0 0 0 0 17 0 0 0
/proc/23316/statm: 7813 6845 194 428 0 7382 0
Current children cumulated CPU time (s) 2371.24
Current children cumulated vsize (KiB) 31252



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2413.18 s]
/proc/loadavg: 1.28 1.77 1.92 2/81 23691
/proc/meminfo: memFree=1258240/2055920 swapFree=4165612/4192956
[pid=23316] ppid=23314 vsize=31252 CPUtime=2400.03
/proc/23316/stat : 23316 (aolibpvo) R 23314 23316 22093 0 -1 0 7984 0 0 0 239982 21 0 0 25 0 1 0 280753193 32002048 6845 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134723928 0 0 4096 0 0 0 0 17 0 0 0
/proc/23316/statm: 7813 6845 194 428 0 7382 0
Current children cumulated CPU time (s) 2400.03
Current children cumulated vsize (KiB) 31252

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 2413.19
CPU time (s): 2400.04
CPU user time (s): 2399.82
CPU system time (s): 0.221966
CPU usage (%): 99.4551
Max. virtual memory (cumulated for all children) (KiB): 31252

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

runsolver used 2.6046 s user time and 6.70098 s system time

The end

Launcher Data (download as text)

Begin job on node1 on Sat Jan 20 20:06:11 UTC 2007


IDJOB= 282877
IDBENCH= 12906
IDSOLVER= 60
FILE ID= node1/282877-1169323571

PBS_JOBID= 3610083

Free space on /tmp= 66559 MiB

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

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

META MD5SUM SOLVER= b8e99429ba4d9a99d2bd28d3d95367aa
MD5SUM BENCH=  9c5dff4e49220961d324200bd615f0d5

RANDOM SEED= 127805517

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.234
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.234
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:       1264120 kB
Buffers:         55448 kB
Cached:         599372 kB
SwapCached:       4372 kB
Active:         317624 kB
Inactive:       395700 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1264120 kB
SwapTotal:     4192956 kB
SwapFree:      4165612 kB
Dirty:            2960 kB
Writeback:           0 kB
Mapped:          69344 kB
Slab:            63276 kB
Committed_AS:  8823068 kB
PageTables:       2320 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= 66562 MiB



End job on node1 on Sat Jan 20 20:46:35 UTC 2007