Trace number 282850

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.08 2409.55

General information on the benchmark

NameMaxCSP/spot5/
spot5-507_ext.xml
MD5SUM500f3f4398ee7dcdc788e9c8d8862417
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkMSAT TO
Best Number of satisfied constraints5519
Best CPU time to get the best result obtained on this benchmark2400.05
Satisfiable
(Un)Satisfiability was proved
Number of variables312
Number of constraints5732
Maximum constraint arity3
Maximum domain size4
Number of constraints which are defined in extension5732
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/282850-1169323446/unknown.xml" file ... done.
writing "/tmp/evaluation/282850-1169323446/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/node75/watcher-282850-1169323446 -o ROOT/results/node75/solver-282850-1169323446 -C 2400 -M 900 /tmp/evaluation/282850-1169323446/aolibpvo /tmp/evaluation/282850-1169323446/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.00 1.00 1.00 3/81 1077
/proc/meminfo: memFree=1311456/2055920 swapFree=4184548/4192956
[pid=1076] ppid=1074 vsize=18540 CPUtime=0
/proc/1076/stat : 1076 (runsolver) R 1074 1076 1012 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 280744297 18984960 279 18446744073709551615 4194304 4267372 548682069072 18446744073709551615 231882681639 0 0 4096 24578 0 0 0 17 1 0 0
/proc/1076/statm: 4635 279 244 17 0 2626 0

[startup+0.101598 s]
/proc/loadavg: 1.00 1.00 1.00 3/81 1077
/proc/meminfo: memFree=1311456/2055920 swapFree=4184548/4192956
[pid=1076] ppid=1074 vsize=3244 CPUtime=0.09
/proc/1076/stat : 1076 (aolibpvo) R 1074 1076 1012 0 -1 0 362 0 0 0 9 0 0 0 20 0 1 0 280744297 3321856 344 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 135054126 0 0 4096 0 0 0 0 17 0 0 0
/proc/1076/statm: 811 344 121 428 0 380 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 3244

[startup+0.509644 s]
/proc/loadavg: 1.00 1.00 1.00 3/81 1077
/proc/meminfo: memFree=1311456/2055920 swapFree=4184548/4192956
[pid=1076] ppid=1074 vsize=6084 CPUtime=0.49
/proc/1076/stat : 1076 (aolibpvo) R 1074 1076 1012 0 -1 0 1733 0 0 0 49 0 0 0 25 0 1 0 280744297 6230016 1100 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 135162122 0 0 4096 0 0 0 0 17 0 0 0
/proc/1076/statm: 1521 1100 170 428 0 1090 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 6084

[startup+1.32974 s]
/proc/loadavg: 1.08 1.02 1.01 3/81 1077
/proc/meminfo: memFree=1306720/2055920 swapFree=4184548/4192956
[pid=1076] ppid=1074 vsize=7164 CPUtime=1.31
/proc/1076/stat : 1076 (aolibpvo) R 1074 1076 1012 0 -1 0 2076 0 0 0 130 1 0 0 25 0 1 0 280744297 7335936 1391 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 135163234 0 0 4096 0 0 0 0 17 0 0 0
/proc/1076/statm: 1791 1391 170 428 0 1360 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 7164

[startup+2.96593 s]
/proc/loadavg: 1.08 1.02 1.01 3/81 1077
/proc/meminfo: memFree=1293024/2055920 swapFree=4184548/4192956
[pid=1076] ppid=1074 vsize=21824 CPUtime=2.93
/proc/1076/stat : 1076 (aolibpvo) R 1074 1076 1012 0 -1 0 5513 0 0 0 291 2 0 0 25 0 1 0 280744297 22347776 4779 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647930 0 0 4096 0 0 0 0 17 0 0 0
/proc/1076/statm: 5456 4779 194 428 0 5025 0
Current children cumulated CPU time (s) 2.93
Current children cumulated vsize (KiB) 21824

