Trace number 278297

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.06 2405

General information on the benchmark

NameMaxCSP/cnf/3-40-2100-3000/
cnf-3-40-3000-775921_ext.xml
MD5SUMb5ba095a99edb22122ddf3bc005ba1c4
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkMOPT
Best Number of satisfied constraints2344
Best CPU time to get the best result obtained on this benchmark342.48
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints2600
Maximum constraint arity3
Maximum domain size2
Number of constraints which are defined in extension2600
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/278297-1169285491/unknown.xml" file ... done.
writing "/tmp/evaluation/278297-1169285491/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/node3/watcher-278297-1169285491 -o ROOT/results/node3/solver-278297-1169285491 -C 2400 -M 900 /tmp/evaluation/278297-1169285491/aolibdvo /tmp/evaluation/278297-1169285491/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.01 1.29 1.66 4/83 29789
/proc/meminfo: memFree=1302768/2055920 swapFree=4191880/4192956
[pid=29787] ppid=29784 vsize=2584 CPUtime=0
/proc/29787/stat : 29787 (aolibdvo) R 29784 29787 29690 0 -1 0 187 0 0 0 0 0 0 0 18 0 1 0 276944850 2646016 169 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134925556 0 0 4096 0 0 0 0 17 0 0 0
/proc/29787/statm: 646 169 121 428 0 215 0

[startup+0.112709 s]
/proc/loadavg: 1.01 1.29 1.66 4/83 29789
/proc/meminfo: memFree=1302768/2055920 swapFree=4191880/4192956
[pid=29787] ppid=29784 vsize=3768 CPUtime=0.1
/proc/29787/stat : 29787 (aolibdvo) R 29784 29787 29690 0 -1 0 617 0 0 0 10 0 0 0 20 0 1 0 276944850 3858432 517 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 135779552 0 0 4096 0 0 0 0 17 0 0 0
/proc/29787/statm: 942 517 170 428 0 511 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 3768

[startup+0.520773 s]
/proc/loadavg: 1.01 1.29 1.66 4/83 29789
/proc/meminfo: memFree=1302768/2055920 swapFree=4191880/4192956
[pid=29787] ppid=29784 vsize=5312 CPUtime=0.51
/proc/29787/stat : 29787 (aolibdvo) R 29784 29787 29690 0 -1 0 995 0 0 0 51 0 0 0 23 0 1 0 276944850 5439488 895 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134738739 0 0 4096 0 0 0 0 17 0 0 0
/proc/29787/statm: 1328 895 196 428 0 897 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 5312

[startup+1.34191 s]
/proc/loadavg: 1.01 1.29 1.66 3/86 29792
/proc/meminfo: memFree=1296280/2055920 swapFree=4191880/4192956
[pid=29787] ppid=29784 vsize=5468 CPUtime=1.33
/proc/29787/stat : 29787 (aolibdvo) R 29784 29787 29690 0 -1 0 1087 0 0 0 133 0 0 0 25 0 1 0 276944850 5599232 987 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134642324 0 0 4096 0 0 0 0 17 0 0 0
/proc/29787/statm: 1367 987 203 428 0 936 0
Current children cumulated CPU time (s) 1.33
Current children cumulated vsize (KiB) 5468

[startup+2.97917 s]
/proc/loadavg: 1.01 1.29 1.66 3/86 29792
/proc/meminfo: memFree=1296288/2055920 swapFree=4191880/4192956
[pid=29787] ppid=29784 vsize=5468 CPUtime=2.97
/proc/29787/stat : 29787 (aolibdvo) R 29784 29787 29690 0 -1 0 1087 0 0 0 296 1 0 0 25 0 1 0 276944850 5599232 987 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134691702 0 0 4096 0 0 0 0 17 0 0 0
/proc/29787/statm: 1367 987 203 428 0 936 0
Current children cumulated CPU time (s) 2.97
Current children cumulated vsize (KiB) 5468

[startup+6.26171 s]
/proc/loadavg: 1.09 1.30 1.66 3/86 29792
/proc/meminfo: memFree=1296160/2055920 swapFree=4191880/4192956
[pid=29787] ppid=29784 vsize=5468 CPUtime=6.25
/proc/29787/stat : 29787 (aolibdvo) R 29784 29787 29690 0 -1 0 1088 0 0 0 624 1 0 0 25 0 1 0 276944850 5599232 988 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134691707 0 0 4096 0 0 0 0 17 0 0 0
/proc/29787/statm: 1367 988 203 428 0 936 0
Current children cumulated CPU time (s) 6.25
Current children cumulated vsize (KiB) 5468

