Trace number 2097202

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 ESACSAT 16.0516 16.1519

DiagnosticValue
CHECKS8103940
NODES215

General information on the benchmark

Namecsp/radar-8-24-3-2/
normalized-radar-8-24-3-2-43.xml
MD5SUMf71347d3f271b67a497611da231dbdb8
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.034994
Satisfiable
(Un)Satisfiability was proved
Number of variables144
Number of constraints64
Maximum constraint arity14
Maximum domain size4
Number of constraints which are defined in extension0
Number of constraints which are defined in intension64
Global constraints used (with number of constraints)

Solver Data

0.03/0.07	
0.03/0.07	Abscon 112 (May, 2008)
0.21/0.23	
0.21/0.23	   configuration
0.21/0.23	     name=esac.xml
0.21/0.26	   
0.21/0.26	   instance
0.21/0.26	     name=HOME/instance-2097202-1247411902.xml
0.21/0.30	   
0.21/0.30	   domains being loaded...
0.30/0.30	   
0.30/0.30	   variables being loaded...
0.30/0.35	     nbVariables=144  nbDomainTypes=1  minDomainSize=4  maxDomainSize=4  nbTotalValues=576
0.30/0.35	       =>  wckTime=0.124  cpuTime=0.09  mem=7M892
0.30/0.35	   
0.30/0.35	   predicates being loaded...
0.50/0.51	   
0.50/0.51	   constraints being loaded...
0.99/1.01	     nbConstraints=91  nbGlobalConstraints=27  nbDisconnectedVariables=25  nbConvertedConstraints=1
0.99/1.01	     nbConvertConstraintsChecks=28176  nbExtensionStructures=1  nbSharedExtensionStructures=0  nbConflictsStructures=18
0.99/1.01	     nbSharedConflictsStructures=0  nbUnbuiltConflictsStructures=46  nbSharedBinaryRepresentations=5
0.99/1.01	     nbEvaluationManagers=63  nbSharedEvaluationManagers=0  minDegree=1  maxDegree=6  minArity=2  avgArity=6.43
0.99/1.01	     maxArity=14  nbGenerators=27  nbFusions=0  symmetryWckTime=0.078  symmetryCpuTime=0.03
0.99/1.01	       =>  wckTime=0.777  cpuTime=0.61  mem=36M237
0.99/1.08	   
0.99/1.08	   solver IterativeSystematicSolver being built... 
1.09/1.16	   
1.09/1.16	   INFO : Forward propagation technique limited 
1.18/1.23	       =>  wckTime=1.001  cpuTime=0.74  mem=22M425
3.36/3.40	   
3.36/3.40	   preprocessing
3.36/3.40	     nbConstraintChecks=1176855  nbValidityChecks=13015  nbPropagations=449  nbRevisions=4463  nbUselessRevisions=4316
3.36/3.40	     nbSingletonTests=184  nbEffectiveSingletonTests=0  nbACRemovals=52  nbFoundSingletons=0  nbRemovedValues=52
3.36/3.40	     detectedInconsistency=no
3.36/3.40	       =>  wckTime=2.167  cpuTime=2.12  mem=22M425
16.01/16.10	   
16.01/16.10	   search
16.01/16.10	     run=1  nbConstraintChecks=6927083  nbValidityChecks=18600  minDepth=21  maxDepth=144  nbPropagations=1389
16.01/16.10	     nbRevisions=16299  nbUselessRevisions=15567  nbAssignments=215  nbFailedAssignments=20  nbBacktracks=12
16.01/16.10	     nbVisitedNodes=242  nbRestartNogoods=2  nbFoundSolutions=1  mapSize=10  nbInferences=0  nbTooLargeKeys=0
16.01/16.10	     nbSEliminables=0  nbREliminables=67.23  nbIEliminables=40.63  nbDEliminables=0  nbPEliminables=0
16.01/16.10	       =>  wckTime=14.869  cpuTime=14.76  mem=23M388
16.01/16.10	   
16.01/16.10	   global
16.01/16.10	     nbConstraintChecks=8103938  nbValidityChecks=31615  nbPropagations=1838  nbRevisions=20762
16.01/16.10	     nbUselessRevisions=19883  nbRestartNogoods=2  solvingWckTime=14.872  solvingCpuTime=14.76  expiredTime=no
16.01/16.10	     totalExploration=no  nbFoundSolutions=1  firstSolutionCpuTime=15.5  globalCpuTime=15.55
16.01/16.10	       =>  wckTime=15.875  cpuTime=15.5  mem=23M388
16.01/16.10	   
16.01/16.10	s SATISFIABLE
16.01/16.10	v 0 2 0 1 0 0 0 1 3 0 2 0 0 1 0 1 2 0 1 1 0 0 1 2 1 2 2 0 0 2 2 1 0 0 1 3 0 0 0 0 1 3 1 0 0 2 0 3 3 3 0 1 1 0 3 3 1 0 2 2 3 3 0 2 0 0 0 0 0 1 0 2 2 0 0 2 2 0 3 1 2 0 0 0 3 0 0 1 0 1 0 1 1 0 1 0 0 2 0 1 2 3 0 1 1 0 3 0 3 0 0 1 0 3 0 2 0 0 0 0 0 0 0 0 1 2 2 0 0 0 3 0 1 2 0 0 2 0 3 0 0 0 2 0 
16.01/16.10	d NODES 215
16.01/16.11	d CHECKS 8103938
16.01/16.11	   
16.01/16.11	   totalWckTime=15.944  totalCpuTime=15.55

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-2097202-1247411902/watcher-2097202-1247411902 -o /tmp/evaluation-result-2097202-1247411902/solver-2097202-1247411902 -C 1800 -W 2000 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution esac.xml 1 XSax HOME/instance-2097202-1247411902.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.25 2.05 2.02 3/67 1289
/proc/meminfo: memFree=1796496/2055920 swapFree=4192812/4192956
[pid=1289] ppid=1287 vsize=152 CPUtime=0
/proc/1289/stat : 1289 (java) R 1287 1289 29719 0 -1 0 205 0 0 0 0 0 0 0 18 0 1 0 28253647 155648 26 996147200 134512640 134550932 4294955968 18446744073709551615 4309291 0 0 4096 0 0 0 0 17 0 0 0
/proc/1289/statm: 38 26 19 9 0 4 0

