Trace number 2093412

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 10.0135 10.0753

DiagnosticValue
CHECKS1181720
NODES0

General information on the benchmark

Namecsp/marc/
normalized-large-80-unsat_ext.xml
MD5SUMb719d2b3c41beb681ae3ea204dbc7a84
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark7.65084
Satisfiable
(Un)Satisfiability was proved
Number of variables80
Number of constraints3160
Maximum constraint arity2
Maximum domain size80
Number of constraints which are defined in extension3160
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data

0.02/0.09	
0.02/0.09	Abscon 112 (May, 2008)
0.19/0.25	
0.19/0.25	   configuration
0.19/0.25	     name=esac.xml
0.19/0.28	   
0.19/0.28	   instance
0.19/0.28	     name=HOME/instance-2093412-1247401298.xml
0.28/0.32	   
0.28/0.32	   domains being loaded...
0.28/0.33	   
0.28/0.33	   variables being loaded...
0.28/0.36	     nbVariables=80  nbDomainTypes=1  minDomainSize=80  maxDomainSize=80  nbTotalValues=6400
0.28/0.36	       =>  wckTime=0.113  cpuTime=0.09  mem=7M892
0.28/0.36	   
0.28/0.36	   relations being loaded...
2.69/2.74	   
2.69/2.74	   INFO : Contraction of relations, mem = 100M956
7.58/7.65	   
7.58/7.65	   constraints being loaded...
9.36/9.44	     nbConstraints=3162  nbRelationTypes=2501  nbGlobalConstraints=2  nbExtensionStructures=2501
9.36/9.44	     nbSharedExtensionStructures=659  nbConflictsStructures=2501  nbSharedConflictsStructures=659
9.36/9.44	     nbSharedBinaryRepresentations=400078  minDegree=79  maxDegree=80  minArity=2  avgArity=2.01  maxArity=22
9.36/9.44	     nbGenerators=0  nbFusions=0  symmetryWckTime=0.194  symmetryCpuTime=0.11  nbCliques=2
9.36/9.44	       =>  wckTime=9.19  cpuTime=8.2  mem=104M667
9.56/9.68	   
9.56/9.69	   solver IterativeSystematicSolver being built... 
9.66/9.76	   
9.66/9.76	   INFO : Forward propagation technique limited 
9.75/9.83	       =>  wckTime=9.577  cpuTime=8.31  mem=93M228
9.95/10.01	   
9.95/10.01	   preprocessing
9.95/10.01	     nbConstraintChecks=1181718  nbPropagations=319  nbRevisions=9952  nbUselessRevisions=3551  nbSingletonTests=79
9.95/10.01	     nbEffectiveSingletonTests=79  nbACRemovals=0  nbFoundSingletons=0  nbRemovedValues=3280  detectedInconsistency=yes
9.95/10.01	       =>  wckTime=0.176  cpuTime=0.16  mem=94M205
9.95/10.01	   
9.95/10.01	   global
9.95/10.01	     nbConstraintChecks=1181718  nbPropagations=319  nbRevisions=9952  nbUselessRevisions=3551  nbRestartNogoods=0
9.95/10.01	     solvingWckTime=0.18  solvingCpuTime=0.16  expiredTime=no  totalExploration=yes  nbFoundSolutions=0
9.95/10.01	     globalCpuTime=8.51
9.95/10.01	       =>  wckTime=9.76  cpuTime=8.47  mem=94M205
9.95/10.01	   
9.95/10.01	s UNSATISFIABLE
9.95/10.01	d NODES 0
9.95/10.01	d CHECKS 1181718
9.95/10.01	   
9.95/10.01	   totalWckTime=9.826  totalCpuTime=8.52

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-2093412-1247401298/watcher-2093412-1247401298 -o /tmp/evaluation-result-2093412-1247401298/solver-2093412-1247401298 -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-2093412-1247401298.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.88 0.80 0.34 4/69 29954
/proc/meminfo: memFree=1258064/2055920 swapFree=4192812/4192956
[pid=29954] ppid=29952 vsize=18576 CPUtime=0
/proc/29954/stat : 29954 (runsolver) R 29952 29954 29719 0 -1 4194368 16 0 0 0 0 0 0 0 19 0 1 0 27193907 19021824 284 996147200 4194304 4302564 548682068384 18446744073709551615 273653755175 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/29954/statm: 4644 284 249 26 0 2626 0

