Trace number 2097947

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.79957 2.87207

DiagnosticValue
CHECKS398868
NODES565

General information on the benchmark

Namecsp/rlfapGraphs/
normalized-graph4.xml
MD5SUM1d376505df682ff1d994068cd4d20457
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.38894
Satisfiable
(Un)Satisfiability was proved
Number of variables400
Number of constraints2244
Maximum constraint arity2
Maximum domain size44
Number of constraints which are defined in extension0
Number of constraints which are defined in intension2244
Global constraints used (with number of constraints)

Solver Data

0.02/0.08	
0.02/0.08	Abscon 112 (May, 2008)
0.19/0.23	
0.19/0.23	   configuration
0.19/0.23	     name=mac.xml
0.29/0.32	   
0.29/0.32	   instance
0.29/0.32	     name=HOME/instance-2097947-1247414184.xml
0.29/0.35	   
0.29/0.35	   domains being loaded...
0.29/0.37	   
0.29/0.37	   variables being loaded...
0.38/0.47	     nbVariables=400  nbDomainTypes=6  minDomainSize=22  maxDomainSize=44  nbTotalValues=15592
0.38/0.47	       =>  wckTime=0.233  cpuTime=0.19  mem=8M869
0.38/0.47	   
0.38/0.47	   predicates being loaded...
0.48/0.57	   
0.48/0.57	   constraints being loaded...
2.05/2.15	     nbConstraints=2259  nbGlobalConstraints=15  nbConvertedConstraints=2244  nbConvertConstraintsChecks=2724244
2.05/2.15	     nbExtensionStructures=1775  nbSharedExtensionStructures=1931  nbConflictsStructures=1775
2.05/2.15	     nbSharedConflictsStructures=1931  nbSharedBinaryRepresentations=137438  minDegree=4  maxDegree=21  minArity=2
2.05/2.15	     avgArity=2.05  maxArity=14  nbGenerators=0  nbFusions=0  symmetryWckTime=0.178  symmetryCpuTime=0.11  nbCliques=15
2.05/2.15	       =>  wckTime=1.912  cpuTime=1.58  mem=39M125
2.17/2.25	   
2.17/2.25	   solver IterativeSystematicSolver being built... 
2.26/2.32	   
2.26/2.32	   INFO : Forward propagation technique limited 
2.36/2.40	       =>  wckTime=2.164  cpuTime=1.69  mem=25M204
2.36/2.43	   
2.36/2.43	   preprocessing
2.36/2.43	     nbConstraintChecks=8123  nbPropagations=407  nbRevisions=230  nbUselessRevisions=131  nbRemovedValues=776
2.36/2.43	     detectedInconsistency=no
2.36/2.43	       =>  wckTime=0.031  cpuTime=0.02  mem=25M204
2.76/2.81	   
2.76/2.81	   search
2.76/2.81	     run=1  nbConstraintChecks=390745  minDepth=183  maxDepth=400  nbPropagations=7644  nbRevisions=42384
2.76/2.81	     nbUselessRevisions=33484  nbAssignments=565  nbFailedAssignments=13  nbBacktracks=0  nbVisitedNodes=579
2.76/2.81	     nbRestartNogoods=10  nbFoundSolutions=1  mapSize=0  nbInferences=0  nbTooLargeKeys=0  nbSEliminables=0
2.76/2.81	     nbREliminables=25.68  nbIEliminables=320.9  nbDEliminables=0  nbPEliminables=0
2.76/2.81	       =>  wckTime=0.41  cpuTime=0.35  mem=28M69
2.76/2.82	   
2.76/2.82	   global
2.76/2.82	     nbConstraintChecks=398868  nbPropagations=8051  nbRevisions=42614  nbUselessRevisions=33615  nbRestartNogoods=10
2.76/2.82	     solvingWckTime=0.412  solvingCpuTime=0.35  expiredTime=no  totalExploration=no  nbFoundSolutions=1
2.76/2.82	     firstSolutionCpuTime=2.04  globalCpuTime=2.11
2.76/2.82	       =>  wckTime=2.579  cpuTime=2.05  mem=28M69
2.76/2.82	   
2.76/2.82	s SATISFIABLE
2.76/2.82	v 352 114 380 142 324 86 428 666 554 792 282 44 268 30 310 72 380 142 554 792 254 16 352 114 254 16 254 16 526 764 456 694 554 792 540 778 428 666 310 72 296 58 442 680 324 86 442 680 268 30 792 554 282 44 540 778 380 142 470 708 526 764 268 30 380 142 456 694 254 16 512 750 428 666 554 792 540 778 380 142 512 750 394 156 456 694 268 30 394 156 414 652 512 750 254 16 540 778 268 30 414 652 394 156 310 72 540 778 526 764 554 792 282 44 268 30 414 652 484 722 296 58 282 44 268 30 414 652 428 666 442 680 380 142 512 750 498 736 554 792 254 16 470 708 414 652 394 156 352 114 296 58 414 652 554 792 554 792 324 86 268 30 380 142 366 128 442 680 268 30 554 792 526 764 296 58 414 652 498 736 394 156 380 142 324 86 414 652 414 652 526 764 268 30 456 694 428 666 268 30 310 72 428 666 338 100 484 722 554 792 540 778 282 44 512 750 282 44 554 792 414 652 254 16 526 764 526 764 442 680 428 666 498 736 512 750 428 666 484 722 414 652 456 694 526 764 470 708 778 540 268 30 456 694 554 792 484 722 512 750 380 142 380 142 296 58 254 16 554 792 456 694 324 86 792 554 484 722 414 652 554 792 498 736 366 128 554 792 470 708 540 778 254 16 414 652 512 750 428 666 512 750 324 86 456 694 254 16 428 666 338 100 282 44 268 30 394 156 380 142 338 100 554 792 268 30 554 792 498 736 366 128 254 16 526 764 338 100 498 736 268 30 268 30 338 100 366 128 554 792 366 128 442 680 366 128 414 652 470 708 380 142 470 708 456 694 324 86 414 652 380 142 428 666 442 680 526 764 470 708 442 680 352 114 254 16 296 58 380 142 394 156 554 792 554 792 394 156 540 778 
2.76/2.82	d NODES 565
2.76/2.82	d CHECKS 398868
2.76/2.82	   
2.76/2.82	   totalWckTime=2.634  totalCpuTime=2.13

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-2097947-1247414184/watcher-2097947-1247414184 -o /tmp/evaluation-result-2097947-1247414184/solver-2097947-1247414184 -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-2097947-1247414184.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.12 2.13 2.05 4/80 29227
/proc/meminfo: memFree=1716064/2055920 swapFree=4192812/4192956
[pid=29227] ppid=29225 vsize=11044 CPUtime=0
/proc/29227/stat : 29227 (java) S 29225 29227 27629 0 -1 0 859 0 1 0 0 0 0 0 18 0 2 0 28485402 11309056 613 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/29227/statm: 2761 613 313 9 0 1198 0
[pid=29227/tid=29228] ppid=29225 vsize=11192 CPUtime=0
/proc/29227/task/29228/stat : 29228 (java) D 29225 29227 27629 0 -1 64 199 0 1 0 0 0 0 0 16 0 2 0 28485403 11460608 631 996147200 134512640 134550932 4294955968 18446744073709551615 7979812 0 2147483391 0 16784584 18446744072099785718 0 0 -1 1 0 0