[startup+6.24532 s]
/proc/loadavg: 1.15 1.03 1.01 3/81 1077
/proc/meminfo: memFree=1293032/2055920 swapFree=4184548/4192956
[pid=1076] ppid=1074 vsize=21824 CPUtime=6.17
/proc/1076/stat : 1076 (aolibpvo) R 1074 1076 1012 0 -1 0 5513 0 0 0 615 2 0 0 25 0 1 0 280744297 22347776 4779 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134650575 0 0 4096 0 0 0 0 17 0 0 0
/proc/1076/statm: 5456 4779 194 428 0 5025 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 21824

[startup+12.7061 s]
/proc/loadavg: 1.22 1.05 1.02 3/81 1077
/proc/meminfo: memFree=1293032/2055920 swapFree=4184548/4192956
[pid=1076] ppid=1074 vsize=21824 CPUtime=12.58
/proc/1076/stat : 1076 (aolibpvo) R 1074 1076 1012 0 -1 0 5513 0 0 0 1256 2 0 0 25 0 1 0 280744297 22347776 4779 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134648053 0 0 4096 0 0 0 0 17 0 0 0
/proc/1076/statm: 5456 4779 194 428 0 5025 0
Current children cumulated CPU time (s) 12.58
Current children cumulated vsize (KiB) 21824

[startup+25.5286 s]
/proc/loadavg: 1.34 1.08 1.02 3/81 1077
/proc/meminfo: memFree=1293032/2055920 swapFree=4184548/4192956
[pid=1076] ppid=1074 vsize=21824 CPUtime=25.31
/proc/1076/stat : 1076 (aolibpvo) R 1074 1076 1012 0 -1 0 5515 0 0 0 2528 3 0 0 25 0 1 0 280744297 22347776 4781 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134648046 0 0 4096 0 0 0 0 17 0 0 0
/proc/1076/statm: 5456 4781 194 428 0 5025 0
Current children cumulated CPU time (s) 25.31
Current children cumulated vsize (KiB) 21824

[startup+51.1706 s]
/proc/loadavg: 1.60 1.17 1.05 3/81 1077
/proc/meminfo: memFree=1293160/2055920 swapFree=4184548/4192956
[pid=1076] ppid=1074 vsize=21824 CPUtime=50.73
/proc/1076/stat : 1076 (aolibpvo) R 1074 1076 1012 0 -1 0 5515 0 0 0 5070 3 0 0 25 0 1 0 280744297 22347776 4781 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647958 0 0 4096 0 0 0 0 17 0 0 0
/proc/1076/statm: 5456 4781 194 428 0 5025 0
Current children cumulated CPU time (s) 50.73
Current children cumulated vsize (KiB) 21824

[startup+102.399 s]
/proc/loadavg: 1.87 1.31 1.11 3/81 1077
/proc/meminfo: memFree=1293160/2055920 swapFree=4184548/4192956
[pid=1076] ppid=1074 vsize=21824 CPUtime=101.5
/proc/1076/stat : 1076 (aolibpvo) R 1074 1076 1012 0 -1 0 5515 0 0 0 10147 3 0 0 25 0 1 0 280744297 22347776 4781 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647901 0 0 4096 0 0 0 0 17 0 0 0
/proc/1076/statm: 5456 4781 194 428 0 5025 0
Current children cumulated CPU time (s) 101.5
Current children cumulated vsize (KiB) 21824

[startup+162.471 s]
/proc/loadavg: 1.95 1.43 1.16 3/81 1077
/proc/meminfo: memFree=1293224/2055920 swapFree=4184548/4192956
[pid=1076] ppid=1074 vsize=21824 CPUtime=161.04
/proc/1076/stat : 1076 (aolibpvo) R 1074 1076 1012 0 -1 0 5515 0 0 0 16101 3 0 0 25 0 1 0 280744297 22347776 4781 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647904 0 0 4096 0 0 0 0 17 0 0 0
/proc/1076/statm: 5456 4781 194 428 0 5025 0
Current children cumulated CPU time (s) 161.04
Current children cumulated vsize (KiB) 21824

[startup+222.543 s]
/proc/loadavg: 1.98 1.53 1.21 3/81 1077
/proc/meminfo: memFree=1293224/2055920 swapFree=4184548/4192956
[pid=1076] ppid=1074 vsize=21824 CPUtime=220.58
/proc/1076/stat : 1076 (aolibpvo) R 1074 1076 1012 0 -1 0 5515 0 0 0 22055 3 0 0 25 0 1 0 280744297 22347776 4781 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647904 0 0 4096 0 0 0 0 17 0 0 0
/proc/1076/statm: 5456 4781 194 428 0 5025 0
Current children cumulated CPU time (s) 220.58
Current children cumulated vsize (KiB) 21824

