Trace number 2098654

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 ESACUNSAT 16.9794 17.0893

DiagnosticValue
CHECKS51348
NODES0

General information on the benchmark

Namecsp/fapp/fapp18/
normalized-fapp18-0350-0.xml
MD5SUMed5dab5fc1b3ca8c3e25bd428d0d1b83
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark4.31634
Satisfiable
(Un)Satisfiability was proved
Number of variables350
Number of constraints3812
Maximum constraint arity2
Maximum domain size302
Number of constraints which are defined in extension0
Number of constraints which are defined in intension3812
Global constraints used (with number of constraints)

Solver Data

0.06/0.09	
0.06/0.09	Abscon 112 (May, 2008)
0.18/0.25	
0.18/0.25	   configuration
0.18/0.25	     name=esac.xml
0.18/0.29	   
0.18/0.29	   instance
0.18/0.29	     name=HOME/instance-2098654-1247416347.xml
0.28/0.32	   
0.28/0.32	   domains being loaded...
0.28/0.35	   
0.28/0.35	   variables being loaded...
0.38/0.43	     nbVariables=350  nbDomainTypes=11  minDomainSize=42  maxDomainSize=302  nbTotalValues=73016
0.38/0.43	       =>  wckTime=0.177  cpuTime=0.14  mem=10M837
0.38/0.43	   
0.38/0.43	   predicates being loaded...
0.38/0.50	   
0.38/0.50	   constraints being loaded...
16.58/16.75	     nbConstraints=2387  nbMergedConstraints=1425  nbConvertedConstraints=2387  nbConvertConstraintsChecks=42047884
16.58/16.75	     nbExtensionStructures=1133  nbSharedExtensionStructures=1557  nbConflictsStructures=1133
16.58/16.75	     nbSharedConflictsStructures=1557  nbSharedBinaryRepresentations=415351  minDegree=5  maxDegree=17  minArity=2
16.58/16.75	     maxArity=2  nbGenerators=0  nbFusions=0  symmetryWckTime=0.191  symmetryCpuTime=0.12
16.58/16.75	       =>  wckTime=16.491  cpuTime=16.06  mem=45M411
16.69/16.89	   
16.69/16.89	   solver IterativeSystematicSolver being built... 
16.89/17.03	       =>  wckTime=16.774  cpuTime=16.18  mem=31M718
16.89/17.05	   
16.89/17.05	   preprocessing
16.89/17.05	     nbConstraintChecks=51348  nbPropagations=21  nbRevisions=315  nbUselessRevisions=174  nbRemovedValues=12291
16.89/17.05	     detectedInconsistency=yes
16.89/17.05	       =>  wckTime=0.02  cpuTime=0.01  mem=32M683
16.89/17.06	   
16.89/17.06	   global
16.89/17.06	     nbConstraintChecks=51348  nbPropagations=21  nbRevisions=315  nbUselessRevisions=174  nbRestartNogoods=0
16.89/17.06	     solvingWckTime=0.023  solvingCpuTime=0.01  expiredTime=no  totalExploration=yes  nbFoundSolutions=0
16.89/17.06	     globalCpuTime=16.24
16.89/17.06	       =>  wckTime=16.8  cpuTime=16.2  mem=32M683
16.89/17.06	   
16.89/17.06	s UNSATISFIABLE
16.89/17.06	d NODES 0
16.89/17.06	d CHECKS 51348
16.89/17.06	   
16.89/17.06	   totalWckTime=16.872  totalCpuTime=16.25

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2098654-1247416347/watcher-2098654-1247416347 -o /tmp/evaluation-result-2098654-1247416347/solver-2098654-1247416347 -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-2098654-1247416347.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.16 2.07 2.02 4/81 741
/proc/meminfo: memFree=1730336/2055920 swapFree=4192812/4192956
[pid=741] ppid=739 vsize=18576 CPUtime=0
/proc/741/stat : 741 (runsolver) R 739 741 665 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 28700020 19021824 284 996147200 4194304 4302564 548682068384 18446744073709551615 214945033511 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/741/statm: 4644 284 249 26 0 2626 0

