Trace number 1049801

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 14.1498 14.3222

DiagnosticValue
CHECKS8356460
NODES3646

General information on the benchmark

Namecsp/pseudo/routing/
normalized-s3-3-3-1.xml
MD5SUM8b74482a9fe920deb5d6814210633746
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.164974
Satisfiable
(Un)Satisfiability was proved
Number of variables216
Number of constraints584
Maximum constraint arity18
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension584
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.09	
0.00/0.09	Abscon 112 (May, 2008)
0.18/0.24	
0.18/0.24	   configuration
0.18/0.24	     name=mac.xml
0.27/0.32	   
0.27/0.32	   instance
0.27/0.32	     name=HOME/instance-1049801-1215046893.xml
0.27/0.36	   
0.27/0.36	   domains being loaded...
0.27/0.37	   
0.27/0.37	   variables being loaded...
0.38/0.41	     nbVariables=216  nbDomainTypes=1  minDomainSize=2  maxDomainSize=2  nbTotalValues=432
0.38/0.41	       =>  wckTime=0.168  cpuTime=0.13  mem=7M853
0.38/0.41	   
0.38/0.41	   predicates being loaded...
0.38/0.49	   
0.38/0.49	   constraints being loaded...
0.87/0.91	     nbConstraints=298  nbGlobalConstraints=2  nbMergedConstraints=288  nbConvertedConstraints=138
0.87/0.91	     nbConvertConstraintsChecks=68  nbExtensionStructures=3  nbSharedExtensionStructures=135  nbConflictsStructures=8
0.87/0.91	     nbSharedConflictsStructures=276  nbUnbuiltConflictsStructures=1  nbSharedBinaryRepresentations=9
0.87/0.91	     nbEvaluationManagers=6  nbSharedEvaluationManagers=152  minDegree=3  maxDegree=9  minArity=2  avgArity=3.34
0.87/0.91	     maxArity=24  nbGenerators=2  nbFusions=0  symmetryWckTime=0.079  symmetryCpuTime=0.05
0.87/0.91	       =>  wckTime=0.662  cpuTime=0.47  mem=20M623
0.87/0.97	   
0.87/0.97	   solver IterativeSystematicSolver being built... 
0.96/1.06	   
0.96/1.06	   INFO : Forward propagation technique limited 
1.06/1.14	       =>  wckTime=0.895  cpuTime=0.61  mem=23M166
1.06/1.16	   
1.06/1.16	   preprocessing
1.06/1.16	     nbConstraintChecks=228  nbValidityChecks=204  nbPropagations=216  nbRevisions=216  nbUselessRevisions=216
1.06/1.16	     nbRemovedValues=0  detectedInconsistency=no
1.06/1.16	       =>  wckTime=0.019  cpuTime=0.01  mem=23M166
3.83/3.90	   
3.83/3.90	   INFO : Stopping use of transposition table (mapSize=101, nbTooLargekeys=0, mem=25M133)
14.03/14.28	   
14.03/14.28	   search
14.03/14.28	     run=6  nbConstraintChecks=8356237  nbValidityChecks=280812  minDepth=10  maxDepth=216  nbPropagations=58396
14.03/14.28	     nbRevisions=494201  nbUselessRevisions=410942  nbAssignments=3646  nbFailedAssignments=312  nbBacktracks=2771
14.03/14.28	     nbVisitedNodes=4405  nbRestartNogoods=17  nbFoundSolutions=1  nbSEliminables=13.57  nbREliminables=142.28
14.03/14.28	     nbIEliminables=20.27  nbDEliminables=0  nbPEliminables=0
14.03/14.28	       =>  wckTime=13.145  cpuTime=12.92  mem=25M133
14.03/14.29	   
14.03/14.29	   global
14.03/14.29	     nbConstraintChecks=8356465  nbValidityChecks=281016  nbPropagations=58612  nbRevisions=494417
14.03/14.29	     nbUselessRevisions=411158  nbRestartNogoods=17  solvingWckTime=13.147  solvingCpuTime=12.92  expiredTime=no
14.03/14.29	     totalExploration=no  nbFoundSolutions=1  firstSolutionCpuTime=13.53  globalCpuTime=13.58
14.03/14.29	       =>  wckTime=14.043  cpuTime=13.53  mem=25M133
14.03/14.29	   
14.03/14.29	s SATISFIABLE
14.03/14.29	v 1 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 1 1 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 1 0 0 1 0 0 0 1 0 0 0 0 0 0 0 1 1 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 1 1 0 0 0 1 0 0 0 1 1 0 0 0 0 1 0 0 0 0 0 0 1 1 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 1 0 1 0 0 0 0 0 1 0 0 0 0 1 1 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 
14.03/14.29	d NODES 3646
14.03/14.29	d CHECKS 8356465
14.03/14.29	   
14.03/14.29	   totalWckTime=14.099  totalCpuTime=13.58

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-1049801-1215046893/watcher-1049801-1215046893 -o /tmp/evaluation-result-1049801-1215046893/solver-1049801-1215046893 -C 1800 -W 2200 -M 900 --output-limit 1,15 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution mac.xml 1 XSax HOME/instance-1049801-1215046893.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: 2.00 2.00 2.00 3/80 8599
/proc/meminfo: memFree=1658656/2055924 swapFree=4180432/4192956
[pid=8599] ppid=8597 vsize=18572 CPUtime=0
/proc/8599/stat : 8599 (runsolver) R 8597 8599 7759 0 -1 4194368 16 0 0 0 0 0 0 0 22 0 1 0 1983664547 19017728 292 996147200 4194304 4296836 548682068352 18446744073709551615 268582841639 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/8599/statm: 4643 292 257 25 0 2626 0

