Trace number 2093041

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 15.6316 15.4411

DiagnosticValue
CHECKS628603
NODES83

General information on the benchmark

Namecsp/lard/
normalized-lard-83-83.xml
MD5SUM75503770180b2e5df3e5009c7077c336
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 benchmark10.1905
Satisfiable
(Un)Satisfiability was proved
Number of variables83
Number of constraints3403
Maximum constraint arity2
Maximum domain size84
Number of constraints which are defined in extension3403
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data

0.01/0.08	
0.01/0.08	Abscon 112 (May, 2008)
0.20/0.21	
0.20/0.21	   configuration
0.20/0.21	     name=mac.xml
0.20/0.24	   
0.20/0.24	   instance
0.20/0.24	     name=HOME/instance-2093041-1247401114.xml
0.20/0.27	   
0.20/0.27	   domains being loaded...
0.20/0.28	   
0.20/0.28	   variables being loaded...
0.32/0.31	     nbVariables=83  nbDomainTypes=1  minDomainSize=84  maxDomainSize=84  nbTotalValues=6972
0.32/0.31	       =>  wckTime=0.098  cpuTime=0.1  mem=7M892
0.32/0.31	   
0.32/0.31	   relations being loaded...
2.77/2.71	   
2.77/2.71	   INFO : Contraction of relations, mem = 101M17
11.08/11.04	   
11.08/11.04	   constraints being loaded...
14.90/14.87	     nbConstraints=3403  nbRelationTypes=3403  nbExtensionStructures=3403  nbSharedExtensionStructures=0
14.90/14.87	     nbConflictsStructures=3403  nbSharedConflictsStructures=0  nbSharedBinaryRepresentations=571454  minDegree=82
14.90/14.87	     maxDegree=82  minArity=2  maxArity=2  nbGenerators=0  nbFusions=0  symmetryWckTime=0.159  symmetryCpuTime=0.09
14.90/14.87	       =>  wckTime=14.662  cpuTime=13.62  mem=119M532
15.23/15.20	   
15.23/15.20	   solver IterativeSystematicSolver being built... 
15.45/15.31	       =>  wckTime=15.096  cpuTime=13.74  mem=113M59
15.45/15.34	   
15.45/15.34	   preprocessing
15.45/15.34	     nbConstraintChecks=452518  nbPropagations=157  nbRevisions=10314  nbUselessRevisions=10078  nbRemovedValues=3517
15.45/15.34	     detectedInconsistency=no
15.45/15.34	       =>  wckTime=0.034  cpuTime=0.03  mem=113M59
15.58/15.41	   
15.58/15.41	   search
15.58/15.41	     run=0  nbConstraintChecks=176085  minDepth=84  maxDepth=83  nbPropagations=250  nbRevisions=14525
15.58/15.41	     nbUselessRevisions=14279  nbAssignments=83  nbFailedAssignments=0  nbBacktracks=0  nbVisitedNodes=84
15.58/15.41	     nbRestartNogoods=0  nbFoundSolutions=1  mapSize=0  nbInferences=0  nbTooLargeKeys=0  nbSEliminables=41.5
15.58/15.41	     nbREliminables=0  nbIEliminables=34.28  nbDEliminables=0  nbPEliminables=0
15.58/15.41	       =>  wckTime=0.096  cpuTime=0.09  mem=115M4
15.58/15.41	   
15.58/15.41	   global
15.58/15.41	     nbConstraintChecks=628603  nbPropagations=407  nbRevisions=24839  nbUselessRevisions=24357  nbRestartNogoods=0
15.58/15.41	     solvingWckTime=0.099  solvingCpuTime=0.09  expiredTime=no  totalExploration=no  nbFoundSolutions=1
15.58/15.41	     firstSolutionCpuTime=13.82  globalCpuTime=13.88
15.58/15.41	       =>  wckTime=15.196  cpuTime=13.84  mem=115M4
15.58/15.41	   
15.58/15.41	s SATISFIABLE
15.58/15.41	v 0 1 1 1 1 2 3 1 2 3 4 1 2 3 4 5 1 2 3 4 5 6 1 1 2 1 2 3 1 1 2 3 2 3 4 5 6 1 1 2 1 2 3 10 11 6 7 8 9 10 1 2 2 3 4 5 6 7 7 8 9 10 11 12 1 2 1 2 3 4 5 1 2 3 1 1 2 1 1 1 2 3 1 
15.58/15.41	d NODES 83
15.58/15.41	d CHECKS 628603
15.58/15.41	   
15.58/15.41	   totalWckTime=15.238  totalCpuTime=13.88

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-2093041-1247401114/watcher-2093041-1247401114 -o /tmp/evaluation-result-2093041-1247401114/solver-2093041-1247401114 -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-2093041-1247401114.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: 0.15 0.03 0.02 2/70 2217
/proc/meminfo: memFree=1754040/2055920 swapFree=4192812/4192956
[pid=2217] ppid=2215 vsize=1616 CPUtime=0
/proc/2217/stat : 2217 (java) D 2215 2217 2127 0 -1 0 180 0 0 0 0 0 0 0 18 0 1 0 27174972 1654784 148 996147200 134512640 134550932 4294956128 18446744073709551615 4294960144 0 2147483391 4096 0 18446744072099863542 0 0 17 0 0 0
/proc/2217/statm: 404 148 122 9 0 46 0