[startup+0.0827321 s]
/proc/loadavg: 2.16 2.07 2.02 4/81 741
/proc/meminfo: memFree=1730336/2055920 swapFree=4192812/4192956
[pid=741] ppid=739 vsize=864104 CPUtime=0.06
/proc/741/stat : 741 (java) S 739 741 665 0 -1 0 3133 0 1 0 5 1 0 0 20 0 9 0 28700020 884842496 2618 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/741/statm: 216026 2618 1241 9 0 210919 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 864104

[startup+0.101729 s]
/proc/loadavg: 2.16 2.07 2.02 4/81 741
/proc/meminfo: memFree=1730336/2055920 swapFree=4192812/4192956
[pid=741] ppid=739 vsize=865940 CPUtime=0.08
/proc/741/stat : 741 (java) S 739 741 665 0 -1 0 3727 0 1 0 6 2 0 0 20 0 9 0 28700020 886722560 3195 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/741/statm: 216485 3195 1695 9 0 210970 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 865940

[startup+0.30175 s]
/proc/loadavg: 2.16 2.07 2.02 4/81 741
/proc/meminfo: memFree=1730336/2055920 swapFree=4192812/4192956
[pid=741] ppid=739 vsize=866432 CPUtime=0.28
/proc/741/stat : 741 (java) S 739 741 665 0 -1 0 5900 0 1 0 24 4 0 0 20 0 9 0 28700020 887226368 5266 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/741/statm: 216608 5266 1983 9 0 211066 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 866432

[startup+0.7018 s]
/proc/loadavg: 2.16 2.07 2.02 4/81 741
/proc/meminfo: memFree=1730336/2055920 swapFree=4192812/4192956
[pid=741] ppid=739 vsize=867736 CPUtime=0.68
/proc/741/stat : 741 (java) S 739 741 665 0 -1 0 9398 0 1 0 61 7 0 0 20 0 9 0 28700020 888561664 8752 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/741/statm: 216934 8752 2036 9 0 211370 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 867736

[startup+1.50289 s]
/proc/loadavg: 2.16 2.07 2.02 3/90 750
/proc/meminfo: memFree=1692248/2055920 swapFree=4192812/4192956
[pid=741] ppid=739 vsize=867736 CPUtime=1.48
/proc/741/stat : 741 (java) S 739 741 665 0 -1 0 12521 0 1 0 138 10 0 0 20 0 9 0 28700020 888561664 11872 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/741/statm: 216934 11872 2041 9 0 211370 0
[pid=741/tid=743] ppid=739 vsize=867736 CPUtime=1.27
/proc/741/task/743/stat : 743 (java) R 739 741 665 0 -1 64 11130 0 1 0 119 8 0 0 25 0 9 0 28700021 888561664 11872 996147200 134512640 134550932 4294955968 18446744073709551615 4126926749 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=741/tid=744] ppid=739 vsize=867736 CPUtime=0
/proc/741/task/744/stat : 744 (java) S 739 741 665 0 -1 64 3 0 0 0 0 0 0 0 17 0 9 0 28700023 888561664 11872 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=741/tid=745] ppid=739 vsize=867736 CPUtime=0
/proc/741/task/745/stat : 745 (java) S 739 741 665 0 -1 64 11 0 0 0 0 0 0 0 23 0 9 0 28700023 888561664 11872 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=741/tid=746] ppid=739 vsize=867736 CPUtime=0
/proc/741/task/746/stat : 746 (java) S 739 741 665 0 -1 64 4 0 0 0 0 0 0 0 24 0 9 0 28700023 888561664 11872 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=741/tid=747] ppid=739 vsize=867736 CPUtime=0
/proc/741/task/747/stat : 747 (java) S 739 741 665 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 28700025 888561664 11872 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=741/tid=748] ppid=739 vsize=867736 CPUtime=0.19
/proc/741/task/748/stat : 748 (java) S 739 741 665 0 -1 64 692 0 0 0 18 1 0 0 15 0 9 0 28700025 888561664 11872 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=741/tid=749] ppid=739 vsize=867736 CPUtime=0
/proc/741/task/749/stat : 749 (java) S 739 741 665 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 28700025 888561664 11872 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=741/tid=750] ppid=739 vsize=867736 CPUtime=0
/proc/741/task/750/stat : 750 (java) S 739 741 665 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 28700025 888561664 11872 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 867736

