Trace number 2099056

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 4.79527 4.83961

DiagnosticValue
CHECKS20607500
NODES20314

General information on the benchmark

Namecsp/rand-2-30-15/
normalized-rand-2-30-15-306-230-12_ext.xml
MD5SUMb3932d9fb8a4f9cedb577073d46ecd26
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 benchmark0.704892
Satisfiable
(Un)Satisfiability was proved
Number of variables30
Number of constraints221
Maximum constraint arity2
Maximum domain size15
Number of constraints which are defined in extension221
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data

0.00/0.08	
0.00/0.08	Abscon 112 (May, 2008)
0.19/0.22	
0.19/0.22	   configuration
0.19/0.22	     name=esac.xml
0.19/0.28	   
0.19/0.28	   instance
0.19/0.28	     name=HOME/instance-2099056-1247417540.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.35	     nbVariables=30  nbDomainTypes=1  minDomainSize=15  maxDomainSize=15  nbTotalValues=450
0.29/0.35	       =>  wckTime=0.127  cpuTime=0.11  mem=7M892
0.29/0.35	   
0.29/0.35	   relations being loaded...
0.38/0.41	   
0.38/0.41	   constraints being loaded...
0.48/0.59	     nbConstraints=221  nbRelationTypes=221  nbExtensionStructures=221  nbSharedExtensionStructures=0
0.48/0.59	     nbConflictsStructures=221  nbSharedConflictsStructures=0  nbSharedBinaryRepresentations=2748  minDegree=10
0.48/0.59	     maxDegree=19  minArity=2  maxArity=2  nbGenerators=0  nbFusions=0  symmetryWckTime=0.049  symmetryCpuTime=0.02
0.48/0.59	       =>  wckTime=0.368  cpuTime=0.25  mem=15M718
0.57/0.64	   
0.57/0.64	   solver IterativeSystematicSolver being built... 
0.68/0.78	       =>  wckTime=0.563  cpuTime=0.36  mem=20M229
0.77/0.83	   
0.77/0.83	   preprocessing
0.77/0.83	     nbConstraintChecks=34221  nbPropagations=641  nbRevisions=4451  nbUselessRevisions=3571  nbSingletonTests=40
0.77/0.83	     nbEffectiveSingletonTests=0  nbACRemovals=0  nbFoundSingletons=0  nbRemovedValues=0  detectedInconsistency=no
0.77/0.83	       =>  wckTime=0.041  cpuTime=0.03  mem=20M229
0.87/0.92	   
0.87/0.92	   INFO : Stopping use of transposition table (mapSize=101, nbTooLargekeys=0, mem=21M253)
4.75/4.81	   
4.75/4.81	   search
4.75/4.81	     run=15  nbConstraintChecks=20573254  minDepth=0  maxDepth=8  nbPropagations=1389956  nbRevisions=16428091
4.75/4.81	     nbUselessRevisions=12958903  nbAssignments=20314  nbFailedAssignments=8770  nbInferredBacktracks=2
4.75/4.81	     nbBacktracks=11472  nbVisitedNodes=36258  nbRestartNogoods=105  nbSEliminables=6.25  nbREliminables=0.98
4.75/4.81	     nbIEliminables=0.05  nbDEliminables=0  nbPEliminables=0
4.75/4.81	       =>  wckTime=4.023  cpuTime=3.95  mem=21M253
4.75/4.81	   
4.75/4.81	   global
4.75/4.81	     nbConstraintChecks=20607475  nbPropagations=1390597  nbRevisions=16432542  nbUselessRevisions=12962474
4.75/4.81	     nbRestartNogoods=105  solvingWckTime=4.026  solvingCpuTime=3.95  expiredTime=no  totalExploration=yes
4.75/4.81	     nbFoundSolutions=0  globalCpuTime=4.35
4.75/4.81	       =>  wckTime=4.591  cpuTime=4.31  mem=21M253
4.75/4.81	   
4.75/4.81	s UNSATISFIABLE
4.75/4.81	d NODES 20314
4.75/4.81	d CHECKS 20607475
4.75/4.81	   
4.75/4.81	   totalWckTime=4.638  totalCpuTime=4.35

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-2099056-1247417540/watcher-2099056-1247417540 -o /tmp/evaluation-result-2099056-1247417540/solver-2099056-1247417540 -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-2099056-1247417540.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: 2.04 2.00 2.00 4/80 29915
/proc/meminfo: memFree=1677040/2055920 swapFree=4191904/4192956
[pid=29915] ppid=29913 vsize=10676 CPUtime=0
/proc/29915/stat : 29915 (java) S 29913 29915 29638 0 -1 0 678 0 0 0 0 0 0 0 18 0 2 0 28816551 10932224 474 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/29915/statm: 2669 474 207 9 0 1184 0
[pid=29915/tid=29916] ppid=29913 vsize=10676 CPUtime=0
/proc/29915/task/29916/stat : 29916 (java) R 29913 29915 29638 0 -1 64 0 0 0 0 0 0 0 0 19 0 2 0 28816552 10932224 474 996147200 134512640 134550932 4294955968 18446744073709551615 13348824 0 0 4096 0 0 0 0 -1 1 0 0

