Trace number 2099125

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 7.96779 8.08882

DiagnosticValue
CHECKS51605700
NODES26590

General information on the benchmark

Namecsp/tightness0.65/
normalized-rand-2-40-40-135-650-38_ext.xml
MD5SUM6b9ae4753c885d6159ba04543e130d89
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1.73773
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints135
Maximum constraint arity2
Maximum domain size40
Number of constraints which are defined in extension135
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data

0.07/0.09	
0.07/0.09	Abscon 112 (May, 2008)
0.18/0.26	
0.18/0.26	   configuration
0.18/0.26	     name=mac.xml
0.29/0.30	   
0.29/0.30	   instance
0.29/0.30	     name=HOME/instance-2099125-1247417554.xml
0.29/0.33	   
0.29/0.33	   domains being loaded...
0.29/0.34	   
0.29/0.34	   variables being loaded...
0.29/0.38	     nbVariables=40  nbDomainTypes=1  minDomainSize=40  maxDomainSize=40  nbTotalValues=1600
0.29/0.38	       =>  wckTime=0.119  cpuTime=0.1  mem=7M892
0.29/0.38	   
0.29/0.38	   relations being loaded...
0.37/0.50	   
0.48/0.50	   constraints being loaded...
0.58/0.65	     nbConstraints=135  nbRelationTypes=135  nbExtensionStructures=135  nbSharedExtensionStructures=0
0.58/0.65	     nbConflictsStructures=135  nbSharedConflictsStructures=0  nbSharedBinaryRepresentations=0  minDegree=3
0.58/0.65	     maxDegree=11  minArity=2  maxArity=2  nbGenerators=0  nbFusions=0  symmetryWckTime=0.047  symmetryCpuTime=0.03
0.58/0.65	       =>  wckTime=0.384  cpuTime=0.3  mem=20M632
0.67/0.71	   
0.67/0.71	   solver IterativeSystematicSolver being built... 
0.76/0.86	       =>  wckTime=0.593  cpuTime=0.41  mem=22M184
0.76/0.86	   
0.76/0.86	   preprocessing
0.76/0.86	     nbConstraintChecks=0  nbPropagations=40  nbRevisions=0  nbUselessRevisions=0  nbRemovedValues=0
0.76/0.86	     detectedInconsistency=no
0.76/0.86	       =>  wckTime=0.0040  cpuTime=0.01  mem=22M184
0.97/1.02	   
0.97/1.02	   INFO : Stopping use of transposition table (mapSize=101, nbTooLargekeys=0, mem=23M192)
7.89/8.04	   
7.89/8.04	   search
7.89/8.04	     run=16  nbConstraintChecks=51605673  minDepth=0  maxDepth=40  nbPropagations=2570143  nbRevisions=15767202
7.89/8.04	     nbUselessRevisions=9713386  nbAssignments=26590  nbFailedAssignments=15288  nbBacktracks=11170
7.89/8.04	     nbVisitedNodes=49880  nbRestartNogoods=167  nbFoundSolutions=1  nbSEliminables=5.63  nbREliminables=3.24
7.89/8.04	     nbIEliminables=8.99  nbDEliminables=0  nbPEliminables=0
7.89/8.04	       =>  wckTime=7.176  cpuTime=7.03  mem=23M192
7.89/8.04	   
7.89/8.04	   global
7.89/8.04	     nbConstraintChecks=51605673  nbPropagations=2570183  nbRevisions=15767202  nbUselessRevisions=9713386
7.89/8.04	     nbRestartNogoods=167  solvingWckTime=7.179  solvingCpuTime=7.03  expiredTime=no  totalExploration=no
7.89/8.04	     nbFoundSolutions=1  firstSolutionCpuTime=7.44  globalCpuTime=7.47
7.89/8.04	       =>  wckTime=7.777  cpuTime=7.45  mem=23M192
7.89/8.04	   
7.89/8.04	s SATISFIABLE
7.89/8.04	v 25 15 5 27 15 28 2 31 17 11 11 0 6 8 6 10 21 2 39 39 31 5 23 38 31 28 10 32 0 35 33 0 34 10 13 35 5 13 2 7 
7.89/8.04	d NODES 26590
7.89/8.04	d CHECKS 51605673
7.89/8.04	   
7.89/8.04	   totalWckTime=7.847  totalCpuTime=7.48

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-2099125-1247417554/watcher-2099125-1247417554 -o /tmp/evaluation-result-2099125-1247417554/solver-2099125-1247417554 -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-2099125-1247417554.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: 1.95 1.98 1.99 4/82 3452
/proc/meminfo: memFree=1556632/2055920 swapFree=4192812/4192956
[pid=3452] ppid=3450 vsize=18576 CPUtime=0
/proc/3452/stat : 3452 (runsolver) R 3450 3452 2786 0 -1 4194368 16 0 0 0 0 0 0 0 18 0 1 0 28446680 19021824 284 996147200 4194304 4302564 548682068384 18446744073709551615 264519609639 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/3452/statm: 4644 284 249 26 0 2626 0