[startup+12.7238 s]
/proc/loadavg: 1.16 1.31 1.66 3/86 29792
/proc/meminfo: memFree=1296160/2055920 swapFree=4191880/4192956
[pid=29787] ppid=29784 vsize=5468 CPUtime=12.71
/proc/29787/stat : 29787 (aolibdvo) R 29784 29787 29690 0 -1 0 1088 0 0 0 1270 1 0 0 25 0 1 0 276944850 5599232 988 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134530527 0 0 4096 0 0 0 0 17 0 0 0
/proc/29787/statm: 1367 988 203 428 0 936 0
Current children cumulated CPU time (s) 12.71
Current children cumulated vsize (KiB) 5468

[startup+25.5428 s]
/proc/loadavg: 1.29 1.33 1.66 3/86 29792
/proc/meminfo: memFree=1296160/2055920 swapFree=4191880/4192956
[pid=29787] ppid=29784 vsize=5468 CPUtime=25.49
/proc/29787/stat : 29787 (aolibdvo) R 29784 29787 29690 0 -1 0 1089 0 0 0 2548 1 0 0 25 0 1 0 276944850 5599232 989 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134644960 0 0 4096 0 0 0 0 17 0 0 0
/proc/29787/statm: 1367 989 203 428 0 936 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 5468

[startup+51.184 s]
/proc/loadavg: 1.57 1.40 1.67 3/86 29792
/proc/meminfo: memFree=1296352/2055920 swapFree=4191880/4192956
[pid=29787] ppid=29784 vsize=5468 CPUtime=51.13
/proc/29787/stat : 29787 (aolibdvo) R 29784 29787 29690 0 -1 0 1091 0 0 0 5112 1 0 0 25 0 1 0 276944850 5599232 991 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134691702 0 0 4096 0 0 0 0 17 0 0 0
/proc/29787/statm: 1367 991 203 428 0 936 0
Current children cumulated CPU time (s) 51.13
Current children cumulated vsize (KiB) 5468

[startup+102.455 s]
/proc/loadavg: 1.81 1.49 1.69 3/86 29792
/proc/meminfo: memFree=1296352/2055920 swapFree=4191880/4192956
[pid=29787] ppid=29784 vsize=5468 CPUtime=102.35
/proc/29787/stat : 29787 (aolibdvo) R 29784 29787 29690 0 -1 0 1093 0 0 0 10234 1 0 0 25 0 1 0 276944850 5599232 993 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134926157 0 0 4096 0 0 0 0 17 0 0 0
/proc/29787/statm: 1367 993 203 428 0 936 0
Current children cumulated CPU time (s) 102.35
Current children cumulated vsize (KiB) 5468

[startup+162.552 s]
/proc/loadavg: 1.99 1.59 1.71 3/86 29792
/proc/meminfo: memFree=1296352/2055920 swapFree=4191880/4192956
[pid=29787] ppid=29784 vsize=5468 CPUtime=162.36
/proc/29787/stat : 29787 (aolibdvo) R 29784 29787 29690 0 -1 0 1093 0 0 0 16235 1 0 0 25 0 1 0 276944850 5599232 993 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647990 0 0 4096 0 0 0 0 17 0 0 0
/proc/29787/statm: 1367 993 203 428 0 936 0
Current children cumulated CPU time (s) 162.36
Current children cumulated vsize (KiB) 5468

[startup+222.646 s]
/proc/loadavg: 1.99 1.66 1.73 3/86 29792
/proc/meminfo: memFree=1296352/2055920 swapFree=4191880/4192956
[pid=29787] ppid=29784 vsize=5468 CPUtime=222.39
/proc/29787/stat : 29787 (aolibdvo) R 29784 29787 29690 0 -1 0 1095 0 0 0 22238 1 0 0 25 0 1 0 276944850 5599232 995 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134529708 0 0 4096 0 0 0 0 17 0 0 0
/proc/29787/statm: 1367 995 203 428 0 936 0
Current children cumulated CPU time (s) 222.39
Current children cumulated vsize (KiB) 5468