[startup+0.0866081 s]
/proc/loadavg: 2.04 2.00 2.00 4/80 29915
/proc/meminfo: memFree=1677040/2055920 swapFree=4191904/4192956
[pid=29915] ppid=29913 vsize=865984 CPUtime=0.07
/proc/29915/stat : 29915 (java) S 29913 29915 29638 0 -1 0 3697 0 1 0 5 2 0 0 18 0 9 0 28816551 886767616 3172 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29915/statm: 216496 3172 1690 9 0 210981 0
[pid=29915/tid=29916] ppid=29913 vsize=865984 CPUtime=0.06
/proc/29915/task/29916/stat : 29916 (java) R 29913 29915 29638 0 -1 64 2779 0 1 0 5 1 0 0 18 0 9 0 28816552 886767616 3172 996147200 134512640 134550932 4294955968 18446744073709551615 103795227 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 865984

[startup+0.101611 s]
/proc/loadavg: 2.04 2.00 2.00 4/80 29915
/proc/meminfo: memFree=1677040/2055920 swapFree=4191904/4192956
[pid=29915] ppid=29913 vsize=865984 CPUtime=0.09
/proc/29915/stat : 29915 (java) S 29913 29915 29638 0 -1 0 3849 0 1 0 7 2 0 0 18 0 9 0 28816551 886767616 3292 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29915/statm: 216496 3292 1733 9 0 210981 0
[pid=29915/tid=29916] ppid=29913 vsize=865984 CPUtime=0.07
/proc/29915/task/29916/stat : 29916 (java) R 29913 29915 29638 0 -1 64 2923 0 1 0 6 1 0 0 18 0 9 0 28816552 886767616 3292 996147200 134512640 134550932 4294955968 18446744073709551615 102240836 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 865984

[startup+0.301626 s]
/proc/loadavg: 2.04 2.00 2.00 4/80 29915
/proc/meminfo: memFree=1677040/2055920 swapFree=4191904/4192956
[pid=29915] ppid=29913 vsize=866380 CPUtime=0.29
/proc/29915/stat : 29915 (java) S 29913 29915 29638 0 -1 0 6008 0 1 0 25 4 0 0 18 0 9 0 28816551 887173120 5374 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29915/statm: 216595 5380 1986 9 0 211053 0
[pid=29915/tid=29916] ppid=29913 vsize=866380 CPUtime=0.24
/proc/29915/task/29916/stat : 29916 (java) R 29913 29915 29638 0 -1 64 5033 0 1 0 21 3 0 0 18 0 9 0 28816552 887173120 5382 996147200 134512640 134550932 4294955968 18446744073709551615 104514034 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 866380

