Trace number 2097551

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 3.3145 3.39078

DiagnosticValue
CHECKS304730
NODES724

General information on the benchmark

Namecsp/rlfapScens/
normalized-scen11.xml
MD5SUMb94447bea31cbb2a330ba88380b9b328
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 benchmark3.02354
Satisfiable
(Un)Satisfiability was proved
Number of variables680
Number of constraints4103
Maximum constraint arity2
Maximum domain size44
Number of constraints which are defined in extension0
Number of constraints which are defined in intension4103
Global constraints used (with number of constraints)

Solver Data

0.03/0.08	
0.03/0.08	Abscon 112 (May, 2008)
0.18/0.24	
0.18/0.24	   configuration
0.18/0.24	     name=mac.xml
0.18/0.28	   
0.18/0.28	   instance
0.18/0.28	     name=HOME/instance-2097551-1247413525.xml
0.28/0.31	   
0.28/0.31	   domains being loaded...
0.28/0.32	   
0.28/0.32	   variables being loaded...
0.38/0.44	     nbVariables=680  nbDomainTypes=5  minDomainSize=6  maxDomainSize=44  nbTotalValues=26856
0.38/0.44	       =>  wckTime=0.194  cpuTime=0.14  mem=9M843
0.38/0.44	   
0.38/0.44	   predicates being loaded...
0.49/0.50	   
0.49/0.50	   constraints being loaded...
2.36/2.45	     nbConstraints=4215  nbGlobalConstraints=112  nbConvertedConstraints=4103  nbConvertConstraintsChecks=2672848
2.36/2.45	     nbExtensionStructures=1633  nbSharedExtensionStructures=4053  nbConflictsStructures=1663
2.36/2.45	     nbSharedConflictsStructures=4053  nbSharedBinaryRepresentations=131169  minDegree=1  maxDegree=63  minArity=2
2.36/2.45	     avgArity=2.11  maxArity=20  nbGenerators=38  nbFusions=36  symmetryWckTime=0.494  symmetryCpuTime=0.26
2.36/2.45	     nbCliques=74
2.36/2.45	       =>  wckTime=2.206  cpuTime=1.76  mem=9M270
2.46/2.54	   
2.46/2.55	   solver IterativeSystematicSolver being built... 
2.56/2.61	   
2.56/2.61	   INFO : Forward propagation technique limited 
2.65/2.71	       =>  wckTime=2.463  cpuTime=1.9  mem=28M284
2.65/2.77	   
2.65/2.77	   preprocessing
2.65/2.77	     nbConstraintChecks=7484  nbPropagations=722  nbRevisions=187  nbUselessRevisions=38  nbRemovedValues=700
2.65/2.77	     nbRemovedTuples=3606  detectedInconsistency=no
2.65/2.77	       =>  wckTime=0.057  cpuTime=0.03  mem=29M250
3.26/3.32	   
3.26/3.32	   search
3.26/3.32	     run=1  nbConstraintChecks=297246  minDepth=10  maxDepth=680  nbPropagations=5194  nbRevisions=15316
3.26/3.32	     nbUselessRevisions=9006  nbAssignments=724  nbFailedAssignments=18  nbBacktracks=4  nbVisitedNodes=744
3.26/3.32	     nbRestartNogoods=9  nbFoundSolutions=1  mapSize=1  nbInferences=0  nbTooLargeKeys=0  nbSEliminables=0
3.26/3.32	     nbREliminables=160.03  nbIEliminables=346.19  nbDEliminables=0  nbPEliminables=0
3.26/3.32	       =>  wckTime=0.609  cpuTime=0.54  mem=32M162
3.26/3.32	   
3.26/3.32	   global
3.26/3.32	     nbConstraintChecks=304730  nbPropagations=5916  nbRevisions=15503  nbUselessRevisions=9044  nbRestartNogoods=9
3.26/3.32	     solvingWckTime=0.612  solvingCpuTime=0.54  expiredTime=no  totalExploration=no  nbFoundSolutions=1
3.26/3.32	     firstSolutionCpuTime=2.43  globalCpuTime=2.48
3.26/3.32	       =>  wckTime=3.077  cpuTime=2.44  mem=32M162
3.26/3.32	   
3.26/3.32	s SATISFIABLE
3.26/3.32	v 554 792 554 792 16 254 156 394 778 540 30 268 142 380 156 394 156 394 554 792 156 394 16 254 254 16 792 554 540 778 156 394 16 254 254 16 792 554 156 394 142 380 554 792 540 778 254 16 16 254 156 394 268 30 540 778 380 142 254 16 652 414 114 352 652 414 414 652 156 394 30 268 652 414 254 16 414 652 156 394 254 16 16 254 554 792 414 652 792 554 16 254 792 554 16 254 554 792 16 254 652 414 30 268 778 540 282 44 394 156 268 30 156 394 156 394 366 128 30 268 30 268 156 394 16 254 16 254 16 254 414 652 792 554 282 44 792 554 254 16 324 86 268 30 156 394 282 44 156 394 554 792 16 254 554 792 156 394 408 170 254 16 16 254 156 394 554 792 16 254 652 414 254 16 156 394 526 764 44 282 16 254 792 554 652 414 764 526 554 792 414 652 16 254 156 394 792 554 554 792 16 254 156 394 16 254 526 764 282 44 792 554 142 380 142 380 30 268 282 44 142 380 778 540 30 268 142 380 428 666 30 268 778 540 16 254 142 380 30 268 142 380 380 142 540 778 428 666 296 58 540 778 254 16 380 142 30 268 282 44 554 792 72 310 338 100 268 30 680 442 540 778 30 268 142 380 142 380 540 778 30 268 540 778 652 414 30 268 156 394 526 764 156 394 254 16 142 380 30 268 778 540 380 142 30 268 540 778 142 380 16 254 540 778 44 282 428 666 366 128 30 268 16 254 142 380 44 282 778 540 554 792 254 16 778 540 30 268 540 778 142 380 30 268 156 394 554 792 16 254 254 16 554 792 16 254 156 394 16 254 16 254 792 554 156 394 540 778 666 428 142 380 30 268 666 428 680 442 778 540 142 380 540 778 142 380 268 30 366 128 16 254 156 394 156 394 128 366 156 394 792 554 16 254 30 268 778 540 142 380 666 428 666 428 666 428 380 142 30 268 778 540 16 254 142 380 30 268 540 778 268 30 268 30 540 778 142 380 30 268 30 268 540 778 30 268 540 778 142 380 16 254 30 268 268 30 778 540 16 254 156 394 394 156 414 652 16 254 554 792 16 254 142 380 540 778 142 380 30 268 142 380 30 268 142 380 30 268 142 380 30 268 254 16 156 394 652 414 778 540 764 526 394 156 456 694 722 484 792 554 540 778 456 694 540 778 680 442 142 380 30 268 778 540 380 142 652 414 30 268 30 268 142 380 142 380 282 44 142 380 30 268 540 778 30 268 540 778 142 380 394 156 16 254 540 778 16 254 554 792 142 380 142 380 156 394 30 268 380 142 540 778 30 268 142 380 30 268 380 142 282 44 380 142 30 268 142 380 156 394 30 268 142 380 30 268 666 428 540 778 30 268 666 428 512 750 156 394 366 128 156 394 142 380 30 268 156 394 554 792 394 156 554 792 142 380 778 540 540 778 156 394 554 792 30 268 30 268 16 254 540 778 142 380 540 778 268 30 282 44 30 268 128 366 778 540 142 380 778 540 44 282 142 380 30 268 142 380 540 778 16 254 554 792 428 666 30 268 254 16 
3.26/3.32	d NODES 724
3.26/3.32	d CHECKS 304730
3.26/3.32	   
3.26/3.33	   totalWckTime=3.148  totalCpuTime=2.49

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-2097551-1247413525/watcher-2097551-1247413525 -o /tmp/evaluation-result-2097551-1247413525/solver-2097551-1247413525 -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-2097551-1247413525.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.01 2.00 2.00 4/80 32683
/proc/meminfo: memFree=1460352/2055920 swapFree=4192812/4192956
[pid=32683] ppid=32681 vsize=152 CPUtime=0
/proc/32683/stat : 32683 (java) R 32681 32683 29967 0 -1 0 205 0 0 0 0 0 0 0 18 0 1 0 28420104 155648 26 996147200 134512640 134550932 4294955968 18446744073709551615 10924331 0 0 4096 0 0 0 0 17 0 0 0
/proc/32683/statm: 68 33 26 9 0 4 0