[startup+282.555 s]
/proc/loadavg: 1.99 1.61 1.26 3/81 1077
/proc/meminfo: memFree=1293352/2055920 swapFree=4184548/4192956
[pid=1076] ppid=1074 vsize=21824 CPUtime=280.09
/proc/1076/stat : 1076 (aolibpvo) R 1074 1076 1012 0 -1 0 5515 0 0 0 28006 3 0 0 25 0 1 0 280744297 22347776 4781 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647901 0 0 4096 0 0 0 0 17 0 0 0
/proc/1076/statm: 5456 4781 194 428 0 5025 0
Current children cumulated CPU time (s) 280.09
Current children cumulated vsize (KiB) 21824

[startup+342.628 s]
/proc/loadavg: 1.99 1.68 1.30 3/81 1077
/proc/meminfo: memFree=1293288/2055920 swapFree=4184548/4192956
[pid=1076] ppid=1074 vsize=21824 CPUtime=339.68
/proc/1076/stat : 1076 (aolibpvo) R 1074 1076 1012 0 -1 0 5515 0 0 0 33964 4 0 0 25 0 1 0 280744297 22347776 4781 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647928 0 0 4096 0 0 0 0 17 0 0 0
/proc/1076/statm: 5456 4781 194 428 0 5025 0
Current children cumulated CPU time (s) 339.68
Current children cumulated vsize (KiB) 21824

[startup+402.708 s]
/proc/loadavg: 2.06 1.75 1.35 3/81 1077
/proc/meminfo: memFree=1293352/2055920 swapFree=4184548/4192956
[pid=1076] ppid=1074 vsize=21824 CPUtime=399.24
/proc/1076/stat : 1076 (aolibpvo) R 1074 1076 1012 0 -1 0 5515 0 0 0 39920 4 0 0 25 0 1 0 280744297 22347776 4781 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647928 0 0 4096 0 0 0 0 17 0 0 0
/proc/1076/statm: 5456 4781 194 428 0 5025 0
Current children cumulated CPU time (s) 399.24
Current children cumulated vsize (KiB) 21824

[startup+462.799 s]
/proc/loadavg: 2.06 1.81 1.39 3/81 1077
/proc/meminfo: memFree=1293160/2055920 swapFree=4184548/4192956
[pid=1076] ppid=1074 vsize=21916 CPUtime=458.84
/proc/1076/stat : 1076 (aolibpvo) R 1074 1076 1012 0 -1 0 12582 0 0 0 45873 11 0 0 25 0 1 0 280744297 22441984 4839 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134656198 0 0 4096 0 0 0 0 17 0 0 0
/proc/1076/statm: 5479 4839 194 428 0 5048 0
Current children cumulated CPU time (s) 458.84
Current children cumulated vsize (KiB) 21916

[startup+522.846 s]
/proc/loadavg: 2.02 1.84 1.42 3/81 1077
/proc/meminfo: memFree=1293096/2055920 swapFree=4184548/4192956
[pid=1076] ppid=1074 vsize=21916 CPUtime=518.36
/proc/1076/stat : 1076 (aolibpvo) R 1074 1076 1012 0 -1 0 19251 0 0 0 51820 16 0 0 25 0 1 0 280744297 22441984 4839 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 135237558 0 0 4096 0 0 0 0 17 0 0 0
/proc/1076/statm: 5479 4839 194 428 0 5048 0
Current children cumulated CPU time (s) 518.36
Current children cumulated vsize (KiB) 21916

[startup+582.928 s]
/proc/loadavg: 2.01 1.87 1.46 3/81 1077
/proc/meminfo: memFree=1293160/2055920 swapFree=4184548/4192956
[pid=1076] ppid=1074 vsize=21896 CPUtime=577.92
/proc/1076/stat : 1076 (aolibpvo) R 1074 1076 1012 0 -1 0 25613 0 0 0 57769 23 0 0 25 0 1 0 280744297 22421504 4834 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647907 0 0 4096 0 0 0 0 17 0 0 0
/proc/1076/statm: 5474 4834 194 428 0 5043 0
Current children cumulated CPU time (s) 577.92
Current children cumulated vsize (KiB) 21896

