Trace number 274934

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.03 2401.92

General information on the benchmark

Namecomposed/composed-75-1-80/
composed-75-1-80-7_ext.xml
MD5SUM73f4505fc027b832d85c5214765d7da2
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkMOPT
Best Number of satisfied constraints701
Best CPU time to get the best result obtained on this benchmark1.08183
SatisfiableNO
(Un)Satisfiability was provedNO
Number of variables83
Number of constraints702
Maximum constraint arity2
Maximum domain size10
Number of constraints which are defined in extension702
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/274934-1169214037/unknown.xml" file ... done.
writing "/tmp/evaluation/274934-1169214037/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/node10/watcher-274934-1169214037 -o ROOT/results/node10/solver-274934-1169214037 -C 2400 -M 900 /tmp/evaluation/274934-1169214037/aolibdvo /tmp/evaluation/274934-1169214037/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.08 0.02 0.01 4/81 9027
/proc/meminfo: memFree=1330840/2055920 swapFree=4178232/4192956
[pid=9026] ppid=9024 vsize=2584 CPUtime=0
/proc/9026/stat : 9026 (aolibdvo) R 9024 9026 8955 0 -1 0 199 0 0 0 0 0 0 0 18 0 1 0 269799103 2646016 181 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 135743014 0 0 4096 0 0 0 0 17 1 0 0
/proc/9026/statm: 646 182 121 428 0 215 0

[startup+0.107798 s]
/proc/loadavg: 0.08 0.02 0.01 4/81 9027
/proc/meminfo: memFree=1330840/2055920 swapFree=4178232/4192956
[pid=9026] ppid=9024 vsize=3412 CPUtime=0.1
/proc/9026/stat : 9026 (aolibdvo) R 9024 9026 8955 0 -1 0 455 0 0 0 10 0 0 0 18 0 1 0 269799103 3493888 435 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 135160294 0 0 4096 0 0 0 0 17 1 0 0
/proc/9026/statm: 853 435 169 428 0 422 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 3412

[startup+0.515856 s]
/proc/loadavg: 0.08 0.02 0.01 4/81 9027
/proc/meminfo: memFree=1330840/2055920 swapFree=4178232/4192956
[pid=9026] ppid=9024 vsize=5436 CPUtime=0.49
/proc/9026/stat : 9026 (aolibdvo) R 9024 9026 8955 0 -1 0 1005 0 0 0 49 0 0 0 21 0 1 0 269799103 5566464 985 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647990 0 0 4096 0 0 0 0 17 0 0 0
/proc/9026/statm: 1359 985 202 428 0 928 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 5436

[startup+1.33697 s]
/proc/loadavg: 0.08 0.02 0.01 2/83 9054
/proc/meminfo: memFree=1324664/2055920 swapFree=4178232/4192956
[pid=9026] ppid=9024 vsize=5440 CPUtime=1.31
/proc/9026/stat : 9026 (aolibdvo) R 9024 9026 8955 0 -1 0 1006 0 0 0 131 0 0 0 25 0 1 0 269799103 5570560 986 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647963 0 0 4096 0 0 0 0 17 1 0 0
/proc/9026/statm: 1360 986 202 428 0 929 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 5440

[startup+2.97418 s]
/proc/loadavg: 0.08 0.02 0.01 3/86 9057
/proc/meminfo: memFree=1321440/2055920 swapFree=4178232/4192956
[pid=9026] ppid=9024 vsize=5440 CPUtime=2.95
/proc/9026/stat : 9026 (aolibdvo) R 9024 9026 8955 0 -1 0 1006 0 0 0 295 0 0 0 25 0 1 0 269799103 5570560 986 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134655699 0 0 4096 0 0 0 0 17 1 0 0
/proc/9026/statm: 1360 986 202 428 0 929 0
Current children cumulated CPU time (s) 2.95
Current children cumulated vsize (KiB) 5440

