Trace number 1050012

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 ESACSAT 13.6939 13.8073

DiagnosticValue
CHECKS747346
NODES10248

General information on the benchmark

Namecsp/pseudo/ttp/
normalized-data-6-3.xml
MD5SUM5f02e94dfa7c928ac6b219598e0d8ae8
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 benchmark3.58845
Satisfiable
(Un)Satisfiability was proved
Number of variables540
Number of constraints4626
Maximum constraint arity20
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension4626
Global constraints used (with number of constraints)

Solver Data (download as text)

0.06/0.09	
0.06/0.09	Abscon 112 (May, 2008)
0.19/0.24	
0.19/0.24	   configuration
0.19/0.24	     name=esac.xml
0.19/0.28	   
0.19/0.28	   instance
0.19/0.28	     name=HOME/instance-1050012-1215047456.xml
0.29/0.31	   
0.29/0.31	   domains being loaded...
0.29/0.32	   
0.29/0.32	   variables being loaded...
0.39/0.41	     nbVariables=540  nbDomainTypes=1  minDomainSize=2  maxDomainSize=2  nbTotalValues=1080
0.39/0.41	       =>  wckTime=0.165  cpuTime=0.12  mem=8M829
0.39/0.41	   
0.39/0.41	   predicates being loaded...
0.39/0.48	   
0.39/0.48	   constraints being loaded...
2.68/2.71	     nbConstraints=4481  nbGlobalConstraints=5  nbMergedConstraints=150  nbConvertedConstraints=630
2.68/2.71	     nbConvertConstraintsChecks=3256  nbExtensionStructures=2  nbSharedExtensionStructures=628  nbConflictsStructures=17
2.68/2.71	     nbSharedConflictsStructures=4417  nbUnbuiltConflictsStructures=1  nbSharedBinaryRepresentations=5
2.68/2.71	     nbEvaluationManagers=16  nbSharedEvaluationManagers=3830  minDegree=13  maxDegree=80  minArity=2  avgArity=5.04
2.68/2.71	     maxArity=332  nbGenerators=5  nbFusions=0  symmetryWckTime=0.72  symmetryCpuTime=0.35
2.68/2.71	       =>  wckTime=2.468  cpuTime=1.84  mem=33M889
2.78/2.83	   
2.78/2.83	   solver IterativeSystematicSolver being built... 
2.97/3.05	   
2.97/3.05	   INFO : Forward propagation technique limited 
3.08/3.16	       =>  wckTime=2.918  cpuTime=2.12  mem=30M745
3.58/3.60	   
3.58/3.61	   preprocessing
3.58/3.61	     nbConstraintChecks=38186  nbValidityChecks=203702  nbPropagations=2295  nbRevisions=166099
3.58/3.61	     nbUselessRevisions=165074  nbSingletonTests=755  nbEffectiveSingletonTests=0  nbACRemovals=0  nbFoundSingletons=0
3.58/3.61	     nbRemovedValues=0  detectedInconsistency=no
3.58/3.61	       =>  wckTime=0.438  cpuTime=0.4  mem=32M765
8.14/8.22	   
8.14/8.22	   INFO : Stopping use of transposition table (mapSize=101, nbTooLargekeys=0, mem=33M799)
13.59/13.77	   
13.59/13.77	   search
13.59/13.77	     run=7  nbConstraintChecks=709160  nbValidityChecks=4766353  minDepth=183  maxDepth=540  nbPropagations=166053
13.59/13.77	     nbRevisions=11691339  nbUselessRevisions=11528247  nbAssignments=10248  nbFailedAssignments=443  nbBacktracks=7728
13.59/13.77	     nbVisitedNodes=11549  nbRestartNogoods=25  nbFoundSolutions=1  nbSEliminables=0  nbREliminables=312.11
13.59/13.77	     nbIEliminables=131  nbDEliminables=0  nbPEliminables=0
13.59/13.77	       =>  wckTime=10.606  cpuTime=10.4  mem=33M799
13.59/13.77	   
13.59/13.77	   global
13.59/13.77	     nbConstraintChecks=747346  nbValidityChecks=4970055  nbPropagations=168348  nbRevisions=11857438
13.59/13.77	     nbUselessRevisions=11693321  nbRestartNogoods=25  solvingWckTime=10.608  solvingCpuTime=10.41  expiredTime=no
13.59/13.77	     totalExploration=no  nbFoundSolutions=1  firstSolutionCpuTime=12.51  globalCpuTime=12.58
13.59/13.77	       =>  wckTime=13.528  cpuTime=12.54  mem=33M799
13.59/13.77	   
13.59/13.77	s SATISFIABLE
13.59/13.77	v 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 1 1 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 1 0 0 0 0 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 1 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 1 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 1 1 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 1 0 0 0 1 1 0 0 1 1 0 0 0 0 0 0 0 1 0 1 0 0 0 0 1 0 0 0 0 0 0 0 1 0 1 0 0 0 0 1 1 0 1 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 1 0 1 0 0 0 0 1 0 0 0 0 0 0 0 1 0 1 1 0 0 0 0 0 1 0 1 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 1 0 0 1 0 0 0 1 0 1 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 1 0 0 0 1 0 0 0 0 0 0 1 0 1 0 1 0 0 0 0 0 0 1 0 1 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 1 0 1 1 
13.59/13.77	d NODES 10248
13.59/13.77	d CHECKS 747346
13.59/13.78	   
13.59/13.78	   totalWckTime=13.594  totalCpuTime=12.59

