Trace number 1045134

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? 2.21566 2.29673

General information on the benchmark

Namecsp/allsquaresUnsat/
normalized-squaresUnsat-28-28.xml
MD5SUM22db92e42bf9ba55a567bdd77a5f9c8b
Bench CategoryGLOBAL (global constraints)
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 variables1568
Number of constraints1893
Maximum constraint arity28
Maximum domain size88
Number of constraints which are defined in extension0
Number of constraints which are defined in intension1513
Global constraints used (with number of constraints)cumulative(2),weightedsum(378)

Solver Data (download as text)

0.04/0.08	
0.04/0.08	Abscon 112 (May, 2008)
0.19/0.23	
0.19/0.23	   configuration
0.19/0.23	     name=esac.xml
0.28/0.31	   
0.28/0.31	   instance
0.28/0.31	     name=HOME/instance-1045134-1215026546.xml
0.28/0.35	   
0.28/0.35	   domains being loaded...
0.28/0.36	   
0.28/0.36	   variables being loaded...
0.58/0.64	     nbVariables=1568  nbDomainTypes=29  minDomainSize=2  maxDomainSize=88  nbTotalValues=7136
0.58/0.64	       =>  wckTime=0.404  cpuTime=0.26  mem=11M787
0.58/0.64	   
0.58/0.64	   predicates being loaded...
0.68/0.70	   
0.68/0.70	   constraints being loaded...
1.94/2.07	     nbConstraints=1893  nbGlobalConstraints=380  nbConvertedConstraints=1  nbConvertConstraintsChecks=1795961
1.94/2.07	     nbExtensionStructures=1  nbSharedExtensionStructures=0  nbConflictsStructures=223  nbSharedConflictsStructures=222
1.94/2.07	     nbUnbuiltConflictsStructures=534  nbSharedBinaryRepresentations=1  nbEvaluationManagers=756
1.94/2.07	     nbSharedEvaluationManagers=756  minDegree=2  maxDegree=56  minArity=2  avgArity=3.23  maxArity=28  nbGenerators=0
1.94/2.07	     nbFusions=0  symmetryWckTime=0.192  symmetryCpuTime=0.11
1.94/2.07	       =>  wckTime=1.834  cpuTime=1.48  mem=42M92
2.06/2.19	   
2.06/2.19	   INFO : constraint cumulative not implemented
2.16/2.23	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-1045134-1215026546/watcher-1045134-1215026546 -o /tmp/evaluation-result-1045134-1215026546/solver-1045134-1215026546 -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-1045134-1215026546.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.92 1.98 1.93 4/84 9658
/proc/meminfo: memFree=1379176/2055920 swapFree=4179760/4192956
[pid=9658] ppid=9656 vsize=1616 CPUtime=0
/proc/9658/stat : 9658 (java) D 9656 9658 8868 0 -1 0 180 0 0 0 0 0 0 0 18 0 1 0 1981627835 1654784 148 996147200 134512640 134550740 4294956144 18446744073709551615 4294960144 0 2147483391 4096 0 18446744072099781622 0 0 17 0 0 0
/proc/9658/statm: 404 148 122 9 0 46 0

[startup+0.061024 s]
/proc/loadavg: 1.92 1.98 1.93 4/84 9658
/proc/meminfo: memFree=1379176/2055920 swapFree=4179760/4192956
[pid=9658] ppid=9656 vsize=864076 CPUtime=0.04
/proc/9658/stat : 9658 (java) S 9656 9658 8868 0 -1 0 2757 0 1 0 3 1 0 0 18 0 9 0 1981627835 884813824 2303 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9658/statm: 216019 2303 1101 9 0 210976 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 864076

[startup+0.10203 s]
/proc/loadavg: 1.92 1.98 1.93 4/84 9658
/proc/meminfo: memFree=1379176/2055920 swapFree=4179760/4192956
[pid=9658] ppid=9656 vsize=865884 CPUtime=0.09
/proc/9658/stat : 9658 (java) S 9656 9658 8868 0 -1 0 3773 0 1 0 7 2 0 0 18 0 9 0 1981627835 886665216 3224 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9658/statm: 216471 3224 1711 9 0 211026 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 865884