[startup+0.0129499 s]
/proc/loadavg: 2.00 2.00 2.00 3/80 8599
/proc/meminfo: memFree=1658656/2055924 swapFree=4180432/4192956
[pid=8599] ppid=8597 vsize=272 CPUtime=0
/proc/8599/stat : 8599 (java) D 8597 8599 7759 0 -1 0 217 0 0 0 0 0 0 0 18 0 1 0 1983664547 278528 37 996147200 134512640 134550740 4294955984 18446744073709551615 2188068 0 2147483391 4096 0 18446744072099781622 0 0 17 1 0 0
/proc/8599/statm: 68 37 28 9 0 6 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 272

[startup+0.102872 s]
/proc/loadavg: 2.00 2.00 2.00 3/80 8599
/proc/meminfo: memFree=1658656/2055924 swapFree=4180432/4192956
[pid=8599] ppid=8597 vsize=865884 CPUtime=0.08
/proc/8599/stat : 8599 (java) S 8597 8599 7759 0 -1 0 3685 0 1 0 6 2 0 0 18 0 9 0 1983664547 886665216 3158 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8599/statm: 216471 3158 1676 9 0 211026 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 865884

[startup+0.301902 s]
/proc/loadavg: 2.00 2.00 2.00 3/80 8599
/proc/meminfo: memFree=1658656/2055924 swapFree=4180432/4192956
[pid=8599] ppid=8597 vsize=866196 CPUtime=0.27
/proc/8599/stat : 8599 (java) S 8597 8599 7759 0 -1 0 5609 0 1 0 24 3 0 0 18 0 9 0 1983664547 886984704 5023 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8599/statm: 216549 5023 1902 9 0 211097 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 866196

[startup+0.701976 s]
/proc/loadavg: 2.00 2.00 2.00 3/80 8599
/proc/meminfo: memFree=1658656/2055924 swapFree=4180432/4192956
[pid=8599] ppid=8597 vsize=867088 CPUtime=0.68
/proc/8599/stat : 8599 (java) S 8597 8599 7759 0 -1 0 8190 0 1 0 63 5 0 0 18 0 9 0 1983664547 887898112 7548 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8599/statm: 216772 7548 2009 9 0 211278 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 867088

