Trace number 282814

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.09 2408.94

General information on the benchmark

NameMaxCSP/spot5/
spot5-5_ext.xml
MD5SUM38cec9c843ddb2f63f6b362a9311270e
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkMSAT TO
Best Number of satisfied constraints5413
Best CPU time to get the best result obtained on this benchmark2400.11
Satisfiable
(Un)Satisfiability was proved
Number of variables310
Number of constraints5621
Maximum constraint arity3
Maximum domain size4
Number of constraints which are defined in extension5621
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/282814-1169322655/unknown.xml" file ... done.
writing "/tmp/evaluation/282814-1169322655/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-282814-1169322655 -o ROOT/results/node1/solver-282814-1169322655 -C 2400 -M 900 /tmp/evaluation/282814-1169322655/aolibpvo /tmp/evaluation/282814-1169322655/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.65 1.91 1.97 3/87 23070
/proc/meminfo: memFree=1225096/2055920 swapFree=4165612/4192956
[pid=23069] ppid=23067 vsize=2452 CPUtime=0
/proc/23069/stat : 23069 (aolibpvo) R 23067 23069 22826 0 -1 0 161 0 0 0 0 0 0 0 20 0 1 0 280661442 2510848 143 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 135870806 0 0 4096 0 0 0 0 17 1 0 0
/proc/23069/statm: 613 143 120 428 0 182 0

[startup+0.103529 s]
/proc/loadavg: 1.65 1.91 1.97 3/87 23070
/proc/meminfo: memFree=1225096/2055920 swapFree=4165612/4192956
[pid=23069] ppid=23067 vsize=2980 CPUtime=0.09
/proc/23069/stat : 23069 (aolibpvo) R 23067 23069 22826 0 -1 0 311 0 0 0 9 0 0 0 20 0 1 0 280661442 3051520 293 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134925556 0 0 4096 0 0 0 0 17 1 0 0
/proc/23069/statm: 745 293 121 428 0 314 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 2980

[startup+0.515774 s]
/proc/loadavg: 1.65 1.91 1.97 3/87 23070
/proc/meminfo: memFree=1225096/2055920 swapFree=4165612/4192956
[pid=23069] ppid=23067 vsize=5816 CPUtime=0.5
/proc/23069/stat : 23069 (aolibpvo) R 23067 23069 22826 0 -1 0 1718 0 0 0 50 0 0 0 24 0 1 0 280661442 5955584 1045 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 135160507 0 0 4096 0 0 0 0 17 1 0 0
/proc/23069/statm: 1454 1045 169 428 0 1023 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 5816

[startup+1.34467 s]
/proc/loadavg: 1.67 1.91 1.97 3/87 23070
/proc/meminfo: memFree=1221064/2055920 swapFree=4165612/4192956
[pid=23069] ppid=23067 vsize=6592 CPUtime=1.32
/proc/23069/stat : 23069 (aolibpvo) R 23067 23069 22826 0 -1 0 2015 0 0 0 132 0 0 0 25 0 1 0 280661442 6750208 1242 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 135173669 0 0 4096 0 0 0 0 17 1 0 0
/proc/23069/statm: 1648 1242 170 428 0 1217 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 6592

[startup+2.98287 s]
/proc/loadavg: 1.67 1.91 1.97 3/87 23070
/proc/meminfo: memFree=1207688/2055920 swapFree=4165612/4192956
[pid=23069] ppid=23067 vsize=19764 CPUtime=2.94
/proc/23069/stat : 23069 (aolibpvo) R 23067 23069 22826 0 -1 0 5381 0 0 0 292 2 0 0 25 0 1 0 280661442 20238336 4558 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134684755 0 0 4096 0 0 0 0 17 1 0 0
/proc/23069/statm: 4941 4558 194 428 0 4510 0
Current children cumulated CPU time (s) 2.94
Current children cumulated vsize (KiB) 19764