[startup+0.0390799 s]
/proc/loadavg: 2.01 2.00 2.00 4/80 32683
/proc/meminfo: memFree=1460352/2055920 swapFree=4192812/4192956
[pid=32683] ppid=32681 vsize=861936 CPUtime=0.03
/proc/32683/stat : 32683 (java) S 32681 32683 29967 0 -1 0 2315 0 1 0 2 1 0 0 18 0 5 0 28420104 882622464 1911 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 0 0 0
/proc/32683/statm: 215484 1913 873 9 0 210399 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 861936

[startup+0.101095 s]
/proc/loadavg: 2.01 2.00 2.00 4/80 32683
/proc/meminfo: memFree=1460352/2055920 swapFree=4192812/4192956
[pid=32683] ppid=32681 vsize=865980 CPUtime=0.09
/proc/32683/stat : 32683 (java) S 32681 32683 29967 0 -1 0 3803 0 1 0 7 2 0 0 18 0 9 0 28420104 886763520 3254 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/32683/statm: 216495 3255 1718 9 0 210980 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 865980

[startup+0.301122 s]
/proc/loadavg: 2.01 2.00 2.00 4/80 32683
/proc/meminfo: memFree=1460352/2055920 swapFree=4192812/4192956
[pid=32683] ppid=32681 vsize=866380 CPUtime=0.28
/proc/32683/stat : 32683 (java) S 32681 32683 29967 0 -1 0 5986 0 1 0 25 3 0 0 18 0 9 0 28420104 887173120 5352 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/32683/statm: 216595 5353 1984 9 0 211053 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 866380