[startup+6.25963 s]
/proc/loadavg: 0.23 0.05 0.02 3/86 9057
/proc/meminfo: memFree=1321248/2055920 swapFree=4178232/4192956
[pid=9026] ppid=9024 vsize=5440 CPUtime=6.23
/proc/9026/stat : 9026 (aolibdvo) R 9024 9026 8955 0 -1 0 1006 0 0 0 623 0 0 0 25 0 1 0 269799103 5570560 986 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134646412 0 0 4096 0 0 0 0 17 1 0 0
/proc/9026/statm: 1360 986 202 428 0 929 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 5440

[startup+12.7185 s]
/proc/loadavg: 0.37 0.08 0.03 3/86 9057
/proc/meminfo: memFree=1321312/2055920 swapFree=4178232/4192956
[pid=9026] ppid=9024 vsize=5440 CPUtime=12.69
/proc/9026/stat : 9026 (aolibdvo) R 9024 9026 8955 0 -1 0 1006 0 0 0 1269 0 0 0 25 0 1 0 269799103 5570560 986 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134611807 0 0 4096 0 0 0 0 17 1 0 0
/proc/9026/statm: 1360 986 202 428 0 929 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 5440

[startup+25.5272 s]
/proc/loadavg: 0.73 0.18 0.06 3/86 9057
/proc/meminfo: memFree=1321440/2055920 swapFree=4178232/4192956
[pid=9026] ppid=9024 vsize=5440 CPUtime=25.49
/proc/9026/stat : 9026 (aolibdvo) R 9024 9026 8955 0 -1 0 1006 0 0 0 2549 0 0 0 25 0 1 0 269799103 5570560 986 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134645639 0 0 4096 0 0 0 0 17 1 0 0
/proc/9026/statm: 1360 986 202 428 0 929 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 5440

[startup+51.1577 s]
/proc/loadavg: 1.16 0.32 0.11 3/86 9057
/proc/meminfo: memFree=1321440/2055920 swapFree=4178232/4192956
[pid=9026] ppid=9024 vsize=5440 CPUtime=51.11
/proc/9026/stat : 9026 (aolibdvo) R 9024 9026 8955 0 -1 0 1006 0 0 0 5111 0 0 0 25 0 1 0 269799103 5570560 986 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647983 0 0 4096 0 0 0 0 17 1 0 0
/proc/9026/statm: 1360 986 202 428 0 929 0
Current children cumulated CPU time (s) 51.11
Current children cumulated vsize (KiB) 5440

[startup+102.405 s]
/proc/loadavg: 1.72 0.59 0.21 3/86 9057
/proc/meminfo: memFree=1321504/2055920 swapFree=4178232/4192956
[pid=9026] ppid=9024 vsize=5440 CPUtime=102.35
/proc/9026/stat : 9026 (aolibdvo) R 9024 9026 8955 0 -1 0 1006 0 0 0 10234 1 0 0 25 0 1 0 269799103 5570560 986 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 135051467 0 0 4096 0 0 0 0 17 1 0 0
/proc/9026/statm: 1360 986 202 428 0 929 0
Current children cumulated CPU time (s) 102.35
Current children cumulated vsize (KiB) 5440

[startup+162.475 s]
/proc/loadavg: 1.97 0.86 0.32 3/86 9057
/proc/meminfo: memFree=1321504/2055920 swapFree=4178232/4192956
[pid=9026] ppid=9024 vsize=5440 CPUtime=162.39
/proc/9026/stat : 9026 (aolibdvo) R 9024 9026 8955 0 -1 0 1010 0 0 0 16238 1 0 0 25 0 1 0 269799103 5570560 990 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134735629 0 0 4096 0 0 0 0 17 1 0 0
/proc/9026/statm: 1360 990 202 428 0 929 0
Current children cumulated CPU time (s) 162.39
Current children cumulated vsize (KiB) 5440

[startup+222.54 s]
/proc/loadavg: 1.99 1.07 0.43 3/86 9057
/proc/meminfo: memFree=1321504/2055920 swapFree=4178232/4192956
[pid=9026] ppid=9024 vsize=5440 CPUtime=222.45
/proc/9026/stat : 9026 (aolibdvo) R 9024 9026 8955 0 -1 0 1010 0 0 0 22243 2 0 0 25 0 1 0 269799103 5570560 990 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647967 0 0 4096 0 0 0 0 17 1 0 0
/proc/9026/statm: 1360 990 202 428 0 929 0
Current children cumulated CPU time (s) 222.45
Current children cumulated vsize (KiB) 5440