Verifier Data (download as text)

OK

Watcher Data (download as text)

runsolver version 3.2.5 (c) roussel@cril.univ-artois.fr

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1050012-1215047456/watcher-1050012-1215047456 -o /tmp/evaluation-result-1050012-1215047456/solver-1050012-1215047456 -C 1800 -W 2200 -M 900 --output-limit 1,15 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution esac.xml 1 XSax HOME/instance-1050012-1215047456.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2200 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.92 1.98 1.99 4/72 13942
/proc/meminfo: memFree=1816016/2055920 swapFree=4179444/4192956
[pid=13942] ppid=13940 vsize=1616 CPUtime=0
/proc/13942/stat : 13942 (java) D 13940 13942 12863 0 -1 0 180 0 0 0 0 0 0 0 18 0 1 0 1983720450 1654784 148 996147200 134512640 134550740 4294956144 18446744073709551615 4294960144 0 2147483391 4096 0 18446744072099793910 0 0 17 0 0 0
/proc/13942/statm: 404 148 122 9 0 46 0

[startup+0.0715321 s]
/proc/loadavg: 1.92 1.98 1.99 4/72 13942
/proc/meminfo: memFree=1816016/2055920 swapFree=4179444/4192956
[pid=13942] ppid=13940 vsize=865856 CPUtime=0.06
/proc/13942/stat : 13942 (java) S 13940 13942 12863 0 -1 0 3035 0 1 0 4 2 0 0 18 0 9 0 1983720450 886636544 2561 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13942/statm: 216464 2561 1296 9 0 211026 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 865856

[startup+0.101537 s]
/proc/loadavg: 1.92 1.98 1.99 4/72 13942
/proc/meminfo: memFree=1816016/2055920 swapFree=4179444/4192956
[pid=13942] ppid=13940 vsize=865884 CPUtime=0.09
/proc/13942/stat : 13942 (java) S 13940 13942 12863 0 -1 0 3695 0 1 0 7 2 0 0 18 0 9 0 1983720450 886665216 3168 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13942/statm: 216471 3168 1681 9 0 211026 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 865884

[startup+0.301559 s]
/proc/loadavg: 1.92 1.98 1.99 4/72 13942
/proc/meminfo: memFree=1816016/2055920 swapFree=4179444/4192956
[pid=13942] ppid=13940 vsize=866284 CPUtime=0.29
/proc/13942/stat : 13942 (java) S 13940 13942 12863 0 -1 0 5923 0 1 0 25 4 0 0 18 0 9 0 1983720450 887074816 5297 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13942/statm: 216571 5298 1956 9 0 211099 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 866284

