Trace number 2097581

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.3367 15.5378

DiagnosticValue
CHECKS32488700
NODES1000

General information on the benchmark

Namecsp/domino/
normalized-domino-1000-1000.xml
MD5SUM3652cf8874aa736991b13f6b1728e1de
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.045992
Satisfiable
(Un)Satisfiability was proved
Number of variables1000
Number of constraints1000
Maximum constraint arity2
Maximum domain size1000
Number of constraints which are defined in extension0
Number of constraints which are defined in intension1000
Global constraints used (with number of constraints)

Solver Data

0.05/0.08	
0.05/0.08	Abscon 112 (May, 2008)
0.19/0.23	
0.19/0.23	   configuration
0.19/0.23	     name=mac.xml
0.28/0.31	   
0.28/0.31	   instance
0.28/0.31	     name=HOME/instance-2097581-1247413557.xml
0.28/0.35	   
0.28/0.35	   domains being loaded...
0.28/0.36	   
0.28/0.36	   variables being loaded...
0.48/0.59	     nbVariables=1000  nbDomainTypes=1  minDomainSize=1000  maxDomainSize=1000  nbTotalValues=1000000
0.48/0.59	       =>  wckTime=0.354  cpuTime=0.23  mem=31M369
0.48/0.59	   
0.48/0.59	   predicates being loaded...
0.58/0.65	   
0.58/0.65	   constraints being loaded...
1.48/1.59	     nbConstraints=1000  nbConvertedConstraints=1000  nbConvertConstraintsChecks=2000000  nbExtensionStructures=2
1.48/1.59	     nbSharedExtensionStructures=998  nbConflictsStructures=2  nbSharedConflictsStructures=998
1.48/1.59	     nbSharedBinaryRepresentations=2998  minDegree=2  maxDegree=2  minArity=2  maxArity=2  nbGenerators=0  nbFusions=0
1.48/1.59	     symmetryWckTime=0.116  symmetryCpuTime=0.06
1.48/1.59	       =>  wckTime=1.348  cpuTime=1.06  mem=45M96
1.66/1.71	   
1.66/1.71	   solver IterativeSystematicSolver being built... 
1.86/1.98	       =>  wckTime=1.744  cpuTime=1.24  mem=60M485
14.93/15.15	   
14.93/15.15	   preprocessing
14.93/15.15	     nbConstraintChecks=32487744  nbPropagations=999001  nbRevisions=1000000  nbUselessRevisions=1000
14.93/15.15	     nbRemovedValues=999000  detectedInconsistency=no
14.93/15.15	       =>  wckTime=13.133  cpuTime=12.99  mem=60M485
15.13/15.38	   
15.13/15.38	   search
15.13/15.39	     run=0  nbConstraintChecks=1000  minDepth=1001  maxDepth=1000  nbPropagations=1000001  nbRevisions=1001000
15.13/15.39	     nbUselessRevisions=2000  nbAssignments=1000  nbFailedAssignments=0  nbBacktracks=0  nbVisitedNodes=1001
15.13/15.39	     nbRestartNogoods=0  nbFoundSolutions=1  mapSize=0  nbInferences=0  nbTooLargeKeys=0  nbSEliminables=1000
15.13/15.39	     nbREliminables=0  nbIEliminables=0  nbDEliminables=0  nbPEliminables=0
15.13/15.39	       =>  wckTime=13.364  cpuTime=13.19  mem=61M449
15.13/15.39	   
15.13/15.39	   global
15.13/15.39	     nbConstraintChecks=32488744  nbPropagations=1999002  nbRevisions=2001000  nbUselessRevisions=3000
15.13/15.39	     nbRestartNogoods=0  solvingWckTime=13.366  solvingCpuTime=13.19  expiredTime=no  totalExploration=no
15.13/15.39	     nbFoundSolutions=1  firstSolutionCpuTime=14.46  globalCpuTime=14.53
15.13/15.39	       =>  wckTime=15.149  cpuTime=14.47  mem=61M449
15.23/15.46	   
15.23/15.46	s SATISFIABLE
15.23/15.46	v 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 
15.23/15.47	d NODES 1000
15.23/15.47	d CHECKS 32488744
15.23/15.47	   
15.23/15.47	   totalWckTime=15.284  totalCpuTime=14.61

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-2097581-1247413557/watcher-2097581-1247413557 -o /tmp/evaluation-result-2097581-1247413557/solver-2097581-1247413557 -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-2097581-1247413557.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.94 1.98 1.99 4/80 488
/proc/meminfo: memFree=1459712/2055920 swapFree=4192812/4192956
[pid=488] ppid=486 vsize=10676 CPUtime=0
/proc/488/stat : 488 (java) S 486 488 29967 0 -1 0 678 0 0 0 0 0 0 0 18 0 2 0 28423275 10932224 474 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/488/statm: 2669 474 207 9 0 1184 0
[pid=488/tid=489] ppid=486 vsize=10676 CPUtime=0
/proc/488/task/489/stat : 489 (java) R 486 488 29967 0 -1 64 0 0 0 0 0 0 0 0 19 0 2 0 28423276 10932224 474 996147200 134512640 134550932 4294955968 18446744073709551615 11771864 0 0 4096 0 0 0 0 -1 1 0 0

