Trace number 228389

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 29.4305 29.7598

DiagnosticValue
CHECKS131525064
NODES153353

General information on the benchmark

Nametightness/tightness0.2/
rand-2-40-11-414-200-39_ext.xml
MD5SUM46ee70eb3b6a8794a3c1237e4cc2853d
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 benchmark6.68698
SatisfiableNO
(Un)Satisfiability was provedNO
Number of variables40
Number of constraints414
Maximum constraint arity2
Maximum domain size11
Number of constraints which are defined in extension414
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/228389-1168297877/unknown.xml
0.38	   
0.38	   domains being loaded...
0.38	   
0.38	   variables being loaded...
0.42	     nbVariables=40  nbDomainTypes=1  minDomainSize=11  maxDomainSize=11
0.42	       =>  wckTime=0.101  cpuTime=0.08  mem=6M951
0.42	   
0.42	   relations being loaded...
0.52	   
0.52	   constraints being loaded...
0.62	     nbConstraints=414  nbRelationTypes=414  nbExtensionStructures=414  nbSharedExtensionStructures=0
0.62	     nbConflictsStructures=414  nbSharedConflictsStructures=0  nbSharedBinaryRepresentations=8227  maxDegree=28
0.62	     maxArity=2
0.62	       =>  wckTime=0.306  cpuTime=0.21  mem=10M852
0.66	   
0.66	   solver IterativeSystematicSolver being built... 
0.83	       =>  wckTime=0.51  cpuTime=0.34  mem=14M819
0.88	   
0.88	   preprocessing
0.88	     nbConstraintChecks=32537  nbPropagations=888  nbRevisions=5649  nbUselessRevisions=4518  nbSingletonTests=49
0.88	     nbEffectiveSingletonTests=0  nbESACBranches=6  nbRemovedValues=0  detectedInconsistency=no
0.88	       =>  wckTime=0.052  cpuTime=0.03  mem=14M819
0.91	   
0.91	   search
0.91	     run=0  nbConstraintChecks=23063  nbPropagations=1366  nbRevisions=11328  nbUselessRevisions=9092  nbAssignments=25
0.91	     nbFailedAssignments=7  nbBacktracks=11  nbVisitedNodes=41  nbRestartNogoods=0  mapSize=11  nbInferences=0
0.91	     nbTooLargeKeys=0
0.91	       =>  wckTime=0.076  cpuTime=0.05  mem=14M819
0.92	   
0.92	   search
0.92	     run=1  nbConstraintChecks=38619  nbPropagations=3102  nbRevisions=26711  nbUselessRevisions=21539  nbAssignments=53
0.92	     nbFailedAssignments=11  nbBacktracks=30  nbVisitedNodes=80  nbRestartNogoods=3  mapSize=20  nbInferences=0
0.92	     nbTooLargeKeys=0
0.92	       =>  wckTime=0.092  cpuTime=0.06  mem=14M819
0.94	   
0.94	   search
0.94	     run=2  nbConstraintChecks=67933  nbPropagations=5448  nbRevisions=49859  nbUselessRevisions=40484  nbAssignments=93
0.94	     nbFailedAssignments=21  nbBacktracks=54  nbVisitedNodes=142  nbRestartNogoods=4  mapSize=39  nbInferences=0
0.94	     nbTooLargeKeys=0
0.94	       =>  wckTime=0.106  cpuTime=0.07  mem=14M819
0.95	   
0.95	   search
0.95	     run=3  nbConstraintChecks=121712  nbPropagations=8863  nbRevisions=86965  nbUselessRevisions=70739
0.95	     nbAssignments=154  nbFailedAssignments=42  nbBacktracks=89  nbVisitedNodes=247  nbRestartNogoods=6  mapSize=73
0.95	     nbInferences=0  nbTooLargeKeys=0
0.95	       =>  wckTime=0.123  cpuTime=0.09  mem=14M819
0.97	   
0.97	   search
0.97	     run=4  nbConstraintChecks=188008  nbPropagations=13540  nbRevisions=141228  nbUselessRevisions=115120
0.97	     nbAssignments=239  nbFailedAssignments=69  nbBacktracks=140  nbVisitedNodes=383  nbRestartNogoods=9  mapSize=112
0.97	     nbInferences=0  nbTooLargeKeys=0
0.97	       =>  wckTime=0.144  cpuTime=0.11  mem=14M819
1.01	   
1.01	   search
1.01	     run=5  nbConstraintChecks=283714  nbPropagations=20050  nbRevisions=220813  nbUselessRevisions=180425
1.01	     nbAssignments=359  nbFailedAssignments=106  nbBacktracks=216  nbVisitedNodes=578  nbRestartNogoods=13  mapSize=171
1.01	     nbInferences=0  nbTooLargeKeys=0
1.01	       =>  wckTime=0.177  cpuTime=0.13  mem=14M819
1.04	   
1.04	   search
1.04	     run=6  nbConstraintChecks=409298  nbPropagations=28967  nbRevisions=333352  nbUselessRevisions=272773
1.04	     nbAssignments=527  nbFailedAssignments=154  nbBacktracks=331  nbVisitedNodes=847  nbRestartNogoods=18  mapSize=257
1.04	     nbInferences=0  nbTooLargeKeys=0
1.04	       =>  wckTime=0.213  cpuTime=0.17  mem=14M819
1.10	   
1.10	   search
1.10	     run=7  nbConstraintChecks=632356  nbPropagations=41966  nbRevisions=502971  nbUselessRevisions=411900
1.10	     nbAssignments=784  nbFailedAssignments=236  nbBacktracks=502  nbVisitedNodes=1273  nbRestartNogoods=22  mapSize=393
1.10	     nbInferences=0  nbTooLargeKeys=0
1.10	       =>  wckTime=0.271  cpuTime=0.22  mem=14M819
1.20	   
1.20	   search
1.20	     run=8  nbConstraintChecks=952840  nbPropagations=60913  nbRevisions=757126  nbUselessRevisions=620584
1.20	     nbAssignments=1175  nbFailedAssignments=366  nbBacktracks=758  nbVisitedNodes=1933  nbRestartNogoods=26
1.20	     mapSize=616  nbInferences=0  nbTooLargeKeys=0
1.20	       =>  wckTime=0.366  cpuTime=0.31  mem=14M819
1.35	   
1.35	   search
1.35	     run=9  nbConstraintChecks=1489930  nbPropagations=89435  nbRevisions=1157748  nbUselessRevisions=951222
1.35	     nbAssignments=1800  nbFailedAssignments=599  nbBacktracks=1143  nbVisitedNodes=3007  nbRestartNogoods=30
1.35	     mapSize=956  nbInferences=0  nbTooLargeKeys=0
1.35	       =>  wckTime=0.517  cpuTime=0.44  mem=14M819
1.37	   
1.37	   INFO : Stopping hyperNogood (mapSize=1002, nbTooLargekeys=0, mem=14M819)
1.53	   
1.53	   search
1.53	     run=10  nbConstraintChecks=2257724  nbPropagations=131773  nbRevisions=1763332  nbUselessRevisions=1451832
1.53	     nbAssignments=2690  nbFailedAssignments=906  nbBacktracks=1720  nbVisitedNodes=4514  nbRestartNogoods=33
1.53	       =>  wckTime=0.7  cpuTime=0.61  mem=14M819
1.77	   
1.77	   search
1.77	     run=11  nbConstraintChecks=3294404  nbPropagations=193222  nbRevisions=2647068  nbUselessRevisions=2182511
1.77	     nbAssignments=4000  nbFailedAssignments=1345  nbBacktracks=2585  nbVisitedNodes=6682  nbRestartNogoods=41
1.77	       =>  wckTime=0.938  cpuTime=0.85  mem=14M819
2.13	   
2.13	   search
2.13	     run=12  nbConstraintChecks=4939699  nbPropagations=284361  nbRevisions=3973135  nbUselessRevisions=3280064
2.13	     nbAssignments=5937  nbFailedAssignments=1979  nbBacktracks=3883  nbVisitedNodes=9943  nbRestartNogoods=47
2.13	       =>  wckTime=1.299  cpuTime=1.2  mem=14M819
2.66	   
2.66	   search
2.66	     run=13  nbConstraintChecks=7323761  nbPropagations=419037  nbRevisions=5942491  nbUselessRevisions=4911714
2.66	     nbAssignments=8902  nbFailedAssignments=2988  nbBacktracks=5833  nbVisitedNodes=14922  nbRestartNogoods=52
2.66	       =>  wckTime=1.827  cpuTime=1.73  mem=14M819
3.48	   
3.48	   search
3.48	     run=14  nbConstraintChecks=11046775  nbPropagations=621378  nbRevisions=8930959  nbUselessRevisions=7391469
3.48	     nbAssignments=13355  nbFailedAssignments=4516  nbBacktracks=8755  nbVisitedNodes=22450  nbRestartNogoods=61
3.48	       =>  wckTime=2.653  cpuTime=2.54  mem=14M819
4.70	   
4.70	   search
4.70	     run=15  nbConstraintChecks=16589970  nbPropagations=923538  nbRevisions=13401005  nbUselessRevisions=11098963
4.70	     nbAssignments=19955  nbFailedAssignments=6726  nbBacktracks=13138  nbVisitedNodes=33530  nbRestartNogoods=68
4.70	       =>  wckTime=3.871  cpuTime=3.75  mem=14M819
6.55	   
6.55	   search
6.55	     run=16  nbConstraintChecks=25056132  nbPropagations=1376876  nbRevisions=20104003  nbUselessRevisions=16652920
6.55	     nbAssignments=29877  nbFailedAssignments=10074  nbBacktracks=19708  nbVisitedNodes=50198  nbRestartNogoods=78
6.55	       =>  wckTime=5.721  cpuTime=5.58  mem=14M819
9.45	   
9.45	   search
9.45	     run=17  nbConstraintChecks=38411595  nbPropagations=2066521  nbRevisions=30343034  nbUselessRevisions=25138418
9.45	     nbAssignments=45033  nbFailedAssignments=15369  nbBacktracks=29562  nbVisitedNodes=75987  nbRestartNogoods=89
9.45	       =>  wckTime=8.623  cpuTime=8.46  mem=14M819
13.57	   
13.57	   search
13.57	     run=18  nbConstraintChecks=57216353  nbPropagations=3094710  nbRevisions=45673319  nbUselessRevisions=37859073
13.57	     nbAssignments=67555  nbFailedAssignments=23092  nbBacktracks=44341  nbVisitedNodes=113836  nbRestartNogoods=100
13.57	       =>  wckTime=12.742  cpuTime=12.54  mem=14M819
19.73	   
19.73	   search
19.73	     run=19  nbConstraintChecks=85534904  nbPropagations=4631383  nbRevisions=68563601  nbUselessRevisions=56860403
19.73	     nbAssignments=101130  nbFailedAssignments=34492  nbBacktracks=66513  nbVisitedNodes=170349  nbRestartNogoods=115
19.73	       =>  wckTime=18.897  cpuTime=18.63  mem=14M819
29.37	   
29.37	   search
29.37	     run=20  nbConstraintChecks=129933854  nbPropagations=6951918  nbRevisions=103081003  nbUselessRevisions=85474536
29.37	     nbAssignments=151631  nbFailedAssignments=51735  nbBacktracks=99765  nbVisitedNodes=255574  nbRestartNogoods=122
29.37	       =>  wckTime=28.537  cpuTime=28.19  mem=14M819
29.71	   
29.71	   search
29.71	     run=21  nbConstraintChecks=131492527  nbPropagations=9299565  nbRevisions=137997189  nbUselessRevisions=114416122
29.71	     nbAssignments=153353  nbFailedAssignments=52309  nbBacktracks=100914  nbVisitedNodes=258444  nbRestartNogoods=128
29.71	       =>  wckTime=28.877  cpuTime=28.53  mem=14M819
29.71	   
29.71	   global
29.71	     nbConstraintChecks=131525064  nbPropagations=9300453  nbRevisions=138002838  nbUselessRevisions=114420640
29.71	     nbRestartNogoods=128  solvingWckTime=28.878  solvingCpuTime=28.53  expiredTime=no  totalExploration=yes
29.71	     nbFoundSolutions=0  globalCpuTime=28.93
29.71	       =>  wckTime=29.391  cpuTime=28.88  mem=14M819
29.71	   
29.71	s UNSATISFIABLE
29.71	d NODES 153353
29.71	d CHECKS 131525064
29.71	   
29.71	   totalWckTime=29.472  totalCpuTime=28.93

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/node7/watcher-228389-1168297877 -o ROOT/results/node7/solver-228389-1168297877 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/228389-1168297877/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.75 1.38 1.27 4/88 1583
/proc/meminfo: memFree=1504584/2055920 swapFree=4192812/4192956
[pid=1582] ppid=1580 vsize=18540 CPUtime=0
/proc/1582/stat : 1582 (runsolver) R 1580 1582 1142 0 -1 4194368 17 0 0 0 0 0 0 0 19 0 1 0 178183187 18984960 279 18446744073709551615 4194304 4267372 548682068960 18446744073709551615 244671114535 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/1582/statm: 4635 279 244 17 0 2626 0

