Trace number 1105555

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-04UNSAT 30.7943 31.1278

General information on the benchmark

Namecsp/fapp/fapp22/
normalized-fapp22-1750-6.xml
MD5SUM3874290cda754699d3686661cf7c347b
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark8.73767
Satisfiable
(Un)Satisfiability was proved
Number of variables1750
Number of constraints32049
Maximum constraint arity2
Maximum domain size802
Number of constraints which are defined in extension0
Number of constraints which are defined in intension32049
Global constraints used (with number of constraints)

Solver Data (download as text)

15.13/15.40	c Finished tailoring XCSP instance to Minion. Starting solving
29.56/29.96	s UNSATISFIABLE

Verifier Data (download as text)

No possible verification on an UNSAT instance

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-1105555-1215234553/watcher-1105555-1215234553 -o /tmp/evaluation-result-1105555-1215234553/solver-1105555-1215234553 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/solve.sh HOME/instance-1105555-1215234553.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 3/81 12905
/proc/meminfo: memFree=1644856/2055920 swapFree=4180580/4192956
[pid=12905] ppid=12903 vsize=5356 CPUtime=0
/proc/12905/stat : 12905 (solve.sh) S 12903 12905 12245 0 -1 4194304 285 0 0 0 0 0 0 0 18 0 1 0 646385802 5484544 235 996147200 4194304 4889804 548682068832 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12905/statm: 1339 235 195 169 0 50 0
[pid=12906] ppid=12905 vsize=308 CPUtime=0
/proc/12906/stat : 12906 (java) R 12905 12905 12245 0 -1 0 236 0 0 0 0 0 0 0 18 0 1 0 646385802 315392 39 996147200 134512640 134550740 4294956032 18446744073709551615 4735780 0 0 4096 0 0 0 0 17 1 0 0
/proc/12906/statm: 77 39 29 9 0 6 0

