Trace number 1105599

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 69.2465 69.9029

General information on the benchmark

Namecsp/fapp/fapp37/
normalized-fapp37-2250-2.xml
MD5SUMf8718ebaf51fd44c6f84abcaca826b6a
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 benchmark40.8868
Satisfiable
(Un)Satisfiability was proved
Number of variables2250
Number of constraints42699
Maximum constraint arity2
Maximum domain size998
Number of constraints which are defined in extension0
Number of constraints which are defined in intension42699
Global constraints used (with number of constraints)

Solver Data (download as text)

25.21/25.51	c Finished tailoring XCSP instance to Minion. Starting solving
67.24/67.94	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-1105599-1215239160/watcher-1105599-1215239160 -o /tmp/evaluation-result-1105599-1215239160/solver-1105599-1215239160 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/solve.sh HOME/instance-1105599-1215239160.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: 1.98 2.02 1.91 4/73 24758
/proc/meminfo: memFree=1339304/2055920 swapFree=4179808/4192956
[pid=24758] ppid=24756 vsize=5356 CPUtime=0
/proc/24758/stat : 24758 (solve.sh) S 24756 24758 23935 0 -1 4194304 285 0 0 0 0 0 0 0 18 0 1 0 679643674 5484544 235 996147200 4194304 4889804 548682068832 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24758/statm: 1339 235 195 169 0 50 0
[pid=24759] ppid=24758 vsize=152 CPUtime=0
/proc/24759/stat : 24759 (java) R 24758 24758 23935 0 -1 0 222 0 0 0 0 0 0 0 18 0 1 0 679643674 155648 26 996147200 134512640 134550740 4294956032 18446744073709551615 11920164 0 0 4096 0 0 0 0 17 1 0 0
/proc/24759/statm: 38 26 19 9 0 4 0

[startup+0.0413581 s]
/proc/loadavg: 1.98 2.02 1.91 4/73 24758
/proc/meminfo: memFree=1339304/2055920 swapFree=4179808/4192956
[pid=24758] ppid=24756 vsize=5356 CPUtime=0
/proc/24758/stat : 24758 (solve.sh) S 24756 24758 23935 0 -1 4194304 285 0 0 0 0 0 0 0 18 0 1 0 679643674 5484544 235 996147200 4194304 4889804 548682068832 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24758/statm: 1339 235 195 169 0 50 0
[pid=24759] ppid=24758 vsize=860016 CPUtime=0.02
/proc/24759/stat : 24759 (java) S 24758 24758 23935 0 -1 0 1940 0 1 0 1 1 0 0 18 0 5 0 679643674 880656384 1540 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 0 0 0
/proc/24759/statm: 215004 1540 850 9 0 209983 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 865372

[startup+0.101364 s]
/proc/loadavg: 1.98 2.02 1.91 4/73 24758
/proc/meminfo: memFree=1339304/2055920 swapFree=4179808/4192956
[pid=24758] ppid=24756 vsize=5356 CPUtime=0
/proc/24758/stat : 24758 (solve.sh) S 24756 24758 23935 0 -1 4194304 285 0 0 0 0 0 0 0 18 0 1 0 679643674 5484544 235 996147200 4194304 4889804 548682068832 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24758/statm: 1339 235 195 169 0 50 0
[pid=24759] ppid=24758 vsize=864220 CPUtime=0.08
/proc/24759/stat : 24759 (java) S 24758 24758 23935 0 -1 0 3487 0 1 0 6 2 0 0 18 0 9 0 679643674 884961280 2939 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24759/statm: 216055 2939 1713 9 0 210617 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 869576

[startup+0.301381 s]
/proc/loadavg: 1.98 2.02 1.91 4/73 24758
/proc/meminfo: memFree=1339304/2055920 swapFree=4179808/4192956
[pid=24758] ppid=24756 vsize=5356 CPUtime=0
/proc/24758/stat : 24758 (solve.sh) S 24756 24758 23935 0 -1 4194304 285 0 0 0 0 0 0 0 18 0 1 0 679643674 5484544 235 996147200 4194304 4889804 548682068832 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24758/statm: 1339 235 195 169 0 50 0
[pid=24759] ppid=24758 vsize=864860 CPUtime=0.28
/proc/24759/stat : 24759 (java) S 24758 24758 23935 0 -1 0 4369 0 1 0 25 3 0 0 18 0 9 0 679643674 885616640 3802 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24759/statm: 216215 3802 1821 9 0 210777 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 870216

