Trace number 1059581

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
Abscon 112v4 ESAC? 8.5217 8.42042

General information on the benchmark

Namecsp/fischer/
normalized-fischer-10-13-fair.xml
MD5SUM470171cedada3e0976f1103c3898929b
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables33927
Number of constraints32137
Maximum constraint arity3
Maximum domain size20001
Number of constraints which are defined in extension0
Number of constraints which are defined in intension32137
Global constraints used (with number of constraints)

Solver Data (download as text)

0.03/0.07	
0.03/0.07	Abscon 112 (May, 2008)
0.10/0.19	
0.10/0.20	   configuration
0.10/0.20	     name=esac.xml
0.22/0.22	   
0.22/0.22	   instance
0.22/0.22	     name=HOME/instance-1059581-1215124049.xml
0.22/0.25	   
0.22/0.25	   domains being loaded...
0.22/0.26	   
0.22/0.26	   variables being loaded...
4.41/4.32	   
4.41/4.32	   INFO : Tentative number 1
4.41/4.33	
4.41/4.33	   configuration
4.41/4.33	     name=esac.xml
4.41/4.33	   
4.41/4.33	   instance
4.41/4.33	     name=HOME/instance-1059581-1215124049.xml
4.41/4.33	   
4.41/4.33	   domains being loaded...
4.41/4.33	   
4.41/4.33	   variables being loaded...
8.30/8.29	s UNKNOWN

Verifier Data (download as text)

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: UNKNOWN

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-1059581-1215124049/watcher-1059581-1215124049 -o /tmp/evaluation-result-1059581-1215124049/solver-1059581-1215124049 -C 1800 -W 2200 -M 900 --output-limit 1,15 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution esac.xml 1 XSax HOME/instance-1059581-1215124049.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: 4.72 3.80 2.46 2/89 32114
/proc/meminfo: memFree=1193232/2055920 swapFree=4179092/4192956
[pid=32114] ppid=32112 vsize=308 CPUtime=0
/proc/32114/stat : 32114 (java) R 32112 32114 30902 0 -1 0 219 0 0 0 0 0 0 0 21 0 1 0 124085604 315392 39 996147200 134512640 134550740 4294955968 18446744073709551615 11768612 0 0 4096 0 0 0 0 17 0 0 0
/proc/32114/statm: 77 39 29 9 0 6 0

[startup+0.0420469 s]
/proc/loadavg: 4.72 3.80 2.46 2/89 32114
/proc/meminfo: memFree=1193232/2055920 swapFree=4179092/4192956
[pid=32114] ppid=32112 vsize=863172 CPUtime=0.03
/proc/32114/stat : 32114 (java) S 32112 32114 30902 0 -1 0 2407 0 1 0 2 1 0 0 21 0 8 0 124085604 883888128 1986 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/32114/statm: 215793 1986 911 9 0 210772 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 863172

[startup+0.101054 s]
/proc/loadavg: 4.72 3.80 2.46 2/89 32114
/proc/meminfo: memFree=1193232/2055920 swapFree=4179092/4192956
[pid=32114] ppid=32112 vsize=866768 CPUtime=0.1
/proc/32114/stat : 32114 (java) S 32112 32114 30902 0 -1 0 4022 0 1 0 8 2 0 0 21 0 9 0 124085604 887570432 3462 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/32114/statm: 216692 3462 1786 9 0 211247 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 866768

[startup+0.30108 s]
/proc/loadavg: 4.72 3.80 2.46 2/89 32114
/proc/meminfo: memFree=1193232/2055920 swapFree=4179092/4192956
[pid=32114] ppid=32112 vsize=867152 CPUtime=0.33
/proc/32114/stat : 32114 (java) S 32112 32114 30902 0 -1 0 6728 0 1 0 29 4 0 0 21 0 9 0 124085604 887963648 6098 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/32114/statm: 216788 6100 1967 9 0 211316 0
Current children cumulated CPU time (s) 0.33
Current children cumulated vsize (KiB) 867152

[startup+0.701132 s]
/proc/loadavg: 4.72 3.80 2.46 2/89 32114
/proc/meminfo: memFree=1193232/2055920 swapFree=4179092/4192956
[pid=32114] ppid=32112 vsize=867748 CPUtime=0.76
/proc/32114/stat : 32114 (java) S 32112 32114 30902 0 -1 0 40150 0 1 0 59 17 0 0 21 0 9 0 124085604 888573952 39517 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/32114/statm: 216937 39517 1982 9 0 211465 0
Current children cumulated CPU time (s) 0.76
Current children cumulated vsize (KiB) 867748

