Trace number 202618

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 82.9644 83.1338

DiagnosticValue
CHECKS567557577
NODES396626

General information on the benchmark

Namerandom/rand-2-40-19/
rand-2-40-19-443-230-1_ext.xml
MD5SUM745238c24d77c42b64b045bb1e956fec
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 benchmark28.1467
SatisfiableNO
(Un)Satisfiability was provedNO
Number of variables40
Number of constraints346
Maximum constraint arity2
Maximum domain size19
Number of constraints which are defined in extension346
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.32	   
0.32	Abscon 109 (November, 2006)
0.32	   
0.32	   configuration
0.32	     name=esac.xml
0.35	   
0.35	   instance
0.35	     name=/tmp/evaluation/202618-1168152758/unknown.xml
0.38	   
0.38	   domains being loaded...
0.39	   
0.39	   variables being loaded...
0.42	     nbVariables=40  nbDomainTypes=1  minDomainSize=19  maxDomainSize=19
0.42	       =>  wckTime=0.094  cpuTime=0.08  mem=6M951
0.42	   
0.42	   relations being loaded...
0.52	   
0.52	   constraints being loaded...
0.63	     nbConstraints=346  nbRelationTypes=346  nbExtensionStructures=346  nbSharedExtensionStructures=0
0.63	     nbConflictsStructures=346  nbSharedConflictsStructures=0  nbSharedBinaryRepresentations=3145  maxDegree=24
0.63	     maxArity=2
0.63	       =>  wckTime=0.301  cpuTime=0.22  mem=12M803
0.67	   
0.67	   solver IterativeSystematicSolver being built... 
0.82	       =>  wckTime=0.49  cpuTime=0.34  mem=15M25
0.87	   
0.87	   preprocessing
0.87	     nbConstraintChecks=73617  nbPropagations=1024  nbRevisions=7621  nbUselessRevisions=6113  nbSingletonTests=55
0.87	     nbEffectiveSingletonTests=0  nbESACBranches=7  nbRemovedValues=0  detectedInconsistency=no
0.87	       =>  wckTime=0.051  cpuTime=0.04  mem=15M25
0.89	   
0.89	   search
0.89	     run=0  nbConstraintChecks=23347  nbPropagations=1369  nbRevisions=11549  nbUselessRevisions=9388  nbAssignments=23
0.89	     nbFailedAssignments=5  nbBacktracks=11  nbVisitedNodes=32  nbRestartNogoods=0  mapSize=6  nbInferences=0
0.89	     nbTooLargeKeys=0
0.89	       =>  wckTime=0.07  cpuTime=0.05  mem=15M25
0.91	   
0.91	   search
0.91	     run=1  nbConstraintChecks=63727  nbPropagations=3303  nbRevisions=30111  nbUselessRevisions=24573  nbAssignments=54
0.91	     nbFailedAssignments=13  nbBacktracks=26  nbVisitedNodes=79  nbRestartNogoods=2  mapSize=16  nbInferences=0
0.91	     nbTooLargeKeys=0
0.91	       =>  wckTime=0.089  cpuTime=0.06  mem=15M25
0.92	   
0.92	   search
0.92	     run=2  nbConstraintChecks=124032  nbPropagations=6112  nbRevisions=60235  nbUselessRevisions=49201
0.92	     nbAssignments=101  nbFailedAssignments=30  nbBacktracks=48  nbVisitedNodes=156  nbRestartNogoods=6  mapSize=35
0.92	     nbInferences=0  nbTooLargeKeys=0
0.92	       =>  wckTime=0.106  cpuTime=0.08  mem=15M25
0.94	   
0.94	   search
0.94	     run=3  nbConstraintChecks=225262  nbPropagations=10308  nbRevisions=107497  nbUselessRevisions=87771
0.94	     nbAssignments=172  nbFailedAssignments=52  nbBacktracks=81  nbVisitedNodes=262  nbRestartNogoods=11  mapSize=64
0.94	     nbInferences=0  nbTooLargeKeys=0
0.94	       =>  wckTime=0.125  cpuTime=0.1  mem=15M25
0.97	   
0.97	   search
0.97	     run=4  nbConstraintChecks=336074  nbPropagations=16060  nbRevisions=176225  nbUselessRevisions=143754
0.97	     nbAssignments=264  nbFailedAssignments=89  nbBacktracks=131  nbVisitedNodes=417  nbRestartNogoods=14  mapSize=108
0.97	     nbInferences=0  nbTooLargeKeys=0
0.97	       =>  wckTime=0.148  cpuTime=0.12  mem=15M25
1.00	   
1.00	   search
1.00	     run=5  nbConstraintChecks=509527  nbPropagations=24105  nbRevisions=275936  nbUselessRevisions=224658
1.00	     nbAssignments=404  nbFailedAssignments=145  nbBacktracks=206  nbVisitedNodes=653  nbRestartNogoods=16  mapSize=172
1.00	     nbInferences=0  nbTooLargeKeys=0
1.00	       =>  wckTime=0.185  cpuTime=0.15  mem=15M25
1.05	   
1.05	   search
1.05	     run=6  nbConstraintChecks=817603  nbPropagations=35895  nbRevisions=425907  nbUselessRevisions=345233
1.05	     nbAssignments=608  nbFailedAssignments=233  nbBacktracks=319  nbVisitedNodes=1013  nbRestartNogoods=22  mapSize=268
1.05	     nbInferences=0  nbTooLargeKeys=0
1.05	       =>  wckTime=0.235  cpuTime=0.2  mem=15M25
1.12	   
1.12	   search
1.12	     run=7  nbConstraintChecks=1173808  nbPropagations=52261  nbRevisions=637399  nbUselessRevisions=514971
1.12	     nbAssignments=884  nbFailedAssignments=333  nbBacktracks=489  nbVisitedNodes=1467  nbRestartNogoods=23  mapSize=395
1.12	     nbInferences=0  nbTooLargeKeys=0
1.12	       =>  wckTime=0.299  cpuTime=0.26  mem=15M25
1.21	   
1.21	   search
1.21	     run=8  nbConstraintChecks=1691328  nbPropagations=75654  nbRevisions=942840  nbUselessRevisions=760238
1.21	     nbAssignments=1285  nbFailedAssignments=466  nbBacktracks=751  nbVisitedNodes=2135  nbRestartNogoods=28
1.21	     mapSize=586  nbInferences=0  nbTooLargeKeys=0
1.21	       =>  wckTime=0.393  cpuTime=0.35  mem=15M25
1.37	   
1.37	   search
1.37	     run=9  nbConstraintChecks=2627719  nbPropagations=110509  nbRevisions=1403436  nbUselessRevisions=1128297
1.37	     nbAssignments=1923  nbFailedAssignments=712  nbBacktracks=1136  nbVisitedNodes=3238  nbRestartNogoods=36
1.37	     mapSize=904  nbInferences=0  nbTooLargeKeys=0
1.37	       =>  wckTime=0.55  cpuTime=0.49  mem=15M25
1.43	   
1.43	   INFO : Stopping hyperNogood (mapSize=1036, nbTooLargekeys=0, mem=15M25)
1.56	   
1.56	   search
1.56	     run=10  nbConstraintChecks=3809108  nbPropagations=161417  nbRevisions=2089035  nbUselessRevisions=1677482
1.56	     nbAssignments=2878  nbFailedAssignments=1084  nbBacktracks=1712  nbVisitedNodes=4850  nbRestartNogoods=42
1.57	       =>  wckTime=0.747  cpuTime=0.68  mem=15M25
1.89	   
1.89	   search
1.89	     run=11  nbConstraintChecks=6086262  nbPropagations=240285  nbRevisions=3172655  nbUselessRevisions=2545548
1.89	     nbAssignments=4367  nbFailedAssignments=1700  nbBacktracks=2578  nbVisitedNodes=7485  nbRestartNogoods=50
1.89	       =>  wckTime=1.072  cpuTime=1.0  mem=15M25
2.27	   
2.27	   search
2.27	     run=12  nbConstraintChecks=8607877  nbPropagations=354569  nbRevisions=4747408  nbUselessRevisions=3812446
2.27	     nbAssignments=6457  nbFailedAssignments=2474  nbBacktracks=3878  nbVisitedNodes=11042  nbRestartNogoods=54
2.27	       =>  wckTime=1.456  cpuTime=1.38  mem=15M25
2.94	   
2.94	   search
2.94	     run=13  nbConstraintChecks=13233659  nbPropagations=527498  nbRevisions=7156892  nbUselessRevisions=5751214
2.94	     nbAssignments=9706  nbFailedAssignments=3768  nbBacktracks=5824  nbVisitedNodes=16700  nbRestartNogoods=57
2.94	       =>  wckTime=2.122  cpuTime=2.05  mem=15M25
3.88	   
3.88	   search
3.88	     run=14  nbConstraintChecks=19562807  nbPropagations=785994  nbRevisions=10760613  nbUselessRevisions=8652644
3.88	     nbAssignments=14535  nbFailedAssignments=5673  nbBacktracks=8743  nbVisitedNodes=25061  nbRestartNogoods=63
3.88	       =>  wckTime=3.064  cpuTime=2.99  mem=15M25
5.41	   
5.41	   search
5.41	     run=15  nbConstraintChecks=30282196  nbPropagations=1178638  nbRevisions=16271074  nbUselessRevisions=13081783
5.41	     nbAssignments=21935  nbFailedAssignments=8686  nbBacktracks=13121  nbVisitedNodes=37975  nbRestartNogoods=69
5.41	       =>  wckTime=4.595  cpuTime=4.52  mem=15M25
7.54	   
7.54	   search
7.54	     run=16  nbConstraintChecks=44616232  nbPropagations=1763636  nbRevisions=24504552  nbUselessRevisions=19711749
7.54	     nbAssignments=32739  nbFailedAssignments=12916  nbBacktracks=19692  nbVisitedNodes=56740  nbRestartNogoods=76
7.54	       =>  wckTime=6.721  cpuTime=6.64  mem=16M0
11.14	   
11.14	   search
11.14	     run=17  nbConstraintChecks=69982317  nbPropagations=2661718  nbRevisions=37218436  nbUselessRevisions=29935376
11.14	     nbAssignments=49633  nbFailedAssignments=19950  nbBacktracks=29546  nbVisitedNodes=86451  nbRestartNogoods=84
11.14	       =>  wckTime=10.32  cpuTime=10.24  mem=16M0
16.04	   
16.04	   search
16.04	     run=18  nbConstraintChecks=103092875  nbPropagations=3995135  nbRevisions=56081645  nbUselessRevisions=45108007
16.04	     nbAssignments=74215  nbFailedAssignments=29748  nbBacktracks=44324  nbVisitedNodes=129066  nbRestartNogoods=98
16.04	       =>  wckTime=15.226  cpuTime=15.14  mem=16M0
23.85	   
23.85	   search
23.85	     run=19  nbConstraintChecks=157748594  nbPropagations=6008456  nbRevisions=84663771  nbUselessRevisions=68087723
23.85	     nbAssignments=111359  nbFailedAssignments=44717  nbBacktracks=66495  nbVisitedNodes=193845  nbRestartNogoods=106
23.85	       =>  wckTime=23.034  cpuTime=22.93  mem=16M0
35.09	   
35.09	   search
35.09	     run=20  nbConstraintChecks=234313500  nbPropagations=9025418  nbRevisions=127516296  nbUselessRevisions=102599771
35.09	     nbAssignments=166547  nbFailedAssignments=66647  nbBacktracks=99748  nbVisitedNodes=290143  nbRestartNogoods=122
35.09	       =>  wckTime=34.269  cpuTime=34.16  mem=16M0
52.41	   
52.41	   search
52.41	     run=21  nbConstraintChecks=355378290  nbPropagations=13569182  nbRevisions=192089579  nbUselessRevisions=154582844
52.41	     nbAssignments=250073  nbFailedAssignments=100290  nbBacktracks=149627  nbVisitedNodes=435853  nbRestartNogoods=135
52.41	       =>  wckTime=51.588  cpuTime=51.47  mem=16M0
78.82	   
78.82	   search
78.82	     run=22  nbConstraintChecks=537484183  nbPropagations=20441324  nbRevisions=289992270  nbUselessRevisions=233414698
78.82	     nbAssignments=376708  nbFailedAssignments=152101  nbBacktracks=224445  nbVisitedNodes=657447  nbRestartNogoods=139
78.82	       =>  wckTime=78.005  cpuTime=77.85  mem=16M0
83.09	   
83.09	   search
83.09	     run=23  nbConstraintChecks=567483960  nbPropagations=27687400  nbRevisions=393257505  nbUselessRevisions=316556925
83.09	     nbAssignments=396626  nbFailedAssignments=160246  nbBacktracks=236219  nbVisitedNodes=692348  nbRestartNogoods=143
83.09	       =>  wckTime=82.269  cpuTime=82.11  mem=16M0
83.09	   
83.09	   global
83.09	     nbConstraintChecks=567557577  nbPropagations=27688424  nbRevisions=393265126  nbUselessRevisions=316563038
83.09	     nbRestartNogoods=143  solvingWckTime=82.27  solvingCpuTime=82.11  expiredTime=no  totalExploration=yes
83.09	     nbFoundSolutions=0  globalCpuTime=82.49
83.09	       =>  wckTime=82.763  cpuTime=82.45  mem=16M0
83.09	   
83.09	s UNSATISFIABLE
83.09	d NODES 396626
83.09	d CHECKS 567557577
83.09	   
83.09	   totalWckTime=82.84  totalCpuTime=82.5

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/node61/watcher-202618-1168152758 -o ROOT/results/node61/solver-202618-1168152758 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/202618-1168152758/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.92 1.98 1.89 4/81 1778
/proc/meminfo: memFree=1730208/2055920 swapFree=4192812/4192956
[pid=1777] ppid=1775 vsize=1496 CPUtime=0
/proc/1777/stat : 1777 (java) R 1775 1777 1078 0 -1 0 238 0 0 0 0 0 0 0 18 0 1 0 163673650 1531904 44 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 10348271 0 0 4096 0 0 0 0 17 0 0 0
/proc/1777/statm: 375 60 47 14 0 8 0