[startup+0.0393811 s]
/proc/loadavg: 2.25 2.05 2.02 3/67 1289
/proc/meminfo: memFree=1796496/2055920 swapFree=4192812/4192956
[pid=1289] ppid=1287 vsize=861936 CPUtime=0.03
/proc/1289/stat : 1289 (java) S 1287 1289 29719 0 -1 0 2350 0 1 0 2 1 0 0 18 0 5 0 28253647 882622464 1935 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 0 0 0
/proc/1289/statm: 215484 1936 884 9 0 210399 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 861936

[startup+0.102399 s]
/proc/loadavg: 2.25 2.05 2.02 3/67 1289
/proc/meminfo: memFree=1796496/2055920 swapFree=4192812/4192956
[pid=1289] ppid=1287 vsize=866884 CPUtime=0.1
/proc/1289/stat : 1289 (java) S 1287 1289 29719 0 -1 0 4052 0 1 0 8 2 0 0 18 0 9 0 28253647 887689216 3481 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1289/statm: 216721 3481 1805 9 0 211206 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 866884

[startup+0.302421 s]
/proc/loadavg: 2.25 2.05 2.02 3/67 1289
/proc/meminfo: memFree=1796496/2055920 swapFree=4192812/4192956
[pid=1289] ppid=1287 vsize=867272 CPUtime=0.3
/proc/1289/stat : 1289 (java) S 1287 1289 29719 0 -1 0 6200 0 1 0 26 4 0 0 18 0 9 0 28253647 888086528 5562 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1289/statm: 216818 5562 1991 9 0 211276 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 867272

[startup+0.701432 s]
/proc/loadavg: 2.25 2.05 2.02 3/67 1289
/proc/meminfo: memFree=1796496/2055920 swapFree=4192812/4192956
[pid=1289] ppid=1287 vsize=867952 CPUtime=0.7
/proc/1289/stat : 1289 (java) S 1287 1289 29719 0 -1 0 9883 0 1 0 64 6 0 0 18 0 9 0 28253647 888782848 9235 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1289/statm: 216988 9236 2037 9 0 211424 0
Current children cumulated CPU time (s) 0.7
Current children cumulated vsize (KiB) 867952

