Trace number 224214

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, and are wall clock time (not CPU 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 109 ESACUNSAT 15.5496 15.7098

DiagnosticValue
CHECKS113730956
NODES78939

General information on the benchmark

Nametightness/tightness0.5/
rand-2-40-25-180-500-11_ext.xml
MD5SUMcddde83e97abaa8727713e4b7e33af6d
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark7.15491
SatisfiableNO
(Un)Satisfiability was provedNO
Number of variables40
Number of constraints180
Maximum constraint arity2
Maximum domain size25
Number of constraints which are defined in extension180
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.31	   
0.31	Abscon 109 (November, 2006)
0.31	   
0.31	   configuration
0.31	     name=esac.xml
0.35	   
0.35	   instance
0.35	     name=/tmp/evaluation/224214-1168268026/unknown.xml
0.38	   
0.38	   domains being loaded...
0.38	   
0.38	   variables being loaded...
0.42	     nbVariables=40  nbDomainTypes=1  minDomainSize=25  maxDomainSize=25
0.42	       =>  wckTime=0.103  cpuTime=0.09  mem=6M951
0.42	   
0.42	   relations being loaded...
0.52	   
0.52	   constraints being loaded...
0.62	     nbConstraints=180  nbRelationTypes=180  nbExtensionStructures=180  nbSharedExtensionStructures=0
0.62	     nbConflictsStructures=180  nbSharedConflictsStructures=0  nbSharedBinaryRepresentations=2  maxDegree=13  maxArity=2
0.62	       =>  wckTime=0.309  cpuTime=0.23  mem=13M827
0.66	   
0.66	   solver IterativeSystematicSolver being built... 
0.83	       =>  wckTime=0.513  cpuTime=0.37  mem=14M839
0.88	   
0.88	   preprocessing
0.88	     nbConstraintChecks=73762  nbPropagations=834  nbRevisions=5306  nbUselessRevisions=4108  nbSingletonTests=51
0.88	     nbEffectiveSingletonTests=0  nbESACBranches=7  nbRemovedValues=0  detectedInconsistency=no
0.88	       =>  wckTime=0.049  cpuTime=0.03  mem=14M839
0.90	   
0.90	   search
0.90	     run=0  nbConstraintChecks=39260  nbPropagations=1410  nbRevisions=9859  nbUselessRevisions=7315  nbAssignments=24
0.90	     nbFailedAssignments=10  nbBacktracks=10  nbVisitedNodes=43  nbRestartNogoods=0  mapSize=10  nbInferences=0
0.90	     nbTooLargeKeys=0
0.90	       =>  wckTime=0.072  cpuTime=0.05  mem=14M839
0.92	   
0.92	   search
0.92	     run=1  nbConstraintChecks=86085  nbPropagations=3546  nbRevisions=25299  nbUselessRevisions=18432  nbAssignments=58
0.92	     nbFailedAssignments=23  nbBacktracks=27  nbVisitedNodes=102  nbRestartNogoods=2  mapSize=25  nbInferences=0
0.92	     nbTooLargeKeys=0
0.92	       =>  wckTime=0.09  cpuTime=0.06  mem=14M839
0.94	   
0.94	   search
0.94	     run=2  nbConstraintChecks=156026  nbPropagations=6822  nbRevisions=49325  nbUselessRevisions=35470
0.94	     nbAssignments=107  nbFailedAssignments=45  nbBacktracks=49  nbVisitedNodes=188  nbRestartNogoods=3  mapSize=45
0.94	     nbInferences=0  nbTooLargeKeys=0
0.94	       =>  wckTime=0.11  cpuTime=0.07  mem=14M839
0.96	   
0.96	   search
0.96	     run=3  nbConstraintChecks=254248  nbPropagations=11565  nbRevisions=85012  nbUselessRevisions=60752
0.96	     nbAssignments=175  nbFailedAssignments=77  nbBacktracks=83  nbVisitedNodes=312  nbRestartNogoods=5  mapSize=77
0.96	     nbInferences=0  nbTooLargeKeys=0
0.96	       =>  wckTime=0.128  cpuTime=0.09  mem=14M839
0.99	   
0.99	   search
0.99	     run=4  nbConstraintChecks=365882  nbPropagations=18147  nbRevisions=134633  nbUselessRevisions=95620
0.99	     nbAssignments=259  nbFailedAssignments=106  nbBacktracks=134  nbVisitedNodes=455  nbRestartNogoods=7  mapSize=115
0.99	     nbInferences=0  nbTooLargeKeys=0
0.99	       =>  wckTime=0.154  cpuTime=0.11  mem=14M839
1.03	   
1.03	   search
1.03	     run=5  nbConstraintChecks=602286  nbPropagations=28082  nbRevisions=210691  nbUselessRevisions=148582
1.03	     nbAssignments=421  nbFailedAssignments=189  nbBacktracks=209  nbVisitedNodes=746  nbRestartNogoods=10  mapSize=174
1.03	     nbInferences=0  nbTooLargeKeys=0
1.03	       =>  wckTime=0.195  cpuTime=0.15  mem=14M839
1.08	   
1.08	   search
1.08	     run=6  nbConstraintChecks=912663  nbPropagations=42577  nbRevisions=322633  nbUselessRevisions=226449
1.08	     nbAssignments=653  nbFailedAssignments=303  nbBacktracks=322  nbVisitedNodes=1154  nbRestartNogoods=13  mapSize=261
1.08	     nbInferences=0  nbTooLargeKeys=0
1.08	       =>  wckTime=0.244  cpuTime=0.2  mem=14M839
1.15	   
1.15	   search
1.15	     run=7  nbConstraintChecks=1313010  nbPropagations=63553  nbRevisions=484710  nbUselessRevisions=338817
1.15	     nbAssignments=956  nbFailedAssignments=430  nbBacktracks=492  nbVisitedNodes=1690  nbRestartNogoods=21  mapSize=403
1.15	     nbInferences=0  nbTooLargeKeys=0
1.15	       =>  wckTime=0.314  cpuTime=0.26  mem=14M839
1.25	   
1.25	   search
1.25	     run=8  nbConstraintChecks=1991569  nbPropagations=95241  nbRevisions=730953  nbUselessRevisions=509087
1.25	     nbAssignments=1435  nbFailedAssignments=648  nbBacktracks=748  nbVisitedNodes=2534  nbRestartNogoods=31
1.25	     mapSize=611  nbInferences=0  nbTooLargeKeys=0
1.25	       =>  wckTime=0.421  cpuTime=0.36  mem=14M839
1.40	   
1.40	   search
1.40	     run=9  nbConstraintChecks=2887544  nbPropagations=141469  nbRevisions=1091065  nbUselessRevisions=758133
1.40	     nbAssignments=2139  nbFailedAssignments=962  nbBacktracks=1132  nbVisitedNodes=3778  nbRestartNogoods=37
1.40	     mapSize=930  nbInferences=0  nbTooLargeKeys=0
1.40	       =>  wckTime=0.571  cpuTime=0.5  mem=14M839
1.45	   
1.45	   INFO : Stopping hyperNogood (mapSize=1024, nbTooLargekeys=0, mem=14M839)
1.59	   
1.59	   search
1.59	     run=10  nbConstraintChecks=4203255  nbPropagations=208469  nbRevisions=1610395  nbUselessRevisions=1116721
1.59	     nbAssignments=3132  nbFailedAssignments=1363  nbBacktracks=1708  nbVisitedNodes=5461  nbRestartNogoods=50
1.59	       =>  wckTime=0.76  cpuTime=0.68  mem=14M839
1.87	   
1.87	   search
1.87	     run=11  nbConstraintChecks=6316176  nbPropagations=308176  nbRevisions=2389509  nbUselessRevisions=1654393
1.87	     nbAssignments=4695  nbFailedAssignments=2059  nbBacktracks=2573  nbVisitedNodes=8219  nbRestartNogoods=56
1.87	       =>  wckTime=1.04  cpuTime=0.95  mem=14M839
2.31	   
2.31	   search
2.31	     run=12  nbConstraintChecks=9653546  nbPropagations=458456  nbRevisions=3566701  nbUselessRevisions=2464631
2.31	     nbAssignments=7018  nbFailedAssignments=3081  nbBacktracks=3872  nbVisitedNodes=12334  nbRestartNogoods=62
2.31	       =>  wckTime=1.476  cpuTime=1.38  mem=15M814
2.96	   
2.96	   search
2.96	     run=13  nbConstraintChecks=14609071  nbPropagations=686990  nbRevisions=5352433  nbUselessRevisions=3692264
2.96	     nbAssignments=10611  nbFailedAssignments=4724  nbBacktracks=5818  nbVisitedNodes=18751  nbRestartNogoods=68
2.96	       =>  wckTime=2.124  cpuTime=2.02  mem=15M814
3.89	   
3.89	   search
3.89	     run=14  nbConstraintChecks=21796570  nbPropagations=1025443  nbRevisions=7998909  nbUselessRevisions=5508977
3.89	     nbAssignments=15685  nbFailedAssignments=6875  nbBacktracks=8738  nbVisitedNodes=27637  nbRestartNogoods=77
3.89	       =>  wckTime=3.056  cpuTime=2.95  mem=15M814
5.37	   
5.37	   search
5.37	     run=15  nbConstraintChecks=33308374  nbPropagations=1538605  nbRevisions=12042964  nbUselessRevisions=8289023
5.37	     nbAssignments=23743  nbFailedAssignments=10553  nbBacktracks=13116  nbVisitedNodes=41978  nbRestartNogoods=83
5.37	       =>  wckTime=4.541  cpuTime=4.43  mem=15M814
7.47	   
7.47	   search
7.47	     run=16  nbConstraintChecks=49412714  nbPropagations=2302681  nbRevisions=18044507  nbUselessRevisions=12408064
7.47	     nbAssignments=35373  nbFailedAssignments=15612  nbBacktracks=19684  nbVisitedNodes=62425  nbRestartNogoods=90
7.47	       =>  wckTime=6.643  cpuTime=6.51  mem=15M814
10.71	   
10.71	   search
10.71	     run=17  nbConstraintChecks=74742809  nbPropagations=3444437  nbRevisions=27042690  nbUselessRevisions=18579659
10.71	     nbAssignments=52860  nbFailedAssignments=23243  nbBacktracks=29536  nbVisitedNodes=93250  nbRestartNogoods=98
10.71	       =>  wckTime=9.881  cpuTime=9.72  mem=15M814
15.67	   
15.67	   search
15.67	     run=18  nbConstraintChecks=113657194  nbPropagations=5152448  nbRevisions=40542673  nbUselessRevisions=27822005
15.67	     nbAssignments=78939  nbFailedAssignments=34950  nbBacktracks=43909  nbVisitedNodes=139432  nbRestartNogoods=106
15.67	       =>  wckTime=14.84  cpuTime=14.64  mem=15M814
15.67	   
15.67	   global
15.67	     nbConstraintChecks=113730956  nbPropagations=5153282  nbRevisions=40547979  nbUselessRevisions=27826113
15.67	     nbRestartNogoods=106  solvingWckTime=14.842  solvingCpuTime=14.64  expiredTime=no  totalExploration=yes
15.67	     nbFoundSolutions=0  globalCpuTime=15.05
15.67	       =>  wckTime=15.359  cpuTime=15.01  mem=15M814
15.68	   
15.68	s UNSATISFIABLE
15.68	d NODES 78939
15.68	d CHECKS 113730956
15.68	   
15.68	   totalWckTime=15.44  totalCpuTime=15.05

Verifier Data (download as text)

No possible verification on an UNSAT instance

Watcher Data (download as text)

runsolver version 3.1.3 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node48/watcher-224214-1168268026 -o ROOT/results/node48/solver-224214-1168268026 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/224214-1168268026/unknown.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 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

/proc/loadavg: 1.91 1.97 1.83 4/75 12935
/proc/meminfo: memFree=1812224/2055920 swapFree=4192812/4192956
[pid=12934] ppid=12932 vsize=89776 CPUtime=0
/proc/12934/stat : 12934 (java) D 12932 12934 11934 0 -1 0 1273 0 1 0 0 0 0 0 17 0 1 0 175201338 91930624 1022 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 2147483391 0 7368 18446744072099781622 0 0 17 1 0 0
/proc/12934/statm: 22444 1022 811 14 0 10027 0
[pid=12934/tid=12936] ppid=12932 vsize=907808 CPUtime=0
/proc/12934/task/12936/stat : 12936 (java) S 12932 12934 11934 0 -1 64 6 0 0 0 0 0 0 0 19 0 4 0 175201341 929595392 2204 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23755 0 0 0 -1 1 0 0
[pid=12934/tid=12937] ppid=12932 vsize=907808 CPUtime=0
/proc/12934/task/12937/stat : 12937 (java) S 12932 12934 11934 0 -1 64 10 0 0 0 0 0 0 0 19 0 4 0 175201342 929595392 2204 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23755 0 0 0 -1 1 0 0
[pid=12934/tid=12938] ppid=12932 vsize=907808 CPUtime=0
/proc/12934/task/12938/stat : 12938 (java) S 12932 12934 11934 0 -1 64 4 0 0 0 0 0 0 0 20 0 4 0 175201342 929595392 2204 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23755 0 0 0 -1 1 0 0

[startup+0.102801 s]
/proc/loadavg: 1.91 1.97 1.83 4/75 12935
/proc/meminfo: memFree=1812224/2055920 swapFree=4192812/4192956
[pid=12934] ppid=12932 vsize=914988 CPUtime=0.09
/proc/12934/stat : 12934 (java) R 12932 12934 11934 0 -1 0 2982 0 1 0 7 2 0 0 19 0 8 0 175201338 936947712 2728 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/12934/statm: 228747 2728 1424 14 0 215242 0
[pid=12934/tid=12936] ppid=12932 vsize=914988 CPUtime=0
/proc/12934/task/12936/stat : 12936 (java) S 12932 12934 11934 0 -1 64 6 0 0 0 0 0 0 0 19 0 8 0 175201341 936947712 2728 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=12934/tid=12937] ppid=12932 vsize=914988 CPUtime=0
/proc/12934/task/12937/stat : 12937 (java) S 12932 12934 11934 0 -1 64 10 0 0 0 0 0 0 0 19 0 8 0 175201342 936947712 2728 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12934/tid=12938] ppid=12932 vsize=914988 CPUtime=0
/proc/12934/task/12938/stat : 12938 (java) S 12932 12934 11934 0 -1 64 4 0 0 0 0 0 0 0 20 0 8 0 175201342 936947712 2728 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 914988