[startup+0.028159 s]
/proc/loadavg: 2.12 2.13 2.05 4/80 29227
/proc/meminfo: memFree=1716064/2055920 swapFree=4192812/4192956
[pid=29227] ppid=29225 vsize=861936 CPUtime=0.02
/proc/29227/stat : 29227 (java) S 29225 29227 27629 0 -1 0 2276 0 1 0 1 1 0 0 18 0 5 0 28485402 882622464 1879 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 1 0 0
/proc/29227/statm: 215484 1882 863 9 0 210399 0
[pid=29227/tid=29228] ppid=29225 vsize=861936 CPUtime=0.02
/proc/29227/task/29228/stat : 29228 (java) D 29225 29227 27629 0 -1 64 1585 0 1 0 1 1 0 0 17 0 5 0 28485403 882622464 1882 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 2147483391 0 16800971 18446744072099785718 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 861936

[startup+0.116354 s]
/proc/loadavg: 2.12 2.13 2.05 4/80 29227
/proc/meminfo: memFree=1716064/2055920 swapFree=4192812/4192956
[pid=29227] ppid=29225 vsize=865984 CPUtime=0.1
/proc/29227/stat : 29227 (java) S 29225 29227 27629 0 -1 0 4011 0 1 0 8 2 0 0 18 0 9 0 28485402 886767616 3440 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29227/statm: 216496 3440 1788 9 0 210981 0
[pid=29227/tid=29228] ppid=29225 vsize=865984 CPUtime=0.09
/proc/29227/task/29228/stat : 29228 (java) R 29225 29227 27629 0 -1 64 3102 0 1 0 7 2 0 0 18 0 9 0 28485403 886767616 3440 996147200 134512640 134550932 4294955968 18446744073709551615 4125976690 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 865984