[startup+282.736 s]
/proc/loadavg: 1.99 1.72 1.74 3/86 29792
/proc/meminfo: memFree=1296352/2055920 swapFree=4191880/4192956
[pid=29787] ppid=29784 vsize=5468 CPUtime=282.43
/proc/29787/stat : 29787 (aolibdvo) R 29784 29787 29690 0 -1 0 1095 0 0 0 28242 1 0 0 25 0 1 0 276944850 5599232 995 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 135237558 0 0 4096 0 0 0 0 17 0 0 0
/proc/29787/statm: 1367 995 203 428 0 936 0
Current children cumulated CPU time (s) 282.43
Current children cumulated vsize (KiB) 5468

[startup+342.821 s]
/proc/loadavg: 1.99 1.77 1.75 3/86 29792
/proc/meminfo: memFree=1296288/2055920 swapFree=4191880/4192956
[pid=29787] ppid=29784 vsize=5468 CPUtime=342.42
/proc/29787/stat : 29787 (aolibdvo) R 29784 29787 29690 0 -1 0 1095 0 0 0 34241 1 0 0 25 0 1 0 276944850 5599232 995 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134529811 0 0 4096 0 0 0 0 17 0 0 0
/proc/29787/statm: 1367 995 203 428 0 936 0
Current children cumulated CPU time (s) 342.42
Current children cumulated vsize (KiB) 5468

[startup+402.915 s]
/proc/loadavg: 1.99 1.81 1.76 3/86 29792
/proc/meminfo: memFree=1296352/2055920 swapFree=4191880/4192956
[pid=29787] ppid=29784 vsize=5468 CPUtime=402.46
/proc/29787/stat : 29787 (aolibdvo) R 29784 29787 29690 0 -1 0 1095 0 0 0 40245 1 0 0 25 0 1 0 276944850 5599232 995 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647967 0 0 4096 0 0 0 0 17 0 0 0
/proc/29787/statm: 1367 995 203 428 0 936 0
Current children cumulated CPU time (s) 402.46
Current children cumulated vsize (KiB) 5468

[startup+463.007 s]
/proc/loadavg: 1.99 1.84 1.77 3/86 29792
/proc/meminfo: memFree=1296352/2055920 swapFree=4191880/4192956
[pid=29787] ppid=29784 vsize=5468 CPUtime=462.5
/proc/29787/stat : 29787 (aolibdvo) R 29784 29787 29690 0 -1 0 1095 0 0 0 46249 1 0 0 25 0 1 0 276944850 5599232 995 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 135237945 0 0 4096 0 0 0 0 17 0 0 0
/proc/29787/statm: 1367 995 203 428 0 936 0
Current children cumulated CPU time (s) 462.5
Current children cumulated vsize (KiB) 5468

[startup+523.094 s]
/proc/loadavg: 2.06 1.88 1.79 3/86 29792
/proc/meminfo: memFree=1296288/2055920 swapFree=4191880/4192956
[pid=29787] ppid=29784 vsize=5468 CPUtime=522.5
/proc/29787/stat : 29787 (aolibdvo) R 29784 29787 29690 0 -1 0 1095 0 0 0 52249 1 0 0 25 0 1 0 276944850 5599232 995 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134656963 0 0 4096 0 0 0 0 17 0 0 0
/proc/29787/statm: 1367 995 203 428 0 936 0
Current children cumulated CPU time (s) 522.5
Current children cumulated vsize (KiB) 5468

[startup+583.182 s]
/proc/loadavg: 2.02 1.90 1.80 3/86 29792
/proc/meminfo: memFree=1296288/2055920 swapFree=4191880/4192956
[pid=29787] ppid=29784 vsize=5468 CPUtime=582.54
/proc/29787/stat : 29787 (aolibdvo) R 29784 29787 29690 0 -1 0 1095 0 0 0 58253 1 0 0 25 0 1 0 276944850 5599232 995 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 135237586 0 0 4096 0 0 0 0 17 0 0 0
/proc/29787/statm: 1367 995 203 428 0 936 0
Current children cumulated CPU time (s) 582.54
Current children cumulated vsize (KiB) 5468