[startup+6.26225 s]
/proc/loadavg: 1.70 1.91 1.97 3/87 23070
/proc/meminfo: memFree=1207560/2055920 swapFree=4165612/4192956
[pid=23069] ppid=23067 vsize=19764 CPUtime=6.2
/proc/23069/stat : 23069 (aolibpvo) R 23067 23069 22826 0 -1 0 5381 0 0 0 618 2 0 0 25 0 1 0 280661442 20238336 4558 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647967 0 0 4096 0 0 0 0 17 1 0 0
/proc/23069/statm: 4941 4558 194 428 0 4510 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 19764

[startup+12.727 s]
/proc/loadavg: 1.72 1.91 1.97 3/87 23070
/proc/meminfo: memFree=1207568/2055920 swapFree=4165612/4192956
[pid=23069] ppid=23067 vsize=19764 CPUtime=12.61
/proc/23069/stat : 23069 (aolibpvo) R 23067 23069 22826 0 -1 0 5381 0 0 0 1259 2 0 0 25 0 1 0 280661442 20238336 4558 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134611773 0 0 4096 0 0 0 0 17 1 0 0
/proc/23069/statm: 4941 4558 194 428 0 4510 0
Current children cumulated CPU time (s) 12.61
Current children cumulated vsize (KiB) 19764

[startup+25.5505 s]
/proc/loadavg: 1.77 1.92 1.97 3/87 23070
/proc/meminfo: memFree=1207696/2055920 swapFree=4165612/4192956
[pid=23069] ppid=23067 vsize=19764 CPUtime=25.33
/proc/23069/stat : 23069 (aolibpvo) R 23067 23069 22826 0 -1 0 5381 0 0 0 2531 2 0 0 25 0 1 0 280661442 20238336 4558 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647907 0 0 4096 0 0 0 0 17 1 0 0
/proc/23069/statm: 4941 4558 194 428 0 4510 0
Current children cumulated CPU time (s) 25.33
Current children cumulated vsize (KiB) 19764

[startup+51.1987 s]
/proc/loadavg: 1.86 1.92 1.97 3/87 23070
/proc/meminfo: memFree=1207760/2055920 swapFree=4165612/4192956
[pid=23069] ppid=23067 vsize=19764 CPUtime=50.77
/proc/23069/stat : 23069 (aolibpvo) R 23067 23069 22826 0 -1 0 5381 0 0 0 5075 2 0 0 25 0 1 0 280661442 20238336 4558 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647901 0 0 4096 0 0 0 0 17 1 0 0
/proc/23069/statm: 4941 4558 194 428 0 4510 0
Current children cumulated CPU time (s) 50.77
Current children cumulated vsize (KiB) 19764

[startup+102.492 s]
/proc/loadavg: 1.94 1.93 1.97 3/87 23070
/proc/meminfo: memFree=1207760/2055920 swapFree=4165612/4192956
[pid=23069] ppid=23067 vsize=19764 CPUtime=101.67
/proc/23069/stat : 23069 (aolibpvo) R 23067 23069 22826 0 -1 0 5381 0 0 0 10164 3 0 0 25 0 1 0 280661442 20238336 4558 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647901 0 0 4096 0 0 0 0 17 1 0 0
/proc/23069/statm: 4941 4558 194 428 0 4510 0
Current children cumulated CPU time (s) 101.67
Current children cumulated vsize (KiB) 19764

[startup+162.503 s]
/proc/loadavg: 1.97 1.94 1.97 3/87 23070
/proc/meminfo: memFree=1207824/2055920 swapFree=4165612/4192956
[pid=23069] ppid=23067 vsize=19764 CPUtime=161.22
/proc/23069/stat : 23069 (aolibpvo) R 23067 23069 22826 0 -1 0 5381 0 0 0 16119 3 0 0 25 0 1 0 280661442 20238336 4558 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647907 0 0 4096 0 0 0 0 17 1 0 0
/proc/23069/statm: 4941 4558 194 428 0 4510 0
Current children cumulated CPU time (s) 161.22
Current children cumulated vsize (KiB) 19764