[startup+0.0895581 s]
/proc/loadavg: 1.95 1.98 1.99 4/82 3452
/proc/meminfo: memFree=1556632/2055920 swapFree=4192812/4192956
[pid=3452] ppid=3450 vsize=865956 CPUtime=0.07
/proc/3452/stat : 3452 (java) S 3450 3452 2786 0 -1 0 3545 0 1 0 6 1 0 0 18 0 9 0 28446680 886738944 3030 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3452/statm: 216489 3030 1596 9 0 210981 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 865956

[startup+0.101555 s]
/proc/loadavg: 1.95 1.98 1.99 4/82 3452
/proc/meminfo: memFree=1556632/2055920 swapFree=4192812/4192956
[pid=3452] ppid=3450 vsize=865984 CPUtime=0.08
/proc/3452/stat : 3452 (java) S 3450 3452 2786 0 -1 0 3730 0 1 0 7 1 0 0 18 0 9 0 28446680 886767616 3198 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3452/statm: 216496 3198 1695 9 0 210981 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 865984

[startup+0.301584 s]
/proc/loadavg: 1.95 1.98 1.99 4/82 3452
/proc/meminfo: memFree=1556632/2055920 swapFree=4192812/4192956
[pid=3452] ppid=3450 vsize=866348 CPUtime=0.29
/proc/3452/stat : 3452 (java) S 3450 3452 2786 0 -1 0 5841 0 1 0 26 3 0 0 18 0 9 0 28446680 887140352 5209 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3452/statm: 216587 5209 1981 9 0 211045 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 866348

[startup+0.701637 s]
/proc/loadavg: 1.95 1.98 1.99 4/82 3452
/proc/meminfo: memFree=1556632/2055920 swapFree=4192812/4192956
[pid=3452] ppid=3450 vsize=867256 CPUtime=0.67
/proc/3452/stat : 3452 (java) S 3450 3452 2786 0 -1 0 13452 150 1 0 61 6 0 0 18 0 10 0 28446680 888070144 9678 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3452/statm: 216814 9678 2630 9 0 211272 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 867256