[startup+0.108168 s]
/proc/loadavg: 1.92 1.98 1.89 4/81 1778
/proc/meminfo: memFree=1730208/2055920 swapFree=4192812/4192956
[pid=1777] ppid=1775 vsize=909872 CPUtime=0.05
/proc/1777/stat : 1777 (java) R 1775 1777 1078 0 -1 0 2542 0 1 0 4 1 0 0 22 0 8 0 163673650 931708928 2289 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/1777/statm: 227468 2290 1246 14 0 215051 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 909872

[startup+0.51624 s]
/proc/loadavg: 1.92 1.98 1.89 4/81 1778
/proc/meminfo: memFree=1730208/2055920 swapFree=4192812/4192956
[pid=1777] ppid=1775 vsize=915328 CPUtime=0.46
/proc/1777/stat : 1777 (java) R 1775 1777 1078 0 -1 0 6874 0 1 0 42 4 0 0 25 0 8 0 163673650 937295872 6613 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/1777/statm: 228832 6613 2137 14 0 215302 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 915328

[startup+1.33938 s]
/proc/loadavg: 1.92 1.98 1.89 3/88 1786
/proc/meminfo: memFree=1706216/2055920 swapFree=4192812/4192956
[pid=1777] ppid=1775 vsize=915456 CPUtime=1.28
/proc/1777/stat : 1777 (java) R 1775 1777 1078 0 -1 0 8745 0 1 0 121 7 0 0 25 0 8 0 163673650 937426944 8483 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073823239 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/1777/statm: 228864 8483 2524 14 0 215334 0
[pid=1777/tid=1779] ppid=1775 vsize=915456 CPUtime=0.03
/proc/1777/task/1779/stat : 1779 (java) S 1775 1777 1078 0 -1 64 290 0 0 0 3 0 0 0 16 0 8 0 163673655 937426944 8483 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=1777/tid=1780] ppid=1775 vsize=915456 CPUtime=0
/proc/1777/task/1780/stat : 1780 (java) S 1775 1777 1078 0 -1 64 10 0 0 0 0 0 0 0 15 0 8 0 163673655 937426944 8483 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1777/tid=1781] ppid=1775 vsize=915456 CPUtime=0
/proc/1777/task/1781/stat : 1781 (java) S 1775 1777 1078 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 163673655 937426944 8483 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1777/tid=1783] ppid=1775 vsize=915456 CPUtime=0
/proc/1777/task/1783/stat : 1783 (java) S 1775 1777 1078 0 -1 64 0 0 0 0 0 0 0 0 21 0 8 0 163673660 937426944 8483 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1777/tid=1784] ppid=1775 vsize=915456 CPUtime=0.2
/proc/1777/task/1784/stat : 1784 (java) S 1775 1777 1078 0 -1 64 385 0 0 0 19 1 0 0 16 0 8 0 163673660 937426944 8483 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1777/tid=1785] ppid=1775 vsize=915456 CPUtime=0
/proc/1777/task/1785/stat : 1785 (java) S 1775 1777 1078 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 163673660 937426944 8483 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1777/tid=1786] ppid=1775 vsize=915456 CPUtime=0
/proc/1777/task/1786/stat : 1786 (java) S 1775 1777 1078 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 163673660 937426944 8483 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.28
Current children cumulated vsize (KiB) 915456

