Trace number 2097957

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 2.38164 2.45039

DiagnosticValue
CHECKS133861
NODES400

General information on the benchmark

Namecsp/rlfapGraphs/
normalized-graph2.xml
MD5SUM4b1880b220e0e2c53300bef9fd72ba3f
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.274957
Satisfiable
(Un)Satisfiability was proved
Number of variables400
Number of constraints2245
Maximum constraint arity2
Maximum domain size44
Number of constraints which are defined in extension0
Number of constraints which are defined in intension2245
Global constraints used (with number of constraints)

Solver Data

0.05/0.08	
0.05/0.08	Abscon 112 (May, 2008)
0.19/0.24	
0.19/0.24	   configuration
0.19/0.24	     name=mac.xml
0.19/0.27	   
0.19/0.27	   instance
0.19/0.27	     name=HOME/instance-2097957-1247414189.xml
0.29/0.31	   
0.29/0.31	   domains being loaded...
0.29/0.32	   
0.29/0.32	   variables being loaded...
0.29/0.40	     nbVariables=400  nbDomainTypes=5  minDomainSize=6  maxDomainSize=44  nbTotalValues=14624
0.29/0.40	       =>  wckTime=0.155  cpuTime=0.13  mem=8M868
0.29/0.40	   
0.29/0.40	   predicates being loaded...
0.38/0.46	   
0.38/0.46	   constraints being loaded...
1.77/1.86	     nbConstraints=2257  nbGlobalConstraints=12  nbConvertedConstraints=2245  nbConvertConstraintsChecks=2443832
1.77/1.86	     nbExtensionStructures=1789  nbSharedExtensionStructures=2130  nbConflictsStructures=1789
1.77/1.86	     nbSharedConflictsStructures=2130  nbSharedBinaryRepresentations=132450  minDegree=3  maxDegree=32  minArity=2
1.77/1.86	     avgArity=2.05  maxArity=14  nbGenerators=0  nbFusions=0  symmetryWckTime=0.174  symmetryCpuTime=0.12  nbCliques=12
1.77/1.86	       =>  wckTime=1.622  cpuTime=1.35  mem=38M181
1.88/1.97	   
1.88/1.97	   solver IterativeSystematicSolver being built... 
1.98/2.04	   
1.98/2.04	   INFO : Forward propagation technique limited 
2.07/2.12	       =>  wckTime=1.883  cpuTime=1.48  mem=25M112
2.07/2.15	   
2.07/2.15	   preprocessing
2.07/2.15	     nbConstraintChecks=0  nbPropagations=400  nbRevisions=0  nbUselessRevisions=0  nbRemovedValues=0
2.07/2.15	     detectedInconsistency=no
2.07/2.15	       =>  wckTime=0.025  cpuTime=0.02  mem=25M112
2.27/2.38	   
2.27/2.38	   search
2.27/2.38	     run=0  nbConstraintChecks=133861  minDepth=401  maxDepth=400  nbPropagations=2476  nbRevisions=4107
2.27/2.38	     nbUselessRevisions=1815  nbAssignments=400  nbFailedAssignments=0  nbBacktracks=0  nbVisitedNodes=401
2.27/2.38	     nbRestartNogoods=0  nbFoundSolutions=1  mapSize=0  nbInferences=0  nbTooLargeKeys=0  nbSEliminables=0
2.27/2.38	     nbREliminables=40.48  nbIEliminables=255.87  nbDEliminables=0  nbPEliminables=0
2.27/2.38	       =>  wckTime=0.255  cpuTime=0.2  mem=27M9
2.27/2.38	   
2.27/2.38	   global
2.27/2.38	     nbConstraintChecks=133861  nbPropagations=2876  nbRevisions=4107  nbUselessRevisions=1815  nbRestartNogoods=0
2.27/2.38	     solvingWckTime=0.257  solvingCpuTime=0.2  expiredTime=no  totalExploration=no  nbFoundSolutions=1
2.27/2.38	     firstSolutionCpuTime=1.67  globalCpuTime=1.71
2.27/2.38	       =>  wckTime=2.141  cpuTime=1.68  mem=27M9
2.27/2.38	   
2.27/2.38	s SATISFIABLE
2.27/2.38	v 414 652 156 394 16 254 652 414 554 792 554 792 268 30 254 16 16 254 16 254 16 254 652 414 554 792 652 414 254 16 652 414 282 44 156 394 156 394 554 792 554 792 792 554 268 30 254 16 792 554 666 428 478 240 792 554 652 414 394 156 554 792 30 268 268 30 554 792 554 792 170 408 16 254 16 254 268 30 652 414 554 792 156 394 652 414 652 414 268 30 652 414 30 268 792 554 778 540 156 394 156 394 156 394 156 394 30 268 554 792 554 792 142 380 16 254 778 540 240 478 394 156 156 394 30 268 30 268 240 478 254 16 652 414 478 240 554 792 156 394 540 778 268 30 554 792 156 394 428 666 792 554 16 254 240 478 554 792 86 324 792 554 478 240 554 792 778 540 86 324 540 778 778 540 414 652 268 30 240 478 268 30 128 366 540 778 652 414 240 478 652 414 554 792 268 30 254 16 254 16 156 394 380 142 554 792 394 156 414 652 394 156 240 478 254 16 554 792 414 652 792 554 554 792 16 254 408 170 254 16 394 156 540 778 540 778 268 30 156 394 394 156 652 414 30 268 240 478 540 778 652 414 156 394 240 478 652 414 408 170 554 792 240 478 240 478 442 680 44 282 666 428 666 428 554 792 30 268 30 268 30 268 792 554 240 478 254 16 254 16 478 240 408 170 268 30 240 478 240 478 142 380 254 16 554 792 652 414 478 240 240 478 240 478 156 394 240 478 540 778 16 254 652 414 554 792 394 156 268 30 366 128 652 414 764 526 554 792 478 240 394 156 254 16 414 652 540 778 240 478 240 478 414 652 156 394 442 680 428 666 792 554 414 652 44 282 414 652 296 58 16 254 156 394 254 16 16 254 156 394 792 554 792 554 554 792 268 30 414 652 16 254 254 16 428 666 156 394 268 30 
2.27/2.38	d NODES 400
2.27/2.38	d CHECKS 133861
2.27/2.38	   
2.27/2.38	   totalWckTime=2.207  totalCpuTime=1.71