[startup+0.701672 s]
/proc/loadavg: 2.04 2.00 2.00 4/80 29915
/proc/meminfo: memFree=1677040/2055920 swapFree=4191904/4192956
[pid=29915] ppid=29913 vsize=867936 CPUtime=0.68
/proc/29915/stat : 29915 (java) S 29913 29915 29638 0 -1 0 13188 282 1 0 61 7 0 0 18 0 9 0 28816551 888766464 8945 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29915/statm: 216984 8945 2652 9 0 211420 0
[pid=29915/tid=29916] ppid=29913 vsize=867936 CPUtime=0.47
/proc/29915/task/29916/stat : 29916 (java) R 29913 29915 29638 0 -1 64 8818 282 1 0 42 5 0 0 19 0 9 0 28816552 888766464 8945 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 867936

[startup+1.50176 s]
/proc/loadavg: 2.04 2.00 2.00 3/89 29928
/proc/meminfo: memFree=1645032/2055920 swapFree=4191904/4192956
[pid=29915] ppid=29913 vsize=867936 CPUtime=1.47
/proc/29915/stat : 29915 (java) S 29913 29915 29638 0 -1 0 16125 282 1 0 139 8 0 0 18 0 9 0 28816551 888766464 10545 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29915/statm: 216984 10545 2656 9 0 211420 0
[pid=29915/tid=29916] ppid=29913 vsize=867936 CPUtime=1.2
/proc/29915/task/29916/stat : 29916 (java) R 29913 29915 29638 0 -1 64 11698 282 1 0 113 7 0 0 25 0 9 0 28816552 888766464 10545 996147200 134512640 134550932 4294955968 18446744073709551615 4126860720 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29915/tid=29918] ppid=29913 vsize=867936 CPUtime=0.04
/proc/29915/task/29918/stat : 29918 (java) S 29913 29915 29638 0 -1 64 2880 282 0 0 4 0 0 0 16 0 9 0 28816554 888766464 10545 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=29915/tid=29919] ppid=29913 vsize=867936 CPUtime=0
/proc/29915/task/29919/stat : 29919 (java) S 29913 29915 29638 0 -1 64 18 282 0 0 0 0 0 0 16 0 9 0 28816554 888766464 10545 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29915/tid=29920] ppid=29913 vsize=867936 CPUtime=0
/proc/29915/task/29920/stat : 29920 (java) S 29913 29915 29638 0 -1 64 8 282 0 0 0 0 0 0 15 0 9 0 28816554 888766464 10545 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29915/tid=29921] ppid=29913 vsize=867936 CPUtime=0
/proc/29915/task/29921/stat : 29921 (java) S 29913 29915 29638 0 -1 64 1 282 0 0 0 0 0 0 18 0 9 0 28816556 888766464 10545 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29915/tid=29922] ppid=29913 vsize=867936 CPUtime=0.2
/proc/29915/task/29922/stat : 29922 (java) S 29913 29915 29638 0 -1 64 699 282 0 0 20 0 0 0 16 0 9 0 28816556 888766464 10545 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29915/tid=29923] ppid=29913 vsize=867936 CPUtime=0
/proc/29915/task/29923/stat : 29923 (java) S 29913 29915 29638 0 -1 64 1 282 0 0 0 0 0 0 19 0 9 0 28816556 888766464 10545 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29915/tid=29924] ppid=29913 vsize=867936 CPUtime=0
/proc/29915/task/29924/stat : 29924 (java) S 29913 29915 29638 0 -1 64 13 282 0 0 0 0 0 0 15 0 9 0 28816556 888766464 10545 996147200 134512640 134550932 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) 867936

