Trace number 227418

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 22.4256 22.6793

DiagnosticValue
CHECKS66653428
NODES99137

General information on the benchmark

Nametightness/tightness0.1/
rand-2-40-8-753-100-21_ext.xml
MD5SUM458b61b666f24b7113cc3de8b84cb338
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 benchmark4.6283
SatisfiableNO
(Un)Satisfiability was provedNO
Number of variables40
Number of constraints753
Maximum constraint arity2
Maximum domain size8
Number of constraints which are defined in extension753
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.32	   configuration
0.32	     name=esac.xml
0.35	   
0.35	   instance
0.35	     name=/tmp/evaluation/227418-1168278181/unknown.xml
0.38	   
0.38	   domains being loaded...
0.38	   
0.38	   variables being loaded...
0.42	     nbVariables=40  nbDomainTypes=1  minDomainSize=8  maxDomainSize=8
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.72	     nbConstraints=753  nbRelationTypes=753  nbExtensionStructures=753  nbSharedExtensionStructures=0
0.72	     nbConflictsStructures=753  nbSharedConflictsStructures=0  nbSharedBinaryRepresentations=11914  maxDegree=39
0.72	     maxArity=2
0.72	       =>  wckTime=0.397  cpuTime=0.25  mem=11M947
0.76	   
0.76	   solver IterativeSystematicSolver being built... 
0.93	       =>  wckTime=0.609  cpuTime=0.39  mem=15M7
0.99	   
0.99	   preprocessing
0.99	     nbConstraintChecks=23500  nbPropagations=903  nbRevisions=5513  nbUselessRevisions=4482  nbSingletonTests=54
0.99	     nbEffectiveSingletonTests=0  nbESACBranches=6  nbRemovedValues=0  detectedInconsistency=no
0.99	       =>  wckTime=0.057  cpuTime=0.04  mem=15M7
1.01	   
1.01	   search
1.01	     run=0  nbConstraintChecks=10955  nbPropagations=1175  nbRevisions=8957  nbUselessRevisions=7406  nbAssignments=19
1.01	     nbFailedAssignments=3  nbBacktracks=10  nbVisitedNodes=28  nbRestartNogoods=0  mapSize=7  nbInferences=0
1.01	     nbTooLargeKeys=0
1.01	       =>  wckTime=0.082  cpuTime=0.05  mem=15M7
1.03	   
1.03	   search
1.03	     run=1  nbConstraintChecks=28006  nbPropagations=2725  nbRevisions=23057  nbUselessRevisions=19113  nbAssignments=50
1.03	     nbFailedAssignments=11  nbBacktracks=28  nbVisitedNodes=74  nbRestartNogoods=1  mapSize=21  nbInferences=0
1.03	     nbTooLargeKeys=0
1.03	       =>  wckTime=0.101  cpuTime=0.06  mem=15M7
1.04	   
1.04	   search
1.04	     run=2  nbConstraintChecks=49167  nbPropagations=4750  nbRevisions=44006  nbUselessRevisions=36734  nbAssignments=92
1.04	     nbFailedAssignments=19  nbBacktracks=50  nbVisitedNodes=135  nbRestartNogoods=2  mapSize=35  nbInferences=0
1.04	     nbTooLargeKeys=0
1.04	       =>  wckTime=0.116  cpuTime=0.07  mem=15M7
1.07	   
1.07	   search
1.07	     run=3  nbConstraintChecks=89456  nbPropagations=7928  nbRevisions=76057  nbUselessRevisions=63631
1.07	     nbAssignments=184  nbFailedAssignments=28  nbBacktracks=83  nbVisitedNodes=209  nbRestartNogoods=6  mapSize=55
1.07	     nbInferences=0  nbTooLargeKeys=0
1.07	       =>  wckTime=0.138  cpuTime=0.09  mem=15M7
1.09	   
1.09	   search
1.09	     run=4  nbConstraintChecks=132334  nbPropagations=12044  nbRevisions=122961  nbUselessRevisions=103537
1.09	     nbAssignments=270  nbFailedAssignments=52  nbBacktracks=134  nbVisitedNodes=341  nbRestartNogoods=9  mapSize=96
1.09	     nbInferences=0  nbTooLargeKeys=0
1.09	       =>  wckTime=0.159  cpuTime=0.11  mem=15M7
1.12	   
1.12	   search
1.12	     run=5  nbConstraintChecks=208028  nbPropagations=17631  nbRevisions=193991  nbUselessRevisions=163806
1.12	     nbAssignments=387  nbFailedAssignments=84  nbBacktracks=213  nbVisitedNodes=523  nbRestartNogoods=12  mapSize=154
1.12	     nbInferences=0  nbTooLargeKeys=0
1.12	       =>  wckTime=0.195  cpuTime=0.15  mem=15M7
1.17	   
1.17	   search
1.17	     run=6  nbConstraintChecks=313505  nbPropagations=25312  nbRevisions=299862  nbUselessRevisions=254070
1.17	     nbAssignments=559  nbFailedAssignments=133  nbBacktracks=326  nbVisitedNodes=802  nbRestartNogoods=15  mapSize=249
1.17	     nbInferences=0  nbTooLargeKeys=0
1.17	       =>  wckTime=0.244  cpuTime=0.19  mem=15M7
1.23	   
1.23	   search
1.23	     run=7  nbConstraintChecks=458564  nbPropagations=35884  nbRevisions=455959  nbUselessRevisions=388039
1.23	     nbAssignments=814  nbFailedAssignments=205  nbBacktracks=496  nbVisitedNodes=1206  nbRestartNogoods=19  mapSize=380
1.23	     nbInferences=0  nbTooLargeKeys=0
1.23	       =>  wckTime=0.303  cpuTime=0.25  mem=15M7
1.33	   
1.33	   search
1.33	     run=8  nbConstraintChecks=703224  nbPropagations=51003  nbRevisions=696253  nbUselessRevisions=595284
1.33	     nbAssignments=1188  nbFailedAssignments=316  nbBacktracks=753  nbVisitedNodes=1808  nbRestartNogoods=26
1.33	     mapSize=582  nbInferences=0  nbTooLargeKeys=0
1.33	       =>  wckTime=0.399  cpuTime=0.34  mem=15M7
1.49	   
1.49	   search
1.49	     run=9  nbConstraintChecks=1080415  nbPropagations=73229  nbRevisions=1062569  nbUselessRevisions=910771
1.49	     nbAssignments=1765  nbFailedAssignments=503  nbBacktracks=1138  nbVisitedNodes=2747  nbRestartNogoods=29
1.49	     mapSize=903  nbInferences=0  nbTooLargeKeys=0
1.49	       =>  wckTime=0.556  cpuTime=0.47  mem=15M7
1.54	   
1.54	   INFO : Stopping hyperNogood (mapSize=1023, nbTooLargekeys=0, mem=15M7)
1.66	   
1.66	   search
1.66	     run=10  nbConstraintChecks=1555552  nbPropagations=104541  nbRevisions=1588762  nbUselessRevisions=1364216
1.66	     nbAssignments=2560  nbFailedAssignments=715  nbBacktracks=1716  nbVisitedNodes=4008  nbRestartNogoods=34
1.66	       =>  wckTime=0.73  cpuTime=0.63  mem=15M7
1.94	   
1.94	   search
1.94	     run=11  nbConstraintChecks=2422595  nbPropagations=152086  nbRevisions=2398886  nbUselessRevisions=2060769
1.94	     nbAssignments=3809  nbFailedAssignments=1093  nbBacktracks=2581  nbVisitedNodes=6060  nbRestartNogoods=38
1.94	       =>  wckTime=1.014  cpuTime=0.91  mem=15M7
2.33	   
2.33	   search
2.33	     run=12  nbConstraintChecks=3616521  nbPropagations=222004  nbRevisions=3610319  nbUselessRevisions=3104027
2.33	     nbAssignments=5610  nbFailedAssignments=1589  nbBacktracks=3880  nbVisitedNodes=8950  nbRestartNogoods=45
2.33	       =>  wckTime=1.404  cpuTime=1.3  mem=15M7
2.91	   
2.91	   search
2.91	     run=13  nbConstraintChecks=5396284  nbPropagations=325496  nbRevisions=5417839  nbUselessRevisions=4661695
2.91	     nbAssignments=8346  nbFailedAssignments=2371  nbBacktracks=5831  nbVisitedNodes=13385  nbRestartNogoods=49
2.91	       =>  wckTime=1.985  cpuTime=1.87  mem=15M7
3.82	   
3.82	   search
3.82	     run=14  nbConstraintChecks=8203022  nbPropagations=481217  nbRevisions=8155812  nbUselessRevisions=7018492
3.82	     nbAssignments=12472  nbFailedAssignments=3569  nbBacktracks=8751  nbVisitedNodes=20112  nbRestartNogoods=53
3.82	       =>  wckTime=2.894  cpuTime=2.77  mem=15M7
5.17	   
5.17	   search
5.17	     run=15  nbConstraintChecks=12356369  nbPropagations=713774  nbRevisions=12299904  nbUselessRevisions=10592020
5.17	     nbAssignments=18717  nbFailedAssignments=5427  nbBacktracks=13130  nbVisitedNodes=30303  nbRestartNogoods=59
5.17	       =>  wckTime=4.246  cpuTime=4.11  mem=15M7
7.14	   
7.14	   search
7.14	     run=16  nbConstraintChecks=18440677  nbPropagations=1059187  nbRevisions=18489424  nbUselessRevisions=15933979
7.14	     nbAssignments=27949  nbFailedAssignments=8082  nbBacktracks=19700  nbVisitedNodes=45215  nbRestartNogoods=66
7.14	       =>  wckTime=6.214  cpuTime=6.06  mem=15M7
10.13	   
10.13	   search
10.13	     run=17  nbConstraintChecks=27651984  nbPropagations=1575707  nbRevisions=27746888  nbUselessRevisions=23918676
10.13	     nbAssignments=41782  nbFailedAssignments=12053  nbBacktracks=29554  nbVisitedNodes=67670  nbRestartNogoods=74
10.13	       =>  wckTime=9.202  cpuTime=9.02  mem=15M7
14.72	   
14.72	   search
14.72	     run=18  nbConstraintChecks=41896726  nbPropagations=2356439  nbRevisions=41704007  nbUselessRevisions=35943975
14.72	     nbAssignments=62650  nbFailedAssignments=18136  nbBacktracks=44333  nbVisitedNodes=101678  nbRestartNogoods=78
14.72	       =>  wckTime=13.792  cpuTime=13.57  mem=15M7
21.49	   
21.49	   search
21.49	     run=19  nbConstraintChecks=63095042  nbPropagations=3526628  nbRevisions=62671522  nbUselessRevisions=54012096
21.49	     nbAssignments=93985  nbFailedAssignments=27296  nbBacktracks=66503  nbVisitedNodes=152579  nbRestartNogoods=84
21.49	       =>  wckTime=20.559  cpuTime=20.28  mem=15M7
22.62	   
22.62	   search
22.62	     run=20  nbConstraintChecks=66629928  nbPropagations=4761758  nbRevisions=84798515  nbUselessRevisions=73076614
22.62	     nbAssignments=99137  nbFailedAssignments=28809  nbBacktracks=70143  nbVisitedNodes=160921  nbRestartNogoods=91
22.62	       =>  wckTime=21.694  cpuTime=21.4  mem=15M982
22.62	   
22.62	   global
22.62	     nbConstraintChecks=66653428  nbPropagations=4762661  nbRevisions=84804028  nbUselessRevisions=73081096
22.62	     nbRestartNogoods=91  solvingWckTime=21.695  solvingCpuTime=21.4  expiredTime=no  totalExploration=yes
22.62	     nbFoundSolutions=0  globalCpuTime=21.84
22.62	       =>  wckTime=22.306  cpuTime=21.79  mem=15M982
22.63	   
22.63	s UNSATISFIABLE
22.63	d NODES 99137
22.63	d CHECKS 66653428
22.63	   
22.63	   totalWckTime=22.39  totalCpuTime=21.85

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/node6/watcher-227418-1168278181 -o ROOT/results/node6/solver-227418-1168278181 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/227418-1168278181/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: 2.07 2.09 2.16 4/89 30760
/proc/meminfo: memFree=1604752/2055924 swapFree=4165672/4192956
[pid=30759] ppid=30757 vsize=9948 CPUtime=0
/proc/30759/stat : 30759 (java) S 30757 30759 30179 0 -1 0 723 0 0 0 0 0 0 0 18 0 1 0 176213661 10186752 472 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 7368 0 0 0 17 1 0 0
/proc/30759/statm: 2487 472 386 14 0 1142 0