Verifier Data

OK

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2097957-1247414189/watcher-2097957-1247414189 -o /tmp/evaluation-result-2097957-1247414189/solver-2097957-1247414189 -C 1800 -W 2000 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution mac.xml 1 XSax HOME/instance-2097957-1247414189.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.15 2.09 2.02 4/80 1955
/proc/meminfo: memFree=1753248/2055920 swapFree=4192812/4192956
[pid=1955] ppid=1953 vsize=152 CPUtime=0
/proc/1955/stat : 1955 (java) R 1953 1955 29707 0 -1 0 205 0 0 0 0 0 0 0 18 0 1 0 28482390 155648 26 996147200 134512640 134550932 4294955968 18446744073709551615 4309796 0 0 4096 0 0 0 0 17 0 0 0
/proc/1955/statm: 68 33 26 9 0 4 0

[startup+0.066789 s]
/proc/loadavg: 2.15 2.09 2.02 4/80 1955
/proc/meminfo: memFree=1753248/2055920 swapFree=4192812/4192956
[pid=1955] ppid=1953 vsize=864144 CPUtime=0.05
/proc/1955/stat : 1955 (java) S 1953 1955 29707 0 -1 0 3030 0 1 0 3 2 0 0 18 0 9 0 28482390 884883456 2515 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1955/statm: 216036 2520 1193 9 0 210929 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 864144

[startup+0.101792 s]
/proc/loadavg: 2.15 2.09 2.02 4/80 1955
/proc/meminfo: memFree=1753248/2055920 swapFree=4192812/4192956
[pid=1955] ppid=1953 vsize=865980 CPUtime=0.09
/proc/1955/stat : 1955 (java) S 1953 1955 29707 0 -1 0 3807 0 1 0 6 3 0 0 18 0 9 0 28482390 886763520 3258 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1955/statm: 216495 3259 1719 9 0 210980 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 865980

[startup+0.301805 s]
/proc/loadavg: 2.15 2.09 2.02 4/80 1955
/proc/meminfo: memFree=1753248/2055920 swapFree=4192812/4192956
[pid=1955] ppid=1953 vsize=866380 CPUtime=0.29
/proc/1955/stat : 1955 (java) S 1953 1955 29707 0 -1 0 6089 0 1 0 24 5 0 0 18 0 9 0 28482390 887173120 5455 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1955/statm: 216595 5455 1986 9 0 211053 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 866380