[startup+1.50213 s]
/proc/loadavg: 2.00 2.00 2.00 4/89 8612
/proc/meminfo: memFree=1628632/2055924 swapFree=4180432/4192956
[pid=8599] ppid=8597 vsize=867876 CPUtime=1.45
/proc/8599/stat : 8599 (java) S 8597 8599 7759 0 -1 0 17868 306 1 0 134 11 0 0 18 0 9 0 1983664547 888705024 11293 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8599/statm: 216969 11293 2632 9 0 211475 0
[pid=8599/tid=8601] ppid=8597 vsize=867876 CPUtime=1.14
/proc/8599/task/8601/stat : 8601 (java) R 8597 8599 7759 0 -1 64 13203 306 1 0 106 8 0 0 25 0 9 0 1983664549 888705024 11293 996147200 134512640 134550740 4294955984 18446744073709551615 4126948348 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8599/tid=8602] ppid=8597 vsize=867876 CPUtime=0.04
/proc/8599/task/8602/stat : 8602 (java) S 8597 8599 7759 0 -1 64 3100 306 0 0 4 0 0 0 17 0 9 0 1983664550 888705024 11293 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=8599/tid=8603] ppid=8597 vsize=867876 CPUtime=0
/proc/8599/task/8603/stat : 8603 (java) S 8597 8599 7759 0 -1 64 16 306 0 0 0 0 0 0 17 0 9 0 1983664550 888705024 11293 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8599/tid=8604] ppid=8597 vsize=867876 CPUtime=0
/proc/8599/task/8604/stat : 8604 (java) S 8597 8599 7759 0 -1 64 13 306 0 0 0 0 0 0 16 0 9 0 1983664550 888705024 11293 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8599/tid=8605] ppid=8597 vsize=867876 CPUtime=0
/proc/8599/task/8605/stat : 8605 (java) S 8597 8599 7759 0 -1 64 1 306 0 0 0 0 0 0 18 0 9 0 1983664552 888705024 11293 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8599/tid=8606] ppid=8597 vsize=867876 CPUtime=0.23
/proc/8599/task/8606/stat : 8606 (java) S 8597 8599 7759 0 -1 64 729 306 0 0 23 0 0 0 16 0 9 0 1983664552 888705024 11293 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8599/tid=8607] ppid=8597 vsize=867876 CPUtime=0
/proc/8599/task/8607/stat : 8607 (java) S 8597 8599 7759 0 -1 64 1 306 0 0 0 0 0 0 19 0 9 0 1983664552 888705024 11293 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8599/tid=8608] ppid=8597 vsize=867876 CPUtime=0
/proc/8599/task/8608/stat : 8608 (java) S 8597 8599 7759 0 -1 64 1 306 0 0 0 0 0 0 15 0 9 0 1983664552 888705024 11293 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 867876

[startup+3.10143 s]
/proc/loadavg: 2.08 2.02 2.01 3/89 8612
/proc/meminfo: memFree=1623448/2055924 swapFree=4180432/4192956
[pid=8599] ppid=8597 vsize=867876 CPUtime=3.04
/proc/8599/stat : 8599 (java) S 8597 8599 7759 0 -1 0 17894 306 1 0 293 11 0 0 18 0 9 0 1983664547 888705024 11317 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8599/statm: 216969 11317 2632 9 0 211475 0
[pid=8599/tid=8601] ppid=8597 vsize=867876 CPUtime=2.71
/proc/8599/task/8601/stat : 8601 (java) R 8597 8599 7759 0 -1 64 13219 306 1 0 263 8 0 0 25 0 9 0 1983664549 888705024 11317 996147200 134512640 134550740 4294955984 18446744073709551615 4126944144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8599/tid=8602] ppid=8597 vsize=867876 CPUtime=0.04
/proc/8599/task/8602/stat : 8602 (java) S 8597 8599 7759 0 -1 64 3100 306 0 0 4 0 0 0 17 0 9 0 1983664550 888705024 11317 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=8599/tid=8603] ppid=8597 vsize=867876 CPUtime=0
/proc/8599/task/8603/stat : 8603 (java) S 8597 8599 7759 0 -1 64 16 306 0 0 0 0 0 0 17 0 9 0 1983664550 888705024 11317 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8599/tid=8604] ppid=8597 vsize=867876 CPUtime=0
/proc/8599/task/8604/stat : 8604 (java) S 8597 8599 7759 0 -1 64 13 306 0 0 0 0 0 0 16 0 9 0 1983664550 888705024 11317 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8599/tid=8605] ppid=8597 vsize=867876 CPUtime=0
/proc/8599/task/8605/stat : 8605 (java) S 8597 8599 7759 0 -1 64 1 306 0 0 0 0 0 0 18 0 9 0 1983664552 888705024 11317 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8599/tid=8606] ppid=8597 vsize=867876 CPUtime=0.25
/proc/8599/task/8606/stat : 8606 (java) S 8597 8599 7759 0 -1 64 739 306 0 0 25 0 0 0 16 0 9 0 1983664552 888705024 11317 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8599/tid=8607] ppid=8597 vsize=867876 CPUtime=0
/proc/8599/task/8607/stat : 8607 (java) S 8597 8599 7759 0 -1 64 1 306 0 0 0 0 0 0 19 0 9 0 1983664552 888705024 11317 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8599/tid=8608] ppid=8597 vsize=867876 CPUtime=0
/proc/8599/task/8608/stat : 8608 (java) S 8597 8599 7759 0 -1 64 1 306 0 0 0 0 0 0 15 0 9 0 1983664552 888705024 11317 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.04
Current children cumulated vsize (KiB) 867876