[startup+1.50148 s]
/proc/loadavg: 2.25 2.05 2.02 4/91 1322
/proc/meminfo: memFree=1718224/2055920 swapFree=4192812/4192956
[pid=1289] ppid=1287 vsize=868716 CPUtime=1.48
/proc/1289/stat : 1289 (java) S 1287 1289 29719 0 -1 0 21722 167 1 0 137 11 0 0 18 0 10 0 28253647 889565184 14041 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1289/statm: 217179 14041 2658 9 0 211615 0
[pid=1322] ppid=1289 vsize=0 CPUtime=0
/proc/1322/stat : 1322 (rm) Z 1289 1289 29719 0 -1 4194316 126 0 0 0 0 0 0 0 18 0 1 0 28253743 0 0 996147200 0 0 0 0 0 0 4 0 0 18446744071563351923 0 0 17 1 0 0
/proc/1322/statm: 0 0 0 0 0 0 0
[pid=1289/tid=1291] ppid=1287 vsize=868716 CPUtime=1.18
/proc/1289/task/1291/stat : 1291 (java) R 1287 1289 29719 0 -1 64 17103 167 1 0 110 8 0 0 18 0 10 0 28253648 889565184 14041 996147200 134512640 134550932 4294955968 18446744073709551615 4126754743 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1289/tid=1292] ppid=1287 vsize=868716 CPUtime=0.05
/proc/1289/task/1292/stat : 1292 (java) S 1287 1289 29719 0 -1 64 3037 167 0 0 5 0 0 0 17 0 10 0 28253649 889565184 14041 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1289/tid=1293] ppid=1287 vsize=868716 CPUtime=0
/proc/1289/task/1293/stat : 1293 (java) S 1287 1289 29719 0 -1 64 16 167 0 0 0 0 0 0 16 0 10 0 28253649 889565184 14041 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1289/tid=1294] ppid=1287 vsize=868716 CPUtime=0
/proc/1289/task/1294/stat : 1294 (java) S 1287 1289 29719 0 -1 64 11 167 0 0 0 0 0 0 16 0 10 0 28253649 889565184 14041 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1289/tid=1295] ppid=1287 vsize=868716 CPUtime=0
/proc/1289/task/1295/stat : 1295 (java) S 1287 1289 29719 0 -1 64 2 167 0 0 0 0 0 0 24 0 10 0 28253651 889565184 14041 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1289/tid=1296] ppid=1287 vsize=868716 CPUtime=0.21
/proc/1289/task/1296/stat : 1296 (java) S 1287 1289 29719 0 -1 64 734 167 0 0 21 0 0 0 15 0 10 0 28253651 889565184 14041 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1289/tid=1297] ppid=1287 vsize=868716 CPUtime=0
/proc/1289/task/1297/stat : 1297 (java) S 1287 1289 29719 0 -1 64 1 167 0 0 0 0 0 0 25 0 10 0 28253651 889565184 14041 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1289/tid=1298] ppid=1287 vsize=868716 CPUtime=0
/proc/1289/task/1298/stat : 1298 (java) S 1287 1289 29719 0 -1 64 5 167 0 0 0 0 0 0 15 0 10 0 28253651 889565184 14041 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1289/tid=1321] ppid=1287 vsize=868716 CPUtime=0
/proc/1289/task/1321/stat : 1321 (java) R 1287 1289 29719 0 -1 64 41 167 0 0 0 0 0 0 24 0 10 0 28253743 889565184 14041 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 868716