[startup+1.50274 s]
/proc/loadavg: 1.95 1.98 1.99 3/91 3465
/proc/meminfo: memFree=1523728/2055920 swapFree=4192812/4192956
[pid=3452] ppid=3450 vsize=867476 CPUtime=1.45
/proc/3452/stat : 3452 (java) S 3450 3452 2786 0 -1 0 17689 275 1 0 138 7 0 0 18 0 9 0 28446680 888295424 10832 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3452/statm: 216869 10832 2656 9 0 211305 0
[pid=3452/tid=3454] ppid=3450 vsize=867476 CPUtime=1.16
/proc/3452/task/3454/stat : 3454 (java) R 3450 3452 2786 0 -1 64 12426 275 1 0 112 4 0 0 23 0 9 0 28446681 888295424 10832 996147200 134512640 134550932 4294955968 18446744073709551615 4126780105 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3452/tid=3455] ppid=3450 vsize=867476 CPUtime=0.05
/proc/3452/task/3455/stat : 3455 (java) S 3450 3452 2786 0 -1 64 3875 275 0 0 5 0 0 0 16 0 9 0 28446683 888295424 10832 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3452/tid=3456] ppid=3450 vsize=867476 CPUtime=0
/proc/3452/task/3456/stat : 3456 (java) S 3450 3452 2786 0 -1 64 19 275 0 0 0 0 0 0 16 0 9 0 28446683 888295424 10832 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3452/tid=3457] ppid=3450 vsize=867476 CPUtime=0
/proc/3452/task/3457/stat : 3457 (java) S 3450 3452 2786 0 -1 64 9 275 0 0 0 0 0 0 15 0 9 0 28446683 888295424 10832 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3452/tid=3458] ppid=3450 vsize=867476 CPUtime=0
/proc/3452/task/3458/stat : 3458 (java) S 3450 3452 2786 0 -1 64 2 275 0 0 0 0 0 0 18 0 9 0 28446685 888295424 10832 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3452/tid=3459] ppid=3450 vsize=867476 CPUtime=0.2
/proc/3452/task/3459/stat : 3459 (java) S 3450 3452 2786 0 -1 64 548 275 0 0 20 0 0 0 15 0 9 0 28446685 888295424 10832 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3452/tid=3460] ppid=3450 vsize=867476 CPUtime=0
/proc/3452/task/3460/stat : 3460 (java) S 3450 3452 2786 0 -1 64 0 275 0 0 0 0 0 0 19 0 9 0 28446685 888295424 10832 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3452/tid=3461] ppid=3450 vsize=867476 CPUtime=0
/proc/3452/task/3461/stat : 3461 (java) S 3450 3452 2786 0 -1 64 7 275 0 0 0 0 0 0 15 0 9 0 28446685 888295424 10832 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 867476

[startup+3.10294 s]
/proc/loadavg: 1.96 1.98 1.99 3/91 3465
/proc/meminfo: memFree=1523408/2055920 swapFree=4192812/4192956
[pid=3452] ppid=3450 vsize=867476 CPUtime=3.04
/proc/3452/stat : 3452 (java) S 3450 3452 2786 0 -1 0 17702 275 1 0 297 7 0 0 18 0 9 0 28446680 888295424 10843 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3452/statm: 216869 10843 2656 9 0 211305 0
[pid=3452/tid=3454] ppid=3450 vsize=867476 CPUtime=2.74
/proc/3452/task/3454/stat : 3454 (java) R 3450 3452 2786 0 -1 64 12431 275 1 0 270 4 0 0 25 0 9 0 28446681 888295424 10843 996147200 134512640 134550932 4294955968 18446744073709551615 4126790005 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3452/tid=3455] ppid=3450 vsize=867476 CPUtime=0.05
/proc/3452/task/3455/stat : 3455 (java) S 3450 3452 2786 0 -1 64 3875 275 0 0 5 0 0 0 17 0 9 0 28446683 888295424 10843 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3452/tid=3456] ppid=3450 vsize=867476 CPUtime=0
/proc/3452/task/3456/stat : 3456 (java) S 3450 3452 2786 0 -1 64 19 275 0 0 0 0 0 0 16 0 9 0 28446683 888295424 10843 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3452/tid=3457] ppid=3450 vsize=867476 CPUtime=0
/proc/3452/task/3457/stat : 3457 (java) S 3450 3452 2786 0 -1 64 9 275 0 0 0 0 0 0 15 0 9 0 28446683 888295424 10843 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3452/tid=3458] ppid=3450 vsize=867476 CPUtime=0
/proc/3452/task/3458/stat : 3458 (java) S 3450 3452 2786 0 -1 64 2 275 0 0 0 0 0 0 18 0 9 0 28446685 888295424 10843 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3452/tid=3459] ppid=3450 vsize=867476 CPUtime=0.21
/proc/3452/task/3459/stat : 3459 (java) S 3450 3452 2786 0 -1 64 556 275 0 0 21 0 0 0 15 0 9 0 28446685 888295424 10843 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3452/tid=3460] ppid=3450 vsize=867476 CPUtime=0
/proc/3452/task/3460/stat : 3460 (java) S 3450 3452 2786 0 -1 64 0 275 0 0 0 0 0 0 19 0 9 0 28446685 888295424 10843 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3452/tid=3461] ppid=3450 vsize=867476 CPUtime=0
/proc/3452/task/3461/stat : 3461 (java) S 3450 3452 2786 0 -1 64 7 275 0 0 0 0 0 0 15 0 9 0 28446685 888295424 10843 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.04
Current children cumulated vsize (KiB) 867476