[startup+643.278 s]
/proc/loadavg: 2.01 1.92 1.81 3/86 29792
/proc/meminfo: memFree=1296352/2055920 swapFree=4191880/4192956
[pid=29787] ppid=29784 vsize=5468 CPUtime=642.58
/proc/29787/stat : 29787 (aolibdvo) R 29784 29787 29690 0 -1 0 1095 0 0 0 64256 2 0 0 25 0 1 0 276944850 5599232 995 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 135738420 0 0 4096 0 0 0 0 17 0 0 0
/proc/29787/statm: 1367 995 203 428 0 936 0
Current children cumulated CPU time (s) 642.58
Current children cumulated vsize (KiB) 5468

[startup+703.369 s]
/proc/loadavg: 2.07 1.94 1.83 3/86 29792
/proc/meminfo: memFree=1296352/2055920 swapFree=4191880/4192956
[pid=29787] ppid=29784 vsize=5468 CPUtime=702.6
/proc/29787/stat : 29787 (aolibdvo) R 29784 29787 29690 0 -1 0 1095 0 0 0 70258 2 0 0 25 0 1 0 276944850 5599232 995 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 135237566 0 0 4096 0 0 0 0 17 0 0 0
/proc/29787/statm: 1367 995 203 428 0 936 0
Current children cumulated CPU time (s) 702.6
Current children cumulated vsize (KiB) 5468

[startup+763.462 s]
/proc/loadavg: 2.02 1.95 1.83 3/86 29792
/proc/meminfo: memFree=1296288/2055920 swapFree=4191880/4192956
[pid=29787] ppid=29784 vsize=5468 CPUtime=762.63
/proc/29787/stat : 29787 (aolibdvo) R 29784 29787 29690 0 -1 0 1095 0 0 0 76261 2 0 0 25 0 1 0 276944850 5599232 995 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134691718 0 0 4096 0 0 0 0 17 0 0 0
/proc/29787/statm: 1367 995 203 428 0 936 0
Current children cumulated CPU time (s) 762.63
Current children cumulated vsize (KiB) 5468

[startup+823.563 s]
/proc/loadavg: 2.01 1.96 1.84 3/86 29792
/proc/meminfo: memFree=1296352/2055920 swapFree=4191880/4192956
[pid=29787] ppid=29784 vsize=5468 CPUtime=822.68

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

Current children cumulated vsize (KiB) 5468

[startup+1424.39 s]
/proc/loadavg: 2.00 1.97 1.90 3/86 29792
/proc/meminfo: memFree=1296352/2055920 swapFree=4191880/4192956
[pid=29787] ppid=29784 vsize=5468 CPUtime=1422.85
/proc/29787/stat : 29787 (aolibdvo) R 29784 29787 29690 0 -1 0 1098 0 0 0 142282 3 0 0 25 0 1 0 276944850 5599232 998 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134530534 0 0 4096 0 0 0 0 17 0 0 0
/proc/29787/statm: 1367 998 203 428 0 936 0
Current children cumulated CPU time (s) 1422.85
Current children cumulated vsize (KiB) 5468

[startup+1484.48 s]
/proc/loadavg: 2.00 1.97 1.90 3/86 29792
/proc/meminfo: memFree=1296288/2055920 swapFree=4191880/4192956
[pid=29787] ppid=29784 vsize=5468 CPUtime=1482.89
/proc/29787/stat : 29787 (aolibdvo) R 29784 29787 29690 0 -1 0 1098 0 0 0 148286 3 0 0 25 0 1 0 276944850 5599232 998 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134738742 0 0 4096 0 0 0 0 17 0 0 0
/proc/29787/statm: 1367 998 203 428 0 936 0
Current children cumulated CPU time (s) 1482.89
Current children cumulated vsize (KiB) 5468

[startup+1544.58 s]
/proc/loadavg: 2.00 1.97 1.91 3/86 29792
/proc/meminfo: memFree=1296288/2055920 swapFree=4191880/4192956
[pid=29787] ppid=29784 vsize=5468 CPUtime=1542.92
/proc/29787/stat : 29787 (aolibdvo) R 29784 29787 29690 0 -1 0 1102 0 0 0 154289 3 0 0 25 0 1 0 276944850 5599232 1002 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 135006750 0 0 4096 0 0 0 0 17 0 0 0
/proc/29787/statm: 1367 1002 203 428 0 936 0
Current children cumulated CPU time (s) 1542.92
Current children cumulated vsize (KiB) 5468