[startup+0.70119 s]
/proc/loadavg: 2.01 2.00 2.00 4/80 32683
/proc/meminfo: memFree=1460352/2055920 swapFree=4192812/4192956
[pid=32683] ppid=32681 vsize=867772 CPUtime=0.69
/proc/32683/stat : 32683 (java) S 32681 32683 29967 0 -1 0 9236 0 1 0 63 6 0 0 18 0 9 0 28420104 888598528 8590 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/32683/statm: 216943 8591 2037 9 0 211379 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 867772

[startup+1.50232 s]
/proc/loadavg: 2.01 2.00 2.00 3/89 32692
/proc/meminfo: memFree=1425144/2055920 swapFree=4192812/4192956
[pid=32683] ppid=32681 vsize=867772 CPUtime=1.48
/proc/32683/stat : 32683 (java) S 32681 32683 29967 0 -1 0 13344 0 1 0 132 16 0 0 18 0 9 0 28420104 888598528 12695 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/32683/statm: 216943 12695 2041 9 0 211379 0
[pid=32683/tid=32685] ppid=32681 vsize=867772 CPUtime=1.24
/proc/32683/task/32685/stat : 32685 (java) R 32681 32683 29967 0 -1 64 11913 0 1 0 109 15 0 0 25 0 9 0 28420105 888598528 12695 996147200 134512640 134550932 4294955968 18446744073709551615 103822515 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32683/tid=32686] ppid=32681 vsize=867772 CPUtime=0
/proc/32683/task/32686/stat : 32686 (java) S 32681 32683 29967 0 -1 64 3 0 0 0 0 0 0 0 17 0 9 0 28420106 888598528 12696 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=32683/tid=32687] ppid=32681 vsize=867772 CPUtime=0
/proc/32683/task/32687/stat : 32687 (java) S 32681 32683 29967 0 -1 64 11 0 0 0 0 0 0 0 22 0 9 0 28420107 888598528 12696 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32683/tid=32688] ppid=32681 vsize=867772 CPUtime=0
/proc/32683/task/32688/stat : 32688 (java) S 32681 32683 29967 0 -1 64 4 0 0 0 0 0 0 0 22 0 9 0 28420107 888598528 12696 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32683/tid=32689] ppid=32681 vsize=867772 CPUtime=0
/proc/32683/task/32689/stat : 32689 (java) S 32681 32683 29967 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 28420109 888598528 12696 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32683/tid=32690] ppid=32681 vsize=867772 CPUtime=0.22
/proc/32683/task/32690/stat : 32690 (java) S 32681 32683 29967 0 -1 64 732 0 0 0 22 0 0 0 16 0 9 0 28420109 888598528 12697 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32683/tid=32691] ppid=32681 vsize=867772 CPUtime=0
/proc/32683/task/32691/stat : 32691 (java) S 32681 32683 29967 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 28420109 888598528 12698 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32683/tid=32692] ppid=32681 vsize=867772 CPUtime=0
/proc/32683/task/32692/stat : 32692 (java) S 32681 32683 29967 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 28420109 888598528 12698 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