[startup+643.001 s]
/proc/loadavg: 2.11 1.92 1.50 3/81 1077
/proc/meminfo: memFree=1293160/2055920 swapFree=4184548/4192956
[pid=1076] ppid=1074 vsize=21872 CPUtime=637.47
/proc/1076/stat : 1076 (aolibpvo) R 1074 1076 1012 0 -1 0 28809 0 0 0 63720 27 0 0 25 0 1 0 280744297 22396928 4828 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 135739144 0 0 4096 0 0 0 0 17 0 0 0
/proc/1076/statm: 5468 4828 194 428 0 5037 0
Current children cumulated CPU time (s) 637.47
Current children cumulated vsize (KiB) 21872

[startup+703.079 s]
/proc/loadavg: 2.07 1.94 1.53 3/81 1077
/proc/meminfo: memFree=1293096/2055920 swapFree=4184548/4192956
[pid=1076] ppid=1074 vsize=21864 CPUtime=697.04
/proc/1076/stat : 1076 (aolibpvo) R 1074 1076 1012 0 -1 0 35954 0 0 0 69670 34 0 0 25 0 1 0 280744297 22388736 4826 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647930 0 0 4096 0 0 0 0 17 0 0 0
/proc/1076/statm: 5466 4826 194 428 0 5035 0
Current children cumulated CPU time (s) 697.04
Current children cumulated vsize (KiB) 21864

[startup+763.153 s]
/proc/loadavg: 2.02 1.95 1.56 3/81 1077
/proc/meminfo: memFree=1293160/2055920 swapFree=4184548/4192956
[pid=1076] ppid=1074 vsize=21884 CPUtime=756.6
/proc/1076/stat : 1076 (aolibpvo) R 1074 1076 1012 0 -1 0 40017 0 0 0 75622 38 0 0 25 0 1 0 280744297 22409216 4831 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647928 0 0 4096 0 0 0 0 17 0 0 0
/proc/1076/statm: 5471 4831 194 428 0 5040 0
Current children cumulated CPU time (s) 756.6
Current children cumulated vsize (KiB) 21884

[startup+823.158 s]
/proc/loadavg: 2.01 1.96 1.58 3/81 1077
/proc/meminfo: memFree=1293096/2055920 swapFree=4184548/4192956
[pid=1076] ppid=1074 vsize=21916 CPUtime=816.11

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

Current children cumulated vsize (KiB) 22000

[startup+1423.35 s]
/proc/loadavg: 2.00 1.98 1.76 3/74 1205
/proc/meminfo: memFree=903288/2055920 swapFree=4184548/4192956
[pid=1076] ppid=1074 vsize=22000 CPUtime=1414.16
/proc/1076/stat : 1076 (aolibpvo) R 1074 1076 1012 0 -1 0 47507 0 0 0 141369 47 0 0 25 0 1 0 280744297 22528000 4866 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134926787 0 0 4096 0 0 0 0 17 1 0 0
/proc/1076/statm: 5500 4866 200 428 0 5069 0
Current children cumulated CPU time (s) 1414.16
Current children cumulated vsize (KiB) 22000

[startup+1483.35 s]
/proc/loadavg: 2.00 1.98 1.77 3/74 1205
/proc/meminfo: memFree=903288/2055920 swapFree=4184548/4192956
[pid=1076] ppid=1074 vsize=22000 CPUtime=1474.15
/proc/1076/stat : 1076 (aolibpvo) R 1074 1076 1012 0 -1 0 47523 0 0 0 147368 47 0 0 25 0 1 0 280744297 22528000 4866 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134529840 0 0 4096 0 0 0 0 17 1 0 0
/proc/1076/statm: 5500 4866 200 428 0 5069 0
Current children cumulated CPU time (s) 1474.15
Current children cumulated vsize (KiB) 22000