[startup+3.10194 s]
/proc/loadavg: 2.04 2.00 2.00 3/89 29928
/proc/meminfo: memFree=1644968/2055920 swapFree=4191904/4192956
[pid=29915] ppid=29913 vsize=867936 CPUtime=3.05
/proc/29915/stat : 29915 (java) S 29913 29915 29638 0 -1 0 16131 282 1 0 297 8 0 0 18 0 9 0 28816551 888766464 10549 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29915/statm: 216984 10549 2656 9 0 211420 0
[pid=29915/tid=29916] ppid=29913 vsize=867936 CPUtime=2.79
/proc/29915/task/29916/stat : 29916 (java) R 29913 29915 29638 0 -1 64 11703 282 1 0 272 7 0 0 25 0 9 0 28816552 888766464 10549 996147200 134512640 134550932 4294955968 18446744073709551615 4126860260 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29915/tid=29918] ppid=29913 vsize=867936 CPUtime=0.04
/proc/29915/task/29918/stat : 29918 (java) S 29913 29915 29638 0 -1 64 2880 282 0 0 4 0 0 0 17 0 9 0 28816554 888766464 10549 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=29915/tid=29919] ppid=29913 vsize=867936 CPUtime=0
/proc/29915/task/29919/stat : 29919 (java) S 29913 29915 29638 0 -1 64 18 282 0 0 0 0 0 0 16 0 9 0 28816554 888766464 10549 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29915/tid=29920] ppid=29913 vsize=867936 CPUtime=0
/proc/29915/task/29920/stat : 29920 (java) S 29913 29915 29638 0 -1 64 8 282 0 0 0 0 0 0 15 0 9 0 28816554 888766464 10549 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29915/tid=29921] ppid=29913 vsize=867936 CPUtime=0
/proc/29915/task/29921/stat : 29921 (java) S 29913 29915 29638 0 -1 64 1 282 0 0 0 0 0 0 18 0 9 0 28816556 888766464 10549 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29915/tid=29922] ppid=29913 vsize=867936 CPUtime=0.21
/proc/29915/task/29922/stat : 29922 (java) S 29913 29915 29638 0 -1 64 700 282 0 0 21 0 0 0 15 0 9 0 28816556 888766464 10549 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29915/tid=29923] ppid=29913 vsize=867936 CPUtime=0
/proc/29915/task/29923/stat : 29923 (java) S 29913 29915 29638 0 -1 64 1 282 0 0 0 0 0 0 19 0 9 0 28816556 888766464 10549 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29915/tid=29924] ppid=29913 vsize=867936 CPUtime=0
/proc/29915/task/29924/stat : 29924 (java) S 29913 29915 29638 0 -1 64 13 282 0 0 0 0 0 0 15 0 9 0 28816556 888766464 10549 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 867936

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