[startup+0.099726 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 12905
/proc/meminfo: memFree=1644856/2055920 swapFree=4180580/4192956
[pid=12905] ppid=12903 vsize=5356 CPUtime=0
/proc/12905/stat : 12905 (solve.sh) S 12903 12905 12245 0 -1 4194304 285 0 0 0 0 0 0 0 18 0 1 0 646385802 5484544 235 996147200 4194304 4889804 548682068832 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12905/statm: 1339 235 195 169 0 50 0
[pid=12906] ppid=12905 vsize=864220 CPUtime=0.08
/proc/12906/stat : 12906 (java) S 12905 12905 12245 0 -1 0 3525 0 1 0 7 1 0 0 18 0 9 0 646385802 884961280 2977 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12906/statm: 216055 2977 1725 9 0 210617 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 869576

[startup+0.102721 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 12905
/proc/meminfo: memFree=1644856/2055920 swapFree=4180580/4192956
[pid=12905] ppid=12903 vsize=5356 CPUtime=0
/proc/12905/stat : 12905 (solve.sh) S 12903 12905 12245 0 -1 4194304 285 0 0 0 0 0 0 0 18 0 1 0 646385802 5484544 235 996147200 4194304 4889804 548682068832 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12905/statm: 1339 235 195 169 0 50 0
[pid=12906] ppid=12905 vsize=864220 CPUtime=0.08
/proc/12906/stat : 12906 (java) S 12905 12905 12245 0 -1 0 3541 0 1 0 7 1 0 0 18 0 9 0 646385802 884961280 2993 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12906/statm: 216055 2993 1729 9 0 210617 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 869576

[startup+0.302748 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 12905
/proc/meminfo: memFree=1644856/2055920 swapFree=4180580/4192956
[pid=12905] ppid=12903 vsize=5356 CPUtime=0
/proc/12905/stat : 12905 (solve.sh) S 12903 12905 12245 0 -1 4194304 285 0 0 0 0 0 0 0 18 0 1 0 646385802 5484544 235 996147200 4194304 4889804 548682068832 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12905/statm: 1339 235 195 169 0 50 0
[pid=12906] ppid=12905 vsize=864860 CPUtime=0.27
/proc/12906/stat : 12906 (java) S 12905 12905 12245 0 -1 0 4657 0 1 0 26 1 0 0 18 0 9 0 646385802 885616640 4090 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12906/statm: 216215 4090 1822 9 0 210777 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 870216

[startup+0.702792 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 12905
/proc/meminfo: memFree=1644856/2055920 swapFree=4180580/4192956
[pid=12905] ppid=12903 vsize=5356 CPUtime=0
/proc/12905/stat : 12905 (solve.sh) S 12903 12905 12245 0 -1 4194304 285 0 0 0 0 0 0 0 18 0 1 0 646385802 5484544 235 996147200 4194304 4889804 548682068832 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12905/statm: 1339 235 195 169 0 50 0
[pid=12906] ppid=12905 vsize=864984 CPUtime=0.67
/proc/12906/stat : 12906 (java) S 12905 12905 12245 0 -1 0 11978 0 1 0 62 5 0 0 18 0 9 0 646385802 885743616 11400 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12906/statm: 216246 11400 1844 9 0 210808 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 870340

[startup+1.50287 s]
/proc/loadavg: 2.00 2.00 2.00 4/91 12915
/proc/meminfo: memFree=1596904/2055920 swapFree=4180580/4192956
[pid=12905] ppid=12903 vsize=5356 CPUtime=0
/proc/12905/stat : 12905 (solve.sh) S 12903 12905 12245 0 -1 4194304 285 0 0 0 0 0 0 0 18 0 1 0 646385802 5484544 235 996147200 4194304 4889804 548682068832 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12905/statm: 1339 235 195 169 0 50 0
[pid=12906] ppid=12905 vsize=865060 CPUtime=1.47
/proc/12906/stat : 12906 (java) S 12905 12905 12245 0 -1 0 17111 0 1 0 139 8 0 0 18 0 9 0 646385802 885821440 16528 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12906/statm: 216265 16528 1858 9 0 210827 0
[pid=12906/tid=12908] ppid=12905 vsize=865060 CPUtime=0.99
/proc/12906/task/12908/stat : 12908 (java) R 12905 12905 12245 0 -1 64 4949 0 1 0 97 2 0 0 25 0 9 0 646385803 885821440 16528 996147200 134512640 134550740 4294956032 18446744073709551615 4159510116 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12906/tid=12909] ppid=12905 vsize=865060 CPUtime=0.3
/proc/12906/task/12909/stat : 12909 (java) S 12905 12905 12245 0 -1 64 10925 0 0 0 26 4 0 0 16 0 9 0 646385804 885821440 16528 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12906/tid=12910] ppid=12905 vsize=865060 CPUtime=0
/proc/12906/task/12910/stat : 12910 (java) S 12905 12905 12245 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 646385804 885821440 16528 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12906/tid=12911] ppid=12905 vsize=865060 CPUtime=0
/proc/12906/task/12911/stat : 12911 (java) S 12905 12905 12245 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 646385804 885821440 16528 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12906/tid=12912] ppid=12905 vsize=865060 CPUtime=0
/proc/12906/task/12912/stat : 12912 (java) S 12905 12905 12245 0 -1 64 0 0 0 0 0 0 0 0 23 0 9 0 646385806 885821440 16528 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12906/tid=12913] ppid=12905 vsize=865060 CPUtime=0.14
/proc/12906/task/12913/stat : 12913 (java) S 12905 12905 12245 0 -1 64 502 0 0 0 14 0 0 0 16 0 9 0 646385806 885821440 16528 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12906/tid=12914] ppid=12905 vsize=865060 CPUtime=0
/proc/12906/task/12914/stat : 12914 (java) S 12905 12905 12245 0 -1 64 2 0 0 0 0 0 0 0 24 0 9 0 646385806 885821440 16528 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12906/tid=12915] ppid=12905 vsize=865060 CPUtime=0
/proc/12906/task/12915/stat : 12915 (java) S 12905 12905 12245 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 646385806 885821440 16528 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 870416