[startup+3.10258 s]
/proc/loadavg: 2.01 2.00 2.00 3/91 32694
/proc/meminfo: memFree=1403112/2055920 swapFree=4192812/4192956
[pid=32683] ppid=32681 vsize=868208 CPUtime=3.06
/proc/32683/stat : 32683 (java) S 32681 32683 29967 0 -1 0 31873 534 1 0 262 33 10 1 18 0 9 0 28420104 889044992 20227 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/32683/statm: 217052 20227 2662 9 0 211488 0
[pid=32683/tid=32685] ppid=32681 vsize=868208 CPUtime=2.53
/proc/32683/task/32685/stat : 32685 (java) R 32681 32683 29967 0 -1 64 21072 534 1 0 214 28 10 1 20 0 9 0 28420105 889044992 20227 996147200 134512640 134550932 4294955968 18446744073709551615 4127334017 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32683/tid=32686] ppid=32681 vsize=868208 CPUtime=0.26
/proc/32683/task/32686/stat : 32686 (java) S 32681 32683 29967 0 -1 64 8962 534 0 0 13 2 10 1 16 0 9 0 28420106 889044992 20227 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=32683/tid=32687] ppid=32681 vsize=868208 CPUtime=0.11
/proc/32683/task/32687/stat : 32687 (java) S 32681 32683 29967 0 -1 64 21 534 0 0 0 0 10 1 16 0 9 0 28420107 889044992 20227 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32683/tid=32688] ppid=32681 vsize=868208 CPUtime=0.11
/proc/32683/task/32688/stat : 32688 (java) S 32681 32683 29967 0 -1 64 15 534 0 0 0 0 10 1 16 0 9 0 28420107 889044992 20227 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32683/tid=32689] ppid=32681 vsize=868208 CPUtime=0.11
/proc/32683/task/32689/stat : 32689 (java) S 32681 32683 29967 0 -1 64 1 534 0 0 0 0 10 1 23 0 9 0 28420109 889044992 20227 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32683/tid=32690] ppid=32681 vsize=868208 CPUtime=0.46
/proc/32683/task/32690/stat : 32690 (java) S 32681 32683 29967 0 -1 64 988 534 0 0 34 1 10 1 15 0 9 0 28420109 889044992 20227 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32683/tid=32691] ppid=32681 vsize=868208 CPUtime=0.11
/proc/32683/task/32691/stat : 32691 (java) S 32681 32683 29967 0 -1 64 1 534 0 0 0 0 10 1 24 0 9 0 28420109 889044992 20227 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32683/tid=32692] ppid=32681 vsize=868208 CPUtime=0.11
/proc/32683/task/32692/stat : 32692 (java) S 32681 32683 29967 0 -1 64 14 534 0 0 0 0 10 1 15 0 9 0 28420109 889044992 20227 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 868208

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