[startup+0.0435009 s]
/proc/loadavg: 1.88 0.80 0.34 4/69 29954
/proc/meminfo: memFree=1258064/2055920 swapFree=4192812/4192956
[pid=29954] ppid=29952 vsize=861936 CPUtime=0.02
/proc/29954/stat : 29954 (java) S 29952 29954 29719 0 -1 0 2294 0 1 0 1 1 0 0 18 0 5 0 27193907 882622464 1894 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 1 0 0
/proc/29954/statm: 215484 1894 867 9 0 210399 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 861936

[startup+0.108939 s]
/proc/loadavg: 1.88 0.80 0.34 4/69 29954
/proc/meminfo: memFree=1258064/2055920 swapFree=4192812/4192956
[pid=29954] ppid=29952 vsize=865984 CPUtime=0.09
/proc/29954/stat : 29954 (java) S 29952 29954 29719 0 -1 0 3836 0 1 0 7 2 0 0 18 0 9 0 27193907 886767616 3279 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29954/statm: 216496 3279 1731 9 0 210981 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 865984

[startup+0.301946 s]
/proc/loadavg: 1.88 0.80 0.34 4/69 29954
/proc/meminfo: memFree=1258064/2055920 swapFree=4192812/4192956
[pid=29954] ppid=29952 vsize=867412 CPUtime=0.28
/proc/29954/stat : 29954 (java) S 29952 29954 29719 0 -1 0 5966 0 1 0 25 3 0 0 18 0 9 0 27193907 888229888 5332 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29954/statm: 216853 5332 1983 9 0 211311 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 867412

[startup+0.701972 s]
/proc/loadavg: 1.88 0.80 0.34 4/69 29954
/proc/meminfo: memFree=1258064/2055920 swapFree=4192812/4192956
[pid=29954] ppid=29952 vsize=867556 CPUtime=0.68
/proc/29954/stat : 29954 (java) S 29952 29954 29719 0 -1 0 14471 0 1 0 61 7 0 0 18 0 9 0 27193907 888377344 13833 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29954/statm: 216889 13835 1998 9 0 211347 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 867556

[startup+1.50102 s]
/proc/loadavg: 1.88 0.80 0.34 3/78 29963
/proc/meminfo: memFree=1175880/2055920 swapFree=4192812/4192956
[pid=29954] ppid=29952 vsize=868036 CPUtime=1.48
/proc/29954/stat : 29954 (java) S 29952 29954 29719 0 -1 0 25587 0 1 0 137 11 0 0 18 0 9 0 27193907 888868864 24945 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29954/statm: 217009 24945 2011 9 0 211467 0
[pid=29954/tid=29956] ppid=29952 vsize=868036 CPUtime=1.2
/proc/29954/task/29956/stat : 29956 (java) R 29952 29954 29719 0 -1 64 15718 0 1 0 112 8 0 0 25 0 9 0 27193908 888868864 24945 996147200 134512640 134550932 4294955968 18446744073709551615 4126615024 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29954/tid=29957] ppid=29952 vsize=868036 CPUtime=0.17
/proc/29954/task/29957/stat : 29957 (java) S 29952 29954 29719 0 -1 64 8684 0 0 0 15 2 0 0 17 0 9 0 27193910 888868864 24945 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=29954/tid=29958] ppid=29952 vsize=868036 CPUtime=0
/proc/29954/task/29958/stat : 29958 (java) S 29952 29954 29719 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 27193910 888868864 24945 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29954/tid=29959] ppid=29952 vsize=868036 CPUtime=0
/proc/29954/task/29959/stat : 29959 (java) S 29952 29954 29719 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 27193910 888868864 24945 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29954/tid=29960] ppid=29952 vsize=868036 CPUtime=0
/proc/29954/task/29960/stat : 29960 (java) S 29952 29954 29719 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 27193912 888868864 24945 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29954/tid=29961] ppid=29952 vsize=868036 CPUtime=0.1
/proc/29954/task/29961/stat : 29961 (java) S 29952 29954 29719 0 -1 64 483 0 0 0 10 0 0 0 16 0 9 0 27193912 888868864 24945 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29954/tid=29962] ppid=29952 vsize=868036 CPUtime=0
/proc/29954/task/29962/stat : 29962 (java) S 29952 29954 29719 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 27193912 888868864 24945 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29954/tid=29963] ppid=29952 vsize=868036 CPUtime=0
/proc/29954/task/29963/stat : 29963 (java) S 29952 29954 29719 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 27193912 888868864 24945 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 868036