[startup+3.10206 s]
/proc/loadavg: 2.16 2.07 2.02 3/90 750
/proc/meminfo: memFree=1688216/2055920 swapFree=4192812/4192956
[pid=741] ppid=739 vsize=867736 CPUtime=3.07
/proc/741/stat : 741 (java) S 739 741 665 0 -1 0 13779 0 1 0 296 11 0 0 20 0 9 0 28700020 888561664 13128 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/741/statm: 216934 13128 2041 9 0 211370 0
[pid=741/tid=743] ppid=739 vsize=867736 CPUtime=2.84
/proc/741/task/743/stat : 743 (java) R 739 741 665 0 -1 64 12366 0 1 0 275 9 0 0 25 0 9 0 28700021 888561664 13128 996147200 134512640 134550932 4294955968 18446744073709551615 4126467463 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=741/tid=744] ppid=739 vsize=867736 CPUtime=0
/proc/741/task/744/stat : 744 (java) S 739 741 665 0 -1 64 3 0 0 0 0 0 0 0 17 0 9 0 28700023 888561664 13128 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=741/tid=745] ppid=739 vsize=867736 CPUtime=0
/proc/741/task/745/stat : 745 (java) S 739 741 665 0 -1 64 11 0 0 0 0 0 0 0 23 0 9 0 28700023 888561664 13128 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=741/tid=746] ppid=739 vsize=867736 CPUtime=0
/proc/741/task/746/stat : 746 (java) S 739 741 665 0 -1 64 4 0 0 0 0 0 0 0 24 0 9 0 28700023 888561664 13128 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=741/tid=747] ppid=739 vsize=867736 CPUtime=0
/proc/741/task/747/stat : 747 (java) S 739 741 665 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 28700025 888561664 13128 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=741/tid=748] ppid=739 vsize=867736 CPUtime=0.21
/proc/741/task/748/stat : 748 (java) S 739 741 665 0 -1 64 714 0 0 0 20 1 0 0 15 0 9 0 28700025 888561664 13128 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=741/tid=749] ppid=739 vsize=867736 CPUtime=0
/proc/741/task/749/stat : 749 (java) S 739 741 665 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 28700025 888561664 13128 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=741/tid=750] ppid=739 vsize=867736 CPUtime=0
/proc/741/task/750/stat : 750 (java) S 739 741 665 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 28700025 888561664 13128 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 867736

[startup+6.30147 s]
/proc/loadavg: 2.15 2.07 2.02 3/90 750
/proc/meminfo: memFree=1678744/2055920 swapFree=4192812/4192956
[pid=741] ppid=739 vsize=867736 CPUtime=6.25
/proc/741/stat : 741 (java) S 739 741 665 0 -1 0 16030 0 1 0 611 14 0 0 20 0 9 0 28700020 888561664 15376 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/741/statm: 216934 15376 2041 9 0 211370 0
[pid=741/tid=743] ppid=739 vsize=867736 CPUtime=6.01
/proc/741/task/743/stat : 743 (java) R 739 741 665 0 -1 64 14609 0 1 0 589 12 0 0 25 0 9 0 28700021 888561664 15376 996147200 134512640 134550932 4294955968 18446744073709551615 4126901147 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=741/tid=744] ppid=739 vsize=867736 CPUtime=0
/proc/741/task/744/stat : 744 (java) S 739 741 665 0 -1 64 3 0 0 0 0 0 0 0 17 0 9 0 28700023 888561664 15376 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=741/tid=745] ppid=739 vsize=867736 CPUtime=0
/proc/741/task/745/stat : 745 (java) S 739 741 665 0 -1 64 11 0 0 0 0 0 0 0 23 0 9 0 28700023 888561664 15376 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=741/tid=746] ppid=739 vsize=867736 CPUtime=0
/proc/741/task/746/stat : 746 (java) S 739 741 665 0 -1 64 4 0 0 0 0 0 0 0 24 0 9 0 28700023 888561664 15376 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=741/tid=747] ppid=739 vsize=867736 CPUtime=0
/proc/741/task/747/stat : 747 (java) S 739 741 665 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 28700025 888561664 15376 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=741/tid=748] ppid=739 vsize=867736 CPUtime=0.22
/proc/741/task/748/stat : 748 (java) S 739 741 665 0 -1 64 722 0 0 0 21 1 0 0 15 0 9 0 28700025 888561664 15376 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=741/tid=749] ppid=739 vsize=867736 CPUtime=0
/proc/741/task/749/stat : 749 (java) S 739 741 665 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 28700025 888561664 15376 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=741/tid=750] ppid=739 vsize=867736 CPUtime=0
/proc/741/task/750/stat : 750 (java) S 739 741 665 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 28700025 888561664 15376 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.25
Current children cumulated vsize (KiB) 867736

