Trace number 2094032

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 ESACUNSAT 1.77473 1.82576

DiagnosticValue
CHECKS105671
NODES15

General information on the benchmark

Namecsp/QG6/
normalized-quasigroup6-5.xml
MD5SUM98f52e7e441a396df729ccdd41137b8f
Bench CategoryAlldiff+Elt+WSum (alldiff,element,weightedsum)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.022996
Satisfiable
(Un)Satisfiability was proved
Number of variables123
Number of constraints99
Maximum constraint arity27
Maximum domain size21
Number of constraints which are defined in extension0
Number of constraints which are defined in intension40
Global constraints used (with number of constraints)alldifferent(10),element(49)

Solver Data

0.00/0.08	
0.00/0.08	Abscon 112 (May, 2008)
0.19/0.24	
0.19/0.24	   configuration
0.19/0.24	     name=esac.xml
0.19/0.27	   
0.19/0.27	   instance
0.19/0.27	     name=HOME/instance-2094032-1247402309.xml
0.29/0.31	   
0.29/0.31	   domains being loaded...
0.29/0.32	   
0.29/0.32	   variables being loaded...
0.29/0.36	     nbVariables=123  nbDomainTypes=25  minDomainSize=1  maxDomainSize=21  nbTotalValues=1015
0.29/0.36	       =>  wckTime=0.122  cpuTime=0.11  mem=7M892
0.29/0.36	   
0.29/0.36	   predicates being loaded...
0.39/0.43	   
0.39/0.43	   constraints being loaded...
0.86/0.94	     nbConstraints=1296  nbUnaryConstraints=4  nbGlobalConstraints=36  nbSingletonDomainVariables=10  nbPurgedValues=80
0.86/0.94	     nbDisconnectedVariables=29  nbConvertedConstraints=36  nbConvertConstraintsChecks=47249  nbExtensionStructures=36
0.86/0.94	     nbSharedExtensionStructures=16  nbConflictsStructures=385  nbSharedConflictsStructures=891
0.86/0.94	     nbSharedBinaryRepresentations=598  nbEvaluationManagers=349  nbSharedEvaluationManagers=875  minDegree=0
0.86/0.94	     maxDegree=76  minArity=2  avgArity=2.96  maxArity=4  nbGenerators=26  nbFusions=0  symmetryWckTime=0.129
0.86/0.94	     symmetryCpuTime=0.07
0.86/0.94	       =>  wckTime=0.701  cpuTime=0.5  mem=27M458
0.99/1.02	   
0.99/1.03	   solver IterativeSystematicSolver being built... 
1.09/1.15	   
1.09/1.16	   INFO : Forward propagation technique limited 
1.19/1.21	       =>  wckTime=0.972  cpuTime=0.67  mem=30M121
1.68/1.72	   
1.68/1.72	   preprocessing
1.68/1.72	     nbConstraintChecks=102560  nbValidityChecks=162667  nbPropagations=6885  nbRevisions=149439
1.68/1.72	     nbUselessRevisions=142136  nbSingletonTests=880  nbEffectiveSingletonTests=8  nbACRemovals=435  nbFoundSingletons=0
1.68/1.72	     nbRemovedValues=443  detectedInconsistency=no
1.68/1.72	       =>  wckTime=0.506  cpuTime=0.43  mem=31M59
1.68/1.76	   
1.68/1.76	   search
1.68/1.76	     run=0  nbConstraintChecks=3111  nbValidityChecks=3733  minDepth=9  maxDepth=10  nbPropagations=7016
1.68/1.76	     nbRevisions=152954  nbUselessRevisions=145496  nbAssignments=15  nbFailedAssignments=3  nbBacktracks=4
1.68/1.76	     nbVisitedNodes=21  nbRestartNogoods=0  mapSize=4  nbInferences=0  nbTooLargeKeys=0  nbSEliminables=0
1.68/1.76	     nbREliminables=65.25  nbIEliminables=57.25  nbDEliminables=0  nbPEliminables=0
1.68/1.76	       =>  wckTime=0.539  cpuTime=0.46  mem=32M13
1.68/1.76	   
1.68/1.76	   global
1.68/1.76	     nbConstraintChecks=105671  nbValidityChecks=166400  nbPropagations=13901  nbRevisions=302393
1.68/1.76	     nbUselessRevisions=287632  nbRestartNogoods=0  solvingWckTime=0.541  solvingCpuTime=0.46  expiredTime=no
1.68/1.76	     totalExploration=yes  nbFoundSolutions=0  globalCpuTime=1.18
1.68/1.76	       =>  wckTime=1.515  cpuTime=1.14  mem=32M13
1.68/1.76	   
1.68/1.76	s UNSATISFIABLE
1.68/1.76	d NODES 15
1.68/1.76	d CHECKS 105671
1.68/1.76	   
1.68/1.76	   totalWckTime=1.582  totalCpuTime=1.18

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2094032-1247402309/watcher-2094032-1247402309 -o /tmp/evaluation-result-2094032-1247402309/solver-2094032-1247402309 -C 1800 -W 2000 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution esac.xml 1 XSax HOME/instance-2094032-1247402309.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): 2000 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
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.91 1.93 1.45 4/80 25852
/proc/meminfo: memFree=1805364/2055920 swapFree=4192812/4192956
[pid=25852] ppid=25850 vsize=152 CPUtime=0
/proc/25852/stat : 25852 (java) R 25850 25852 24991 0 -1 0 205 0 0 0 0 0 0 0 18 0 1 0 27298055 155648 26 996147200 134512640 134550932 4294955968 18446744073709551615 8663339 0 0 4096 0 0 0 0 17 0 0 0
/proc/25852/statm: 38 26 19 9 0 4 0