[startup+0.302389 s]
/proc/loadavg: 2.12 2.13 2.05 4/80 29227
/proc/meminfo: memFree=1716064/2055920 swapFree=4192812/4192956
[pid=29227] ppid=29225 vsize=866296 CPUtime=0.29
/proc/29227/stat : 29227 (java) S 29225 29227 27629 0 -1 0 5701 0 1 0 25 4 0 0 18 0 9 0 28485402 887087104 5104 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29227/statm: 216574 5104 1927 9 0 211052 0
[pid=29227/tid=29228] ppid=29225 vsize=866296 CPUtime=0.24
/proc/29227/task/29228/stat : 29228 (java) R 29225 29227 27629 0 -1 64 4727 0 1 0 21 3 0 0 19 0 9 0 28485403 887087104 5104 996147200 134512640 134550932 4294955968 18446744073709551615 7979812 0 2147483391 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 866296

[startup+0.701466 s]
/proc/loadavg: 2.12 2.13 2.05 4/80 29227
/proc/meminfo: memFree=1716064/2055920 swapFree=4192812/4192956
[pid=29227] ppid=29225 vsize=867184 CPUtime=0.68
/proc/29227/stat : 29227 (java) S 29225 29227 27629 0 -1 0 7963 0 1 0 63 5 0 0 18 0 9 0 28485402 887996416 7317 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29227/statm: 216796 7317 2034 9 0 211232 0
[pid=29227/tid=29228] ppid=29225 vsize=867184 CPUtime=0.53
/proc/29227/task/29228/stat : 29228 (java) R 29225 29227 27629 0 -1 64 6760 0 1 0 49 4 0 0 19 0 9 0 28485403 887996416 7317 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 867184