[startup+6.30135 s]
/proc/loadavg: 1.96 1.98 1.99 3/91 3465
/proc/meminfo: memFree=1523280/2055920 swapFree=4192812/4192956
[pid=3452] ppid=3450 vsize=867476 CPUtime=6.21
/proc/3452/stat : 3452 (java) S 3450 3452 2786 0 -1 0 17707 275 1 0 614 7 0 0 18 0 9 0 28446680 888295424 10847 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3452/statm: 216869 10847 2656 9 0 211305 0
[pid=3452/tid=3454] ppid=3450 vsize=867476 CPUtime=5.91
/proc/3452/task/3454/stat : 3454 (java) R 3450 3452 2786 0 -1 64 12433 275 1 0 587 4 0 0 25 0 9 0 28446681 888295424 10847 996147200 134512640 134550932 4294955968 18446744073709551615 4126803149 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3452/tid=3455] ppid=3450 vsize=867476 CPUtime=0.05
/proc/3452/task/3455/stat : 3455 (java) S 3450 3452 2786 0 -1 64 3875 275 0 0 5 0 0 0 16 0 9 0 28446683 888295424 10847 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3452/tid=3456] ppid=3450 vsize=867476 CPUtime=0
/proc/3452/task/3456/stat : 3456 (java) S 3450 3452 2786 0 -1 64 19 275 0 0 0 0 0 0 16 0 9 0 28446683 888295424 10847 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3452/tid=3457] ppid=3450 vsize=867476 CPUtime=0
/proc/3452/task/3457/stat : 3457 (java) S 3450 3452 2786 0 -1 64 9 275 0 0 0 0 0 0 15 0 9 0 28446683 888295424 10847 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3452/tid=3458] ppid=3450 vsize=867476 CPUtime=0
/proc/3452/task/3458/stat : 3458 (java) S 3450 3452 2786 0 -1 64 2 275 0 0 0 0 0 0 18 0 9 0 28446685 888295424 10847 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3452/tid=3459] ppid=3450 vsize=867476 CPUtime=0.21
/proc/3452/task/3459/stat : 3459 (java) S 3450 3452 2786 0 -1 64 559 275 0 0 21 0 0 0 15 0 9 0 28446685 888295424 10847 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3452/tid=3460] ppid=3450 vsize=867476 CPUtime=0
/proc/3452/task/3460/stat : 3460 (java) S 3450 3452 2786 0 -1 64 0 275 0 0 0 0 0 0 19 0 9 0 28446685 888295424 10847 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3452/tid=3461] ppid=3450 vsize=867476 CPUtime=0
/proc/3452/task/3461/stat : 3461 (java) S 3450 3452 2786 0 -1 64 7 275 0 0 0 0 0 0 15 0 9 0 28446685 888295424 10847 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 867476

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