[startup+12.7012 s]
/proc/loadavg: 2.13 2.07 2.02 3/90 750
/proc/meminfo: memFree=1663832/2055920 swapFree=4192812/4192956
[pid=741] ppid=739 vsize=867648 CPUtime=12.62
/proc/741/stat : 741 (java) S 739 741 665 0 -1 0 19089 0 1 0 1243 19 0 0 20 0 9 0 28700020 888471552 18408 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/741/statm: 216912 18408 2029 9 0 211370 0
[pid=741/tid=743] ppid=739 vsize=867648 CPUtime=12.3
/proc/741/task/743/stat : 743 (java) R 739 741 665 0 -1 64 15838 0 1 0 1213 17 0 0 25 0 9 0 28700021 888471552 18408 996147200 134512640 134550932 4294955968 18446744073709551615 4126919223 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=741/tid=744] ppid=739 vsize=867648 CPUtime=0.04
/proc/741/task/744/stat : 744 (java) S 739 741 665 0 -1 64 1812 0 0 0 4 0 0 0 17 0 9 0 28700023 888471552 18408 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=741/tid=745] ppid=739 vsize=867648 CPUtime=0
/proc/741/task/745/stat : 745 (java) S 739 741 665 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 28700023 888471552 18408 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=741/tid=746] ppid=739 vsize=867648 CPUtime=0
/proc/741/task/746/stat : 746 (java) S 739 741 665 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 28700023 888471552 18408 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=741/tid=747] ppid=739 vsize=867648 CPUtime=0
/proc/741/task/747/stat : 747 (java) S 739 741 665 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 28700025 888471552 18408 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=741/tid=748] ppid=739 vsize=867648 CPUtime=0.25
/proc/741/task/748/stat : 748 (java) S 739 741 665 0 -1 64 737 0 0 0 24 1 0 0 16 0 9 0 28700025 888471552 18408 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=741/tid=749] ppid=739 vsize=867648 CPUtime=0
/proc/741/task/749/stat : 749 (java) S 739 741 665 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 28700025 888471552 18408 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=741/tid=750] ppid=739 vsize=867648 CPUtime=0
/proc/741/task/750/stat : 750 (java) S 739 741 665 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 28700025 888471552 18408 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.62
Current children cumulated vsize (KiB) 867648

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

[startup+14.3063 s]
/proc/loadavg: 2.12 2.07 2.02 3/90 750
/proc/meminfo: memFree=1663832/2055920 swapFree=4192812/4192956
[pid=741] ppid=739 vsize=867648 CPUtime=14.21
/proc/741/stat : 741 (java) S 739 741 665 0 -1 0 19091 0 1 0 1401 20 0 0 20 0 9 0 28700020 888471552 18409 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/741/statm: 216912 18409 2029 9 0 211370 0
[pid=741/tid=743] ppid=739 vsize=867648 CPUtime=13.89
/proc/741/task/743/stat : 743 (java) R 739 741 665 0 -1 64 15839 0 1 0 1372 17 0 0 25 0 9 0 28700021 888471552 18409 996147200 134512640 134550932 4294955968 18446744073709551615 4126901000 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=741/tid=744] ppid=739 vsize=867648 CPUtime=0.04
/proc/741/task/744/stat : 744 (java) S 739 741 665 0 -1 64 1812 0 0 0 4 0 0 0 16 0 9 0 28700023 888471552 18409 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=741/tid=745] ppid=739 vsize=867648 CPUtime=0
/proc/741/task/745/stat : 745 (java) S 739 741 665 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 28700023 888471552 18409 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=741/tid=746] ppid=739 vsize=867648 CPUtime=0
/proc/741/task/746/stat : 746 (java) S 739 741 665 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 28700023 888471552 18409 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=741/tid=747] ppid=739 vsize=867648 CPUtime=0
/proc/741/task/747/stat : 747 (java) S 739 741 665 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 28700025 888471552 18409 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=741/tid=748] ppid=739 vsize=867648 CPUtime=0.25
/proc/741/task/748/stat : 748 (java) S 739 741 665 0 -1 64 738 0 0 0 24 1 0 0 15 0 9 0 28700025 888471552 18409 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=741/tid=749] ppid=739 vsize=867648 CPUtime=0
/proc/741/task/749/stat : 749 (java) S 739 741 665 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 28700025 888471552 18409 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=741/tid=750] ppid=739 vsize=867648 CPUtime=0
/proc/741/task/750/stat : 750 (java) S 739 741 665 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 28700025 888471552 18409 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 14.21
Current children cumulated vsize (KiB) 867648