[startup+3.10213 s]
/proc/loadavg: 1.89 0.82 0.35 3/78 29963
/proc/meminfo: memFree=1125832/2055920 swapFree=4192812/4192956
[pid=29954] ppid=29952 vsize=868164 CPUtime=3.08
/proc/29954/stat : 29954 (java) S 29952 29954 29719 0 -1 0 34255 0 1 0 293 15 0 0 18 0 9 0 27193907 888999936 33421 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29954/statm: 217041 33421 2632 9 0 211499 0
[pid=29954/tid=29956] ppid=29952 vsize=868164 CPUtime=2.46
/proc/29954/task/29956/stat : 29956 (java) R 29952 29954 29719 0 -1 64 15729 0 1 0 238 8 0 0 25 0 9 0 27193908 888999936 33421 996147200 134512640 134550932 4294955968 18446744073709551615 4126594143 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29954/tid=29957] ppid=29952 vsize=868164 CPUtime=0.47
/proc/29954/task/29957/stat : 29957 (java) S 29952 29954 29719 0 -1 64 17328 0 0 0 42 5 0 0 17 0 9 0 27193910 888999936 33421 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=29954/tid=29958] ppid=29952 vsize=868164 CPUtime=0
/proc/29954/task/29958/stat : 29958 (java) S 29952 29954 29719 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 27193910 888999936 33421 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29954/tid=29959] ppid=29952 vsize=868164 CPUtime=0
/proc/29954/task/29959/stat : 29959 (java) S 29952 29954 29719 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 27193910 888999936 33421 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29954/tid=29960] ppid=29952 vsize=868164 CPUtime=0
/proc/29954/task/29960/stat : 29960 (java) S 29952 29954 29719 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 27193912 888999936 33421 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29954/tid=29961] ppid=29952 vsize=868164 CPUtime=0.12
/proc/29954/task/29961/stat : 29961 (java) S 29952 29954 29719 0 -1 64 496 0 0 0 12 0 0 0 16 0 9 0 27193912 888999936 33421 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29954/tid=29962] ppid=29952 vsize=868164 CPUtime=0
/proc/29954/task/29962/stat : 29962 (java) S 29952 29954 29719 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 27193912 888999936 33421 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29954/tid=29963] ppid=29952 vsize=868164 CPUtime=0
/proc/29954/task/29963/stat : 29963 (java) S 29952 29954 29719 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 27193912 888999936 33421 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 868164

[startup+6.30134 s]
/proc/loadavg: 1.89 0.82 0.35 3/78 29963
/proc/meminfo: memFree=1071304/2055920 swapFree=4192812/4192956
[pid=29954] ppid=29952 vsize=868484 CPUtime=6.27
/proc/29954/stat : 29954 (java) S 29952 29954 29719 0 -1 0 34381 0 1 0 610 17 0 0 18 0 9 0 27193907 889327616 33540 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29954/statm: 217121 33540 2634 9 0 211579 0
[pid=29954/tid=29956] ppid=29952 vsize=868484 CPUtime=5.52
/proc/29954/task/29956/stat : 29956 (java) R 29952 29954 29719 0 -1 64 15737 0 1 0 541 11 0 0 25 0 9 0 27193908 889327616 33540 996147200 134512640 134550932 4294955968 18446744073709551615 4126595539 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29954/tid=29957] ppid=29952 vsize=868484 CPUtime=0.58
/proc/29954/task/29957/stat : 29957 (java) S 29952 29954 29719 0 -1 64 17328 0 0 0 53 5 0 0 16 0 9 0 27193910 889327616 33540 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=29954/tid=29958] ppid=29952 vsize=868484 CPUtime=0
/proc/29954/task/29958/stat : 29958 (java) S 29952 29954 29719 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 27193910 889327616 33540 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29954/tid=29959] ppid=29952 vsize=868484 CPUtime=0
/proc/29954/task/29959/stat : 29959 (java) S 29952 29954 29719 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 27193910 889327616 33540 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29954/tid=29960] ppid=29952 vsize=868484 CPUtime=0
/proc/29954/task/29960/stat : 29960 (java) S 29952 29954 29719 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 27193912 889327616 33540 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29954/tid=29961] ppid=29952 vsize=868484 CPUtime=0.14
/proc/29954/task/29961/stat : 29961 (java) S 29952 29954 29719 0 -1 64 614 0 0 0 14 0 0 0 17 0 9 0 27193912 889327616 33540 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29954/tid=29962] ppid=29952 vsize=868484 CPUtime=0
/proc/29954/task/29962/stat : 29962 (java) S 29952 29954 29719 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 27193912 889327616 33540 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29954/tid=29963] ppid=29952 vsize=868484 CPUtime=0
/proc/29954/task/29963/stat : 29963 (java) S 29952 29954 29719 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 27193912 889327616 33540 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 868484

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

