Trace number 2094989

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 ACSAT 3.76643 3.81348

DiagnosticValue
CHECKS792276
NODES37887

General information on the benchmark

Namecsp/pseudo/aim/
normalized-aim-200-1-6-2.xml
MD5SUM720dd453f9862b020fe2efee8c2e0791
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.207967
Satisfiable
(Un)Satisfiability was proved
Number of variables400
Number of constraints520
Maximum constraint arity3
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension520
Global constraints used (with number of constraints)

Solver Data

0.00/0.08	
0.00/0.08	Abscon 112 (May, 2008)
0.18/0.24	
0.18/0.24	   configuration
0.18/0.24	     name=mac.xml
0.18/0.27	   
0.18/0.27	   instance
0.18/0.27	     name=HOME/instance-2094989-1247405859.xml
0.28/0.31	   
0.28/0.31	   domains being loaded...
0.28/0.32	   
0.28/0.32	   variables being loaded...
0.28/0.39	     nbVariables=400  nbDomainTypes=1  minDomainSize=2  maxDomainSize=2  nbTotalValues=800
0.28/0.39	       =>  wckTime=0.145  cpuTime=0.11  mem=8M867
0.28/0.39	   
0.28/0.39	   predicates being loaded...
0.38/0.45	   
0.38/0.45	   constraints being loaded...
0.68/0.78	     nbConstraints=520  nbConvertedConstraints=201  nbConvertConstraintsChecks=16  nbExtensionStructures=2
0.68/0.78	     nbSharedExtensionStructures=199  nbConflictsStructures=3  nbSharedConflictsStructures=517
0.68/0.78	     nbSharedBinaryRepresentations=5  nbEvaluationManagers=1  nbSharedEvaluationManagers=318  minDegree=3  maxDegree=6
0.68/0.78	     minArity=2  avgArity=2.61  maxArity=3  nbGenerators=0  nbFusions=0  symmetryWckTime=0.079  symmetryCpuTime=0.05
0.68/0.78	       =>  wckTime=0.541  cpuTime=0.38  mem=18M759
0.76/0.84	   
0.76/0.84	   solver IterativeSystematicSolver being built... 
0.97/1.00	       =>  wckTime=0.764  cpuTime=0.52  mem=24M273
0.97/1.02	   
0.97/1.02	   preprocessing
0.97/1.02	     nbConstraintChecks=0  nbPropagations=400  nbRevisions=0  nbUselessRevisions=0  nbRemovedValues=0
0.97/1.02	     detectedInconsistency=no
0.97/1.02	       =>  wckTime=0.01  cpuTime=0.0  mem=25M281
1.16/1.20	   
1.16/1.20	   INFO : Stopping use of transposition table (mapSize=101, nbTooLargekeys=0, mem=26M289)
3.65/3.78	   
3.65/3.78	   search
3.65/3.78	     run=14  nbConstraintChecks=792276  nbValidityChecks=374565  minDepth=4  maxDepth=400  nbPropagations=1062625
3.65/3.78	     nbRevisions=2066161  nbUselessRevisions=1087526  nbAssignments=37887  nbFailedAssignments=6630  nbBacktracks=29935
3.65/3.78	     nbVisitedNodes=51281  nbRestartNogoods=74  nbFoundSolutions=1  nbSEliminables=57.76  nbREliminables=281.93
3.65/3.78	     nbIEliminables=20.04  nbDEliminables=0  nbPEliminables=0
3.65/3.78	       =>  wckTime=2.77  cpuTime=2.67  mem=26M289
3.65/3.78	   
3.65/3.78	   global
3.65/3.78	     nbConstraintChecks=792276  nbValidityChecks=374565  nbPropagations=1063025  nbRevisions=2066161
3.65/3.78	     nbUselessRevisions=1087526  nbRestartNogoods=74  solvingWckTime=2.772  solvingCpuTime=2.68  expiredTime=no
3.65/3.78	     totalExploration=no  nbFoundSolutions=1  firstSolutionCpuTime=3.19  globalCpuTime=3.23
3.65/3.78	       =>  wckTime=3.538  cpuTime=3.2  mem=26M289
3.65/3.78	   
3.65/3.78	s SATISFIABLE
3.65/3.78	v 1 0 0 1 1 0 1 0 0 1 0 1 0 1 1 0 0 1 1 0 1 0 0 1 1 0 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 0 1 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 0 1 0 1 0 1 0 1 0 1 1 0 1 0 0 1 0 1 1 0 0 1 1 0 0 1 1 0 1 0 1 0 0 1 0 1 0 1 1 0 0 1 0 1 0 1 1 0 1 0 0 1 0 1 0 1 0 1 1 0 1 0 0 1 0 1 1 0 0 1 0 1 0 1 0 1 0 1 1 0 1 0 0 1 0 1 1 0 0 1 1 0 0 1 0 1 1 0 0 1 1 0 1 0 0 1 0 1 1 0 1 0 1 0 1 0 1 0 0 1 0 1 1 0 1 0 1 0 1 0 1 0 0 1 1 0 0 1 0 1 1 0 0 1 0 1 0 1 1 0 1 0 1 0 1 0 1 0 0 1 0 1 1 0 1 0 1 0 1 0 1 0 1 0 0 1 0 1 0 1 0 1 1 0 1 0 1 0 0 1 1 0 0 1 0 1 1 0 1 0 0 1 1 0 0 1 1 0 1 0 0 1 1 0 0 1 0 1 1 0 1 0 1 0 0 1 0 1 1 0 0 1 1 0 0 1 1 0 1 0 1 0 0 1 1 0 0 1 0 1 1 0 1 0 1 0 0 1 1 0 1 0 0 1 0 1 1 0 0 1 1 0 1 0 0 1 0 1 1 0 0 1 0 1 1 0 0 1 0 1 1 0 1 0 0 1 1 0 0 1 1 0 0 1 0 1 0 1 1 0 1 0 1 0 0 1 1 0 1 0 0 1 0 1 1 0 1 0 1 0 1 0 1 0 1 0 
3.65/3.78	d NODES 37887
3.65/3.78	d CHECKS 792276
3.65/3.78	   
3.65/3.78	   totalWckTime=3.604  totalCpuTime=3.23