[startup+0.701613 s]
/proc/loadavg: 1.92 1.98 1.99 4/72 13942
/proc/meminfo: memFree=1816016/2055920 swapFree=4179444/4192956
[pid=13942] ppid=13940 vsize=867676 CPUtime=0.69
/proc/13942/stat : 13942 (java) S 13940 13942 12863 0 -1 0 9406 0 1 0 62 7 0 0 18 0 9 0 1983720450 888500224 8766 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13942/statm: 216919 8767 2008 9 0 211425 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 867676

[startup+1.50172 s]
/proc/loadavg: 1.92 1.98 1.99 3/81 13951
/proc/meminfo: memFree=1770120/2055920 swapFree=4179444/4192956
[pid=13942] ppid=13940 vsize=867588 CPUtime=1.49
/proc/13942/stat : 13942 (java) S 13940 13942 12863 0 -1 0 18958 0 1 0 126 23 0 0 18 0 9 0 1983720450 888410112 18291 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13942/statm: 216897 18291 2006 9 0 211425 0
[pid=13942/tid=13944] ppid=13940 vsize=867588 CPUtime=1.2
/proc/13942/task/13944/stat : 13944 (java) R 13940 13942 12863 0 -1 64 15780 0 1 0 100 20 0 0 18 0 9 0 1983720451 888410112 18291 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13942/tid=13945] ppid=13940 vsize=867588 CPUtime=0.06
/proc/13942/task/13945/stat : 13945 (java) S 13940 13942 12863 0 -1 64 1775 0 0 0 6 0 0 0 17 0 9 0 1983720452 888410112 18291 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13942/tid=13946] ppid=13940 vsize=867592 CPUtime=0
/proc/13942/task/13946/stat : 13946 (java) S 13940 13942 12863 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1983720452 888414208 18291 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13942/tid=13947] ppid=13940 vsize=867588 CPUtime=0
/proc/13942/task/13947/stat : 13947 (java) S 13940 13942 12863 0 -1 64 6 0 0 0 0 0 0 0 16 0 9 0 1983720452 888410112 18291 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13942/tid=13948] ppid=13940 vsize=867588 CPUtime=0
/proc/13942/task/13948/stat : 13948 (java) S 13940 13942 12863 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1983720455 888410112 18291 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13942/tid=13949] ppid=13940 vsize=867588 CPUtime=0.2
/proc/13942/task/13949/stat : 13949 (java) S 13940 13942 12863 0 -1 64 706 0 0 0 19 1 0 0 16 0 9 0 1983720455 888410112 18291 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13942/tid=13950] ppid=13940 vsize=867588 CPUtime=0
/proc/13942/task/13950/stat : 13950 (java) S 13940 13942 12863 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1983720455 888410112 18291 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13942/tid=13951] ppid=13940 vsize=867588 CPUtime=0
/proc/13942/task/13951/stat : 13951 (java) S 13940 13942 12863 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1983720455 888410112 18291 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 867588