[startup+0.510836 s]
/proc/loadavg: 1.91 1.97 1.83 4/75 12935
/proc/meminfo: memFree=1812224/2055920 swapFree=4192812/4192956
[pid=12934] ppid=12932 vsize=915328 CPUtime=0.49
/proc/12934/stat : 12934 (java) R 12932 12934 11934 0 -1 0 7070 0 1 0 45 4 0 0 18 0 8 0 175201338 937295872 6809 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4072943017 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/12934/statm: 228832 6809 2137 14 0 215302 0
[pid=12934/tid=12936] ppid=12932 vsize=915328 CPUtime=0
/proc/12934/task/12936/stat : 12936 (java) S 12932 12934 11934 0 -1 64 6 0 0 0 0 0 0 0 19 0 8 0 175201341 937295872 6809 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=12934/tid=12937] ppid=12932 vsize=915328 CPUtime=0
/proc/12934/task/12937/stat : 12937 (java) S 12932 12934 11934 0 -1 64 10 0 0 0 0 0 0 0 19 0 8 0 175201342 937295872 6809 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12934/tid=12938] ppid=12932 vsize=915328 CPUtime=0
/proc/12934/task/12938/stat : 12938 (java) S 12932 12934 11934 0 -1 64 4 0 0 0 0 0 0 0 20 0 8 0 175201342 937295872 6809 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 915328