[startup+3.10158 s]
/proc/loadavg: 2.25 2.05 2.02 3/89 1326
/proc/meminfo: memFree=1702424/2055920 swapFree=4192812/4192956
[pid=1289] ppid=1287 vsize=868716 CPUtime=3.07
/proc/1289/stat : 1289 (java) S 1287 1289 29719 0 -1 0 21722 293 1 0 296 11 0 0 18 0 9 0 28253647 889565184 14041 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1289/statm: 217179 14041 2658 9 0 211615 0
[pid=1289/tid=1291] ppid=1287 vsize=868716 CPUtime=2.77
/proc/1289/task/1291/stat : 1291 (java) R 1287 1289 29719 0 -1 64 17103 293 1 0 269 8 0 0 25 0 9 0 28253648 889565184 14041 996147200 134512640 134550932 4294955968 18446744073709551615 4126740251 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1289/tid=1292] ppid=1287 vsize=868716 CPUtime=0.05
/proc/1289/task/1292/stat : 1292 (java) S 1287 1289 29719 0 -1 64 3037 293 0 0 5 0 0 0 17 0 9 0 28253649 889565184 14041 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1289/tid=1293] ppid=1287 vsize=868716 CPUtime=0
/proc/1289/task/1293/stat : 1293 (java) S 1287 1289 29719 0 -1 64 16 293 0 0 0 0 0 0 16 0 9 0 28253649 889565184 14041 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1289/tid=1294] ppid=1287 vsize=868716 CPUtime=0
/proc/1289/task/1294/stat : 1294 (java) S 1287 1289 29719 0 -1 64 11 293 0 0 0 0 0 0 16 0 9 0 28253649 889565184 14041 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1289/tid=1295] ppid=1287 vsize=868716 CPUtime=0
/proc/1289/task/1295/stat : 1295 (java) S 1287 1289 29719 0 -1 64 2 293 0 0 0 0 0 0 24 0 9 0 28253651 889565184 14041 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1289/tid=1296] ppid=1287 vsize=868716 CPUtime=0.21
/proc/1289/task/1296/stat : 1296 (java) S 1287 1289 29719 0 -1 64 734 293 0 0 21 0 0 0 15 0 9 0 28253651 889565184 14041 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1289/tid=1297] ppid=1287 vsize=868716 CPUtime=0
/proc/1289/task/1297/stat : 1297 (java) S 1287 1289 29719 0 -1 64 1 293 0 0 0 0 0 0 25 0 9 0 28253651 889565184 14041 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1289/tid=1298] ppid=1287 vsize=868716 CPUtime=0
/proc/1289/task/1298/stat : 1298 (java) S 1287 1289 29719 0 -1 64 5 293 0 0 0 0 0 0 15 0 9 0 28253651 889565184 14041 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 868716

[startup+6.30385 s]
/proc/loadavg: 2.31 2.07 2.02 4/91 1365
/proc/meminfo: memFree=1701128/2055920 swapFree=4192812/4192956
[pid=1289] ppid=1287 vsize=868716 CPUtime=6.25
/proc/1289/stat : 1289 (java) S 1287 1289 29719 0 -1 0 21972 293 1 0 614 11 0 0 18 0 9 0 28253647 889565184 14057 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1289/statm: 217179 14057 2658 9 0 211615 0
[pid=1289/tid=1291] ppid=1287 vsize=868716 CPUtime=5.93
/proc/1289/task/1291/stat : 1291 (java) R 1287 1289 29719 0 -1 64 17331 293 1 0 585 8 0 0 25 0 9 0 28253648 889565184 14057 996147200 134512640 134550932 4294955968 18446744073709551615 4126730192 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1289/tid=1292] ppid=1287 vsize=868716 CPUtime=0.05
/proc/1289/task/1292/stat : 1292 (java) S 1287 1289 29719 0 -1 64 3037 293 0 0 5 0 0 0 16 0 9 0 28253649 889565184 14057 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1289/tid=1293] ppid=1287 vsize=868716 CPUtime=0
/proc/1289/task/1293/stat : 1293 (java) S 1287 1289 29719 0 -1 64 16 293 0 0 0 0 0 0 16 0 9 0 28253649 889565184 14057 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1289/tid=1294] ppid=1287 vsize=868716 CPUtime=0
/proc/1289/task/1294/stat : 1294 (java) S 1287 1289 29719 0 -1 64 11 293 0 0 0 0 0 0 16 0 9 0 28253649 889565184 14057 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1289/tid=1295] ppid=1287 vsize=868716 CPUtime=0
/proc/1289/task/1295/stat : 1295 (java) S 1287 1289 29719 0 -1 64 2 293 0 0 0 0 0 0 24 0 9 0 28253651 889565184 14057 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1289/tid=1296] ppid=1287 vsize=868716 CPUtime=0.24
/proc/1289/task/1296/stat : 1296 (java) S 1287 1289 29719 0 -1 64 746 293 0 0 23 1 0 0 16 0 9 0 28253651 889565184 14057 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1289/tid=1297] ppid=1287 vsize=868716 CPUtime=0
/proc/1289/task/1297/stat : 1297 (java) S 1287 1289 29719 0 -1 64 1 293 0 0 0 0 0 0 25 0 9 0 28253651 889565184 14057 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1289/tid=1298] ppid=1287 vsize=868716 CPUtime=0
/proc/1289/task/1298/stat : 1298 (java) S 1287 1289 29719 0 -1 64 15 293 0 0 0 0 0 0 15 0 9 0 28253651 889565184 14057 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.25
Current children cumulated vsize (KiB) 868716