[startup+0.701831 s]
/proc/loadavg: 2.15 2.09 2.02 4/80 1955
/proc/meminfo: memFree=1753248/2055920 swapFree=4192812/4192956
[pid=1955] ppid=1953 vsize=867772 CPUtime=0.68
/proc/1955/stat : 1955 (java) S 1953 1955 29707 0 -1 0 9252 0 1 0 61 7 0 0 18 0 9 0 28482390 888598528 8606 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1955/statm: 216943 8607 2038 9 0 211379 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 867772

[startup+1.50189 s]
/proc/loadavg: 2.15 2.09 2.02 3/89 1964
/proc/meminfo: memFree=1722136/2055920 swapFree=4192812/4192956
[pid=1955] ppid=1953 vsize=867772 CPUtime=1.48
/proc/1955/stat : 1955 (java) S 1953 1955 29707 0 -1 0 12375 0 1 0 134 14 0 0 18 0 9 0 28482390 888598528 11726 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1955/statm: 216943 11726 2041 9 0 211379 0
[pid=1955/tid=1957] ppid=1953 vsize=867772 CPUtime=1.23
/proc/1955/task/1957/stat : 1957 (java) R 1953 1955 29707 0 -1 64 10946 0 1 0 110 13 0 0 25 0 9 0 28482390 888598528 11726 996147200 134512640 134550932 4294955968 18446744073709551615 4126997590 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1955/tid=1958] ppid=1953 vsize=867772 CPUtime=0
/proc/1955/task/1958/stat : 1958 (java) S 1953 1955 29707 0 -1 64 3 0 0 0 0 0 0 0 17 0 9 0 28482392 888598528 11726 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1955/tid=1959] ppid=1953 vsize=867772 CPUtime=0
/proc/1955/task/1959/stat : 1959 (java) S 1953 1955 29707 0 -1 64 11 0 0 0 0 0 0 0 22 0 9 0 28482392 888598528 11726 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1955/tid=1960] ppid=1953 vsize=867772 CPUtime=0
/proc/1955/task/1960/stat : 1960 (java) S 1953 1955 29707 0 -1 64 4 0 0 0 0 0 0 0 23 0 9 0 28482392 888598528 11726 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1955/tid=1961] ppid=1953 vsize=867772 CPUtime=0
/proc/1955/task/1961/stat : 1961 (java) S 1953 1955 29707 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 28482394 888598528 11726 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1955/tid=1962] ppid=1953 vsize=867772 CPUtime=0.24
/proc/1955/task/1962/stat : 1962 (java) S 1953 1955 29707 0 -1 64 730 0 0 0 24 0 0 0 16 0 9 0 28482394 888598528 11726 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1955/tid=1963] ppid=1953 vsize=867772 CPUtime=0
/proc/1955/task/1963/stat : 1963 (java) S 1953 1955 29707 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 28482394 888598528 11727 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1955/tid=1964] ppid=1953 vsize=867772 CPUtime=0
/proc/1955/task/1964/stat : 1964 (java) S 1953 1955 29707 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 28482394 888598528 11728 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 867772

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