[startup+7.90145 s]
/proc/loadavg: 1.90 0.84 0.36 3/78 29963
/proc/meminfo: memFree=1039240/2055920 swapFree=4192812/4192956
[pid=29954] ppid=29952 vsize=868484 CPUtime=7.87
/proc/29954/stat : 29954 (java) S 29952 29954 29719 0 -1 0 36093 0 1 0 768 19 0 0 18 0 9 0 27193907 889327616 35242 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29954/statm: 217121 35242 2635 9 0 211579 0
[pid=29954/tid=29956] ppid=29952 vsize=868484 CPUtime=7.01
/proc/29954/task/29956/stat : 29956 (java) R 29952 29954 29719 0 -1 64 15774 0 1 0 689 12 0 0 25 0 9 0 27193908 889327616 35242 996147200 134512640 134550932 4294955968 18446744073709551615 4126905504 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29954/tid=29957] ppid=29952 vsize=868484 CPUtime=0.65
/proc/29954/task/29957/stat : 29957 (java) S 29952 29954 29719 0 -1 64 18975 0 0 0 59 6 0 0 16 0 9 0 27193910 889327616 35242 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=29954/tid=29958] ppid=29952 vsize=868484 CPUtime=0
/proc/29954/task/29958/stat : 29958 (java) S 29952 29954 29719 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 27193910 889327616 35242 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29954/tid=29959] ppid=29952 vsize=868484 CPUtime=0
/proc/29954/task/29959/stat : 29959 (java) S 29952 29954 29719 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 27193910 889327616 35242 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29954/tid=29960] ppid=29952 vsize=868484 CPUtime=0
/proc/29954/task/29960/stat : 29960 (java) S 29952 29954 29719 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 27193912 889327616 35242 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29954/tid=29961] ppid=29952 vsize=868484 CPUtime=0.18
/proc/29954/task/29961/stat : 29961 (java) S 29952 29954 29719 0 -1 64 642 0 0 0 18 0 0 0 15 0 9 0 27193912 889327616 35242 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29954/tid=29962] ppid=29952 vsize=868484 CPUtime=0
/proc/29954/task/29962/stat : 29962 (java) S 29952 29954 29719 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 27193912 889327616 35242 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29954/tid=29963] ppid=29952 vsize=868484 CPUtime=0
/proc/29954/task/29963/stat : 29963 (java) S 29952 29954 29719 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 27193912 889327616 35242 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 7.87
Current children cumulated vsize (KiB) 868484