[startup+0.108791 s]
/proc/loadavg: 2.07 2.09 2.16 4/89 30760
/proc/meminfo: memFree=1604752/2055924 swapFree=4165672/4192956
[pid=30759] ppid=30757 vsize=914988 CPUtime=0.08
/proc/30759/stat : 30759 (java) R 30757 30759 30179 0 -1 0 3020 0 1 0 8 0 0 0 17 0 8 0 176213661 936947712 2766 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4155607603 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30759/statm: 228747 2766 1435 14 0 215242 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 914988

[startup+0.516836 s]
/proc/loadavg: 2.07 2.09 2.16 4/89 30760
/proc/meminfo: memFree=1604752/2055924 swapFree=4165672/4192956
[pid=30759] ppid=30757 vsize=915328 CPUtime=0.49
/proc/30759/stat : 30759 (java) R 30757 30759 30179 0 -1 0 6283 0 1 0 46 3 0 0 18 0 8 0 176213661 937295872 6022 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4072942728 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30759/statm: 228832 6022 2137 14 0 215302 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 915328

[startup+1.33993 s]
/proc/loadavg: 2.07 2.09 2.16 3/96 30767
/proc/meminfo: memFree=1580696/2055924 swapFree=4165672/4192956
[pid=30759] ppid=30757 vsize=915584 CPUtime=1.3
/proc/30759/stat : 30759 (java) R 30757 30759 30179 0 -1 0 8760 0 1 0 125 5 0 0 24 0 8 0 176213661 937558016 8498 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073983328 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30759/statm: 228896 8498 2524 14 0 215366 0
[pid=30759/tid=30761] ppid=30757 vsize=915584 CPUtime=0.03
/proc/30759/task/30761/stat : 30761 (java) S 30757 30759 30179 0 -1 64 304 0 0 0 3 0 0 0 16 0 8 0 176213665 937558016 8498 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=30759/tid=30762] ppid=30757 vsize=915584 CPUtime=0
/proc/30759/task/30762/stat : 30762 (java) S 30757 30759 30179 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 176213666 937558016 8498 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30759/tid=30763] ppid=30757 vsize=915584 CPUtime=0
/proc/30759/task/30763/stat : 30763 (java) S 30757 30759 30179 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 176213666 937558016 8498 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30759/tid=30764] ppid=30757 vsize=915584 CPUtime=0
/proc/30759/task/30764/stat : 30764 (java) S 30757 30759 30179 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 176213669 937558016 8498 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30759/tid=30765] ppid=30757 vsize=915584 CPUtime=0.28
/proc/30759/task/30765/stat : 30765 (java) S 30757 30759 30179 0 -1 64 406 0 0 0 27 1 0 0 15 0 8 0 176213669 937558016 8498 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30759/tid=30766] ppid=30757 vsize=915584 CPUtime=0
/proc/30759/task/30766/stat : 30766 (java) S 30757 30759 30179 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 176213669 937558016 8498 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30759/tid=30767] ppid=30757 vsize=915584 CPUtime=0
/proc/30759/task/30767/stat : 30767 (java) S 30757 30759 30179 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 176213669 937558016 8498 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.3
Current children cumulated vsize (KiB) 915584

