Trace number 1104834

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. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock 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
Minion/Tailor 2008-07-04SAT 196.688 198.242

General information on the benchmark

Namecsp/nengfa/
normalized-schur.xml
MD5SUM84511ecf3a05d64f4feb7211658b4b0d
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.339947
Satisfiable
(Un)Satisfiability was proved
Number of variables110
Number of constraints3025
Maximum constraint arity3
Maximum domain size5
Number of constraints which are defined in extension0
Number of constraints which are defined in intension3025
Global constraints used (with number of constraints)

Solver Data (download as text)

1.56/1.62	c Finished tailoring XCSP instance to Minion. Starting solving
196.52/198.19	v 1 2 1 3 1 2 1 4 1 2 1 3 1 2 1 5 1 2 1 3 1 4 1 5 3 3 2 3 1 5 2 4 3 3 2 4 4 5 2 2 4 3 2 2 5 4 3 2 5 4 4 2 5 1 4 1 5 5 5 1 4 1 5 2 2 4 5 2 3 4 5 2 2 3 4 2 2 5 4 4 2 3 3 4 2 5 1 3 2 3 3 5 1 4 1 3 1 2 1 5 1 2 1 3 1 2 1 4 1 2 
196.52/198.19	s SATISFIABLE

Verifier Data (download as text)

OK

Watcher Data (download as text)

runsolver version 3.2.5 (c) roussel@cril.univ-artois.fr

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1104834-1215207453/watcher-1104834-1215207453 -o /tmp/evaluation-result-1104834-1215207453/solver-1104834-1215207453 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/solve.sh HOME/instance-1104834-1215207453.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2200 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
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 4/72 7432
/proc/meminfo: memFree=1701008/2055920 swapFree=4180436/4192956
[pid=7432] ppid=7430 vsize=5356 CPUtime=0
/proc/7432/stat : 7432 (solve.sh) R 7430 7432 6608 0 -1 4194304 266 0 0 0 0 0 0 0 21 0 1 0 1999717567 5484544 234 996147200 4194304 4889804 548682068832 18446744073709551615 255539604127 0 65538 4100 65536 0 0 0 17 1 0 0
/proc/7432/statm: 1339 234 194 169 0 50 0
[pid=7433] ppid=7432 vsize=5356 CPUtime=0
/proc/7433/stat : 7433 (solve.sh) R 7432 7432 6608 0 -1 4194368 0 0 0 0 0 0 0 0 21 0 1 0 1999717568 5484544 234 996147200 4194304 4889804 548682068832 18446744073709551615 255539604127 0 65538 4100 65536 0 0 0 17 1 0 0
/proc/7433/statm: 1339 234 194 169 0 50 0

[startup+0.0186459 s]
/proc/loadavg: 2.00 2.00 2.00 4/72 7432
/proc/meminfo: memFree=1701008/2055920 swapFree=4180436/4192956
[pid=7432] ppid=7430 vsize=5356 CPUtime=0
/proc/7432/stat : 7432 (solve.sh) S 7430 7432 6608 0 -1 4194304 285 0 0 0 0 0 0 0 21 0 1 0 1999717567 5484544 235 996147200 4194304 4889804 548682068832 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7432/statm: 1339 235 195 169 0 50 0
[pid=7433] ppid=7432 vsize=11088 CPUtime=0
/proc/7433/stat : 7433 (java) S 7432 7432 6608 0 -1 0 839 0 0 0 0 0 0 0 18 0 2 0 1999717568 11354112 575 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/7433/statm: 2780 608 309 9 0 1244 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 16444