[startup+3.10204 s]
/proc/loadavg: 2.00 2.00 2.00 3/91 12915
/proc/meminfo: memFree=1577000/2055920 swapFree=4180580/4192956
[pid=12905] ppid=12903 vsize=5356 CPUtime=0
/proc/12905/stat : 12905 (solve.sh) S 12903 12905 12245 0 -1 4194304 285 0 0 0 0 0 0 0 18 0 1 0 646385802 5484544 235 996147200 4194304 4889804 548682068832 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12905/statm: 1339 235 195 169 0 50 0
[pid=12906] ppid=12905 vsize=868764 CPUtime=3.06
/proc/12906/stat : 12906 (java) S 12905 12905 12245 0 -1 0 21126 0 1 0 295 11 0 0 18 0 9 0 646385802 889614336 20458 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12906/statm: 217191 20458 1862 9 0 211753 0
[pid=12906/tid=12908] ppid=12905 vsize=868764 CPUtime=2.22
/proc/12906/task/12908/stat : 12908 (java) R 12905 12905 12245 0 -1 64 5017 0 1 0 220 2 0 0 25 0 9 0 646385803 889614336 20458 996147200 134512640 134550740 4294956032 18446744073709551615 4126827689 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12906/tid=12909] ppid=12905 vsize=868764 CPUtime=0.56
/proc/12906/task/12909/stat : 12909 (java) S 12905 12905 12245 0 -1 64 13851 0 0 0 50 6 0 0 16 0 9 0 646385804 889614336 20458 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12906/tid=12910] ppid=12905 vsize=868764 CPUtime=0
/proc/12906/task/12910/stat : 12910 (java) S 12905 12905 12245 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 646385804 889614336 20458 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12906/tid=12911] ppid=12905 vsize=868764 CPUtime=0
/proc/12906/task/12911/stat : 12911 (java) S 12905 12905 12245 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 646385804 889614336 20458 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12906/tid=12912] ppid=12905 vsize=868764 CPUtime=0
/proc/12906/task/12912/stat : 12912 (java) S 12905 12905 12245 0 -1 64 0 0 0 0 0 0 0 0 23 0 9 0 646385806 889614336 20458 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12906/tid=12913] ppid=12905 vsize=868764 CPUtime=0.24
/proc/12906/task/12913/stat : 12913 (java) S 12905 12905 12245 0 -1 64 1523 0 0 0 23 1 0 0 16 0 9 0 646385806 889614336 20458 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12906/tid=12914] ppid=12905 vsize=868764 CPUtime=0
/proc/12906/task/12914/stat : 12914 (java) S 12905 12905 12245 0 -1 64 2 0 0 0 0 0 0 0 24 0 9 0 646385806 889614336 20458 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12906/tid=12915] ppid=12905 vsize=868764 CPUtime=0
/proc/12906/task/12915/stat : 12915 (java) S 12905 12905 12245 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 646385806 889614336 20458 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 874120