[startup+6.30205 s]
/proc/loadavg: 2.08 2.02 2.01 3/89 8612
/proc/meminfo: memFree=1623064/2055924 swapFree=4180432/4192956
[pid=8599] ppid=8597 vsize=867876 CPUtime=6.21
/proc/8599/stat : 8599 (java) S 8597 8599 7759 0 -1 0 17936 306 1 0 610 11 0 0 18 0 9 0 1983664547 888705024 11347 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8599/statm: 216969 11347 2632 9 0 211475 0
[pid=8599/tid=8601] ppid=8597 vsize=867876 CPUtime=5.87
/proc/8599/task/8601/stat : 8601 (java) R 8597 8599 7759 0 -1 64 13242 306 1 0 579 8 0 0 25 0 9 0 1983664549 888705024 11347 996147200 134512640 134550740 4294955984 18446744073709551615 4126946752 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8599/tid=8602] ppid=8597 vsize=867876 CPUtime=0.04
/proc/8599/task/8602/stat : 8602 (java) S 8597 8599 7759 0 -1 64 3100 306 0 0 4 0 0 0 17 0 9 0 1983664550 888705024 11347 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=8599/tid=8603] ppid=8597 vsize=867876 CPUtime=0
/proc/8599/task/8603/stat : 8603 (java) S 8597 8599 7759 0 -1 64 16 306 0 0 0 0 0 0 17 0 9 0 1983664550 888705024 11347 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8599/tid=8604] ppid=8597 vsize=867876 CPUtime=0
/proc/8599/task/8604/stat : 8604 (java) S 8597 8599 7759 0 -1 64 13 306 0 0 0 0 0 0 16 0 9 0 1983664550 888705024 11347 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8599/tid=8605] ppid=8597 vsize=867876 CPUtime=0
/proc/8599/task/8605/stat : 8605 (java) S 8597 8599 7759 0 -1 64 1 306 0 0 0 0 0 0 18 0 9 0 1983664552 888705024 11347 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8599/tid=8606] ppid=8597 vsize=867876 CPUtime=0.26
/proc/8599/task/8606/stat : 8606 (java) S 8597 8599 7759 0 -1 64 749 306 0 0 26 0 0 0 16 0 9 0 1983664552 888705024 11347 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8599/tid=8607] ppid=8597 vsize=867876 CPUtime=0
/proc/8599/task/8607/stat : 8607 (java) S 8597 8599 7759 0 -1 64 1 306 0 0 0 0 0 0 19 0 9 0 1983664552 888705024 11347 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8599/tid=8608] ppid=8597 vsize=867876 CPUtime=0
/proc/8599/task/8608/stat : 8608 (java) S 8597 8599 7759 0 -1 64 10 306 0 0 0 0 0 0 15 0 9 0 1983664552 888705024 11347 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 867876