[startup+0.0378829 s]
/proc/loadavg: 0.15 0.03 0.02 2/70 2217
/proc/meminfo: memFree=1754040/2055920 swapFree=4192812/4192956
[pid=2217] ppid=2215 vsize=861936 CPUtime=0.01
/proc/2217/stat : 2217 (java) S 2215 2217 2127 0 -1 0 1932 0 1 0 1 0 0 0 18 0 5 0 27174972 882622464 1610 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/2217/statm: 215484 1611 718 9 0 210399 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 861936

[startup+0.101898 s]
/proc/loadavg: 0.15 0.03 0.02 2/70 2217
/proc/meminfo: memFree=1754040/2055920 swapFree=4192812/4192956
[pid=2217] ppid=2215 vsize=866964 CPUtime=0.09
/proc/2217/stat : 2217 (java) S 2215 2217 2127 0 -1 0 3864 0 1 0 8 1 0 0 18 0 9 0 27174972 887771136 3307 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/2217/statm: 216741 3307 1740 9 0 211226 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 866964

[startup+0.301931 s]
/proc/loadavg: 0.15 0.03 0.02 2/70 2217
/proc/meminfo: memFree=1754040/2055920 swapFree=4192812/4192956
[pid=2217] ppid=2215 vsize=867308 CPUtime=0.32
/proc/2217/stat : 2217 (java) S 2215 2217 2127 0 -1 0 6497 0 1 0 29 3 0 0 18 0 9 0 27174972 888123392 5859 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/2217/statm: 216827 5859 1995 9 0 211285 0
Current children cumulated CPU time (s) 0.32
Current children cumulated vsize (KiB) 867308

[startup+0.701996 s]
/proc/loadavg: 0.15 0.03 0.02 2/70 2217
/proc/meminfo: memFree=1754040/2055920 swapFree=4192812/4192956
[pid=2217] ppid=2215 vsize=867308 CPUtime=0.75
/proc/2217/stat : 2217 (java) S 2215 2217 2127 0 -1 0 16285 0 1 0 68 7 0 0 18 0 9 0 27174972 888123392 15647 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/2217/statm: 216827 15649 1998 9 0 211285 0
Current children cumulated CPU time (s) 0.75
Current children cumulated vsize (KiB) 867308