[startup+3.90103 s]
/proc/loadavg: 2.03 2.00 2.00 3/89 29928
/proc/meminfo: memFree=1644848/2055920 swapFree=4191904/4192956
[pid=29915] ppid=29913 vsize=867936 CPUtime=3.85
/proc/29915/stat : 29915 (java) S 29913 29915 29638 0 -1 0 16131 282 1 0 377 8 0 0 18 0 9 0 28816551 888766464 10549 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29915/statm: 216984 10549 2656 9 0 211420 0
[pid=29915/tid=29916] ppid=29913 vsize=867936 CPUtime=3.58
/proc/29915/task/29916/stat : 29916 (java) R 29913 29915 29638 0 -1 64 11703 282 1 0 351 7 0 0 25 0 9 0 28816552 888766464 10549 996147200 134512640 134550932 4294955968 18446744073709551615 4126381357 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29915/tid=29918] ppid=29913 vsize=867936 CPUtime=0.04
/proc/29915/task/29918/stat : 29918 (java) S 29913 29915 29638 0 -1 64 2880 282 0 0 4 0 0 0 16 0 9 0 28816554 888766464 10549 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=29915/tid=29919] ppid=29913 vsize=867936 CPUtime=0
/proc/29915/task/29919/stat : 29919 (java) S 29913 29915 29638 0 -1 64 18 282 0 0 0 0 0 0 16 0 9 0 28816554 888766464 10549 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29915/tid=29920] ppid=29913 vsize=867936 CPUtime=0
/proc/29915/task/29920/stat : 29920 (java) S 29913 29915 29638 0 -1 64 8 282 0 0 0 0 0 0 15 0 9 0 28816554 888766464 10549 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29915/tid=29921] ppid=29913 vsize=867936 CPUtime=0
/proc/29915/task/29921/stat : 29921 (java) S 29913 29915 29638 0 -1 64 1 282 0 0 0 0 0 0 18 0 9 0 28816556 888766464 10549 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29915/tid=29922] ppid=29913 vsize=867936 CPUtime=0.21
/proc/29915/task/29922/stat : 29922 (java) S 29913 29915 29638 0 -1 64 700 282 0 0 21 0 0 0 15 0 9 0 28816556 888766464 10549 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29915/tid=29923] ppid=29913 vsize=867936 CPUtime=0
/proc/29915/task/29923/stat : 29923 (java) S 29913 29915 29638 0 -1 64 1 282 0 0 0 0 0 0 19 0 9 0 28816556 888766464 10549 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29915/tid=29924] ppid=29913 vsize=867936 CPUtime=0
/proc/29915/task/29924/stat : 29924 (java) S 29913 29915 29638 0 -1 64 13 282 0 0 0 0 0 0 15 0 9 0 28816556 888766464 10549 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.85
Current children cumulated vsize (KiB) 867936

[startup+4.30108 s]
/proc/loadavg: 2.03 2.00 2.00 3/89 29928
/proc/meminfo: memFree=1644848/2055920 swapFree=4191904/4192956
[pid=29915] ppid=29913 vsize=867936 CPUtime=4.25
/proc/29915/stat : 29915 (java) S 29913 29915 29638 0 -1 0 16132 282 1 0 417 8 0 0 18 0 9 0 28816551 888766464 10549 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29915/statm: 216984 10549 2656 9 0 211420 0
[pid=29915/tid=29916] ppid=29913 vsize=867936 CPUtime=3.98
/proc/29915/task/29916/stat : 29916 (java) R 29913 29915 29638 0 -1 64 11704 282 1 0 391 7 0 0 25 0 9 0 28816552 888766464 10549 996147200 134512640 134550932 4294955968 18446744073709551615 4126860796 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29915/tid=29918] ppid=29913 vsize=867936 CPUtime=0.04
/proc/29915/task/29918/stat : 29918 (java) S 29913 29915 29638 0 -1 64 2880 282 0 0 4 0 0 0 16 0 9 0 28816554 888766464 10549 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29915/tid=29919] ppid=29913 vsize=867936 CPUtime=0
/proc/29915/task/29919/stat : 29919 (java) S 29913 29915 29638 0 -1 64 18 282 0 0 0 0 0 0 16 0 9 0 28816554 888766464 10549 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29915/tid=29920] ppid=29913 vsize=867936 CPUtime=0
/proc/29915/task/29920/stat : 29920 (java) S 29913 29915 29638 0 -1 64 8 282 0 0 0 0 0 0 15 0 9 0 28816554 888766464 10549 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29915/tid=29921] ppid=29913 vsize=867936 CPUtime=0
/proc/29915/task/29921/stat : 29921 (java) S 29913 29915 29638 0 -1 64 1 282 0 0 0 0 0 0 18 0 9 0 28816556 888766464 10549 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29915/tid=29922] ppid=29913 vsize=867936 CPUtime=0.21
/proc/29915/task/29922/stat : 29922 (java) S 29913 29915 29638 0 -1 64 700 282 0 0 21 0 0 0 15 0 9 0 28816556 888766464 10549 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29915/tid=29923] ppid=29913 vsize=867936 CPUtime=0
/proc/29915/task/29923/stat : 29923 (java) S 29913 29915 29638 0 -1 64 1 282 0 0 0 0 0 0 19 0 9 0 28816556 888766464 10549 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29915/tid=29924] ppid=29913 vsize=867936 CPUtime=0
/proc/29915/task/29924/stat : 29924 (java) S 29913 29915 29638 0 -1 64 13 282 0 0 0 0 0 0 15 0 9 0 28816556 888766464 10549 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 4.25
Current children cumulated vsize (KiB) 867936