[startup+0.106257 s]
/proc/loadavg: 1.91 1.93 1.45 4/80 25852
/proc/meminfo: memFree=1805364/2055920 swapFree=4192812/4192956
[pid=25852] ppid=25850 vsize=865980 CPUtime=0.09
/proc/25852/stat : 25852 (java) S 25850 25852 24991 0 -1 0 3902 0 1 0 8 1 0 0 18 0 9 0 27298055 886763520 3340 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25852/statm: 216495 3340 1757 9 0 210980 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 865980

[startup+0.201266 s]
/proc/loadavg: 1.91 1.93 1.45 4/80 25852
/proc/meminfo: memFree=1805364/2055920 swapFree=4192812/4192956
[pid=25852] ppid=25850 vsize=866144 CPUtime=0.19
/proc/25852/stat : 25852 (java) S 25850 25852 24991 0 -1 0 4897 0 1 0 16 3 0 0 18 0 9 0 27298055 886931456 4314 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25852/statm: 216536 4314 1888 9 0 211014 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 866144

[startup+0.301277 s]
/proc/loadavg: 1.91 1.93 1.45 4/80 25852
/proc/meminfo: memFree=1805364/2055920 swapFree=4192812/4192956
[pid=25852] ppid=25850 vsize=866380 CPUtime=0.29
/proc/25852/stat : 25852 (java) S 25850 25852 24991 0 -1 0 6076 0 1 0 26 3 0 0 18 0 9 0 27298055 887173120 5442 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25852/statm: 216595 5442 1986 9 0 211053 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 866380

[startup+0.701319 s]
/proc/loadavg: 1.91 1.93 1.45 4/80 25852
/proc/meminfo: memFree=1805364/2055920 swapFree=4192812/4192956
[pid=25852] ppid=25850 vsize=866984 CPUtime=0.69
/proc/25852/stat : 25852 (java) S 25850 25852 24991 0 -1 0 9351 0 1 0 64 5 0 0 18 0 9 0 27298055 887791616 8705 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25852/statm: 216746 8705 2039 9 0 211182 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 866984