[startup+1.50214 s]
/proc/loadavg: 0.15 0.03 0.02 3/79 2227
/proc/meminfo: memFree=1681904/2055920 swapFree=4192812/4192956
[pid=2217] ppid=2215 vsize=867896 CPUtime=1.57
/proc/2217/stat : 2217 (java) S 2215 2217 2127 0 -1 0 25659 0 1 0 145 12 0 0 18 0 9 0 27174972 888725504 25017 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/2217/statm: 216974 25017 2011 9 0 211432 0
[pid=2217/tid=2219] ppid=2215 vsize=867896 CPUtime=1.28
/proc/2217/task/2219/stat : 2219 (java) R 2215 2217 2127 0 -1 64 15719 0 1 0 121 7 0 0 18 0 9 0 27174973 888725504 25017 996147200 134512640 134550932 4294955968 18446744073709551615 4126405548 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2217/tid=2221] ppid=2215 vsize=867896 CPUtime=0.16
/proc/2217/task/2221/stat : 2221 (java) S 2215 2217 2127 0 -1 64 8755 0 0 0 13 3 0 0 16 0 9 0 27174974 888725504 25017 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=2217/tid=2222] ppid=2215 vsize=867896 CPUtime=0
/proc/2217/task/2222/stat : 2222 (java) S 2215 2217 2127 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 27174974 888725504 25017 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2217/tid=2223] ppid=2215 vsize=867896 CPUtime=0
/proc/2217/task/2223/stat : 2223 (java) S 2215 2217 2127 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 27174974 888725504 25017 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2217/tid=2224] ppid=2215 vsize=867896 CPUtime=0
/proc/2217/task/2224/stat : 2224 (java) S 2215 2217 2127 0 -1 64 1 0 0 0 0 0 0 0 22 0 9 0 27174977 888725504 25017 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2217/tid=2225] ppid=2215 vsize=867896 CPUtime=0.1
/proc/2217/task/2225/stat : 2225 (java) S 2215 2217 2127 0 -1 64 484 0 0 0 10 0 0 0 16 0 9 0 27174977 888725504 25017 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2217/tid=2226] ppid=2215 vsize=867896 CPUtime=0
/proc/2217/task/2226/stat : 2226 (java) S 2215 2217 2127 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 27174977 888725504 25017 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2217/tid=2227] ppid=2215 vsize=867896 CPUtime=0
/proc/2217/task/2227/stat : 2227 (java) S 2215 2217 2127 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 27174977 888725504 25017 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.57
Current children cumulated vsize (KiB) 867896

[startup+3.10141 s]
/proc/loadavg: 0.15 0.03 0.02 2/79 2227
/proc/meminfo: memFree=1646384/2055920 swapFree=4192812/4192956
[pid=2217] ppid=2215 vsize=867896 CPUtime=3.18
/proc/2217/stat : 2217 (java) S 2215 2217 2127 0 -1 0 34319 0 1 0 301 17 0 0 18 0 9 0 27174972 888725504 33485 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/2217/statm: 216974 33485 2632 9 0 211432 0
[pid=2217/tid=2219] ppid=2215 vsize=867896 CPUtime=2.56
/proc/2217/task/2219/stat : 2219 (java) R 2215 2217 2127 0 -1 64 15730 0 1 0 248 8 0 0 17 0 9 0 27174973 888725504 33485 996147200 134512640 134550932 4294955968 18446744073709551615 4126729820 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2217/tid=2221] ppid=2215 vsize=867896 CPUtime=0.48
/proc/2217/task/2221/stat : 2221 (java) S 2215 2217 2127 0 -1 64 17395 0 0 0 41 7 0 0 17 0 9 0 27174974 888725504 33485 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=2217/tid=2222] ppid=2215 vsize=867896 CPUtime=0
/proc/2217/task/2222/stat : 2222 (java) S 2215 2217 2127 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 27174974 888725504 33485 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2217/tid=2223] ppid=2215 vsize=867896 CPUtime=0
/proc/2217/task/2223/stat : 2223 (java) S 2215 2217 2127 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 27174974 888725504 33485 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2217/tid=2224] ppid=2215 vsize=867896 CPUtime=0
/proc/2217/task/2224/stat : 2224 (java) S 2215 2217 2127 0 -1 64 1 0 0 0 0 0 0 0 22 0 9 0 27174977 888725504 33485 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2217/tid=2225] ppid=2215 vsize=867896 CPUtime=0.11
/proc/2217/task/2225/stat : 2225 (java) S 2215 2217 2127 0 -1 64 493 0 0 0 11 0 0 0 16 0 9 0 27174977 888725504 33485 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2217/tid=2226] ppid=2215 vsize=867896 CPUtime=0
/proc/2217/task/2226/stat : 2226 (java) S 2215 2217 2127 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 27174977 888725504 33485 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2217/tid=2227] ppid=2215 vsize=867896 CPUtime=0
/proc/2217/task/2227/stat : 2227 (java) S 2215 2217 2127 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 27174977 888725504 33485 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.18
Current children cumulated vsize (KiB) 867896