[startup+15.9015 s]
/proc/loadavg: 2.12 2.07 2.02 3/90 750
/proc/meminfo: memFree=1663832/2055920 swapFree=4192812/4192956
[pid=741] ppid=739 vsize=867648 CPUtime=15.81
/proc/741/stat : 741 (java) S 739 741 665 0 -1 0 19095 0 1 0 1559 22 0 0 20 0 9 0 28700020 888471552 18413 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/741/statm: 216912 18413 2031 9 0 211370 0
[pid=741/tid=743] ppid=739 vsize=867648 CPUtime=15.48
/proc/741/task/743/stat : 743 (java) R 739 741 665 0 -1 64 15840 0 1 0 1529 19 0 0 25 0 9 0 28700021 888471552 18413 996147200 134512640 134550932 4294955968 18446744073709551615 4126903671 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=741/tid=744] ppid=739 vsize=867648 CPUtime=0.04
/proc/741/task/744/stat : 744 (java) S 739 741 665 0 -1 64 1812 0 0 0 4 0 0 0 16 0 9 0 28700023 888471552 18413 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=741/tid=745] ppid=739 vsize=867648 CPUtime=0
/proc/741/task/745/stat : 745 (java) S 739 741 665 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 28700023 888471552 18413 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=741/tid=746] ppid=739 vsize=867648 CPUtime=0
/proc/741/task/746/stat : 746 (java) S 739 741 665 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 28700023 888471552 18413 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=741/tid=747] ppid=739 vsize=867648 CPUtime=0
/proc/741/task/747/stat : 747 (java) S 739 741 665 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 28700025 888471552 18413 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=741/tid=748] ppid=739 vsize=867648 CPUtime=0.25
/proc/741/task/748/stat : 748 (java) S 739 741 665 0 -1 64 741 0 0 0 24 1 0 0 15 0 9 0 28700025 888471552 18413 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=741/tid=749] ppid=739 vsize=867648 CPUtime=0
/proc/741/task/749/stat : 749 (java) S 739 741 665 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 28700025 888471552 18413 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=741/tid=750] ppid=739 vsize=867648 CPUtime=0
/proc/741/task/750/stat : 750 (java) S 739 741 665 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 28700025 888471552 18413 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 15.81
Current children cumulated vsize (KiB) 867648