[startup+0.059529 s]
/proc/loadavg: 1.94 1.98 1.99 4/80 488
/proc/meminfo: memFree=1459712/2055920 swapFree=4192812/4192956
[pid=488] ppid=486 vsize=864024 CPUtime=0.05
/proc/488/stat : 488 (java) S 486 488 29967 0 -1 0 2780 0 1 0 3 2 0 0 18 0 9 0 28423275 884760576 2321 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/488/statm: 216006 2321 1096 9 0 210899 0
[pid=488/tid=489] ppid=486 vsize=864024 CPUtime=0.03
/proc/488/task/489/stat : 489 (java) R 486 488 29967 0 -1 64 1874 0 1 0 2 1 0 0 20 0 9 0 28423276 884760576 2321 996147200 134512640 134550932 4294955968 18446744073709551615 103223344 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 864024

[startup+0.101535 s]
/proc/loadavg: 1.94 1.98 1.99 4/80 488
/proc/meminfo: memFree=1459712/2055920 swapFree=4192812/4192956
[pid=488] ppid=486 vsize=865984 CPUtime=0.08
/proc/488/stat : 488 (java) S 486 488 29967 0 -1 0 3820 0 1 0 6 2 0 0 18 0 9 0 28423275 886767616 3263 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/488/statm: 216496 3263 1721 9 0 210981 0
[pid=488/tid=489] ppid=486 vsize=865984 CPUtime=0.08
/proc/488/task/489/stat : 489 (java) R 486 488 29967 0 -1 64 2914 0 1 0 6 2 0 0 18 0 9 0 28423276 886767616 3263 996147200 134512640 134550932 4294955968 18446744073709551615 4125952307 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 865984

[startup+0.301569 s]
/proc/loadavg: 1.94 1.98 1.99 4/80 488
/proc/meminfo: memFree=1459712/2055920 swapFree=4192812/4192956
[pid=488] ppid=486 vsize=866296 CPUtime=0.28
/proc/488/stat : 488 (java) S 486 488 29967 0 -1 0 5700 0 1 0 25 3 0 0 18 0 9 0 28423275 887087104 5103 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/488/statm: 216574 5103 1928 9 0 211052 0
[pid=488/tid=489] ppid=486 vsize=866296 CPUtime=0.25
/proc/488/task/489/stat : 489 (java) R 486 488 29967 0 -1 64 4727 0 1 0 22 3 0 0 19 0 9 0 28423276 887087104 5103 996147200 134512640 134550932 4294955968 18446744073709551615 10924836 0 2147483391 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 866296