Verifier Data

OK

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2094989-1247405859/watcher-2094989-1247405859 -o /tmp/evaluation-result-2094989-1247405859/solver-2094989-1247405859 -C 1800 -W 2000 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution mac.xml 1 XSax HOME/instance-2094989-1247405859.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.92 1.98 1.91 4/81 30054
/proc/meminfo: memFree=1790256/2055920 swapFree=4192812/4192956
[pid=30054] ppid=30052 vsize=18576 CPUtime=0
/proc/30054/stat : 30054 (runsolver) R 30052 30054 29148 0 -1 4194368 16 0 0 0 0 0 0 0 19 0 1 0 27651130 19021824 284 996147200 4194304 4302564 548682068384 18446744073709551615 270187162919 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/30054/statm: 4644 284 249 26 0 2626 0

[startup+0.015181 s]
/proc/loadavg: 1.92 1.98 1.91 4/81 30054
/proc/meminfo: memFree=1790256/2055920 swapFree=4192812/4192956
[pid=30054] ppid=30052 vsize=10764 CPUtime=0
/proc/30054/stat : 30054 (java) S 30052 30054 29148 0 -1 0 740 0 0 0 0 0 0 0 19 0 2 0 27651130 11022336 520 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/30054/statm: 2691 520 240 9 0 1196 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 10764

[startup+0.10195 s]
/proc/loadavg: 1.92 1.98 1.91 4/81 30054
/proc/meminfo: memFree=1790256/2055920 swapFree=4192812/4192956
[pid=30054] ppid=30052 vsize=865984 CPUtime=0.09
/proc/30054/stat : 30054 (java) S 30052 30054 29148 0 -1 0 3784 0 1 0 7 2 0 0 19 0 9 0 27651130 886767616 3240 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30054/statm: 216496 3240 1709 9 0 210981 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 865984