[startup+7.10146 s]
/proc/loadavg: 1.96 1.98 1.99 3/91 3465
/proc/meminfo: memFree=1523280/2055920 swapFree=4192812/4192956
[pid=3452] ppid=3450 vsize=867476 CPUtime=7
/proc/3452/stat : 3452 (java) S 3450 3452 2786 0 -1 0 17709 275 1 0 693 7 0 0 18 0 9 0 28446680 888295424 10848 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3452/statm: 216869 10848 2656 9 0 211305 0
[pid=3452/tid=3454] ppid=3450 vsize=867476 CPUtime=6.69
/proc/3452/task/3454/stat : 3454 (java) R 3450 3452 2786 0 -1 64 12435 275 1 0 665 4 0 0 25 0 9 0 28446681 888295424 10848 996147200 134512640 134550932 4294955968 18446744073709551615 4126790064 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3452/tid=3455] ppid=3450 vsize=867476 CPUtime=0.05
/proc/3452/task/3455/stat : 3455 (java) S 3450 3452 2786 0 -1 64 3875 275 0 0 5 0 0 0 16 0 9 0 28446683 888295424 10848 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3452/tid=3456] ppid=3450 vsize=867476 CPUtime=0
/proc/3452/task/3456/stat : 3456 (java) S 3450 3452 2786 0 -1 64 19 275 0 0 0 0 0 0 16 0 9 0 28446683 888295424 10848 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3452/tid=3457] ppid=3450 vsize=867476 CPUtime=0
/proc/3452/task/3457/stat : 3457 (java) S 3450 3452 2786 0 -1 64 9 275 0 0 0 0 0 0 15 0 9 0 28446683 888295424 10848 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3452/tid=3458] ppid=3450 vsize=867476 CPUtime=0
/proc/3452/task/3458/stat : 3458 (java) S 3450 3452 2786 0 -1 64 2 275 0 0 0 0 0 0 18 0 9 0 28446685 888295424 10848 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3452/tid=3459] ppid=3450 vsize=867476 CPUtime=0.21
/proc/3452/task/3459/stat : 3459 (java) S 3450 3452 2786 0 -1 64 559 275 0 0 21 0 0 0 15 0 9 0 28446685 888295424 10848 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3452/tid=3460] ppid=3450 vsize=867476 CPUtime=0
/proc/3452/task/3460/stat : 3460 (java) S 3450 3452 2786 0 -1 64 0 275 0 0 0 0 0 0 19 0 9 0 28446685 888295424 10848 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3452/tid=3461] ppid=3450 vsize=867476 CPUtime=0
/proc/3452/task/3461/stat : 3461 (java) S 3450 3452 2786 0 -1 64 7 275 0 0 0 0 0 0 15 0 9 0 28446685 888295424 10848 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 7
Current children cumulated vsize (KiB) 867476

[startup+7.50151 s]
/proc/loadavg: 1.96 1.98 1.99 3/91 3465
/proc/meminfo: memFree=1523280/2055920 swapFree=4192812/4192956
[pid=3452] ppid=3450 vsize=867476 CPUtime=7.4
/proc/3452/stat : 3452 (java) S 3450 3452 2786 0 -1 0 17709 275 1 0 733 7 0 0 18 0 9 0 28446680 888295424 10848 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3452/statm: 216869 10848 2656 9 0 211305 0
[pid=3452/tid=3454] ppid=3450 vsize=867476 CPUtime=7.09
/proc/3452/task/3454/stat : 3454 (java) R 3450 3452 2786 0 -1 64 12435 275 1 0 705 4 0 0 25 0 9 0 28446681 888295424 10848 996147200 134512640 134550932 4294955968 18446744073709551615 4126839708 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3452/tid=3455] ppid=3450 vsize=867476 CPUtime=0.05
/proc/3452/task/3455/stat : 3455 (java) S 3450 3452 2786 0 -1 64 3875 275 0 0 5 0 0 0 16 0 9 0 28446683 888295424 10848 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3452/tid=3456] ppid=3450 vsize=867476 CPUtime=0
/proc/3452/task/3456/stat : 3456 (java) S 3450 3452 2786 0 -1 64 19 275 0 0 0 0 0 0 16 0 9 0 28446683 888295424 10848 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3452/tid=3457] ppid=3450 vsize=867476 CPUtime=0
/proc/3452/task/3457/stat : 3457 (java) S 3450 3452 2786 0 -1 64 9 275 0 0 0 0 0 0 15 0 9 0 28446683 888295424 10848 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3452/tid=3458] ppid=3450 vsize=867476 CPUtime=0
/proc/3452/task/3458/stat : 3458 (java) S 3450 3452 2786 0 -1 64 2 275 0 0 0 0 0 0 18 0 9 0 28446685 888295424 10848 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3452/tid=3459] ppid=3450 vsize=867476 CPUtime=0.21
/proc/3452/task/3459/stat : 3459 (java) S 3450 3452 2786 0 -1 64 559 275 0 0 21 0 0 0 15 0 9 0 28446685 888295424 10848 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3452/tid=3460] ppid=3450 vsize=867476 CPUtime=0
/proc/3452/task/3460/stat : 3460 (java) S 3450 3452 2786 0 -1 64 0 275 0 0 0 0 0 0 19 0 9 0 28446685 888295424 10848 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3452/tid=3461] ppid=3450 vsize=867476 CPUtime=0
/proc/3452/task/3461/stat : 3461 (java) S 3450 3452 2786 0 -1 64 7 275 0 0 0 0 0 0 15 0 9 0 28446685 888295424 10848 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 7.4
Current children cumulated vsize (KiB) 867476