[startup+12.7023 s]
/proc/loadavg: 2.07 2.02 2.00 3/89 8612
/proc/meminfo: memFree=1622936/2055924 swapFree=4180432/4192956
[pid=8599] ppid=8597 vsize=867876 CPUtime=12.55
/proc/8599/stat : 8599 (java) S 8597 8599 7759 0 -1 0 17983 306 1 0 1244 11 0 0 18 0 9 0 1983664547 888705024 11363 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8599/statm: 216969 11363 2632 9 0 211475 0
[pid=8599/tid=8601] ppid=8597 vsize=867876 CPUtime=12.17
/proc/8599/task/8601/stat : 8601 (java) R 8597 8599 7759 0 -1 64 13245 306 1 0 1209 8 0 0 25 0 9 0 1983664549 888705024 11363 996147200 134512640 134550740 4294955984 18446744073709551615 4126948393 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8599/tid=8602] ppid=8597 vsize=867876 CPUtime=0.04
/proc/8599/task/8602/stat : 8602 (java) S 8597 8599 7759 0 -1 64 3100 306 0 0 4 0 0 0 16 0 9 0 1983664550 888705024 11363 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=8599/tid=8603] ppid=8597 vsize=867876 CPUtime=0
/proc/8599/task/8603/stat : 8603 (java) S 8597 8599 7759 0 -1 64 16 306 0 0 0 0 0 0 17 0 9 0 1983664550 888705024 11363 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8599/tid=8604] ppid=8597 vsize=867876 CPUtime=0
/proc/8599/task/8604/stat : 8604 (java) S 8597 8599 7759 0 -1 64 13 306 0 0 0 0 0 0 16 0 9 0 1983664550 888705024 11363 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8599/tid=8605] ppid=8597 vsize=867876 CPUtime=0
/proc/8599/task/8605/stat : 8605 (java) S 8597 8599 7759 0 -1 64 1 306 0 0 0 0 0 0 18 0 9 0 1983664552 888705024 11363 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8599/tid=8606] ppid=8597 vsize=867876 CPUtime=0.29
/proc/8599/task/8606/stat : 8606 (java) S 8597 8599 7759 0 -1 64 793 306 0 0 29 0 0 0 15 0 9 0 1983664552 888705024 11363 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8599/tid=8607] ppid=8597 vsize=867876 CPUtime=0
/proc/8599/task/8607/stat : 8607 (java) S 8597 8599 7759 0 -1 64 1 306 0 0 0 0 0 0 19 0 9 0 1983664552 888705024 11363 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8599/tid=8608] ppid=8597 vsize=867876 CPUtime=0
/proc/8599/task/8608/stat : 8608 (java) S 8597 8599 7759 0 -1 64 10 306 0 0 0 0 0 0 15 0 9 0 1983664552 888705024 11363 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.55
Current children cumulated vsize (KiB) 867876

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

[startup+13.5014 s]
/proc/loadavg: 2.07 2.02 2.00 3/89 8612
/proc/meminfo: memFree=1622936/2055924 swapFree=4180432/4192956
[pid=8599] ppid=8597 vsize=867876 CPUtime=13.33
/proc/8599/stat : 8599 (java) S 8597 8599 7759 0 -1 0 17983 306 1 0 1322 11 0 0 18 0 9 0 1983664547 888705024 11363 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8599/statm: 216969 11363 2632 9 0 211475 0
[pid=8599/tid=8601] ppid=8597 vsize=867876 CPUtime=12.96
/proc/8599/task/8601/stat : 8601 (java) R 8597 8599 7759 0 -1 64 13245 306 1 0 1288 8 0 0 25 0 9 0 1983664549 888705024 11363 996147200 134512640 134550740 4294955984 18446744073709551615 4126947806 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8599/tid=8602] ppid=8597 vsize=867876 CPUtime=0.04
/proc/8599/task/8602/stat : 8602 (java) S 8597 8599 7759 0 -1 64 3100 306 0 0 4 0 0 0 16 0 9 0 1983664550 888705024 11363 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=8599/tid=8603] ppid=8597 vsize=867876 CPUtime=0
/proc/8599/task/8603/stat : 8603 (java) S 8597 8599 7759 0 -1 64 16 306 0 0 0 0 0 0 17 0 9 0 1983664550 888705024 11363 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8599/tid=8604] ppid=8597 vsize=867876 CPUtime=0
/proc/8599/task/8604/stat : 8604 (java) S 8597 8599 7759 0 -1 64 13 306 0 0 0 0 0 0 16 0 9 0 1983664550 888705024 11363 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8599/tid=8605] ppid=8597 vsize=867876 CPUtime=0
/proc/8599/task/8605/stat : 8605 (java) S 8597 8599 7759 0 -1 64 1 306 0 0 0 0 0 0 18 0 9 0 1983664552 888705024 11363 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8599/tid=8606] ppid=8597 vsize=867876 CPUtime=0.29
/proc/8599/task/8606/stat : 8606 (java) S 8597 8599 7759 0 -1 64 793 306 0 0 29 0 0 0 15 0 9 0 1983664552 888705024 11363 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8599/tid=8607] ppid=8597 vsize=867876 CPUtime=0
/proc/8599/task/8607/stat : 8607 (java) S 8597 8599 7759 0 -1 64 1 306 0 0 0 0 0 0 19 0 9 0 1983664552 888705024 11363 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8599/tid=8608] ppid=8597 vsize=867876 CPUtime=0
/proc/8599/task/8608/stat : 8608 (java) S 8597 8599 7759 0 -1 64 10 306 0 0 0 0 0 0 15 0 9 0 1983664552 888705024 11363 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 13.33
Current children cumulated vsize (KiB) 867876