[startup+1.33491 s]
/proc/loadavg: 1.91 1.97 1.83 3/82 12942
/proc/meminfo: memFree=1788424/2055920 swapFree=4192812/4192956
[pid=12934] ppid=12932 vsize=915452 CPUtime=1.31
/proc/12934/stat : 12934 (java) R 12932 12934 11934 0 -1 0 8698 0 1 0 124 7 0 0 24 0 8 0 175201338 937422848 8436 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073789879 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/12934/statm: 228863 8436 2524 14 0 215333 0
[pid=12934/tid=12936] ppid=12932 vsize=915452 CPUtime=0.03
/proc/12934/task/12936/stat : 12936 (java) S 12932 12934 11934 0 -1 64 244 0 0 0 3 0 0 0 16 0 8 0 175201341 937422848 8436 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=12934/tid=12937] ppid=12932 vsize=915452 CPUtime=0
/proc/12934/task/12937/stat : 12937 (java) S 12932 12934 11934 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 175201342 937422848 8436 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12934/tid=12938] ppid=12932 vsize=915452 CPUtime=0
/proc/12934/task/12938/stat : 12938 (java) S 12932 12934 11934 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 175201342 937422848 8436 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12934/tid=12939] ppid=12932 vsize=915452 CPUtime=0
/proc/12934/task/12939/stat : 12939 (java) S 12932 12934 11934 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 175201345 937422848 8436 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12934/tid=12940] ppid=12932 vsize=915452 CPUtime=0.21
/proc/12934/task/12940/stat : 12940 (java) S 12932 12934 11934 0 -1 64 381 0 0 0 20 1 0 0 15 0 8 0 175201345 937422848 8436 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12934/tid=12941] ppid=12932 vsize=915452 CPUtime=0
/proc/12934/task/12941/stat : 12941 (java) S 12932 12934 11934 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 175201345 937422848 8436 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12934/tid=12942] ppid=12932 vsize=915452 CPUtime=0
/proc/12934/task/12942/stat : 12942 (java) S 12932 12934 11934 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 175201345 937422848 8436 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 915452