[startup+6.30295 s]
/proc/loadavg: 0.22 0.05 0.03 2/79 2227
/proc/meminfo: memFree=1629872/2055920 swapFree=4192812/4192956
[pid=2217] ppid=2215 vsize=868384 CPUtime=6.4
/proc/2217/stat : 2217 (java) S 2215 2217 2127 0 -1 0 35037 0 1 0 620 20 0 0 18 0 9 0 27174972 889225216 34196 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/2217/statm: 217096 34196 2634 9 0 211554 0
[pid=2217/tid=2219] ppid=2215 vsize=868384 CPUtime=5.65
/proc/2217/task/2219/stat : 2219 (java) R 2215 2217 2127 0 -1 64 15745 0 1 0 554 11 0 0 19 0 9 0 27174973 889225216 34196 996147200 134512640 134550932 4294955968 18446744073709551615 4126405570 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2217/tid=2221] ppid=2215 vsize=868384 CPUtime=0.58
/proc/2217/task/2221/stat : 2221 (java) S 2215 2217 2127 0 -1 64 17983 0 0 0 51 7 0 0 16 0 9 0 27174974 889225216 34196 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=2217/tid=2222] ppid=2215 vsize=868384 CPUtime=0
/proc/2217/task/2222/stat : 2222 (java) S 2215 2217 2127 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 27174974 889225216 34196 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2217/tid=2223] ppid=2215 vsize=868384 CPUtime=0
/proc/2217/task/2223/stat : 2223 (java) S 2215 2217 2127 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 27174974 889225216 34196 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2217/tid=2224] ppid=2215 vsize=868384 CPUtime=0
/proc/2217/task/2224/stat : 2224 (java) S 2215 2217 2127 0 -1 64 1 0 0 0 0 0 0 0 22 0 9 0 27174977 889225216 34196 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2217/tid=2225] ppid=2215 vsize=868384 CPUtime=0.13
/proc/2217/task/2225/stat : 2225 (java) S 2215 2217 2127 0 -1 64 608 0 0 0 13 0 0 0 16 0 9 0 27174977 889225216 34196 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2217/tid=2226] ppid=2215 vsize=868384 CPUtime=0
/proc/2217/task/2226/stat : 2226 (java) S 2215 2217 2127 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 27174977 889225216 34196 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2217/tid=2227] ppid=2215 vsize=868384 CPUtime=0
/proc/2217/task/2227/stat : 2227 (java) S 2215 2217 2127 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 27174977 889225216 34196 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.4
Current children cumulated vsize (KiB) 868384

[startup+12.702 s]
/proc/loadavg: 0.44 0.10 0.05 2/79 2266
/proc/meminfo: memFree=1604648/2055920 swapFree=4192812/4192956
[pid=2217] ppid=2215 vsize=868384 CPUtime=12.81
/proc/2217/stat : 2217 (java) S 2215 2217 2127 0 -1 0 40665 0 1 0 1254 27 0 0 18 0 9 0 27174972 889225216 39806 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/2217/statm: 217096 39806 2636 9 0 211554 0
[pid=2217/tid=2219] ppid=2215 vsize=868384 CPUtime=11.77
/proc/2217/task/2219/stat : 2219 (java) R 2215 2217 2127 0 -1 64 15790 0 1 0 1161 16 0 0 24 0 9 0 27174973 889225216 39806 996147200 134512640 134550932 4294955968 18446744073709551615 4126908824 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2217/tid=2221] ppid=2215 vsize=868384 CPUtime=0.81
/proc/2217/task/2221/stat : 2221 (java) S 2215 2217 2127 0 -1 64 23518 0 0 0 72 9 0 0 16 0 9 0 27174974 889225216 39806 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=2217/tid=2222] ppid=2215 vsize=868384 CPUtime=0
/proc/2217/task/2222/stat : 2222 (java) S 2215 2217 2127 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 27174974 889225216 39806 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2217/tid=2223] ppid=2215 vsize=868384 CPUtime=0
/proc/2217/task/2223/stat : 2223 (java) S 2215 2217 2127 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 27174974 889225216 39806 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2217/tid=2224] ppid=2215 vsize=868384 CPUtime=0
/proc/2217/task/2224/stat : 2224 (java) S 2215 2217 2127 0 -1 64 1 0 0 0 0 0 0 0 22 0 9 0 27174977 889225216 39806 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2217/tid=2225] ppid=2215 vsize=868384 CPUtime=0.2
/proc/2217/task/2225/stat : 2225 (java) R 2215 2217 2127 0 -1 64 656 0 0 0 20 0 0 0 16 0 9 0 27174977 889225216 39806 996147200 134512640 134550932 4294955968 18446744073709551615 103669040 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2217/tid=2226] ppid=2215 vsize=868384 CPUtime=0
/proc/2217/task/2226/stat : 2226 (java) S 2215 2217 2127 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 27174977 889225216 39806 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2217/tid=2227] ppid=2215 vsize=868384 CPUtime=0
/proc/2217/task/2227/stat : 2227 (java) S 2215 2217 2127 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 27174977 889225216 39806 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.81
Current children cumulated vsize (KiB) 868384

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