[startup+8.7015 s]
/proc/loadavg: 1.90 0.84 0.36 3/78 29963
/proc/meminfo: memFree=1023176/2055920 swapFree=4192812/4192956
[pid=29954] ppid=29952 vsize=868484 CPUtime=8.68
/proc/29954/stat : 29954 (java) S 29952 29954 29719 0 -1 0 36886 0 1 0 848 20 0 0 18 0 9 0 27193907 889327616 36034 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29954/statm: 217121 36034 2636 9 0 211579 0
[pid=29954/tid=29956] ppid=29952 vsize=868484 CPUtime=7.74
/proc/29954/task/29956/stat : 29956 (java) R 29952 29954 29719 0 -1 64 15775 0 1 0 762 12 0 0 25 0 9 0 27193908 889327616 36034 996147200 134512640 134550932 4294955968 18446744073709551615 4126909251 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29954/tid=29957] ppid=29952 vsize=868484 CPUtime=0.69
/proc/29954/task/29957/stat : 29957 (java) S 29952 29954 29719 0 -1 64 19747 0 0 0 63 6 0 0 17 0 9 0 27193910 889327616 36034 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=29954/tid=29958] ppid=29952 vsize=868484 CPUtime=0
/proc/29954/task/29958/stat : 29958 (java) S 29952 29954 29719 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 27193910 889327616 36034 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29954/tid=29959] ppid=29952 vsize=868484 CPUtime=0
/proc/29954/task/29959/stat : 29959 (java) S 29952 29954 29719 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 27193910 889327616 36034 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29954/tid=29960] ppid=29952 vsize=868484 CPUtime=0
/proc/29954/task/29960/stat : 29960 (java) S 29952 29954 29719 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 27193912 889327616 36034 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29954/tid=29961] ppid=29952 vsize=868484 CPUtime=0.21
/proc/29954/task/29961/stat : 29961 (java) S 29952 29954 29719 0 -1 64 662 0 0 0 21 0 0 0 15 0 9 0 27193912 889327616 36034 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29954/tid=29962] ppid=29952 vsize=868484 CPUtime=0
/proc/29954/task/29962/stat : 29962 (java) S 29952 29954 29719 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 27193912 889327616 36034 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29954/tid=29963] ppid=29952 vsize=868484 CPUtime=0
/proc/29954/task/29963/stat : 29963 (java) S 29952 29954 29719 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 27193912 889327616 36034 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 8.68
Current children cumulated vsize (KiB) 868484

[startup+9.50256 s]
/proc/loadavg: 1.90 0.84 0.36 3/78 29963
/proc/meminfo: memFree=1023176/2055920 swapFree=4192812/4192956
[pid=29954] ppid=29952 vsize=869132 CPUtime=9.45
/proc/29954/stat : 29954 (java) S 29952 29954 29719 0 -1 0 46086 325 1 0 919 23 3 0 18 0 10 0 27193907 889991168 36105 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29954/statm: 217283 36105 2635 9 0 211741 0
[pid=29954/tid=29956] ppid=29952 vsize=869132 CPUtime=8.42
/proc/29954/task/29956/stat : 29956 (java) S 29952 29954 29719 0 -1 64 18853 325 1 0 826 13 3 0 17 0 10 0 27193908 889991168 36105 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29954/tid=29957] ppid=29952 vsize=869132 CPUtime=0.78
/proc/29954/task/29957/stat : 29957 (java) R 29952 29954 29719 0 -1 64 25592 325 0 0 67 8 3 0 16 0 10 0 27193910 889991168 36105 996147200 134512640 134550932 4294955968 18446744073709551615 103731993 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29954/tid=29958] ppid=29952 vsize=869132 CPUtime=0.03
/proc/29954/task/29958/stat : 29958 (java) S 29952 29954 29719 0 -1 64 16 325 0 0 0 0 3 0 16 0 10 0 27193910 889991168 36105 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29954/tid=29959] ppid=29952 vsize=869132 CPUtime=0.03
/proc/29954/task/29959/stat : 29959 (java) S 29952 29954 29719 0 -1 64 5 325 0 0 0 0 3 0 16 0 10 0 27193910 889991168 36105 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29954/tid=29960] ppid=29952 vsize=869132 CPUtime=0.03
/proc/29954/task/29960/stat : 29960 (java) S 29952 29954 29719 0 -1 64 1 325 0 0 0 0 3 0 18 0 10 0 27193912 889991168 36105 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29954/tid=29961] ppid=29952 vsize=869132 CPUtime=0.28
/proc/29954/task/29961/stat : 29961 (java) S 29952 29954 29719 0 -1 64 798 325 0 0 25 0 3 0 16 0 10 0 27193912 889991168 36105 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29954/tid=29962] ppid=29952 vsize=869132 CPUtime=0.03
/proc/29954/task/29962/stat : 29962 (java) S 29952 29954 29719 0 -1 64 1 325 0 0 0 0 3 0 19 0 10 0 27193912 889991168 36105 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29954/tid=29963] ppid=29952 vsize=869132 CPUtime=0.03
/proc/29954/task/29963/stat : 29963 (java) S 29952 29954 29719 0 -1 64 15 325 0 0 0 0 3 0 15 0 10 0 27193912 889991168 36105 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 9.45
Current children cumulated vsize (KiB) 869132