[startup+1.50242 s]
/proc/loadavg: 1.91 1.93 1.45 6/91 25865
/proc/meminfo: memFree=1766300/2055920 swapFree=4192812/4192956
[pid=25852] ppid=25850 vsize=868212 CPUtime=1.48
/proc/25852/stat : 25852 (java) S 25850 25852 24991 0 -1 0 21419 256 1 0 135 11 2 0 18 0 10 0 27298055 889049088 13097 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25852/statm: 217053 13097 2658 9 0 211489 0
[pid=25865] ppid=25852 vsize=136 CPUtime=0
/proc/25865/stat : 25865 (rm) R 25852 25852 24991 0 -1 4194304 23 0 0 0 0 0 0 0 19 0 1 0 27298145 139264 3 996147200 4194304 4227748 548682068720 18446744073709551615 215416310400 0 4 0 0 0 0 0 17 1 0 0
/proc/25865/statm: 34 3 0 8 0 1 0
[pid=25852/tid=25854] ppid=25850 vsize=868212 CPUtime=1.09
/proc/25852/task/25854/stat : 25854 (java) R 25850 25852 24991 0 -1 64 14477 256 1 0 99 8 2 0 18 0 10 0 27298056 889049088 13097 996147200 134512640 134550932 4294955968 18446744073709551615 4126654330 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25852/tid=25855] ppid=25850 vsize=868212 CPUtime=0.08
/proc/25852/task/25855/stat : 25855 (java) S 25850 25852 24991 0 -1 64 5125 256 0 0 6 0 2 0 17 0 10 0 27298057 889049088 13097 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25852/tid=25856] ppid=25850 vsize=868212 CPUtime=0.02
/proc/25852/task/25856/stat : 25856 (java) S 25850 25852 24991 0 -1 64 19 256 0 0 0 0 2 0 16 0 10 0 27298057 889049088 13097 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25852/tid=25857] ppid=25850 vsize=868212 CPUtime=0.02
/proc/25852/task/25857/stat : 25857 (java) S 25850 25852 24991 0 -1 64 11 256 0 0 0 0 2 0 16 0 10 0 27298057 889049088 13097 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25852/tid=25858] ppid=25850 vsize=868212 CPUtime=0.02
/proc/25852/task/25858/stat : 25858 (java) S 25850 25852 24991 0 -1 64 2 256 0 0 0 0 2 0 24 0 10 0 27298059 889049088 13097 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25852/tid=25859] ppid=25850 vsize=868212 CPUtime=0.31
/proc/25852/task/25859/stat : 25859 (java) S 25850 25852 24991 0 -1 64 976 256 0 0 29 0 2 0 15 0 10 0 27298059 889049088 13097 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25852/tid=25860] ppid=25850 vsize=868212 CPUtime=0.02
/proc/25852/task/25860/stat : 25860 (java) S 25850 25852 24991 0 -1 64 0 256 0 0 0 0 2 0 25 0 10 0 27298059 889049088 13097 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25852/tid=25861] ppid=25850 vsize=868212 CPUtime=0.02
/proc/25852/task/25861/stat : 25861 (java) S 25850 25852 24991 0 -1 64 9 256 0 0 0 0 2 0 16 0 10 0 27298059 889049088 13097 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25852/tid=25864] ppid=25850 vsize=868212 CPUtime=0.02
/proc/25852/task/25864/stat : 25864 (java) S 25850 25852 24991 0 -1 64 45 256 0 0 0 0 2 0 17 0 10 0 27298145 889049088 13097 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 18446744071563356171 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 868348

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