[startup+0.108101 s]
/proc/loadavg: 1.75 1.38 1.27 4/88 1583
/proc/meminfo: memFree=1504584/2055920 swapFree=4192812/4192956
[pid=1582] ppid=1580 vsize=914988 CPUtime=0.08
/proc/1582/stat : 1582 (java) R 1580 1582 1142 0 -1 0 2996 0 1 0 6 2 0 0 17 0 8 0 178183187 936947712 2742 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4072925704 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1582/statm: 228747 2742 1427 14 0 215242 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 914988

[startup+0.520141 s]
/proc/loadavg: 1.75 1.38 1.27 4/88 1583
/proc/meminfo: memFree=1504584/2055920 swapFree=4192812/4192956
[pid=1582] ppid=1580 vsize=915328 CPUtime=0.48
/proc/1582/stat : 1582 (java) R 1580 1582 1142 0 -1 0 6406 0 1 0 44 4 0 0 18 0 8 0 178183187 937295872 6145 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4072898116 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1582/statm: 228832 6145 2137 14 0 215302 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 915328

[startup+1.34322 s]
/proc/loadavg: 1.75 1.38 1.27 3/95 1590
/proc/meminfo: memFree=1480848/2055920 swapFree=4192812/4192956
[pid=1582] ppid=1580 vsize=915456 CPUtime=1.3
/proc/1582/stat : 1582 (java) R 1580 1582 1142 0 -1 0 8673 0 1 0 124 6 0 0 24 0 8 0 178183187 937426944 8411 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073806967 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1582/statm: 228864 8411 2524 14 0 215334 0
[pid=1582/tid=1584] ppid=1580 vsize=915456 CPUtime=0.03
/proc/1582/task/1584/stat : 1584 (java) S 1580 1582 1142 0 -1 64 228 0 0 0 3 0 0 0 16 0 8 0 178183192 937426944 8411 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=1582/tid=1585] ppid=1580 vsize=915456 CPUtime=0
/proc/1582/task/1585/stat : 1585 (java) S 1580 1582 1142 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 178183192 937426944 8411 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1582/tid=1586] ppid=1580 vsize=915456 CPUtime=0
/proc/1582/task/1586/stat : 1586 (java) S 1580 1582 1142 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 178183192 937426944 8411 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1582/tid=1587] ppid=1580 vsize=915456 CPUtime=0
/proc/1582/task/1587/stat : 1587 (java) S 1580 1582 1142 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 178183195 937426944 8411 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1582/tid=1588] ppid=1580 vsize=915456 CPUtime=0.22
/proc/1582/task/1588/stat : 1588 (java) S 1580 1582 1142 0 -1 64 386 0 0 0 21 1 0 0 16 0 8 0 178183195 937426944 8411 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1582/tid=1589] ppid=1580 vsize=915456 CPUtime=0
/proc/1582/task/1589/stat : 1589 (java) S 1580 1582 1142 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 178183195 937426944 8411 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1582/tid=1590] ppid=1580 vsize=915456 CPUtime=0
/proc/1582/task/1590/stat : 1590 (java) S 1580 1582 1142 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 178183196 937426944 8411 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.3
Current children cumulated vsize (KiB) 915456