[startup+2.98867 s]
/proc/loadavg: 1.92 1.98 1.89 3/88 1786
/proc/meminfo: memFree=1705832/2055920 swapFree=4192812/4192956
[pid=1777] ppid=1775 vsize=915456 CPUtime=2.93
/proc/1777/stat : 1777 (java) R 1775 1777 1078 0 -1 0 8778 0 1 0 286 7 0 0 25 0 8 0 163673650 937426944 8515 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073803377 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/1777/statm: 228864 8515 2524 14 0 215334 0
[pid=1777/tid=1779] ppid=1775 vsize=915456 CPUtime=0.03
/proc/1777/task/1779/stat : 1779 (java) S 1775 1777 1078 0 -1 64 290 0 0 0 3 0 0 0 16 0 8 0 163673655 937426944 8515 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=1777/tid=1780] ppid=1775 vsize=915456 CPUtime=0
/proc/1777/task/1780/stat : 1780 (java) S 1775 1777 1078 0 -1 64 10 0 0 0 0 0 0 0 15 0 8 0 163673655 937426944 8515 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1777/tid=1781] ppid=1775 vsize=915456 CPUtime=0
/proc/1777/task/1781/stat : 1781 (java) S 1775 1777 1078 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 163673655 937426944 8515 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1777/tid=1783] ppid=1775 vsize=915456 CPUtime=0
/proc/1777/task/1783/stat : 1783 (java) S 1775 1777 1078 0 -1 64 0 0 0 0 0 0 0 0 21 0 8 0 163673660 937426944 8515 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1777/tid=1784] ppid=1775 vsize=915456 CPUtime=0.22
/proc/1777/task/1784/stat : 1784 (java) S 1775 1777 1078 0 -1 64 394 0 0 0 21 1 0 0 16 0 8 0 163673660 937426944 8515 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1777/tid=1785] ppid=1775 vsize=915456 CPUtime=0
/proc/1777/task/1785/stat : 1785 (java) S 1775 1777 1078 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 163673660 937426944 8515 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1777/tid=1786] ppid=1775 vsize=915456 CPUtime=0
/proc/1777/task/1786/stat : 1786 (java) S 1775 1777 1078 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 163673660 937426944 8515 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.93
Current children cumulated vsize (KiB) 915456