[startup+3.30762 s]
/proc/loadavg: 2.01 2.00 2.00 3/89 32696
/proc/meminfo: memFree=1389360/2055920 swapFree=4192812/4192956
[pid=32683] ppid=32681 vsize=868208 CPUtime=3.26
/proc/32683/stat : 32683 (java) S 32681 32683 29967 0 -1 0 31949 534 1 0 282 33 10 1 18 0 9 0 28420104 889044992 20227 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/32683/statm: 217052 20227 2662 9 0 211488 0
[pid=32683/tid=32685] ppid=32681 vsize=868208 CPUtime=2.73
/proc/32683/task/32685/stat : 32685 (java) R 32681 32683 29967 0 -1 64 21148 534 1 0 234 28 10 1 22 0 9 0 28420105 889044992 20227 996147200 134512640 134550932 4294955968 18446744073709551615 4125950718 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32683/tid=32686] ppid=32681 vsize=868208 CPUtime=0.26
/proc/32683/task/32686/stat : 32686 (java) S 32681 32683 29967 0 -1 64 8962 534 0 0 13 2 10 1 16 0 9 0 28420106 889044992 20227 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=32683/tid=32687] ppid=32681 vsize=868208 CPUtime=0.11
/proc/32683/task/32687/stat : 32687 (java) S 32681 32683 29967 0 -1 64 21 534 0 0 0 0 10 1 16 0 9 0 28420107 889044992 20227 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32683/tid=32688] ppid=32681 vsize=868208 CPUtime=0.11
/proc/32683/task/32688/stat : 32688 (java) S 32681 32683 29967 0 -1 64 15 534 0 0 0 0 10 1 16 0 9 0 28420107 889044992 20227 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32683/tid=32689] ppid=32681 vsize=868208 CPUtime=0.11
/proc/32683/task/32689/stat : 32689 (java) S 32681 32683 29967 0 -1 64 1 534 0 0 0 0 10 1 23 0 9 0 28420109 889044992 20227 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32683/tid=32690] ppid=32681 vsize=868208 CPUtime=0.46
/proc/32683/task/32690/stat : 32690 (java) S 32681 32683 29967 0 -1 64 988 534 0 0 34 1 10 1 15 0 9 0 28420109 889044992 20227 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32683/tid=32691] ppid=32681 vsize=868208 CPUtime=0.11
/proc/32683/task/32691/stat : 32691 (java) S 32681 32683 29967 0 -1 64 1 534 0 0 0 0 10 1 24 0 9 0 28420109 889044992 20227 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32683/tid=32692] ppid=32681 vsize=868208 CPUtime=0.11
/proc/32683/task/32692/stat : 32692 (java) S 32681 32683 29967 0 -1 64 14 534 0 0 0 0 10 1 15 0 9 0 28420109 889044992 20227 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.26
Current children cumulated vsize (KiB) 868208

Child status: 0
Real time (s): 3.39078
CPU time (s): 3.3145
CPU user time (s): 2.95055
CPU system time (s): 0.363944
CPU usage (%): 97.7503
Max. virtual memory (cumulated for all children) (KiB): 870828

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2.95055
system time used= 0.363944
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 32550
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= 1748
involuntary context switches= 1834

runsolver used 0.006998 second user time and 0.021996 second system time

The end

Launcher Data

Begin job on node3 at 2009-07-12 17:45:25
IDJOB=2097551
IDBENCH=57514
IDSOLVER=773
FILE ID=node3/2097551-1247413525
PBS_JOBID= 9510638
Free space on /tmp= 66408 MiB

SOLVER NAME= Abscon 112v4 AC
BENCH NAME= CPAI08/csp/rlfapScens/normalized-scen11.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-2097551-1247413525/watcher-2097551-1247413525 -o /tmp/evaluation-result-2097551-1247413525/solver-2097551-1247413525 -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-2097551-1247413525.xml

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

MD5SUM BENCH= b94447bea31cbb2a330ba88380b9b328
RANDOM SEED=1597476912

node3.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.259
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.259
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:       1460832 kB
Buffers:         42680 kB
Cached:         130516 kB
SwapCached:          0 kB
Active:         276536 kB
Inactive:       256628 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1460832 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2752 kB
Writeback:           0 kB
Mapped:         220632 kB
Slab:            46904 kB
Committed_AS:  1003968 kB
PageTables:       2120 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= 66404 MiB
End job on node3 at 2009-07-12 17:45:29