[startup+6.30238 s]
/proc/loadavg: 2.08 2.02 2.01 3/91 12915
/proc/meminfo: memFree=1549736/2055920 swapFree=4180580/4192956
[pid=12905] ppid=12903 vsize=5356 CPUtime=0
/proc/12905/stat : 12905 (solve.sh) S 12903 12905 12245 0 -1 4194304 285 0 0 0 0 0 0 0 18 0 1 0 646385802 5484544 235 996147200 4194304 4889804 548682068832 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12905/statm: 1339 235 195 169 0 50 0
[pid=12906] ppid=12905 vsize=868764 CPUtime=6.22
/proc/12906/stat : 12906 (java) S 12905 12905 12245 0 -1 0 26756 0 1 0 607 15 0 0 18 0 9 0 646385802 889614336 25976 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12906/statm: 217191 25976 1863 9 0 211753 0
[pid=12906/tid=12908] ppid=12905 vsize=868764 CPUtime=4.86
/proc/12906/task/12908/stat : 12908 (java) R 12905 12905 12245 0 -1 64 5129 0 1 0 483 3 0 0 25 0 9 0 646385803 889614336 25976 996147200 134512640 134550740 4294956032 18446744073709551615 102064907 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12906/tid=12909] ppid=12905 vsize=868764 CPUtime=1.06
/proc/12906/task/12909/stat : 12909 (java) S 12905 12905 12245 0 -1 64 19338 0 0 0 97 9 0 0 16 0 9 0 646385804 889614336 25976 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12906/tid=12910] ppid=12905 vsize=868764 CPUtime=0
/proc/12906/task/12910/stat : 12910 (java) S 12905 12905 12245 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 646385804 889614336 25976 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12906/tid=12911] ppid=12905 vsize=868764 CPUtime=0
/proc/12906/task/12911/stat : 12911 (java) S 12905 12905 12245 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 646385804 889614336 25976 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12906/tid=12912] ppid=12905 vsize=868764 CPUtime=0
/proc/12906/task/12912/stat : 12912 (java) S 12905 12905 12245 0 -1 64 0 0 0 0 0 0 0 0 23 0 9 0 646385806 889614336 25976 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12906/tid=12913] ppid=12905 vsize=868764 CPUtime=0.27
/proc/12906/task/12913/stat : 12913 (java) S 12905 12905 12245 0 -1 64 1554 0 0 0 26 1 0 0 16 0 9 0 646385806 889614336 25976 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12906/tid=12914] ppid=12905 vsize=868764 CPUtime=0
/proc/12906/task/12914/stat : 12914 (java) S 12905 12905 12245 0 -1 64 2 0 0 0 0 0 0 0 24 0 9 0 646385806 889614336 25976 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12906/tid=12915] ppid=12905 vsize=868764 CPUtime=0
/proc/12906/task/12915/stat : 12915 (java) S 12905 12905 12245 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 646385806 889614336 25976 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 874120

[startup+12.7011 s]
/proc/loadavg: 2.15 2.03 2.01 4/91 12915
/proc/meminfo: memFree=1382696/2055920 swapFree=4180580/4192956
[pid=12905] ppid=12903 vsize=5356 CPUtime=0
/proc/12905/stat : 12905 (solve.sh) S 12903 12905 12245 0 -1 4194304 285 0 0 0 0 0 0 0 18 0 1 0 646385802 5484544 235 996147200 4194304 4889804 548682068832 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12905/statm: 1339 235 195 169 0 50 0
[pid=12906] ppid=12905 vsize=868764 CPUtime=12.55
/proc/12906/stat : 12906 (java) S 12905 12905 12245 0 -1 0 80704 0 1 0 1218 37 0 0 18 0 9 0 646385802 889614336 78466 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12906/statm: 217191 78466 2564 9 0 211753 0
[pid=12906/tid=12908] ppid=12905 vsize=868764 CPUtime=8.08
/proc/12906/task/12908/stat : 12908 (java) R 12905 12905 12245 0 -1 64 7385 0 1 0 804 4 0 0 25 0 9 0 646385803 889614336 78466 996147200 134512640 134550740 4294956032 18446744073709551615 102064736 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12906/tid=12909] ppid=12905 vsize=868764 CPUtime=4.03
/proc/12906/task/12909/stat : 12909 (java) S 12905 12905 12245 0 -1 64 70916 0 0 0 373 30 0 0 16 0 9 0 646385804 889614336 78466 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12906/tid=12910] ppid=12905 vsize=868764 CPUtime=0
/proc/12906/task/12910/stat : 12910 (java) S 12905 12905 12245 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 646385804 889614336 78466 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12906/tid=12911] ppid=12905 vsize=868764 CPUtime=0
/proc/12906/task/12911/stat : 12911 (java) S 12905 12905 12245 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 646385804 889614336 78466 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12906/tid=12912] ppid=12905 vsize=868764 CPUtime=0
/proc/12906/task/12912/stat : 12912 (java) S 12905 12905 12245 0 -1 64 0 0 0 0 0 0 0 0 23 0 9 0 646385806 889614336 78466 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12906/tid=12913] ppid=12905 vsize=868764 CPUtime=0.41
/proc/12906/task/12913/stat : 12913 (java) S 12905 12905 12245 0 -1 64 1668 0 0 0 40 1 0 0 15 0 9 0 646385806 889614336 78466 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12906/tid=12914] ppid=12905 vsize=868764 CPUtime=0
/proc/12906/task/12914/stat : 12914 (java) S 12905 12905 12245 0 -1 64 2 0 0 0 0 0 0 0 24 0 9 0 646385806 889614336 78466 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12906/tid=12915] ppid=12905 vsize=868764 CPUtime=0
/proc/12906/task/12915/stat : 12915 (java) S 12905 12905 12245 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 646385806 889614336 78466 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.55
Current children cumulated vsize (KiB) 874120