[startup+2.98706 s]
/proc/loadavg: 1.91 1.97 1.83 3/82 12942
/proc/meminfo: memFree=1788168/2055920 swapFree=4192812/4192956
[pid=12934] ppid=12932 vsize=915452 CPUtime=2.95
/proc/12934/stat : 12934 (java) R 12932 12934 11934 0 -1 0 8737 0 1 0 288 7 0 0 25 0 8 0 175201338 937422848 8473 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073788934 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/12934/statm: 228863 8473 2524 14 0 215333 0
[pid=12934/tid=12936] ppid=12932 vsize=915452 CPUtime=0.03
/proc/12934/task/12936/stat : 12936 (java) S 12932 12934 11934 0 -1 64 244 0 0 0 3 0 0 0 17 0 8 0 175201341 937422848 8473 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=12934/tid=12937] ppid=12932 vsize=915452 CPUtime=0
/proc/12934/task/12937/stat : 12937 (java) S 12932 12934 11934 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 175201342 937422848 8473 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12934/tid=12938] ppid=12932 vsize=915452 CPUtime=0
/proc/12934/task/12938/stat : 12938 (java) S 12932 12934 11934 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 175201342 937422848 8473 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12934/tid=12939] ppid=12932 vsize=915452 CPUtime=0
/proc/12934/task/12939/stat : 12939 (java) S 12932 12934 11934 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 175201345 937422848 8473 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12934/tid=12940] ppid=12932 vsize=915452 CPUtime=0.23
/proc/12934/task/12940/stat : 12940 (java) S 12932 12934 11934 0 -1 64 390 0 0 0 22 1 0 0 15 0 8 0 175201345 937422848 8473 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12934/tid=12941] ppid=12932 vsize=915452 CPUtime=0
/proc/12934/task/12941/stat : 12941 (java) S 12932 12934 11934 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 175201345 937422848 8473 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12934/tid=12942] ppid=12932 vsize=915452 CPUtime=0
/proc/12934/task/12942/stat : 12942 (java) S 12932 12934 11934 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 175201345 937422848 8473 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.95
Current children cumulated vsize (KiB) 915452