[startup+1.50122 s]
/proc/loadavg: 4.72 3.80 2.46 2/98 32123
/proc/meminfo: memFree=948360/2055920 swapFree=4179092/4192956
[pid=32114] ppid=32112 vsize=867748 CPUtime=1.57
/proc/32114/stat : 32114 (java) S 32112 32114 30902 0 -1 0 103702 0 1 0 115 42 0 0 21 0 9 0 124085604 888573952 103064 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/32114/statm: 216937 103075 1983 9 0 211465 0
[pid=32114/tid=32116] ppid=32112 vsize=867748 CPUtime=0.86
/proc/32114/task/32116/stat : 32116 (java) S 32112 32114 30902 0 -1 64 15649 0 1 0 78 8 0 0 17 0 9 0 124085605 888573952 103081 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32114/tid=32117] ppid=32112 vsize=867748 CPUtime=0.59
/proc/32114/task/32117/stat : 32117 (java) R 32112 32114 30902 0 -1 64 86892 0 0 0 26 33 0 0 16 0 9 0 124085606 888573952 103086 996147200 134512640 134550740 4294955968 18446744073709551615 102674877 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=32114/tid=32118] ppid=32112 vsize=867748 CPUtime=0
/proc/32114/task/32118/stat : 32118 (java) S 32112 32114 30902 0 -1 64 13 0 0 0 0 0 0 0 15 0 9 0 124085606 888573952 103088 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32114/tid=32119] ppid=32112 vsize=867748 CPUtime=0
/proc/32114/task/32119/stat : 32119 (java) S 32112 32114 30902 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 124085606 888573952 103096 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32114/tid=32120] ppid=32112 vsize=867748 CPUtime=0
/proc/32114/task/32120/stat : 32120 (java) S 32112 32114 30902 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 124085608 888573952 103102 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32114/tid=32121] ppid=32112 vsize=867748 CPUtime=0.1
/proc/32114/task/32121/stat : 32121 (java) S 32112 32114 30902 0 -1 64 486 0 0 0 10 0 0 0 15 0 9 0 124085608 888573952 103110 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32114/tid=32122] ppid=32112 vsize=867748 CPUtime=0
/proc/32114/task/32122/stat : 32122 (java) S 32112 32114 30902 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 124085608 888573952 103116 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32114/tid=32123] ppid=32112 vsize=867748 CPUtime=0
/proc/32114/task/32123/stat : 32123 (java) S 32112 32114 30902 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 124085608 888573952 103124 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.57
Current children cumulated vsize (KiB) 867748

[startup+3.10239 s]
/proc/loadavg: 4.72 3.80 2.46 2/98 32123
/proc/meminfo: memFree=597960/2055920 swapFree=4179092/4192956
[pid=32114] ppid=32112 vsize=868184 CPUtime=3.21
/proc/32114/stat : 32114 (java) S 32112 32114 30902 0 -1 0 199966 0 1 0 242 79 0 0 21 0 9 0 124085604 889020416 199140 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/32114/statm: 217046 199140 2611 9 0 211574 0
[pid=32114/tid=32116] ppid=32112 vsize=868184 CPUtime=1.41
/proc/32114/task/32116/stat : 32116 (java) S 32112 32114 30902 0 -1 64 15663 0 1 0 133 8 0 0 17 0 9 0 124085605 889020416 199140 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32114/tid=32117] ppid=32112 vsize=868184 CPUtime=1.63
/proc/32114/task/32117/stat : 32117 (java) R 32112 32114 30902 0 -1 64 182979 0 0 0 93 70 0 0 18 0 9 0 124085606 889020416 199140 996147200 134512640 134550740 4294955968 18446744073709551615 103834280 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=32114/tid=32118] ppid=32112 vsize=868184 CPUtime=0
/proc/32114/task/32118/stat : 32118 (java) S 32112 32114 30902 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 124085606 889020416 199140 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32114/tid=32119] ppid=32112 vsize=868184 CPUtime=0
/proc/32114/task/32119/stat : 32119 (java) S 32112 32114 30902 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 124085606 889020416 199140 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32114/tid=32120] ppid=32112 vsize=868184 CPUtime=0
/proc/32114/task/32120/stat : 32120 (java) S 32112 32114 30902 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 124085608 889020416 199140 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32114/tid=32121] ppid=32112 vsize=868184 CPUtime=0.14
/proc/32114/task/32121/stat : 32121 (java) S 32112 32114 30902 0 -1 64 627 0 0 0 14 0 0 0 15 0 9 0 124085608 889020416 199140 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32114/tid=32122] ppid=32112 vsize=868184 CPUtime=0
/proc/32114/task/32122/stat : 32122 (java) S 32112 32114 30902 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 124085608 889020416 199140 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32114/tid=32123] ppid=32112 vsize=868184 CPUtime=0
/proc/32114/task/32123/stat : 32123 (java) S 32112 32114 30902 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 124085608 889020416 199140 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.21
Current children cumulated vsize (KiB) 868184