[startup+25.5024 s]
/proc/loadavg: 2.26 2.06 2.02 3/83 12916
/proc/meminfo: memFree=1501096/2055920 swapFree=4180580/4192956
[pid=12905] ppid=12903 vsize=5360 CPUtime=15.21
/proc/12905/stat : 12905 (solve.sh) S 12903 12905 12245 0 -1 4194304 310 100641 0 1 0 0 1465 56 19 0 1 0 646385802 5488640 236 996147200 4194304 4889804 548682068832 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12905/statm: 1340 236 195 169 0 51 0
[pid=12916] ppid=12905 vsize=149224 CPUtime=9.99
/proc/12916/stat : 12916 (ld-linux.so.2) R 12905 12905 12245 0 -1 4194304 34612 0 0 0 984 15 0 0 25 0 1 0 646387342 152805376 31661 996147200 1448431616 1448550632 4294956176 18446744073709551615 135011680 0 0 4096 0 0 0 0 17 0 0 0
/proc/12916/statm: 37306 31661 325 29 0 31360 0
Current children cumulated CPU time (s) 25.2
Current children cumulated vsize (KiB) 154584

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

[startup+28.7017 s]
/proc/loadavg: 2.24 2.06 2.02 3/83 12916
/proc/meminfo: memFree=1443240/2055920 swapFree=4180580/4192956
[pid=12905] ppid=12903 vsize=5360 CPUtime=15.21
/proc/12905/stat : 12905 (solve.sh) S 12903 12905 12245 0 -1 4194304 310 100641 0 1 0 0 1465 56 19 0 1 0 646385802 5488640 236 996147200 4194304 4889804 548682068832 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12905/statm: 1340 236 195 169 0 51 0
[pid=12916] ppid=12905 vsize=208512 CPUtime=13.16
/proc/12916/stat : 12916 (ld-linux.so.2) R 12905 12905 12245 0 -1 4194304 56591 0 0 0 1292 24 0 0 25 0 1 100 646387342 213516288 46560 996147200 1448431616 1448550632 4294956176 18446744073709551615 150485807 0 0 4096 8194 0 0 0 17 0 0 0
/proc/12916/statm: 52128 46560 486 29 0 46182 0
Current children cumulated CPU time (s) 28.37
Current children cumulated vsize (KiB) 213872

[startup+30.3019 s]
/proc/loadavg: 2.24 2.06 2.02 3/83 12916
/proc/meminfo: memFree=1438568/2055920 swapFree=4180580/4192956
[pid=12905] ppid=12903 vsize=5360 CPUtime=15.21
/proc/12905/stat : 12905 (solve.sh) S 12903 12905 12245 0 -1 4194304 310 100641 0 1 0 0 1465 56 19 0 1 0 646385802 5488640 236 996147200 4194304 4889804 548682068832 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12905/statm: 1340 236 195 169 0 51 0
[pid=12916] ppid=12905 vsize=209208 CPUtime=14.75
/proc/12916/stat : 12916 (ld-linux.so.2) R 12905 12905 12245 0 -1 4194304 58627 0 0 0 1450 25 0 0 25 0 1 100 646387342 214228992 46803 996147200 1448431616 1448550632 4294956176 18446744073709551615 4158614493 0 0 4096 8194 0 0 0 17 0 0 0
/proc/12916/statm: 52302 46803 531 29 0 46356 0
Current children cumulated CPU time (s) 29.96
Current children cumulated vsize (KiB) 214568

