Trace number 1060924

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 ACUNSAT 6.17606 6.25382

DiagnosticValue
CHECKS2773630
NODES2183

General information on the benchmark

Namecsp/pseudo/chnl/
normalized-chnl-10-15.xml
MD5SUM3cfc3f209680dfb37f186af7d36d0e99
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.06199
Satisfiable
(Un)Satisfiability was proved
Number of variables300
Number of constraints50
Maximum constraint arity15
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension50
Global constraints used (with number of constraints)

Solver Data (download as text)

0.02/0.09	
0.02/0.09	Abscon 112 (May, 2008)
0.19/0.25	
0.19/0.25	   configuration
0.19/0.25	     name=mac.xml
0.19/0.28	   
0.19/0.28	   instance
0.19/0.28	     name=HOME/instance-1060924-1215129177.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=300  nbDomainTypes=1  minDomainSize=2  maxDomainSize=2  nbTotalValues=600
0.28/0.39	       =>  wckTime=0.137  cpuTime=0.1  mem=7M853
0.28/0.39	   
0.28/0.39	   predicates being loaded...
0.39/0.45	   
0.39/0.45	   constraints being loaded...
0.69/0.72	     nbConstraints=97  nbGlobalConstraints=47  nbConflictsStructures=1  nbSharedConflictsStructures=29
0.69/0.72	     nbUnbuiltConflictsStructures=1  nbSharedBinaryRepresentations=0  nbEvaluationManagers=2
0.69/0.72	     nbSharedEvaluationManagers=48  minDegree=5  maxDegree=7  minArity=10  avgArity=20.62  maxArity=300  nbGenerators=47
0.69/0.72	     nbFusions=0  symmetryWckTime=0.132  symmetryCpuTime=0.08
0.69/0.72	       =>  wckTime=0.47  cpuTime=0.34  mem=20M665
0.69/0.79	   
0.79/0.80	   solver IterativeSystematicSolver being built... 
0.79/0.87	   
0.79/0.87	   INFO : Forward propagation technique limited 
0.89/0.95	       =>  wckTime=0.699  cpuTime=0.48  mem=23M893
0.89/0.97	   
0.89/0.97	   preprocessing
0.89/0.97	     nbConstraintChecks=320  nbValidityChecks=280  nbPropagations=300  nbRevisions=300  nbUselessRevisions=300
0.89/0.97	     nbRemovedValues=0  detectedInconsistency=no
0.89/0.97	       =>  wckTime=0.018  cpuTime=0.01  mem=23M893
5.15/5.21	   
5.15/5.21	   INFO : Stopping use of transposition table (mapSize=101, nbTooLargekeys=0, mem=25M860)
6.14/6.20	   
6.14/6.20	   search
6.14/6.20	     run=6  nbConstraintChecks=2773312  nbValidityChecks=37539  minDepth=0  maxDepth=113  nbPropagations=22253
6.14/6.20	     nbRevisions=89943  nbUselessRevisions=73252  nbAssignments=2183  nbFailedAssignments=268  nbBacktracks=1558
6.14/6.20	     nbVisitedNodes=2498  nbRestartNogoods=132  nbSEliminables=0  nbREliminables=205.86  nbIEliminables=55.93
6.14/6.20	     nbDEliminables=0  nbPEliminables=0
6.14/6.20	       =>  wckTime=5.253  cpuTime=5.13  mem=25M860
6.14/6.20	   
6.14/6.20	   global
6.14/6.20	     nbConstraintChecks=2773632  nbValidityChecks=37819  nbPropagations=22553  nbRevisions=90243
6.14/6.20	     nbUselessRevisions=73552  nbRestartNogoods=132  solvingWckTime=5.255  solvingCpuTime=5.13  expiredTime=no
6.14/6.20	     totalExploration=yes  nbFoundSolutions=0  globalCpuTime=5.66
6.14/6.20	       =>  wckTime=5.955  cpuTime=5.61  mem=25M860
6.14/6.20	   
6.14/6.20	s UNSATISFIABLE
6.14/6.20	d NODES 2183
6.14/6.20	d CHECKS 2773632
6.14/6.21	   
6.14/6.21	   totalWckTime=6.021  totalCpuTime=5.66

Verifier Data (download as text)