[startup+282.603 s]
/proc/loadavg: 1.99 1.23 0.52 3/86 9057
/proc/meminfo: memFree=1321504/2055920 swapFree=4178232/4192956
[pid=9026] ppid=9024 vsize=5440 CPUtime=282.49
/proc/9026/stat : 9026 (aolibdvo) R 9024 9026 8955 0 -1 0 1010 0 0 0 28247 2 0 0 25 0 1 0 269799103 5570560 990 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134648004 0 0 4096 0 0 0 0 17 1 0 0
/proc/9026/statm: 1360 990 202 428 0 929 0
Current children cumulated CPU time (s) 282.49
Current children cumulated vsize (KiB) 5440

[startup+342.67 s]
/proc/loadavg: 1.99 1.37 0.61 3/86 9057
/proc/meminfo: memFree=1321504/2055920 swapFree=4178232/4192956
[pid=9026] ppid=9024 vsize=5440 CPUtime=342.53
/proc/9026/stat : 9026 (aolibdvo) R 9024 9026 8955 0 -1 0 1010 0 0 0 34251 2 0 0 25 0 1 0 269799103 5570560 990 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 135051449 0 0 4096 0 0 0 0 17 1 0 0
/proc/9026/statm: 1360 990 202 428 0 929 0
Current children cumulated CPU time (s) 342.53
Current children cumulated vsize (KiB) 5440

[startup+402.74 s]
/proc/loadavg: 2.06 1.50 0.70 3/86 9057
/proc/meminfo: memFree=1321504/2055920 swapFree=4178232/4192956
[pid=9026] ppid=9024 vsize=5440 CPUtime=402.59
/proc/9026/stat : 9026 (aolibdvo) R 9024 9026 8955 0 -1 0 1010 0 0 0 40256 3 0 0 25 0 1 0 269799103 5570560 990 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647920 0 0 4096 0 0 0 0 17 1 0 0
/proc/9026/statm: 1360 990 202 428 0 929 0
Current children cumulated CPU time (s) 402.59
Current children cumulated vsize (KiB) 5440

[startup+462.812 s]
/proc/loadavg: 2.02 1.59 0.78 3/86 9057
/proc/meminfo: memFree=1321504/2055920 swapFree=4178232/4192956
[pid=9026] ppid=9024 vsize=5440 CPUtime=462.64
/proc/9026/stat : 9026 (aolibdvo) R 9024 9026 8955 0 -1 0 1013 0 0 0 46261 3 0 0 25 0 1 0 269799103 5570560 993 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647990 0 0 4096 0 0 0 0 17 1 0 0
/proc/9026/statm: 1360 993 202 428 0 929 0
Current children cumulated CPU time (s) 462.64
Current children cumulated vsize (KiB) 5440

[startup+522.877 s]
/proc/loadavg: 2.00 1.66 0.85 3/86 9057
/proc/meminfo: memFree=1321504/2055920 swapFree=4178232/4192956
[pid=9026] ppid=9024 vsize=5440 CPUtime=522.69
/proc/9026/stat : 9026 (aolibdvo) R 9024 9026 8955 0 -1 0 1013 0 0 0 52265 4 0 0 25 0 1 0 269799103 5570560 993 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647958 0 0 4096 0 0 0 0 17 1 0 0
/proc/9026/statm: 1360 993 202 428 0 929 0
Current children cumulated CPU time (s) 522.69
Current children cumulated vsize (KiB) 5440

[startup+582.946 s]
/proc/loadavg: 2.00 1.72 0.92 3/86 9057
/proc/meminfo: memFree=1321504/2055920 swapFree=4178232/4192956
[pid=9026] ppid=9024 vsize=5440 CPUtime=582.74
/proc/9026/stat : 9026 (aolibdvo) R 9024 9026 8955 0 -1 0 1013 0 0 0 58270 4 0 0 25 0 1 0 269799103 5570560 993 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647983 0 0 4096 0 0 0 0 17 1 0 0
/proc/9026/statm: 1360 993 202 428 0 929 0
Current children cumulated CPU time (s) 582.74
Current children cumulated vsize (KiB) 5440