[startup+1604.67 s]
/proc/loadavg: 2.00 1.97 1.91 3/86 29792
/proc/meminfo: memFree=1296288/2055920 swapFree=4191880/4192956
[pid=29787] ppid=29784 vsize=5468 CPUtime=1602.94
/proc/29787/stat : 29787 (aolibdvo) R 29784 29787 29690 0 -1 0 1102 0 0 0 160291 3 0 0 25 0 1 0 276944850 5599232 1002 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134691691 0 0 4096 0 0 0 0 17 0 0 0
/proc/29787/statm: 1367 1002 203 428 0 936 0
Current children cumulated CPU time (s) 1602.94
Current children cumulated vsize (KiB) 5468

[startup+1664.77 s]
/proc/loadavg: 2.00 1.97 1.91 3/86 29792
/proc/meminfo: memFree=1296288/2055920 swapFree=4191880/4192956
[pid=29787] ppid=29784 vsize=5468 CPUtime=1662.98
/proc/29787/stat : 29787 (aolibdvo) R 29784 29787 29690 0 -1 0 1102 0 0 0 166295 3 0 0 25 0 1 0 276944850 5599232 1002 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134666374 0 0 4096 0 0 0 0 17 0 0 0
/proc/29787/statm: 1367 1002 203 428 0 936 0
Current children cumulated CPU time (s) 1662.98
Current children cumulated vsize (KiB) 5468

[startup+1724.86 s]
/proc/loadavg: 2.00 1.97 1.91 3/86 29792
/proc/meminfo: memFree=1296288/2055920 swapFree=4191880/4192956
[pid=29787] ppid=29784 vsize=5468 CPUtime=1723.02
/proc/29787/stat : 29787 (aolibdvo) R 29784 29787 29690 0 -1 0 1102 0 0 0 172298 4 0 0 25 0 1 0 276944850 5599232 1002 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134645717 0 0 4096 0 0 0 0 17 0 0 0
/proc/29787/statm: 1367 1002 203 428 0 936 0
Current children cumulated CPU time (s) 1723.02
Current children cumulated vsize (KiB) 5468

[startup+1784.89 s]
/proc/loadavg: 2.00 1.97 1.91 3/92 29874
/proc/meminfo: memFree=1295024/2055920 swapFree=4191880/4192956
[pid=29787] ppid=29784 vsize=5468 CPUtime=1782.89
/proc/29787/stat : 29787 (aolibdvo) R 29784 29787 29690 0 -1 0 1102 0 0 0 178282 7 0 0 25 0 1 0 276944850 5599232 1002 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 135237566 0 0 4096 0 0 0 0 17 0 0 0
/proc/29787/statm: 1367 1002 203 428 0 936 0
Current children cumulated CPU time (s) 1782.89
Current children cumulated vsize (KiB) 5468

[startup+1844.89 s]
/proc/loadavg: 2.00 1.97 1.91 3/86 29990
/proc/meminfo: memFree=1295968/2055920 swapFree=4191880/4192956
[pid=29787] ppid=29784 vsize=5468 CPUtime=1842.53
/proc/29787/stat : 29787 (aolibdvo) R 29784 29787 29690 0 -1 0 1102 0 0 0 184237 16 0 0 25 0 1 0 276944850 5599232 1002 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134530527 0 0 4096 0 0 0 0 17 0 0 0
/proc/29787/statm: 1367 1002 203 428 0 936 0
Current children cumulated CPU time (s) 1842.53
Current children cumulated vsize (KiB) 5468

[startup+1904.97 s]
/proc/loadavg: 2.00 1.97 1.91 3/86 29990
/proc/meminfo: memFree=1296032/2055920 swapFree=4191880/4192956
[pid=29787] ppid=29784 vsize=5468 CPUtime=1902.34
/proc/29787/stat : 29787 (aolibdvo) R 29784 29787 29690 0 -1 0 1102 0 0 0 190218 16 0 0 25 0 1 0 276944850 5599232 1002 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134530534 0 0 4096 0 0 0 0 17 0 0 0
/proc/29787/statm: 1367 1002 203 428 0 936 0
Current children cumulated CPU time (s) 1902.34
Current children cumulated vsize (KiB) 5468