[startup+1.50163 s]
/proc/loadavg: 2.11 2.13 2.05 3/89 29236
/proc/meminfo: memFree=1686680/2055920 swapFree=4192812/4192956
[pid=29227] ppid=29225 vsize=867784 CPUtime=1.47
/proc/29227/stat : 29227 (java) S 29225 29227 27629 0 -1 0 11682 0 1 0 136 11 0 0 18 0 9 0 28485402 888610816 11033 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29227/statm: 216946 11033 2041 9 0 211382 0
[pid=29227/tid=29228] ppid=29225 vsize=867784 CPUtime=1.23
/proc/29227/task/29228/stat : 29228 (java) R 29225 29227 27629 0 -1 64 10259 0 1 0 113 10 0 0 25 0 9 0 28485403 888610816 11033 996147200 134512640 134550932 4294955968 18446744073709551615 4126549498 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29227/tid=29230] ppid=29225 vsize=867784 CPUtime=0
/proc/29227/task/29230/stat : 29230 (java) S 29225 29227 27629 0 -1 64 3 0 0 0 0 0 0 0 17 0 9 0 28485405 888610816 11033 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29227/tid=29231] ppid=29225 vsize=867784 CPUtime=0
/proc/29227/task/29231/stat : 29231 (java) S 29225 29227 27629 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 28485405 888610816 11033 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29227/tid=29232] ppid=29225 vsize=867784 CPUtime=0
/proc/29227/task/29232/stat : 29232 (java) S 29225 29227 27629 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 28485405 888610816 11033 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29227/tid=29233] ppid=29225 vsize=867784 CPUtime=0
/proc/29227/task/29233/stat : 29233 (java) S 29225 29227 27629 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 28485407 888610816 11033 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29227/tid=29234] ppid=29225 vsize=867784 CPUtime=0.22
/proc/29227/task/29234/stat : 29234 (java) S 29225 29227 27629 0 -1 64 724 0 0 0 22 0 0 0 16 0 9 0 28485407 888610816 11033 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29227/tid=29235] ppid=29225 vsize=867784 CPUtime=0
/proc/29227/task/29235/stat : 29235 (java) S 29225 29227 27629 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 28485407 888610816 11033 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29227/tid=29236] ppid=29225 vsize=867784 CPUtime=0
/proc/29227/task/29236/stat : 29236 (java) S 29225 29227 27629 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 28485407 888610816 11033 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 867784

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

[startup+2.30278 s]
/proc/loadavg: 2.11 2.13 2.05 4/91 29240
/proc/meminfo: memFree=1669768/2055920 swapFree=4192812/4192956
[pid=29227] ppid=29225 vsize=868224 CPUtime=2.26
/proc/29227/stat : 29227 (java) S 29225 29227 27629 0 -1 0 23347 402 1 0 203 20 2 1 18 0 9 0 28485402 889061376 15428 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29227/statm: 217056 15428 2656 9 0 211492 0
[pid=29227/tid=29228] ppid=29225 vsize=868224 CPUtime=1.85
/proc/29227/task/29228/stat : 29228 (java) R 29225 29227 27629 0 -1 64 16684 402 1 0 165 17 2 1 24 0 9 0 28485403 889061376 15428 996147200 134512640 134550932 4294955968 18446744073709551615 4125978276 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29227/tid=29230] ppid=29225 vsize=868224 CPUtime=0.11
/proc/29227/task/29230/stat : 29230 (java) S 29225 29227 27629 0 -1 64 4896 402 0 0 8 0 2 1 16 0 9 0 28485405 889061376 15428 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29227/tid=29231] ppid=29225 vsize=868224 CPUtime=0.03
/proc/29227/task/29231/stat : 29231 (java) S 29225 29227 27629 0 -1 64 18 402 0 0 0 0 2 1 16 0 9 0 28485405 889061376 15428 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29227/tid=29232] ppid=29225 vsize=868224 CPUtime=0.03
/proc/29227/task/29232/stat : 29232 (java) S 29225 29227 27629 0 -1 64 12 402 0 0 0 0 2 1 16 0 9 0 28485405 889061376 15428 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29227/tid=29233] ppid=29225 vsize=868224 CPUtime=0.03
/proc/29227/task/29233/stat : 29233 (java) S 29225 29227 27629 0 -1 64 1 402 0 0 0 0 2 1 18 0 9 0 28485407 889061376 15428 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29227/tid=29234] ppid=29225 vsize=868224 CPUtime=0.32
/proc/29227/task/29234/stat : 29234 (java) S 29225 29227 27629 0 -1 64 927 402 0 0 29 0 2 1 16 0 9 0 28485407 889061376 15428 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29227/tid=29235] ppid=29225 vsize=868224 CPUtime=0.03
/proc/29227/task/29235/stat : 29235 (java) S 29225 29227 27629 0 -1 64 1 402 0 0 0 0 2 1 19 0 9 0 28485407 889061376 15428 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29227/tid=29236] ppid=29225 vsize=868224 CPUtime=0.03
/proc/29227/task/29236/stat : 29236 (java) S 29225 29227 27629 0 -1 64 6 402 0 0 0 0 2 1 15 0 9 0 28485407 889061376 15428 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.26
Current children cumulated vsize (KiB) 868224