No possible verification on an UNSAT instance

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-1060924-1215129177/watcher-1060924-1215129177 -o /tmp/evaluation-result-1060924-1215129177/solver-1060924-1215129177 -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-1060924-1215129177.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.81 1.93 1.90 4/74 24280
/proc/meminfo: memFree=1554272/2055920 swapFree=4121304/4192956
[pid=24280] ppid=24278 vsize=10616 CPUtime=0
/proc/24280/stat : 24280 (java) S 24278 24280 24139 0 -1 0 676 0 0 0 0 0 0 0 18 0 2 0 1542591773 10870784 472 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/24280/statm: 2654 472 209 9 0 1184 0
[pid=24280/tid=24281] ppid=24278 vsize=10616 CPUtime=0
/proc/24280/task/24281/stat : 24281 (java) R 24278 24280 24139 0 -1 64 0 0 0 0 0 0 0 0 19 0 2 0 1542591775 10870784 472 996147200 134512640 134550740 4294955984 18446744073709551615 7774168 0 0 4096 0 0 0 0 -1 1 0 0

[startup+0.042792 s]
/proc/loadavg: 1.81 1.93 1.90 4/74 24280
/proc/meminfo: memFree=1554272/2055920 swapFree=4121304/4192956
[pid=24280] ppid=24278 vsize=861876 CPUtime=0.02
/proc/24280/stat : 24280 (java) S 24278 24280 24139 0 -1 0 2254 0 1 0 1 1 0 0 18 0 5 0 1542591773 882561024 1863 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 1 0 0
/proc/24280/statm: 215469 1879 860 9 0 210448 0
[pid=24280/tid=24281] ppid=24278 vsize=861876 CPUtime=0.02
/proc/24280/task/24281/stat : 24281 (java) D 24278 24280 24139 0 -1 64 1580 0 1 0 1 1 0 0 17 0 5 0 1542591775 882561024 1879 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 2147483391 0 16800971 18446744072099781622 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 861876

[startup+0.108737 s]
/proc/loadavg: 1.81 1.93 1.90 4/74 24280
/proc/meminfo: memFree=1554272/2055920 swapFree=4121304/4192956
[pid=24280] ppid=24278 vsize=865884 CPUtime=0.09
/proc/24280/stat : 24280 (java) S 24278 24280 24139 0 -1 0 3794 0 1 0 7 2 0 0 18 0 9 0 1542591773 886665216 3245 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24280/statm: 216471 3245 1720 9 0 211026 0
[pid=24280/tid=24281] ppid=24278 vsize=865884 CPUtime=0.07
/proc/24280/task/24281/stat : 24281 (java) R 24278 24280 24139 0 -1 64 2877 0 1 0 6 1 0 0 18 0 9 0 1542591775 886665216 3245 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 865884

[startup+0.301771 s]
/proc/loadavg: 1.81 1.93 1.90 4/74 24280
/proc/meminfo: memFree=1554272/2055920 swapFree=4121304/4192956
[pid=24280] ppid=24278 vsize=867172 CPUtime=0.28
/proc/24280/stat : 24280 (java) S 24278 24280 24139 0 -1 0 5890 0 1 0 24 4 0 0 18 0 9 0 1542591773 887984128 5264 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24280/statm: 216793 5264 1954 9 0 211321 0
[pid=24280/tid=24281] ppid=24278 vsize=867172 CPUtime=0.24
/proc/24280/task/24281/stat : 24281 (java) R 24278 24280 24139 0 -1 64 4904 0 1 0 21 3 0 0 17 0 9 0 1542591775 887984128 5264 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 867172

[startup+0.70184 s]
/proc/loadavg: 1.81 1.93 1.90 4/74 24280
/proc/meminfo: memFree=1554272/2055920 swapFree=4121304/4192956
[pid=24280] ppid=24278 vsize=867704 CPUtime=0.69
/proc/24280/stat : 24280 (java) S 24278 24280 24139 0 -1 0 10221 186 1 0 61 7 1 0 18 0 10 0 1542591773 888528896 8585 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24280/statm: 216926 8585 2019 9 0 211432 0
[pid=24280/tid=24281] ppid=24278 vsize=867704 CPUtime=0.54
/proc/24280/task/24281/stat : 24281 (java) R 24278 24280 24139 0 -1 64 8764 186 1 0 48 5 1 0 17 0 10 0 1542591775 888528896 8585 996147200 134512640 134550740 4294955984 18446744073709551615 4126793479 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 867704