[startup+14.3063 s]
/proc/loadavg: 0.49 0.11 0.05 2/79 2266
/proc/meminfo: memFree=1599336/2055920 swapFree=4192812/4192956
[pid=2217] ppid=2215 vsize=868384 CPUtime=14.42
/proc/2217/stat : 2217 (java) S 2215 2217 2127 0 -1 0 41989 0 1 0 1414 28 0 0 18 0 9 0 27174972 889225216 41128 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/2217/statm: 217096 41128 2636 9 0 211554 0
[pid=2217/tid=2219] ppid=2215 vsize=868384 CPUtime=13.31
/proc/2217/task/2219/stat : 2219 (java) R 2215 2217 2127 0 -1 64 15792 0 1 0 1315 16 0 0 25 0 9 0 27174973 889225216 41128 996147200 134512640 134550932 4294955968 18446744073709551615 4126924930 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2217/tid=2221] ppid=2215 vsize=868384 CPUtime=0.88
/proc/2217/task/2221/stat : 2221 (java) S 2215 2217 2127 0 -1 64 24835 0 0 0 78 10 0 0 16 0 9 0 27174974 889225216 41128 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=2217/tid=2222] ppid=2215 vsize=868384 CPUtime=0
/proc/2217/task/2222/stat : 2222 (java) S 2215 2217 2127 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 27174974 889225216 41128 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2217/tid=2223] ppid=2215 vsize=868384 CPUtime=0
/proc/2217/task/2223/stat : 2223 (java) S 2215 2217 2127 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 27174974 889225216 41128 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2217/tid=2224] ppid=2215 vsize=868384 CPUtime=0
/proc/2217/task/2224/stat : 2224 (java) S 2215 2217 2127 0 -1 64 1 0 0 0 0 0 0 0 22 0 9 0 27174977 889225216 41128 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2217/tid=2225] ppid=2215 vsize=868384 CPUtime=0.2
/proc/2217/task/2225/stat : 2225 (java) S 2215 2217 2127 0 -1 64 661 0 0 0 20 0 0 0 16 0 9 0 27174977 889225216 41128 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2217/tid=2226] ppid=2215 vsize=868384 CPUtime=0
/proc/2217/task/2226/stat : 2226 (java) S 2215 2217 2127 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 27174977 889225216 41128 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2217/tid=2227] ppid=2215 vsize=868384 CPUtime=0
/proc/2217/task/2227/stat : 2227 (java) S 2215 2217 2127 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 27174977 889225216 41128 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 14.42
Current children cumulated vsize (KiB) 868384