[startup+6.30275 s]
/proc/loadavg: 4.43 3.75 2.45 2/98 32123
/proc/meminfo: memFree=405000/2055920 swapFree=4179092/4192956
[pid=32114] ppid=32112 vsize=868184 CPUtime=6.41
/proc/32114/stat : 32114 (java) S 32112 32114 30902 0 -1 0 200004 0 1 0 561 80 0 0 21 0 9 0 124085604 889020416 199155 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/32114/statm: 217046 199155 2611 9 0 211574 0
[pid=32114/tid=32116] ppid=32112 vsize=868184 CPUtime=2.39
/proc/32114/task/32116/stat : 32116 (java) S 32112 32114 30902 0 -1 64 15698 0 1 0 231 8 0 0 16 0 9 0 124085605 889020416 199155 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32114/tid=32117] ppid=32112 vsize=868184 CPUtime=3.86
/proc/32114/task/32117/stat : 32117 (java) R 32112 32114 30902 0 -1 64 182981 0 0 0 315 71 0 0 17 0 9 0 124085606 889020416 199155 996147200 134512640 134550740 4294955968 18446744073709551615 104182546 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=32114/tid=32118] ppid=32112 vsize=868184 CPUtime=0
/proc/32114/task/32118/stat : 32118 (java) S 32112 32114 30902 0 -1 64 13 0 0 0 0 0 0 0 15 0 9 0 124085606 889020416 199155 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32114/tid=32119] ppid=32112 vsize=868184 CPUtime=0
/proc/32114/task/32119/stat : 32119 (java) S 32112 32114 30902 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 124085606 889020416 199155 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32114/tid=32120] ppid=32112 vsize=868184 CPUtime=0
/proc/32114/task/32120/stat : 32120 (java) S 32112 32114 30902 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 124085608 889020416 199155 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32114/tid=32121] ppid=32112 vsize=868184 CPUtime=0.14
/proc/32114/task/32121/stat : 32121 (java) S 32112 32114 30902 0 -1 64 628 0 0 0 14 0 0 0 16 0 9 0 124085608 889020416 199155 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32114/tid=32122] ppid=32112 vsize=868184 CPUtime=0
/proc/32114/task/32122/stat : 32122 (java) S 32112 32114 30902 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 124085608 889020416 199155 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32114/tid=32123] ppid=32112 vsize=868184 CPUtime=0
/proc/32114/task/32123/stat : 32123 (java) S 32112 32114 30902 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 124085608 889020416 199155 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.41
Current children cumulated vsize (KiB) 868184

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