[startup+0.701631 s]
/proc/loadavg: 1.94 1.98 1.99 4/80 488
/proc/meminfo: memFree=1459712/2055920 swapFree=4192812/4192956
[pid=488] ppid=486 vsize=867200 CPUtime=0.69
/proc/488/stat : 488 (java) S 486 488 29967 0 -1 0 13313 0 1 0 62 7 0 0 18 0 9 0 28423275 888012800 12667 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/488/statm: 216800 12667 2034 9 0 211236 0
[pid=488/tid=489] ppid=486 vsize=867200 CPUtime=0.53
/proc/488/task/489/stat : 489 (java) R 486 488 29967 0 -1 64 12118 0 1 0 47 6 0 0 22 0 9 0 28423276 888012800 12667 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 867200

[startup+1.50276 s]
/proc/loadavg: 1.94 1.98 1.99 3/89 497
/proc/meminfo: memFree=1413176/2055920 swapFree=4192812/4192956
[pid=488] ppid=486 vsize=867816 CPUtime=1.48
/proc/488/stat : 488 (java) S 486 488 29967 0 -1 0 15468 0 1 0 136 12 0 0 18 0 9 0 28423275 888643584 14819 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/488/statm: 216954 14819 2044 9 0 211390 0
[pid=488/tid=489] ppid=486 vsize=867816 CPUtime=1.23
/proc/488/task/489/stat : 489 (java) R 486 488 29967 0 -1 64 14052 0 1 0 113 10 0 0 25 0 9 0 28423276 888643584 14819 996147200 134512640 134550932 4294955968 18446744073709551615 4127039875 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=488/tid=491] ppid=486 vsize=867816 CPUtime=0
/proc/488/task/491/stat : 491 (java) S 486 488 29967 0 -1 64 2 0 0 0 0 0 0 0 17 0 9 0 28423278 888643584 14819 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=488/tid=492] ppid=486 vsize=867816 CPUtime=0
/proc/488/task/492/stat : 492 (java) S 486 488 29967 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 28423278 888643584 14819 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=488/tid=493] ppid=486 vsize=867816 CPUtime=0
/proc/488/task/493/stat : 493 (java) S 486 488 29967 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 28423278 888643584 14819 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=488/tid=494] ppid=486 vsize=867816 CPUtime=0
/proc/488/task/494/stat : 494 (java) S 486 488 29967 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 28423280 888643584 14819 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=488/tid=495] ppid=486 vsize=867816 CPUtime=0.22
/proc/488/task/495/stat : 495 (java) S 486 488 29967 0 -1 64 718 0 0 0 22 0 0 0 16 0 9 0 28423280 888643584 14819 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=488/tid=496] ppid=486 vsize=867816 CPUtime=0
/proc/488/task/496/stat : 496 (java) S 486 488 29967 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 28423280 888643584 14819 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=488/tid=497] ppid=486 vsize=867816 CPUtime=0
/proc/488/task/497/stat : 497 (java) S 486 488 29967 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 28423280 888643584 14819 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) 867816

[startup+3.10202 s]
/proc/loadavg: 1.94 1.98 1.99 3/89 501
/proc/meminfo: memFree=1347000/2055920 swapFree=4192812/4192956
[pid=488] ppid=486 vsize=868464 CPUtime=3.04
/proc/488/stat : 488 (java) S 486 488 29967 0 -1 0 43428 337 1 0 282 21 1 0 18 0 9 0 28423275 889307136 30698 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/488/statm: 217116 30698 2661 9 0 211552 0
[pid=488/tid=489] ppid=486 vsize=868464 CPUtime=2.55
/proc/488/task/489/stat : 489 (java) R 486 488 29967 0 -1 64 21048 337 1 0 242 12 1 0 25 0 9 0 28423276 889307136 30698 996147200 134512640 134550932 4294955968 18446744073709551615 4127149904 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=488/tid=491] ppid=486 vsize=868464 CPUtime=0.18
/proc/488/task/491/stat : 491 (java) S 486 488 29967 0 -1 64 20620 337 0 0 11 6 1 0 17 0 9 0 28423278 889307136 30698 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=488/tid=492] ppid=486 vsize=868464 CPUtime=0.01
/proc/488/task/492/stat : 492 (java) S 486 488 29967 0 -1 64 17 337 0 0 0 0 1 0 16 0 9 0 28423278 889307136 30698 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=488/tid=493] ppid=486 vsize=868464 CPUtime=0.01
/proc/488/task/493/stat : 493 (java) S 486 488 29967 0 -1 64 10 337 0 0 0 0 1 0 15 0 9 0 28423278 889307136 30698 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=488/tid=494] ppid=486 vsize=868464 CPUtime=0.01
/proc/488/task/494/stat : 494 (java) S 486 488 29967 0 -1 64 2 337 0 0 0 0 1 0 18 0 9 0 28423280 889307136 30698 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=488/tid=495] ppid=486 vsize=868464 CPUtime=0.29
/proc/488/task/495/stat : 495 (java) S 486 488 29967 0 -1 64 918 337 0 0 28 0 1 0 15 0 9 0 28423280 889307136 30698 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=488/tid=496] ppid=486 vsize=868464 CPUtime=0.01
/proc/488/task/496/stat : 496 (java) S 486 488 29967 0 -1 64 1 337 0 0 0 0 1 0 19 0 9 0 28423280 889307136 30698 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=488/tid=497] ppid=486 vsize=868464 CPUtime=0.01
/proc/488/task/497/stat : 497 (java) S 486 488 29967 0 -1 64 6 337 0 0 0 0 1 0 15 0 9 0 28423280 889307136 30698 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) 868464