[startup+222.525 s]
/proc/loadavg: 1.99 1.95 1.97 3/87 23070
/proc/meminfo: memFree=1207824/2055920 swapFree=4165612/4192956
[pid=23069] ppid=23067 vsize=19764 CPUtime=220.76
/proc/23069/stat : 23069 (aolibpvo) R 23067 23069 22826 0 -1 0 5381 0 0 0 22073 3 0 0 25 0 1 0 280661442 20238336 4558 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647901 0 0 4096 0 0 0 0 17 1 0 0
/proc/23069/statm: 4941 4558 194 428 0 4510 0
Current children cumulated CPU time (s) 220.76
Current children cumulated vsize (KiB) 19764

[startup+282.54 s]
/proc/loadavg: 1.99 1.95 1.97 3/87 23070
/proc/meminfo: memFree=1207824/2055920 swapFree=4165612/4192956
[pid=23069] ppid=23067 vsize=19764 CPUtime=280.31
/proc/23069/stat : 23069 (aolibpvo) R 23067 23069 22826 0 -1 0 5381 0 0 0 28027 4 0 0 25 0 1 0 280661442 20238336 4558 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 135237555 0 0 4096 0 0 0 0 17 1 0 0
/proc/23069/statm: 4941 4558 194 428 0 4510 0
Current children cumulated CPU time (s) 280.31
Current children cumulated vsize (KiB) 19764

[startup+342.554 s]
/proc/loadavg: 1.99 1.96 1.97 3/87 23070
/proc/meminfo: memFree=1207760/2055920 swapFree=4165612/4192956
[pid=23069] ppid=23067 vsize=19764 CPUtime=339.85
/proc/23069/stat : 23069 (aolibpvo) R 23067 23069 22826 0 -1 0 5381 0 0 0 33980 5 0 0 25 0 1 0 280661442 20238336 4558 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647848 0 0 4096 0 0 0 0 17 1 0 0
/proc/23069/statm: 4941 4558 194 428 0 4510 0
Current children cumulated CPU time (s) 339.85
Current children cumulated vsize (KiB) 19764

[startup+402.559 s]
/proc/loadavg: 1.99 1.97 1.97 3/87 23070
/proc/meminfo: memFree=1207824/2055920 swapFree=4165612/4192956
[pid=23069] ppid=23067 vsize=19764 CPUtime=399.41
/proc/23069/stat : 23069 (aolibpvo) R 23067 23069 22826 0 -1 0 5381 0 0 0 39936 5 0 0 25 0 1 0 280661442 20238336 4558 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647990 0 0 4096 0 0 0 0 17 1 0 0
/proc/23069/statm: 4941 4558 194 428 0 4510 0
Current children cumulated CPU time (s) 399.41
Current children cumulated vsize (KiB) 19764

[startup+462.638 s]
/proc/loadavg: 1.99 1.97 1.97 3/87 23070
/proc/meminfo: memFree=1207824/2055920 swapFree=4165612/4192956
[pid=23069] ppid=23067 vsize=19764 CPUtime=459.04
/proc/23069/stat : 23069 (aolibpvo) R 23067 23069 22826 0 -1 0 5381 0 0 0 45899 5 0 0 25 0 1 0 280661442 20238336 4558 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647967 0 0 4096 0 0 0 0 17 1 0 0
/proc/23069/statm: 4941 4558 194 428 0 4510 0
Current children cumulated CPU time (s) 459.04
Current children cumulated vsize (KiB) 19764

[startup+522.718 s]
/proc/loadavg: 1.99 1.97 1.97 3/87 23070
/proc/meminfo: memFree=1207760/2055920 swapFree=4165612/4192956
[pid=23069] ppid=23067 vsize=19764 CPUtime=518.68
/proc/23069/stat : 23069 (aolibpvo) R 23067 23069 22826 0 -1 0 5381 0 0 0 51862 6 0 0 25 0 1 0 280661442 20238336 4558 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134648053 0 0 4096 0 0 0 0 17 1 0 0
/proc/23069/statm: 4941 4558 194 428 0 4510 0
Current children cumulated CPU time (s) 518.68
Current children cumulated vsize (KiB) 19764