[startup+1965.06 s]
/proc/loadavg: 2.00 1.97 1.91 3/86 29990
/proc/meminfo: memFree=1296032/2055920 swapFree=4191880/4192956
[pid=29787] ppid=29784 vsize=5468 CPUtime=1962.13
/proc/29787/stat : 29787 (aolibdvo) R 29784 29787 29690 0 -1 0 1102 0 0 0 196197 16 0 0 25 0 1 0 276944850 5599232 1002 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134691691 0 0 4096 0 0 0 0 17 0 0 0
/proc/29787/statm: 1367 1002 203 428 0 936 0
Current children cumulated CPU time (s) 1962.13
Current children cumulated vsize (KiB) 5468

[startup+2025.14 s]
/proc/loadavg: 2.06 1.99 1.91 3/86 29990
/proc/meminfo: memFree=1296032/2055920 swapFree=4191880/4192956
[pid=29787] ppid=29784 vsize=5468 CPUtime=2021.96
/proc/29787/stat : 29787 (aolibdvo) R 29784 29787 29690 0 -1 0 1102 0 0 0 202179 17 0 0 25 0 1 0 276944850 5599232 1002 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 135741414 0 0 4096 0 0 0 0 17 0 0 0
/proc/29787/statm: 1367 1002 203 428 0 936 0
Current children cumulated CPU time (s) 2021.96
Current children cumulated vsize (KiB) 5468

[startup+2085.22 s]
/proc/loadavg: 2.02 1.99 1.91 3/86 29990
/proc/meminfo: memFree=1296096/2055920 swapFree=4191880/4192956
[pid=29787] ppid=29784 vsize=5468 CPUtime=2081.77
/proc/29787/stat : 29787 (aolibdvo) R 29784 29787 29690 0 -1 0 1102 0 0 0 208160 17 0 0 25 0 1 0 276944850 5599232 1002 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134530527 0 0 4096 0 0 0 0 17 0 0 0
/proc/29787/statm: 1367 1002 203 428 0 936 0
Current children cumulated CPU time (s) 2081.77
Current children cumulated vsize (KiB) 5468

[startup+2145.3 s]
/proc/loadavg: 2.04 2.00 1.92 3/86 29990
/proc/meminfo: memFree=1296096/2055920 swapFree=4191880/4192956
[pid=29787] ppid=29784 vsize=5468 CPUtime=2141.56
/proc/29787/stat : 29787 (aolibdvo) R 29784 29787 29690 0 -1 0 1102 0 0 0 214139 17 0 0 25 0 1 0 276944850 5599232 1002 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 135237558 0 0 4096 0 0 0 0 17 0 0 0
/proc/29787/statm: 1367 1002 203 428 0 936 0
Current children cumulated CPU time (s) 2141.56
Current children cumulated vsize (KiB) 5468

[startup+2205.39 s]
/proc/loadavg: 2.01 2.00 1.92 3/86 29990
/proc/meminfo: memFree=1296160/2055920 swapFree=4191880/4192956
[pid=29787] ppid=29784 vsize=5468 CPUtime=2201.37
/proc/29787/stat : 29787 (aolibdvo) R 29784 29787 29690 0 -1 0 1102 0 0 0 220120 17 0 0 25 0 1 0 276944850 5599232 1002 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 135237558 0 0 4096 0 0 0 0 17 0 0 0
/proc/29787/statm: 1367 1002 203 428 0 936 0
Current children cumulated CPU time (s) 2201.37
Current children cumulated vsize (KiB) 5468

[startup+2265.46 s]
/proc/loadavg: 2.00 2.00 1.92 3/86 29990
/proc/meminfo: memFree=1296160/2055920 swapFree=4191880/4192956
[pid=29787] ppid=29784 vsize=5468 CPUtime=2261.19
/proc/29787/stat : 29787 (aolibdvo) R 29784 29787 29690 0 -1 0 1102 0 0 0 226102 17 0 0 25 0 1 0 276944850 5599232 1002 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 135237586 0 0 4096 0 0 0 0 17 0 0 0
/proc/29787/statm: 1367 1002 203 428 0 936 0
Current children cumulated CPU time (s) 2261.19
Current children cumulated vsize (KiB) 5468