[startup+0.301971 s]
/proc/loadavg: 1.92 1.98 1.91 4/81 30054
/proc/meminfo: memFree=1790256/2055920 swapFree=4192812/4192956
[pid=30054] ppid=30052 vsize=866380 CPUtime=0.28
/proc/30054/stat : 30054 (java) S 30052 30054 29148 0 -1 0 6089 0 1 0 25 3 0 0 19 0 9 0 27651130 887173120 5455 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30054/statm: 216595 5455 1986 9 0 211053 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 866380

[startup+0.702017 s]
/proc/loadavg: 1.92 1.98 1.91 4/81 30054
/proc/meminfo: memFree=1790256/2055920 swapFree=4192812/4192956
[pid=30054] ppid=30052 vsize=867172 CPUtime=0.68
/proc/30054/stat : 30054 (java) S 30052 30054 29148 0 -1 0 8817 0 1 0 61 7 0 0 19 0 9 0 27651130 887984128 8169 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30054/statm: 216793 8169 2039 9 0 211229 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 867172

[startup+1.50211 s]
/proc/loadavg: 1.92 1.98 1.91 3/90 30067
/proc/meminfo: memFree=1755176/2055920 swapFree=4192812/4192956
[pid=30054] ppid=30052 vsize=867936 CPUtime=1.46
/proc/30054/stat : 30054 (java) S 30052 30054 29148 0 -1 0 18097 313 1 0 135 11 0 0 19 0 9 0 27651130 888766464 11823 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30054/statm: 216984 11823 2658 9 0 211420 0
[pid=30054/tid=30056] ppid=30052 vsize=867936 CPUtime=1.1
/proc/30054/task/30056/stat : 30056 (java) R 30052 30054 29148 0 -1 64 13342 313 1 0 102 8 0 0 24 0 9 0 27651132 888766464 11823 996147200 134512640 134550932 4294955968 18446744073709551615 4126999476 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30054/tid=30057] ppid=30052 vsize=867936 CPUtime=0.04
/proc/30054/task/30057/stat : 30057 (java) S 30052 30054 29148 0 -1 64 3153 313 0 0 4 0 0 0 16 0 9 0 27651133 888766464 11823 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30054/tid=30058] ppid=30052 vsize=867936 CPUtime=0
/proc/30054/task/30058/stat : 30058 (java) S 30052 30054 29148 0 -1 64 19 313 0 0 0 0 0 0 17 0 9 0 27651133 888766464 11823 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30054/tid=30059] ppid=30052 vsize=867936 CPUtime=0
/proc/30054/task/30059/stat : 30059 (java) S 30052 30054 29148 0 -1 64 11 313 0 0 0 0 0 0 16 0 9 0 27651133 888766464 11823 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30054/tid=30060] ppid=30052 vsize=867936 CPUtime=0
/proc/30054/task/30060/stat : 30060 (java) S 30052 30054 29148 0 -1 64 2 313 0 0 0 0 0 0 18 0 9 0 27651135 888766464 11823 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30054/tid=30061] ppid=30052 vsize=867936 CPUtime=0.29
/proc/30054/task/30061/stat : 30061 (java) S 30052 30054 29148 0 -1 64 764 313 0 0 28 1 0 0 15 0 9 0 27651135 888766464 11823 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30054/tid=30062] ppid=30052 vsize=867936 CPUtime=0
/proc/30054/task/30062/stat : 30062 (java) S 30052 30054 29148 0 -1 64 0 313 0 0 0 0 0 0 19 0 9 0 27651135 888766464 11823 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30054/tid=30063] ppid=30052 vsize=867936 CPUtime=0
/proc/30054/task/30063/stat : 30063 (java) S 30052 30054 29148 0 -1 64 3 313 0 0 0 0 0 0 15 0 9 0 27651135 888766464 11823 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 867936