[startup+1.90292 s]
/proc/loadavg: 2.15 2.09 2.02 3/89 1964
/proc/meminfo: memFree=1722136/2055920 swapFree=4192812/4192956
[pid=1955] ppid=1953 vsize=868552 CPUtime=1.88
/proc/1955/stat : 1955 (java) S 1953 1955 29707 0 -1 0 20346 405 1 0 167 18 2 1 18 0 11 0 28482390 889397248 13636 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1955/statm: 217138 13636 2103 9 0 211574 0
[pid=1955/tid=1957] ppid=1953 vsize=868552 CPUtime=1.56
/proc/1955/task/1957/stat : 1957 (java) S 1953 1955 29707 0 -1 64 15682 405 1 0 137 16 2 1 17 0 11 0 28482390 889397248 13636 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1955/tid=1958] ppid=1953 vsize=868552 CPUtime=0.05
/proc/1955/task/1958/stat : 1958 (java) R 1953 1955 29707 0 -1 64 2976 405 0 0 2 0 2 1 17 0 11 0 28482392 889397248 13636 996147200 134512640 134550932 4294955968 18446744073709551615 104190130 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1955/tid=1959] ppid=1953 vsize=868552 CPUtime=0.03
/proc/1955/task/1959/stat : 1959 (java) S 1953 1955 29707 0 -1 64 11 405 0 0 0 0 2 1 22 0 11 0 28482392 889397248 13636 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1955/tid=1960] ppid=1953 vsize=868552 CPUtime=0.03
/proc/1955/task/1960/stat : 1960 (java) S 1953 1955 29707 0 -1 64 4 405 0 0 0 0 2 1 23 0 11 0 28482392 889397248 13636 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1955/tid=1961] ppid=1953 vsize=868552 CPUtime=0.03
/proc/1955/task/1961/stat : 1961 (java) S 1953 1955 29707 0 -1 64 1 405 0 0 0 0 2 1 24 0 11 0 28482394 889397248 13636 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1955/tid=1962] ppid=1953 vsize=868552 CPUtime=0.3
/proc/1955/task/1962/stat : 1962 (java) S 1953 1955 29707 0 -1 64 866 405 0 0 27 0 2 1 16 0 11 0 28482394 889397248 13636 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1955/tid=1963] ppid=1953 vsize=868552 CPUtime=0.03
/proc/1955/task/1963/stat : 1963 (java) S 1953 1955 29707 0 -1 64 1 405 0 0 0 0 2 1 25 0 11 0 28482394 889397248 13636 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1955/tid=1964] ppid=1953 vsize=868552 CPUtime=0.03
/proc/1955/task/1964/stat : 1964 (java) S 1953 1955 29707 0 -1 64 13 405 0 0 0 0 2 1 15 0 11 0 28482394 889397248 13636 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.88
Current children cumulated vsize (KiB) 868552

[startup+2.30295 s]
/proc/loadavg: 2.13 2.08 2.02 3/89 1968
/proc/meminfo: memFree=1702296/2055920 swapFree=4192812/4192956
[pid=1955] ppid=1953 vsize=868548 CPUtime=2.27
/proc/1955/stat : 1955 (java) S 1953 1955 29707 0 -1 0 24719 405 1 0 204 20 2 1 18 0 9 0 28482390 889393152 15306 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1955/statm: 217137 15306 2659 9 0 211573 0
[pid=1955/tid=1957] ppid=1953 vsize=868548 CPUtime=1.82
/proc/1955/task/1957/stat : 1957 (java) R 1953 1955 29707 0 -1 64 18188 405 1 0 162 17 2 1 18 0 9 0 28482390 889393152 15306 996147200 134512640 134550932 4294955968 18446744073709551615 4127287150 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1955/tid=1958] ppid=1953 vsize=868548 CPUtime=0.11
/proc/1955/task/1958/stat : 1958 (java) S 1953 1955 29707 0 -1 64 4728 405 0 0 8 0 2 1 17 0 9 0 28482392 889393152 15306 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1955/tid=1959] ppid=1953 vsize=868548 CPUtime=0.03
/proc/1955/task/1959/stat : 1959 (java) S 1953 1955 29707 0 -1 64 18 405 0 0 0 0 2 1 16 0 9 0 28482392 889393152 15306 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1955/tid=1960] ppid=1953 vsize=868548 CPUtime=0.03
/proc/1955/task/1960/stat : 1960 (java) S 1953 1955 29707 0 -1 64 10 405 0 0 0 0 2 1 16 0 9 0 28482392 889393152 15306 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1955/tid=1961] ppid=1953 vsize=868548 CPUtime=0.03
/proc/1955/task/1961/stat : 1961 (java) S 1953 1955 29707 0 -1 64 1 405 0 0 0 0 2 1 24 0 9 0 28482394 889393152 15306 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1955/tid=1962] ppid=1953 vsize=868548 CPUtime=0.37
/proc/1955/task/1962/stat : 1962 (java) S 1953 1955 29707 0 -1 64 959 405 0 0 34 0 2 1 15 0 9 0 28482394 889393152 15306 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1955/tid=1963] ppid=1953 vsize=868548 CPUtime=0.03
/proc/1955/task/1963/stat : 1963 (java) S 1953 1955 29707 0 -1 64 1 405 0 0 0 0 2 1 25 0 9 0 28482394 889393152 15306 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1955/tid=1964] ppid=1953 vsize=868548 CPUtime=0.03
/proc/1955/task/1964/stat : 1964 (java) S 1953 1955 29707 0 -1 64 13 405 0 0 0 0 2 1 15 0 9 0 28482394 889393152 15306 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.27
Current children cumulated vsize (KiB) 868548