[startup+30.702 s]
/proc/loadavg: 2.24 2.06 2.02 3/83 12916
/proc/meminfo: memFree=1449576/2055920 swapFree=4180580/4192956
[pid=12905] ppid=12903 vsize=5360 CPUtime=15.21
/proc/12905/stat : 12905 (solve.sh) S 12903 12905 12245 0 -1 4194304 310 100641 0 1 0 0 1465 56 19 0 1 0 646385802 5488640 236 996147200 4194304 4889804 548682068832 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12905/statm: 1340 236 195 169 0 51 0
[pid=12916] ppid=12905 vsize=201852 CPUtime=15.15
/proc/12916/stat : 12916 (ld-linux.so.2) R 12905 12905 12245 0 -1 4194304 58641 0 0 0 1490 25 0 0 25 0 1 100 646387342 206696448 44978 996147200 1448431616 1448550632 4294956176 18446744073709551615 134992417 0 0 4096 8194 0 0 0 17 0 0 0
/proc/12916/statm: 50463 44978 545 29 0 44517 0
Current children cumulated CPU time (s) 30.36
Current children cumulated vsize (KiB) 207212

[startup+31.102 s]
/proc/loadavg: 2.24 2.06 2.02 3/83 12916
/proc/meminfo: memFree=1449576/2055920 swapFree=4180580/4192956
[pid=12905] ppid=12903 vsize=5360 CPUtime=15.21
/proc/12905/stat : 12905 (solve.sh) S 12903 12905 12245 0 -1 4194304 310 100641 0 1 0 0 1465 56 19 0 1 0 646385802 5488640 236 996147200 4194304 4889804 548682068832 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12905/statm: 1340 236 195 169 0 51 0
[pid=12916] ppid=12905 vsize=187572 CPUtime=15.54
/proc/12916/stat : 12916 (ld-linux.so.2) R 12905 12905 12245 0 -1 4194304 58643 0 0 0 1529 25 0 0 25 0 1 100 646387342 192073728 41497 996147200 1448431616 1448550632 4294956176 18446744073709551615 135010343 0 0 4096 8194 0 0 0 17 0 0 0
/proc/12916/statm: 46893 41497 547 29 0 40947 0
Current children cumulated CPU time (s) 30.75
Current children cumulated vsize (KiB) 192932

Child status: 0
Real time (s): 31.1278
CPU time (s): 30.7943
CPU user time (s): 29.9464
CPU system time (s): 0.847871
CPU usage (%): 98.9286
Max. virtual memory (cumulated for all children) (KiB): 876124

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 29.9464
system time used= 0.847871
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 159605
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= 3701
involuntary context switches= 4472

runsolver used 0.038994 second user time and 0.104984 second system time

The end

Launcher Data (download as text)

Begin job on node79 at 2008-07-05 07:09:14
IDJOB=1105555
IDBENCH=57661
IDSOLVER=369
FILE ID=node79/1105555-1215234553
PBS_JOBID= 7881917
Free space on /tmp= 66492 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 3874290cda754699d3686661cf7c347b
RANDOM SEED=1340492522

node79.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.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:       1645336 kB
Buffers:         48268 kB
Cached:         230112 kB
SwapCached:       6948 kB
Active:         261936 kB
Inactive:        98964 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1645336 kB
SwapTotal:     4192956 kB
SwapFree:      4180580 kB
Dirty:           34260 kB
Writeback:           0 kB
Mapped:          98408 kB
Slab:            34824 kB
Committed_AS:  1894344 kB
PageTables:       1924 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= 66448 MiB
End job on node79 at 2008-07-05 07:09:45