[startup+6.30254 s]
/proc/loadavg: 1.95 1.98 1.99 3/89 501
/proc/meminfo: memFree=1346808/2055920 swapFree=4192812/4192956
[pid=488] ppid=486 vsize=868464 CPUtime=6.22
/proc/488/stat : 488 (java) S 486 488 29967 0 -1 0 43457 337 1 0 600 21 1 0 18 0 9 0 28423275 889307136 30698 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/488/statm: 217116 30698 2661 9 0 211552 0
[pid=488/tid=489] ppid=486 vsize=868464 CPUtime=5.72
/proc/488/task/489/stat : 489 (java) R 486 488 29967 0 -1 64 21048 337 1 0 559 12 1 0 25 0 9 0 28423276 889307136 30698 996147200 134512640 134550932 4294955968 18446744073709551615 4127153123 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=488/tid=491] ppid=486 vsize=868464 CPUtime=0.18
/proc/488/task/491/stat : 491 (java) S 486 488 29967 0 -1 64 20620 337 0 0 11 6 1 0 16 0 9 0 28423278 889307136 30698 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=488/tid=492] ppid=486 vsize=868464 CPUtime=0.01
/proc/488/task/492/stat : 492 (java) S 486 488 29967 0 -1 64 17 337 0 0 0 0 1 0 16 0 9 0 28423278 889307136 30698 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=488/tid=493] ppid=486 vsize=868464 CPUtime=0.01
/proc/488/task/493/stat : 493 (java) S 486 488 29967 0 -1 64 10 337 0 0 0 0 1 0 15 0 9 0 28423278 889307136 30698 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=488/tid=494] ppid=486 vsize=868464 CPUtime=0.01
/proc/488/task/494/stat : 494 (java) S 486 488 29967 0 -1 64 2 337 0 0 0 0 1 0 18 0 9 0 28423280 889307136 30698 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=488/tid=495] ppid=486 vsize=868464 CPUtime=0.29
/proc/488/task/495/stat : 495 (java) S 486 488 29967 0 -1 64 918 337 0 0 28 0 1 0 15 0 9 0 28423280 889307136 30698 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=488/tid=496] ppid=486 vsize=868464 CPUtime=0.01
/proc/488/task/496/stat : 496 (java) S 486 488 29967 0 -1 64 1 337 0 0 0 0 1 0 19 0 9 0 28423280 889307136 30698 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=488/tid=497] ppid=486 vsize=868464 CPUtime=0.01
/proc/488/task/497/stat : 497 (java) S 486 488 29967 0 -1 64 35 337 0 0 0 0 1 0 15 0 9 0 28423280 889307136 30698 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 868464