[startup+0.701426 s]
/proc/loadavg: 1.98 2.02 1.91 4/73 24758
/proc/meminfo: memFree=1339304/2055920 swapFree=4179808/4192956
[pid=24758] ppid=24756 vsize=5356 CPUtime=0
/proc/24758/stat : 24758 (solve.sh) S 24756 24758 23935 0 -1 4194304 285 0 0 0 0 0 0 0 18 0 1 0 679643674 5484544 235 996147200 4194304 4889804 548682068832 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24758/statm: 1339 235 195 169 0 50 0
[pid=24759] ppid=24758 vsize=864860 CPUtime=0.68
/proc/24759/stat : 24759 (java) S 24758 24758 23935 0 -1 0 10167 0 1 0 61 7 0 0 18 0 9 0 679643674 885616640 9595 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24759/statm: 216215 9595 1836 9 0 210777 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 870216

[startup+1.5025 s]
/proc/loadavg: 1.98 2.02 1.91 4/83 24768
/proc/meminfo: memFree=1291224/2055920 swapFree=4179808/4192956
[pid=24758] ppid=24756 vsize=5356 CPUtime=0
/proc/24758/stat : 24758 (solve.sh) S 24756 24758 23935 0 -1 4194304 285 0 0 0 0 0 0 0 18 0 1 0 679643674 5484544 235 996147200 4194304 4889804 548682068832 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24758/statm: 1339 235 195 169 0 50 0
[pid=24759] ppid=24758 vsize=864992 CPUtime=1.47
/proc/24759/stat : 24759 (java) S 24758 24758 23935 0 -1 0 18617 0 1 0 135 12 0 0 18 0 9 0 679643674 885751808 18035 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24759/statm: 216248 18035 1844 9 0 210810 0
[pid=24759/tid=24761] ppid=24758 vsize=864992 CPUtime=0.95
/proc/24759/task/24761/stat : 24761 (java) R 24758 24758 23935 0 -1 64 4849 0 1 0 91 4 0 0 25 0 9 0 679643675 885751808 18035 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24759/tid=24762] ppid=24758 vsize=864992 CPUtime=0.35
/proc/24759/task/24762/stat : 24762 (java) R 24758 24758 23935 0 -1 64 12532 0 0 0 28 7 0 0 16 0 9 0 679643676 885751808 18035 996147200 134512640 134550740 4294956032 18446744073709551615 102674864 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24759/tid=24763] ppid=24758 vsize=864992 CPUtime=0
/proc/24759/task/24763/stat : 24763 (java) S 24758 24758 23935 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 679643677 885751808 18035 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24759/tid=24764] ppid=24758 vsize=864992 CPUtime=0
/proc/24759/task/24764/stat : 24764 (java) S 24758 24758 23935 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 679643677 885751808 18035 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24759/tid=24765] ppid=24758 vsize=864992 CPUtime=0
/proc/24759/task/24765/stat : 24765 (java) S 24758 24758 23935 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 679643679 885751808 18035 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24759/tid=24766] ppid=24758 vsize=864992 CPUtime=0.15
/proc/24759/task/24766/stat : 24766 (java) S 24758 24758 23935 0 -1 64 503 0 0 0 15 0 0 0 16 0 9 0 679643679 885751808 18035 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24759/tid=24767] ppid=24758 vsize=864992 CPUtime=0
/proc/24759/task/24767/stat : 24767 (java) S 24758 24758 23935 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 679643679 885751808 18035 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24759/tid=24768] ppid=24758 vsize=864992 CPUtime=0
/proc/24759/task/24768/stat : 24768 (java) S 24758 24758 23935 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 679643679 885751808 18035 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) 870348