[startup+2.99312 s]
/proc/loadavg: 2.07 2.09 2.16 3/96 30767
/proc/meminfo: memFree=1580440/2055924 swapFree=4165672/4192956
[pid=30759] ppid=30757 vsize=915584 CPUtime=2.94
/proc/30759/stat : 30759 (java) R 30757 30759 30179 0 -1 0 8802 0 1 0 288 6 0 0 25 0 8 0 176213661 937558016 8539 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073953552 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30759/statm: 228896 8539 2524 14 0 215366 0
[pid=30759/tid=30761] ppid=30757 vsize=915584 CPUtime=0.03
/proc/30759/task/30761/stat : 30761 (java) S 30757 30759 30179 0 -1 64 304 0 0 0 3 0 0 0 16 0 8 0 176213665 937558016 8539 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=30759/tid=30762] ppid=30757 vsize=915584 CPUtime=0
/proc/30759/task/30762/stat : 30762 (java) S 30757 30759 30179 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 176213666 937558016 8539 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30759/tid=30763] ppid=30757 vsize=915584 CPUtime=0
/proc/30759/task/30763/stat : 30763 (java) S 30757 30759 30179 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 176213666 937558016 8539 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30759/tid=30764] ppid=30757 vsize=915584 CPUtime=0
/proc/30759/task/30764/stat : 30764 (java) S 30757 30759 30179 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 176213669 937558016 8539 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30759/tid=30765] ppid=30757 vsize=915584 CPUtime=0.31
/proc/30759/task/30765/stat : 30765 (java) S 30757 30759 30179 0 -1 64 420 0 0 0 30 1 0 0 16 0 8 0 176213669 937558016 8539 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30759/tid=30766] ppid=30757 vsize=915584 CPUtime=0
/proc/30759/task/30766/stat : 30766 (java) S 30757 30759 30179 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 176213669 937558016 8539 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30759/tid=30767] ppid=30757 vsize=915584 CPUtime=0
/proc/30759/task/30767/stat : 30767 (java) S 30757 30759 30179 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 176213669 937558016 8539 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.94
Current children cumulated vsize (KiB) 915584