[startup+582.718 s]
/proc/loadavg: 1.99 1.97 1.97 3/87 23070
/proc/meminfo: memFree=1207760/2055920 swapFree=4165612/4192956
[pid=23069] ppid=23067 vsize=19764 CPUtime=578.2
/proc/23069/stat : 23069 (aolibpvo) R 23067 23069 22826 0 -1 0 5381 0 0 0 57814 6 0 0 25 0 1 0 280661442 20238336 4558 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647901 0 0 4096 0 0 0 0 17 1 0 0
/proc/23069/statm: 4941 4558 194 428 0 4510 0
Current children cumulated CPU time (s) 578.2
Current children cumulated vsize (KiB) 19764

[startup+642.813 s]
/proc/loadavg: 1.99 1.97 1.97 3/93 23204
/proc/meminfo: memFree=1205984/2055920 swapFree=4165612/4192956
[pid=23069] ppid=23067 vsize=20172 CPUtime=637.67
/proc/23069/stat : 23069 (aolibpvo) R 23067 23069 22826 0 -1 0 5789 0 0 0 63760 7 0 0 25 0 1 0 280661442 20656128 4668 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647928 0 0 4096 0 0 0 0 17 1 0 0
/proc/23069/statm: 5043 4668 194 428 0 4612 0
Current children cumulated CPU time (s) 637.67
Current children cumulated vsize (KiB) 20172

[startup+702.907 s]
/proc/loadavg: 1.99 1.97 1.97 3/87 23268
/proc/meminfo: memFree=1206992/2055920 swapFree=4165612/4192956
[pid=23069] ppid=23067 vsize=20172 CPUtime=697.21
/proc/23069/stat : 23069 (aolibpvo) R 23067 23069 22826 0 -1 0 8457 0 0 0 69711 10 0 0 25 0 1 0 280661442 20656128 4668 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647901 0 0 4096 0 0 0 0 17 1 0 0
/proc/23069/statm: 5043 4668 194 428 0 4612 0
Current children cumulated CPU time (s) 697.21
Current children cumulated vsize (KiB) 20172

[startup+762.926 s]
/proc/loadavg: 1.99 1.97 1.97 4/87 23268
/proc/meminfo: memFree=1206992/2055920 swapFree=4165612/4192956
[pid=23069] ppid=23067 vsize=20172 CPUtime=756.74
/proc/23069/stat : 23069 (aolibpvo) R 23067 23069 22826 0 -1 0 11445 0 0 0 75661 13 0 0 25 0 1 0 280661442 20656128 4668 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647928 0 0 4096 0 0 0 0 17 1 0 0
/proc/23069/statm: 5043 4668 194 428 0 4612 0
Current children cumulated CPU time (s) 756.74
Current children cumulated vsize (KiB) 20172

[startup+823.006 s]
/proc/loadavg: 1.99 1.97 1.97 3/87 23268
/proc/meminfo: memFree=1206992/2055920 swapFree=4165612/4192956
[pid=23069] ppid=23067 vsize=20172 CPUtime=816.38

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

Current children cumulated vsize (KiB) 20172

[startup+1423.67 s]
/proc/loadavg: 2.00 2.00 1.98 3/86 23317
/proc/meminfo: memFree=1237208/2055920 swapFree=4165612/4192956
[pid=23069] ppid=23067 vsize=20172 CPUtime=1415.85
/proc/23069/stat : 23069 (aolibpvo) R 23067 23069 22826 0 -1 0 33365 0 0 0 141551 34 0 0 25 0 1 0 280661442 20656128 4668 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647901 0 0 4096 0 0 0 0 17 0 0 0
/proc/23069/statm: 5043 4668 194 428 0 4612 0
Current children cumulated CPU time (s) 1415.85
Current children cumulated vsize (KiB) 20172

[startup+1483.67 s]
/proc/loadavg: 2.04 2.01 1.98 3/86 23317
/proc/meminfo: memFree=1237208/2055920 swapFree=4165612/4192956
[pid=23069] ppid=23067 vsize=20172 CPUtime=1475.78
/proc/23069/stat : 23069 (aolibpvo) R 23067 23069 22826 0 -1 0 36096 0 0 0 147542 36 0 0 25 0 1 0 280661442 20656128 4668 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647935 0 0 4096 0 0 0 0 17 0 0 0
/proc/23069/statm: 5043 4668 194 428 0 4612 0
Current children cumulated CPU time (s) 1475.78
Current children cumulated vsize (KiB) 20172