[startup+0.104377 s]
/proc/loadavg: 2.00 2.00 2.00 4/72 7432
/proc/meminfo: memFree=1701008/2055920 swapFree=4180436/4192956
[pid=7432] ppid=7430 vsize=5356 CPUtime=0
/proc/7432/stat : 7432 (solve.sh) S 7430 7432 6608 0 -1 4194304 285 0 0 0 0 0 0 0 21 0 1 0 1999717567 5484544 235 996147200 4194304 4889804 548682068832 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7432/statm: 1339 235 195 169 0 50 0
[pid=7433] ppid=7432 vsize=864136 CPUtime=0.08
/proc/7433/stat : 7433 (java) S 7432 7432 6608 0 -1 0 3510 0 1 0 7 1 0 0 18 0 9 0 1999717568 884875264 2962 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7433/statm: 216034 2962 1725 9 0 210596 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 869492

[startup+0.301395 s]
/proc/loadavg: 2.00 2.00 2.00 4/72 7432
/proc/meminfo: memFree=1701008/2055920 swapFree=4180436/4192956
[pid=7432] ppid=7430 vsize=5356 CPUtime=0
/proc/7432/stat : 7432 (solve.sh) S 7430 7432 6608 0 -1 4194304 285 0 0 0 0 0 0 0 21 0 1 0 1999717567 5484544 235 996147200 4194304 4889804 548682068832 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7432/statm: 1339 235 195 169 0 50 0
[pid=7433] ppid=7432 vsize=864924 CPUtime=0.28
/proc/7433/stat : 7433 (java) S 7432 7432 6608 0 -1 0 4450 0 1 0 26 2 0 0 18 0 9 0 1999717568 885682176 3883 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7433/statm: 216231 3883 1822 9 0 210793 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 870280

[startup+0.701434 s]
/proc/loadavg: 2.00 2.00 2.00 4/72 7432
/proc/meminfo: memFree=1701008/2055920 swapFree=4180436/4192956
[pid=7432] ppid=7430 vsize=5356 CPUtime=0
/proc/7432/stat : 7432 (solve.sh) S 7430 7432 6608 0 -1 4194304 285 0 0 0 0 0 0 0 21 0 1 0 1999717567 5484544 235 996147200 4194304 4889804 548682068832 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7432/statm: 1339 235 195 169 0 50 0
[pid=7433] ppid=7432 vsize=865056 CPUtime=0.68
/proc/7433/stat : 7433 (java) S 7432 7432 6608 0 -1 0 8012 0 1 0 63 5 0 0 18 0 9 0 1999717568 885817344 7434 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7433/statm: 216264 7434 1862 9 0 210826 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 870412

[startup+1.50251 s]
/proc/loadavg: 2.00 2.00 2.00 4/82 7442
/proc/meminfo: memFree=1670208/2055920 swapFree=4180436/4192956
[pid=7432] ppid=7430 vsize=5356 CPUtime=0
/proc/7432/stat : 7432 (solve.sh) S 7430 7432 6608 0 -1 4194304 285 0 0 0 0 0 0 0 21 0 1 0 1999717567 5484544 235 996147200 4194304 4889804 548682068832 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7432/statm: 1339 235 195 169 0 50 0
[pid=7433] ppid=7432 vsize=868876 CPUtime=1.48
/proc/7433/stat : 7433 (java) S 7432 7432 6608 0 -1 0 11063 0 1 0 140 8 0 0 18 0 9 0 1999717568 889729024 10371 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7433/statm: 217219 10371 1880 9 0 211781 0
[pid=7433/tid=7435] ppid=7432 vsize=868876 CPUtime=0.93
/proc/7433/task/7435/stat : 7435 (java) R 7432 7432 6608 0 -1 64 5179 0 1 0 89 4 0 0 25 0 9 0 1999717569 889729024 10371 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7433/tid=7436] ppid=7432 vsize=868876 CPUtime=0.15
/proc/7433/task/7436/stat : 7436 (java) R 7432 7432 6608 0 -1 64 3528 0 0 0 14 1 0 0 16 0 9 0 1999717570 889729024 10371 996147200 134512640 134550740 4294956032 18446744073709551615 104175345 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=7433/tid=7437] ppid=7432 vsize=868876 CPUtime=0
/proc/7433/task/7437/stat : 7437 (java) S 7432 7432 6608 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 1999717570 889729024 10371 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7433/tid=7438] ppid=7432 vsize=868876 CPUtime=0
/proc/7433/task/7438/stat : 7438 (java) S 7432 7432 6608 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 1999717570 889729024 10371 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7433/tid=7439] ppid=7432 vsize=868876 CPUtime=0
/proc/7433/task/7439/stat : 7439 (java) S 7432 7432 6608 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1999717572 889729024 10371 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7433/tid=7440] ppid=7432 vsize=868876 CPUtime=0.36
/proc/7433/task/7440/stat : 7440 (java) S 7432 7432 6608 0 -1 64 1622 0 0 0 35 1 0 0 15 0 9 0 1999717572 889729024 10371 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7433/tid=7441] ppid=7432 vsize=868876 CPUtime=0
/proc/7433/task/7441/stat : 7441 (java) S 7432 7432 6608 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1999717572 889729024 10371 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7433/tid=7442] ppid=7432 vsize=868876 CPUtime=0
/proc/7433/task/7442/stat : 7442 (java) S 7432 7432 6608 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1999717572 889729024 10371 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 874232