[startup+7.90156 s]
/proc/loadavg: 1.96 1.98 1.99 3/91 3465
/proc/meminfo: memFree=1523280/2055920 swapFree=4192812/4192956
[pid=3452] ppid=3450 vsize=867476 CPUtime=7.79
/proc/3452/stat : 3452 (java) S 3450 3452 2786 0 -1 0 17709 275 1 0 772 7 0 0 18 0 9 0 28446680 888295424 10848 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3452/statm: 216869 10848 2656 9 0 211305 0
[pid=3452/tid=3454] ppid=3450 vsize=867476 CPUtime=7.49
/proc/3452/task/3454/stat : 3454 (java) R 3450 3452 2786 0 -1 64 12435 275 1 0 745 4 0 0 25 0 9 0 28446681 888295424 10848 996147200 134512640 134550932 4294955968 18446744073709551615 4126801391 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3452/tid=3455] ppid=3450 vsize=867476 CPUtime=0.05
/proc/3452/task/3455/stat : 3455 (java) S 3450 3452 2786 0 -1 64 3875 275 0 0 5 0 0 0 16 0 9 0 28446683 888295424 10848 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3452/tid=3456] ppid=3450 vsize=867476 CPUtime=0
/proc/3452/task/3456/stat : 3456 (java) S 3450 3452 2786 0 -1 64 19 275 0 0 0 0 0 0 16 0 9 0 28446683 888295424 10848 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3452/tid=3457] ppid=3450 vsize=867476 CPUtime=0
/proc/3452/task/3457/stat : 3457 (java) S 3450 3452 2786 0 -1 64 9 275 0 0 0 0 0 0 15 0 9 0 28446683 888295424 10848 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3452/tid=3458] ppid=3450 vsize=867476 CPUtime=0
/proc/3452/task/3458/stat : 3458 (java) S 3450 3452 2786 0 -1 64 2 275 0 0 0 0 0 0 18 0 9 0 28446685 888295424 10848 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3452/tid=3459] ppid=3450 vsize=867476 CPUtime=0.21
/proc/3452/task/3459/stat : 3459 (java) S 3450 3452 2786 0 -1 64 559 275 0 0 21 0 0 0 15 0 9 0 28446685 888295424 10848 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3452/tid=3460] ppid=3450 vsize=867476 CPUtime=0
/proc/3452/task/3460/stat : 3460 (java) S 3450 3452 2786 0 -1 64 0 275 0 0 0 0 0 0 19 0 9 0 28446685 888295424 10848 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3452/tid=3461] ppid=3450 vsize=867476 CPUtime=0
/proc/3452/task/3461/stat : 3461 (java) S 3450 3452 2786 0 -1 64 7 275 0 0 0 0 0 0 15 0 9 0 28446685 888295424 10848 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 7.79
Current children cumulated vsize (KiB) 867476