[startup+2.98039 s]
/proc/loadavg: 1.77 1.39 1.27 3/95 1590
/proc/meminfo: memFree=1480656/2055920 swapFree=4192812/4192956
[pid=1582] ppid=1580 vsize=915456 CPUtime=2.92
/proc/1582/stat : 1582 (java) R 1580 1582 1142 0 -1 0 8696 0 1 0 286 6 0 0 25 0 8 0 178183187 937426944 8433 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073794249 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1582/statm: 228864 8433 2524 14 0 215334 0
[pid=1582/tid=1584] ppid=1580 vsize=915456 CPUtime=0.03
/proc/1582/task/1584/stat : 1584 (java) S 1580 1582 1142 0 -1 64 228 0 0 0 3 0 0 0 16 0 8 0 178183192 937426944 8433 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=1582/tid=1585] ppid=1580 vsize=915456 CPUtime=0
/proc/1582/task/1585/stat : 1585 (java) S 1580 1582 1142 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 178183192 937426944 8433 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1582/tid=1586] ppid=1580 vsize=915456 CPUtime=0
/proc/1582/task/1586/stat : 1586 (java) S 1580 1582 1142 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 178183192 937426944 8433 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1582/tid=1587] ppid=1580 vsize=915456 CPUtime=0
/proc/1582/task/1587/stat : 1587 (java) S 1580 1582 1142 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 178183195 937426944 8433 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1582/tid=1588] ppid=1580 vsize=915456 CPUtime=0.24
/proc/1582/task/1588/stat : 1588 (java) S 1580 1582 1142 0 -1 64 394 0 0 0 23 1 0 0 16 0 8 0 178183195 937426944 8433 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1582/tid=1589] ppid=1580 vsize=915456 CPUtime=0
/proc/1582/task/1589/stat : 1589 (java) S 1580 1582 1142 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 178183195 937426944 8433 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1582/tid=1590] ppid=1580 vsize=915456 CPUtime=0
/proc/1582/task/1590/stat : 1590 (java) S 1580 1582 1142 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 178183196 937426944 8433 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.92
Current children cumulated vsize (KiB) 915456