[startup+7.10185 s]
/proc/loadavg: 4.43 3.75 2.45 2/98 32123
/proc/meminfo: memFree=405000/2055920 swapFree=4179092/4192956
[pid=32114] ppid=32112 vsize=868184 CPUtime=7.21
/proc/32114/stat : 32114 (java) S 32112 32114 30902 0 -1 0 200005 0 1 0 641 80 0 0 21 0 9 0 124085604 889020416 199155 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/32114/statm: 217046 199155 2611 9 0 211574 0
[pid=32114/tid=32116] ppid=32112 vsize=868184 CPUtime=2.46
/proc/32114/task/32116/stat : 32116 (java) S 32112 32114 30902 0 -1 64 15699 0 1 0 238 8 0 0 17 0 9 0 124085605 889020416 199155 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32114/tid=32117] ppid=32112 vsize=868184 CPUtime=4.59
/proc/32114/task/32117/stat : 32117 (java) R 32112 32114 30902 0 -1 64 182981 0 0 0 388 71 0 0 17 0 9 0 124085606 889020416 199155 996147200 134512640 134550740 4294955968 18446744073709551615 102687632 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32114/tid=32118] ppid=32112 vsize=868184 CPUtime=0
/proc/32114/task/32118/stat : 32118 (java) S 32112 32114 30902 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 124085606 889020416 199155 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32114/tid=32119] ppid=32112 vsize=868184 CPUtime=0
/proc/32114/task/32119/stat : 32119 (java) S 32112 32114 30902 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 124085606 889020416 199155 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32114/tid=32120] ppid=32112 vsize=868184 CPUtime=0
/proc/32114/task/32120/stat : 32120 (java) S 32112 32114 30902 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 124085608 889020416 199155 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32114/tid=32121] ppid=32112 vsize=868184 CPUtime=0.14
/proc/32114/task/32121/stat : 32121 (java) S 32112 32114 30902 0 -1 64 628 0 0 0 14 0 0 0 16 0 9 0 124085608 889020416 199155 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32114/tid=32122] ppid=32112 vsize=868184 CPUtime=0
/proc/32114/task/32122/stat : 32122 (java) S 32112 32114 30902 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 124085608 889020416 199155 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32114/tid=32123] ppid=32112 vsize=868184 CPUtime=0
/proc/32114/task/32123/stat : 32123 (java) S 32112 32114 30902 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 124085608 889020416 199155 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 7.21
Current children cumulated vsize (KiB) 868184

[startup+7.90193 s]
/proc/loadavg: 4.15 3.70 2.44 2/98 32123
/proc/meminfo: memFree=405000/2055920 swapFree=4179092/4192956
[pid=32114] ppid=32112 vsize=868184 CPUtime=8
/proc/32114/stat : 32114 (java) S 32112 32114 30902 0 -1 0 200007 0 1 0 720 80 0 0 21 0 9 0 124085604 889020416 199155 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/32114/statm: 217046 199155 2611 9 0 211574 0
[pid=32114/tid=32116] ppid=32112 vsize=868184 CPUtime=2.48
/proc/32114/task/32116/stat : 32116 (java) S 32112 32114 30902 0 -1 64 15701 0 1 0 240 8 0 0 15 0 9 0 124085605 889020416 199155 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32114/tid=32117] ppid=32112 vsize=868184 CPUtime=5.37
/proc/32114/task/32117/stat : 32117 (java) R 32112 32114 30902 0 -1 64 182981 0 0 0 466 71 0 0 20 0 9 0 124085606 889020416 199155 996147200 134512640 134550740 4294955968 18446744073709551615 104182546 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=32114/tid=32118] ppid=32112 vsize=868184 CPUtime=0
/proc/32114/task/32118/stat : 32118 (java) S 32112 32114 30902 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 124085606 889020416 199155 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32114/tid=32119] ppid=32112 vsize=868184 CPUtime=0
/proc/32114/task/32119/stat : 32119 (java) S 32112 32114 30902 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 124085606 889020416 199155 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32114/tid=32120] ppid=32112 vsize=868184 CPUtime=0
/proc/32114/task/32120/stat : 32120 (java) S 32112 32114 30902 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 124085608 889020416 199155 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32114/tid=32121] ppid=32112 vsize=868184 CPUtime=0.14
/proc/32114/task/32121/stat : 32121 (java) S 32112 32114 30902 0 -1 64 628 0 0 0 14 0 0 0 16 0 9 0 124085608 889020416 199155 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32114/tid=32122] ppid=32112 vsize=868184 CPUtime=0
/proc/32114/task/32122/stat : 32122 (java) S 32112 32114 30902 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 124085608 889020416 199155 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32114/tid=32123] ppid=32112 vsize=868184 CPUtime=0
/proc/32114/task/32123/stat : 32123 (java) S 32112 32114 30902 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 124085608 889020416 199155 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 8
Current children cumulated vsize (KiB) 868184