[startup+1.60243 s]
/proc/loadavg: 1.91 1.93 1.45 6/91 25865
/proc/meminfo: memFree=1766300/2055920 swapFree=4192812/4192956
[pid=25852] ppid=25850 vsize=868212 CPUtime=1.58
/proc/25852/stat : 25852 (java) S 25850 25852 24991 0 -1 0 21441 256 1 0 144 12 2 0 18 0 10 0 27298055 889049088 13119 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25852/statm: 217053 13119 2658 9 0 211489 0
[pid=25865] ppid=25852 vsize=136 CPUtime=0
/proc/25865/stat : 25865 (rm) R 25852 25852 24991 0 -1 4194304 23 0 0 0 0 0 0 0 19 0 1 0 27298145 139264 3 996147200 4194304 4227748 548682068720 18446744073709551615 215416310400 0 4 0 0 0 0 0 17 1 0 0
/proc/25865/statm: 34 3 0 8 0 1 0
[pid=25852/tid=25854] ppid=25850 vsize=868212 CPUtime=1.18
/proc/25852/task/25854/stat : 25854 (java) R 25850 25852 24991 0 -1 64 14497 256 1 0 107 9 2 0 18 0 10 0 27298056 889049088 13119 996147200 134512640 134550932 4294955968 18446744073709551615 4126095963 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25852/tid=25855] ppid=25850 vsize=868212 CPUtime=0.08
/proc/25852/task/25855/stat : 25855 (java) S 25850 25852 24991 0 -1 64 5125 256 0 0 6 0 2 0 17 0 10 0 27298057 889049088 13119 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25852/tid=25856] ppid=25850 vsize=868212 CPUtime=0.02
/proc/25852/task/25856/stat : 25856 (java) S 25850 25852 24991 0 -1 64 19 256 0 0 0 0 2 0 16 0 10 0 27298057 889049088 13119 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25852/tid=25857] ppid=25850 vsize=868212 CPUtime=0.02
/proc/25852/task/25857/stat : 25857 (java) S 25850 25852 24991 0 -1 64 11 256 0 0 0 0 2 0 16 0 10 0 27298057 889049088 13119 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25852/tid=25858] ppid=25850 vsize=868212 CPUtime=0.02
/proc/25852/task/25858/stat : 25858 (java) S 25850 25852 24991 0 -1 64 2 256 0 0 0 0 2 0 24 0 10 0 27298059 889049088 13119 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25852/tid=25859] ppid=25850 vsize=868212 CPUtime=0.32
/proc/25852/task/25859/stat : 25859 (java) S 25850 25852 24991 0 -1 64 978 256 0 0 30 0 2 0 15 0 10 0 27298059 889049088 13119 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25852/tid=25860] ppid=25850 vsize=868212 CPUtime=0.02
/proc/25852/task/25860/stat : 25860 (java) S 25850 25852 24991 0 -1 64 0 256 0 0 0 0 2 0 25 0 10 0 27298059 889049088 13119 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25852/tid=25861] ppid=25850 vsize=868212 CPUtime=0.02
/proc/25852/task/25861/stat : 25861 (java) S 25850 25852 24991 0 -1 64 9 256 0 0 0 0 2 0 15 0 10 0 27298059 889049088 13119 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25852/tid=25864] ppid=25850 vsize=868212 CPUtime=0.02
/proc/25852/task/25864/stat : 25864 (java) S 25850 25852 24991 0 -1 64 45 256 0 0 0 0 2 0 17 0 10 0 27298145 889049088 13119 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 18446744071563356171 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.58
Current children cumulated vsize (KiB) 868348