[startup+1543.67 s]
/proc/loadavg: 2.01 2.01 1.98 3/86 23317
/proc/meminfo: memFree=1237208/2055920 swapFree=4165612/4192956
[pid=23069] ppid=23067 vsize=20172 CPUtime=1535.71
/proc/23069/stat : 23069 (aolibpvo) R 23067 23069 22826 0 -1 0 37983 0 0 0 153533 38 0 0 25 0 1 0 280661442 20656128 4668 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647901 0 0 4096 0 0 0 0 17 0 0 0
/proc/23069/statm: 5043 4668 194 428 0 4612 0
Current children cumulated CPU time (s) 1535.71
Current children cumulated vsize (KiB) 20172

[startup+1603.67 s]
/proc/loadavg: 2.00 2.00 1.98 3/86 23317
/proc/meminfo: memFree=1237208/2055920 swapFree=4165612/4192956
[pid=23069] ppid=23067 vsize=20172 CPUtime=1595.65
/proc/23069/stat : 23069 (aolibpvo) R 23067 23069 22826 0 -1 0 40022 0 0 0 159526 39 0 0 25 0 1 0 280661442 20656128 4668 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647901 0 0 4096 0 0 0 0 17 0 0 0
/proc/23069/statm: 5043 4668 194 428 0 4612 0
Current children cumulated CPU time (s) 1595.65
Current children cumulated vsize (KiB) 20172

[startup+1663.68 s]
/proc/loadavg: 2.00 2.00 1.98 3/86 23317
/proc/meminfo: memFree=1237144/2055920 swapFree=4165612/4192956
[pid=23069] ppid=23067 vsize=20172 CPUtime=1655.6
/proc/23069/stat : 23069 (aolibpvo) R 23067 23069 22826 0 -1 0 42765 0 0 0 165519 41 0 0 25 0 1 0 280661442 20656128 4668 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647983 0 0 4096 0 0 0 0 17 0 0 0
/proc/23069/statm: 5043 4668 194 428 0 4612 0
Current children cumulated CPU time (s) 1655.6
Current children cumulated vsize (KiB) 20172

[startup+1723.68 s]
/proc/loadavg: 2.06 2.01 1.99 3/86 23317
/proc/meminfo: memFree=1237208/2055920 swapFree=4165612/4192956
[pid=23069] ppid=23067 vsize=20172 CPUtime=1715.53
/proc/23069/stat : 23069 (aolibpvo) R 23067 23069 22826 0 -1 0 46324 0 0 0 171508 45 0 0 25 0 1 0 280661442 20656128 4668 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134649097 0 0 4096 0 0 0 0 17 0 0 0
/proc/23069/statm: 5043 4668 194 428 0 4612 0
Current children cumulated CPU time (s) 1715.53
Current children cumulated vsize (KiB) 20172

[startup+1783.68 s]
/proc/loadavg: 2.02 2.01 1.99 3/86 23317
/proc/meminfo: memFree=1237208/2055920 swapFree=4165612/4192956
[pid=23069] ppid=23067 vsize=20172 CPUtime=1775.48
/proc/23069/stat : 23069 (aolibpvo) R 23067 23069 22826 0 -1 0 49162 0 0 0 177502 46 0 0 25 0 1 0 280661442 20656128 4668 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647901 0 0 4096 0 0 0 0 17 0 0 0
/proc/23069/statm: 5043 4668 194 428 0 4612 0
Current children cumulated CPU time (s) 1775.48
Current children cumulated vsize (KiB) 20172

[startup+1843.69 s]
/proc/loadavg: 2.00 2.00 1.99 3/86 23317
/proc/meminfo: memFree=1237208/2055920 swapFree=4165612/4192956
[pid=23069] ppid=23067 vsize=20212 CPUtime=1835.42
/proc/23069/stat : 23069 (aolibpvo) R 23067 23069 22826 0 -1 0 52732 0 0 0 183492 50 0 0 25 0 1 0 280661442 20697088 4675 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647928 0 0 4096 0 0 0 0 17 0 0 0
/proc/23069/statm: 5053 4675 194 428 0 4622 0
Current children cumulated CPU time (s) 1835.42
Current children cumulated vsize (KiB) 20212