[startup+6.27936 s]
/proc/loadavg: 1.92 1.97 1.83 3/82 12942
/proc/meminfo: memFree=1788040/2055920 swapFree=4192812/4192956
[pid=12934] ppid=12932 vsize=915452 CPUtime=6.21
/proc/12934/stat : 12934 (java) R 12932 12934 11934 0 -1 0 8742 0 1 0 614 7 0 0 25 0 8 0 175201338 937422848 8478 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073797145 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/12934/statm: 228863 8478 2524 14 0 215333 0
[pid=12934/tid=12936] ppid=12932 vsize=915452 CPUtime=0.03
/proc/12934/task/12936/stat : 12936 (java) S 12932 12934 11934 0 -1 64 244 0 0 0 3 0 0 0 16 0 8 0 175201341 937422848 8478 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=12934/tid=12937] ppid=12932 vsize=915452 CPUtime=0
/proc/12934/task/12937/stat : 12937 (java) S 12932 12934 11934 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 175201342 937422848 8478 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12934/tid=12938] ppid=12932 vsize=915452 CPUtime=0
/proc/12934/task/12938/stat : 12938 (java) S 12932 12934 11934 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 175201342 937422848 8478 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12934/tid=12939] ppid=12932 vsize=915452 CPUtime=0
/proc/12934/task/12939/stat : 12939 (java) S 12932 12934 11934 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 175201345 937422848 8478 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12934/tid=12940] ppid=12932 vsize=915452 CPUtime=0.23
/proc/12934/task/12940/stat : 12940 (java) S 12932 12934 11934 0 -1 64 390 0 0 0 22 1 0 0 15 0 8 0 175201345 937422848 8478 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12934/tid=12941] ppid=12932 vsize=915452 CPUtime=0
/proc/12934/task/12941/stat : 12941 (java) S 12932 12934 11934 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 175201345 937422848 8478 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12934/tid=12942] ppid=12932 vsize=915452 CPUtime=0
/proc/12934/task/12942/stat : 12942 (java) S 12932 12934 11934 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 175201345 937422848 8478 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 915452