[startup+3.10129 s]
/proc/loadavg: 1.92 1.98 1.91 3/90 30067
/proc/meminfo: memFree=1752936/2055920 swapFree=4192812/4192956
[pid=30054] ppid=30052 vsize=867936 CPUtime=3.06
/proc/30054/stat : 30054 (java) S 30052 30054 29148 0 -1 0 18105 313 1 0 294 12 0 0 19 0 9 0 27651130 888766464 11830 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30054/statm: 216984 11830 2658 9 0 211420 0
[pid=30054/tid=30056] ppid=30052 vsize=867936 CPUtime=2.69
/proc/30054/task/30056/stat : 30056 (java) R 30052 30054 29148 0 -1 64 13347 313 1 0 260 9 0 0 25 0 9 0 27651132 888766464 11830 996147200 134512640 134550932 4294955968 18446744073709551615 4126980480 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30054/tid=30057] ppid=30052 vsize=867936 CPUtime=0.04
/proc/30054/task/30057/stat : 30057 (java) S 30052 30054 29148 0 -1 64 3153 313 0 0 4 0 0 0 16 0 9 0 27651133 888766464 11830 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30054/tid=30058] ppid=30052 vsize=867936 CPUtime=0
/proc/30054/task/30058/stat : 30058 (java) S 30052 30054 29148 0 -1 64 19 313 0 0 0 0 0 0 17 0 9 0 27651133 888766464 11830 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30054/tid=30059] ppid=30052 vsize=867936 CPUtime=0
/proc/30054/task/30059/stat : 30059 (java) S 30052 30054 29148 0 -1 64 11 313 0 0 0 0 0 0 16 0 9 0 27651133 888766464 11830 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30054/tid=30060] ppid=30052 vsize=867936 CPUtime=0
/proc/30054/task/30060/stat : 30060 (java) S 30052 30054 29148 0 -1 64 2 313 0 0 0 0 0 0 18 0 9 0 27651135 888766464 11830 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30054/tid=30061] ppid=30052 vsize=867936 CPUtime=0.29
/proc/30054/task/30061/stat : 30061 (java) S 30052 30054 29148 0 -1 64 767 313 0 0 28 1 0 0 15 0 9 0 27651135 888766464 11830 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30054/tid=30062] ppid=30052 vsize=867936 CPUtime=0
/proc/30054/task/30062/stat : 30062 (java) S 30052 30054 29148 0 -1 64 0 313 0 0 0 0 0 0 19 0 9 0 27651135 888766464 11830 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30054/tid=30063] ppid=30052 vsize=867936 CPUtime=0
/proc/30054/task/30063/stat : 30063 (java) S 30052 30054 29148 0 -1 64 3 313 0 0 0 0 0 0 15 0 9 0 27651135 888766464 11830 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 867936

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

[startup+3.50133 s]
/proc/loadavg: 2.01 2.00 1.92 3/90 30067
/proc/meminfo: memFree=1752872/2055920 swapFree=4192812/4192956
[pid=30054] ppid=30052 vsize=867936 CPUtime=3.45
/proc/30054/stat : 30054 (java) S 30052 30054 29148 0 -1 0 18106 313 1 0 333 12 0 0 19 0 9 0 27651130 888766464 11831 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30054/statm: 216984 11831 2658 9 0 211420 0
[pid=30054/tid=30056] ppid=30052 vsize=867936 CPUtime=3.09
/proc/30054/task/30056/stat : 30056 (java) R 30052 30054 29148 0 -1 64 13348 313 1 0 300 9 0 0 25 0 9 0 27651132 888766464 11831 996147200 134512640 134550932 4294955968 18446744073709551615 4126995987 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30054/tid=30057] ppid=30052 vsize=867936 CPUtime=0.04
/proc/30054/task/30057/stat : 30057 (java) S 30052 30054 29148 0 -1 64 3153 313 0 0 4 0 0 0 16 0 9 0 27651133 888766464 11831 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30054/tid=30058] ppid=30052 vsize=867936 CPUtime=0
/proc/30054/task/30058/stat : 30058 (java) S 30052 30054 29148 0 -1 64 19 313 0 0 0 0 0 0 17 0 9 0 27651133 888766464 11831 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30054/tid=30059] ppid=30052 vsize=867936 CPUtime=0
/proc/30054/task/30059/stat : 30059 (java) S 30052 30054 29148 0 -1 64 11 313 0 0 0 0 0 0 16 0 9 0 27651133 888766464 11831 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30054/tid=30060] ppid=30052 vsize=867936 CPUtime=0
/proc/30054/task/30060/stat : 30060 (java) S 30052 30054 29148 0 -1 64 2 313 0 0 0 0 0 0 18 0 9 0 27651135 888766464 11831 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30054/tid=30061] ppid=30052 vsize=867936 CPUtime=0.29
/proc/30054/task/30061/stat : 30061 (java) S 30052 30054 29148 0 -1 64 767 313 0 0 28 1 0 0 15 0 9 0 27651135 888766464 11831 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30054/tid=30062] ppid=30052 vsize=867936 CPUtime=0
/proc/30054/task/30062/stat : 30062 (java) S 30052 30054 29148 0 -1 64 0 313 0 0 0 0 0 0 19 0 9 0 27651135 888766464 11831 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30054/tid=30063] ppid=30052 vsize=867936 CPUtime=0
/proc/30054/task/30063/stat : 30063 (java) S 30052 30054 29148 0 -1 64 3 313 0 0 0 0 0 0 15 0 9 0 27651135 888766464 11831 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.45
Current children cumulated vsize (KiB) 867936