[startup+6.27325 s]
/proc/loadavg: 1.93 1.98 1.90 3/88 1786
/proc/meminfo: memFree=1705776/2055920 swapFree=4192812/4192956
[pid=1777] ppid=1775 vsize=915456 CPUtime=6.21
/proc/1777/stat : 1777 (java) R 1775 1777 1078 0 -1 0 8785 0 1 0 614 7 0 0 25 0 8 0 163673650 937426944 8521 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073795479 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/1777/statm: 228864 8521 2524 14 0 215334 0
[pid=1777/tid=1779] ppid=1775 vsize=915456 CPUtime=0.03
/proc/1777/task/1779/stat : 1779 (java) S 1775 1777 1078 0 -1 64 290 0 0 0 3 0 0 0 16 0 8 0 163673655 937426944 8521 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=1777/tid=1780] ppid=1775 vsize=915456 CPUtime=0
/proc/1777/task/1780/stat : 1780 (java) S 1775 1777 1078 0 -1 64 10 0 0 0 0 0 0 0 15 0 8 0 163673655 937426944 8521 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1777/tid=1781] ppid=1775 vsize=915456 CPUtime=0
/proc/1777/task/1781/stat : 1781 (java) S 1775 1777 1078 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 163673655 937426944 8521 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1777/tid=1783] ppid=1775 vsize=915456 CPUtime=0
/proc/1777/task/1783/stat : 1783 (java) S 1775 1777 1078 0 -1 64 0 0 0 0 0 0 0 0 21 0 8 0 163673660 937426944 8521 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1777/tid=1784] ppid=1775 vsize=915456 CPUtime=0.22
/proc/1777/task/1784/stat : 1784 (java) S 1775 1777 1078 0 -1 64 395 0 0 0 21 1 0 0 16 0 8 0 163673660 937426944 8521 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1777/tid=1785] ppid=1775 vsize=915456 CPUtime=0
/proc/1777/task/1785/stat : 1785 (java) S 1775 1777 1078 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 163673660 937426944 8521 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1777/tid=1786] ppid=1775 vsize=915456 CPUtime=0
/proc/1777/task/1786/stat : 1786 (java) S 1775 1777 1078 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 163673660 937426944 8521 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 915456