[startup+15.1024 s]
/proc/loadavg: 0.49 0.11 0.05 2/79 2266
/proc/meminfo: memFree=1599336/2055920 swapFree=4192812/4192956
[pid=2217] ppid=2215 vsize=868708 CPUtime=15.23
/proc/2217/stat : 2217 (java) S 2215 2217 2127 0 -1 0 58230 433 1 0 1487 32 2 2 18 0 9 0 27174972 889556992 41192 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/2217/statm: 217177 41192 2635 9 0 211635 0
[pid=2217/tid=2219] ppid=2215 vsize=868708 CPUtime=13.85
/proc/2217/task/2219/stat : 2219 (java) S 2215 2217 2127 0 -1 64 18074 433 1 0 1365 16 2 2 16 0 9 0 27174973 889556992 41192 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2217/tid=2221] ppid=2215 vsize=868708 CPUtime=1.14
/proc/2217/task/2221/stat : 2221 (java) R 2215 2217 2127 0 -1 64 38525 433 0 0 98 12 2 2 18 0 9 0 27174974 889556992 41192 996147200 134512640 134550932 4294955968 18446744073709551615 103831030 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=2217/tid=2222] ppid=2215 vsize=868708 CPUtime=0.04
/proc/2217/task/2222/stat : 2222 (java) S 2215 2217 2127 0 -1 64 15 433 0 0 0 0 2 2 16 0 9 0 27174974 889556992 41192 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2217/tid=2223] ppid=2215 vsize=868708 CPUtime=0.04
/proc/2217/task/2223/stat : 2223 (java) S 2215 2217 2127 0 -1 64 5 433 0 0 0 0 2 2 16 0 9 0 27174974 889556992 41192 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2217/tid=2224] ppid=2215 vsize=868708 CPUtime=0.04
/proc/2217/task/2224/stat : 2224 (java) S 2215 2217 2127 0 -1 64 1 433 0 0 0 0 2 2 22 0 9 0 27174977 889556992 41192 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2217/tid=2225] ppid=2215 vsize=868708 CPUtime=0.27
/proc/2217/task/2225/stat : 2225 (java) S 2215 2217 2127 0 -1 64 796 433 0 0 23 0 2 2 16 0 9 0 27174977 889556992 41192 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2217/tid=2226] ppid=2215 vsize=868708 CPUtime=0.04
/proc/2217/task/2226/stat : 2226 (java) S 2215 2217 2127 0 -1 64 1 433 0 0 0 0 2 2 23 0 9 0 27174977 889556992 41192 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2217/tid=2227] ppid=2215 vsize=868708 CPUtime=0.04
/proc/2217/task/2227/stat : 2227 (java) S 2215 2217 2127 0 -1 64 15 433 0 0 0 0 2 2 15 0 9 0 27174977 889556992 41192 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 15.23
Current children cumulated vsize (KiB) 868708

[startup+15.3025 s]
/proc/loadavg: 0.49 0.11 0.05 2/79 2270
/proc/meminfo: memFree=1590248/2055920 swapFree=4192812/4192956
[pid=2217] ppid=2215 vsize=868796 CPUtime=15.45
/proc/2217/stat : 2217 (java) S 2215 2217 2127 0 -1 0 64735 433 1 0 1507 34 2 2 18 0 9 0 27174972 889647104 43448 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/2217/statm: 217199 43448 2660 9 0 211635 0
[pid=2217/tid=2219] ppid=2215 vsize=868796 CPUtime=13.96
/proc/2217/task/2219/stat : 2219 (java) R 2215 2217 2127 0 -1 64 18712 433 1 0 1375 17 2 2 17 0 9 0 27174973 889647104 43448 996147200 134512640 134550932 4294955968 18446744073709551615 102751882 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2217/tid=2221] ppid=2215 vsize=868796 CPUtime=1.24
/proc/2217/task/2221/stat : 2221 (java) S 2215 2217 2127 0 -1 64 44316 433 0 0 105 15 2 2 16 0 9 0 27174974 889647104 43448 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=2217/tid=2222] ppid=2215 vsize=868796 CPUtime=0.04
/proc/2217/task/2222/stat : 2222 (java) S 2215 2217 2127 0 -1 64 18 433 0 0 0 0 2 2 16 0 9 0 27174974 889647104 43448 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2217/tid=2223] ppid=2215 vsize=868796 CPUtime=0.04
/proc/2217/task/2223/stat : 2223 (java) S 2215 2217 2127 0 -1 64 11 433 0 0 0 0 2 2 16 0 9 0 27174974 889647104 43448 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2217/tid=2224] ppid=2215 vsize=868796 CPUtime=0.04
/proc/2217/task/2224/stat : 2224 (java) S 2215 2217 2127 0 -1 64 1 433 0 0 0 0 2 2 22 0 9 0 27174977 889647104 43448 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2217/tid=2225] ppid=2215 vsize=868796 CPUtime=0.3
/proc/2217/task/2225/stat : 2225 (java) S 2215 2217 2127 0 -1 64 852 433 0 0 26 0 2 2 16 0 9 0 27174977 889647104 43448 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2217/tid=2226] ppid=2215 vsize=868796 CPUtime=0.04
/proc/2217/task/2226/stat : 2226 (java) S 2215 2217 2127 0 -1 64 1 433 0 0 0 0 2 2 23 0 9 0 27174977 889647104 43448 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2217/tid=2227] ppid=2215 vsize=868796 CPUtime=0.04
/proc/2217/task/2227/stat : 2227 (java) S 2215 2217 2127 0 -1 64 15 433 0 0 0 0 2 2 15 0 9 0 27174977 889647104 43449 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 15.45
Current children cumulated vsize (KiB) 868796