[startup+6.26273 s]
/proc/loadavg: 1.77 1.39 1.27 3/95 1590
/proc/meminfo: memFree=1480528/2055920 swapFree=4192812/4192956
[pid=1582] ppid=1580 vsize=915456 CPUtime=6.18
/proc/1582/stat : 1582 (java) R 1580 1582 1142 0 -1 0 8702 0 1 0 611 7 0 0 25 0 8 0 178183187 937426944 8439 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073806754 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1582/statm: 228864 8439 2524 14 0 215334 0
[pid=1582/tid=1584] ppid=1580 vsize=915456 CPUtime=0.03
/proc/1582/task/1584/stat : 1584 (java) S 1580 1582 1142 0 -1 64 228 0 0 0 3 0 0 0 17 0 8 0 178183192 937426944 8439 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=1582/tid=1585] ppid=1580 vsize=915456 CPUtime=0
/proc/1582/task/1585/stat : 1585 (java) S 1580 1582 1142 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 178183192 937426944 8439 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1582/tid=1586] ppid=1580 vsize=915456 CPUtime=0
/proc/1582/task/1586/stat : 1586 (java) S 1580 1582 1142 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 178183192 937426944 8439 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1582/tid=1587] ppid=1580 vsize=915456 CPUtime=0
/proc/1582/task/1587/stat : 1587 (java) S 1580 1582 1142 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 178183195 937426944 8439 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1582/tid=1588] ppid=1580 vsize=915456 CPUtime=0.24
/proc/1582/task/1588/stat : 1588 (java) S 1580 1582 1142 0 -1 64 395 0 0 0 23 1 0 0 16 0 8 0 178183195 937426944 8439 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1582/tid=1589] ppid=1580 vsize=915456 CPUtime=0
/proc/1582/task/1589/stat : 1589 (java) S 1580 1582 1142 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 178183195 937426944 8439 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1582/tid=1590] ppid=1580 vsize=915456 CPUtime=0
/proc/1582/task/1590/stat : 1590 (java) S 1580 1582 1142 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 178183196 937426944 8439 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 915456