[startup+3.10429 s]
/proc/loadavg: 1.92 1.98 1.99 4/81 13951
/proc/meminfo: memFree=1749512/2055920 swapFree=4179444/4192956
[pid=13942] ppid=13940 vsize=868104 CPUtime=3.08
/proc/13942/stat : 13942 (java) S 13940 13942 12863 0 -1 0 43265 980 1 0 249 34 23 2 18 0 9 0 1983720450 888938496 23767 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13942/statm: 217026 23767 2637 9 0 211532 0
[pid=13942/tid=13944] ppid=13940 vsize=868104 CPUtime=2.51
/proc/13942/task/13944/stat : 13944 (java) R 13940 13942 12863 0 -1 64 29854 980 1 0 197 29 23 2 16 0 9 0 1983720451 888938496 23767 996147200 134512640 134550740 4294955968 18446744073709551615 4125957694 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13942/tid=13945] ppid=13940 vsize=868104 CPUtime=0.52
/proc/13942/task/13945/stat : 13945 (java) R 13940 13942 12863 0 -1 64 11619 980 0 0 25 2 23 2 18 0 9 0 1983720452 888938496 23767 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13942/tid=13946] ppid=13940 vsize=868104 CPUtime=0.25
/proc/13942/task/13946/stat : 13946 (java) S 13940 13942 12863 0 -1 64 17 980 0 0 0 0 23 2 15 0 9 0 1983720452 888938496 23767 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13942/tid=13947] ppid=13940 vsize=868104 CPUtime=0.25
/proc/13942/task/13947/stat : 13947 (java) S 13940 13942 12863 0 -1 64 10 980 0 0 0 0 23 2 15 0 9 0 1983720452 888938496 23767 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13942/tid=13948] ppid=13940 vsize=868104 CPUtime=0.25
/proc/13942/task/13948/stat : 13948 (java) S 13940 13942 12863 0 -1 64 1 980 0 0 0 0 23 2 18 0 9 0 1983720455 888938496 23767 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13942/tid=13949] ppid=13940 vsize=868104 CPUtime=0.52
/proc/13942/task/13949/stat : 13949 (java) S 13940 13942 12863 0 -1 64 952 980 0 0 26 1 23 2 15 0 9 0 1983720455 888938496 23767 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13942/tid=13950] ppid=13940 vsize=868104 CPUtime=0.25
/proc/13942/task/13950/stat : 13950 (java) S 13940 13942 12863 0 -1 64 1 980 0 0 0 0 23 2 19 0 9 0 1983720455 888938496 23767 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13942/tid=13951] ppid=13940 vsize=868104 CPUtime=0.25
/proc/13942/task/13951/stat : 13951 (java) S 13940 13942 12863 0 -1 64 6 980 0 0 0 0 23 2 15 0 9 0 1983720455 888938496 23767 996147200 134512640 134550740 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) 868104

[startup+6.30237 s]
/proc/loadavg: 2.17 2.03 2.01 3/81 13955
/proc/meminfo: memFree=1730440/2055920 swapFree=4179444/4192956
[pid=13942] ppid=13940 vsize=868104 CPUtime=6.25
/proc/13942/stat : 13942 (java) S 13940 13942 12863 0 -1 0 43377 980 1 0 566 34 23 2 18 0 9 0 1983720450 888938496 23839 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13942/statm: 217026 23839 2637 9 0 211532 0
[pid=13942/tid=13944] ppid=13940 vsize=868104 CPUtime=5.62
/proc/13942/task/13944/stat : 13944 (java) R 13940 13942 12863 0 -1 64 29900 980 1 0 508 29 23 2 19 0 9 0 1983720451 888938496 23839 996147200 134512640 134550740 4294955968 18446744073709551615 4127222689 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13942/tid=13945] ppid=13940 vsize=868104 CPUtime=0.52
/proc/13942/task/13945/stat : 13945 (java) S 13940 13942 12863 0 -1 64 11619 980 0 0 25 2 23 2 17 0 9 0 1983720452 888938496 23839 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13942/tid=13946] ppid=13940 vsize=868104 CPUtime=0.25
/proc/13942/task/13946/stat : 13946 (java) S 13940 13942 12863 0 -1 64 17 980 0 0 0 0 23 2 15 0 9 0 1983720452 888938496 23839 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13942/tid=13947] ppid=13940 vsize=868104 CPUtime=0.25
/proc/13942/task/13947/stat : 13947 (java) S 13940 13942 12863 0 -1 64 10 980 0 0 0 0 23 2 15 0 9 0 1983720452 888938496 23839 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13942/tid=13948] ppid=13940 vsize=868104 CPUtime=0.25
/proc/13942/task/13948/stat : 13948 (java) S 13940 13942 12863 0 -1 64 1 980 0 0 0 0 23 2 18 0 9 0 1983720455 888938496 23839 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13942/tid=13949] ppid=13940 vsize=868104 CPUtime=0.58
/proc/13942/task/13949/stat : 13949 (java) S 13940 13942 12863 0 -1 64 990 980 0 0 32 1 23 2 16 0 9 0 1983720455 888938496 23839 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13942/tid=13950] ppid=13940 vsize=868104 CPUtime=0.25
/proc/13942/task/13950/stat : 13950 (java) S 13940 13942 12863 0 -1 64 1 980 0 0 0 0 23 2 19 0 9 0 1983720455 888938496 23839 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13942/tid=13951] ppid=13940 vsize=868104 CPUtime=0.25
/proc/13942/task/13951/stat : 13951 (java) S 13940 13942 12863 0 -1 64 34 980 0 0 0 0 23 2 15 0 9 0 1983720455 888938496 23839 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.25
Current children cumulated vsize (KiB) 868104