[startup+2.70286 s]
/proc/loadavg: 2.11 2.13 2.05 4/91 29240
/proc/meminfo: memFree=1669768/2055920 swapFree=4192812/4192956
[pid=29227] ppid=29225 vsize=868224 CPUtime=2.66
/proc/29227/stat : 29227 (java) S 29225 29227 27629 0 -1 0 25075 402 1 0 242 21 2 1 18 0 9 0 28485402 889061376 15502 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29227/statm: 217056 15502 2659 9 0 211492 0
[pid=29227/tid=29228] ppid=29225 vsize=868224 CPUtime=2.19
/proc/29227/task/29228/stat : 29228 (java) R 29225 29227 27629 0 -1 64 18372 402 1 0 199 17 2 1 25 0 9 0 28485403 889061376 15502 996147200 134512640 134550932 4294955968 18446744073709551615 4127304717 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29227/tid=29230] ppid=29225 vsize=868224 CPUtime=0.11
/proc/29227/task/29230/stat : 29230 (java) S 29225 29227 27629 0 -1 64 4896 402 0 0 8 0 2 1 16 0 9 0 28485405 889061376 15502 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29227/tid=29231] ppid=29225 vsize=868224 CPUtime=0.03
/proc/29227/task/29231/stat : 29231 (java) S 29225 29227 27629 0 -1 64 18 402 0 0 0 0 2 1 16 0 9 0 28485405 889061376 15502 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29227/tid=29232] ppid=29225 vsize=868224 CPUtime=0.03
/proc/29227/task/29232/stat : 29232 (java) S 29225 29227 27629 0 -1 64 12 402 0 0 0 0 2 1 16 0 9 0 28485405 889061376 15502 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29227/tid=29233] ppid=29225 vsize=868224 CPUtime=0.03
/proc/29227/task/29233/stat : 29233 (java) S 29225 29227 27629 0 -1 64 1 402 0 0 0 0 2 1 18 0 9 0 28485407 889061376 15502 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29227/tid=29234] ppid=29225 vsize=868224 CPUtime=0.39
/proc/29227/task/29234/stat : 29234 (java) S 29225 29227 27629 0 -1 64 967 402 0 0 35 1 2 1 15 0 9 0 28485407 889061376 15502 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29227/tid=29235] ppid=29225 vsize=868224 CPUtime=0.03
/proc/29227/task/29235/stat : 29235 (java) S 29225 29227 27629 0 -1 64 1 402 0 0 0 0 2 1 19 0 9 0 28485407 889061376 15502 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29227/tid=29236] ppid=29225 vsize=868224 CPUtime=0.03
/proc/29227/task/29236/stat : 29236 (java) S 29225 29227 27629 0 -1 64 6 402 0 0 0 0 2 1 15 0 9 0 28485407 889061376 15502 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.66
Current children cumulated vsize (KiB) 868224