[startup+12.7604 s]
/proc/loadavg: 1.94 1.98 1.90 3/88 1786
/proc/meminfo: memFree=1705776/2055920 swapFree=4192812/4192956
[pid=1777] ppid=1775 vsize=915456 CPUtime=12.68
/proc/1777/stat : 1777 (java) R 1775 1777 1078 0 -1 0 8789 0 1 0 1261 7 0 0 25 0 8 0 163673650 937426944 8525 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073801587 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/1777/statm: 228864 8525 2524 14 0 215334 0
[pid=1777/tid=1779] ppid=1775 vsize=915456 CPUtime=0.03
/proc/1777/task/1779/stat : 1779 (java) S 1775 1777 1078 0 -1 64 290 0 0 0 3 0 0 0 16 0 8 0 163673655 937426944 8525 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=1777/tid=1780] ppid=1775 vsize=915456 CPUtime=0
/proc/1777/task/1780/stat : 1780 (java) S 1775 1777 1078 0 -1 64 10 0 0 0 0 0 0 0 15 0 8 0 163673655 937426944 8525 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1777/tid=1781] ppid=1775 vsize=915456 CPUtime=0
/proc/1777/task/1781/stat : 1781 (java) S 1775 1777 1078 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 163673655 937426944 8525 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1777/tid=1783] ppid=1775 vsize=915456 CPUtime=0
/proc/1777/task/1783/stat : 1783 (java) S 1775 1777 1078 0 -1 64 0 0 0 0 0 0 0 0 21 0 8 0 163673660 937426944 8525 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1777/tid=1784] ppid=1775 vsize=915456 CPUtime=0.22
/proc/1777/task/1784/stat : 1784 (java) S 1775 1777 1078 0 -1 64 395 0 0 0 21 1 0 0 16 0 8 0 163673660 937426944 8525 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1777/tid=1785] ppid=1775 vsize=915456 CPUtime=0
/proc/1777/task/1785/stat : 1785 (java) S 1775 1777 1078 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 163673660 937426944 8525 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1777/tid=1786] ppid=1775 vsize=915456 CPUtime=0
/proc/1777/task/1786/stat : 1786 (java) S 1775 1777 1078 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 163673660 937426944 8525 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 915456