[startup+3.70135 s]
/proc/loadavg: 2.01 2.00 1.92 3/90 30067
/proc/meminfo: memFree=1752872/2055920 swapFree=4192812/4192956
[pid=30054] ppid=30052 vsize=867936 CPUtime=3.65
/proc/30054/stat : 30054 (java) S 30052 30054 29148 0 -1 0 18106 313 1 0 353 12 0 0 19 0 9 0 27651130 888766464 11831 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30054/statm: 216984 11831 2658 9 0 211420 0
[pid=30054/tid=30056] ppid=30052 vsize=867936 CPUtime=3.29
/proc/30054/task/30056/stat : 30056 (java) R 30052 30054 29148 0 -1 64 13348 313 1 0 320 9 0 0 25 0 9 0 27651132 888766464 11831 996147200 134512640 134550932 4294955968 18446744073709551615 4127080843 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30054/tid=30057] ppid=30052 vsize=867936 CPUtime=0.04
/proc/30054/task/30057/stat : 30057 (java) S 30052 30054 29148 0 -1 64 3153 313 0 0 4 0 0 0 16 0 9 0 27651133 888766464 11831 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30054/tid=30058] ppid=30052 vsize=867936 CPUtime=0
/proc/30054/task/30058/stat : 30058 (java) S 30052 30054 29148 0 -1 64 19 313 0 0 0 0 0 0 17 0 9 0 27651133 888766464 11831 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30054/tid=30059] ppid=30052 vsize=867936 CPUtime=0
/proc/30054/task/30059/stat : 30059 (java) S 30052 30054 29148 0 -1 64 11 313 0 0 0 0 0 0 16 0 9 0 27651133 888766464 11831 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30054/tid=30060] ppid=30052 vsize=867936 CPUtime=0
/proc/30054/task/30060/stat : 30060 (java) S 30052 30054 29148 0 -1 64 2 313 0 0 0 0 0 0 18 0 9 0 27651135 888766464 11831 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30054/tid=30061] ppid=30052 vsize=867936 CPUtime=0.29
/proc/30054/task/30061/stat : 30061 (java) S 30052 30054 29148 0 -1 64 767 313 0 0 28 1 0 0 15 0 9 0 27651135 888766464 11831 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30054/tid=30062] ppid=30052 vsize=867936 CPUtime=0
/proc/30054/task/30062/stat : 30062 (java) S 30052 30054 29148 0 -1 64 0 313 0 0 0 0 0 0 19 0 9 0 27651135 888766464 11831 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30054/tid=30063] ppid=30052 vsize=867936 CPUtime=0
/proc/30054/task/30063/stat : 30063 (java) S 30052 30054 29148 0 -1 64 3 313 0 0 0 0 0 0 15 0 9 0 27651135 888766464 11831 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.65
Current children cumulated vsize (KiB) 867936