[startup+643.022 s]
/proc/loadavg: 2.00 1.77 0.99 3/86 9057
/proc/meminfo: memFree=1321504/2055920 swapFree=4178232/4192956
[pid=9026] ppid=9024 vsize=5440 CPUtime=642.8
/proc/9026/stat : 9026 (aolibdvo) R 9024 9026 8955 0 -1 0 1013 0 0 0 64275 5 0 0 25 0 1 0 269799103 5570560 993 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647907 0 0 4096 0 0 0 0 17 1 0 0
/proc/9026/statm: 1360 993 202 428 0 929 0
Current children cumulated CPU time (s) 642.8
Current children cumulated vsize (KiB) 5440

[startup+703.086 s]
/proc/loadavg: 2.00 1.81 1.05 3/86 9057
/proc/meminfo: memFree=1321504/2055920 swapFree=4178232/4192956
[pid=9026] ppid=9024 vsize=5440 CPUtime=702.84
/proc/9026/stat : 9026 (aolibdvo) R 9024 9026 8955 0 -1 0 1013 0 0 0 70279 5 0 0 25 0 1 0 269799103 5570560 993 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134926373 0 0 4096 0 0 0 0 17 1 0 0
/proc/9026/statm: 1360 993 202 428 0 929 0
Current children cumulated CPU time (s) 702.84
Current children cumulated vsize (KiB) 5440

[startup+763.151 s]
/proc/loadavg: 2.00 1.84 1.10 3/86 9057
/proc/meminfo: memFree=1321504/2055920 swapFree=4178232/4192956
[pid=9026] ppid=9024 vsize=5440 CPUtime=762.88
/proc/9026/stat : 9026 (aolibdvo) R 9024 9026 8955 0 -1 0 1013 0 0 0 76283 5 0 0 25 0 1 0 269799103 5570560 993 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134648033 0 0 4096 0 0 0 0 17 1 0 0
/proc/9026/statm: 1360 993 202 428 0 929 0
Current children cumulated CPU time (s) 762.88
Current children cumulated vsize (KiB) 5440

[startup+823.224 s]
/proc/loadavg: 2.00 1.87 1.16 3/86 9057
/proc/meminfo: memFree=1321504/2055920 swapFree=4178232/4192956
[pid=9026] ppid=9024 vsize=5440 CPUtime=822.94

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

Current children cumulated vsize (KiB) 5440

[startup+1423.95 s]
/proc/loadavg: 2.00 1.99 1.55 3/86 9255
/proc/meminfo: memFree=1321240/2055920 swapFree=4178232/4192956
[pid=9026] ppid=9024 vsize=5440 CPUtime=1423.3
/proc/9026/stat : 9026 (aolibdvo) R 9024 9026 8955 0 -1 0 1015 0 0 0 142320 10 0 0 25 0 1 0 269799103 5570560 995 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134655699 0 0 4096 0 0 0 0 17 1 0 0
/proc/9026/statm: 1360 995 202 428 0 929 0
Current children cumulated CPU time (s) 1423.3
Current children cumulated vsize (KiB) 5440

[startup+1484.02 s]
/proc/loadavg: 2.00 1.99 1.58 3/86 9255
/proc/meminfo: memFree=1321240/2055920 swapFree=4178232/4192956
[pid=9026] ppid=9024 vsize=5440 CPUtime=1483.35
/proc/9026/stat : 9026 (aolibdvo) R 9024 9026 8955 0 -1 0 1015 0 0 0 148324 11 0 0 25 0 1 0 269799103 5570560 995 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647979 0 0 4096 0 0 0 0 17 1 0 0
/proc/9026/statm: 1360 995 202 428 0 929 0
Current children cumulated CPU time (s) 1483.35
Current children cumulated vsize (KiB) 5440