[startup+6.28351 s]
/proc/loadavg: 2.07 2.08 2.16 3/96 30767
/proc/meminfo: memFree=1580312/2055924 swapFree=4165672/4192956
[pid=30759] ppid=30757 vsize=915584 CPUtime=6.2
/proc/30759/stat : 30759 (java) R 30757 30759 30179 0 -1 0 8808 0 1 0 614 6 0 0 25 0 8 0 176213661 937558016 8544 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073905799 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30759/statm: 228896 8544 2524 14 0 215366 0
[pid=30759/tid=30761] ppid=30757 vsize=915584 CPUtime=0.03
/proc/30759/task/30761/stat : 30761 (java) S 30757 30759 30179 0 -1 64 304 0 0 0 3 0 0 0 16 0 8 0 176213665 937558016 8544 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=30759/tid=30762] ppid=30757 vsize=915584 CPUtime=0
/proc/30759/task/30762/stat : 30762 (java) S 30757 30759 30179 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 176213666 937558016 8544 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30759/tid=30763] ppid=30757 vsize=915584 CPUtime=0
/proc/30759/task/30763/stat : 30763 (java) S 30757 30759 30179 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 176213666 937558016 8544 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30759/tid=30764] ppid=30757 vsize=915584 CPUtime=0
/proc/30759/task/30764/stat : 30764 (java) S 30757 30759 30179 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 176213669 937558016 8544 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30759/tid=30765] ppid=30757 vsize=915584 CPUtime=0.31
/proc/30759/task/30765/stat : 30765 (java) S 30757 30759 30179 0 -1 64 420 0 0 0 30 1 0 0 15 0 8 0 176213669 937558016 8544 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30759/tid=30766] ppid=30757 vsize=915584 CPUtime=0
/proc/30759/task/30766/stat : 30766 (java) S 30757 30759 30179 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 176213669 937558016 8544 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30759/tid=30767] ppid=30757 vsize=915584 CPUtime=0
/proc/30759/task/30767/stat : 30767 (java) S 30757 30759 30179 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 176213669 937558016 8544 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 915584