[startup+12.7012 s]
/proc/loadavg: 2.29 2.06 2.02 3/89 1482
/proc/meminfo: memFree=1696728/2055920 swapFree=4192812/4192956
[pid=1289] ppid=1287 vsize=868716 CPUtime=12.61
/proc/1289/stat : 1289 (java) S 1287 1289 29719 0 -1 0 21973 293 1 0 1249 12 0 0 18 0 9 0 28253647 889565184 14057 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1289/statm: 217179 14057 2658 9 0 211615 0
[pid=1289/tid=1291] ppid=1287 vsize=868716 CPUtime=12.3
/proc/1289/task/1291/stat : 1291 (java) R 1287 1289 29719 0 -1 64 17332 293 1 0 1221 9 0 0 25 0 9 0 28253648 889565184 14057 996147200 134512640 134550932 4294955968 18446744073709551615 4126726540 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1289/tid=1292] ppid=1287 vsize=868716 CPUtime=0.05
/proc/1289/task/1292/stat : 1292 (java) S 1287 1289 29719 0 -1 64 3037 293 0 0 5 0 0 0 16 0 9 0 28253649 889565184 14057 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1289/tid=1293] ppid=1287 vsize=868716 CPUtime=0
/proc/1289/task/1293/stat : 1293 (java) S 1287 1289 29719 0 -1 64 16 293 0 0 0 0 0 0 16 0 9 0 28253649 889565184 14057 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1289/tid=1294] ppid=1287 vsize=868716 CPUtime=0
/proc/1289/task/1294/stat : 1294 (java) S 1287 1289 29719 0 -1 64 11 293 0 0 0 0 0 0 16 0 9 0 28253649 889565184 14057 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1289/tid=1295] ppid=1287 vsize=868716 CPUtime=0
/proc/1289/task/1295/stat : 1295 (java) S 1287 1289 29719 0 -1 64 2 293 0 0 0 0 0 0 24 0 9 0 28253651 889565184 14057 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1289/tid=1296] ppid=1287 vsize=868716 CPUtime=0.24
/proc/1289/task/1296/stat : 1296 (java) S 1287 1289 29719 0 -1 64 746 293 0 0 23 1 0 0 16 0 9 0 28253651 889565184 14057 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1289/tid=1297] ppid=1287 vsize=868716 CPUtime=0
/proc/1289/task/1297/stat : 1297 (java) S 1287 1289 29719 0 -1 64 1 293 0 0 0 0 0 0 25 0 9 0 28253651 889565184 14057 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1289/tid=1298] ppid=1287 vsize=868716 CPUtime=0
/proc/1289/task/1298/stat : 1298 (java) S 1287 1289 29719 0 -1 64 15 293 0 0 0 0 0 0 15 0 9 0 28253651 889565184 14057 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.61
Current children cumulated vsize (KiB) 868716

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