[startup+1903.69 s]
/proc/loadavg: 2.04 2.01 1.99 3/86 23319
/proc/meminfo: memFree=1237016/2055920 swapFree=4165612/4192956
[pid=23069] ppid=23067 vsize=20172 CPUtime=1895.35
/proc/23069/stat : 23069 (aolibpvo) R 23067 23069 22826 0 -1 0 55835 0 0 0 189483 52 0 0 25 0 1 0 280661442 20656128 4668 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134648043 0 0 4096 0 0 0 0 17 0 0 0
/proc/23069/statm: 5043 4668 194 428 0 4612 0
Current children cumulated CPU time (s) 1895.35
Current children cumulated vsize (KiB) 20172

[startup+1963.79 s]
/proc/loadavg: 2.01 2.01 1.99 3/86 23319
/proc/meminfo: memFree=1237080/2055920 swapFree=4165612/4192956
[pid=23069] ppid=23067 vsize=20172 CPUtime=1955.41
/proc/23069/stat : 23069 (aolibpvo) R 23067 23069 22826 0 -1 0 59383 0 0 0 195486 55 0 0 25 0 1 0 280661442 20656128 4668 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647901 0 0 4096 0 0 0 0 17 0 0 0
/proc/23069/statm: 5043 4668 194 428 0 4612 0
Current children cumulated CPU time (s) 1955.41
Current children cumulated vsize (KiB) 20172

[startup+2023.89 s]
/proc/loadavg: 2.00 2.00 1.99 3/86 23319
/proc/meminfo: memFree=1237080/2055920 swapFree=4165612/4192956
[pid=23069] ppid=23067 vsize=20172 CPUtime=2015.46
/proc/23069/stat : 23069 (aolibpvo) R 23067 23069 22826 0 -1 0 60585 0 0 0 201490 56 0 0 25 0 1 0 280661442 20656128 4668 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647983 0 0 4096 0 0 0 0 17 0 0 0
/proc/23069/statm: 5043 4668 194 428 0 4612 0
Current children cumulated CPU time (s) 2015.46
Current children cumulated vsize (KiB) 20172

[startup+2083.9 s]
/proc/loadavg: 2.03 2.01 2.00 3/86 23319
/proc/meminfo: memFree=1237144/2055920 swapFree=4165612/4192956
[pid=23069] ppid=23067 vsize=20172 CPUtime=2075.38
/proc/23069/stat : 23069 (aolibpvo) R 23067 23069 22826 0 -1 0 61915 0 0 0 207481 57 0 0 25 0 1 0 280661442 20656128 4668 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647901 0 0 4096 0 0 0 0 17 0 0 0
/proc/23069/statm: 5043 4668 194 428 0 4612 0
Current children cumulated CPU time (s) 2075.38
Current children cumulated vsize (KiB) 20172

[startup+2143.9 s]
/proc/loadavg: 2.01 2.01 2.00 3/86 23319
/proc/meminfo: memFree=1237208/2055920 swapFree=4165612/4192956
[pid=23069] ppid=23067 vsize=20172 CPUtime=2135.33
/proc/23069/stat : 23069 (aolibpvo) R 23067 23069 22826 0 -1 0 65486 0 0 0 213473 60 0 0 25 0 1 0 280661442 20656128 4668 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647990 0 0 4096 0 0 0 0 17 0 0 0
/proc/23069/statm: 5043 4668 194 428 0 4612 0
Current children cumulated CPU time (s) 2135.33
Current children cumulated vsize (KiB) 20172