[startup+12.7743 s]
/proc/loadavg: 2.06 2.08 2.16 3/96 30767
/proc/meminfo: memFree=1580376/2055924 swapFree=4165672/4192956
[pid=30759] ppid=30757 vsize=915584 CPUtime=12.64
/proc/30759/stat : 30759 (java) R 30757 30759 30179 0 -1 0 8813 0 1 0 1258 6 0 0 25 0 8 0 176213661 937558016 8549 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073919130 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30759/statm: 228896 8549 2524 14 0 215366 0
[pid=30759/tid=30761] ppid=30757 vsize=915584 CPUtime=0.03
/proc/30759/task/30761/stat : 30761 (java) S 30757 30759 30179 0 -1 64 304 0 0 0 3 0 0 0 16 0 8 0 176213665 937558016 8549 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=30759/tid=30762] ppid=30757 vsize=915584 CPUtime=0
/proc/30759/task/30762/stat : 30762 (java) S 30757 30759 30179 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 176213666 937558016 8549 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30759/tid=30763] ppid=30757 vsize=915584 CPUtime=0
/proc/30759/task/30763/stat : 30763 (java) S 30757 30759 30179 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 176213666 937558016 8549 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30759/tid=30764] ppid=30757 vsize=915584 CPUtime=0
/proc/30759/task/30764/stat : 30764 (java) S 30757 30759 30179 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 176213669 937558016 8549 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30759/tid=30765] ppid=30757 vsize=915584 CPUtime=0.31
/proc/30759/task/30765/stat : 30765 (java) S 30757 30759 30179 0 -1 64 420 0 0 0 30 1 0 0 15 0 8 0 176213669 937558016 8549 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30759/tid=30766] ppid=30757 vsize=915584 CPUtime=0
/proc/30759/task/30766/stat : 30766 (java) S 30757 30759 30179 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 176213669 937558016 8549 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30759/tid=30767] ppid=30757 vsize=915584 CPUtime=0
/proc/30759/task/30767/stat : 30767 (java) S 30757 30759 30179 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 176213669 937558016 8549 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.64
Current children cumulated vsize (KiB) 915584