[startup+4.70213 s]
/proc/loadavg: 2.03 2.00 2.00 3/89 29928
/proc/meminfo: memFree=1644848/2055920 swapFree=4191904/4192956
[pid=29915] ppid=29913 vsize=867936 CPUtime=4.65
/proc/29915/stat : 29915 (java) S 29913 29915 29638 0 -1 0 16132 282 1 0 457 8 0 0 18 0 9 0 28816551 888766464 10549 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29915/statm: 216984 10549 2656 9 0 211420 0
[pid=29915/tid=29916] ppid=29913 vsize=867936 CPUtime=4.38
/proc/29915/task/29916/stat : 29916 (java) R 29913 29915 29638 0 -1 64 11704 282 1 0 431 7 0 0 25 0 9 0 28816552 888766464 10549 996147200 134512640 134550932 4294955968 18446744073709551615 4126885509 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29915/tid=29918] ppid=29913 vsize=867936 CPUtime=0.04
/proc/29915/task/29918/stat : 29918 (java) S 29913 29915 29638 0 -1 64 2880 282 0 0 4 0 0 0 16 0 9 0 28816554 888766464 10549 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29915/tid=29919] ppid=29913 vsize=867936 CPUtime=0
/proc/29915/task/29919/stat : 29919 (java) S 29913 29915 29638 0 -1 64 18 282 0 0 0 0 0 0 16 0 9 0 28816554 888766464 10549 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29915/tid=29920] ppid=29913 vsize=867936 CPUtime=0
/proc/29915/task/29920/stat : 29920 (java) S 29913 29915 29638 0 -1 64 8 282 0 0 0 0 0 0 15 0 9 0 28816554 888766464 10549 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29915/tid=29921] ppid=29913 vsize=867936 CPUtime=0
/proc/29915/task/29921/stat : 29921 (java) S 29913 29915 29638 0 -1 64 1 282 0 0 0 0 0 0 18 0 9 0 28816556 888766464 10549 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29915/tid=29922] ppid=29913 vsize=867936 CPUtime=0.21
/proc/29915/task/29922/stat : 29922 (java) S 29913 29915 29638 0 -1 64 700 282 0 0 21 0 0 0 15 0 9 0 28816556 888766464 10549 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29915/tid=29923] ppid=29913 vsize=867936 CPUtime=0
/proc/29915/task/29923/stat : 29923 (java) S 29913 29915 29638 0 -1 64 1 282 0 0 0 0 0 0 19 0 9 0 28816556 888766464 10549 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29915/tid=29924] ppid=29913 vsize=867936 CPUtime=0
/proc/29915/task/29924/stat : 29924 (java) S 29913 29915 29638 0 -1 64 13 282 0 0 0 0 0 0 15 0 9 0 28816556 888766464 10549 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 4.65
Current children cumulated vsize (KiB) 867936