[startup+12.7022 s]
/proc/loadavg: 2.15 2.03 2.01 3/81 13955
/proc/meminfo: memFree=1730184/2055920 swapFree=4179444/4192956
[pid=13942] ppid=13940 vsize=868104 CPUtime=12.6
/proc/13942/stat : 13942 (java) S 13940 13942 12863 0 -1 0 43440 980 1 0 1200 35 23 2 18 0 9 0 1983720450 888938496 23857 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13942/statm: 217026 23857 2637 9 0 211532 0
[pid=13942/tid=13944] ppid=13940 vsize=868104 CPUtime=11.92
/proc/13942/task/13944/stat : 13944 (java) R 13940 13942 12863 0 -1 64 29904 980 1 0 1138 29 23 2 25 0 9 0 1983720451 888938496 23857 996147200 134512640 134550740 4294955968 18446744073709551615 4127235480 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13942/tid=13945] ppid=13940 vsize=868104 CPUtime=0.52
/proc/13942/task/13945/stat : 13945 (java) S 13940 13942 12863 0 -1 64 11619 980 0 0 25 2 23 2 17 0 9 0 1983720452 888938496 23857 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13942/tid=13946] ppid=13940 vsize=868104 CPUtime=0.25
/proc/13942/task/13946/stat : 13946 (java) S 13940 13942 12863 0 -1 64 17 980 0 0 0 0 23 2 15 0 9 0 1983720452 888938496 23857 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13942/tid=13947] ppid=13940 vsize=868104 CPUtime=0.25
/proc/13942/task/13947/stat : 13947 (java) S 13940 13942 12863 0 -1 64 10 980 0 0 0 0 23 2 15 0 9 0 1983720452 888938496 23857 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13942/tid=13948] ppid=13940 vsize=868104 CPUtime=0.25
/proc/13942/task/13948/stat : 13948 (java) S 13940 13942 12863 0 -1 64 1 980 0 0 0 0 23 2 18 0 9 0 1983720455 888938496 23857 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13942/tid=13949] ppid=13940 vsize=868104 CPUtime=0.61
/proc/13942/task/13949/stat : 13949 (java) S 13940 13942 12863 0 -1 64 1049 980 0 0 35 1 23 2 15 0 9 0 1983720455 888938496 23857 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13942/tid=13950] ppid=13940 vsize=868104 CPUtime=0.25
/proc/13942/task/13950/stat : 13950 (java) S 13940 13942 12863 0 -1 64 1 980 0 0 0 0 23 2 19 0 9 0 1983720455 888938496 23857 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13942/tid=13951] ppid=13940 vsize=868104 CPUtime=0.25
/proc/13942/task/13951/stat : 13951 (java) S 13940 13942 12863 0 -1 64 34 980 0 0 0 0 23 2 15 0 9 0 1983720455 888938496 23857 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.6
Current children cumulated vsize (KiB) 868104

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