[startup+8.00157 s]
/proc/loadavg: 1.96 1.98 1.99 3/91 3465
/proc/meminfo: memFree=1523280/2055920 swapFree=4192812/4192956
[pid=3452] ppid=3450 vsize=867476 CPUtime=7.89
/proc/3452/stat : 3452 (java) S 3450 3452 2786 0 -1 0 17709 275 1 0 782 7 0 0 18 0 9 0 28446680 888295424 10848 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3452/statm: 216869 10848 2656 9 0 211305 0
[pid=3452/tid=3454] ppid=3450 vsize=867476 CPUtime=7.59
/proc/3452/task/3454/stat : 3454 (java) R 3450 3452 2786 0 -1 64 12435 275 1 0 755 4 0 0 25 0 9 0 28446681 888295424 10848 996147200 134512640 134550932 4294955968 18446744073709551615 4126812168 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3452/tid=3455] ppid=3450 vsize=867476 CPUtime=0.05
/proc/3452/task/3455/stat : 3455 (java) S 3450 3452 2786 0 -1 64 3875 275 0 0 5 0 0 0 16 0 9 0 28446683 888295424 10848 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3452/tid=3456] ppid=3450 vsize=867476 CPUtime=0
/proc/3452/task/3456/stat : 3456 (java) S 3450 3452 2786 0 -1 64 19 275 0 0 0 0 0 0 16 0 9 0 28446683 888295424 10848 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3452/tid=3457] ppid=3450 vsize=867476 CPUtime=0
/proc/3452/task/3457/stat : 3457 (java) S 3450 3452 2786 0 -1 64 9 275 0 0 0 0 0 0 15 0 9 0 28446683 888295424 10848 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3452/tid=3458] ppid=3450 vsize=867476 CPUtime=0
/proc/3452/task/3458/stat : 3458 (java) S 3450 3452 2786 0 -1 64 2 275 0 0 0 0 0 0 18 0 9 0 28446685 888295424 10848 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3452/tid=3459] ppid=3450 vsize=867476 CPUtime=0.21
/proc/3452/task/3459/stat : 3459 (java) S 3450 3452 2786 0 -1 64 559 275 0 0 21 0 0 0 15 0 9 0 28446685 888295424 10848 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3452/tid=3460] ppid=3450 vsize=867476 CPUtime=0
/proc/3452/task/3460/stat : 3460 (java) S 3450 3452 2786 0 -1 64 0 275 0 0 0 0 0 0 19 0 9 0 28446685 888295424 10848 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3452/tid=3461] ppid=3450 vsize=867476 CPUtime=0
/proc/3452/task/3461/stat : 3461 (java) S 3450 3452 2786 0 -1 64 7 275 0 0 0 0 0 0 15 0 9 0 28446685 888295424 10848 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 7.89
Current children cumulated vsize (KiB) 867476

Child status: 0
Real time (s): 8.08882
CPU time (s): 7.96779
CPU user time (s): 7.8738
CPU system time (s): 0.093985
CPU usage (%): 98.5037
Max. virtual memory (cumulated for all children) (KiB): 867476

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 7.8738
system time used= 0.093985
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 18102
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= 1374
involuntary context switches= 1599

runsolver used 0.015997 second user time and 0.034994 second system time

The end

Launcher Data

Begin job on node40 at 2009-07-12 18:52:34
IDJOB=2099125
IDBENCH=59812
IDSOLVER=773
FILE ID=node40/2099125-1247417554
PBS_JOBID= 9510684
Free space on /tmp= 66256 MiB

SOLVER NAME= Abscon 112v4 AC
BENCH NAME= CPAI08/csp/tightness0.65/normalized-rand-2-40-40-135-650-38_ext.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-2099125-1247417554/watcher-2099125-1247417554 -o /tmp/evaluation-result-2099125-1247417554/solver-2099125-1247417554 -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-2099125-1247417554.xml

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

MD5SUM BENCH= 6b9ae4753c885d6159ba04543e130d89
RANDOM SEED=48686873

node40.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.213
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.213
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:       1557112 kB
Buffers:         89320 kB
Cached:         278356 kB
SwapCached:          0 kB
Active:          99672 kB
Inactive:       318496 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1557112 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2728 kB
Writeback:           0 kB
Mapped:          71260 kB
Slab:            65708 kB
Committed_AS:  1032576 kB
PageTables:       1948 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66252 MiB
End job on node40 at 2009-07-12 18:52:42