[startup+12.7016 s]
/proc/loadavg: 1.95 1.98 1.99 3/89 501
/proc/meminfo: memFree=1346680/2055920 swapFree=4192812/4192956
[pid=488] ppid=486 vsize=868464 CPUtime=12.55
/proc/488/stat : 488 (java) S 486 488 29967 0 -1 0 43457 337 1 0 1233 21 1 0 18 0 9 0 28423275 889307136 30698 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/488/statm: 217116 30698 2661 9 0 211552 0
[pid=488/tid=489] ppid=486 vsize=868464 CPUtime=12.06
/proc/488/task/489/stat : 489 (java) R 486 488 29967 0 -1 64 21048 337 1 0 1193 12 1 0 25 0 9 0 28423276 889307136 30698 996147200 134512640 134550932 4294955968 18446744073709551615 4127149888 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=488/tid=491] ppid=486 vsize=868464 CPUtime=0.18
/proc/488/task/491/stat : 491 (java) S 486 488 29967 0 -1 64 20620 337 0 0 11 6 1 0 16 0 9 0 28423278 889307136 30698 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=488/tid=492] ppid=486 vsize=868464 CPUtime=0.01
/proc/488/task/492/stat : 492 (java) S 486 488 29967 0 -1 64 17 337 0 0 0 0 1 0 16 0 9 0 28423278 889307136 30698 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=488/tid=493] ppid=486 vsize=868464 CPUtime=0.01
/proc/488/task/493/stat : 493 (java) S 486 488 29967 0 -1 64 10 337 0 0 0 0 1 0 15 0 9 0 28423278 889307136 30698 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=488/tid=494] ppid=486 vsize=868464 CPUtime=0.01
/proc/488/task/494/stat : 494 (java) S 486 488 29967 0 -1 64 2 337 0 0 0 0 1 0 18 0 9 0 28423280 889307136 30698 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=488/tid=495] ppid=486 vsize=868464 CPUtime=0.29
/proc/488/task/495/stat : 495 (java) S 486 488 29967 0 -1 64 918 337 0 0 28 0 1 0 15 0 9 0 28423280 889307136 30698 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=488/tid=496] ppid=486 vsize=868464 CPUtime=0.01
/proc/488/task/496/stat : 496 (java) S 486 488 29967 0 -1 64 1 337 0 0 0 0 1 0 19 0 9 0 28423280 889307136 30698 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=488/tid=497] ppid=486 vsize=868464 CPUtime=0.01
/proc/488/task/497/stat : 497 (java) S 486 488 29967 0 -1 64 35 337 0 0 0 0 1 0 15 0 9 0 28423280 889307136 30698 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.55
Current children cumulated vsize (KiB) 868464

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

[startup+14.3068 s]
/proc/loadavg: 1.96 1.98 1.99 3/89 501
/proc/meminfo: memFree=1346680/2055920 swapFree=4192812/4192956
[pid=488] ppid=486 vsize=868464 CPUtime=14.14
/proc/488/stat : 488 (java) S 486 488 29967 0 -1 0 43457 337 1 0 1392 21 1 0 18 0 9 0 28423275 889307136 30698 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/488/statm: 217116 30698 2661 9 0 211552 0
[pid=488/tid=489] ppid=486 vsize=868464 CPUtime=13.64
/proc/488/task/489/stat : 489 (java) R 486 488 29967 0 -1 64 21048 337 1 0 1351 12 1 0 25 0 9 0 28423276 889307136 30698 996147200 134512640 134550932 4294955968 18446744073709551615 4127153044 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=488/tid=491] ppid=486 vsize=868464 CPUtime=0.18
/proc/488/task/491/stat : 491 (java) S 486 488 29967 0 -1 64 20620 337 0 0 11 6 1 0 16 0 9 0 28423278 889307136 30698 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=488/tid=492] ppid=486 vsize=868464 CPUtime=0.01
/proc/488/task/492/stat : 492 (java) S 486 488 29967 0 -1 64 17 337 0 0 0 0 1 0 16 0 9 0 28423278 889307136 30698 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=488/tid=493] ppid=486 vsize=868464 CPUtime=0.01
/proc/488/task/493/stat : 493 (java) S 486 488 29967 0 -1 64 10 337 0 0 0 0 1 0 15 0 9 0 28423278 889307136 30698 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=488/tid=494] ppid=486 vsize=868464 CPUtime=0.01
/proc/488/task/494/stat : 494 (java) S 486 488 29967 0 -1 64 2 337 0 0 0 0 1 0 18 0 9 0 28423280 889307136 30698 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=488/tid=495] ppid=486 vsize=868464 CPUtime=0.29
/proc/488/task/495/stat : 495 (java) S 486 488 29967 0 -1 64 918 337 0 0 28 0 1 0 15 0 9 0 28423280 889307136 30698 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=488/tid=496] ppid=486 vsize=868464 CPUtime=0.01
/proc/488/task/496/stat : 496 (java) S 486 488 29967 0 -1 64 1 337 0 0 0 0 1 0 19 0 9 0 28423280 889307136 30698 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=488/tid=497] ppid=486 vsize=868464 CPUtime=0.01
/proc/488/task/497/stat : 497 (java) S 486 488 29967 0 -1 64 35 337 0 0 0 0 1 0 15 0 9 0 28423280 889307136 30698 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 14.14
Current children cumulated vsize (KiB) 868464