[startup+1544.09 s]
/proc/loadavg: 2.00 1.99 1.60 3/86 9255
/proc/meminfo: memFree=1321304/2055920 swapFree=4178232/4192956
[pid=9026] ppid=9024 vsize=5440 CPUtime=1543.4
/proc/9026/stat : 9026 (aolibdvo) R 9024 9026 8955 0 -1 0 1015 0 0 0 154329 11 0 0 25 0 1 0 269799103 5570560 995 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647983 0 0 4096 0 0 0 0 17 1 0 0
/proc/9026/statm: 1360 995 202 428 0 929 0
Current children cumulated CPU time (s) 1543.4
Current children cumulated vsize (KiB) 5440

[startup+1604.16 s]
/proc/loadavg: 2.00 1.99 1.63 3/86 9255
/proc/meminfo: memFree=1321312/2055920 swapFree=4178232/4192956
[pid=9026] ppid=9024 vsize=5440 CPUtime=1603.45
/proc/9026/stat : 9026 (aolibdvo) R 9024 9026 8955 0 -1 0 1015 0 0 0 160333 12 0 0 25 0 1 0 269799103 5570560 995 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647983 0 0 4096 0 0 0 0 17 1 0 0
/proc/9026/statm: 1360 995 202 428 0 929 0
Current children cumulated CPU time (s) 1603.45
Current children cumulated vsize (KiB) 5440

[startup+1664.22 s]
/proc/loadavg: 2.11 2.02 1.66 3/86 9255
/proc/meminfo: memFree=1321376/2055920 swapFree=4178232/4192956
[pid=9026] ppid=9024 vsize=5440 CPUtime=1663.49
/proc/9026/stat : 9026 (aolibdvo) R 9024 9026 8955 0 -1 0 1015 0 0 0 166337 12 0 0 25 0 1 0 269799103 5570560 995 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647907 0 0 4096 0 0 0 0 17 1 0 0
/proc/9026/statm: 1360 995 202 428 0 929 0
Current children cumulated CPU time (s) 1663.49
Current children cumulated vsize (KiB) 5440

[startup+1724.29 s]
/proc/loadavg: 2.04 2.02 1.68 3/86 9255
/proc/meminfo: memFree=1321376/2055920 swapFree=4178232/4192956
[pid=9026] ppid=9024 vsize=5440 CPUtime=1723.55
/proc/9026/stat : 9026 (aolibdvo) R 9024 9026 8955 0 -1 0 1016 0 0 0 172342 13 0 0 25 0 1 0 269799103 5570560 996 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134648018 0 0 4096 0 0 0 0 17 1 0 0
/proc/9026/statm: 1360 996 202 428 0 929 0
Current children cumulated CPU time (s) 1723.55
Current children cumulated vsize (KiB) 5440

[startup+1784.36 s]
/proc/loadavg: 2.01 2.01 1.69 3/86 9255
/proc/meminfo: memFree=1321440/2055920 swapFree=4178232/4192956
[pid=9026] ppid=9024 vsize=5440 CPUtime=1783.6
/proc/9026/stat : 9026 (aolibdvo) R 9024 9026 8955 0 -1 0 1016 0 0 0 178347 13 0 0 25 0 1 0 269799103 5570560 996 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134658425 0 0 4096 0 0 0 0 17 1 0 0
/proc/9026/statm: 1360 996 202 428 0 929 0
Current children cumulated CPU time (s) 1783.6
Current children cumulated vsize (KiB) 5440

[startup+1844.44 s]
/proc/loadavg: 2.06 2.02 1.72 3/86 9255
/proc/meminfo: memFree=1321376/2055920 swapFree=4178232/4192956
[pid=9026] ppid=9024 vsize=5440 CPUtime=1843.66
/proc/9026/stat : 9026 (aolibdvo) R 9024 9026 8955 0 -1 0 1016 0 0 0 184352 14 0 0 25 0 1 0 269799103 5570560 996 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 135051475 0 0 4096 0 0 0 0 17 1 0 0
/proc/9026/statm: 1360 996 202 428 0 929 0
Current children cumulated CPU time (s) 1843.66
Current children cumulated vsize (KiB) 5440