[startup+3.10267 s]
/proc/loadavg: 1.98 2.02 1.91 4/83 24768
/proc/meminfo: memFree=1261208/2055920 swapFree=4179808/4192956
[pid=24758] ppid=24756 vsize=5356 CPUtime=0
/proc/24758/stat : 24758 (solve.sh) S 24756 24758 23935 0 -1 4194304 285 0 0 0 0 0 0 0 18 0 1 0 679643674 5484544 235 996147200 4194304 4889804 548682068832 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24758/statm: 1339 235 195 169 0 50 0
[pid=24759] ppid=24758 vsize=868768 CPUtime=3.05
/proc/24759/stat : 24759 (java) S 24758 24758 23935 0 -1 0 23579 0 1 0 291 14 0 0 18 0 9 0 679643674 889618432 22933 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24759/statm: 217192 22933 1862 9 0 211754 0
[pid=24759/tid=24761] ppid=24758 vsize=868768 CPUtime=2.14
/proc/24759/task/24761/stat : 24761 (java) R 24758 24758 23935 0 -1 64 4992 0 1 0 210 4 0 0 25 0 9 0 679643675 889618432 22933 996147200 134512640 134550740 4294956032 18446744073709551615 4126374868 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24759/tid=24762] ppid=24758 vsize=868768 CPUtime=0.62
/proc/24759/task/24762/stat : 24762 (java) S 24758 24758 23935 0 -1 64 16326 0 0 0 54 8 0 0 16 0 9 0 679643676 889618432 22933 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24759/tid=24763] ppid=24758 vsize=868768 CPUtime=0
/proc/24759/task/24763/stat : 24763 (java) S 24758 24758 23935 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 679643677 889618432 22933 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24759/tid=24764] ppid=24758 vsize=868768 CPUtime=0
/proc/24759/task/24764/stat : 24764 (java) S 24758 24758 23935 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 679643677 889618432 22933 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24759/tid=24765] ppid=24758 vsize=868768 CPUtime=0
/proc/24759/task/24765/stat : 24765 (java) S 24758 24758 23935 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 679643679 889618432 22933 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24759/tid=24766] ppid=24758 vsize=868768 CPUtime=0.26
/proc/24759/task/24766/stat : 24766 (java) S 24758 24758 23935 0 -1 64 1528 0 0 0 26 0 0 0 16 0 9 0 679643679 889618432 22933 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24759/tid=24767] ppid=24758 vsize=868768 CPUtime=0
/proc/24759/task/24767/stat : 24767 (java) S 24758 24758 23935 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 679643679 889618432 22933 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24759/tid=24768] ppid=24758 vsize=868768 CPUtime=0
/proc/24759/task/24768/stat : 24768 (java) S 24758 24758 23935 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 679643679 889618432 22933 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 874124

[startup+6.30587 s]
/proc/loadavg: 1.98 2.01 1.91 3/83 24768
/proc/meminfo: memFree=1234968/2055920 swapFree=4179808/4192956
[pid=24758] ppid=24756 vsize=5356 CPUtime=0
/proc/24758/stat : 24758 (solve.sh) S 24756 24758 23935 0 -1 4194304 285 0 0 0 0 0 0 0 18 0 1 0 679643674 5484544 235 996147200 4194304 4889804 548682068832 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24758/statm: 1339 235 195 169 0 50 0
[pid=24759] ppid=24758 vsize=868768 CPUtime=6.23
/proc/24759/stat : 24759 (java) S 24758 24758 23935 0 -1 0 30212 0 1 0 603 20 0 0 18 0 9 0 679643674 889618432 29431 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24759/statm: 217192 29431 1862 9 0 211754 0
[pid=24759/tid=24761] ppid=24758 vsize=868768 CPUtime=4.65
/proc/24759/task/24761/stat : 24761 (java) R 24758 24758 23935 0 -1 64 5127 0 1 0 460 5 0 0 25 0 9 0 679643675 889618432 29431 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24759/tid=24762] ppid=24758 vsize=868768 CPUtime=1.29
/proc/24759/task/24762/stat : 24762 (java) S 24758 24758 23935 0 -1 64 22822 0 0 0 116 13 0 0 15 0 9 0 679643676 889618432 29431 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24759/tid=24763] ppid=24758 vsize=868768 CPUtime=0
/proc/24759/task/24763/stat : 24763 (java) S 24758 24758 23935 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 679643677 889618432 29431 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24759/tid=24764] ppid=24758 vsize=868768 CPUtime=0
/proc/24759/task/24764/stat : 24764 (java) S 24758 24758 23935 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 679643677 889618432 29431 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24759/tid=24765] ppid=24758 vsize=868768 CPUtime=0
/proc/24759/task/24765/stat : 24765 (java) S 24758 24758 23935 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 679643679 889618432 29431 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24759/tid=24766] ppid=24758 vsize=868768 CPUtime=0.26
/proc/24759/task/24766/stat : 24766 (java) S 24758 24758 23935 0 -1 64 1530 0 0 0 26 0 0 0 15 0 9 0 679643679 889618432 29431 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24759/tid=24767] ppid=24758 vsize=868768 CPUtime=0
/proc/24759/task/24767/stat : 24767 (java) S 24758 24758 23935 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 679643679 889618432 29431 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24759/tid=24768] ppid=24758 vsize=868768 CPUtime=0
/proc/24759/task/24768/stat : 24768 (java) S 24758 24758 23935 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 679643679 889618432 29431 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 874124