[startup+15.103 s]
/proc/loadavg: 1.96 1.98 1.99 3/89 501
/proc/meminfo: memFree=1346680/2055920 swapFree=4192812/4192956
[pid=488] ppid=486 vsize=868464 CPUtime=14.93
/proc/488/stat : 488 (java) S 486 488 29967 0 -1 0 43457 337 1 0 1471 21 1 0 18 0 9 0 28423275 889307136 30698 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/488/statm: 217116 30698 2661 9 0 211552 0
[pid=488/tid=489] ppid=486 vsize=868464 CPUtime=14.44
/proc/488/task/489/stat : 489 (java) R 486 488 29967 0 -1 64 21048 337 1 0 1431 12 1 0 25 0 9 0 28423276 889307136 30698 996147200 134512640 134550932 4294955968 18446744073709551615 4127166125 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=488/tid=491] ppid=486 vsize=868464 CPUtime=0.18
/proc/488/task/491/stat : 491 (java) S 486 488 29967 0 -1 64 20620 337 0 0 11 6 1 0 16 0 9 0 28423278 889307136 30698 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=488/tid=492] ppid=486 vsize=868464 CPUtime=0.01
/proc/488/task/492/stat : 492 (java) S 486 488 29967 0 -1 64 17 337 0 0 0 0 1 0 16 0 9 0 28423278 889307136 30698 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=488/tid=493] ppid=486 vsize=868464 CPUtime=0.01
/proc/488/task/493/stat : 493 (java) S 486 488 29967 0 -1 64 10 337 0 0 0 0 1 0 15 0 9 0 28423278 889307136 30698 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=488/tid=494] ppid=486 vsize=868464 CPUtime=0.01
/proc/488/task/494/stat : 494 (java) S 486 488 29967 0 -1 64 2 337 0 0 0 0 1 0 18 0 9 0 28423280 889307136 30698 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=488/tid=495] ppid=486 vsize=868464 CPUtime=0.29
/proc/488/task/495/stat : 495 (java) S 486 488 29967 0 -1 64 918 337 0 0 28 0 1 0 15 0 9 0 28423280 889307136 30698 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=488/tid=496] ppid=486 vsize=868464 CPUtime=0.01
/proc/488/task/496/stat : 496 (java) S 486 488 29967 0 -1 64 1 337 0 0 0 0 1 0 19 0 9 0 28423280 889307136 30698 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=488/tid=497] ppid=486 vsize=868464 CPUtime=0.01
/proc/488/task/497/stat : 497 (java) S 486 488 29967 0 -1 64 35 337 0 0 0 0 1 0 15 0 9 0 28423280 889307136 30698 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 14.93
Current children cumulated vsize (KiB) 868464