[startup+0.302056 s]
/proc/loadavg: 1.92 1.98 1.93 4/84 9658
/proc/meminfo: memFree=1379176/2055920 swapFree=4179760/4192956
[pid=9658] ppid=9656 vsize=866196 CPUtime=0.28
/proc/9658/stat : 9658 (java) S 9656 9658 8868 0 -1 0 5622 0 1 0 24 4 0 0 18 0 9 0 1981627835 886984704 5036 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9658/statm: 216549 5036 1903 9 0 211097 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 866196

[startup+0.702094 s]
/proc/loadavg: 1.92 1.98 1.93 4/84 9658
/proc/meminfo: memFree=1379176/2055920 swapFree=4179760/4192956
[pid=9658] ppid=9656 vsize=867532 CPUtime=0.68
/proc/9658/stat : 9658 (java) S 9656 9658 8868 0 -1 0 8429 0 1 0 62 6 0 0 18 0 9 0 1981627835 888352768 7790 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9658/statm: 216883 7790 2002 9 0 211389 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 867532

[startup+1.50219 s]
/proc/loadavg: 1.92 1.98 1.93 3/93 9667
/proc/meminfo: memFree=1345056/2055920 swapFree=4179760/4192956
[pid=9658] ppid=9656 vsize=867532 CPUtime=1.47
/proc/9658/stat : 9658 (java) S 9656 9658 8868 0 -1 0 12897 0 1 0 136 11 0 0 18 0 9 0 1981627835 888352768 12254 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9658/statm: 216883 12254 2020 9 0 211389 0
[pid=9658/tid=9660] ppid=9656 vsize=867532 CPUtime=1.22
/proc/9658/task/9660/stat : 9660 (java) R 9656 9658 8868 0 -1 64 11514 0 1 0 112 10 0 0 25 0 9 0 1981627836 888352768 12254 996147200 134512640 134550740 4294955968 18446744073709551615 4126930381 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9658/tid=9661] ppid=9656 vsize=867532 CPUtime=0
/proc/9658/task/9661/stat : 9661 (java) S 9656 9658 8868 0 -1 64 6 0 0 0 0 0 0 0 17 0 9 0 1981627838 888352768 12254 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9658/tid=9662] ppid=9656 vsize=867532 CPUtime=0
/proc/9658/task/9662/stat : 9662 (java) S 9656 9658 8868 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 1981627838 888352768 12254 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9658/tid=9663] ppid=9656 vsize=867532 CPUtime=0
/proc/9658/task/9663/stat : 9663 (java) S 9656 9658 8868 0 -1 64 3 0 0 0 0 0 0 0 20 0 9 0 1981627838 888352768 12254 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9658/tid=9664] ppid=9656 vsize=867532 CPUtime=0
/proc/9658/task/9664/stat : 9664 (java) S 9656 9658 8868 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1981627840 888352768 12254 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9658/tid=9665] ppid=9656 vsize=867532 CPUtime=0.23
/proc/9658/task/9665/stat : 9665 (java) S 9656 9658 8868 0 -1 64 685 0 0 0 23 0 0 0 16 0 9 0 1981627840 888352768 12254 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9658/tid=9666] ppid=9656 vsize=867532 CPUtime=0
/proc/9658/task/9666/stat : 9666 (java) S 9656 9658 8868 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1981627840 888352768 12254 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9658/tid=9667] ppid=9656 vsize=867532 CPUtime=0
/proc/9658/task/9667/stat : 9667 (java) S 9656 9658 8868 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1981627840 888352768 12254 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 867532

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