[startup+14.3063 s]
/proc/loadavg: 2.26 2.06 2.02 3/89 1482
/proc/meminfo: memFree=1696664/2055920 swapFree=4192812/4192956
[pid=1289] ppid=1287 vsize=868716 CPUtime=14.22
/proc/1289/stat : 1289 (java) S 1287 1289 29719 0 -1 0 21974 293 1 0 1410 12 0 0 18 0 9 0 28253647 889565184 14058 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1289/statm: 217179 14058 2658 9 0 211615 0
[pid=1289/tid=1291] ppid=1287 vsize=868716 CPUtime=13.9
/proc/1289/task/1291/stat : 1291 (java) R 1287 1289 29719 0 -1 64 17332 293 1 0 1381 9 0 0 25 0 9 0 28253648 889565184 14058 996147200 134512640 134550932 4294955968 18446744073709551615 4126741009 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1289/tid=1292] ppid=1287 vsize=868716 CPUtime=0.05
/proc/1289/task/1292/stat : 1292 (java) S 1287 1289 29719 0 -1 64 3037 293 0 0 5 0 0 0 16 0 9 0 28253649 889565184 14058 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1289/tid=1293] ppid=1287 vsize=868716 CPUtime=0
/proc/1289/task/1293/stat : 1293 (java) S 1287 1289 29719 0 -1 64 16 293 0 0 0 0 0 0 16 0 9 0 28253649 889565184 14058 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1289/tid=1294] ppid=1287 vsize=868716 CPUtime=0
/proc/1289/task/1294/stat : 1294 (java) S 1287 1289 29719 0 -1 64 11 293 0 0 0 0 0 0 16 0 9 0 28253649 889565184 14058 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1289/tid=1295] ppid=1287 vsize=868716 CPUtime=0
/proc/1289/task/1295/stat : 1295 (java) S 1287 1289 29719 0 -1 64 2 293 0 0 0 0 0 0 24 0 9 0 28253651 889565184 14058 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1289/tid=1296] ppid=1287 vsize=868716 CPUtime=0.24
/proc/1289/task/1296/stat : 1296 (java) S 1287 1289 29719 0 -1 64 747 293 0 0 23 1 0 0 16 0 9 0 28253651 889565184 14058 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1289/tid=1297] ppid=1287 vsize=868716 CPUtime=0
/proc/1289/task/1297/stat : 1297 (java) S 1287 1289 29719 0 -1 64 1 293 0 0 0 0 0 0 25 0 9 0 28253651 889565184 14058 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1289/tid=1298] ppid=1287 vsize=868716 CPUtime=0
/proc/1289/task/1298/stat : 1298 (java) S 1287 1289 29719 0 -1 64 15 293 0 0 0 0 0 0 15 0 9 0 28253651 889565184 14058 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 14.22
Current children cumulated vsize (KiB) 868716

[startup+15.1024 s]
/proc/loadavg: 2.26 2.06 2.02 3/89 1482
/proc/meminfo: memFree=1696664/2055920 swapFree=4192812/4192956
[pid=1289] ppid=1287 vsize=868716 CPUtime=15.01
/proc/1289/stat : 1289 (java) S 1287 1289 29719 0 -1 0 21974 293 1 0 1489 12 0 0 18 0 9 0 28253647 889565184 14058 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1289/statm: 217179 14058 2658 9 0 211615 0
[pid=1289/tid=1291] ppid=1287 vsize=868716 CPUtime=14.7
/proc/1289/task/1291/stat : 1291 (java) R 1287 1289 29719 0 -1 64 17332 293 1 0 1461 9 0 0 25 0 9 0 28253648 889565184 14058 996147200 134512640 134550932 4294955968 18446744073709551615 4126728695 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1289/tid=1292] ppid=1287 vsize=868716 CPUtime=0.05
/proc/1289/task/1292/stat : 1292 (java) S 1287 1289 29719 0 -1 64 3037 293 0 0 5 0 0 0 16 0 9 0 28253649 889565184 14058 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1289/tid=1293] ppid=1287 vsize=868716 CPUtime=0
/proc/1289/task/1293/stat : 1293 (java) S 1287 1289 29719 0 -1 64 16 293 0 0 0 0 0 0 16 0 9 0 28253649 889565184 14058 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1289/tid=1294] ppid=1287 vsize=868716 CPUtime=0
/proc/1289/task/1294/stat : 1294 (java) S 1287 1289 29719 0 -1 64 11 293 0 0 0 0 0 0 16 0 9 0 28253649 889565184 14058 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1289/tid=1295] ppid=1287 vsize=868716 CPUtime=0
/proc/1289/task/1295/stat : 1295 (java) S 1287 1289 29719 0 -1 64 2 293 0 0 0 0 0 0 24 0 9 0 28253651 889565184 14058 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1289/tid=1296] ppid=1287 vsize=868716 CPUtime=0.24
/proc/1289/task/1296/stat : 1296 (java) S 1287 1289 29719 0 -1 64 747 293 0 0 23 1 0 0 16 0 9 0 28253651 889565184 14058 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1289/tid=1297] ppid=1287 vsize=868716 CPUtime=0
/proc/1289/task/1297/stat : 1297 (java) S 1287 1289 29719 0 -1 64 1 293 0 0 0 0 0 0 25 0 9 0 28253651 889565184 14058 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1289/tid=1298] ppid=1287 vsize=868716 CPUtime=0
/proc/1289/task/1298/stat : 1298 (java) R 1287 1289 29719 0 -1 64 15 293 0 0 0 0 0 0 15 0 9 0 28253651 889565184 14058 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 15.01
Current children cumulated vsize (KiB) 868716