[startup+16.7026 s]
/proc/loadavg: 2.12 2.07 2.02 3/90 750
/proc/meminfo: memFree=1663832/2055920 swapFree=4192812/4192956
[pid=741] ppid=739 vsize=867972 CPUtime=16.58
/proc/741/stat : 741 (java) S 739 741 665 0 -1 0 20301 403 1 0 1633 22 2 1 20 0 10 0 28700020 888803328 18463 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/741/statm: 216993 18463 2043 9 0 211451 0
[pid=741/tid=743] ppid=739 vsize=867972 CPUtime=16.23
/proc/741/task/743/stat : 743 (java) R 739 741 665 0 -1 64 16716 403 1 0 1601 19 2 1 23 0 10 0 28700021 888803328 18463 996147200 134512640 134550932 4294955968 18446744073709551615 4127189917 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=741/tid=744] ppid=739 vsize=867972 CPUtime=0.07
/proc/741/task/744/stat : 744 (java) S 739 741 665 0 -1 64 1881 403 0 0 4 0 2 1 16 0 10 0 28700023 888803328 18463 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=741/tid=745] ppid=739 vsize=867972 CPUtime=0.03
/proc/741/task/745/stat : 745 (java) S 739 741 665 0 -1 64 16 403 0 0 0 0 2 1 16 0 10 0 28700023 888803328 18463 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=741/tid=746] ppid=739 vsize=867972 CPUtime=0.03
/proc/741/task/746/stat : 746 (java) S 739 741 665 0 -1 64 5 403 0 0 0 0 2 1 16 0 10 0 28700023 888803328 18463 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=741/tid=747] ppid=739 vsize=867972 CPUtime=0.03
/proc/741/task/747/stat : 747 (java) S 739 741 665 0 -1 64 2 403 0 0 0 0 2 1 25 0 10 0 28700025 888803328 18463 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=741/tid=748] ppid=739 vsize=867972 CPUtime=0.3
/proc/741/task/748/stat : 748 (java) S 739 741 665 0 -1 64 871 403 0 0 26 1 2 1 15 0 10 0 28700025 888803328 18463 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=741/tid=749] ppid=739 vsize=867972 CPUtime=0.03
/proc/741/task/749/stat : 749 (java) S 739 741 665 0 -1 64 0 403 0 0 0 0 2 1 25 0 10 0 28700025 888803328 18463 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=741/tid=750] ppid=739 vsize=867972 CPUtime=0.03
/proc/741/task/750/stat : 750 (java) S 739 741 665 0 -1 64 7 403 0 0 0 0 2 1 15 0 10 0 28700025 888803328 18463 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 16.58
Current children cumulated vsize (KiB) 867972

[startup+16.9026 s]
/proc/loadavg: 2.12 2.07 2.02 3/90 750
/proc/meminfo: memFree=1663832/2055920 swapFree=4192812/4192956
[pid=741] ppid=739 vsize=868060 CPUtime=16.78
/proc/741/stat : 741 (java) S 739 741 665 0 -1 0 29527 403 1 0 1650 25 2 1 20 0 10 0 28700020 888893440 21623 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/741/statm: 217015 21623 2658 9 0 211451 0
[pid=741/tid=743] ppid=739 vsize=868060 CPUtime=16.3
/proc/741/task/743/stat : 743 (java) R 739 741 665 0 -1 64 18522 403 1 0 1607 20 2 1 22 0 10 0 28700021 888893440 21623 996147200 134512640 134550932 4294955968 18446744073709551615 4125977358 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=741/tid=744] ppid=739 vsize=868060 CPUtime=0.21
/proc/741/task/744/stat : 744 (java) S 739 741 665 0 -1 64 9279 403 0 0 15 3 2 1 17 0 10 0 28700023 888893440 21623 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=741/tid=745] ppid=739 vsize=868060 CPUtime=0.03
/proc/741/task/745/stat : 745 (java) S 739 741 665 0 -1 64 20 403 0 0 0 0 2 1 17 0 10 0 28700023 888893440 21623 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=741/tid=746] ppid=739 vsize=868060 CPUtime=0.03
/proc/741/task/746/stat : 746 (java) S 739 741 665 0 -1 64 12 403 0 0 0 0 2 1 16 0 10 0 28700023 888893440 21623 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=741/tid=747] ppid=739 vsize=868060 CPUtime=0.03
/proc/741/task/747/stat : 747 (java) S 739 741 665 0 -1 64 2 403 0 0 0 0 2 1 25 0 10 0 28700025 888893440 21623 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=741/tid=748] ppid=739 vsize=868060 CPUtime=0.31
/proc/741/task/748/stat : 748 (java) S 739 741 665 0 -1 64 881 403 0 0 27 1 2 1 16 0 10 0 28700025 888893440 21623 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=741/tid=749] ppid=739 vsize=868060 CPUtime=0.03
/proc/741/task/749/stat : 749 (java) S 739 741 665 0 -1 64 0 403 0 0 0 0 2 1 25 0 10 0 28700025 888893440 21623 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=741/tid=750] ppid=739 vsize=868060 CPUtime=0.03
/proc/741/task/750/stat : 750 (java) S 739 741 665 0 -1 64 7 403 0 0 0 0 2 1 15 0 10 0 28700025 888893440 21623 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 16.78
Current children cumulated vsize (KiB) 868060