[startup+13.9015 s]
/proc/loadavg: 2.07 2.02 2.00 3/89 8612
/proc/meminfo: memFree=1622936/2055924 swapFree=4180432/4192956
[pid=8599] ppid=8597 vsize=867876 CPUtime=13.73
/proc/8599/stat : 8599 (java) S 8597 8599 7759 0 -1 0 17983 306 1 0 1362 11 0 0 18 0 9 0 1983664547 888705024 11363 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8599/statm: 216969 11363 2632 9 0 211475 0
[pid=8599/tid=8601] ppid=8597 vsize=867876 CPUtime=13.36
/proc/8599/task/8601/stat : 8601 (java) R 8597 8599 7759 0 -1 64 13245 306 1 0 1328 8 0 0 25 0 9 0 1983664549 888705024 11363 996147200 134512640 134550740 4294955984 18446744073709551615 4126942849 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8599/tid=8602] ppid=8597 vsize=867876 CPUtime=0.04
/proc/8599/task/8602/stat : 8602 (java) S 8597 8599 7759 0 -1 64 3100 306 0 0 4 0 0 0 16 0 9 0 1983664550 888705024 11363 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=8599/tid=8603] ppid=8597 vsize=867876 CPUtime=0
/proc/8599/task/8603/stat : 8603 (java) S 8597 8599 7759 0 -1 64 16 306 0 0 0 0 0 0 17 0 9 0 1983664550 888705024 11363 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8599/tid=8604] ppid=8597 vsize=867876 CPUtime=0
/proc/8599/task/8604/stat : 8604 (java) S 8597 8599 7759 0 -1 64 13 306 0 0 0 0 0 0 16 0 9 0 1983664550 888705024 11363 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8599/tid=8605] ppid=8597 vsize=867876 CPUtime=0
/proc/8599/task/8605/stat : 8605 (java) S 8597 8599 7759 0 -1 64 1 306 0 0 0 0 0 0 18 0 9 0 1983664552 888705024 11363 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8599/tid=8606] ppid=8597 vsize=867876 CPUtime=0.29
/proc/8599/task/8606/stat : 8606 (java) S 8597 8599 7759 0 -1 64 793 306 0 0 29 0 0 0 15 0 9 0 1983664552 888705024 11363 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8599/tid=8607] ppid=8597 vsize=867876 CPUtime=0
/proc/8599/task/8607/stat : 8607 (java) S 8597 8599 7759 0 -1 64 1 306 0 0 0 0 0 0 19 0 9 0 1983664552 888705024 11363 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8599/tid=8608] ppid=8597 vsize=867876 CPUtime=0
/proc/8599/task/8608/stat : 8608 (java) S 8597 8599 7759 0 -1 64 10 306 0 0 0 0 0 0 15 0 9 0 1983664552 888705024 11363 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 13.73
Current children cumulated vsize (KiB) 867876