[startup+15.9024 s]
/proc/loadavg: 2.26 2.06 2.02 3/89 1482
/proc/meminfo: memFree=1696600/2055920 swapFree=4192812/4192956
[pid=1289] ppid=1287 vsize=868716 CPUtime=15.81
/proc/1289/stat : 1289 (java) S 1287 1289 29719 0 -1 0 21974 293 1 0 1569 12 0 0 18 0 9 0 28253647 889565184 14058 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1289/statm: 217179 14058 2658 9 0 211615 0
[pid=1289/tid=1291] ppid=1287 vsize=868716 CPUtime=15.5
/proc/1289/task/1291/stat : 1291 (java) R 1287 1289 29719 0 -1 64 17332 293 1 0 1541 9 0 0 25 0 9 0 28253648 889565184 14058 996147200 134512640 134550932 4294955968 18446744073709551615 4126726515 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1289/tid=1292] ppid=1287 vsize=868716 CPUtime=0.05
/proc/1289/task/1292/stat : 1292 (java) S 1287 1289 29719 0 -1 64 3037 293 0 0 5 0 0 0 16 0 9 0 28253649 889565184 14058 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1289/tid=1293] ppid=1287 vsize=868716 CPUtime=0
/proc/1289/task/1293/stat : 1293 (java) S 1287 1289 29719 0 -1 64 16 293 0 0 0 0 0 0 16 0 9 0 28253649 889565184 14058 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1289/tid=1294] ppid=1287 vsize=868716 CPUtime=0
/proc/1289/task/1294/stat : 1294 (java) S 1287 1289 29719 0 -1 64 11 293 0 0 0 0 0 0 16 0 9 0 28253649 889565184 14058 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1289/tid=1295] ppid=1287 vsize=868716 CPUtime=0
/proc/1289/task/1295/stat : 1295 (java) S 1287 1289 29719 0 -1 64 2 293 0 0 0 0 0 0 24 0 9 0 28253651 889565184 14058 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1289/tid=1296] ppid=1287 vsize=868716 CPUtime=0.24
/proc/1289/task/1296/stat : 1296 (java) S 1287 1289 29719 0 -1 64 747 293 0 0 23 1 0 0 16 0 9 0 28253651 889565184 14058 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1289/tid=1297] ppid=1287 vsize=868716 CPUtime=0
/proc/1289/task/1297/stat : 1297 (java) S 1287 1289 29719 0 -1 64 1 293 0 0 0 0 0 0 25 0 9 0 28253651 889565184 14058 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1289/tid=1298] ppid=1287 vsize=868716 CPUtime=0
/proc/1289/task/1298/stat : 1298 (java) S 1287 1289 29719 0 -1 64 15 293 0 0 0 0 0 0 15 0 9 0 28253651 889565184 14058 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 15.81
Current children cumulated vsize (KiB) 868716