[startup+1.50198 s]
/proc/loadavg: 1.81 1.93 1.90 3/83 24293
/proc/meminfo: memFree=1519064/2055920 swapFree=4121304/4192956
[pid=24280] ppid=24278 vsize=867704 CPUtime=1.48
/proc/24280/stat : 24280 (java) S 24278 24280 24139 0 -1 0 17356 311 1 0 137 10 1 0 18 0 9 0 1542591773 888528896 11396 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24280/statm: 216926 11396 2632 9 0 211432 0
[pid=24280/tid=24281] ppid=24278 vsize=867704 CPUtime=1.2
/proc/24280/task/24281/stat : 24281 (java) R 24278 24280 24139 0 -1 64 13120 311 1 0 111 8 1 0 23 0 9 0 1542591775 888528896 11396 996147200 134512640 134550740 4294955984 18446744073709551615 4126667409 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24280/tid=24283] ppid=24278 vsize=867704 CPUtime=0.05
/proc/24280/task/24283/stat : 24283 (java) S 24278 24280 24139 0 -1 64 2532 311 0 0 4 0 1 0 16 0 9 0 1542591776 888528896 11396 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24280/tid=24284] ppid=24278 vsize=867704 CPUtime=0.01
/proc/24280/task/24284/stat : 24284 (java) S 24278 24280 24139 0 -1 64 14 311 0 0 0 0 1 0 16 0 9 0 1542591776 888528896 11396 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24280/tid=24285] ppid=24278 vsize=867704 CPUtime=0.01
/proc/24280/task/24285/stat : 24285 (java) S 24278 24280 24139 0 -1 64 14 311 0 0 0 0 1 0 15 0 9 0 1542591776 888528896 11396 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24280/tid=24286] ppid=24278 vsize=867704 CPUtime=0.01
/proc/24280/task/24286/stat : 24286 (java) S 24278 24280 24139 0 -1 64 1 311 0 0 0 0 1 0 18 0 9 0 1542591778 888528896 11396 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24280/tid=24287] ppid=24278 vsize=867704 CPUtime=0.21
/proc/24280/task/24287/stat : 24287 (java) S 24278 24280 24139 0 -1 64 853 311 0 0 20 0 1 0 15 0 9 0 1542591778 888528896 11396 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24280/tid=24288] ppid=24278 vsize=867704 CPUtime=0.01
/proc/24280/task/24288/stat : 24288 (java) S 24278 24280 24139 0 -1 64 2 311 0 0 0 0 1 0 19 0 9 0 1542591778 888528896 11396 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24280/tid=24289] ppid=24278 vsize=867704 CPUtime=0.01
/proc/24280/task/24289/stat : 24289 (java) S 24278 24280 24139 0 -1 64 9 311 0 0 0 0 1 0 15 0 9 0 1542591778 888528896 11396 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 867704

[startup+3.10225 s]
/proc/loadavg: 1.81 1.93 1.90 3/83 24293
/proc/meminfo: memFree=1518680/2055920 swapFree=4121304/4192956
[pid=24280] ppid=24278 vsize=867704 CPUtime=3.07
/proc/24280/stat : 24280 (java) S 24278 24280 24139 0 -1 0 17404 311 1 0 296 10 1 0 18 0 9 0 1542591773 888528896 11442 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24280/statm: 216926 11442 2632 9 0 211432 0
[pid=24280/tid=24281] ppid=24278 vsize=867704 CPUtime=2.78
/proc/24280/task/24281/stat : 24281 (java) R 24278 24280 24139 0 -1 64 13157 311 1 0 269 8 1 0 25 0 9 0 1542591775 888528896 11442 996147200 134512640 134550740 4294955984 18446744073709551615 4126666404 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24280/tid=24283] ppid=24278 vsize=867704 CPUtime=0.05
/proc/24280/task/24283/stat : 24283 (java) S 24278 24280 24139 0 -1 64 2532 311 0 0 4 0 1 0 17 0 9 0 1542591776 888528896 11442 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24280/tid=24284] ppid=24278 vsize=867704 CPUtime=0.01
/proc/24280/task/24284/stat : 24284 (java) S 24278 24280 24139 0 -1 64 14 311 0 0 0 0 1 0 16 0 9 0 1542591776 888528896 11442 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24280/tid=24285] ppid=24278 vsize=867704 CPUtime=0.01
/proc/24280/task/24285/stat : 24285 (java) S 24278 24280 24139 0 -1 64 14 311 0 0 0 0 1 0 15 0 9 0 1542591776 888528896 11442 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24280/tid=24286] ppid=24278 vsize=867704 CPUtime=0.01
/proc/24280/task/24286/stat : 24286 (java) S 24278 24280 24139 0 -1 64 1 311 0 0 0 0 1 0 18 0 9 0 1542591778 888528896 11442 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24280/tid=24287] ppid=24278 vsize=867704 CPUtime=0.23
/proc/24280/task/24287/stat : 24287 (java) S 24278 24280 24139 0 -1 64 864 311 0 0 22 0 1 0 15 0 9 0 1542591778 888528896 11442 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24280/tid=24288] ppid=24278 vsize=867704 CPUtime=0.01
/proc/24280/task/24288/stat : 24288 (java) S 24278 24280 24139 0 -1 64 2 311 0 0 0 0 1 0 19 0 9 0 1542591778 888528896 11442 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24280/tid=24289] ppid=24278 vsize=867704 CPUtime=0.01
/proc/24280/task/24289/stat : 24289 (java) S 24278 24280 24139 0 -1 64 9 311 0 0 0 0 1 0 15 0 9 0 1542591778 888528896 11442 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 867704

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