[startup+9.90759 s]
/proc/loadavg: 1.90 0.84 0.36 5/80 29967
/proc/meminfo: memFree=999416/2055920 swapFree=4192812/4192956
[pid=29954] ppid=29952 vsize=869220 CPUtime=9.86
/proc/29954/stat : 29954 (java) S 29952 29954 29719 0 -1 0 51236 325 1 0 957 26 3 0 18 0 10 0 27193907 890081280 38678 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29954/statm: 217305 38678 2660 9 0 211741 0
[pid=29967] ppid=29954 vsize=144 CPUtime=0
/proc/29967/stat : 29967 (rm) R 29954 29954 29719 0 -1 4194304 47 0 0 0 0 0 0 0 19 0 1 0 27194843 147456 22 996147200 4194304 4227748 548682068720 18446744073709551615 273651135765 0 4 0 0 0 0 0 17 1 0 0
/proc/29967/statm: 36 22 16 8 0 3 0
[pid=29954/tid=29956] ppid=29952 vsize=869220 CPUtime=8.6
/proc/29954/task/29956/stat : 29956 (java) R 29952 29954 29719 0 -1 64 19051 325 1 0 843 14 3 0 16 0 10 0 27193908 890081280 38678 996147200 134512640 134550932 4294955968 18446744073709551615 4127191957 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29954/tid=29957] ppid=29952 vsize=869220 CPUtime=0.96
/proc/29954/task/29957/stat : 29957 (java) S 29952 29954 29719 0 -1 64 30464 325 0 0 84 9 3 0 16 0 10 0 27193910 890081280 38678 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=29954/tid=29958] ppid=29952 vsize=869220 CPUtime=0.03
/proc/29954/task/29958/stat : 29958 (java) S 29952 29954 29719 0 -1 64 22 325 0 0 0 0 3 0 16 0 10 0 27193910 890081280 38678 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29954/tid=29959] ppid=29952 vsize=869220 CPUtime=0.03
/proc/29954/task/29959/stat : 29959 (java) S 29952 29954 29719 0 -1 64 9 325 0 0 0 0 3 0 16 0 10 0 27193910 890081280 38678 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29954/tid=29960] ppid=29952 vsize=869220 CPUtime=0.03
/proc/29954/task/29960/stat : 29960 (java) S 29952 29954 29719 0 -1 64 1 325 0 0 0 0 3 0 18 0 10 0 27193912 890081280 38678 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29954/tid=29961] ppid=29952 vsize=869220 CPUtime=0.32
/proc/29954/task/29961/stat : 29961 (java) R 29952 29954 29719 0 -1 64 868 325 0 0 29 0 3 0 16 0 10 0 27193912 890081280 38678 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29954/tid=29962] ppid=29952 vsize=869220 CPUtime=0.03
/proc/29954/task/29962/stat : 29962 (java) S 29952 29954 29719 0 -1 64 1 325 0 0 0 0 3 0 19 0 10 0 27193912 890081280 38678 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29954/tid=29963] ppid=29952 vsize=869220 CPUtime=0.03
/proc/29954/task/29963/stat : 29963 (java) S 29952 29954 29719 0 -1 64 15 325 0 0 0 0 3 0 15 0 10 0 27193912 890081280 38678 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29954/tid=29966] ppid=29952 vsize=869220 CPUtime=0.03
/proc/29954/task/29966/stat : 29966 (java) S 29952 29954 29719 0 -1 64 51 325 0 0 0 0 3 0 16 0 10 0 27194843 890081280 38678 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 18446744071563356171 0 0 -1 1 0 0
Current children cumulated CPU time (s) 9.86
Current children cumulated vsize (KiB) 869364