[startup+12.765 s]
/proc/loadavg: 1.92 1.97 1.83 3/82 12942
/proc/meminfo: memFree=1788040/2055920 swapFree=4192812/4192956
[pid=12934] ppid=12932 vsize=915452 CPUtime=12.64
/proc/12934/stat : 12934 (java) R 12932 12934 11934 0 -1 0 8747 0 1 0 1257 7 0 0 25 0 8 0 175201338 937422848 8483 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073797191 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/12934/statm: 228863 8483 2524 14 0 215333 0
[pid=12934/tid=12936] ppid=12932 vsize=915452 CPUtime=0.03
/proc/12934/task/12936/stat : 12936 (java) S 12932 12934 11934 0 -1 64 244 0 0 0 3 0 0 0 16 0 8 0 175201341 937422848 8483 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=12934/tid=12937] ppid=12932 vsize=915452 CPUtime=0
/proc/12934/task/12937/stat : 12937 (java) S 12932 12934 11934 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 175201342 937422848 8483 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12934/tid=12938] ppid=12932 vsize=915452 CPUtime=0
/proc/12934/task/12938/stat : 12938 (java) S 12932 12934 11934 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 175201342 937422848 8483 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12934/tid=12939] ppid=12932 vsize=915452 CPUtime=0
/proc/12934/task/12939/stat : 12939 (java) S 12932 12934 11934 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 175201345 937422848 8483 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12934/tid=12940] ppid=12932 vsize=915452 CPUtime=0.23
/proc/12934/task/12940/stat : 12940 (java) S 12932 12934 11934 0 -1 64 390 0 0 0 22 1 0 0 15 0 8 0 175201345 937422848 8483 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12934/tid=12941] ppid=12932 vsize=915452 CPUtime=0
/proc/12934/task/12941/stat : 12941 (java) S 12932 12934 11934 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 175201345 937422848 8483 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12934/tid=12942] ppid=12932 vsize=915452 CPUtime=0
/proc/12934/task/12942/stat : 12942 (java) S 12932 12934 11934 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 175201345 937422848 8483 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.64
Current children cumulated vsize (KiB) 915452

Child status: 0
Real time (s): 15.7098
CPU time (s): 15.5496
CPU user time (s): 15.4656
CPU system time (s): 0.083987
CPU usage (%): 98.9808
Max. virtual memory (cumulated for all children) (KiB): 915452

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 15.4656
system time used= 0.083987
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 8838
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= 1392
involuntary context switches= 1900

runsolver used 0.019996 s user time and 0.057991 s system time

The end

Launcher Data (download as text)

Begin job on node48 on Mon Jan  8 14:53:46 UTC 2007


IDJOB= 224214
IDBENCH= 5727
FILE ID= node48/224214-1168268026

PBS_JOBID= 3482804

Free space on /tmp= 66561 MiB

BENCH NAME= HOME/pub/bench/CPAI06/tightness/tightness0.5/rand-2-40-25-180-500-11_ext.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/224214-1168268026/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node48/watcher-224214-1168268026 -o ROOT/results/node48/solver-224214-1168268026 -C 1800 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/224214-1168268026/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  cddde83e97abaa8727713e4b7e33af6d

RANDOM SEED= 163851410

TIME LIMIT= 1800 seconds

MEMORY LIMIT= 900 MiB


/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.218
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.218
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:       1812640 kB
Buffers:         49852 kB
Cached:         113348 kB
SwapCached:          0 kB
Active:         108928 kB
Inactive:        77796 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1812640 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1956 kB
Writeback:           0 kB
Mapped:          35288 kB
Slab:            41920 kB
Committed_AS:  4258564 kB
PageTables:       1760 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= 66561 MiB



End job on node48 on Mon Jan  8 14:54:02 UTC 2007