[startup+1543.36 s]
/proc/loadavg: 2.00 1.98 1.78 3/74 1205
/proc/meminfo: memFree=903224/2055920 swapFree=4184548/4192956
[pid=1076] ppid=1074 vsize=22000 CPUtime=1534.13
/proc/1076/stat : 1076 (aolibpvo) R 1074 1076 1012 0 -1 0 47555 0 0 0 153366 47 0 0 25 0 1 0 280744297 22528000 4866 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647928 0 0 4096 0 0 0 0 17 1 0 0
/proc/1076/statm: 5500 4866 200 428 0 5069 0
Current children cumulated CPU time (s) 1534.13
Current children cumulated vsize (KiB) 22000

[startup+1603.38 s]
/proc/loadavg: 2.00 1.98 1.80 3/74 1205
/proc/meminfo: memFree=903288/2055920 swapFree=4184548/4192956
[pid=1076] ppid=1074 vsize=22000 CPUtime=1594.13
/proc/1076/stat : 1076 (aolibpvo) R 1074 1076 1012 0 -1 0 47609 0 0 0 159366 47 0 0 25 0 1 0 280744297 22528000 4866 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647904 0 0 4096 0 0 0 0 17 1 0 0
/proc/1076/statm: 5500 4866 200 428 0 5069 0
Current children cumulated CPU time (s) 1594.13
Current children cumulated vsize (KiB) 22000

[startup+1663.43 s]
/proc/loadavg: 2.00 1.98 1.81 3/74 1205
/proc/meminfo: memFree=903224/2055920 swapFree=4184548/4192956
[pid=1076] ppid=1074 vsize=22000 CPUtime=1654.17
/proc/1076/stat : 1076 (aolibpvo) R 1074 1076 1012 0 -1 0 47631 0 0 0 165370 47 0 0 25 0 1 0 280744297 22528000 4866 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647901 0 0 4096 0 0 0 0 17 1 0 0
/proc/1076/statm: 5500 4866 200 428 0 5069 0
Current children cumulated CPU time (s) 1654.17
Current children cumulated vsize (KiB) 22000

[startup+1723.45 s]
/proc/loadavg: 2.00 1.98 1.82 3/74 1205
/proc/meminfo: memFree=903224/2055920 swapFree=4184548/4192956
[pid=1076] ppid=1074 vsize=22000 CPUtime=1714.17
/proc/1076/stat : 1076 (aolibpvo) R 1074 1076 1012 0 -1 0 47633 0 0 0 171370 47 0 0 25 0 1 0 280744297 22528000 4866 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647967 0 0 4096 0 0 0 0 17 1 0 0
/proc/1076/statm: 5500 4866 200 428 0 5069 0
Current children cumulated CPU time (s) 1714.17
Current children cumulated vsize (KiB) 22000

[startup+1783.45 s]
/proc/loadavg: 2.00 1.98 1.82 3/74 1205
/proc/meminfo: memFree=903288/2055920 swapFree=4184548/4192956
[pid=1076] ppid=1074 vsize=22000 CPUtime=1774.16
/proc/1076/stat : 1076 (aolibpvo) R 1074 1076 1012 0 -1 0 47637 0 0 0 177369 47 0 0 25 0 1 0 280744297 22528000 4866 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134644951 0 0 4096 0 0 0 0 17 1 0 0
/proc/1076/statm: 5500 4866 200 428 0 5069 0
Current children cumulated CPU time (s) 1774.16
Current children cumulated vsize (KiB) 22000

[startup+1843.46 s]
/proc/loadavg: 2.00 1.98 1.83 3/74 1205
/proc/meminfo: memFree=903288/2055920 swapFree=4184548/4192956
[pid=1076] ppid=1074 vsize=22000 CPUtime=1834.15
/proc/1076/stat : 1076 (aolibpvo) R 1074 1076 1012 0 -1 0 47639 0 0 0 183368 47 0 0 25 0 1 0 280744297 22528000 4866 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 135737946 0 0 4096 0 0 0 0 17 1 0 0
/proc/1076/statm: 5500 4866 200 428 0 5069 0
Current children cumulated CPU time (s) 1834.15
Current children cumulated vsize (KiB) 22000