[startup+12.7474 s]
/proc/loadavg: 1.81 1.41 1.28 3/95 1590
/proc/meminfo: memFree=1480528/2055920 swapFree=4192812/4192956
[pid=1582] ppid=1580 vsize=915456 CPUtime=12.61
/proc/1582/stat : 1582 (java) R 1580 1582 1142 0 -1 0 8708 0 1 0 1254 7 0 0 25 0 8 0 178183187 937426944 8444 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073815299 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1582/statm: 228864 8444 2524 14 0 215334 0
[pid=1582/tid=1584] ppid=1580 vsize=915456 CPUtime=0.03
/proc/1582/task/1584/stat : 1584 (java) S 1580 1582 1142 0 -1 64 228 0 0 0 3 0 0 0 16 0 8 0 178183192 937426944 8444 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=1582/tid=1585] ppid=1580 vsize=915456 CPUtime=0
/proc/1582/task/1585/stat : 1585 (java) S 1580 1582 1142 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 178183192 937426944 8444 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1582/tid=1586] ppid=1580 vsize=915456 CPUtime=0
/proc/1582/task/1586/stat : 1586 (java) S 1580 1582 1142 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 178183192 937426944 8444 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1582/tid=1587] ppid=1580 vsize=915456 CPUtime=0
/proc/1582/task/1587/stat : 1587 (java) S 1580 1582 1142 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 178183195 937426944 8444 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1582/tid=1588] ppid=1580 vsize=915456 CPUtime=0.24
/proc/1582/task/1588/stat : 1588 (java) S 1580 1582 1142 0 -1 64 395 0 0 0 23 1 0 0 16 0 8 0 178183195 937426944 8444 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1582/tid=1589] ppid=1580 vsize=915456 CPUtime=0
/proc/1582/task/1589/stat : 1589 (java) S 1580 1582 1142 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 178183195 937426944 8444 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1582/tid=1590] ppid=1580 vsize=915456 CPUtime=0
/proc/1582/task/1590/stat : 1590 (java) S 1580 1582 1142 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 178183196 937426944 8444 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.61
Current children cumulated vsize (KiB) 915456