[startup+12.7026 s]
/proc/loadavg: 2.06 2.03 1.92 3/83 24768
/proc/meminfo: memFree=1193816/2055920 swapFree=4179808/4192956
[pid=24758] ppid=24756 vsize=5356 CPUtime=0
/proc/24758/stat : 24758 (solve.sh) S 24756 24758 23935 0 -1 4194304 285 0 0 0 0 0 0 0 18 0 1 0 679643674 5484544 235 996147200 4194304 4889804 548682068832 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24758/statm: 1339 235 195 169 0 50 0
[pid=24759] ppid=24758 vsize=868768 CPUtime=12.56
/proc/24759/stat : 24759 (java) S 24758 24758 23935 0 -1 0 40328 0 1 0 1228 28 0 0 18 0 9 0 679643674 889618432 38754 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24759/statm: 217192 38754 2561 9 0 211754 0
[pid=24759/tid=24761] ppid=24758 vsize=868768 CPUtime=9.2
/proc/24759/task/24761/stat : 24761 (java) R 24758 24758 23935 0 -1 64 5297 0 1 0 914 6 0 0 25 0 9 0 679643675 889618432 38754 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24759/tid=24762] ppid=24758 vsize=868768 CPUtime=2.94
/proc/24759/task/24762/stat : 24762 (java) R 24758 24758 23935 0 -1 64 32677 0 0 0 275 19 0 0 16 0 9 0 679643676 889618432 38754 996147200 134512640 134550740 4294956032 18446744073709551615 104182342 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24759/tid=24763] ppid=24758 vsize=868768 CPUtime=0
/proc/24759/task/24763/stat : 24763 (java) S 24758 24758 23935 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 679643677 889618432 38754 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24759/tid=24764] ppid=24758 vsize=868768 CPUtime=0
/proc/24759/task/24764/stat : 24764 (java) S 24758 24758 23935 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 679643677 889618432 38754 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24759/tid=24765] ppid=24758 vsize=868768 CPUtime=0
/proc/24759/task/24765/stat : 24765 (java) S 24758 24758 23935 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 679643679 889618432 38754 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24759/tid=24766] ppid=24758 vsize=868768 CPUtime=0.37
/proc/24759/task/24766/stat : 24766 (java) S 24758 24758 23935 0 -1 64 1621 0 0 0 37 0 0 0 15 0 9 0 679643679 889618432 38754 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24759/tid=24767] ppid=24758 vsize=868768 CPUtime=0
/proc/24759/task/24767/stat : 24767 (java) S 24758 24758 23935 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 679643679 889618432 38754 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24759/tid=24768] ppid=24758 vsize=868768 CPUtime=0
/proc/24759/task/24768/stat : 24768 (java) S 24758 24758 23935 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 679643679 889618432 38754 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.56
Current children cumulated vsize (KiB) 874124

[startup+25.5031 s]
/proc/loadavg: 2.27 2.08 1.93 3/83 24768
/proc/meminfo: memFree=762264/2055920 swapFree=4179808/4192956
[pid=24758] ppid=24756 vsize=5356 CPUtime=0
/proc/24758/stat : 24758 (solve.sh) S 24756 24758 23935 0 -1 4194304 285 0 0 0 0 0 0 0 18 0 1 0 679643674 5484544 235 996147200 4194304 4889804 548682068832 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24758/statm: 1339 235 195 169 0 50 0
[pid=24759] ppid=24758 vsize=0 CPUtime=25.21
/proc/24759/stat : 24759 (java) Z 24758 24758 23935 0 -1 1036 156962 0 1 0 2412 109 0 0 16 0 2 0 679643674 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24759/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 25.21
Current children cumulated vsize (KiB) 5356