[startup+8.30198 s]
/proc/loadavg: 4.15 3.70 2.44 2/98 32123
/proc/meminfo: memFree=405000/2055920 swapFree=4179092/4192956
[pid=32114] ppid=32112 vsize=868184 CPUtime=8.39
/proc/32114/stat : 32114 (java) S 32112 32114 30902 0 -1 0 200012 0 1 0 759 80 0 0 21 0 9 0 124085604 889020416 199156 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/32114/statm: 217046 199156 2611 9 0 211574 0
[pid=32114/tid=32116] ppid=32112 vsize=868184 CPUtime=2.48
/proc/32114/task/32116/stat : 32116 (java) S 32112 32114 30902 0 -1 64 15705 0 1 0 240 8 0 0 16 0 9 0 124085605 889020416 199156 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32114/tid=32117] ppid=32112 vsize=868184 CPUtime=5.75
/proc/32114/task/32117/stat : 32117 (java) S 32112 32114 30902 0 -1 64 182981 0 0 0 504 71 0 0 24 0 9 0 124085606 889020416 199156 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=32114/tid=32118] ppid=32112 vsize=868184 CPUtime=0
/proc/32114/task/32118/stat : 32118 (java) S 32112 32114 30902 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 124085606 889020416 199156 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32114/tid=32119] ppid=32112 vsize=868184 CPUtime=0
/proc/32114/task/32119/stat : 32119 (java) S 32112 32114 30902 0 -1 64 6 0 0 0 0 0 0 0 16 0 9 0 124085606 889020416 199156 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32114/tid=32120] ppid=32112 vsize=868184 CPUtime=0
/proc/32114/task/32120/stat : 32120 (java) S 32112 32114 30902 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 124085608 889020416 199156 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32114/tid=32121] ppid=32112 vsize=868184 CPUtime=0.14
/proc/32114/task/32121/stat : 32121 (java) S 32112 32114 30902 0 -1 64 628 0 0 0 14 0 0 0 16 0 9 0 124085608 889020416 199156 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32114/tid=32122] ppid=32112 vsize=868184 CPUtime=0
/proc/32114/task/32122/stat : 32122 (java) S 32112 32114 30902 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 124085608 889020416 199156 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32114/tid=32123] ppid=32112 vsize=868184 CPUtime=0
/proc/32114/task/32123/stat : 32123 (java) R 32112 32114 30902 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 124085608 889020416 199156 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 8.39
Current children cumulated vsize (KiB) 868184

[startup+8.40199 s]
/proc/loadavg: 4.15 3.70 2.44 2/98 32123
/proc/meminfo: memFree=405000/2055920 swapFree=4179092/4192956
[pid=32114] ppid=32112 vsize=0 CPUtime=8.49
/proc/32114/stat : 32114 (java) Z 32112 32114 30902 0 -1 12 200018 0 1 0 759 90 0 0 16 0 2 0 124085604 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/32114/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 8.49
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 8.42042
CPU time (s): 8.5217
CPU user time (s): 7.59784
CPU system time (s): 0.923859
CPU usage (%): 101.203
Max. virtual memory (cumulated for all children) (KiB): 868184

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 7.59784
system time used= 0.923859
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 200018
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= 453
involuntary context switches= 207

runsolver used 0.016997 second user time and 0.029995 second system time

The end

Launcher Data (download as text)

Begin job on node76 at 2008-07-04 00:27:30
IDJOB=1059581
IDBENCH=54300
IDSOLVER=364
FILE ID=node76/1059581-1215124049
PBS_JOBID= 7877056
Free space on /tmp= 66544 MiB

SOLVER NAME= Abscon 112v4 ESAC
BENCH NAME= CPAI08/csp/fischer/normalized-fischer-10-13-fair.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution esac.xml 1 XSax BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1059581-1215124049/watcher-1059581-1215124049 -o /tmp/evaluation-result-1059581-1215124049/solver-1059581-1215124049 -C 1800 -W 2200 -M 900 --output-limit 1,15  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution esac.xml 1 XSax HOME/instance-1059581-1215124049.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 470171cedada3e0976f1103c3898929b
RANDOM SEED=1611390912

node76.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.222
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.222
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:       1193776 kB
Buffers:          1400 kB
Cached:          48940 kB
SwapCached:       6440 kB
Active:         663360 kB
Inactive:       145744 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1193776 kB
SwapTotal:     4192956 kB
SwapFree:      4179092 kB
Dirty:            8476 kB
Writeback:           0 kB
Mapped:         778856 kB
Slab:            36404 kB
Committed_AS:  1095448 kB
PageTables:       3560 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= 66544 MiB
End job on node76 at 2008-07-04 00:27:38