[startup+13.5023 s]
/proc/loadavg: 2.14 2.03 2.01 3/81 13955
/proc/meminfo: memFree=1730184/2055920 swapFree=4179444/4192956
[pid=13942] ppid=13940 vsize=868104 CPUtime=13.39
/proc/13942/stat : 13942 (java) S 13940 13942 12863 0 -1 0 43440 980 1 0 1279 35 23 2 18 0 9 0 1983720450 888938496 23857 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13942/statm: 217026 23857 2637 9 0 211532 0
[pid=13942/tid=13944] ppid=13940 vsize=868104 CPUtime=12.72
/proc/13942/task/13944/stat : 13944 (java) R 13940 13942 12863 0 -1 64 29904 980 1 0 1218 29 23 2 25 0 9 0 1983720451 888938496 23857 996147200 134512640 134550740 4294955968 18446744073709551615 4127223733 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13942/tid=13945] ppid=13940 vsize=868104 CPUtime=0.52
/proc/13942/task/13945/stat : 13945 (java) S 13940 13942 12863 0 -1 64 11619 980 0 0 25 2 23 2 17 0 9 0 1983720452 888938496 23857 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13942/tid=13946] ppid=13940 vsize=868104 CPUtime=0.25
/proc/13942/task/13946/stat : 13946 (java) S 13940 13942 12863 0 -1 64 17 980 0 0 0 0 23 2 15 0 9 0 1983720452 888938496 23857 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13942/tid=13947] ppid=13940 vsize=868104 CPUtime=0.25
/proc/13942/task/13947/stat : 13947 (java) S 13940 13942 12863 0 -1 64 10 980 0 0 0 0 23 2 15 0 9 0 1983720452 888938496 23857 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13942/tid=13948] ppid=13940 vsize=868104 CPUtime=0.25
/proc/13942/task/13948/stat : 13948 (java) S 13940 13942 12863 0 -1 64 1 980 0 0 0 0 23 2 18 0 9 0 1983720455 888938496 23857 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13942/tid=13949] ppid=13940 vsize=868104 CPUtime=0.61
/proc/13942/task/13949/stat : 13949 (java) S 13940 13942 12863 0 -1 64 1049 980 0 0 35 1 23 2 15 0 9 0 1983720455 888938496 23857 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13942/tid=13950] ppid=13940 vsize=868104 CPUtime=0.25
/proc/13942/task/13950/stat : 13950 (java) S 13940 13942 12863 0 -1 64 1 980 0 0 0 0 23 2 19 0 9 0 1983720455 888938496 23857 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13942/tid=13951] ppid=13940 vsize=868104 CPUtime=0.25
/proc/13942/task/13951/stat : 13951 (java) S 13940 13942 12863 0 -1 64 34 980 0 0 0 0 23 2 15 0 9 0 1983720455 888938496 23857 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 13.39
Current children cumulated vsize (KiB) 868104