[startup+1.80244 s]
/proc/loadavg: 1.91 1.93 1.45 6/91 25865
/proc/meminfo: memFree=1766300/2055920 swapFree=4192812/4192956
[pid=25852] ppid=25850 vsize=868212 CPUtime=1.74
/proc/25852/stat : 25852 (java) S 25850 25852 24991 0 -1 0 21819 379 1 0 160 12 2 0 18 0 9 0 27298055 889049088 13492 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25852/statm: 217053 13492 2658 9 0 211489 0
[pid=25852/tid=25854] ppid=25850 vsize=868212 CPUtime=1.34
/proc/25852/task/25854/stat : 25854 (java) S 25850 25852 24991 0 -1 64 14866 379 1 0 122 10 2 0 20 0 9 0 27298056 889049088 13492 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25852/tid=25855] ppid=25850 vsize=868212 CPUtime=0.08
/proc/25852/task/25855/stat : 25855 (java) S 25850 25852 24991 0 -1 64 5125 379 0 0 6 0 2 0 17 0 9 0 27298057 889049088 13492 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25852/tid=25856] ppid=25850 vsize=868212 CPUtime=0.02
/proc/25852/task/25856/stat : 25856 (java) S 25850 25852 24991 0 -1 64 19 379 0 0 0 0 2 0 16 0 9 0 27298057 889049088 13492 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25852/tid=25857] ppid=25850 vsize=868212 CPUtime=0.02
/proc/25852/task/25857/stat : 25857 (java) S 25850 25852 24991 0 -1 64 11 379 0 0 0 0 2 0 16 0 9 0 27298057 889049088 13492 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25852/tid=25858] ppid=25850 vsize=868212 CPUtime=0.02
/proc/25852/task/25858/stat : 25858 (java) S 25850 25852 24991 0 -1 64 2 379 0 0 0 0 2 0 24 0 9 0 27298059 889049088 13492 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25852/tid=25859] ppid=25850 vsize=868212 CPUtime=0.33
/proc/25852/task/25859/stat : 25859 (java) S 25850 25852 24991 0 -1 64 984 379 0 0 31 0 2 0 15 0 9 0 27298059 889049088 13492 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25852/tid=25860] ppid=25850 vsize=868212 CPUtime=0.02
/proc/25852/task/25860/stat : 25860 (java) S 25850 25852 24991 0 -1 64 0 379 0 0 0 0 2 0 25 0 9 0 27298059 889049088 13492 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25852/tid=25861] ppid=25850 vsize=868212 CPUtime=0.02
/proc/25852/task/25861/stat : 25861 (java) S 25850 25852 24991 0 -1 64 9 379 0 0 0 0 2 0 15 0 9 0 27298059 889049088 13492 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.74
Current children cumulated vsize (KiB) 868212

Child status: 0
Real time (s): 1.82576
CPU time (s): 1.77473
CPU user time (s): 1.62975
CPU system time (s): 0.144977
CPU usage (%): 97.2048
Max. virtual memory (cumulated for all children) (KiB): 869368

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.62975
system time used= 0.144977
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 22227
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= 1248
involuntary context switches= 1297

runsolver used 0.004999 second user time and 0.011998 second system time

The end

Launcher Data

Begin job on node9 at 2009-07-12 14:38:29
IDJOB=2094032
IDBENCH=53914
IDSOLVER=774
FILE ID=node9/2094032-1247402309
PBS_JOBID= 9510626
Free space on /tmp= 66396 MiB

SOLVER NAME= Abscon 112v4 ESAC
BENCH NAME= CPAI08/csp/QG6/normalized-quasigroup6-5.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= BIN/runsolver --timestamp -w /tmp/evaluation-result-2094032-1247402309/watcher-2094032-1247402309 -o /tmp/evaluation-result-2094032-1247402309/solver-2094032-1247402309 -C 1800 -W 2000 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution esac.xml 1 XSax HOME/instance-2094032-1247402309.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB
MAX NB THREAD= 0

MD5SUM BENCH= 98f52e7e441a396df729ccdd41137b8f
RANDOM SEED=1511069950

node9.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.216
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.216
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:       1805780 kB
Buffers:         32376 kB
Cached:         104032 kB
SwapCached:          0 kB
Active:         141072 kB
Inactive:        52300 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1805780 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2320 kB
Writeback:           0 kB
Mapped:          77408 kB
Slab:            41996 kB
Committed_AS:   991692 kB
PageTables:       1872 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= 66396 MiB
End job on node9 at 2009-07-12 14:38:31