[startup+2203.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/86 23319
/proc/meminfo: memFree=1237208/2055920 swapFree=4165612/4192956
[pid=23069] ppid=23067 vsize=20172 CPUtime=2195.28
/proc/23069/stat : 23069 (aolibpvo) R 23067 23069 22826 0 -1 0 67224 0 0 0 219466 62 0 0 25 0 1 0 280661442 20656128 4668 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647909 0 0 4096 0 0 0 0 17 0 0 0
/proc/23069/statm: 5043 4668 194 428 0 4612 0
Current children cumulated CPU time (s) 2195.28
Current children cumulated vsize (KiB) 20172

[startup+2264 s]
/proc/loadavg: 2.00 2.00 2.00 3/86 23319
/proc/meminfo: memFree=1237144/2055920 swapFree=4165612/4192956
[pid=23069] ppid=23067 vsize=20172 CPUtime=2255.29
/proc/23069/stat : 23069 (aolibpvo) R 23067 23069 22826 0 -1 0 68129 0 0 0 225466 63 0 0 25 0 1 0 280661442 20656128 4668 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647983 0 0 4096 0 0 0 0 17 0 0 0
/proc/23069/statm: 5043 4668 194 428 0 4612 0
Current children cumulated CPU time (s) 2255.29
Current children cumulated vsize (KiB) 20172

[startup+2324.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/86 23319
/proc/meminfo: memFree=1237208/2055920 swapFree=4165612/4192956
[pid=23069] ppid=23067 vsize=20172 CPUtime=2315.34
/proc/23069/stat : 23069 (aolibpvo) R 23067 23069 22826 0 -1 0 69066 0 0 0 231470 64 0 0 25 0 1 0 280661442 20656128 4668 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134648033 0 0 4096 0 0 0 0 17 0 0 0
/proc/23069/statm: 5043 4668 194 428 0 4612 0
Current children cumulated CPU time (s) 2315.34
Current children cumulated vsize (KiB) 20172

[startup+2384.11 s]
/proc/loadavg: 2.00 2.00 2.00 3/86 23319
/proc/meminfo: memFree=1237208/2055920 swapFree=4165612/4192956
[pid=23069] ppid=23067 vsize=20172 CPUtime=2375.3
/proc/23069/stat : 23069 (aolibpvo) R 23067 23069 22826 0 -1 0 69848 0 0 0 237464 66 0 0 25 0 1 0 280661442 20656128 4668 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647928 0 0 4096 0 0 0 0 17 0 0 0
/proc/23069/statm: 5043 4668 194 428 0 4612 0
Current children cumulated CPU time (s) 2375.3
Current children cumulated vsize (KiB) 20172



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2408.93 s]
/proc/loadavg: 2.00 2.00 2.00 4/86 23319
/proc/meminfo: memFree=1237208/2055920 swapFree=4165612/4192956
[pid=23069] ppid=23067 vsize=20172 CPUtime=2400.07
/proc/23069/stat : 23069 (aolibpvo) R 23067 23069 22826 0 -1 0 70936 0 0 0 239941 66 0 0 25 0 1 0 280661442 20656128 4668 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647901 0 0 4096 0 0 0 0 17 0 0 0
/proc/23069/statm: 5043 4668 194 428 0 4612 0
Current children cumulated CPU time (s) 2400.07
Current children cumulated vsize (KiB) 20172

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 2408.94
CPU time (s): 2400.09
CPU user time (s): 2399.42
CPU system time (s): 0.672897
CPU usage (%): 99.6327
Max. virtual memory (cumulated for all children) (KiB): 20316

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

runsolver used 2.79557 s user time and 6.65199 s system time

The end

Launcher Data (download as text)

Begin job on node1 on Sat Jan 20 19:50:55 UTC 2007


IDJOB= 282814
IDBENCH= 12895
IDSOLVER= 60
FILE ID= node1/282814-1169322655

PBS_JOBID= 3610094

Free space on /tmp= 66557 MiB

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

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

META MD5SUM SOLVER= b8e99429ba4d9a99d2bd28d3d95367aa
MD5SUM BENCH=  38cec9c843ddb2f63f6b362a9311270e

RANDOM SEED= 609890089

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:       1225576 kB
Buffers:         55420 kB
Cached:         601440 kB
SwapCached:       4372 kB
Active:         356776 kB
Inactive:       394996 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1225576 kB
SwapTotal:     4192956 kB
SwapFree:      4165612 kB
Dirty:            3016 kB
Writeback:           0 kB
Mapped:         105584 kB
Slab:            63256 kB
Committed_AS:  8867456 kB
PageTables:       2464 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= 66559 MiB



End job on node1 on Sat Jan 20 20:31:06 UTC 2007