[startup+2.40295 s]
/proc/loadavg: 2.13 2.08 2.02 3/89 1968
/proc/meminfo: memFree=1702296/2055920 swapFree=4192812/4192956
[pid=1955] ppid=1953 vsize=868548 CPUtime=2.36
/proc/1955/stat : 1955 (java) S 1953 1955 29707 0 -1 0 24788 405 1 0 213 20 2 1 18 0 9 0 28482390 889393152 15317 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1955/statm: 217137 15317 2659 9 0 211573 0
[pid=1955/tid=1957] ppid=1953 vsize=868548 CPUtime=1.89
/proc/1955/task/1957/stat : 1957 (java) S 1953 1955 29707 0 -1 64 18252 405 1 0 169 17 2 1 18 0 9 0 28482390 889393152 15317 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1955/tid=1958] ppid=1953 vsize=868548 CPUtime=0.11
/proc/1955/task/1958/stat : 1958 (java) S 1953 1955 29707 0 -1 64 4728 405 0 0 8 0 2 1 17 0 9 0 28482392 889393152 15317 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1955/tid=1959] ppid=1953 vsize=868548 CPUtime=0.03
/proc/1955/task/1959/stat : 1959 (java) S 1953 1955 29707 0 -1 64 18 405 0 0 0 0 2 1 16 0 9 0 28482392 889393152 15317 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1955/tid=1960] ppid=1953 vsize=868548 CPUtime=0.03
/proc/1955/task/1960/stat : 1960 (java) S 1953 1955 29707 0 -1 64 10 405 0 0 0 0 2 1 16 0 9 0 28482392 889393152 15317 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1955/tid=1961] ppid=1953 vsize=868548 CPUtime=0.03
/proc/1955/task/1961/stat : 1961 (java) S 1953 1955 29707 0 -1 64 1 405 0 0 0 0 2 1 24 0 9 0 28482394 889393152 15317 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1955/tid=1962] ppid=1953 vsize=868548 CPUtime=0.38
/proc/1955/task/1962/stat : 1962 (java) S 1953 1955 29707 0 -1 64 964 405 0 0 35 0 2 1 15 0 9 0 28482394 889393152 15317 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1955/tid=1963] ppid=1953 vsize=868548 CPUtime=0.03
/proc/1955/task/1963/stat : 1963 (java) S 1953 1955 29707 0 -1 64 1 405 0 0 0 0 2 1 25 0 9 0 28482394 889393152 15317 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1955/tid=1964] ppid=1953 vsize=868548 CPUtime=0.03
/proc/1955/task/1964/stat : 1964 (java) S 1953 1955 29707 0 -1 64 13 405 0 0 0 0 2 1 15 0 9 0 28482394 889393152 15317 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.36
Current children cumulated vsize (KiB) 868548

Child status: 0
Real time (s): 2.45039
CPU time (s): 2.38164
CPU user time (s): 2.15667
CPU system time (s): 0.224965
CPU usage (%): 97.1941
Max. virtual memory (cumulated for all children) (KiB): 868552

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2.15667
system time used= 0.224965
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 25220
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= 1654
involuntary context switches= 1727

runsolver used 0.009998 second user time and 0.014997 second system time

The end

Launcher Data

Begin job on node52 at 2009-07-12 17:56:29
IDJOB=2097957
IDBENCH=58053
IDSOLVER=773
FILE ID=node52/2097957-1247414189
PBS_JOBID= 9510541
Free space on /tmp= 66144 MiB

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

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

MD5SUM BENCH= 4b1880b220e0e2c53300bef9fd72ba3f
RANDOM SEED=1487250466

node52.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.236
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.236
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:       1753728 kB
Buffers:         46128 kB
Cached:         150460 kB
SwapCached:          0 kB
Active:         142492 kB
Inactive:       102488 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1753728 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2404 kB
Writeback:           0 kB
Mapped:          68780 kB
Slab:            42352 kB
Committed_AS:  1021344 kB
PageTables:       1980 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= 66144 MiB
End job on node52 at 2009-07-12 17:56:32