[startup+1904.5 s]
/proc/loadavg: 2.02 2.02 1.73 3/86 9255
/proc/meminfo: memFree=1321440/2055920 swapFree=4178232/4192956
[pid=9026] ppid=9024 vsize=5440 CPUtime=1903.7
/proc/9026/stat : 9026 (aolibdvo) R 9024 9026 8955 0 -1 0 1017 0 0 0 190356 14 0 0 25 0 1 0 269799103 5570560 997 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647958 0 0 4096 0 0 0 0 17 1 0 0
/proc/9026/statm: 1360 997 202 428 0 929 0
Current children cumulated CPU time (s) 1903.7
Current children cumulated vsize (KiB) 5440

[startup+1964.58 s]
/proc/loadavg: 2.00 2.01 1.74 3/86 9255
/proc/meminfo: memFree=1321376/2055920 swapFree=4178232/4192956
[pid=9026] ppid=9024 vsize=5440 CPUtime=1963.77
/proc/9026/stat : 9026 (aolibdvo) R 9024 9026 8955 0 -1 0 1017 0 0 0 196362 15 0 0 25 0 1 0 269799103 5570560 997 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134648046 0 0 4096 0 0 0 0 17 1 0 0
/proc/9026/statm: 1360 997 202 428 0 929 0
Current children cumulated CPU time (s) 1963.77
Current children cumulated vsize (KiB) 5440

[startup+2024.65 s]
/proc/loadavg: 2.00 2.00 1.75 3/86 9255
/proc/meminfo: memFree=1321440/2055920 swapFree=4178232/4192956
[pid=9026] ppid=9024 vsize=5440 CPUtime=2023.81
/proc/9026/stat : 9026 (aolibdvo) R 9024 9026 8955 0 -1 0 1017 0 0 0 202366 15 0 0 25 0 1 0 269799103 5570560 997 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647958 0 0 4096 0 0 0 0 17 1 0 0
/proc/9026/statm: 1360 997 202 428 0 929 0
Current children cumulated CPU time (s) 2023.81
Current children cumulated vsize (KiB) 5440

[startup+2084.71 s]
/proc/loadavg: 2.00 2.00 1.77 3/86 9255
/proc/meminfo: memFree=1321376/2055920 swapFree=4178232/4192956
[pid=9026] ppid=9024 vsize=5440 CPUtime=2083.86
/proc/9026/stat : 9026 (aolibdvo) R 9024 9026 8955 0 -1 0 1017 0 0 0 208370 16 0 0 25 0 1 0 269799103 5570560 997 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647963 0 0 4096 0 0 0 0 17 1 0 0
/proc/9026/statm: 1360 997 202 428 0 929 0
Current children cumulated CPU time (s) 2083.86
Current children cumulated vsize (KiB) 5440

[startup+2144.79 s]
/proc/loadavg: 2.07 2.02 1.78 4/86 9255
/proc/meminfo: memFree=1321440/2055920 swapFree=4178232/4192956
[pid=9026] ppid=9024 vsize=5440 CPUtime=2143.92
/proc/9026/stat : 9026 (aolibdvo) R 9024 9026 8955 0 -1 0 1017 0 0 0 214376 16 0 0 25 0 1 0 269799103 5570560 997 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647983 0 0 4096 0 0 0 0 17 1 0 0
/proc/9026/statm: 1360 997 202 428 0 929 0
Current children cumulated CPU time (s) 2143.92
Current children cumulated vsize (KiB) 5440

[startup+2204.86 s]
/proc/loadavg: 2.02 2.01 1.80 3/86 9255
/proc/meminfo: memFree=1321376/2055920 swapFree=4178232/4192956
[pid=9026] ppid=9024 vsize=5556 CPUtime=2203.96
/proc/9026/stat : 9026 (aolibdvo) R 9024 9026 8955 0 -1 0 1019 0 0 0 220380 16 0 0 25 0 1 0 269799103 5689344 999 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134611844 0 0 4096 0 0 0 0 17 1 0 0
/proc/9026/statm: 1389 999 202 428 0 958 0
Current children cumulated CPU time (s) 2203.96
Current children cumulated vsize (KiB) 5556