Child status: 0
Real time (s): 22.6793
CPU time (s): 22.4256
CPU user time (s): 22.3566
CPU system time (s): 0.068989
CPU usage (%): 98.8812
Max. virtual memory (cumulated for all children) (KiB): 915584

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 22.3566
system time used= 0.068989
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 8911
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= 1685
involuntary context switches= 2369

runsolver used 0.023996 s user time and 0.091986 s system time

The end

Launcher Data (download as text)

Begin job on node6 on Mon Jan  8 17:43:01 UTC 2007


IDJOB= 227418
IDBENCH= 6079
FILE ID= node6/227418-1168278181

PBS_JOBID= 3483085

Free space on /tmp= 66549 MiB

BENCH NAME= HOME/pub/bench/CPAI06/tightness/tightness0.1/rand-2-40-8-753-100-21_ext.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/227418-1168278181/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node6/watcher-227418-1168278181 -o ROOT/results/node6/solver-227418-1168278181 -C 1800 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/227418-1168278181/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  458b61b666f24b7113cc3de8b84cb338

RANDOM SEED= 448507721

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.240
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.240
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:      2055924 kB
MemFree:       1605232 kB
Buffers:         63036 kB
Cached:         244916 kB
SwapCached:       2944 kB
Active:         231488 kB
Inactive:       158776 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055924 kB
LowFree:       1605232 kB
SwapTotal:     4192956 kB
SwapFree:      4165672 kB
Dirty:            1836 kB
Writeback:           0 kB
Mapped:          92724 kB
Slab:            44996 kB
Committed_AS:  5624880 kB
PageTables:       2444 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= 66549 MiB



End job on node6 on Mon Jan  8 17:43:25 UTC 2007