[startup+4.70253 s]
/proc/loadavg: 1.82 1.93 1.90 3/83 24293
/proc/meminfo: memFree=1518232/2055920 swapFree=4121304/4192956
[pid=24280] ppid=24278 vsize=867704 CPUtime=4.65
/proc/24280/stat : 24280 (java) S 24278 24280 24139 0 -1 0 17488 311 1 0 454 10 1 0 18 0 9 0 1542591773 888528896 11524 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24280/statm: 216926 11524 2632 9 0 211432 0
[pid=24280/tid=24281] ppid=24278 vsize=867704 CPUtime=4.34
/proc/24280/task/24281/stat : 24281 (java) R 24278 24280 24139 0 -1 64 13231 311 1 0 425 8 1 0 25 0 9 0 1542591775 888528896 11524 996147200 134512640 134550740 4294955984 18446744073709551615 4126668725 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24280/tid=24283] ppid=24278 vsize=867704 CPUtime=0.05
/proc/24280/task/24283/stat : 24283 (java) S 24278 24280 24139 0 -1 64 2532 311 0 0 4 0 1 0 16 0 9 0 1542591776 888528896 11524 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24280/tid=24284] ppid=24278 vsize=867704 CPUtime=0.01
/proc/24280/task/24284/stat : 24284 (java) S 24278 24280 24139 0 -1 64 14 311 0 0 0 0 1 0 16 0 9 0 1542591776 888528896 11524 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24280/tid=24285] ppid=24278 vsize=867704 CPUtime=0.01
/proc/24280/task/24285/stat : 24285 (java) S 24278 24280 24139 0 -1 64 14 311 0 0 0 0 1 0 15 0 9 0 1542591776 888528896 11524 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24280/tid=24286] ppid=24278 vsize=867704 CPUtime=0.01
/proc/24280/task/24286/stat : 24286 (java) S 24278 24280 24139 0 -1 64 1 311 0 0 0 0 1 0 18 0 9 0 1542591778 888528896 11524 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24280/tid=24287] ppid=24278 vsize=867704 CPUtime=0.24
/proc/24280/task/24287/stat : 24287 (java) S 24278 24280 24139 0 -1 64 874 311 0 0 23 0 1 0 15 0 9 0 1542591778 888528896 11524 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24280/tid=24288] ppid=24278 vsize=867704 CPUtime=0.01
/proc/24280/task/24288/stat : 24288 (java) S 24278 24280 24139 0 -1 64 2 311 0 0 0 0 1 0 19 0 9 0 1542591778 888528896 11524 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24280/tid=24289] ppid=24278 vsize=867704 CPUtime=0.01
/proc/24280/task/24289/stat : 24289 (java) S 24278 24280 24139 0 -1 64 9 311 0 0 0 0 1 0 15 0 9 0 1542591778 888528896 11524 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 4.65
Current children cumulated vsize (KiB) 867704