[startup+1903.51 s]
/proc/loadavg: 2.10 2.01 1.85 3/74 1205
/proc/meminfo: memFree=903224/2055920 swapFree=4184548/4192956
[pid=1076] ppid=1074 vsize=22000 CPUtime=1894.18
/proc/1076/stat : 1076 (aolibpvo) R 1074 1076 1012 0 -1 0 47647 0 0 0 189371 47 0 0 25 0 1 0 280744297 22528000 4866 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647907 0 0 4096 0 0 0 0 17 1 0 0
/proc/1076/statm: 5500 4866 200 428 0 5069 0
Current children cumulated CPU time (s) 1894.18
Current children cumulated vsize (KiB) 22000

[startup+1963.56 s]
/proc/loadavg: 2.07 2.02 1.86 3/74 1205
/proc/meminfo: memFree=903224/2055920 swapFree=4184548/4192956
[pid=1076] ppid=1074 vsize=22000 CPUtime=1954.21
/proc/1076/stat : 1076 (aolibpvo) R 1074 1076 1012 0 -1 0 47653 0 0 0 195374 47 0 0 25 0 1 0 280744297 22528000 4866 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134648033 0 0 4096 0 0 0 0 17 1 0 0
/proc/1076/statm: 5500 4866 200 428 0 5069 0
Current children cumulated CPU time (s) 1954.21
Current children cumulated vsize (KiB) 22000

[startup+2023.6 s]
/proc/loadavg: 2.02 2.02 1.86 3/74 1205
/proc/meminfo: memFree=903224/2055920 swapFree=4184548/4192956
[pid=1076] ppid=1074 vsize=22000 CPUtime=2014.23
/proc/1076/stat : 1076 (aolibpvo) R 1074 1076 1012 0 -1 0 47659 0 0 0 201376 47 0 0 25 0 1 0 280744297 22528000 4866 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134926787 0 0 4096 0 0 0 0 17 1 0 0
/proc/1076/statm: 5500 4866 200 428 0 5069 0
Current children cumulated CPU time (s) 2014.23
Current children cumulated vsize (KiB) 22000

[startup+2083.64 s]
/proc/loadavg: 2.01 2.01 1.87 3/74 1205
/proc/meminfo: memFree=903288/2055920 swapFree=4184548/4192956
[pid=1076] ppid=1074 vsize=22000 CPUtime=2074.26
/proc/1076/stat : 1076 (aolibpvo) R 1074 1076 1012 0 -1 0 47659 0 0 0 207379 47 0 0 25 0 1 0 280744297 22528000 4866 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134683183 0 0 4096 0 0 0 0 17 1 0 0
/proc/1076/statm: 5500 4866 200 428 0 5069 0
Current children cumulated CPU time (s) 2074.26
Current children cumulated vsize (KiB) 22000

[startup+2143.69 s]
/proc/loadavg: 2.00 2.01 1.88 3/74 1205
/proc/meminfo: memFree=903224/2055920 swapFree=4184548/4192956
[pid=1076] ppid=1074 vsize=22000 CPUtime=2134.29
/proc/1076/stat : 1076 (aolibpvo) R 1074 1076 1012 0 -1 0 47659 0 0 0 213382 47 0 0 25 0 1 0 280744297 22528000 4866 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647979 0 0 4096 0 0 0 0 17 1 0 0
/proc/1076/statm: 5500 4866 200 428 0 5069 0
Current children cumulated CPU time (s) 2134.29
Current children cumulated vsize (KiB) 22000

[startup+2203.71 s]
/proc/loadavg: 2.00 2.00 1.88 3/74 1205
/proc/meminfo: memFree=903224/2055920 swapFree=4184548/4192956
[pid=1076] ppid=1074 vsize=22000 CPUtime=2194.29
/proc/1076/stat : 1076 (aolibpvo) R 1074 1076 1012 0 -1 0 47695 0 0 0 219382 47 0 0 25 0 1 0 280744297 22528000 4866 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647904 0 0 4096 0 0 0 0 17 1 0 0
/proc/1076/statm: 5500 4866 200 428 0 5069 0
Current children cumulated CPU time (s) 2194.29
Current children cumulated vsize (KiB) 22000