[startup+2264.92 s]
/proc/loadavg: 2.01 2.00 1.81 3/86 9255
/proc/meminfo: memFree=1321440/2055920 swapFree=4178232/4192956
[pid=9026] ppid=9024 vsize=5556 CPUtime=2264.01
/proc/9026/stat : 9026 (aolibdvo) R 9024 9026 8955 0 -1 0 1019 0 0 0 226384 17 0 0 25 0 1 0 269799103 5689344 999 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134648433 0 0 4096 0 0 0 0 17 1 0 0
/proc/9026/statm: 1389 999 202 428 0 958 0
Current children cumulated CPU time (s) 2264.01
Current children cumulated vsize (KiB) 5556

[startup+2325 s]
/proc/loadavg: 2.00 2.00 1.82 3/86 9255
/proc/meminfo: memFree=1321376/2055920 swapFree=4178232/4192956
[pid=9026] ppid=9024 vsize=5556 CPUtime=2324.06
/proc/9026/stat : 9026 (aolibdvo) R 9024 9026 8955 0 -1 0 1019 0 0 0 232389 17 0 0 25 0 1 0 269799103 5689344 999 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134646963 0 0 4096 0 0 0 0 17 1 0 0
/proc/9026/statm: 1389 999 202 428 0 958 0
Current children cumulated CPU time (s) 2324.06
Current children cumulated vsize (KiB) 5556

[startup+2385.08 s]
/proc/loadavg: 2.00 2.00 1.82 3/86 9255
/proc/meminfo: memFree=1321440/2055920 swapFree=4178232/4192956
[pid=9026] ppid=9024 vsize=5556 CPUtime=2384.14
/proc/9026/stat : 9026 (aolibdvo) R 9024 9026 8955 0 -1 0 1019 0 0 0 238396 18 0 0 25 0 1 0 269799103 5689344 999 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134648033 0 0 4096 0 0 0 0 17 1 0 0
/proc/9026/statm: 1389 999 202 428 0 958 0
Current children cumulated CPU time (s) 2384.14
Current children cumulated vsize (KiB) 5556



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2400.97 s]
/proc/loadavg: 2.00 2.00 1.83 3/86 9255
/proc/meminfo: memFree=1321376/2055920 swapFree=4178232/4192956
[pid=9026] ppid=9024 vsize=5556 CPUtime=2400.02
/proc/9026/stat : 9026 (aolibdvo) R 9024 9026 8955 0 -1 0 1020 0 0 0 239984 18 0 0 25 0 1 0 269799103 5689344 1000 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647963 0 0 4096 0 0 0 0 17 1 0 0
/proc/9026/statm: 1389 1000 202 428 0 958 0
Current children cumulated CPU time (s) 2400.02
Current children cumulated vsize (KiB) 5556

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 2401.92
CPU time (s): 2400.03
CPU user time (s): 2399.85
CPU system time (s): 0.183972
CPU usage (%): 99.9213
Max. virtual memory (cumulated for all children) (KiB): 5556

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

runsolver used 2.23266 s user time and 6.49801 s system time

The end

Launcher Data (download as text)

Begin job on node10 on Fri Jan 19 13:40:38 UTC 2007


IDJOB= 274934
IDBENCH= 3065
IDSOLVER= 61
FILE ID= node10/274934-1169214037

PBS_JOBID= 3588921

Free space on /tmp= 66562 MiB

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

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

META MD5SUM SOLVER= 5d0282fabcfebd5fb942c79c8af6ce28
MD5SUM BENCH=  73f4505fc027b832d85c5214765d7da2

RANDOM SEED= 294398187

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.232
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.232
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:       1331320 kB
Buffers:         58304 kB
Cached:         556776 kB
SwapCached:       2360 kB
Active:         148644 kB
Inactive:       500788 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1331320 kB
SwapTotal:     4192956 kB
SwapFree:      4178232 kB
Dirty:            2504 kB
Writeback:           0 kB
Mapped:          43776 kB
Slab:            60372 kB
Committed_AS:  7042860 kB
PageTables:       2064 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 node10 on Fri Jan 19 14:20:42 UTC 2007