[startup+5.50667 s]
/proc/loadavg: 1.82 1.93 1.90 3/83 24293
/proc/meminfo: memFree=1517912/2055920 swapFree=4121304/4192956
[pid=24280] ppid=24278 vsize=867704 CPUtime=5.45
/proc/24280/stat : 24280 (java) S 24278 24280 24139 0 -1 0 17520 311 1 0 534 10 1 0 18 0 9 0 1542591773 888528896 11555 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24280/statm: 216926 11555 2632 9 0 211432 0
[pid=24280/tid=24281] ppid=24278 vsize=867704 CPUtime=5.13
/proc/24280/task/24281/stat : 24281 (java) R 24278 24280 24139 0 -1 64 13255 311 1 0 504 8 1 0 25 0 9 0 1542591775 888528896 11555 996147200 134512640 134550740 4294955984 18446744073709551615 4126665011 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24280/tid=24283] ppid=24278 vsize=867704 CPUtime=0.05
/proc/24280/task/24283/stat : 24283 (java) S 24278 24280 24139 0 -1 64 2532 311 0 0 4 0 1 0 17 0 9 0 1542591776 888528896 11555 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24280/tid=24284] ppid=24278 vsize=867704 CPUtime=0.01
/proc/24280/task/24284/stat : 24284 (java) S 24278 24280 24139 0 -1 64 14 311 0 0 0 0 1 0 16 0 9 0 1542591776 888528896 11555 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24280/tid=24285] ppid=24278 vsize=867704 CPUtime=0.01
/proc/24280/task/24285/stat : 24285 (java) S 24278 24280 24139 0 -1 64 14 311 0 0 0 0 1 0 15 0 9 0 1542591776 888528896 11555 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24280/tid=24286] ppid=24278 vsize=867704 CPUtime=0.01
/proc/24280/task/24286/stat : 24286 (java) S 24278 24280 24139 0 -1 64 1 311 0 0 0 0 1 0 18 0 9 0 1542591778 888528896 11555 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24280/tid=24287] ppid=24278 vsize=867704 CPUtime=0.25
/proc/24280/task/24287/stat : 24287 (java) S 24278 24280 24139 0 -1 64 882 311 0 0 24 0 1 0 16 0 9 0 1542591778 888528896 11555 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24280/tid=24288] ppid=24278 vsize=867704 CPUtime=0.01
/proc/24280/task/24288/stat : 24288 (java) S 24278 24280 24139 0 -1 64 2 311 0 0 0 0 1 0 19 0 9 0 1542591778 888528896 11555 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24280/tid=24289] ppid=24278 vsize=867704 CPUtime=0.01
/proc/24280/task/24289/stat : 24289 (java) S 24278 24280 24139 0 -1 64 9 311 0 0 0 0 1 0 15 0 9 0 1542591778 888528896 11555 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 5.45
Current children cumulated vsize (KiB) 867704

[startup+5.90174 s]
/proc/loadavg: 1.82 1.93 1.90 3/83 24293
/proc/meminfo: memFree=1517912/2055920 swapFree=4121304/4192956
[pid=24280] ppid=24278 vsize=867704 CPUtime=5.84
/proc/24280/stat : 24280 (java) S 24278 24280 24139 0 -1 0 17521 311 1 0 573 10 1 0 18 0 9 0 1542591773 888528896 11556 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24280/statm: 216926 11556 2632 9 0 211432 0
[pid=24280/tid=24281] ppid=24278 vsize=867704 CPUtime=5.52
/proc/24280/task/24281/stat : 24281 (java) R 24278 24280 24139 0 -1 64 13255 311 1 0 543 8 1 0 25 0 9 0 1542591775 888528896 11556 996147200 134512640 134550740 4294955984 18446744073709551615 4126670857 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24280/tid=24283] ppid=24278 vsize=867704 CPUtime=0.05
/proc/24280/task/24283/stat : 24283 (java) S 24278 24280 24139 0 -1 64 2532 311 0 0 4 0 1 0 17 0 9 0 1542591776 888528896 11556 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24280/tid=24284] ppid=24278 vsize=867704 CPUtime=0.01
/proc/24280/task/24284/stat : 24284 (java) S 24278 24280 24139 0 -1 64 14 311 0 0 0 0 1 0 16 0 9 0 1542591776 888528896 11556 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24280/tid=24285] ppid=24278 vsize=867704 CPUtime=0.01
/proc/24280/task/24285/stat : 24285 (java) S 24278 24280 24139 0 -1 64 14 311 0 0 0 0 1 0 15 0 9 0 1542591776 888528896 11556 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24280/tid=24286] ppid=24278 vsize=867704 CPUtime=0.01
/proc/24280/task/24286/stat : 24286 (java) S 24278 24280 24139 0 -1 64 1 311 0 0 0 0 1 0 18 0 9 0 1542591778 888528896 11556 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24280/tid=24287] ppid=24278 vsize=867704 CPUtime=0.25
/proc/24280/task/24287/stat : 24287 (java) S 24278 24280 24139 0 -1 64 883 311 0 0 24 0 1 0 15 0 9 0 1542591778 888528896 11556 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24280/tid=24288] ppid=24278 vsize=867704 CPUtime=0.01
/proc/24280/task/24288/stat : 24288 (java) S 24278 24280 24139 0 -1 64 2 311 0 0 0 0 1 0 19 0 9 0 1542591778 888528896 11556 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24280/tid=24289] ppid=24278 vsize=867704 CPUtime=0.01
/proc/24280/task/24289/stat : 24289 (java) S 24278 24280 24139 0 -1 64 9 311 0 0 0 0 1 0 15 0 9 0 1542591778 888528896 11556 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 5.84
Current children cumulated vsize (KiB) 867704