[startup+15.4075 s]
/proc/loadavg: 0.49 0.11 0.05 2/79 2270
/proc/meminfo: memFree=1590248/2055920 swapFree=4192812/4192956
[pid=2217] ppid=2215 vsize=868796 CPUtime=15.58
/proc/2217/stat : 2217 (java) S 2215 2217 2127 0 -1 0 65182 433 1 0 1519 35 2 2 18 0 9 0 27174972 889647104 43476 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/2217/statm: 217199 43476 2660 9 0 211635 0
[pid=2217/tid=2219] ppid=2215 vsize=868796 CPUtime=14.05
/proc/2217/task/2219/stat : 2219 (java) R 2215 2217 2127 0 -1 64 19131 433 1 0 1384 17 2 2 18 0 9 0 27174973 889647104 43476 996147200 134512640 134550932 4294955968 18446744073709551615 4127250790 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2217/tid=2221] ppid=2215 vsize=868796 CPUtime=1.24
/proc/2217/task/2221/stat : 2221 (java) S 2215 2217 2127 0 -1 64 44316 433 0 0 105 15 2 2 16 0 9 0 27174974 889647104 43476 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=2217/tid=2222] ppid=2215 vsize=868796 CPUtime=0.04
/proc/2217/task/2222/stat : 2222 (java) S 2215 2217 2127 0 -1 64 18 433 0 0 0 0 2 2 16 0 9 0 27174974 889647104 43476 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2217/tid=2223] ppid=2215 vsize=868796 CPUtime=0.04
/proc/2217/task/2223/stat : 2223 (java) S 2215 2217 2127 0 -1 64 11 433 0 0 0 0 2 2 16 0 9 0 27174974 889647104 43476 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2217/tid=2224] ppid=2215 vsize=868796 CPUtime=0.04
/proc/2217/task/2224/stat : 2224 (java) S 2215 2217 2127 0 -1 64 1 433 0 0 0 0 2 2 22 0 9 0 27174977 889647104 43476 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2217/tid=2225] ppid=2215 vsize=868796 CPUtime=0.33
/proc/2217/task/2225/stat : 2225 (java) R 2215 2217 2127 0 -1 64 878 433 0 0 29 0 2 2 16 0 9 0 27174977 889647104 43476 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2217/tid=2226] ppid=2215 vsize=868796 CPUtime=0.04
/proc/2217/task/2226/stat : 2226 (java) S 2215 2217 2127 0 -1 64 1 433 0 0 0 0 2 2 23 0 9 0 27174977 889647104 43476 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2217/tid=2227] ppid=2215 vsize=868796 CPUtime=0.04
/proc/2217/task/2227/stat : 2227 (java) S 2215 2217 2127 0 -1 64 15 433 0 0 0 0 2 2 15 0 9 0 27174977 889647104 43476 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 15.58
Current children cumulated vsize (KiB) 868796

Child status: 0
Real time (s): 15.4411
CPU time (s): 15.6316
CPU user time (s): 15.2337
CPU system time (s): 0.397939
CPU usage (%): 101.234
Max. virtual memory (cumulated for all children) (KiB): 868796

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 15.2337
system time used= 0.397939
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 65727
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= 965
involuntary context switches= 610

runsolver used 0.026995 second user time and 0.057991 second system time

The end

Launcher Data

Begin job on node68 at 2009-07-12 14:18:43
IDJOB=2093041
IDBENCH=53339
IDSOLVER=773
FILE ID=node68/2093041-1247401114
PBS_JOBID= 9510512
Free space on /tmp= 66392 MiB

SOLVER NAME= Abscon 112v4 AC
BENCH NAME= CPAI08/csp/lard/normalized-lard-83-83.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-2093041-1247401114/watcher-2093041-1247401114 -o /tmp/evaluation-result-2093041-1247401114/solver-2093041-1247401114 -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-2093041-1247401114.xml

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

MD5SUM BENCH= 75503770180b2e5df3e5009c7077c336
RANDOM SEED=1277090842

node68.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.258
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.258
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:       1754520 kB
Buffers:         35288 kB
Cached:         188296 kB
SwapCached:          0 kB
Active:         167872 kB
Inactive:        73500 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1754520 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:           67360 kB
Writeback:           0 kB
Mapped:          27852 kB
Slab:            45412 kB
Committed_AS:   208232 kB
PageTables:       1784 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= 66392 MiB
End job on node68 at 2009-07-12 14:18:58