[startup+15.502 s]
/proc/loadavg: 1.96 1.98 1.99 3/89 501
/proc/meminfo: memFree=1346680/2055920 swapFree=4192812/4192956
[pid=488] ppid=486 vsize=868464 CPUtime=15.29
/proc/488/stat : 488 (java) S 486 488 29967 0 -1 0 43531 337 1 0 1507 21 1 0 18 0 9 0 28423275 889307136 30715 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/488/statm: 217116 30715 2661 9 0 211552 0
[pid=488/tid=489] ppid=486 vsize=868464 CPUtime=14.77
/proc/488/task/489/stat : 489 (java) S 486 488 29967 0 -1 64 21063 337 1 0 1464 12 1 0 25 0 9 0 28423276 889307136 30715 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=488/tid=491] ppid=486 vsize=868464 CPUtime=0.18
/proc/488/task/491/stat : 491 (java) S 486 488 29967 0 -1 64 20620 337 0 0 11 6 1 0 17 0 9 0 28423278 889307136 30715 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=488/tid=492] ppid=486 vsize=868464 CPUtime=0.01
/proc/488/task/492/stat : 492 (java) S 486 488 29967 0 -1 64 17 337 0 0 0 0 1 0 16 0 9 0 28423278 889307136 30715 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=488/tid=493] ppid=486 vsize=868464 CPUtime=0.01
/proc/488/task/493/stat : 493 (java) S 486 488 29967 0 -1 64 10 337 0 0 0 0 1 0 15 0 9 0 28423278 889307136 30715 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=488/tid=494] ppid=486 vsize=868464 CPUtime=0.01
/proc/488/task/494/stat : 494 (java) S 486 488 29967 0 -1 64 2 337 0 0 0 0 1 0 18 0 9 0 28423280 889307136 30715 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=488/tid=495] ppid=486 vsize=868464 CPUtime=0.31
/proc/488/task/495/stat : 495 (java) S 486 488 29967 0 -1 64 977 337 0 0 30 0 1 0 15 0 9 0 28423280 889307136 30715 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=488/tid=496] ppid=486 vsize=868464 CPUtime=0.01
/proc/488/task/496/stat : 496 (java) S 486 488 29967 0 -1 64 1 337 0 0 0 0 1 0 19 0 9 0 28423280 889307136 30715 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=488/tid=497] ppid=486 vsize=868464 CPUtime=0.01
/proc/488/task/497/stat : 497 (java) S 486 488 29967 0 -1 64 35 337 0 0 0 0 1 0 15 0 9 0 28423280 889307136 30715 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 15.29
Current children cumulated vsize (KiB) 868464

Child status: 0
Real time (s): 15.5378
CPU time (s): 15.3367
CPU user time (s): 15.0937
CPU system time (s): 0.242963
CPU usage (%): 98.7055
Max. virtual memory (cumulated for all children) (KiB): 868464

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 15.0937
system time used= 0.242963
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 43895
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= 1570
involuntary context switches= 1956

runsolver used 0.022996 second user time and 0.06099 second system time

The end

Launcher Data

Begin job on node3 at 2009-07-12 17:45:57
IDJOB=2097581
IDBENCH=57534
IDSOLVER=773
FILE ID=node3/2097581-1247413557
PBS_JOBID= 9510638
Free space on /tmp= 66408 MiB

SOLVER NAME= Abscon 112v4 AC
BENCH NAME= CPAI08/csp/domino/normalized-domino-1000-1000.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-2097581-1247413557/watcher-2097581-1247413557 -o /tmp/evaluation-result-2097581-1247413557/solver-2097581-1247413557 -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-2097581-1247413557.xml

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

MD5SUM BENCH= 3652cf8874aa736991b13f6b1728e1de
RANDOM SEED=837622913

node3.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.259
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.259
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1460192 kB
Buffers:         43012 kB
Cached:         130660 kB
SwapCached:          0 kB
Active:         276504 kB
Inactive:       257124 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1460192 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2576 kB
Writeback:           0 kB
Mapped:         220664 kB
Slab:            46980 kB
Committed_AS:  1004388 kB
PageTables:       2120 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66404 MiB
End job on node3 at 2009-07-12 17:46:13