[startup+6.10177 s]
/proc/loadavg: 1.82 1.93 1.90 3/83 24293
/proc/meminfo: memFree=1517912/2055920 swapFree=4121304/4192956
[pid=24280] ppid=24278 vsize=867704 CPUtime=6.04
/proc/24280/stat : 24280 (java) S 24278 24280 24139 0 -1 0 17521 311 1 0 593 10 1 0 18 0 9 0 1542591773 888528896 11556 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24280/statm: 216926 11556 2632 9 0 211432 0
[pid=24280/tid=24281] ppid=24278 vsize=867704 CPUtime=5.72
/proc/24280/task/24281/stat : 24281 (java) R 24278 24280 24139 0 -1 64 13255 311 1 0 563 8 1 0 25 0 9 0 1542591775 888528896 11556 996147200 134512640 134550740 4294955984 18446744073709551615 4126894414 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24280/tid=24283] ppid=24278 vsize=867704 CPUtime=0.05
/proc/24280/task/24283/stat : 24283 (java) S 24278 24280 24139 0 -1 64 2532 311 0 0 4 0 1 0 17 0 9 0 1542591776 888528896 11556 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24280/tid=24284] ppid=24278 vsize=867704 CPUtime=0.01
/proc/24280/task/24284/stat : 24284 (java) S 24278 24280 24139 0 -1 64 14 311 0 0 0 0 1 0 16 0 9 0 1542591776 888528896 11556 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24280/tid=24285] ppid=24278 vsize=867704 CPUtime=0.01
/proc/24280/task/24285/stat : 24285 (java) S 24278 24280 24139 0 -1 64 14 311 0 0 0 0 1 0 15 0 9 0 1542591776 888528896 11556 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24280/tid=24286] ppid=24278 vsize=867704 CPUtime=0.01
/proc/24280/task/24286/stat : 24286 (java) S 24278 24280 24139 0 -1 64 1 311 0 0 0 0 1 0 18 0 9 0 1542591778 888528896 11556 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24280/tid=24287] ppid=24278 vsize=867704 CPUtime=0.25
/proc/24280/task/24287/stat : 24287 (java) S 24278 24280 24139 0 -1 64 883 311 0 0 24 0 1 0 15 0 9 0 1542591778 888528896 11556 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24280/tid=24288] ppid=24278 vsize=867704 CPUtime=0.01
/proc/24280/task/24288/stat : 24288 (java) S 24278 24280 24139 0 -1 64 2 311 0 0 0 0 1 0 19 0 9 0 1542591778 888528896 11556 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24280/tid=24289] ppid=24278 vsize=867704 CPUtime=0.01
/proc/24280/task/24289/stat : 24289 (java) S 24278 24280 24139 0 -1 64 9 311 0 0 0 0 1 0 15 0 9 0 1542591778 888528896 11556 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.04
Current children cumulated vsize (KiB) 867704