[startup+1.90123 s]
/proc/loadavg: 1.92 1.98 1.93 3/93 9667
/proc/meminfo: memFree=1345056/2055920 swapFree=4179760/4192956
[pid=9658] ppid=9656 vsize=867532 CPUtime=1.87
/proc/9658/stat : 9658 (java) S 9656 9658 8868 0 -1 0 14063 0 1 0 173 14 0 0 18 0 9 0 1981627835 888352768 13420 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9658/statm: 216883 13420 2020 9 0 211389 0
[pid=9658/tid=9660] ppid=9656 vsize=867532 CPUtime=1.6
/proc/9658/task/9660/stat : 9660 (java) R 9656 9658 8868 0 -1 64 12662 0 1 0 147 13 0 0 25 0 9 0 1981627836 888352768 13420 996147200 134512640 134550740 4294955968 18446744073709551615 101444961 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9658/tid=9661] ppid=9656 vsize=867532 CPUtime=0
/proc/9658/task/9661/stat : 9661 (java) S 9656 9658 8868 0 -1 64 6 0 0 0 0 0 0 0 17 0 9 0 1981627838 888352768 13420 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9658/tid=9662] ppid=9656 vsize=867532 CPUtime=0
/proc/9658/task/9662/stat : 9662 (java) S 9656 9658 8868 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 1981627838 888352768 13420 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9658/tid=9663] ppid=9656 vsize=867532 CPUtime=0
/proc/9658/task/9663/stat : 9663 (java) S 9656 9658 8868 0 -1 64 3 0 0 0 0 0 0 0 20 0 9 0 1981627838 888352768 13420 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9658/tid=9664] ppid=9656 vsize=867532 CPUtime=0
/proc/9658/task/9664/stat : 9664 (java) S 9656 9658 8868 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1981627840 888352768 13420 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9658/tid=9665] ppid=9656 vsize=867532 CPUtime=0.26
/proc/9658/task/9665/stat : 9665 (java) S 9656 9658 8868 0 -1 64 703 0 0 0 26 0 0 0 15 0 9 0 1981627840 888352768 13420 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9658/tid=9666] ppid=9656 vsize=867532 CPUtime=0
/proc/9658/task/9666/stat : 9666 (java) S 9656 9658 8868 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1981627840 888352768 13420 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9658/tid=9667] ppid=9656 vsize=867532 CPUtime=0
/proc/9658/task/9667/stat : 9667 (java) S 9656 9658 8868 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1981627840 888352768 13420 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.87
Current children cumulated vsize (KiB) 867532

[startup+2.10125 s]
/proc/loadavg: 1.92 1.98 1.93 4/93 9671
/proc/meminfo: memFree=1329056/2055920 swapFree=4179760/4192956
[pid=9658] ppid=9656 vsize=867988 CPUtime=2.06
/proc/9658/stat : 9658 (java) S 9656 9658 8868 0 -1 0 21354 437 1 0 185 17 3 1 18 0 9 0 1981627835 888819712 14487 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9658/statm: 216997 14487 2085 9 0 211503 0
[pid=9658/tid=9660] ppid=9656 vsize=867988 CPUtime=1.73
/proc/9658/task/9660/stat : 9660 (java) R 9656 9658 8868 0 -1 64 15202 437 1 0 155 14 3 1 23 0 9 0 1981627836 888819712 14487 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9658/tid=9661] ppid=9656 vsize=867988 CPUtime=0.05
/proc/9658/task/9661/stat : 9661 (java) R 9656 9658 8868 0 -1 64 4502 437 0 0 1 0 3 1 16 0 9 0 1981627838 888819712 14487 996147200 134512640 134550740 4294955968 18446744073709551615 103735767 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9658/tid=9662] ppid=9656 vsize=867988 CPUtime=0.04
/proc/9658/task/9662/stat : 9662 (java) S 9656 9658 8868 0 -1 64 10 437 0 0 0 0 3 1 19 0 9 0 1981627838 888819712 14487 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9658/tid=9663] ppid=9656 vsize=867988 CPUtime=0.04
/proc/9658/task/9663/stat : 9663 (java) S 9656 9658 8868 0 -1 64 3 437 0 0 0 0 3 1 20 0 9 0 1981627838 888819712 14487 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9658/tid=9664] ppid=9656 vsize=867988 CPUtime=0.04
/proc/9658/task/9664/stat : 9664 (java) S 9656 9658 8868 0 -1 64 0 437 0 0 0 0 3 1 18 0 9 0 1981627840 888819712 14487 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9658/tid=9665] ppid=9656 vsize=867988 CPUtime=0.32
/proc/9658/task/9665/stat : 9665 (java) S 9656 9658 8868 0 -1 64 823 437 0 0 28 0 3 1 15 0 9 0 1981627840 888819712 14487 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9658/tid=9666] ppid=9656 vsize=867988 CPUtime=0.04
/proc/9658/task/9666/stat : 9666 (java) S 9656 9658 8868 0 -1 64 2 437 0 0 0 0 3 1 19 0 9 0 1981627840 888819712 14487 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9658/tid=9667] ppid=9656 vsize=867988 CPUtime=0.04
/proc/9658/task/9667/stat : 9667 (java) S 9656 9658 8868 0 -1 64 10 437 0 0 0 0 3 1 15 0 9 0 1981627840 888819712 14487 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.06
Current children cumulated vsize (KiB) 867988