[startup+2325.54 s]
/proc/loadavg: 2.07 2.03 1.93 3/86 29990
/proc/meminfo: memFree=1296224/2055920 swapFree=4191880/4192956
[pid=29787] ppid=29784 vsize=5468 CPUtime=2320.97
/proc/29787/stat : 29787 (aolibdvo) R 29784 29787 29690 0 -1 0 1102 0 0 0 232080 17 0 0 25 0 1 0 276944850 5599232 1002 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134666476 0 0 4096 0 0 0 0 17 0 0 0
/proc/29787/statm: 1367 1002 203 428 0 936 0
Current children cumulated CPU time (s) 2320.97
Current children cumulated vsize (KiB) 5468

[startup+2385.62 s]
/proc/loadavg: 2.03 2.02 1.93 3/86 29990
/proc/meminfo: memFree=1296224/2055920 swapFree=4191880/4192956
[pid=29787] ppid=29784 vsize=5468 CPUtime=2380.77
/proc/29787/stat : 29787 (aolibdvo) R 29784 29787 29690 0 -1 0 1102 0 0 0 238060 17 0 0 25 0 1 0 276944850 5599232 1002 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134650688 0 0 4096 0 0 0 0 17 0 0 0
/proc/29787/statm: 1367 1002 203 428 0 936 0
Current children cumulated CPU time (s) 2380.77
Current children cumulated vsize (KiB) 5468



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2405 s]
/proc/loadavg: 2.02 2.02 1.93 3/86 29990
/proc/meminfo: memFree=1296224/2055920 swapFree=4191880/4192956
[pid=29787] ppid=29784 vsize=5468 CPUtime=2400.05
/proc/29787/stat : 29787 (aolibdvo) R 29784 29787 29690 0 -1 0 1102 0 0 0 239988 17 0 0 25 0 1 0 276944850 5599232 1002 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134666426 0 0 4096 0 0 0 0 17 0 0 0
/proc/29787/statm: 1367 1002 203 428 0 936 0
Current children cumulated CPU time (s) 2400.05
Current children cumulated vsize (KiB) 5468

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 2405
CPU time (s): 2400.06
CPU user time (s): 2399.89
CPU system time (s): 0.176973
CPU usage (%): 99.7945
Max. virtual memory (cumulated for all children) (KiB): 5468

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2399.89
system time used= 0.176973
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1102
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= 5
involuntary context switches= 21373

runsolver used 2.30765 s user time and 6.43602 s system time

The end

Launcher Data (download as text)

Begin job on node3 on Sat Jan 20 09:31:31 UTC 2007


IDJOB= 278297
IDBENCH= 8243
IDSOLVER= 61
FILE ID= node3/278297-1169285491

PBS_JOBID= 3609512

Free space on /tmp= 66560 MiB

SOLVER NAME= aolibdvo 2007-01-17
BENCH NAME= HOME/pub/bench/CPAI06/MaxCSP/cnf/3-40-2100-3000/cnf-3-40-3000-775921_ext.xml
COMMAND LINE= /tmp/evaluation/278297-1169285491/aolibdvo /tmp/evaluation/278297-1169285491/unknown.wcsp
CONVERSION COMMAND LINE= runsolver -w ROOT/results/node3/convwatcher-278297-1169285491 -o ROOT/results/node3/conversion-278297-1169285491 -C 600 -M 900 python xcsp2wcsp.py /tmp/evaluation/278297-1169285491/unknown.xml
CONVERSION RUNSOLVER STATUS CODE= 0
CONVERSION STATUS CODE= 0

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

META MD5SUM SOLVER= 5d0282fabcfebd5fb942c79c8af6ce28
MD5SUM BENCH=  b5ba095a99edb22122ddf3bc005ba1c4

RANDOM SEED= 41759935

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.279
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.279
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:       1303104 kB
Buffers:         56460 kB
Cached:         563620 kB
SwapCached:        284 kB
Active:         195920 kB
Inactive:       481700 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1303104 kB
SwapTotal:     4192956 kB
SwapFree:      4191880 kB
Dirty:            4984 kB
Writeback:           0 kB
Mapped:          69696 kB
Slab:            60392 kB
Committed_AS:  7456292 kB
PageTables:       1988 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 node3 on Sat Jan 20 10:11:37 UTC 2007