[startup+51.1014 s]
/proc/loadavg: 2.24 2.09 1.94 3/75 24769
/proc/meminfo: memFree=1063384/2055920 swapFree=4179808/4192956
[pid=24758] ppid=24756 vsize=5360 CPUtime=25.22
/proc/24758/stat : 24758 (solve.sh) S 24756 24758 23935 0 -1 4194304 310 156962 0 1 0 0 2412 110 19 0 1 0 679643674 5488640 236 996147200 4194304 4889804 548682068832 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24758/statm: 1340 236 195 169 0 51 0
[pid=24769] ppid=24758 vsize=274728 CPUtime=25.36
/proc/24769/stat : 24769 (ld-linux.so.2) R 24758 24758 23935 0 -1 4194304 76137 0 0 0 2486 50 0 0 25 0 1 100 679646225 281321472 63208 996147200 1448431616 1448550632 4294956176 18446744073709551615 4158657420 0 0 4096 8194 0 0 0 17 0 0 0
/proc/24769/statm: 68682 63208 524 29 0 62736 0
Current children cumulated CPU time (s) 50.58
Current children cumulated vsize (KiB) 280088

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

[startup+57.5011 s]
/proc/loadavg: 2.22 2.08 1.94 3/75 24769
/proc/meminfo: memFree=1063448/2055920 swapFree=4179808/4192956
[pid=24758] ppid=24756 vsize=5360 CPUtime=25.22
/proc/24758/stat : 24758 (solve.sh) S 24756 24758 23935 0 -1 4194304 310 156962 0 1 0 0 2412 110 19 0 1 0 679643674 5488640 236 996147200 4194304 4889804 548682068832 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24758/statm: 1340 236 195 169 0 51 0
[pid=24769] ppid=24758 vsize=274728 CPUtime=31.7
/proc/24769/stat : 24769 (ld-linux.so.2) R 24758 24758 23935 0 -1 4194304 76137 0 0 0 3120 50 0 0 25 0 1 100 679646225 281321472 63208 996147200 1448431616 1448550632 4294956176 18446744073709551615 4158657420 0 0 4096 8194 0 0 0 17 0 0 0
/proc/24769/statm: 68682 63208 524 29 0 62736 0
Current children cumulated CPU time (s) 56.92
Current children cumulated vsize (KiB) 280088

[startup+63.9027 s]
/proc/loadavg: 2.18 2.08 1.94 3/75 24769
/proc/meminfo: memFree=1063256/2055920 swapFree=4179808/4192956
[pid=24758] ppid=24756 vsize=5360 CPUtime=25.22
/proc/24758/stat : 24758 (solve.sh) S 24756 24758 23935 0 -1 4194304 310 156962 0 1 0 0 2412 110 19 0 1 0 679643674 5488640 236 996147200 4194304 4889804 548682068832 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24758/statm: 1340 236 195 169 0 51 0
[pid=24769] ppid=24758 vsize=274728 CPUtime=38.05
/proc/24769/stat : 24769 (ld-linux.so.2) R 24758 24758 23935 0 -1 4194304 76137 0 0 0 3755 50 0 0 25 0 1 100 679646225 281321472 63208 996147200 1448431616 1448550632 4294956176 18446744073709551615 4158657420 0 0 4096 8194 0 0 0 17 0 0 0
/proc/24769/statm: 68682 63208 524 29 0 62736 0
Current children cumulated CPU time (s) 63.27
Current children cumulated vsize (KiB) 280088

[startup+67.107 s]
/proc/loadavg: 2.18 2.08 1.94 3/75 24769
/proc/meminfo: memFree=1063256/2055920 swapFree=4179808/4192956
[pid=24758] ppid=24756 vsize=5360 CPUtime=25.22
/proc/24758/stat : 24758 (solve.sh) S 24756 24758 23935 0 -1 4194304 310 156962 0 1 0 0 2412 110 19 0 1 0 679643674 5488640 236 996147200 4194304 4889804 548682068832 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24758/statm: 1340 236 195 169 0 51 0
[pid=24769] ppid=24758 vsize=274728 CPUtime=41.22
/proc/24769/stat : 24769 (ld-linux.so.2) R 24758 24758 23935 0 -1 4194304 76137 0 0 0 4072 50 0 0 25 0 1 100 679646225 281321472 63208 996147200 1448431616 1448550632 4294956176 18446744073709551615 4158657420 0 0 4096 8194 0 0 0 17 0 0 0
/proc/24769/statm: 68682 63208 524 29 0 62736 0
Current children cumulated CPU time (s) 66.44
Current children cumulated vsize (KiB) 280088