[startup+14.3066 s]
/proc/loadavg: 2.07 2.02 2.00 3/89 8612
/proc/meminfo: memFree=1622936/2055924 swapFree=4180432/4192956
[pid=8599] ppid=8597 vsize=867876 CPUtime=14.11
/proc/8599/stat : 8599 (java) S 8597 8599 7759 0 -1 0 18086 306 1 0 1400 11 0 0 18 0 9 0 1983664547 888705024 11459 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8599/statm: 216969 11459 2632 9 0 211475 0
[pid=8599/tid=8601] ppid=8597 vsize=867876 CPUtime=13.74
/proc/8599/task/8601/stat : 8601 (java) S 8597 8599 7759 0 -1 64 13348 306 1 0 1366 8 0 0 25 0 9 0 1983664549 888705024 11459 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8599/tid=8602] ppid=8597 vsize=867876 CPUtime=0.04
/proc/8599/task/8602/stat : 8602 (java) S 8597 8599 7759 0 -1 64 3100 306 0 0 4 0 0 0 17 0 9 0 1983664550 888705024 11459 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=8599/tid=8603] ppid=8597 vsize=867876 CPUtime=0
/proc/8599/task/8603/stat : 8603 (java) S 8597 8599 7759 0 -1 64 16 306 0 0 0 0 0 0 17 0 9 0 1983664550 888705024 11459 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8599/tid=8604] ppid=8597 vsize=867876 CPUtime=0
/proc/8599/task/8604/stat : 8604 (java) S 8597 8599 7759 0 -1 64 13 306 0 0 0 0 0 0 16 0 9 0 1983664550 888705024 11459 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8599/tid=8605] ppid=8597 vsize=867876 CPUtime=0
/proc/8599/task/8605/stat : 8605 (java) S 8597 8599 7759 0 -1 64 1 306 0 0 0 0 0 0 18 0 9 0 1983664552 888705024 11459 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8599/tid=8606] ppid=8597 vsize=867876 CPUtime=0.29
/proc/8599/task/8606/stat : 8606 (java) S 8597 8599 7759 0 -1 64 793 306 0 0 29 0 0 0 15 0 9 0 1983664552 888705024 11459 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8599/tid=8607] ppid=8597 vsize=867876 CPUtime=0
/proc/8599/task/8607/stat : 8607 (java) S 8597 8599 7759 0 -1 64 1 306 0 0 0 0 0 0 19 0 9 0 1983664552 888705024 11459 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8599/tid=8608] ppid=8597 vsize=867876 CPUtime=0
/proc/8599/task/8608/stat : 8608 (java) S 8597 8599 7759 0 -1 64 10 306 0 0 0 0 0 0 15 0 9 0 1983664552 888705024 11459 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 14.11
Current children cumulated vsize (KiB) 867876

Child status: 0
Real time (s): 14.3222
CPU time (s): 14.1498
CPU user time (s): 14.0169
CPU system time (s): 0.132979
CPU usage (%): 98.7965
Max. virtual memory (cumulated for all children) (KiB): 867876

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 14.0169
system time used= 0.132979
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 18418
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= 1553
involuntary context switches= 2137

runsolver used 0.021996 second user time and 0.052991 second system time

The end

Launcher Data (download as text)

Begin job on node6 at 2008-07-03 03:01:33
IDJOB=1049801
IDBENCH=54847
IDSOLVER=363
FILE ID=node6/1049801-1215046893
PBS_JOBID= 7875161
Free space on /tmp= 66536 MiB

SOLVER NAME= Abscon 112v4 AC
BENCH NAME= CPAI08/csp/pseudo/routing/normalized-s3-3-3-1.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= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1049801-1215046893/watcher-1049801-1215046893 -o /tmp/evaluation-result-1049801-1215046893/solver-1049801-1215046893 -C 1800 -W 2200 -M 900 --output-limit 1,15  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution mac.xml 1 XSax HOME/instance-1049801-1215046893.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 8b74482a9fe920deb5d6814210633746
RANDOM SEED=1892115821

node6.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.265
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.265
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:      2055924 kB
MemFree:       1659136 kB
Buffers:         19764 kB
Cached:         121264 kB
SwapCached:       6328 kB
Active:         259584 kB
Inactive:        77892 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055924 kB
LowFree:       1659136 kB
SwapTotal:     4192956 kB
SwapFree:      4180432 kB
Dirty:            2240 kB
Writeback:           0 kB
Mapped:         210304 kB
Slab:            44044 kB
Committed_AS:  4011356 kB
PageTables:       2292 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= 66532 MiB
End job on node6 at 2008-07-03 03:01:47