[startup+2.20633 s]
/proc/loadavg: 1.92 1.98 1.93 4/93 9671
/proc/meminfo: memFree=1329056/2055920 swapFree=4179760/4192956
[pid=9658] ppid=9656 vsize=867900 CPUtime=2.16
/proc/9658/stat : 9658 (java) S 9656 9658 8868 0 -1 0 25137 437 1 0 194 18 3 1 18 0 9 0 1981627835 888729600 16732 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9658/statm: 216975 16732 2611 9 0 211503 0
[pid=9658/tid=9660] ppid=9656 vsize=867900 CPUtime=1.73
/proc/9658/task/9660/stat : 9660 (java) R 9656 9658 8868 0 -1 64 15215 437 1 0 155 14 3 1 23 0 9 0 1981627836 888729600 16732 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9658/tid=9661] ppid=9656 vsize=867900 CPUtime=0.15
/proc/9658/task/9661/stat : 9661 (java) R 9656 9658 8868 0 -1 64 8257 437 0 0 10 1 3 1 17 0 9 0 1981627838 888729600 16732 996147200 134512640 134550740 4294955968 18446744073709551615 103736067 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9658/tid=9662] ppid=9656 vsize=867900 CPUtime=0.04
/proc/9658/task/9662/stat : 9662 (java) S 9656 9658 8868 0 -1 64 16 437 0 0 0 0 3 1 16 0 9 0 1981627838 888729600 16732 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9658/tid=9663] ppid=9656 vsize=867900 CPUtime=0.04
/proc/9658/task/9663/stat : 9663 (java) S 9656 9658 8868 0 -1 64 12 437 0 0 0 0 3 1 16 0 9 0 1981627838 888729600 16732 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9658/tid=9664] ppid=9656 vsize=867900 CPUtime=0.04
/proc/9658/task/9664/stat : 9664 (java) S 9656 9658 8868 0 -1 64 0 437 0 0 0 0 3 1 18 0 9 0 1981627840 888729600 16732 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9658/tid=9665] ppid=9656 vsize=867900 CPUtime=0.32
/proc/9658/task/9665/stat : 9665 (java) S 9656 9658 8868 0 -1 64 823 437 0 0 28 0 3 1 15 0 9 0 1981627840 888729600 16732 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9658/tid=9666] ppid=9656 vsize=867900 CPUtime=0.04
/proc/9658/task/9666/stat : 9666 (java) S 9656 9658 8868 0 -1 64 2 437 0 0 0 0 3 1 19 0 9 0 1981627840 888729600 16732 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9658/tid=9667] ppid=9656 vsize=867900 CPUtime=0.04
/proc/9658/task/9667/stat : 9667 (java) S 9656 9658 8868 0 -1 64 10 437 0 0 0 0 3 1 15 0 9 0 1981627840 888729600 16732 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.16
Current children cumulated vsize (KiB) 867900

Child status: 0
Real time (s): 2.29673
CPU time (s): 2.21566
CPU user time (s): 2.01369
CPU system time (s): 0.201969
CPU usage (%): 96.4703
Max. virtual memory (cumulated for all children) (KiB): 867988

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2.01369
system time used= 0.201969
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 25604
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= 1131
involuntary context switches= 1176

runsolver used 0.003999 second user time and 0.018997 second system time

The end

Launcher Data (download as text)

Begin job on node37 at 2008-07-02 21:22:26
IDJOB=1045134
IDBENCH=53773
IDSOLVER=364
FILE ID=node37/1045134-1215026546
PBS_JOBID= 7874396
Free space on /tmp= 66524 MiB

SOLVER NAME= Abscon 112v4 ESAC
BENCH NAME= CPAI08/csp/allsquaresUnsat/normalized-squaresUnsat-28-28.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-1045134-1215026546/watcher-1045134-1215026546 -o /tmp/evaluation-result-1045134-1215026546/solver-1045134-1215026546 -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-1045134-1215026546.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 22db92e42bf9ba55a567bdd77a5f9c8b
RANDOM SEED=737385036

node37.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.236
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.236
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:       1379656 kB
Buffers:         70092 kB
Cached:         478008 kB
SwapCached:       7460 kB
Active:         228036 kB
Inactive:       373312 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1379656 kB
SwapTotal:     4192956 kB
SwapFree:      4179760 kB
Dirty:            2340 kB
Writeback:           0 kB
Mapped:          69952 kB
Slab:            60000 kB
Committed_AS:  3434636 kB
PageTables:       2004 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264884 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66520 MiB
End job on node37 at 2008-07-02 21:22:28