[startup+2.80288 s]
/proc/loadavg: 2.11 2.13 2.05 4/91 29240
/proc/meminfo: memFree=1669768/2055920 swapFree=4192812/4192956
[pid=29227] ppid=29225 vsize=868224 CPUtime=2.76
/proc/29227/stat : 29227 (java) S 29225 29227 27629 0 -1 0 25100 402 1 0 252 21 2 1 18 0 9 0 28485402 889061376 15502 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29227/statm: 217056 15502 2659 9 0 211492 0
[pid=29227/tid=29228] ppid=29225 vsize=868224 CPUtime=2.28
/proc/29227/task/29228/stat : 29228 (java) R 29225 29227 27629 0 -1 64 18397 402 1 0 208 17 2 1 25 0 9 0 28485403 889061376 15502 996147200 134512640 134550932 4294955968 18446744073709551615 4126124912 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29227/tid=29230] ppid=29225 vsize=868224 CPUtime=0.11
/proc/29227/task/29230/stat : 29230 (java) S 29225 29227 27629 0 -1 64 4896 402 0 0 8 0 2 1 16 0 9 0 28485405 889061376 15502 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29227/tid=29231] ppid=29225 vsize=868224 CPUtime=0.03
/proc/29227/task/29231/stat : 29231 (java) S 29225 29227 27629 0 -1 64 18 402 0 0 0 0 2 1 16 0 9 0 28485405 889061376 15502 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29227/tid=29232] ppid=29225 vsize=868224 CPUtime=0.03
/proc/29227/task/29232/stat : 29232 (java) S 29225 29227 27629 0 -1 64 12 402 0 0 0 0 2 1 16 0 9 0 28485405 889061376 15502 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29227/tid=29233] ppid=29225 vsize=868224 CPUtime=0.03
/proc/29227/task/29233/stat : 29233 (java) S 29225 29227 27629 0 -1 64 1 402 0 0 0 0 2 1 18 0 9 0 28485407 889061376 15502 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29227/tid=29234] ppid=29225 vsize=868224 CPUtime=0.39
/proc/29227/task/29234/stat : 29234 (java) S 29225 29227 27629 0 -1 64 967 402 0 0 35 1 2 1 15 0 9 0 28485407 889061376 15502 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29227/tid=29235] ppid=29225 vsize=868224 CPUtime=0.03
/proc/29227/task/29235/stat : 29235 (java) S 29225 29227 27629 0 -1 64 1 402 0 0 0 0 2 1 19 0 9 0 28485407 889061376 15502 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29227/tid=29236] ppid=29225 vsize=868224 CPUtime=0.03
/proc/29227/task/29236/stat : 29236 (java) S 29225 29227 27629 0 -1 64 6 402 0 0 0 0 2 1 15 0 9 0 28485407 889061376 15502 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.76
Current children cumulated vsize (KiB) 868224

Child status: 0
Real time (s): 2.87207
CPU time (s): 2.79957
CPU user time (s): 2.56461
CPU system time (s): 0.234964
CPU usage (%): 97.4759
Max. virtual memory (cumulated for all children) (KiB): 868260

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2.56461
system time used= 0.234964
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 25571
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= 1510
involuntary context switches= 1593

runsolver used 0.007998 second user time and 0.014997 second system time

The end

Launcher Data

Begin job on node11 at 2009-07-12 17:56:24
IDJOB=2097947
IDBENCH=58046
IDSOLVER=773
FILE ID=node11/2097947-1247414184
PBS_JOBID= 9510622
Free space on /tmp= 66448 MiB

SOLVER NAME= Abscon 112v4 AC
BENCH NAME= CPAI08/csp/rlfapGraphs/normalized-graph4.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-2097947-1247414184/watcher-2097947-1247414184 -o /tmp/evaluation-result-2097947-1247414184/solver-2097947-1247414184 -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-2097947-1247414184.xml

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

MD5SUM BENCH= 1d376505df682ff1d994068cd4d20457
RANDOM SEED=2119685207

node11.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.274
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.274
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:       1716544 kB
Buffers:         43208 kB
Cached:         135768 kB
SwapCached:          0 kB
Active:         189844 kB
Inactive:        90060 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1716544 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2392 kB
Writeback:           0 kB
Mapped:         121336 kB
Slab:            44508 kB
Committed_AS:   977144 kB
PageTables:       2036 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= 66444 MiB
End job on node11 at 2009-07-12 17:56:27