[startup+3.80137 s]
/proc/loadavg: 2.01 2.00 1.92 3/90 30067
/proc/meminfo: memFree=1752872/2055920 swapFree=4192812/4192956
[pid=30054] ppid=30052 vsize=867936 CPUtime=3.74
/proc/30054/stat : 30054 (java) S 30052 30054 29148 0 -1 0 18207 313 1 0 362 12 0 0 19 0 9 0 27651130 888766464 11930 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30054/statm: 216984 11930 2658 9 0 211420 0
[pid=30054/tid=30056] ppid=30052 vsize=867936 CPUtime=3.37
/proc/30054/task/30056/stat : 30056 (java) S 30052 30054 29148 0 -1 64 13449 313 1 0 328 9 0 0 25 0 9 0 27651132 888766464 11930 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30054/tid=30057] ppid=30052 vsize=867936 CPUtime=0.04
/proc/30054/task/30057/stat : 30057 (java) S 30052 30054 29148 0 -1 64 3153 313 0 0 4 0 0 0 16 0 9 0 27651133 888766464 11930 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30054/tid=30058] ppid=30052 vsize=867936 CPUtime=0
/proc/30054/task/30058/stat : 30058 (java) S 30052 30054 29148 0 -1 64 19 313 0 0 0 0 0 0 17 0 9 0 27651133 888766464 11930 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30054/tid=30059] ppid=30052 vsize=867936 CPUtime=0
/proc/30054/task/30059/stat : 30059 (java) S 30052 30054 29148 0 -1 64 11 313 0 0 0 0 0 0 16 0 9 0 27651133 888766464 11930 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30054/tid=30060] ppid=30052 vsize=867936 CPUtime=0
/proc/30054/task/30060/stat : 30060 (java) S 30052 30054 29148 0 -1 64 2 313 0 0 0 0 0 0 18 0 9 0 27651135 888766464 11930 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30054/tid=30061] ppid=30052 vsize=867936 CPUtime=0.29
/proc/30054/task/30061/stat : 30061 (java) S 30052 30054 29148 0 -1 64 767 313 0 0 28 1 0 0 16 0 9 0 27651135 888766464 11930 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30054/tid=30062] ppid=30052 vsize=867936 CPUtime=0
/proc/30054/task/30062/stat : 30062 (java) S 30052 30054 29148 0 -1 64 0 313 0 0 0 0 0 0 19 0 9 0 27651135 888766464 11930 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30054/tid=30063] ppid=30052 vsize=867936 CPUtime=0
/proc/30054/task/30063/stat : 30063 (java) S 30052 30054 29148 0 -1 64 3 313 0 0 0 0 0 0 15 0 9 0 27651135 888766464 11930 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.74
Current children cumulated vsize (KiB) 867936

Child status: 0
Real time (s): 3.81348
CPU time (s): 3.76643
CPU user time (s): 3.62945
CPU system time (s): 0.136979
CPU usage (%): 98.7663
Max. virtual memory (cumulated for all children) (KiB): 867936

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3.62945
system time used= 0.136979
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 18546
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= 1631
involuntary context switches= 1728

runsolver used 0.004999 second user time and 0.019996 second system time

The end

Launcher Data

Begin job on node88 at 2009-07-12 15:37:39
IDJOB=2094989
IDBENCH=54723
IDSOLVER=773
FILE ID=node88/2094989-1247405859
PBS_JOBID= 9510476
Free space on /tmp= 66156 MiB

SOLVER NAME= Abscon 112v4 AC
BENCH NAME= CPAI08/csp/pseudo/aim/normalized-aim-200-1-6-2.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution mac.xml 1 XSax BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2094989-1247405859/watcher-2094989-1247405859 -o /tmp/evaluation-result-2094989-1247405859/solver-2094989-1247405859 -C 1800 -W 2000 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution mac.xml 1 XSax HOME/instance-2094989-1247405859.xml

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

MD5SUM BENCH= 720dd453f9862b020fe2efee8c2e0791
RANDOM SEED=684012866

node88.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.222
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.222
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1790736 kB
Buffers:         37616 kB
Cached:         115792 kB
SwapCached:          0 kB
Active:         154424 kB
Inactive:        64216 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1790736 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2308 kB
Writeback:           0 kB
Mapped:          85672 kB
Slab:            31592 kB
Committed_AS:  1025796 kB
PageTables:       1972 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= 66152 MiB
End job on node88 at 2009-07-12 15:37:43