[startup+6.20179 s]
/proc/loadavg: 1.82 1.93 1.90 3/83 24293
/proc/meminfo: memFree=1517912/2055920 swapFree=4121304/4192956
[pid=24280] ppid=24278 vsize=867704 CPUtime=6.14
/proc/24280/stat : 24280 (java) S 24278 24280 24139 0 -1 0 17522 311 1 0 603 10 1 0 18 0 9 0 1542591773 888528896 11556 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24280/statm: 216926 11556 2632 9 0 211432 0
[pid=24280/tid=24281] ppid=24278 vsize=867704 CPUtime=5.82
/proc/24280/task/24281/stat : 24281 (java) R 24278 24280 24139 0 -1 64 13256 311 1 0 573 8 1 0 25 0 9 0 1542591775 888528896 11556 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24280/tid=24283] ppid=24278 vsize=867704 CPUtime=0.05
/proc/24280/task/24283/stat : 24283 (java) S 24278 24280 24139 0 -1 64 2532 311 0 0 4 0 1 0 17 0 9 0 1542591776 888528896 11556 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24280/tid=24284] ppid=24278 vsize=867704 CPUtime=0.01
/proc/24280/task/24284/stat : 24284 (java) S 24278 24280 24139 0 -1 64 14 311 0 0 0 0 1 0 16 0 9 0 1542591776 888528896 11556 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24280/tid=24285] ppid=24278 vsize=867704 CPUtime=0.01
/proc/24280/task/24285/stat : 24285 (java) S 24278 24280 24139 0 -1 64 14 311 0 0 0 0 1 0 15 0 9 0 1542591776 888528896 11556 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24280/tid=24286] ppid=24278 vsize=867704 CPUtime=0.01
/proc/24280/task/24286/stat : 24286 (java) S 24278 24280 24139 0 -1 64 1 311 0 0 0 0 1 0 18 0 9 0 1542591778 888528896 11556 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24280/tid=24287] ppid=24278 vsize=867704 CPUtime=0.25
/proc/24280/task/24287/stat : 24287 (java) R 24278 24280 24139 0 -1 64 883 311 0 0 24 0 1 0 16 0 9 0 1542591778 888528896 11556 996147200 134512640 134550740 4294955984 18446744073709551615 102135196 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24280/tid=24288] ppid=24278 vsize=867704 CPUtime=0.01
/proc/24280/task/24288/stat : 24288 (java) S 24278 24280 24139 0 -1 64 2 311 0 0 0 0 1 0 19 0 9 0 1542591778 888528896 11556 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24280/tid=24289] ppid=24278 vsize=867704 CPUtime=0.01
/proc/24280/task/24289/stat : 24289 (java) S 24278 24280 24139 0 -1 64 9 311 0 0 0 0 1 0 15 0 9 0 1542591778 888528896 11556 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.14
Current children cumulated vsize (KiB) 867704

Child status: 0
Real time (s): 6.25382
CPU time (s): 6.17606
CPU user time (s): 6.05608
CPU system time (s): 0.119981
CPU usage (%): 98.7566
Max. virtual memory (cumulated for all children) (KiB): 867704

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 6.05608
system time used= 0.119981
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17950
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= 1458
involuntary context switches= 1597

runsolver used 0.014997 second user time and 0.022996 second system time

The end

Launcher Data (download as text)

Begin job on node14 at 2008-07-04 01:52:57
IDJOB=1060924
IDBENCH=54496
IDSOLVER=363
FILE ID=node14/1060924-1215129177
PBS_JOBID= 7877311
Free space on /tmp= 66532 MiB

SOLVER NAME= Abscon 112v4 AC
BENCH NAME= CPAI08/csp/pseudo/chnl/normalized-chnl-10-15.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-1060924-1215129177/watcher-1060924-1215129177 -o /tmp/evaluation-result-1060924-1215129177/solver-1060924-1215129177 -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-1060924-1215129177.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 3cfc3f209680dfb37f186af7d36d0e99
RANDOM SEED=946722779

node14.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.267
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	: 5931.00
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.267
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:       1554752 kB
Buffers:         43876 kB
Cached:         290312 kB
SwapCached:      65788 kB
Active:         267720 kB
Inactive:       169720 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1554752 kB
SwapTotal:     4192956 kB
SwapFree:      4121304 kB
Dirty:            2480 kB
Writeback:           0 kB
Mapped:         110308 kB
Slab:            48688 kB
Committed_AS:  2991160 kB
PageTables:       2056 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= 66528 MiB
End job on node14 at 2008-07-04 01:53:04