[startup+68.7012 s]
/proc/loadavg: 2.17 2.08 1.94 3/75 24769
/proc/meminfo: memFree=1065496/2055920 swapFree=4179808/4192956
[pid=24758] ppid=24756 vsize=5360 CPUtime=25.22
/proc/24758/stat : 24758 (solve.sh) S 24756 24758 23935 0 -1 4194304 310 156962 0 1 0 0 2412 110 19 0 1 0 679643674 5488640 236 996147200 4194304 4889804 548682068832 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24758/statm: 1340 236 195 169 0 51 0
[pid=24769] ppid=24758 vsize=262724 CPUtime=42.8
/proc/24769/stat : 24769 (ld-linux.so.2) R 24758 24758 23935 0 -1 4194304 76159 0 0 0 4230 50 0 0 25 0 1 100 679646225 269029376 60228 996147200 1448431616 1448550632 4294956176 18446744073709551615 134538827 0 0 4096 8194 0 0 0 17 0 0 0
/proc/24769/statm: 65681 60228 544 29 0 59735 0
Current children cumulated CPU time (s) 68.02
Current children cumulated vsize (KiB) 268084

[startup+69.5012 s]
/proc/loadavg: 2.17 2.08 1.94 3/75 24769
/proc/meminfo: memFree=1075288/2055920 swapFree=4179808/4192956
[pid=24758] ppid=24756 vsize=5360 CPUtime=25.22
/proc/24758/stat : 24758 (solve.sh) S 24756 24758 23935 0 -1 4194304 310 156962 0 1 0 0 2412 110 19 0 1 0 679643674 5488640 236 996147200 4194304 4889804 548682068832 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24758/statm: 1340 236 195 169 0 51 0
[pid=24769] ppid=24758 vsize=262724 CPUtime=43.6
/proc/24769/stat : 24769 (ld-linux.so.2) R 24758 24758 23935 0 -1 4194304 76162 0 0 0 4310 50 0 0 25 0 1 100 679646225 269029376 60231 996147200 1448431616 1448550632 4294956176 18446744073709551615 4158614672 0 0 4096 8194 0 0 0 17 0 0 0
/proc/24769/statm: 65681 60231 547 29 0 59735 0
Current children cumulated CPU time (s) 68.82
Current children cumulated vsize (KiB) 268084

[startup+69.9018 s]
/proc/loadavg: 2.17 2.08 1.94 3/75 24769
/proc/meminfo: memFree=1075288/2055920 swapFree=4179808/4192956
[pid=24758] ppid=24756 vsize=5360 CPUtime=25.22
/proc/24758/stat : 24758 (solve.sh) S 24756 24758 23935 0 -1 4194304 310 156962 0 1 0 0 2412 110 19 0 1 0 679643674 5488640 236 996147200 4194304 4889804 548682068832 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24758/statm: 1340 236 195 169 0 51 0
[pid=24769] ppid=24758 vsize=0 CPUtime=44
/proc/24769/stat : 24769 (ld-linux.so.2) R 24758 24758 23935 0 -1 4194308 76163 0 0 0 4346 54 0 0 25 0 1 100 679646225 0 0 996147200 0 0 0 0 0 0 0 4096 8194 0 0 0 17 0 0 0
/proc/24769/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 69.22
Current children cumulated vsize (KiB) 5360

Child status: 0
Real time (s): 69.9029
CPU time (s): 69.2465
CPU user time (s): 67.5907
CPU system time (s): 1.65575
CPU usage (%): 99.061
Max. virtual memory (cumulated for all children) (KiB): 878128

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 67.5907
system time used= 1.65575
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 233445
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= 4565
involuntary context switches= 5997

runsolver used 0.090986 second user time and 0.219966 second system time

The end

Launcher Data (download as text)

Begin job on node89 at 2008-07-05 08:26:00
IDJOB=1105599
IDBENCH=57810
IDSOLVER=369
FILE ID=node89/1105599-1215239160
PBS_JOBID= 7881926
Free space on /tmp= 66508 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= f8718ebaf51fd44c6f84abcaca826b6a
RANDOM SEED=1373477820

node89.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.213
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.213
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:       1339784 kB
Buffers:         81052 kB
Cached:         282752 kB
SwapCached:       7136 kB
Active:         540980 kB
Inactive:       116004 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1339784 kB
SwapTotal:     4192956 kB
SwapFree:      4179808 kB
Dirty:           35656 kB
Writeback:           0 kB
Mapped:         298296 kB
Slab:            43920 kB
Committed_AS:  2334444 kB
PageTables:       2376 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= 66456 MiB
End job on node89 at 2008-07-05 08:27:11