[startup+25.6086 s]
/proc/loadavg: 1.95 1.98 1.90 3/88 1786
/proc/meminfo: memFree=1705776/2055920 swapFree=4192812/4192956
[pid=1777] ppid=1775 vsize=915456 CPUtime=25.51
/proc/1777/stat : 1777 (java) R 1775 1777 1078 0 -1 0 8794 0 1 0 2544 7 0 0 25 0 8 0 163673650 937426944 8530 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073823194 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/1777/statm: 228864 8530 2524 14 0 215334 0
[pid=1777/tid=1779] ppid=1775 vsize=915456 CPUtime=0.03
/proc/1777/task/1779/stat : 1779 (java) S 1775 1777 1078 0 -1 64 290 0 0 0 3 0 0 0 16 0 8 0 163673655 937426944 8530 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=1777/tid=1780] ppid=1775 vsize=915456 CPUtime=0
/proc/1777/task/1780/stat : 1780 (java) S 1775 1777 1078 0 -1 64 10 0 0 0 0 0 0 0 15 0 8 0 163673655 937426944 8530 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1777/tid=1781] ppid=1775 vsize=915456 CPUtime=0
/proc/1777/task/1781/stat : 1781 (java) S 1775 1777 1078 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 163673655 937426944 8530 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1777/tid=1783] ppid=1775 vsize=915456 CPUtime=0
/proc/1777/task/1783/stat : 1783 (java) S 1775 1777 1078 0 -1 64 0 0 0 0 0 0 0 0 21 0 8 0 163673660 937426944 8530 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1777/tid=1784] ppid=1775 vsize=915456 CPUtime=0.22
/proc/1777/task/1784/stat : 1784 (java) S 1775 1777 1078 0 -1 64 395 0 0 0 21 1 0 0 16 0 8 0 163673660 937426944 8530 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1777/tid=1785] ppid=1775 vsize=915456 CPUtime=0
/proc/1777/task/1785/stat : 1785 (java) S 1775 1777 1078 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 163673660 937426944 8530 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1777/tid=1786] ppid=1775 vsize=915456 CPUtime=0
/proc/1777/task/1786/stat : 1786 (java) S 1775 1777 1078 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 163673660 937426944 8530 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.51
Current children cumulated vsize (KiB) 915456