[startup+3.10265 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 7443
/proc/meminfo: memFree=1696256/2055920 swapFree=4180436/4192956
[pid=7432] ppid=7430 vsize=5360 CPUtime=1.57
/proc/7432/stat : 7432 (solve.sh) S 7430 7432 6608 0 -1 4194304 310 12400 0 1 0 0 148 9 18 0 1 0 1999717567 5488640 236 996147200 4194304 4889804 548682068832 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7432/statm: 1340 236 195 169 0 51 0
[pid=7443] ppid=7432 vsize=34108 CPUtime=1.44
/proc/7443/stat : 7443 (ld-linux.so.2) R 7432 7432 6608 0 -1 4194304 3477 0 0 0 143 1 0 0 25 0 1 100 1999717730 34926592 2982 996147200 1448431616 1448550632 4294956176 18446744073709551615 134670062 0 0 4096 8194 0 0 0 17 1 0 0
/proc/7443/statm: 8527 2982 419 29 0 2581 0
Current children cumulated CPU time (s) 3.01
Current children cumulated vsize (KiB) 39468

[startup+6.30195 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 7443
/proc/meminfo: memFree=1689984/2055920 swapFree=4180436/4192956
[pid=7432] ppid=7430 vsize=5360 CPUtime=1.57
/proc/7432/stat : 7432 (solve.sh) S 7430 7432 6608 0 -1 4194304 310 12400 0 1 0 0 148 9 18 0 1 0 1999717567 5488640 236 996147200 4194304 4889804 548682068832 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7432/statm: 1340 236 195 169 0 51 0
[pid=7443] ppid=7432 vsize=34108 CPUtime=4.61
/proc/7443/stat : 7443 (ld-linux.so.2) R 7432 7432 6608 0 -1 4194304 3477 0 0 0 459 2 0 0 25 0 1 100 1999717730 34926592 2982 996147200 1448431616 1448550632 4294956176 18446744073709551615 134670187 0 0 4096 8194 0 0 0 17 1 0 0
/proc/7443/statm: 8527 2982 419 29 0 2581 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 39468

[startup+12.7015 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 7443
/proc/meminfo: memFree=1690048/2055920 swapFree=4180436/4192956
[pid=7432] ppid=7430 vsize=5360 CPUtime=1.57
/proc/7432/stat : 7432 (solve.sh) S 7430 7432 6608 0 -1 4194304 310 12400 0 1 0 0 148 9 18 0 1 0 1999717567 5488640 236 996147200 4194304 4889804 548682068832 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7432/statm: 1340 236 195 169 0 51 0
[pid=7443] ppid=7432 vsize=34108 CPUtime=10.96
/proc/7443/stat : 7443 (ld-linux.so.2) R 7432 7432 6608 0 -1 4194304 3477 0 0 0 1094 2 0 0 25 0 1 100 1999717730 34926592 2982 996147200 1448431616 1448550632 4294956176 18446744073709551615 134535942 0 0 4096 8194 0 0 0 17 1 0 0
/proc/7443/statm: 8527 2982 419 29 0 2581 0
Current children cumulated CPU time (s) 12.53
Current children cumulated vsize (KiB) 39468

[startup+25.5017 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 7443
/proc/meminfo: memFree=1690176/2055920 swapFree=4180436/4192956
[pid=7432] ppid=7430 vsize=5360 CPUtime=1.57
/proc/7432/stat : 7432 (solve.sh) S 7430 7432 6608 0 -1 4194304 310 12400 0 1 0 0 148 9 18 0 1 0 1999717567 5488640 236 996147200 4194304 4889804 548682068832 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7432/statm: 1340 236 195 169 0 51 0
[pid=7443] ppid=7432 vsize=34108 CPUtime=23.67
/proc/7443/stat : 7443 (ld-linux.so.2) R 7432 7432 6608 0 -1 4194304 3477 0 0 0 2365 2 0 0 25 0 1 100 1999717730 34926592 2982 996147200 1448431616 1448550632 4294956176 18446744073709551615 134670054 0 0 4096 8194 0 0 0 17 1 0 0
/proc/7443/statm: 8527 2982 419 29 0 2581 0
Current children cumulated CPU time (s) 25.24
Current children cumulated vsize (KiB) 39468

[startup+51.1011 s]
/proc/loadavg: 2.07 2.02 2.00 3/74 7443
/proc/meminfo: memFree=1690240/2055920 swapFree=4180436/4192956
[pid=7432] ppid=7430 vsize=5360 CPUtime=1.57
/proc/7432/stat : 7432 (solve.sh) S 7430 7432 6608 0 -1 4194304 310 12400 0 1 0 0 148 9 18 0 1 0 1999717567 5488640 236 996147200 4194304 4889804 548682068832 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7432/statm: 1340 236 195 169 0 51 0
[pid=7443] ppid=7432 vsize=34108 CPUtime=49.07
/proc/7443/stat : 7443 (ld-linux.so.2) R 7432 7432 6608 0 -1 4194304 3477 0 0 0 4905 2 0 0 25 0 1 100 1999717730 34926592 2982 996147200 1448431616 1448550632 4294956176 18446744073709551615 134535441 0 0 4096 8194 0 0 0 17 1 0 0
/proc/7443/statm: 8527 2982 419 29 0 2581 0
Current children cumulated CPU time (s) 50.64
Current children cumulated vsize (KiB) 39468

[startup+102.307 s]
/proc/loadavg: 2.10 2.03 2.00 3/74 7443
/proc/meminfo: memFree=1690304/2055920 swapFree=4180436/4192956
[pid=7432] ppid=7430 vsize=5360 CPUtime=1.57
/proc/7432/stat : 7432 (solve.sh) S 7430 7432 6608 0 -1 4194304 310 12400 0 1 0 0 148 9 18 0 1 0 1999717567 5488640 236 996147200 4194304 4889804 548682068832 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7432/statm: 1340 236 195 169 0 51 0
[pid=7443] ppid=7432 vsize=34108 CPUtime=99.89
/proc/7443/stat : 7443 (ld-linux.so.2) R 7432 7432 6608 0 -1 4194304 3477 0 0 0 9987 2 0 0 25 0 1 100 1999717730 34926592 2982 996147200 1448431616 1448550632 4294956176 18446744073709551615 134535936 0 0 4096 8194 0 0 0 17 1 0 0
/proc/7443/statm: 8527 2982 419 29 0 2581 0
Current children cumulated CPU time (s) 101.46
Current children cumulated vsize (KiB) 39468

[startup+162.301 s]
/proc/loadavg: 2.20 2.07 2.02 3/74 7443
/proc/meminfo: memFree=1690240/2055920 swapFree=4180436/4192956
[pid=7432] ppid=7430 vsize=5360 CPUtime=1.57
/proc/7432/stat : 7432 (solve.sh) S 7430 7432 6608 0 -1 4194304 310 12400 0 1 0 0 148 9 18 0 1 0 1999717567 5488640 236 996147200 4194304 4889804 548682068832 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7432/statm: 1340 236 195 169 0 51 0
[pid=7443] ppid=7432 vsize=34108 CPUtime=159.43
/proc/7443/stat : 7443 (ld-linux.so.2) R 7432 7432 6608 0 -1 4194304 3477 0 0 0 15941 2 0 0 25 0 1 100 1999717730 34926592 2982 996147200 1448431616 1448550632 4294956176 18446744073709551615 134670054 0 0 4096 8194 0 0 0 17 1 0 0
/proc/7443/statm: 8527 2982 419 29 0 2581 0
Current children cumulated CPU time (s) 161
Current children cumulated vsize (KiB) 39468

Solver just ended. Dumping a history of the last processes samples

[startup+179.101 s]
/proc/loadavg: 2.14 2.06 2.01 3/74 7443
/proc/meminfo: memFree=1690176/2055920 swapFree=4180436/4192956
[pid=7432] ppid=7430 vsize=5360 CPUtime=1.57
/proc/7432/stat : 7432 (solve.sh) S 7430 7432 6608 0 -1 4194304 310 12400 0 1 0 0 148 9 18 0 1 0 1999717567 5488640 236 996147200 4194304 4889804 548682068832 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7432/statm: 1340 236 195 169 0 51 0
[pid=7443] ppid=7432 vsize=34320 CPUtime=176.1
/proc/7443/stat : 7443 (ld-linux.so.2) R 7432 7432 6608 0 -1 4194304 3496 0 0 0 17608 2 0 0 25 0 1 100 1999717730 35143680 3001 996147200 1448431616 1448550632 4294956176 18446744073709551615 134558734 0 0 4096 8194 0 0 0 17 1 0 0
/proc/7443/statm: 8580 3001 419 29 0 2634 0
Current children cumulated CPU time (s) 177.67
Current children cumulated vsize (KiB) 39680

[startup+191.901 s]
/proc/loadavg: 2.12 2.06 2.01 3/74 7443
/proc/meminfo: memFree=1690176/2055920 swapFree=4180436/4192956
[pid=7432] ppid=7430 vsize=5360 CPUtime=1.57
/proc/7432/stat : 7432 (solve.sh) S 7430 7432 6608 0 -1 4194304 310 12400 0 1 0 0 148 9 18 0 1 0 1999717567 5488640 236 996147200 4194304 4889804 548682068832 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7432/statm: 1340 236 195 169 0 51 0
[pid=7443] ppid=7432 vsize=34320 CPUtime=188.8
/proc/7443/stat : 7443 (ld-linux.so.2) R 7432 7432 6608 0 -1 4194304 3497 0 0 0 18878 2 0 0 25 0 1 100 1999717730 35143680 3002 996147200 1448431616 1448550632 4294956176 18446744073709551615 134670054 0 0 4096 8194 0 0 0 17 1 0 0
/proc/7443/statm: 8580 3002 419 29 0 2634 0
Current children cumulated CPU time (s) 190.37
Current children cumulated vsize (KiB) 39680

[startup+195.102 s]
/proc/loadavg: 2.11 2.06 2.01 3/74 7443
/proc/meminfo: memFree=1690176/2055920 swapFree=4180436/4192956
[pid=7432] ppid=7430 vsize=5360 CPUtime=1.57
/proc/7432/stat : 7432 (solve.sh) S 7430 7432 6608 0 -1 4194304 310 12400 0 1 0 0 148 9 18 0 1 0 1999717567 5488640 236 996147200 4194304 4889804 548682068832 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7432/statm: 1340 236 195 169 0 51 0
[pid=7443] ppid=7432 vsize=34320 CPUtime=191.97
/proc/7443/stat : 7443 (ld-linux.so.2) R 7432 7432 6608 0 -1 4194304 3497 0 0 0 19195 2 0 0 25 0 1 100 1999717730 35143680 3002 996147200 1448431616 1448550632 4294956176 18446744073709551615 134558830 0 0 4096 8194 0 0 0 17 1 0 0
/proc/7443/statm: 8580 3002 419 29 0 2634 0
Current children cumulated CPU time (s) 193.54
Current children cumulated vsize (KiB) 39680

[startup+196.702 s]
/proc/loadavg: 2.11 2.06 2.01 3/74 7443
/proc/meminfo: memFree=1690176/2055920 swapFree=4180436/4192956
[pid=7432] ppid=7430 vsize=5360 CPUtime=1.57
/proc/7432/stat : 7432 (solve.sh) S 7430 7432 6608 0 -1 4194304 310 12400 0 1 0 0 148 9 18 0 1 0 1999717567 5488640 236 996147200 4194304 4889804 548682068832 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7432/statm: 1340 236 195 169 0 51 0
[pid=7443] ppid=7432 vsize=34320 CPUtime=193.56
/proc/7443/stat : 7443 (ld-linux.so.2) R 7432 7432 6608 0 -1 4194304 3497 0 0 0 19354 2 0 0 25 0 1 100 1999717730 35143680 3002 996147200 1448431616 1448550632 4294956176 18446744073709551615 134616100 0 0 4096 8194 0 0 0 17 1 0 0
/proc/7443/statm: 8580 3002 419 29 0 2634 0
Current children cumulated CPU time (s) 195.13
Current children cumulated vsize (KiB) 39680

[startup+197.502 s]
/proc/loadavg: 2.10 2.06 2.01 3/74 7443
/proc/meminfo: memFree=1690176/2055920 swapFree=4180436/4192956
[pid=7432] ppid=7430 vsize=5360 CPUtime=1.57
/proc/7432/stat : 7432 (solve.sh) S 7430 7432 6608 0 -1 4194304 310 12400 0 1 0 0 148 9 18 0 1 0 1999717567 5488640 236 996147200 4194304 4889804 548682068832 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7432/statm: 1340 236 195 169 0 51 0
[pid=7443] ppid=7432 vsize=34320 CPUtime=194.35
/proc/7443/stat : 7443 (ld-linux.so.2) R 7432 7432 6608 0 -1 4194304 3497 0 0 0 19433 2 0 0 25 0 1 100 1999717730 35143680 3002 996147200 1448431616 1448550632 4294956176 18446744073709551615 135746265 0 0 4096 8194 0 0 0 17 1 0 0
/proc/7443/statm: 8580 3002 419 29 0 2634 0
Current children cumulated CPU time (s) 195.92
Current children cumulated vsize (KiB) 39680

[startup+197.902 s]
/proc/loadavg: 2.10 2.06 2.01 3/74 7443
/proc/meminfo: memFree=1690176/2055920 swapFree=4180436/4192956
[pid=7432] ppid=7430 vsize=5360 CPUtime=1.57
/proc/7432/stat : 7432 (solve.sh) S 7430 7432 6608 0 -1 4194304 310 12400 0 1 0 0 148 9 18 0 1 0 1999717567 5488640 236 996147200 4194304 4889804 548682068832 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7432/statm: 1340 236 195 169 0 51 0
[pid=7443] ppid=7432 vsize=34320 CPUtime=194.75
/proc/7443/stat : 7443 (ld-linux.so.2) R 7432 7432 6608 0 -1 4194304 3497 0 0 0 19473 2 0 0 25 0 1 100 1999717730 35143680 3002 996147200 1448431616 1448550632 4294956176 18446744073709551615 134535946 0 0 4096 8194 0 0 0 17 1 0 0
/proc/7443/statm: 8580 3002 419 29 0 2634 0
Current children cumulated CPU time (s) 196.32
Current children cumulated vsize (KiB) 39680

[startup+198.103 s]
/proc/loadavg: 2.10 2.06 2.01 3/74 7443
/proc/meminfo: memFree=1690176/2055920 swapFree=4180436/4192956
[pid=7432] ppid=7430 vsize=5360 CPUtime=1.57
/proc/7432/stat : 7432 (solve.sh) S 7430 7432 6608 0 -1 4194304 310 12400 0 1 0 0 148 9 18 0 1 0 1999717567 5488640 236 996147200 4194304 4889804 548682068832 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7432/statm: 1340 236 195 169 0 51 0
[pid=7443] ppid=7432 vsize=34320 CPUtime=194.95
/proc/7443/stat : 7443 (ld-linux.so.2) R 7432 7432 6608 0 -1 4194304 3497 0 0 0 19493 2 0 0 25 0 1 100 1999717730 35143680 3002 996147200 1448431616 1448550632 4294956176 18446744073709551615 134535440 0 0 4096 8194 0 0 0 17 1 0 0
/proc/7443/statm: 8580 3002 419 29 0 2634 0
Current children cumulated CPU time (s) 196.52
Current children cumulated vsize (KiB) 39680

[startup+198.203 s]
/proc/loadavg: 2.10 2.06 2.01 3/74 7443
/proc/meminfo: memFree=1690176/2055920 swapFree=4180436/4192956
[pid=7432] ppid=7430 vsize=5360 CPUtime=1.57
/proc/7432/stat : 7432 (solve.sh) S 7430 7432 6608 0 -1 4194304 310 12400 0 1 0 0 148 9 18 0 1 0 1999717567 5488640 236 996147200 4194304 4889804 548682068832 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7432/statm: 1340 236 195 169 0 51 0
[pid=7443] ppid=7432 vsize=34324 CPUtime=195.05
/proc/7443/stat : 7443 (ld-linux.so.2) R 7432 7432 6608 0 -1 4194304 3534 0 0 0 19503 2 0 0 25 0 1 100 1999717730 35147776 3039 996147200 1448431616 1448550632 4294956176 18446744073709551615 4158619214 0 0 4096 8194 0 0 0 17 1 0 0
/proc/7443/statm: 8581 3039 444 29 0 2635 0
Current children cumulated CPU time (s) 196.62
Current children cumulated vsize (KiB) 39684

Child status: 0
Real time (s): 198.242
CPU time (s): 196.688
CPU user time (s): 196.559
CPU system time (s): 0.12898
CPU usage (%): 99.216
Max. virtual memory (cumulated for all children) (KiB): 874232

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 196.559
system time used= 0.12898
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 16262
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1304
involuntary context switches= 5407

runsolver used 0.229965 second user time and 0.512922 second system time

The end

Launcher Data (download as text)

Begin job on node48 at 2008-07-04 23:37:34
IDJOB=1104834
IDBENCH=56820
IDSOLVER=369
FILE ID=node48/1104834-1215207453
PBS_JOBID= 7881726
Free space on /tmp= 66536 MiB

SOLVER NAME= Minion/Tailor 2008-07-04
BENCH NAME= CPAI08/csp/nengfa/normalized-schur.xml
COMMAND LINE= DIR/solve.sh BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1104834-1215207453/watcher-1104834-1215207453 -o /tmp/evaluation-result-1104834-1215207453/solver-1104834-1215207453 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/solve.sh HOME/instance-1104834-1215207453.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 84511ecf3a05d64f4feb7211658b4b0d
RANDOM SEED=1172786463

node48.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/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.231
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.231
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:       1701488 kB
Buffers:         59244 kB
Cached:         210808 kB
SwapCached:       6436 kB
Active:         220840 kB
Inactive:        75044 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1701488 kB
SwapTotal:     4192956 kB
SwapFree:      4180436 kB
Dirty:           30716 kB
Writeback:           0 kB
Mapped:          33392 kB
Slab:            44004 kB
Committed_AS:  4201528 kB
PageTables:       1704 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= 66508 MiB
End job on node48 at 2008-07-04 23:40:52