[startup+13.7024 s]
/proc/loadavg: 2.14 2.03 2.01 3/81 13955
/proc/meminfo: memFree=1730184/2055920 swapFree=4179444/4192956
[pid=13942] ppid=13940 vsize=868104 CPUtime=13.59
/proc/13942/stat : 13942 (java) S 13940 13942 12863 0 -1 0 43440 980 1 0 1299 35 23 2 18 0 9 0 1983720450 888938496 23857 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13942/statm: 217026 23857 2637 9 0 211532 0
[pid=13942/tid=13944] ppid=13940 vsize=868104 CPUtime=12.92
/proc/13942/task/13944/stat : 13944 (java) R 13940 13942 12863 0 -1 64 29904 980 1 0 1238 29 23 2 25 0 9 0 1983720451 888938496 23857 996147200 134512640 134550740 4294955968 18446744073709551615 4127229847 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13942/tid=13945] ppid=13940 vsize=868104 CPUtime=0.52
/proc/13942/task/13945/stat : 13945 (java) S 13940 13942 12863 0 -1 64 11619 980 0 0 25 2 23 2 17 0 9 0 1983720452 888938496 23857 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13942/tid=13946] ppid=13940 vsize=868104 CPUtime=0.25
/proc/13942/task/13946/stat : 13946 (java) S 13940 13942 12863 0 -1 64 17 980 0 0 0 0 23 2 15 0 9 0 1983720452 888938496 23857 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13942/tid=13947] ppid=13940 vsize=868104 CPUtime=0.25
/proc/13942/task/13947/stat : 13947 (java) S 13940 13942 12863 0 -1 64 10 980 0 0 0 0 23 2 15 0 9 0 1983720452 888938496 23857 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13942/tid=13948] ppid=13940 vsize=868104 CPUtime=0.25
/proc/13942/task/13948/stat : 13948 (java) S 13940 13942 12863 0 -1 64 1 980 0 0 0 0 23 2 18 0 9 0 1983720455 888938496 23857 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13942/tid=13949] ppid=13940 vsize=868104 CPUtime=0.61
/proc/13942/task/13949/stat : 13949 (java) S 13940 13942 12863 0 -1 64 1049 980 0 0 35 1 23 2 15 0 9 0 1983720455 888938496 23857 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13942/tid=13950] ppid=13940 vsize=868104 CPUtime=0.25
/proc/13942/task/13950/stat : 13950 (java) S 13940 13942 12863 0 -1 64 1 980 0 0 0 0 23 2 19 0 9 0 1983720455 888938496 23857 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13942/tid=13951] ppid=13940 vsize=868104 CPUtime=0.25
/proc/13942/task/13951/stat : 13951 (java) S 13940 13942 12863 0 -1 64 34 980 0 0 0 0 23 2 15 0 9 0 1983720455 888938496 23857 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 13.59
Current children cumulated vsize (KiB) 868104

[startup+13.8028 s]
/proc/loadavg: 2.14 2.03 2.01 3/81 13955
/proc/meminfo: memFree=1730184/2055920 swapFree=4179444/4192956
[pid=13942] ppid=13940 vsize=0 CPUtime=13.67
/proc/13942/stat : 13942 (java) Z 13940 13942 12863 0 -1 12 43519 980 1 0 1306 36 23 2 16 0 2 0 1983720450 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13942/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 13.67
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 13.8073
CPU time (s): 13.6939
CPU user time (s): 13.3
CPU system time (s): 0.39394
CPU usage (%): 99.1789
Max. virtual memory (cumulated for all children) (KiB): 868104

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 13.3
system time used= 0.39394
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 44499
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= 2100
involuntary context switches= 2262

runsolver used 0.015997 second user time and 0.056991 second system time

The end

Launcher Data (download as text)

Begin job on node10 at 2008-07-03 03:10:56
IDJOB=1050012
IDBENCH=54857
IDSOLVER=364
FILE ID=node10/1050012-1215047456
PBS_JOBID= 7875153
Free space on /tmp= 66524 MiB

SOLVER NAME= Abscon 112v4 ESAC
BENCH NAME= CPAI08/csp/pseudo/ttp/normalized-data-6-3.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution esac.xml 1 XSax BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1050012-1215047456/watcher-1050012-1215047456 -o /tmp/evaluation-result-1050012-1215047456/solver-1050012-1215047456 -C 1800 -W 2200 -M 900 --output-limit 1,15  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution esac.xml 1 XSax HOME/instance-1050012-1215047456.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 5f02e94dfa7c928ac6b219598e0d8ae8
RANDOM SEED=332142740

node10.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.229
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.229
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:       1816496 kB
Buffers:         40180 kB
Cached:         108116 kB
SwapCached:       7560 kB
Active:         106672 kB
Inactive:        58468 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1816496 kB
SwapTotal:     4192956 kB
SwapFree:      4179444 kB
Dirty:            2828 kB
Writeback:           0 kB
Mapped:          24772 kB
Slab:            59376 kB
Committed_AS:  3344652 kB
PageTables:       1920 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= 66524 MiB
End job on node10 at 2008-07-03 03:11:10