[startup+51.2301 s]
/proc/loadavg: 1.97 1.98 1.90 3/88 1786
/proc/meminfo: memFree=1705776/2055920 swapFree=4192812/4192956
[pid=1777] ppid=1775 vsize=915456 CPUtime=51.13
/proc/1777/stat : 1777 (java) R 1775 1777 1078 0 -1 0 8797 0 1 0 5105 8 0 0 25 0 8 0 163673650 937426944 8533 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4072918507 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/1777/statm: 228864 8533 2524 14 0 215334 0
[pid=1777/tid=1779] ppid=1775 vsize=915456 CPUtime=0.03
/proc/1777/task/1779/stat : 1779 (java) S 1775 1777 1078 0 -1 64 290 0 0 0 3 0 0 0 16 0 8 0 163673655 937426944 8533 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=1777/tid=1780] ppid=1775 vsize=915456 CPUtime=0
/proc/1777/task/1780/stat : 1780 (java) S 1775 1777 1078 0 -1 64 10 0 0 0 0 0 0 0 15 0 8 0 163673655 937426944 8533 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1777/tid=1781] ppid=1775 vsize=915456 CPUtime=0
/proc/1777/task/1781/stat : 1781 (java) S 1775 1777 1078 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 163673655 937426944 8533 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1777/tid=1783] ppid=1775 vsize=915456 CPUtime=0
/proc/1777/task/1783/stat : 1783 (java) S 1775 1777 1078 0 -1 64 0 0 0 0 0 0 0 0 21 0 8 0 163673660 937426944 8533 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1777/tid=1784] ppid=1775 vsize=915456 CPUtime=0.22
/proc/1777/task/1784/stat : 1784 (java) S 1775 1777 1078 0 -1 64 395 0 0 0 21 1 0 0 16 0 8 0 163673660 937426944 8533 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1777/tid=1785] ppid=1775 vsize=915456 CPUtime=0
/proc/1777/task/1785/stat : 1785 (java) S 1775 1777 1078 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 163673660 937426944 8533 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1777/tid=1786] ppid=1775 vsize=915456 CPUtime=0
/proc/1777/task/1786/stat : 1786 (java) S 1775 1777 1078 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 163673660 937426944 8533 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 51.13
Current children cumulated vsize (KiB) 915456

Child status: 0
Real time (s): 83.1338
CPU time (s): 82.9644
CPU user time (s): 82.8754
CPU system time (s): 0.088986
CPU usage (%): 99.7962
Max. virtual memory (cumulated for all children) (KiB): 915456

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 82.8754
system time used= 0.088986
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 8894
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= 2858
involuntary context switches= 3371

runsolver used 0.112982 s user time and 0.264959 s system time

The end

Launcher Data (download as text)

Begin job on node61 on Sun Jan  7 06:52:38 UTC 2007


IDJOB= 202618
IDBENCH= 3870
FILE ID= node61/202618-1168152758

PBS_JOBID= 3478441

Free space on /tmp= 66517 MiB

BENCH NAME= HOME/pub/bench/CPAI06/random/rand-2-40-19/rand-2-40-19-443-230-1_ext.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/202618-1168152758/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node61/watcher-202618-1168152758 -o ROOT/results/node61/solver-202618-1168152758 -C 1800 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/202618-1168152758/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  745238c24d77c42b64b045bb1e956fec

RANDOM SEED= 999404417

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.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:       1730688 kB
Buffers:         42300 kB
Cached:         189172 kB
SwapCached:          0 kB
Active:         138644 kB
Inactive:       123376 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1730688 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1864 kB
Writeback:           0 kB
Mapped:          48300 kB
Slab:            48712 kB
Committed_AS:  3407476 kB
PageTables:       1844 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= 66517 MiB



End job on node61 on Sun Jan  7 06:54:01 UTC 2007