[startup+17.0026 s]
/proc/loadavg: 2.12 2.07 2.02 3/90 750
/proc/meminfo: memFree=1663832/2055920 swapFree=4192812/4192956
[pid=741] ppid=739 vsize=868060 CPUtime=16.89
/proc/741/stat : 741 (java) S 739 741 665 0 -1 0 31366 403 1 0 1660 26 2 1 20 0 9 0 28700020 888893440 21666 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/741/statm: 217015 21666 2659 9 0 211451 0
[pid=741/tid=743] ppid=739 vsize=868060 CPUtime=16.37
/proc/741/task/743/stat : 743 (java) R 739 741 665 0 -1 64 20302 403 1 0 1614 20 2 1 23 0 9 0 28700021 888893440 21666 996147200 134512640 134550932 4294955968 18446744073709551615 103837905 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=741/tid=744] ppid=739 vsize=868060 CPUtime=0.21
/proc/741/task/744/stat : 744 (java) S 739 741 665 0 -1 64 9279 403 0 0 15 3 2 1 17 0 9 0 28700023 888893440 21666 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=741/tid=745] ppid=739 vsize=868060 CPUtime=0.03
/proc/741/task/745/stat : 745 (java) S 739 741 665 0 -1 64 20 403 0 0 0 0 2 1 17 0 9 0 28700023 888893440 21666 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=741/tid=746] ppid=739 vsize=868060 CPUtime=0.03
/proc/741/task/746/stat : 746 (java) S 739 741 665 0 -1 64 12 403 0 0 0 0 2 1 16 0 9 0 28700023 888893440 21666 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=741/tid=747] ppid=739 vsize=868060 CPUtime=0.03
/proc/741/task/747/stat : 747 (java) S 739 741 665 0 -1 64 2 403 0 0 0 0 2 1 25 0 9 0 28700025 888893440 21666 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=741/tid=748] ppid=739 vsize=868060 CPUtime=0.33
/proc/741/task/748/stat : 748 (java) S 739 741 665 0 -1 64 937 403 0 0 29 1 2 1 15 0 9 0 28700025 888893440 21666 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=741/tid=749] ppid=739 vsize=868060 CPUtime=0.03
/proc/741/task/749/stat : 749 (java) S 739 741 665 0 -1 64 0 403 0 0 0 0 2 1 25 0 9 0 28700025 888893440 21666 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=741/tid=750] ppid=739 vsize=868060 CPUtime=0.03
/proc/741/task/750/stat : 750 (java) S 739 741 665 0 -1 64 7 403 0 0 0 0 2 1 15 0 9 0 28700025 888893440 21666 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 16.89
Current children cumulated vsize (KiB) 868060

Child status: 0
Real time (s): 17.0893
CPU time (s): 16.9794
CPU user time (s): 16.6835
CPU system time (s): 0.295955
CPU usage (%): 99.3568
Max. virtual memory (cumulated for all children) (KiB): 868060

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 16.6835
system time used= 0.295955
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 33108
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= 2022
involuntary context switches= 2215

runsolver used 0.022996 second user time and 0.066989 second system time

The end

Launcher Data

Begin job on node85 at 2009-07-12 18:32:27
IDJOB=2098654
IDBENCH=58849
IDSOLVER=774
FILE ID=node85/2098654-1247416347
PBS_JOBID= 9510758
Free space on /tmp= 126552 MiB

SOLVER NAME= Abscon 112v4 ESAC
BENCH NAME= CPAI08/csp/fapp/fapp18/normalized-fapp18-0350-0.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-2098654-1247416347/watcher-2098654-1247416347 -o /tmp/evaluation-result-2098654-1247416347/solver-2098654-1247416347 -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-2098654-1247416347.xml

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

MD5SUM BENCH= ed5dab5fc1b3ca8c3e25bd428d0d1b83
RANDOM SEED=366847902

node85.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.220
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.220
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1730752 kB
Buffers:         42944 kB
Cached:         123520 kB
SwapCached:          0 kB
Active:         198124 kB
Inactive:        70168 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1730752 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2544 kB
Writeback:           0 kB
Mapped:         122132 kB
Slab:            41968 kB
Committed_AS:  1006460 kB
PageTables:       1944 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= 126548 MiB
End job on node85 at 2009-07-12 18:32:44