[startup+2263.72 s]
/proc/loadavg: 2.00 2.00 1.89 3/74 1205
/proc/meminfo: memFree=903224/2055920 swapFree=4184548/4192956
[pid=1076] ppid=1074 vsize=22000 CPUtime=2254.29
/proc/1076/stat : 1076 (aolibpvo) R 1074 1076 1012 0 -1 0 47759 0 0 0 225381 48 0 0 25 0 1 0 280744297 22528000 4866 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647928 0 0 4096 0 0 0 0 17 1 0 0
/proc/1076/statm: 5500 4866 200 428 0 5069 0
Current children cumulated CPU time (s) 2254.29
Current children cumulated vsize (KiB) 22000

[startup+2323.73 s]
/proc/loadavg: 2.00 2.00 1.89 3/74 1205
/proc/meminfo: memFree=903288/2055920 swapFree=4184548/4192956
[pid=1076] ppid=1074 vsize=22000 CPUtime=2314.28
/proc/1076/stat : 1076 (aolibpvo) R 1074 1076 1012 0 -1 0 47783 0 0 0 231380 48 0 0 25 0 1 0 280744297 22528000 4866 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134683183 0 0 4096 0 0 0 0 17 1 0 0
/proc/1076/statm: 5500 4866 200 428 0 5069 0
Current children cumulated CPU time (s) 2314.28
Current children cumulated vsize (KiB) 22000

[startup+2383.77 s]
/proc/loadavg: 2.00 2.00 1.90 3/74 1205
/proc/meminfo: memFree=903224/2055920 swapFree=4184548/4192956
[pid=1076] ppid=1074 vsize=22000 CPUtime=2374.31
/proc/1076/stat : 1076 (aolibpvo) R 1074 1076 1012 0 -1 0 47783 0 0 0 237383 48 0 0 25 0 1 0 280744297 22528000 4866 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 135051734 0 0 4096 0 0 0 0 17 1 0 0
/proc/1076/statm: 5500 4866 200 428 0 5069 0
Current children cumulated CPU time (s) 2374.31
Current children cumulated vsize (KiB) 22000



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2409.54 s]
/proc/loadavg: 2.00 2.00 1.90 3/74 1205
/proc/meminfo: memFree=903224/2055920 swapFree=4184548/4192956
[pid=1076] ppid=1074 vsize=22000 CPUtime=2400.07
/proc/1076/stat : 1076 (aolibpvo) R 1074 1076 1012 0 -1 0 47785 0 0 0 239959 48 0 0 25 0 1 0 280744297 22528000 4866 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 135051465 0 0 4096 0 0 0 0 17 1 0 0
/proc/1076/statm: 5500 4866 200 428 0 5069 0
Current children cumulated CPU time (s) 2400.07
Current children cumulated vsize (KiB) 22000

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 2409.55
CPU time (s): 2400.08
CPU user time (s): 2399.59
CPU system time (s): 0.487925
CPU usage (%): 99.6071
Max. virtual memory (cumulated for all children) (KiB): 22132

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

runsolver used 2.44763 s user time and 6.49301 s system time

The end

Launcher Data (download as text)

Begin job on node75 on Sat Jan 20 20:04:07 UTC 2007


IDJOB= 282850
IDBENCH= 12900
IDSOLVER= 60
FILE ID= node75/282850-1169323446

PBS_JOBID= 3610448

Free space on /tmp= 66562 MiB

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

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

META MD5SUM SOLVER= b8e99429ba4d9a99d2bd28d3d95367aa
MD5SUM BENCH=  500f3f4398ee7dcdc788e9c8d8862417

RANDOM SEED= 592243227

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.218
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.218
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1311936 kB
Buffers:         43012 kB
Cached:         602804 kB
SwapCached:       2360 kB
Active:         159184 kB
Inactive:       510432 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1311936 kB
SwapTotal:     4192956 kB
SwapFree:      4184548 kB
Dirty:            2888 kB
Writeback:           0 kB
Mapped:          37908 kB
Slab:            59488 kB
Committed_AS:  5800284 kB
PageTables:       1892 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 node75 on Sat Jan 20 20:44:21 UTC 2007