[startup+10.0026 s]
/proc/loadavg: 1.90 0.84 0.36 5/80 29967
/proc/meminfo: memFree=999416/2055920 swapFree=4192812/4192956
[pid=29954] ppid=29952 vsize=869220 CPUtime=9.95
/proc/29954/stat : 29954 (java) S 29952 29954 29719 0 -1 0 51242 325 1 0 966 26 3 0 18 0 10 0 27193907 890081280 38684 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29954/statm: 217305 38684 2660 9 0 211741 0
[pid=29967] ppid=29954 vsize=144 CPUtime=0
/proc/29967/stat : 29967 (rm) R 29954 29954 29719 0 -1 4194304 47 0 0 0 0 0 0 0 19 0 1 0 27194843 147456 22 996147200 4194304 4227748 548682068720 18446744073709551615 273651135765 0 4 0 0 0 0 0 17 1 0 0
/proc/29967/statm: 36 22 16 8 0 3 0
[pid=29954/tid=29956] ppid=29952 vsize=869220 CPUtime=8.68
/proc/29954/task/29956/stat : 29956 (java) R 29952 29954 29719 0 -1 64 19051 325 1 0 851 14 3 0 17 0 10 0 27193908 890081280 38684 996147200 134512640 134550932 4294955968 18446744073709551615 4127202446 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29954/tid=29957] ppid=29952 vsize=869220 CPUtime=0.96
/proc/29954/task/29957/stat : 29957 (java) S 29952 29954 29719 0 -1 64 30464 325 0 0 84 9 3 0 16 0 10 0 27193910 890081280 38684 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=29954/tid=29958] ppid=29952 vsize=869220 CPUtime=0.03
/proc/29954/task/29958/stat : 29958 (java) S 29952 29954 29719 0 -1 64 22 325 0 0 0 0 3 0 16 0 10 0 27193910 890081280 38684 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29954/tid=29959] ppid=29952 vsize=869220 CPUtime=0.03
/proc/29954/task/29959/stat : 29959 (java) S 29952 29954 29719 0 -1 64 9 325 0 0 0 0 3 0 16 0 10 0 27193910 890081280 38684 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29954/tid=29960] ppid=29952 vsize=869220 CPUtime=0.03
/proc/29954/task/29960/stat : 29960 (java) S 29952 29954 29719 0 -1 64 1 325 0 0 0 0 3 0 18 0 10 0 27193912 890081280 38684 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29954/tid=29961] ppid=29952 vsize=869220 CPUtime=0.33
/proc/29954/task/29961/stat : 29961 (java) S 29952 29954 29719 0 -1 64 874 325 0 0 30 0 3 0 16 0 10 0 27193912 890081280 38684 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29954/tid=29962] ppid=29952 vsize=869220 CPUtime=0.03
/proc/29954/task/29962/stat : 29962 (java) S 29952 29954 29719 0 -1 64 1 325 0 0 0 0 3 0 19 0 10 0 27193912 890081280 38684 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29954/tid=29963] ppid=29952 vsize=869220 CPUtime=0.03
/proc/29954/task/29963/stat : 29963 (java) S 29952 29954 29719 0 -1 64 15 325 0 0 0 0 3 0 15 0 10 0 27193912 890081280 38684 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29954/tid=29966] ppid=29952 vsize=869220 CPUtime=0.03
/proc/29954/task/29966/stat : 29966 (java) S 29952 29954 29719 0 -1 64 51 325 0 0 0 0 3 0 16 0 10 0 27194843 890081280 38684 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 18446744071563356171 0 0 -1 1 0 0
Current children cumulated CPU time (s) 9.95
Current children cumulated vsize (KiB) 869364

Child status: 0
Real time (s): 10.0753
CPU time (s): 10.0135
CPU user time (s): 9.70952
CPU system time (s): 0.303953
CPU usage (%): 99.3861
Max. virtual memory (cumulated for all children) (KiB): 869364

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 9.70952
system time used= 0.303953
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 51737
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= 1669
involuntary context switches= 1522

runsolver used 0.020996 second user time and 0.038994 second system time

The end

Launcher Data

Begin job on node52 at 2009-07-12 14:21:44
IDJOB=2093412
IDBENCH=53559
IDSOLVER=774
FILE ID=node52/2093412-1247401298
PBS_JOBID= 9510542
Free space on /tmp= 66020 MiB

SOLVER NAME= Abscon 112v4 ESAC
BENCH NAME= CPAI08/csp/marc/normalized-large-80-unsat_ext.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-2093412-1247401298/watcher-2093412-1247401298 -o /tmp/evaluation-result-2093412-1247401298/solver-2093412-1247401298 -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-2093412-1247401298.xml

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

MD5SUM BENCH= b719d2b3c41beb681ae3ea204dbc7a84
RANDOM SEED=95217210

node52.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:       1258608 kB
Buffers:         34516 kB
Cached:         264140 kB
SwapCached:          0 kB
Active:         655104 kB
Inactive:        83644 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1258608 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:          123452 kB
Writeback:           0 kB
Mapped:         450356 kB
Slab:            43240 kB
Committed_AS:   609300 kB
PageTables:       2660 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= 66016 MiB
End job on node52 at 2009-07-12 14:21:55