[startup+25.6127 s]
/proc/loadavg: 1.84 1.43 1.29 3/95 1590
/proc/meminfo: memFree=1480528/2055920 swapFree=4192812/4192956
[pid=1582] ppid=1580 vsize=915456 CPUtime=25.35
/proc/1582/stat : 1582 (java) R 1580 1582 1142 0 -1 0 8713 0 1 0 2528 7 0 0 25 0 8 0 178183187 937426944 8449 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4072918600 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1582/statm: 228864 8449 2524 14 0 215334 0
[pid=1582/tid=1584] ppid=1580 vsize=915456 CPUtime=0.03
/proc/1582/task/1584/stat : 1584 (java) S 1580 1582 1142 0 -1 64 228 0 0 0 3 0 0 0 16 0 8 0 178183192 937426944 8449 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=1582/tid=1585] ppid=1580 vsize=915456 CPUtime=0
/proc/1582/task/1585/stat : 1585 (java) S 1580 1582 1142 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 178183192 937426944 8449 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1582/tid=1586] ppid=1580 vsize=915456 CPUtime=0
/proc/1582/task/1586/stat : 1586 (java) S 1580 1582 1142 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 178183192 937426944 8449 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1582/tid=1587] ppid=1580 vsize=915456 CPUtime=0
/proc/1582/task/1587/stat : 1587 (java) S 1580 1582 1142 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 178183195 937426944 8449 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1582/tid=1588] ppid=1580 vsize=915456 CPUtime=0.24
/proc/1582/task/1588/stat : 1588 (java) S 1580 1582 1142 0 -1 64 395 0 0 0 23 1 0 0 16 0 8 0 178183195 937426944 8449 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1582/tid=1589] ppid=1580 vsize=915456 CPUtime=0
/proc/1582/task/1589/stat : 1589 (java) S 1580 1582 1142 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 178183195 937426944 8449 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1582/tid=1590] ppid=1580 vsize=915456 CPUtime=0
/proc/1582/task/1590/stat : 1590 (java) S 1580 1582 1142 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 178183196 937426944 8449 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.35
Current children cumulated vsize (KiB) 915456

Child status: 0
Real time (s): 29.7598
CPU time (s): 29.4305
CPU user time (s): 29.3515
CPU system time (s): 0.078987
CPU usage (%): 98.8936
Max. virtual memory (cumulated for all children) (KiB): 915456

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 29.3515
system time used= 0.078987
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 8808
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= 1724
involuntary context switches= 3020

runsolver used 0.041993 s user time and 0.102984 s system time

The end

Launcher Data (download as text)

Begin job on node7 on Mon Jan  8 23:11:18 UTC 2007


IDJOB= 228389
IDBENCH= 6185
FILE ID= node7/228389-1168297877

PBS_JOBID= 3502142

Free space on /tmp= 66560 MiB

BENCH NAME= HOME/pub/bench/CPAI06/tightness/tightness0.2/rand-2-40-11-414-200-39_ext.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/228389-1168297877/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node7/watcher-228389-1168297877 -o ROOT/results/node7/solver-228389-1168297877 -C 1800 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/228389-1168297877/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  46ee70eb3b6a8794a3c1237e4cc2853d

RANDOM SEED= 49655245

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1505000 kB
Buffers:         92428 kB
Cached:         339236 kB
SwapCached:          0 kB
Active:         317056 kB
Inactive:       176692 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1505000 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1852 kB
Writeback:           0 kB
Mapped:          82656 kB
Slab:            41836 kB
Committed_AS:  5500604 kB
PageTables:       2388 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= 66560 MiB



End job on node7 on Mon Jan  8 23:11:47 UTC 2007