[startup+4.80214 s]
/proc/loadavg: 2.03 2.00 2.00 3/89 29928
/proc/meminfo: memFree=1644848/2055920 swapFree=4191904/4192956
[pid=29915] ppid=29913 vsize=867936 CPUtime=4.75
/proc/29915/stat : 29915 (java) S 29913 29915 29638 0 -1 0 16133 282 1 0 467 8 0 0 18 0 9 0 28816551 888766464 10550 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29915/statm: 216984 10550 2656 9 0 211420 0
[pid=29915/tid=29916] ppid=29913 vsize=867936 CPUtime=4.48
/proc/29915/task/29916/stat : 29916 (java) R 29913 29915 29638 0 -1 64 11705 282 1 0 441 7 0 0 25 0 9 0 28816552 888766464 10550 996147200 134512640 134550932 4294955968 18446744073709551615 4126869700 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29915/tid=29918] ppid=29913 vsize=867936 CPUtime=0.04
/proc/29915/task/29918/stat : 29918 (java) S 29913 29915 29638 0 -1 64 2880 282 0 0 4 0 0 0 16 0 9 0 28816554 888766464 10550 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29915/tid=29919] ppid=29913 vsize=867936 CPUtime=0
/proc/29915/task/29919/stat : 29919 (java) S 29913 29915 29638 0 -1 64 18 282 0 0 0 0 0 0 16 0 9 0 28816554 888766464 10550 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29915/tid=29920] ppid=29913 vsize=867936 CPUtime=0
/proc/29915/task/29920/stat : 29920 (java) S 29913 29915 29638 0 -1 64 8 282 0 0 0 0 0 0 15 0 9 0 28816554 888766464 10550 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29915/tid=29921] ppid=29913 vsize=867936 CPUtime=0
/proc/29915/task/29921/stat : 29921 (java) S 29913 29915 29638 0 -1 64 1 282 0 0 0 0 0 0 18 0 9 0 28816556 888766464 10550 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29915/tid=29922] ppid=29913 vsize=867936 CPUtime=0.21
/proc/29915/task/29922/stat : 29922 (java) S 29913 29915 29638 0 -1 64 700 282 0 0 21 0 0 0 15 0 9 0 28816556 888766464 10550 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29915/tid=29923] ppid=29913 vsize=867936 CPUtime=0
/proc/29915/task/29923/stat : 29923 (java) S 29913 29915 29638 0 -1 64 1 282 0 0 0 0 0 0 19 0 9 0 28816556 888766464 10550 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29915/tid=29924] ppid=29913 vsize=867936 CPUtime=0
/proc/29915/task/29924/stat : 29924 (java) S 29913 29915 29638 0 -1 64 13 282 0 0 0 0 0 0 15 0 9 0 28816556 888766464 10550 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 4.75
Current children cumulated vsize (KiB) 867936

Child status: 0
Real time (s): 4.83961
CPU time (s): 4.79527
CPU user time (s): 4.69329
CPU system time (s): 0.101984
CPU usage (%): 99.0838
Max. virtual memory (cumulated for all children) (KiB): 867936

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4.69329
system time used= 0.101984
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 16529
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= 1242
involuntary context switches= 1350

runsolver used 0.011998 second user time and 0.018997 second system time

The end

Launcher Data

Begin job on node63 at 2009-07-12 18:52:20
IDJOB=2099056
IDBENCH=59709
IDSOLVER=774
FILE ID=node63/2099056-1247417540
PBS_JOBID= 9510688
Free space on /tmp= 66224 MiB

SOLVER NAME= Abscon 112v4 ESAC
BENCH NAME= CPAI08/csp/rand-2-30-15/normalized-rand-2-30-15-306-230-12_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-2099056-1247417540/watcher-2099056-1247417540 -o /tmp/evaluation-result-2099056-1247417540/solver-2099056-1247417540 -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-2099056-1247417540.xml

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

MD5SUM BENCH= b3932d9fb8a4f9cedb577073d46ecd26
RANDOM SEED=1631592154

node63.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.232
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.232
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:       1677520 kB
Buffers:         68808 kB
Cached:         198920 kB
SwapCached:        260 kB
Active:         201560 kB
Inactive:       115592 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1677520 kB
SwapTotal:     4192956 kB
SwapFree:      4191904 kB
Dirty:            4792 kB
Writeback:           0 kB
Mapped:          69264 kB
Slab:            46392 kB
Committed_AS:  1009524 kB
PageTables:       1944 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66220 MiB
End job on node63 at 2009-07-12 18:52:25