[startup+16.1025 s]
/proc/loadavg: 2.26 2.06 2.02 3/89 1482
/proc/meminfo: memFree=1696600/2055920 swapFree=4192812/4192956
[pid=1289] ppid=1287 vsize=868716 CPUtime=16.01
/proc/1289/stat : 1289 (java) S 1287 1289 29719 0 -1 0 22000 293 1 0 1589 12 0 0 18 0 9 0 28253647 889565184 14062 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1289/statm: 217179 14062 2658 9 0 211615 0
[pid=1289/tid=1291] ppid=1287 vsize=868716 CPUtime=15.69
/proc/1289/task/1291/stat : 1291 (java) R 1287 1289 29719 0 -1 64 17348 293 1 0 1560 9 0 0 25 0 9 0 28253648 889565184 14062 996147200 134512640 134550932 4294955968 18446744073709551615 4744203 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1289/tid=1292] ppid=1287 vsize=868716 CPUtime=0.05
/proc/1289/task/1292/stat : 1292 (java) S 1287 1289 29719 0 -1 64 3037 293 0 0 5 0 0 0 16 0 9 0 28253649 889565184 14062 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1289/tid=1293] ppid=1287 vsize=868716 CPUtime=0
/proc/1289/task/1293/stat : 1293 (java) S 1287 1289 29719 0 -1 64 16 293 0 0 0 0 0 0 16 0 9 0 28253649 889565184 14062 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1289/tid=1294] ppid=1287 vsize=868716 CPUtime=0
/proc/1289/task/1294/stat : 1294 (java) S 1287 1289 29719 0 -1 64 11 293 0 0 0 0 0 0 16 0 9 0 28253649 889565184 14062 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1289/tid=1295] ppid=1287 vsize=868716 CPUtime=0
/proc/1289/task/1295/stat : 1295 (java) S 1287 1289 29719 0 -1 64 2 293 0 0 0 0 0 0 24 0 9 0 28253651 889565184 14062 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1289/tid=1296] ppid=1287 vsize=868716 CPUtime=0.24
/proc/1289/task/1296/stat : 1296 (java) S 1287 1289 29719 0 -1 64 760 293 0 0 23 1 0 0 15 0 9 0 28253651 889565184 14062 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1289/tid=1297] ppid=1287 vsize=868716 CPUtime=0
/proc/1289/task/1297/stat : 1297 (java) S 1287 1289 29719 0 -1 64 1 293 0 0 0 0 0 0 25 0 9 0 28253651 889565184 14062 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1289/tid=1298] ppid=1287 vsize=868716 CPUtime=0
/proc/1289/task/1298/stat : 1298 (java) S 1287 1289 29719 0 -1 64 15 293 0 0 0 0 0 0 15 0 9 0 28253651 889565184 14063 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 16.01
Current children cumulated vsize (KiB) 868716

Child status: 0
Real time (s): 16.1519
CPU time (s): 16.0516
CPU user time (s): 15.9116
CPU system time (s): 0.139978
CPU usage (%): 99.3789
Max. virtual memory (cumulated for all children) (KiB): 868716

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 15.9116
system time used= 0.139978
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 22409
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= 1438
involuntary context switches= 1522

runsolver used 0.019996 second user time and 0.06399 second system time

The end

Launcher Data

Begin job on node52 at 2009-07-12 17:18:22
IDJOB=2097202
IDBENCH=56991
IDSOLVER=774
FILE ID=node52/2097202-1247411902
PBS_JOBID= 9510542
Free space on /tmp= 66148 MiB

SOLVER NAME= Abscon 112v4 ESAC
BENCH NAME= CPAI08/csp/radar-8-24-3-2/normalized-radar-8-24-3-2-43.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution esac.xml 1 XSax BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2097202-1247411902/watcher-2097202-1247411902 -o /tmp/evaluation-result-2097202-1247411902/solver-2097202-1247411902 -C 1800 -W 2000 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution esac.xml 1 XSax HOME/instance-2097202-1247411902.xml

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

MD5SUM BENCH= f71347d3f271b67a497611da231dbdb8
RANDOM SEED=844678205

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:       1797040 kB
Buffers:         43884 kB
Cached:         142776 kB
SwapCached:          0 kB
Active:         106068 kB
Inactive:        96060 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1797040 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2608 kB
Writeback:           0 kB
Mapped:          25316 kB
Slab:            42364 kB
Committed_AS:   187480 kB
PageTables:       1716 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:18:38